* configure.in: Create "Checks for libraries" section, and move
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-01-01 Mark Kettenis <kettenis@gnu.org>
2
3 * configure.in: Create "Checks for libraries" section, and move
4 appropriate tests there. Cleanup check for wctype in libw. Use
5 AC_SEARCH_LIBS to see whether we need libsocket.
6 * configure: Regenerated.
7
8 2002-12-31 Mark Kettenis <kettenis@gnu.org>
9
10 * configure.in: Remove bzero and bcopy from call to AC_CHECK_FUNCS.
11 * config.in, configure: Regenerated.
12
13 2002-12-31 Mark Kettenis <kettenis@gnu.org>
14
15 * gdb_dirent.h: Cleanup and update code to match the example in
16 the Autoconf manual.
17 * configure.in: Call AC_HEADER_DIRENT. Remove dirent.h,
18 sys/ndir.h, sys/dir.h and ndir.h from call to AC_CHECK_HEADERS.
19 * configure: Regenerated.
20
21 2002-12-30 Adam Fedor <fedor@gnu.org>
22
23 * objc-exp.y (parse_number): Cast sscanf arguments to proper type.
24 (yylex): Initialize c to avoid uninitialized warning.
25
26 2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
27
28 * doc/fdl.texi: Revert the last change.
29
30 2002-12-29 Mark Kettenis <kettenis@gnu.org>
31
32 * tracepoint.c (ISATTY): Removed.
33
34 2002-12-26 J. Brobecker <brobecker@gnat.com>
35
36 Continuing work to convert the hppa targets to multiarch partil.
37
38 * hppa-tdep.c: Add some missing forward declarations.
39 (frameless_function_invocation): Prefix the function name
40 by "hppa_" to avoid polluting the namespace. Update all calls
41 to use the new function name.
42 (saved_pc_after_call): Ditto.
43 (init_extra_frame_info): Ditto.
44 (frame_chain): Ditto.
45 (push_dummy_frame): Ditto.
46 (target_read_pc): Ditto.
47 (target_write_pc): Ditto.
48 (in_solib_call_trampoline): Ditto.
49 (in_solib_return_trampoline): Ditto.
50 (skip_trampoline_code): Ditto.
51 (hppa_read_fp): New function, renamed from target_read_fp.
52 (hppa_target_read_fp): New function, using hppa_read_fp.
53 This function conforms to the function profile for the
54 READ_FP gdbarch method.
55 (hppa_extract_struct_value_address): New function, extracted
56 from the definition of the DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS
57 macro.
58 (hppa_frame_num_args): New function.
59 (hppa_gdbarch_init): Setup the gdbarch vector for the hppa target.
60
61 * config/pa/tm-hppa.h: Wrap around all gdbarch-eligible macros
62 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
63 for the switch to multiarch partial.
64 Update some of the macros definitions to match some changes
65 described above in the name of the function they are calling.
66 (PUSH_DUMMY_FRAME): Add a FIXME explaining why this macro will
67 not be straightforward to convert. Do now wrap it inside
68 "#if !... #endif" to remember that this macro has still not
69 been taken care of.
70 (FIX_CALL_DUMMY): Likewise.
71
72 2002-12-26 J. Brobecker <brobecker@gnat.com>
73
74 Continuing work to convert the hppa targets to multiarch partial.
75
76 * hppa-tdep.c (hppa_register_raw_size): New function replacing
77 the body of macro REGISTER_RAW_SIZE.
78 * hppa-hpux-tdep.c: Add new functions replacing macro bodies from
79 config/pa/tm-hppah.h. These functions will be used to initialize
80 the gdbarch structure.
81 (hppa_hpux_pc_in_sigtramp): New function.
82 (hppa_hpux_frame_saved_pc_in_sigtramp): New function.
83 (hppa_hpux_frame_base_before_sigtramp): New function.
84 (hppa_hpux_frame_find_saved_regs_in_sigtramp): New function.
85 Add gdbcore.h #include.
86 * config/pa/tm-hppa.h (REGISTER_RAW_SIZE): Change the definition
87 of this gdbarch-eligible macro to a call to the new associated
88 function.
89 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Likewise.
90 (FRAME_SAVED_PC_IN_SIGTRAMP): Change the definition of this macro
91 into a call to the new associated function.
92 (FRAME_BASE_BEFORE_SIGTRAMP): Likewise.
93 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Likewise.
94 * Makefile.in (hppa-hpux-tdep.o): Add dependency on gdbcore.h.
95
96 2002-12-24 David Carlton <carlton@math.stanford.edu>
97
98 * config/sparc/tm-sparc.h: Delete duplicate definition of
99 DEPRECATED_PC_IN_CALL_DUMMY.
100
101 2002-12-24 Kevin Buettner <kevinb@redhat.com>
102
103 * Makefile.in (mips-linux-tdep.o): Add $(mips_tdep_h) and
104 $(gdb_assert_h).
105 * configure.tgt: Recognize mips64*-*-linux*.
106 * mips-linux-tdep.c (mips-tdep.h, gdb_assert.h): Include.
107 (supply_32_bit_reg): New function.
108 (supply_gregset): Call supply_32bit_reg() instead of supply_register().
109 (fill_gregset): Use regcache_collect() instead of
110 deprecated_registers[].
111 (register_addr): Change name to mips_linux_register_addr().
112 (MIPS64_ELF_NGREG, MIPS64_ELF_NFPREG, MIPS64_FPR_BASE, MIPS64_PC)
113 (MIPS64_CAUSE, MIPS64_BADVADDR, MIPS64_MMHI, MIPS64_MMLO)
114 (MIPS64_FPC_CSR, MIPS64_FPC_EIR, MIPS64_EF_REG0, MIPS64_EF_REG31)
115 (MIPS64_EF_LO, MIPS64_EF_HI, MIPS64_EF_CP0_EPC, MIPS64_EF_CP0_BADVADDR)
116 (MIPS64_EF_CP0_STATUS, MIPS64_EF_CP0_CAUSE, MIPS64_EF_SIZE)
117 (MIPS64_LINUX_JB_PC): New defines.
118 (mips64_elf_greg_t, mips64_elf_gregset_t, mips64_elf_fpreg_t)
119 (mips64_elf_fpregset_t): New typedefs.
120 (mips64_linux_get_longhmp_target, mips64_supply_gregset)
121 (mips64_fill_gregset, mips64_supply_fpregset, mips64_fill_fpregset)
122 (mips64_linux_register_addr, set_mips_linux_register_addr)
123 (register_addr, mips64_linux_svr4_fetch_link_map_offsets):
124 (init_register_addr_data)
125 New functions.
126 (fetch_core_registers): Add support for core file formats with 64-bit
127 registers.
128 (mips_linux_init_abi): Distinguish o32, n32, and n64 ABIs.
129 (register_addr_data): New static global variable.
130 (_initialize_mips_linux_tdep): Initialize register_addr_data. Invoke
131 gdbarch_register_osabi() for each MIPS machine.
132 * config/mips/linux64.mt: New file.
133 * config/mips/tm-linux64.h: New file.
134
135 2002-12-23 Adam Fedor <fedor@gnu.org>
136
137 * maint.c (maintenance_demangle): Add switch to demangle
138 ObjC language symbols as well.
139
140 2002-12-23 Adam Fedor <fedor@gnu.org>
141
142 * objc-lang.c (lookup_objc_class, lookup_child_selector): Remove
143 last argument from complaint function call.
144
145 2002-12-23 Kevin Buettner <kevinb@redhat.com>
146
147 * exec.c (print_section_info): Add FIXME comments regarding format
148 string choices.
149
150 2002-12-23 Daniel Jacobowitz <drow@mvista.com>
151
152 * config/pa/nm-hppab.h: Delete duplicate CANNOT_STORE_REGISTER decl.
153 * config/pa/nm-hppao.h: Delete duplicate CANNOT_STORE_REGISTER decl.
154
155 2002-12-23 Rodney Brown <rbrown64@csc.com.au>
156
157 * config/pa/nm-hppah.h: Delete duplicate CANNOT_STORE_REGISTER decl.
158
159 2002-12-23 David Carlton <carlton@math.stanford.edu>
160
161 * symtab.c (lookup_symbol_aux): Delete 'force_return' variable.
162 (lookup_symbol_aux_minsyms): Delete 'force_return' argument.
163 (search_symbols): Call lookup_symbol_aux_minsyms to find debugging
164 information associated to a minsym, not lookup_symbol.
165
166 2002-12-21 Mark Kettenis <kettenis@gnu.org>
167
168 * x86-64-tdep.h (x86_64_init_abi): New prototype.
169 * x86-64-tdep.c (i386_fp_regnum_p): Remove function.
170 (x86_64_init_abi): Make non-static. Set number of pseudo
171 registers to 0.
172 (x86_64_gdbarch_init): Remove function.
173 (_initialize_x86_64_tdep): Renove register_gdbarch_init call.
174 Remove code dealing with dissambly.
175 * x86-64-linux-tdep.c (x86_64_linux_init_abi): New function.
176 (_initialize_x86_64_linux_tdep): New function.
177 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-tdep.o and
178 i386-tdep.o.
179
180 2002-12-14 Mark Kettenis <kettenis@gnu.org>
181
182 * osabi.c: Include "gdb_assert.h" and "gdb_string.h".
183 (struct gdb_osabi_handler): Remove member `arch'. Add member
184 `arch_info'.
185 (gdbarch_register_osabi): Add new argument `machine'. Use ot to
186 construct a `struct bfd_arch_info' and store it in the `struct
187 gdb_osabi_handler' that is created.
188 (gdbarch_init_osabi): Check for compatibility based on machine
189 type and architecture.
190 * osabi.h (gdbarch_register_osabi): Adjust prototype and update
191 comment.
192 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Add 0 as
193 second argument in call to gdbarch_register_osabi.
194 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
195 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
196 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
197 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Likewise.
198 * arm-tdep.c (_initialize_arm_tdep): Likewise.
199 * armnbsd-tdep.c (_initialize_armnbsd_tdep): Likewise.
200 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Likewise.
201 * i386-interix-tdep.c (_initialize_i386_interix_tdep): Likewise.
202 * i386-linux-tdep.c (_initialize_i386_linux_tdep): Likewise.
203 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Likewise.
204 * i386-tdep.c (_initialize_i386_tdep): Likewise.
205 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Likewise.
206 * i386gnu-tdep.c (_initialize_i386gnu_tdep): Likewise.
207 * i386ly-tdep.c (_initialize_i386lynx_tdep): Renamed from
208 _initialize_i386bsd_tdep and updated likewise.
209 * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Likewise.
210 * i386obsd-tdep.c (_initialize_i386obsd_tdep): Likewise.
211 * mips-irix-tdep.c (_initialize_mips_irix_tdep): Likewise.
212 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Likewise.
213 * mipsnbsd-tdep.c (_initialize_mipsnbsd__tdep): Likewise.
214 * ns32knbsd-tdep.c (_initialize_ns32kmnsd_tdep): Likewise.
215 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Likewise.
216 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Likewise.
217 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Likewise.
218 * sparcnbsd-tdep.c (_initialize_sparcnbsd_tdep): Likewise.
219
220 2002-12-20 Kevin Buettner <kevinb@redhat.com>
221
222 * solib-svr4.c (elf_locate_base): Fix sizeof() related bug. Add
223 DT_MIPS_RLD_MAP case for 64-bit targets.
224
225 2002-12-20 Kevin Buettner <kevinb@redhat.com>
226
227 * mips-tdep.c (heuristic_proc_desc): Clear memory associated with
228 ``temp_saved_regs'', not the pointer or other storage contiguous
229 to this pointer.
230
231 2002-12-20 Kevin Buettner <kevinb@redhat.com>
232
233 * Makefile.in (mips-linux-tdep.o): Add $(osabi_h) and $(gdb_string_h).
234 * config/mips/tm-linux.h (mips_linux_svr4_fetch_link_map_offsets)
235 (mips_linux_get_longjmp_target): Delete declarations.
236 (SVR4_FETCH_LINK_MAP_OFFSETS, GET_LONGJMP_TARGET)
237 (MIPS_LINUX_JB_ELEMENT_SIZE, MIPS_LINUX_JB_PC): Delete definitions.
238 * mips-linux-tdep.c (osabi.h, gdb_string.h): Include.
239 (MIPS_LINUX_JB_ELEMENT_SIZE, MIPS_LINUX_JB_PC): Define.
240 (mips_linux_get_longjmp_target)
241 (mips_linux_svr4_fetch_link_map_offsets): Make static.
242 (mips_linux_init_abi): New function.
243 (_initialize_mips_linux_tdep): Register mips_linux_init_abi().
244
245 2002-12-19 Keith Seitz <keiths@redhat.com>
246
247 patch committed by Elena Zannoni <ezannoni@redhat.com>
248 * thread.c (do_captured_list_thread_ids): Call prune_threads and
249 target_find_new_threads. Fix for PR mi/669.
250
251 2002-12-19 David Carlton <carlton@math.stanford.edu>
252
253 * linespec.c (decode_line_1): Move code into decode_all_digits.
254 (decode_all_digits): New function.
255
256 2002-12-19 Kevin Buettner <kevinb@redhat.com>
257
258 * exec.c (print_section_info): Select a format string to use with
259 local_hex_string_custom() based upon the value of TARGET_ADDR_BIT.
260
261 2002-12-18 Andrew Cagney <ac131313@redhat.com>
262
263 * frame.c (deprecated_update_current_frame_pc_hack): Replace
264 deprecated_update_current_frame_pc_hack.
265 (deprecated_update_frame_base_hack): New function.
266 * frame.h (deprecated_update_frame_pc_hack): Replace
267 (deprecated_update_frame_base_hack): Declare.
268 * infrun.c (normal_stop): Update.
269
270 2002-12-18 Andrew Cagney <ac131313@redhat.com>
271
272 * rs6000-tdep.c (rs6000_init_extra_frame_info): Use
273 frame_extra_info_zalloc.
274 (rs6000_frame_args_address): Use get_frame_extra_info.
275 (frame_get_saved_regs): Use get_frame_saved_regs.
276 (frame_initial_stack_address): Use get_frame_saved_regs and
277 get_frame_extra_info.
278 (frame_initial_stack_address): Use get_frame_extra_info.
279
280 2002-12-17 Kevin Buettner <kevinb@redhat.com>
281
282 * dve3900-rom.c (r3900_regnames): Don't use NUM_REGS to determine
283 array size.
284 (fetch_bitmapped_register, store_bitmapped_register): Add bounds
285 checks for r3900_regnames[].
286
287 2002-12-17 Richard Earnshaw <rearnsha@arm.com>
288
289 * armnbsd-tdep.c (ARM_NBSD_JB_PC): Renamed from JB_PC.
290 All uses changed
291 (ARM_NBSD_JB_ELELMENT_SIZE): Similarly.
292
293 2002-12-17 David Carlton <carlton@math.stanford.edu>
294
295 * symtab.c (lookup_partial_symbol): Don't search past the end of
296 the partial symbols.
297
298 2002-12-17 Andrew Cagney <ac131313@redhat.com>
299
300 * stack.c (frame_info): Use get_frame_saved_regs.
301 * breakpoint.c (until_break_command): Use get_frame_pc.
302
303 2002-12-16 Kevin Buettner <kevinb@redhat.com>
304
305 * buildsym.c (block_end_complaint, anon_block_end_complaint)
306 (innerblock_complaint, innerblock_anon_complaint)
307 (blockvector_complaint): Delete deprecated complaint structs.
308 (finish_block, make_blockvector, end_symtab): Replace calls
309 to complain() with calls to complaint().
310 * coffread.c (ef_complaint, ef_stack_complaint, eb_stack_complaint)
311 (bf_no_aux_complaint, ef_no_aux_complaint, lineno_complaint)
312 (unexpected_type_complaint, bad_sclass_complaint)
313 (misordered_blocks_complaint, tagndx_bad_complaint, eb_complaint):
314 Delete deprecated complaint structs.
315 (coff_symtab_read, enter_linenos, decode_type, decode_base_type):
316 Replace calls to complain() with calls to complaint().
317 * dbxread.c (lbrac_complaint, string_table_offset_complaint)
318 (unknown_symtype_complaint, unknown_symchar_complaint)
319 (lbrac_rbrac_complaint, lbrac_unmatched_complaint)
320 (lbrac_mismatch_complaint, repeated_header_complaint)
321 (unclaimed_bincl_complaint, discarding_local_symbols_complaint):
322 Delete deprecated complaint structs.
323 (unknown_symtype_complaint, lbrac_mismatch_complaint)
324 (repeated_header_complaint)
325 (function_outside_compiliation_unit_complaint): New functions.
326 (add_old_header_file, find_corresponding_bincl_psymtab)
327 (set_namestring, find_stab_function_addr, read_dbx_symtab)
328 (process_one_symbol): Replace calls to complain() with, possibly
329 indirect, calls to complaint().
330 * dwarfread.c (no_bfd_get_N, malformed_die, bad_die_ref)
331 (unknown_attribute_form, unknown_attribute_length)
332 (unexpected_fund_type, unknown_type_modifier, volatile_ignored)
333 (const_ignored, botched_modified_type, op_deref2, op_deref4)
334 (basereg_not_handled, dup_user_type_allocation)
335 (dup_user_type_definition, missing_tag, bad_array_element_type)
336 (subscript_data_items, unhandled_array_subscript_format)
337 (unknown_array_subscript_format, not_row_major)
338 (missing_at_name): Delete deprecated complaint structs.
339 (bad_die_ref_complaint, unknown_attribute_form_complaint)
340 (dup_user_type_definition_complaint)
341 (bad_array_element_type_complaint): New functions.
342 (lookup_utype, alloc_utype, struct_type, decode_array_element_type)
343 (decode_subscript_data_item, dwarf_read_array_type)
344 (read_tag_string_type, read_subroutine_type, read_func_scope)
345 (locval, scan_partial_symbols, decode_modified_type)
346 (decode_func_type, basicdieinfo, completeddieinfo, target_to_host)
347 (attribute_size): Replace calls to complain() with, possibly
348 indirect, calls to complaint().
349 * elfread.c (section_info_complaint, section_info_dup_complaint)
350 (stab_info_mismatch_complaint, stab_info_questionable_complaint):
351 Delete deprecated complaint structs.
352 (elf_symtab_read, elfstab_offset_sections): Replace calls to
353 complain() with calls to complaint().
354 * gdbtypes.c (stub_noname_complaint): Delete deprecated complaint
355 struct.
356 (stub_noname_complaint): New function.
357 (check_typedef, add_mangled_type): Replace calls to complain()
358 with calls to complaint().
359 * hpread.c (string_table_offset_complaint, lbrac_unmatched_complaint)
360 (lbrac_mismatch_complaint, hpread_unhandled_end_common_complaint)
361 (hpread_unhandled_type_complaint, hpread_struct_complaint)
362 (hpread_array_complaint, hpread_type_lookup_complaint)
363 (hpread_unexpected_end_complaint, hpread_tagdef_complaint)
364 (hpread_unhandled_common_complaint)
365 (hpread_unhandled_blockdata_complaint): Delete deprecated complaint
366 struct definitions and declarations.
367 (lbrac_unmatched_complaint, lbrac_mismatch_complaint): New functions.
368 (SET_NAMESTRING, hpread_type_lookup, hpread_process_one_debug_symbol):
369 Replace calls to complain() with, possibly indirect, calls to
370 complaint().
371 * macrotab.c (macro_include, check_for_redefinition, macro_undef):
372 Likewise.
373 * mdebugread.c (bad_file_number_complaint, index_complaint)
374 (aux_index_complaint, block_index_complaint)
375 (unknown_ext_complaint, unknown_sym_complaint)
376 (unknown_st_complaint, block_overflow_complaint)
377 (basic_type_complaint, unknown_type_qual_complaint)
378 (array_index_type_complaint, bad_tag_guess_complaint)
379 (block_member_complaint, stEnd_complaint)
380 (unknown_mdebug_symtype_complaint, stab_unknown_complaint)
381 (pdr_for_nonsymbol_complaint, pdr_static_symbol_complaint)
382 (bad_setjmp_pdr_complaint, bad_fbitfield_complaint)
383 (bad_continued_complaint, bad_rfd_entry_complaint)
384 (unexpected_type_code_complaint, unable_to_cross_ref_complaint)
385 (bad_indirect_xref_complaint, illegal_forward_tq0_complaint)
386 (illegal_forward_bt_complaint, bad_linetable_guess_complaint)
387 (bad_ext_ifd_complaint, bad_ext_iss_complaint): Delete deprecated
388 complaint structs.
389 (index_complaint, unknown_ext_complaint, basic_type_complaint)
390 (bad_tag_guess_complaint, bad_rfd_entry_complaint)
391 (unexpected_type_code_complaint)
392 (function_outside_compilation_unit_complaint): New functions.
393 (parse_symbol, parse_type, upgrade_type, parse_procedure)
394 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref, add_symbol):
395 Replace calls to complain() with, possibly indirect calls to
396 complaint().
397 * objc-lang.c (noclass_lookup_complaint, nosel_lookup_complaint):
398 Delete deprecated complaint structs.
399 (lookup__objc_class, lookup_child_selector): Replace complain()
400 with complaint().
401 * remote-vx.c (cant_contact_target): Delete deprecated complaint
402 struct.
403 (vx_lookup_symbol): Replace complain() with complaint().
404 * stabsread.c (invalid_cpp_abbrev_complaint)
405 (invalid_cpp_type_complaint, member_fn_complaint)
406 (const_vol_complaint, error_type_complaint)
407 (invalid_member_complaint, range_type_base_complaint)
408 (reg_value_complaint, vtbl_notfound_complaint)
409 (unrecognized_cplus_name_complaint, rs6000_builtin_complaint)
410 (unresolved_sym_chain_complaint, stabs_general_complaint)
411 (lrs_general_complaint, multiply_defined_struct): Delete
412 deprecated complaint structs.
413 (invalid_cpp_abbrev_complaint, ref_value_complaint)
414 (stabs_general_complaint, lrs_general_complaint)
415 (msg_unknown_complaint): New functions.
416 (dbx_lookup_type, read_cfront_baseclasses)
417 (read_cfront_member_functions, resolve_symbol_reference)
418 (define_symbol, resolve_live_range, add_live_range, read_type)
419 (rs6000_builtin_type, read_member_functions, read_cpp_abbrev)
420 (read_one_struct_field, read_baseclasses, read_tilde_fields)
421 (read_cfront_static_fields, attach_fields_to_type)
422 (complain_about_struct_wipeout, read_range_type)
423 (common_block_start, common_block_end, cleanup_undefined_types)
424 (scan_file_globals): Replace complain() with complaint().
425 * stabsread.h (unknown_symtype_complaint, unknown_symchar_complaint):
426 Delete deprecated complaint struct declarations.
427 * xcoffread.c (storclass_complaint, bf_notfound_complaint)
428 (ef_complaint, eb_complaint): Delete deprecated complaint structs.
429 (bf_not_found_complaint, ef_complaint, eb_complaint)
430 (function_outside_compilation_unit_complaint): New functions.
431 (record_include_begin, record_include_end, enter_line_range)
432 (xcoff_next_symbol_text, read_xcoff_symtab, process_xcoff_symbol)
433 (read_symbol, read_symbol_lineno, scan_xcoff_symtab) Replace
434 complain() with complaint().
435
436 2002-12-16 Andrew Cagney <ac131313@redhat.com>
437
438 * config/arc/arc.mt, config/arc/tm-arc.h: Delete.
439 * config/d30v/d30v.mt, config/d30v/tm-d30v.h: Delete.
440 * config/fr30/fr30.mt, config/fr30/tm-fr30.h: Delete.
441 * config/i386/i386aix.mh, config/i386/i386aix.mt: Delete.
442 * config/i386/i386m3.mh, config/i386/i386m3.mt: Delete.
443 * config/i386/i386mach.mh, config/i386/i386os9k.mt: Delete.
444 * config/i386/nm-i386aix.h, config/i386/nm-i386mach.h: Delete.
445 * config/i386/nm-m3.h, config/i386/tm-i386aix.h: Delete.
446 * config/i386/tm-i386m3.h, config/i386/tm-i386mk.h: Delete.
447 * config/i386/xm-i386aix.h, config/i386/xm-i386m3.h: Delete.
448 * config/i386/xm-i386mach.h, config/i386/xm-i386mk.h: Delete.
449 * config/i960/mon960.mt, config/i960/nindy960.mt: Delete.
450 * config/i960/tm-i960.h, config/i960/tm-mon960.h: Delete.
451 * config/i960/tm-nindy960.h, config/i960/tm-vx960.h: Delete.
452 * config/i960/vxworks960.mt, config/m68k/apollo68b.mh: Delete.
453 * config/m68k/apollo68b.mt, config/m68k/apollo68v.mh: Delete.
454 * config/m68k/hp300bsd.mh, config/m68k/hp300bsd.mt: Delete.
455 * config/m68k/hp300hpux.mh, config/m68k/hp300hpux.mt: Delete.
456 * config/m88k/delta88.mh, config/m88k/delta88.mt: Delete.
457 * config/m88k/delta88v4.mh, config/m88k/delta88v4.mt: Delete.
458 * config/m88k/m88k.mh, config/m88k/m88k.mt: Delete.
459 * config/m88k/nm-delta88v4.h, config/m88k/nm-m88k.h: Delete.
460 * config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h: Delete.
461 * config/m88k/tm-m88k.h, config/m88k/xm-delta88.h: Delete.
462 * config/m88k/xm-dgux.h: Delete.
463 * fr30-tdep.c, i386aix-nat.c, i386m3-nat.c: Delete.
464 * i386mach-nat.c, i960-tdep.c, m88k-nat.c: Delete.
465 * os9kread.c, remote-bug.c, remote-nindy.c: Delete.
466 * remote-nrom.c, remote-os9k.c, remote-vx960.c: Delete.
467 * d30v-tdep.c, arc-tdep.c, cxux-nat.c, dst.h, dstread.c: Delete.
468 * ch-exp.c, ch-lang.c, ch-lang.h, ch-typeprint.c: Delete.
469 * ch-valprint.c: Delete.
470
471 2002-12-15 Daniel Jacobowitz <drow@mvista.com>
472
473 * infrun.c (handle_inferior_event): Rearrange code to resume if
474 no catchpoint triggers for an event.
475
476 2002-12-15 Daniel Jacobowitz <drow@mvista.com>
477
478 * infrun.c (handle_inferior_event): Merge TARGET_WAITKIND_FORKED
479 and TARGET_WAITKIND_VFORKED cases.
480
481 2002-12-15 Daniel Jacobowitz <drow@mvista.com>
482
483 * infrun.c (handle_inferior_event): Assume that catchpoints
484 are not affected by DECR_PC_AFTER_BREAK.
485
486 2002-12-15 Daniel Jacobowitz <drow@mvista.com>
487
488 * target.c (update_current_target): Don't inherit DONT_USE.
489 * target.h (struct target_ops): Remove DONT_USE.
490 (target_next): Remove macro.
491
492 2002-12-15 Mark Kettenis <kettenis@gnu.org>
493
494 * ui-out.c (MAX_UI_OUT_LEVELS): Raise to 6. Fixes PR cli/654.
495
496 2002-12-14 Richard Earnshaw <rearnsha@arm.com>
497
498 * arm-tdep.c (convert_from_extended): New argument to hold the
499 type of floating point result we want to convert to. Make input
500 argument const. Fix all callers.
501 (convert_to_extended): Similarly.
502 (arm_extract_return_value): Now takes a regcache argument. Change
503 code to use regcache accessor functions. Correctly extract
504 smaller-than-word results on big-endian machines.
505 (arm_store_return_value): Now takes a regcache argument. Change
506 code to use regcache accessor functions. Correctly zero/sign extend
507 smaller than word results before storing into r0.
508 (arm_gdbarch_init): Register new-style extract_return_value and
509 store_return_value functions.
510
511 2002-12-13 Michael Snyder <msnyder@to-limbo.toronto.redhat.com>
512
513 * thread-db.c (thread_from_lwp): Uniquify error msg.
514 (lwp_from_thread): Ditto.
515 (check_event): Ditto.
516 (find_new_threads_callback): Ditto.
517 (thread_db_pid_to_str): Ditto.
518
519 2002-12-13 Andrew Cagney <ac131313@redhat.com>
520
521 * frame.h (get_frame_saved_regs): Declare.
522 (frame_saved_regs_zalloc): Change return type to CORE_ADDR
523 pointer.
524 * frame.c (get_frame_saved_regs): New function.
525 (frame_saved_regs_zalloc): Return the allocated saved_regs.
526
527 2002-12-13 Andrew Cagney <ac131313@redhat.com>
528
529 * frame.c (deprecated_update_current_frame_pc_hack): New
530 function.
531 * frame.h (deprecated_update_current_frame_pc_hack): Declare.
532 * infrun.c (normal_stop): Use said function instead of directly
533 modifying the frame's PC.
534
535 2002-12-13 Alexandre Oliva <aoliva@redhat.com>
536
537 * frame.h (frame_id_unwind_ftype): Fix typo in return type.
538
539 2002-12-13 Kevin Buettner <kevinb@redhat.com>
540
541 * config/mips/tm-mips.h, config/mips/tm-irix3.h,
542 config/mips/tm-irix6.h (NUM_REGS): Delete.
543 * mips-tdep.c (mips_gdbarch_init): Call set_gdbarch_num_regs().
544 (temp_saved_regs): Declare as a pointer rather than an array.
545 (mips32_heuristic_proc_desc, heuristic_proc_desc): Make sure
546 that ``temp_saved_regs'' has storage allocated to it and that
547 it's the correct size.
548
549 2002-12-13 Jeff Johnston <jjohnstn@redhat.com>
550
551 * defs.h (init_last_source_visited): New prototype.
552 (add_path): Ditto.
553 * source.c (add_path): New function that adds to a specified path.
554 (mod_path): Change to call add_path.
555 (init_last_source_visited): New function to allow interfaces to
556 initialize static variable: last_source_visited. Part of fix
557 for PR gdb/741.
558 * Makefile.in: Add support for mi/mi-cmd-env.c.
559
560 2002-12-13 Andrew Cagney <ac131313@redhat.com>
561
562 * frame.h (frame_id_unwind): Declare.
563 (struct frame_info): Add fields id_unwind, id_unwind_cache_p and
564 id_unwind_cache.
565 (frame_id_unwind_ftype): Declare.
566 * frame.c (frame_id_unwind): New function.
567 (set_unwind_by_pc): Add unwind_id parameter. Initialized.
568 (create_new_frame, get_prev_frame): Pass id_unwind to
569 set_unwind_by_pc.
570 (frame_saved_regs_id_unwind): New function.
571 (frame_saved_regs_id_unwind): New function.
572 * dummy-frame.c (dummy_frame_id_unwind): New function.
573 (struct dummy_frame): Add field id.
574 (generic_push_dummy_frame): Initialize `id'.
575 * dummy-frame.h (dummy_frame_id_unwind): Declare.
576
577 2002-12-13 Andrew Cagney <ac131313@redhat.com>
578
579 * infcmd.c (run_stack_dummy): Create a frame ID directly and then
580 pass that to set_momentary_breakpoint. Move comments to where they
581 belong.
582 * frame.h (set_current_frame): Delete declaration.
583 * frame.c (set_current_frame): Delete function.
584
585 2002-12-13 Andrew Cagney <ac131313@redhat.com>
586
587 * frame.c (frame_extra_info_zalloc): New function.
588 * frame.h (frame_extra_info_zalloc): Declare.
589
590 2002-12-13 Joel Brobecker <brobecker@gnat.com>
591
592 * hppa-tdep.c (hppa_pop_frame): Fix a compilation error introduced
593 in the previous prototype change to set_momentary_breakpoint.
594
595 2002-12-12 Daniel Jacobowitz <drow@mvista.com>
596
597 * infrun.c (pending_follow): Remove saw_parent_fork, saw_child_fork,
598 and saw_child_exec.
599 (follow_fork, init_wait_for_inferior, handle_inferior_event): Remove
600 references to saw_parent_fork, saw_child_fork, and saw_child_exec.
601 (stop_stepping): Remove outdated check for child vfork events.
602
603 2002-12-12 Andrew Cagney <ac131313@redhat.com>
604
605 * GDB 5.3 released from gdb_5_3-branch.
606
607 2002-12-11 Daniel Jacobowitz <drow@mvista.com>
608
609 * corelow.c (init_core_ops): Delete references to to_require_attach
610 and to_require_detach.
611 * exec.c (init_exec_ops): Likewise.
612 * hppah-nat.c (child_follow_fork): Call hppa_require_attach and
613 hppa_require_detach directly.
614 * inferior.h (REQUIRE_ATTACH, REQUIRE_DETACH): Delete.
615 * inftarg.c (child_detach): Remove.
616 (child_detach_from_process): Rename to child_detach, remove
617 after_fork argument.
618 (child_attach): Remove.
619 (child_attach_to_process): Rename to child_attach, remove after_fork
620 argument.
621 (init_child_ops): Delete references to to_require_attach
622 and to_require_detach.
623 * infttrace.c (hppa_require_attach): Update comment.
624 * target.c (cleanup_target, update_current_target)
625 (init_dummy_target, setup_target_debug): Delete references to
626 to_require_attach and to_require_detach.
627 (find_default_require_detach, find_default_require_attach)
628 (debug_to_require_attach, debug_to_require_detach): Remove
629 functions.
630 * target.h (struct target_ops): Remove to_require_attach
631 and to_require_detach.
632 (target_require_attach, target_require_detach): Delete macros.
633 (find_default_require_detach, find_default_require_attach): Delete
634 prototypes.
635 * config/pa/nm-hppah.h (REQUIRE_ATTACH, REQUIRE_DETACH): Delete.
636
637 2002-12-11 Andrew Cagney <ac131313@redhat.com>
638
639 * frame.c (get_frame_extra_info): New function.
640 * frame.h (get_frame_extra_info): Declare.
641
642 2002-12-11 Andrew Cagney <ac131313@redhat.com>
643
644 * breakpoint.h (struct breakpoint): Replace frame with frame_id.
645 (set_momentary_breaokpoint): Replace `struct frame_info' parameter
646 with `struct frame_id'.
647 (set_longjmp_resume_breakpoint): Ditto.
648 * infrun.c (handle_inferior_event): Update.
649 * breakpoint.c (watch_command_1, until_break_command): Update.
650 * infrun.c (handle_inferior_event, check_sigtramp2): Update.
651 (handle_inferior_event, step_over_function): Update.
652 * breakpoint.c (bpstat_stop_status, print_one_breakpoint): Update.
653 (set_raw_breakpoint, set_longjmp_resume_breakpoint): Update.
654 (set_momentary_breakpoint, deprecated_frame_in_dummy): Update.
655 * infcmd.c (finish_command, run_stack_dummy): Update.
656
657 2002-12-11 Kevin Buettner <kevinb@redhat.com>
658
659 * dwarf2read.c (dwarf2_const_ignored, dwarf2_volatile_ignored)
660 (dwarf2_non_const_array_bound_ignored)
661 (dwarf2_missing_line_number_section)
662 (dwarf2_statement_list_fits_in_line_number_section)
663 (dwarf2_mangled_line_number_section, dwarf2_unsupported_die_ref_attr)
664 (dwarf2_unsupported_stack_op, dwarf2_complex_location_expr)
665 (dwarf2_unsupported_tag, dwarf2_unsupported_at_encoding)
666 (dwarf2_unsupported_at_frame_base, dwarf2_unexpected_tag)
667 (dwarf2_missing_at_frame_base, dwarf2_bad_static_member_name)
668 (dwarf2_unsupported_accessibility, dwarf2_bad_member_name_complaint)
669 (dwarf2_missing_member_fn_type_complaint)
670 (dwarf2_vtbl_not_found_complaint, dwarf2_absolute_sibling_complaint)
671 (dwarf2_const_value_length_mismatch)
672 (dwarf2_unsupported_const_value_attr, dwarf2_misplaced_line_number)
673 (dwarf2_line_header_too_long, dwarf2_missing_macinfo_section)
674 (dwarf2_macros_too_long, dwarf2_macros_not_terminated)
675 (dwarf2_macro_outside_file, dwarf2_macro_unmatched_end_file)
676 (dwarf2_macro_malformed_definition, dwarf2_macro_spaces_in_definition)
677 (dwarf2_invalid_attrib_class, dwarf2_invalid_pointer_size): Delete
678 complaints using deprecated struct..
679 (dwarf2_non_const_array_bound_ignored_complaint)
680 (dwarf2_complex_location_expr_complaint)
681 (dwarf2_unsupported_at_frame_base_complaint)
682 (dwarf2_const_value_length_mismatch_complaint)
683 (dwarf2_macros_too_long_complaint)
684 (dwarf2_macro_malformed_definition_complaint)
685 (dwarf2_invalid_attrib_class_complaint): New functions.
686 (read_func_scope, dwarf2_attach_fields_to_type, dwarf2_add_member_fn)
687 (read_structure_scope, read_array_type, read_common_block)
688 (read_tag_pointer_type, read_base_type, read_partial_die)
689 (dwarf_decode_line_header, check_cu_functions, dwarf_decode_lines)
690 (new_symbol, dwarf2_const_value, read_type_die)
691 (dwarf2_get_ref_die_offset, decode_locdesc, consume_improper_spaces)
692 (parse_macro_definition, dwarf_decode_macros): Replace calls to
693 complain() with, possibly indirect, calls to complaint().
694
695 2002-12-11 Andrew Cagney <cagney@redhat.com>
696
697 * frame.c (deprecated_get_frame_saved_regs): Rename
698 get_frame_saved_regs.
699 * frame.h (deprecated_get_frame_saved_regs): Update declaration.
700 * sparc-tdep.c: Update.
701 * hppa-tdep.c: Update.
702 * h8500-tdep.c: Update.
703
704 2002-12-11 Kevin Buettner <kevinb@redhat.com>
705
706 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME)
707 (ADDRESS_CLASS_NAME_TO_TYPE_FLAGS): Use ``const char *'' instead of
708 ``char *'' for return and parameter types.
709 * gdbarch.h, gdbarch.c: Regenerate.
710 * gdbtypes.h, gdbtypes.c (address_space_int_to_name): Change
711 return type from ``char *'' to ``const char *''.
712 * c-typeprint.c (c_type_print_modifier): Make ``address_space_id''
713 const.
714
715 2002-12-11 Mark Kettenis <kettenis@gnu.org>
716
717 * i386-tdep.c: Include "dummy-frame.h".
718 (i386_frame_chain, i386_frame_saved_pc): Replace
719 DEPRECATED_PC_IN_CALL_DUMMY with call to pc_in_dummy_frame.
720 (i386_gdbarch_init): Don't set deprecated_pc_in_call_dummy.
721
722 2002-12-10 Andrew Cagney <cagney@redhat.com>
723
724 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC): Rename INIT_FRAME_PC.
725 Change to a function with predicate.
726 * gdbarch.h, gdbarch.c: Re-generate.
727 * frame.c (get_prev_frame): Update. Test
728 DEPRECATED_INIT_FRAME_PC_P.
729 * config/sparc/tm-sparc.h (DEPRECATED_INIT_FRAME_PC): Update.
730 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC): Update.
731 * config/mn10200/tm-mn10200.h (DEPRECATED_INIT_FRAME_PC): Update.
732 * alpha-tdep.c (alpha_gdbarch_init): Update.
733 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
734 * mips-tdep.c (mips_gdbarch_init): Update.
735 * i386-interix-tdep.c (i386_interix_init_abi): Update.
736 * arm-tdep.c: Update comments.
737 * h8300-tdep.c (h8300_gdbarch_init): Explicitly set init_frame_pc.
738 * config/m32r/tm-m32r.h (DEPRECATED_INIT_FRAME_PC): Ditto.
739 * frv-tdep.c (frv_gdbarch_init): Ditto.
740 * x86-64-tdep.c (x86_64_init_abi): Ditto.
741 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
742 * s390-tdep.c (s390_gdbarch_init): Ditto.
743 * v850-tdep.c (v850_gdbarch_init): Ditto.
744 * vax-tdep.c (vax_gdbarch_init): Ditto.
745 * sh-tdep.c (sh_gdbarch_init): Ditto.
746 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
747 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
748 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
749 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
750 * i386-tdep.c (i386_gdbarch_init): Ditto.
751 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
752 * cris-tdep.c (cris_gdbarch_init): Ditto.
753 * avr-tdep.c (avr_gdbarch_init): Ditto.
754 * arm-tdep.c (arm_gdbarch_init): Ditto.
755 * config/z8k/tm-z8k.h (INIT_FRAME_PC_FIRST): Delete macro.
756 (DEPRECATED_INIT_FRAME_PC): Rename INIT_FRAME_PC.
757
758 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
759
760 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_VFORK): Change to
761 CHILD_FOLLOW_FORK.
762 * hppah-nat.c (saved_vfork_pid): Add.
763 (child_post_follow_vfork): Remove.
764 (child_follow_fork): New function.
765 (child_wait): Call detach_breakpoints after receiving the child vfork.
766 Call child_resume directly instead of going through resume ().
767 Make sure we have the exec before reporting the vfork.
768 * inferior.h (follow_inferior_reset_breakpoints): Add prototype.
769 * infrun.c (follow_fork, follow_vfork, follow_inferior_fork): Remove.
770 (follow_fork): New function. Call target_follow_fork.
771 (follow_inferior_reset_breakpoints): New function broken out from
772 old follow_inferior_fork.
773 (resume): Remove hack to follow exec after vfork.
774 * inftarg.c (child_post_follow_vfork): Remove.
775 (child_follow_fork): New function.
776 (init_child_ops): Replace to_post_follow_vfork with to_follow_fork.
777 * target.c (cleanup_target): Replace to_post_follow_vfork with
778 to_follow_fork.
779 (update_current_target): Likewise.
780 (setup_target_debug): Likewise.
781 (debug_to_post_follow_vfork): Remove.
782 (debug_to_follow_fork): New function.
783 * target.h (struct target_ops): Replace to_post_folow_vfork with
784 to_follow_fork.
785 (child_post_follow_vfork): Remove prototype.
786 (child_follow_fork): Add prototype.
787 (target_post_follow_vfork): Remove macro.
788 (target_follow_fork): Add macro.
789
790 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
791
792 * hppah-nat.c (saved_child_execd_pathname, saved_vfork_state): New.
793 (child_post_follow_vfork): Cancel pending exec event if we follow
794 the parent.
795 (child_wait): Only return TARGET_WAITKIND_VFORKED when all necessary
796 events have been processed. Return a fake TARGET_WAITKIND_EXECD
797 event at the following wait call if necessary.
798 * infrun.c (follow_vfork): Don't follow_exec here.
799 (handle_inferior_event): Add comment to TARGET_WAITKIND_EXECD
800 case about HP/UX 10.20. Remove code pushed down to
801 hppah-nat.c:child_wait.
802 * infttrace.c (child_resume): Use TT_PROC_CONTINUE if
803 vfork_in_flight is set.
804
805 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
806
807 * hppah-nat.c (child_wait): Return TARGET_WAITKIND_IGNORE
808 for the parent's fork event.
809 * infrun.c (handle_inferior_event): Only expect one fork event.
810 Call prepare_to_wait for TARGET_WAITKIND_IGNORE. Update comment.
811 * target.h: Update comment for TARGET_WAITKIND_IGNORE.
812
813 2002-12-10 Andrew Cagney <ac131313@redhat.com>
814
815 * PROBLEMS: Delete reference to PR gdb/725.
816
817 * MAINTAINERS (gdb.c++): Add David Carlton.
818
819 2002-12-09 David Carlton <carlton@math.stanford.edu>
820
821 * cli/cli-setshow.c: #include <readline/tilde.h> after defs.h.
822 * cli/cli-cmds.c: Ditto.
823
824 2002-12-09 Andrew Cagney <cagney@redhat.com>
825
826 * gdbarch.sh (gdbarch_dump): Print NAME_OF_MALLOC using %s. Wrap
827 function address in <>.
828 * gdbarch.c: Re-generate.
829
830 2002-12-09 David Carlton <carlton@math.stanford.edu>
831
832 * p-exp.y: Rename TRUE and FALSE to TRUEKEYWORD and FALSEKEYWORD.
833
834 2002-12-09 David Carlton <carlton@math.stanford.edu>
835
836 * linespec.c (symtab_from_filename): New function.
837 (decode_line_1): Move code into symtab_from_filename.
838
839 2002-12-09 Kevin Buettner <kevinb@redhat.com>
840
841 * lin-lwp.c (strsignal): Make extern declaration match that of glibc.
842
843 2002-12-07 Andrew Cagney <ac131313@redhat.com>
844
845 * f-valprint.c (info_common_command): Use get_frame_pc.
846 * std-regs.c (value_of_builtin_frame_pc_reg): Ditto.
847 * ax-gdb.c (agent_command): Ditto.
848 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
849 (rs6000_pop_frame): Ditto.
850 (rs6000_frameless_function_invocation): Ditto.
851 (rs6000_frame_saved_pc, frame_get_saved_regs): Ditto.
852 (frame_initial_stack_address, rs6000_frame_chain): Ditto.
853 * macroscope.c (default_macro_scope): Ditto.
854 * stack.c (print_frame_info_base): Ditto.
855 (print_frame, frame_info, print_frame_label_vars): Ditto.
856 (return_command, func_command, get_frame_language): Ditto.
857 * infcmd.c (finish_command): Ditto.
858 * dummy-frame.c (cached_find_dummy_frame): Ditto.
859 * breakpoint.c (deprecated_frame_in_dummy): Ditto.
860 (break_at_finish_at_depth_command_1): Ditto.
861 (break_at_finish_command_1): Ditto.
862 (until_break_command, get_catch_sals): Ditto.
863 * blockframe.c (func_frame_chain_valid): Ditto.
864 (frameless_look_for_prologue): Ditto.
865 (frame_address_in_block, generic_func_frame_chain_valid): Ditto.
866
867 2002-12-08 Andrew Cagney <ac131313@redhat.com>
868
869 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Add declaration.
870 * dwarf2cfi.c (cfi_init_frame_pc): Cast the PC to a pointer.
871
872 2002-12-08 Andrew Cagney <ac131313@redhat.com>
873
874 * gdbarch.sh (INIT_FRAME_PC_FIRST, INIT_FRAME_PC_DEFAULT): Convert
875 to pure functions.
876 * gdbarch.h, gdbarch.c: Re-generate.
877 * frame.c (get_prev_frame): Explictly assign prev's pc with value
878 returned by INIT_FRAME_PC_FIRST and INIT_EXTRA_FRAME_INFO.
879
880 * arch-utils.h (init_frame_pc_default, init_frame_pc_noop): Change
881 declaration to a function returning a CORE_ADDR.
882 * x86-64-tdep.h (x86_64_init_frame_pc): Ditto.
883 * arch-utils.c (init_frame_pc_noop): Return the PC value.
884 (init_frame_pc_default): Ditto.
885 * x86-64-linux-tdep.c (x86_64_init_frame_pc): Ditto.
886 * s390-tdep.c (s390_init_frame_pc_first): Ditto.
887 * mips-tdep.c (mips_init_frame_pc_first): Ditto.
888 * dwarf2cfi.h (cfi_init_frame_pc): Ditto.
889 * dwarf2cfi.c (cfi_init_frame_pc): Ditto.
890 * alpha-tdep.c (alpha_init_frame_pc_first): Ditto.
891
892 * i386-interix-tdep.c (i386_interix_init_abi): Set init_frame_pc
893 to init_frame_pc_noop.
894 (i386_interix_init_frame_pc): Delete function.
895 * z8k-tdep.c (init_frame_pc): Delete function.
896 * config/z8k/tm-z8k.h (INIT_FRAME_PC): Define as init_frame_pc_noop.
897 (INIT_FRAME_PC_FIRST): Ditto.
898 * config/mn10200/tm-mn10200.h (INIT_FRAME_PC): Ditto.
899 (INIT_FRAME_PC_FIRST): Ditto.
900 * config/sparc/tm-sparc.h (INIT_FRAME_PC): Ditto.
901 * config/rs6000/tm-rs6000.h (INIT_FRAME_PC): Redefine as
902 init_frame_pc_noop.
903 (INIT_FRAME_PC_FIRST): Convert to an expression.
904 * config/sparc/tm-sparc.h (INIT_FRAME_PC_FIRST): Ditto.
905
906 2002-12-08 Andrew Cagney <ac131313@redhat.com>
907
908 * blockframe.c: Use get_frame_base instead of directly accessing
909 the `struct frame_info' member frame.
910 * f-valprint.c, std-regs.c, rs6000-tdep.c: Ditto.
911 * stack.c, dummy-frame.c, breakpoint.c: Ditto.
912
913 2002-12-08 Elena Zannoni <ezannoni@redhat.com>
914
915 * Makefile.in (readline_h): Define.
916 (completer.o): Depend on readline_h.
917 (corelow.o): Ditto.
918 (event-top.o): Ditto.
919 (exec.o): Ditto.
920 (solib.o): Ditto.
921 (source.o): Ditto.
922 (symfile.o): Ditto.
923 (symmisc.o): Ditto.
924 (top.o): Ditto.
925 (tracepoint.o): Ditto.
926 (utils.o): Ditto.
927 (cli-dump.o): Ditto.
928 (tui-hooks.o): Ditto.
929 (tuiWin.o): Ditto.
930
931 2002-12-08 Elena Zannoni <ezannoni@redhat.com>
932
933 More cleanup from import of readline 4.3.
934 * completer.h (complete_line, readline_line_completion_function):
935 Update prototypes.
936 (line_completion_function): Removed, not used outside of completer.c.
937 * completer.c (readline_line_completion_function,
938 complete_function, line_completion_function): Use const for first
939 parameter.
940 (line_completion_function): Make static.
941 (filename_completer): filename_completion_function is now called
942 rl_filename_completion_function
943 * corelow.c: Include <readline/readline.h>.
944 * exec.c: Ditto.
945 * solib.c: Ditto.
946 * source.c: Ditto.
947 * symfile.c: Ditto.
948 * symmisc.c: Ditto.
949 * top.c (init_main): No need to coerce
950 readline_line_completion_function anymore.
951 * cli/cli-dump.c: Include <readline/readline.h>.
952
953 2002-12-08 Andrew Cagney <ac131313@redhat.com>
954
955 * stack.c (frame_info): Use get_prev_frame.
956 * blockframe.c (frame_address_in_block): Ditto.
957 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
958 (rs6000_frameless_function_invocation): Ditto.
959 (rs6000_frame_saved_pc): Ditto.
960 (rs6000_frame_chain): Ditto.
961 * arch-utils.c (init_frame_pc_default): Ditto.
962
963 2002-12-08 Andrew Cagney <ac131313@redhat.com>
964
965 * config/mn10200/tm-mn10200.h (DEPRECATED_PC_IN_CALL_DUMMY):
966 Delete redundant definition.
967
968 2002-12-08 Elena Zannoni <ezannoni@redhat.com>
969
970 Import of readline 4.3:
971 * cli/cli-cmds.c: Include readline/tilde.h.
972 * cli/cli-setshow.c: Ditto.
973 * defs.h: Don't declare tilde_expand anymore, since readline
974 exports it.
975
976 2002-12-08 Elena Zannoni <ezannoni@redhat.com>
977
978 * Makefile.in (thread-db.o): Add explicit rule to ignore the use of
979 -Werror on this file.
980
981 2002-12-07 Andrew Cagney <ac131313@redhat.com>
982
983 * gdbarch.sh (TARGET_FLOAT_FORMAT): Use the macro when printing
984 the format name.
985 (TARGET_DOUBLE_FORMAT, TARGET_LONG_DOUBLE_FORMAT): Ditto.
986 * gdbarch.c: Regenerate.
987
988 2002-12-06 Andrew Cagney <ac131313@redhat.com>
989
990 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Rename
991 INIT_FRAME_PC_FIRST. Change to a function with predicate. Do not
992 provide a default value.
993 * gdbarch.h, gdbarch.c: Regenerate.
994 * frame.c (get_prev_frame): Update. Check
995 DEPRECATED_INIT_FRAME_PC_FIRST_P.
996 * s390-tdep.c (s390_gdbarch_init): Update.
997 * mips-tdep.c (mips_gdbarch_init): Update.
998 * config/sparc/tm-sparc.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
999 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1000 * alpha-tdep.c (alpha_gdbarch_init): Update.
1001
1002 2002-12-06 Elena Zannoni <ezannoni@redhat.com>
1003
1004 * ia64-linux-nat.c: Include gdb_string.h.
1005 * alpha-nat.c: Ditto.
1006 * ppc-linux-nat.c: Ditto.
1007 * Makefile.in (ia64-linux-nat.o, alpha-nat.o, ppc-linux-nat.o):
1008 Update dependencies.
1009
1010 2002-12-05 Andrew Cagney <ac131313@redhat.com>
1011
1012 * gdbthread.h: Include "frame.h".
1013 (struct thread_info): Replace step_frame_address with
1014 step_frame_id.
1015 * inferior.h: Include "frame.h".
1016 (step_frame_id): Replace external variable step_frame_address.
1017 * gdbthread.h (save_infrun_state): Replace step_frame_address
1018 parameter with step_frame_id parameter.
1019 (load_infrun_state): Ditto.
1020 * Makefile.in (gdbthread_h, inferior_h): Add $(frame_h).
1021 * infcmd.c (step_frame_id, step_1, step_once): Update.
1022 * thread.c (load_infrun_state, save_infrun_state): Update.
1023 * infrun.c (clear_proceed_status, save_inferior_status): Update.
1024 (handle_inferior_event, step_over_function): Update.
1025 (normal_stop, context_switch, restore_inferior_status): Update.
1026 (struct inferior_status): Replace step_frame_address with
1027 step_frame_id.
1028
1029 2002-12-05 David Carlton <carlton@math.stanford.edu>
1030
1031 * dwarf2read.c (dwarf2_add_field): Treat a field that is a
1032 DW_TAG_member as well as a declaration as being a C++ static data
1033 member.
1034 (read_structure_scope): Combine tests for DW_TAG_member and
1035 DW_TAG_variable.
1036
1037 2002-12-05 David Carlton <carlton@math.stanford.edu>
1038
1039 * linespec.c (decode_compound): New function.
1040 (decode_line_1): Move code into decode_compound.
1041
1042 2002-12-05 David Carlton <carlton@math.stanford.edu>
1043
1044 * symtab.c (lookup_symbol_aux_local): Add 'static_block'
1045 argument.
1046 (lookup_symbol_aux): Do the 'field_of_this' check before checking
1047 the static block. See PR gdb/804.
1048
1049 2002-12-05 David Carlton <carlton@math.stanford.edu>
1050
1051 * symtab.c (lookup_symbol_aux_block): New function.
1052 (lookup_symbol_aux_local): Move code into lookup_symbol_aux_block.
1053
1054 2002-12-05 Andrew Cagney <ac131313@redhat.com>
1055
1056 * gdbarch.sh: Dump the predicate function and macro values.
1057 (read): Print error on standard error.
1058 * gdbarch.c: Regenerate.
1059
1060 2002-12-04 Kevin Buettner <kevinb@redhat.com>
1061
1062 * Makefile.in (mips_tdep_h): Define.
1063 (mips-tdep.o): Add mips_tdep_h to dependency list.
1064 * mips-tdep.h: New file.
1065 * mips-tdep.c (mips-tdep.h): Include.
1066 (enum mips_abi): Move to mips-tdep.h.
1067 (mips_abi): New function.
1068
1069 2002-12-04 David Carlton <carlton@math.stanford.edu>
1070
1071 * Makefile.in (f-exp.tab.c): Don't depend on c-exp.tab.c.
1072
1073 2002-12-04 David Carlton <carlton@math.stanford.edu>
1074
1075 * symtab.c (lookup_symbol_aux): Move minsym code into a separate
1076 function.
1077 (lookup_symbol_aux_minsyms): New function.
1078
1079 2002-12-04 J. Brobecker <brobecker@gnat.com>
1080
1081 * pa64solib.c: s/boolean/int/. Fixes a build failure on hppa64-hpux.
1082
1083 2002-12-04 J. Brobecker <brobecker@gnat.com>
1084
1085 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Renamed from IN_SIGTRAMP,
1086 which is an obsolete macro name.
1087
1088 2002-12-04 Daniel Jacobowitz <drow@mvista.com>
1089
1090 * doublest.c (convert_floatformat_to_doublest): Cast exp_bias to int.
1091 * config/alpha/alpha-linux.mh (MH_CFLAGS): Add -mieee.
1092
1093 2002-12-03 H.J. Lu (hjl@gnu.org)
1094
1095 * breakpoint.c (create_thread_event_breakpoint): Use xasprintf.
1096 (create_breakpoints): Make sure the addr_string field is not
1097 NULL.
1098
1099 2002-12-03 Andrew Cagney <ac131313@redhat.com>
1100
1101 * sparc-nat.c (fetch_inferior_registers)
1102 (store_inferior_registers): Add comment on problem of LWP vs
1103 threads.
1104
1105 From 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
1106 * lin-lwp.c (lin_lwp_fetch_registers): Remove.
1107 (lin_lwp_store_registers): Remove.
1108 (init_lin_lwp_ops): Use fetch_inferior_registers
1109 and store_inferior_registers directly.
1110 * sparc-nat.c (fetch_inferior_registers): Honor LWP ID.
1111 (store_inferior_registers): Likewise.
1112 Fix PR gdb/725.
1113
1114 2002-12-03 Andrew Cagney <ac131313@redhat.com>
1115
1116 * frame.h (get_frame_id): Convert to a function.
1117 (null_frame_id, frame_id_p): Declare.
1118 (frame_id_eq, frame_id_inner): Declare.
1119 (frame_id_build): New function.
1120 * frame.c (get_frame_id): Update. Use null_frame_id.
1121 (frame_find_by_id): Rewrite using frame_id_p, frame_id_eq and
1122 frame_id_inner.
1123 (null_frame_id, frame_id_p): Define.
1124 (frame_id_eq, frame_id_inner): Define.
1125 (frame_id_build): New function.
1126 * varobj.c (varobj_create): Update.
1127 (varobj_update): Update.
1128 * valops.c (value_assign): Update.
1129 (new_root_variable): Update.
1130 * infrun.c (save_inferior_status): Update.
1131 * breakpoint.c (watch_command_1): Update.
1132
1133 2002-12-03 J. Brobecker <brobecker@gnat.com>
1134
1135 * config/pa/tm-hppah.h (SNAP1): Remove unused macro.
1136 (SNAP2): Likewise.
1137
1138 2002-12-03 Andrew Cagney <cagney@redhat.com>
1139
1140 * NEWS: Mention Daniel Jacobowitz's multi-threaded shared library
1141 patch.
1142
1143 * PROBLEMS: Mention PR gdb/725.
1144
1145 2002-12-03 Andreas Schwab <schwab@suse.de>
1146
1147 * infcmd.c (construct_inferior_arguments): Handle empty arguments.
1148
1149 2002-12-02 Adam Fedor <fedor@gnu.org>
1150 Klee Dienes <kdienes@apple.com>
1151
1152 * objc-lang.c (objc_printstr): Add width arg to match
1153 printstr prototype.
1154 (compare_selectors): Add 'const' to arg types.
1155 (compare_classes): Likewise.
1156 (find_imps): Cast msym pointer to avoid compiler warning.
1157 (print_object_command): Validate the address before
1158 passing it to the print routine.
1159 (find_objc_msgcall_submethod): Change function argument to
1160 return an int.
1161 * objc-lang.h: Add 'extern' to all function declarations.
1162 (value_nsstring): Add declaration.
1163
1164 2002-12-02 J. Brobecker <brobecker@gnat.com>
1165
1166 * somsolib.c (dld_cache): Replace boolean by int for field is_valid.
1167 Fixes a build failure on HP/UX.
1168
1169 * hpread.c (told_objfile): Replace boolean type by int. Fixes a build
1170 failure on HP/UX.
1171 (hpread_has_name): Advance declaration to avoid a compilation warning.
1172 (pst_syms_count): Add missing variable type. By change, the compiler
1173 was defaulting to int, which seems a good choice. Fixes a compilation
1174 warning.
1175 (pst_syms_size): Likewise.
1176
1177 2002-12-02 J. Brobecker <brobecker@gnat.com>
1178
1179 * hppa-tdep.c: Add #include "osabi.h" (for hppa_gdbarch_init).
1180 (hppa_gdbarch_init): Detect osabi from objfile. Will be needed
1181 later to set the proper gdbarch methods depending on the osabi.
1182 * Makefile.in (hppa-tdep.o): Add dependency on osabi.h.
1183
1184 2002-12-02 J. Brobecker <brobecker@gnat.com>
1185
1186 * osabi.h (gdb_osabi): Add two new enum values for HPUX ELF and SOM.
1187 * osabi.c (gdb_osabi_name): Add strings images for the two new
1188 enum values.
1189 (generic_elf_osabi_sniffer): Handle HPUX objfiles.
1190
1191 2002-12-02 Andrew Cagney <ac131313@redhat.com>
1192
1193 * MAINTAINERS (Java): Global maintainers are responible for Java.
1194 (Past Maintainers): Mention both Anthony Green and Per Bothner as
1195 part Java maintainers.
1196
1197 2002-12-02 J. Brobecker <brobecker@gnat.com>
1198
1199 * xcoffread.c (read_symbol_lineno): Replace boolean by int.
1200 Fixes a compilation failure on AiX.
1201
1202 2002-12-02 J. Brobecker <brobecker@gnat.com>
1203
1204 * config/powerpc/aix432.mh (NATDEPFILES): Add a comment explaining
1205 why aix-thread.o is not listed.
1206
1207 2002-12-01 Andrew Cagney <ac131313@redhat.com>
1208
1209 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Rename
1210 PC_IN_CALL_DUMMY. Change to predicate. Always allow call.
1211 * gdbarch.h, gdbarch.c: Re-generate.
1212 * config/sparc/tm-sparc.h, config/sparc/tm-sp64.h: Update.
1213 * config/mn10200/tm-mn10200.h, config/h8500/tm-h8500.h: Update.
1214 * config/pa/tm-hppa.h, frame.h: Update.
1215 * x86-64-tdep.c, vax-tdep.c, sparc-tdep.c: Update.
1216 * s390-tdep.c, ns32k-tdep.c, mn10300-tdep.c: Update.
1217 * m68k-tdep.c, i386-tdep.c, frv-tdep.c: Update.
1218 * cris-tdep.c, alpha-tdep.c: Update.
1219 * frame.c (set_unwind_by_pc, create_new_frame): Use either
1220 DEPRECATED_PC_IN_CALL_DUMMY or pc_in_dummy_frame.
1221 (get_prev_frame): Ditto.
1222
1223 2002-11-30 Andrew Cagney <cagney@redhat.com>
1224
1225 * exec.c (xfer_memory): Replace boolean with int.
1226 * p-exp.y: Use 0 instead of false.
1227 * corelow.c (gdb_check_format): Change return type to int from
1228 boolean.
1229 * utils.c: Don't include <curses.h> or <term.h> first.
1230
1231 2002-11-29 Stephane Carrez <stcarrez@nerim.fr>
1232
1233 * m68hc11-tdep.c (m68hc11_register_raw_size): Remove.
1234 (m68hc11_register_byte): Remove.
1235 (m68hc11_gdbarch_init): Don't set the above.
1236
1237 2002-11-29 Andrew Cagney <cagney@redhat.com>
1238
1239 * remote-mips.c (mips_initialize): Force a selected frame rebuild
1240 by calling get_selected_frame.
1241 * ocd.c (ocd_start_remote): Use get_selected frame instead of
1242 set_current_frame, create_new_frame, select_frame and
1243 get_current_frame.
1244 * remote-e7000.c (e7000_start_remote): Ditto.
1245 * remote-mips.c (common_open): Ditto
1246 * remote-rdp.c (remote_rdp_open): Ditto.
1247
1248 2002-11-29 Andreas Schwab <schwab@suse.de>
1249
1250 * m68k-tdep.c (m68k_frame_chain, m68k_frame_saved_pc)
1251 (altos_skip_prologue, delta68_frame_saved_pc, isi_frame_num_args)
1252 (delta68_frame_num_args, news_frame_num_args, m68k_skip_prologue)
1253 (m68k_frame_init_saved_regs, m68k_saved_pc_after_call): Use
1254 read_memory_unsigned_integer instead of read_memory_integer when
1255 dealing with addresses and instruction opcodes.
1256 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc)
1257 (m68k_linux_frame_saved_pc): Likewise.
1258
1259 2002-11-29 Andrew Cagney <ac131313@redhat.com>
1260
1261 * stack.c (selected_frame, select_frame): Move from here ...
1262 * frame.c (selected_frame, select_frame): ... to here. Include
1263 "language.h".
1264 * Makefile.in (frame.o): Update dependencies.
1265 * frame.c (get_selected_frame): New function.
1266 * frame.h (get_selected_frame): Declare.
1267 (deprecated_selected_frame): Rename selected_frame.
1268 * ada-lang.c, ada-tasks.c, breakpoint.c, corelow.c: Update.
1269 * eval.c, f-valprint.c, findvar.c, frame.c, frame.h: Update.
1270 * h8300-tdep.c, h8500-tdep.c, hppa-tdep.c, infcmd.c: Update.
1271 * inflow.c, infrun.c, macroscope.c, mips-tdep.c: Update.
1272 * mn10300-tdep.c, ocd.c, regcache.h, remote-e7000.c: Update.
1273 * remote-mips.c, remote-rdp.c, sh-tdep.c, sparc-tdep.c: Update.
1274 * stack.c, thread.c, tracepoint.c, valops.c, varobj.c: Update.
1275 * z8k-tdep.c, cli/cli-cmds.c: Update.
1276
1277 2002-11-29 Andrew Cagney <ac131313@redhat.com>
1278
1279 * frame.h (get_selected_block): Add comments.
1280
1281 2002-11-28 Andrew Cagney <ac131313@redhat.com>
1282
1283 * frame.c (pc_notcurrent): New function.
1284 (find_frame_sal): New function.
1285 * frame.h (find_frame_sal): Declare.
1286 (struct symtab_and_line): Add opaque declaration.
1287 * stack.c (print_frame_info_base): Use find_frame_sal instead of
1288 find_pc_line.
1289 (frame_info): Ditto.
1290 * ada-lang.c (find_printable_frame): Ditto.
1291
1292 2002-11-28 J. Brobecker <brobecker@gnat.com>
1293
1294 * configure.in: Check that the pthdebug library is recent enough
1295 before enabling thread support on native AiX.
1296 * configure: Regenerate.
1297
1298 * config/powerpc/aix432.mh (NATDEPFILES): Remove aix-thread.o
1299 from the list of object files as it is now appended by configure
1300 if thread support is enabled.
1301 (NAT_CLIBS): Removed as -lpthdebug is also appended by configure
1302 if thread support is enabled.
1303
1304 2002-11-28 Andrew Cagney <cagney@redhat.com>
1305
1306 * stack.c (get_selected_block): In-line get_current_block.
1307 * frame.h (get_current_block): Delete declaration.
1308 * blockframe.c (get_current_block): Delete function.
1309
1310 2002-11-28 Andrew Cagney <ac131313@redhat.com>
1311
1312 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Rename
1313 USE_GENERIC_DUMMY_FRAMES.
1314 * gdbarch.h, gdbarch.c: Regenerate.
1315 * valops.c, frame.c: Update.
1316 * config/z8k/tm-z8k.h, config/mn10200/tm-mn10200.h: Update.
1317 * config/m32r/tm-m32r.h, config/h8500/tm-h8500.h: Update.
1318 * config/pa/tm-hppa.h, blockframe.c: Update.
1319 * vax-tdep.c, sparc-tdep.c, ns32k-tdep.c: Ditto.
1320 * m68k-tdep.c, alpha-tdep.c: Ditto.
1321
1322 * arm-tdep.c: Eliminate USE_GENERIC_DUMMY_FRAMES as always 1.
1323 * mips-tdep.c: Ditto.
1324
1325 2002-11-27 Andrew Cagney <ac131313@redhat.com>
1326
1327 * gdbarch.sh (CALL_DUMMY_LOCATION): Default to AT_ENTRY_POINT.
1328 (USE_GENERIC_DUMMY_FRAMES): Default to true.
1329 (PC_IN_CALL_DUMMY): Default to generic_pc_in_call_dummy.
1330 * gdbarch.c, gdbarch.h: Re-generate.
1331 * inferior.h (USE_GENERIC_DUMMY_FRAMES): Delete macro definition.
1332 (CALL_DUMMY_LOCATION): Delete macro definition.
1333 (PC_IN_CALL_DUMMY): Delete macro definitions.
1334
1335 * arm-tdep.c (arm_gdbarch_init): Do not set pc_in_call_dummy,
1336 default is already generic_pc_in_call_dummy.
1337 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
1338 * v850-tdep.c (v850_gdbarch_init): Ditto.
1339 * sh-tdep.c (sh_gdbarch_init): Ditto.
1340 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1341 * mips-tdep.c (mips_gdbarch_init): Ditto.
1342 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1343 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1344 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1345 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1346 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1347 * avr-tdep.c (avr_gdbarch_init): Ditto.
1348
1349 * arm-tdep.c (arm_gdbarch_init): Do not set
1350 use_generic_dummy_frames, default is already 1.
1351 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
1352 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
1353 * v850-tdep.c (v850_gdbarch_init): Ditto.
1354 * sh-tdep.c (sh_gdbarch_init): Ditto.
1355 * s390-tdep.c (s390_gdbarch_init): Ditto.
1356 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1357 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1358 * mips-tdep.c (mips_gdbarch_init): Ditto.
1359 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1360 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1361 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1362 * i386-tdep.c (i386_gdbarch_init): Ditto.
1363 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1364 * frv-tdep.c (frv_gdbarch_init): Ditto.
1365 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1366 * cris-tdep.c (cris_gdbarch_init): Ditto.
1367 * avr-tdep.c (avr_gdbarch_init): Ditto.
1368
1369 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1370 call_dummy_location, default is already AT_ENTRY_POINT.
1371 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
1372 * v850-tdep.c (v850_gdbarch_init): Ditto.
1373 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1374 * sh-tdep.c (sh_gdbarch_init): Ditto.
1375 * s390-tdep.c (s390_gdbarch_init): Ditto.
1376 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1377 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1378 * mips-tdep.c (mips_gdbarch_init): Ditto.
1379 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1380 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1381 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1382 * i386-tdep.c (i386_gdbarch_init): Ditto.
1383 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1384 * frv-tdep.c (frv_gdbarch_init): Ditto.
1385 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1386 * cris-tdep.c (cris_gdbarch_init): Ditto.
1387 * avr-tdep.c (avr_gdbarch_init): Ditto.
1388 * arm-tdep.c (arm_gdbarch_init): Ditto.
1389 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1390
1391 2002-11-28 Andrew Cagney <cagney@redhat.com>
1392
1393 * frame.h: Update comments on set_current_frame, create_new_frame,
1394 flush_cached_frames, reinit_frame_cache, select_frame and
1395 selected_frame.
1396
1397 2002-11-27 Andrew Cagney <cagney@redhat.com>
1398
1399 * config/z8k/tm-z8k.h (PC_IN_CALL_DUMMY): Update definition to use
1400 deprecated pc_in_call_dummy function.
1401 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Ditto.
1402 * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Ditto.
1403 * config/pa/tm-hppa.h (PC_IN_CALL_DUMMY): Ditto.
1404 * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Ditto.
1405 * config/h8500/tm-h8500.h (PC_IN_CALL_DUMMY): Ditto.
1406
1407 2002-11-26 Martin M. Hunt <hunt@redhat.com>
1408
1409 * Makefile.in: Remove Tix dependencies.
1410 * acinclude.m4: Ditto.
1411 * aclocal.m4: Ditto.
1412 * configure.in: Ditto.
1413 * configure: Regenerated.
1414
1415 2002-11-26 Andrew Cagney <ac131313@redhat.com>
1416
1417 * gdbarch.sh (TARGET_FLOAT_FORMAT): Print the float format name.
1418 (TARGET_DOUBLE_FORMAT, TARGET_LONG_DOUBLE_FORMAT): Ditto.
1419 * gdbarch.c: Re-generate.
1420
1421 2002-11-26 Andrew Cagney <ac131313@redhat.com>
1422
1423 * config/h8500/tm-h8500.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
1424 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
1425 (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
1426 * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Define as
1427 pc_in_call_dummy_at_entry_point.
1428 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
1429 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
1430 (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
1431 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Delete undefine.
1432 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Define as
1433 pc_in_call_dummy_on_stack.
1434 * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Redefine as
1435 pc_in_call_dummy_at_entry_point and pc_in_call_dummy_on_stack.
1436 * config/z8k/tm-z8k.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
1437 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
1438 (PC_IN_CALL_DUMMY): Defile as pc_in_call_dummy_on_stack.
1439
1440 2002-11-26 Andrew Cagney <ac131313@redhat.com>
1441
1442 * inferior.h (deprecated_pc_in_call_dummy_before_text_end): Rename
1443 pc_in_call_dummy_before_text_end
1444 (deprecated_pc_in_call_dummy_after_text_end): Rename
1445 pc_in_call_dummy_after_text_end.
1446 (deprecated_pc_in_call_dummy_on_stack): Rename
1447 pc_in_call_dummy_on_stack.
1448 (deprecated_pc_in_call_dummy_at_entry_point): Rename
1449 pc_in_call_dummy_at_entry_point.
1450 * m68k-tdep.c (m68k_gdbarch_init): Update.
1451 * s390-tdep.c (s390_gdbarch_init): Update.
1452 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1453 * vax-tdep.c (vax_gdbarch_init): Update.
1454 * sparc-tdep.c (sparc_gdbarch_init): Update.
1455 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1456 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1457 * i386-tdep.c (i386_gdbarch_init): Update.
1458 * frv-tdep.c (frv_gdbarch_init): Update.
1459 * cris-tdep.c (cris_gdbarch_init): Update.
1460 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Update.
1461 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
1462 (deprecated_pc_in_call_dummy_after_text_end)
1463 (deprecated_pc_in_call_dummy_on_stack)
1464 (deprecated_pc_in_call_dummy_at_entry_point): Update.
1465 * alpha-tdep.c (alpha_gdbarch_init): Update.
1466
1467 2002-11-25 Daniel Jacobowitz <drow@mvista.com>
1468
1469 * acconfig.h (HAVE_PREAD64): Add.
1470 * configure.in: Check for pread64.
1471 * config.in: Regenerated.
1472 * configure: Regenerated.
1473 * lin-lwp.c (lin_lwp_xfer_memory): Call linux_proc_xfer_memory.
1474 * linux-proc.c (linux_proc_xfer_memory): New function.
1475 * config/nm-linux.h (linux_proc_xfer_memory): Add prototype.
1476
1477 2002-11-25 David Carlton <carlton@math.stanford.edu>
1478
1479 * dwarf2read.c (scan_partial_symbols): Descend into namespace
1480 pdi's with no name.
1481
1482 2002-11-25 Andrew Cagney <ac131313@redhat.com>
1483
1484 * MAINTAINERS: Mark h8500 as broken. Breakage occured Fri Nov 5
1485 16:32:04 1999 Andrew Cagney <cagney@b1.cygnus.com>.
1486
1487 2002-11-25 Jim Blandy <jimb@redhat.com>
1488
1489 * symfile.c (init_objfile_sect_indices): New function.
1490 (default_symfile_offsets): Move the section-index-initializing
1491 stuff into init_objfile_sect_indices, and call that.
1492
1493 * symtab.h (SIZEOF_N_SECTION_OFFSETS): New macro.
1494 (SIZEOF_SECTION_OFFSETS): Use SIZEOF_N_SECTION_OFFSETS.
1495
1496 * symfile.c (syms_from_objfile): Adjust indentation.
1497
1498 * symfile.c (symbol_file_add): Flush gdb_stdout even if from_tty
1499 || info_verbose isn't true.
1500
1501 2002-11-24 Andrew Cagney <ac131313@redhat.com>
1502
1503 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Change
1504 default to get_frame_base.
1505 * gdbarch.h, gdbarch.c: Regenerate.
1506 * arch-utils.c (default_frame_address): Delete function.
1507 * arch-utils.h (default_frame_address): Delete declaration
1508
1509 2002-11-24 Pierre Muller <muller@ics.u-strasbg.fr>
1510
1511 * varobj.c (find_frame_addr_in_frame_chain):
1512 Use get_frame_base instead of FRAME_FP,
1513 obvious fix.
1514
1515 2002-11-19 Andrew Cagney <ac131313@redhat.com>
1516
1517 * frame.h (FRAME_FP): Delete macro.
1518 (get_frame_base): New function declaration.
1519 * frame.c (get_frame_base): New function.
1520 (get_frame_id): Use ->frame.
1521 (frame_find_by_id): Rewrite to use get_frame_id.
1522 * blockframe.c: Use get_frame_base instead of FRAME_FP.
1523 * cris-tdep.c, d10v-tdep.c, findvar.c, h8500-tdep.c: Ditto.
1524 * hppa-tdep.c, i386-tdep.c, infcmd.c, infrun.c: Ditto.
1525 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
1526 * mn10200-tdep.c, mn10300-tdep.c, rs6000-tdep.c: Ditto.
1527 * sh-tdep.c, sparc-tdep.c, stack.c, tracepoint.c: Ditto.
1528 * v850-tdep.c, valops.c, z8k-tdep.c: Ditto.
1529
1530 2002-11-24 Andrew Cagney <ac131313@redhat.com>
1531
1532 * arm-tdep.c (arm_gdbarch_init): Do not set get_saved_register.
1533
1534 2002-11-24 Andrew Cagney <ac131313@redhat.com>
1535
1536 * frame.c (set_unwind_by_pc): Revert change below, use
1537 PC_IN_CALL_DUMMY.
1538 (get_prev_frame): Ditto.
1539
1540 2002-11-24 Andrew Cagney <ac131313@redhat.com>
1541
1542 * dummy-frame.c (pc_in_dummy_frame): New function.
1543 (generic_pc_in_call_dummy): Call pc_in_dummy_frame.
1544 (find_dummy_frame): Update comment.
1545 (generic_pop_current_frame): Use get_frame_type.
1546 * dummy-frame.h (pc_in_dummy_frame): Declare.
1547 * frame.c (set_unwind_by_pc): Use pc_in_dummy_frame.
1548 (create_new_frame): Use pc_in_dummy_frame.
1549 (get_prev_frame): Use pc_in_dummy_frame.
1550 (frame_saved_regs_register_unwind): Use get_prev_frame.
1551 (deprecated_generic_get_saved_register): Use get_prev_frame.
1552
1553 2002-11-23 Andrew Cagney <ac131313@redhat.com>
1554
1555 * blockframe.c (find_frame_addr_in_frame_chain): Move function
1556 from here ...
1557 * varobj.c (find_frame_addr_in_frame_chain): ... to here.
1558 (varobj_create): Note that frame ID should be used.
1559 * frame.h (find_frame_addr_in_frame_chain): Delete declaration.
1560
1561 2002-11-23 Andrew Cagney <ac131313@redhat.com>
1562
1563 * breakpoint.c: Include "gdb_assert.h".
1564 (deprecated_frame_in_dummy): Assert that generic dummy frames are
1565 not being used.
1566 * Makefile.in (breakpoint.o): Update dependencies.
1567 * ada-lang.c (find_printable_frame): Use get_frame_type instead of
1568 deprecated_frame_in_dummy.
1569 * stack.c (print_frame_info_base): Ditto.
1570 (frame_info): Ditto.
1571 (print_frame_info_base): Ditto. Delete dead code.
1572
1573 2002-11-23 Andreas Schwab <schwab@suse.de>
1574
1575 * Makefile.in (m68k_tdep_h): Define.
1576 (abug-rom.o, cpu32bug-rom.o, dbug-rom.o, m68k-tdep.o, m68klinux-nat.o)
1577 (remote-est.o, rom68k-rom.o): Add $(m68k_tdep_h).
1578 * m68k-tdep.c: Move register number enum ...
1579 * m68k-tdep.h: ... to this new file and rename the constants from
1580 E_* to M68K_*. All uses changed.
1581 * config/m68k/tm-m68k.h (D0_REGNUM, A0_REGNUM): Remove definitions.
1582 * abug-rom.c: Include "m68k-tdep.h". Use
1583 M68K_D0_REGNUM/M68K_A0_REGNUM instead of D0_REGNUM/A0_REGNUM.
1584 * cpu32bug-rom.c: Likewise.
1585 * dbug-rom.c: Likewise.
1586 * m68k-tdep.c: Likewise.
1587 * m68klinux-nat.c: Likewise.
1588 * remote-est.c: Likewise.
1589 * rom68k-rom.c: Likewise.
1590 * config/m68k/tm-linux.h: Likewise.
1591
1592 2002-11-23 Andrew Cagney <ac131313@redhat.com>
1593
1594 * arm-tdep.c (arm_gdbarch_init): Remove old style non-generic
1595 dummy frame initialization code.
1596 * mips-tdep.c (mips_gdbarch_init): Ditto.
1597
1598 2002-11-22 Christopher Faylor <cgf@redhat.com>
1599
1600 * win32-nat.c (child_attach): Reset saw_create counter or subsequent
1601 attach will hang.
1602
1603 2002-11-22 Andrew Cagney <ac131313@redhat.com>
1604
1605 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Default
1606 to default_frame_address.
1607 * gdbarch.h, gdbarch.c: Re-generate.
1608
1609 * d10v-tdep.c (d10v_gdbarch_init): Do not set frame_args_address
1610 or frame_locals_address to default_frame_address.
1611 * m68k-tdep.c (m68k_gdbarch_init): Update.
1612 * i386-tdep.c (i386_gdbarch_init): Update.
1613 * frv-tdep.c (frv_gdbarch_init): Update.
1614 * sh-tdep.c (sh_gdbarch_init): Update.
1615 * v850-tdep.c (v850_gdbarch_init): Update.
1616 * sparc-tdep.c (sparc_gdbarch_init): Update.
1617 * mips-tdep.c (mips_gdbarch_init): Update.
1618 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1619 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1620 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1621
1622 * cris-tdep.c (cris_frame_args_address): Delete function.
1623 (cris_frame_locals_address): Delete function.
1624 (cris_gdbarch_init): Do not set frame_args_address or
1625 frame_locals_address.
1626
1627 2002-11-22 Michael Snyder <msnyder@redhat.com>
1628
1629 * thread-db.c (thread_db_load): Tell the user what's going on
1630 if dlopen fails on libthread_db.
1631
1632 2002-11-23 Andreas Schwab <schwab@suse.de>
1633
1634 * m68k-tdep.c (m68k_register_virtual_type): Use architecture
1635 invariant return values.
1636
1637 2002-11-22 Andreas Schwab <schwab@suse.de>
1638
1639 * valops.c (value_slice): Move declaration of `offset' to avoid
1640 warning.
1641
1642 2002-11-22 Christopher Faylor <cgf@redhat.com>
1643
1644 * win32-nat.c (psapi_get_dll_name): Fix a compiler warning.
1645 (struct so_stuff): Add end_addr field.
1646 (register_loaded_dll): Calculate and store end address of loaded dll.
1647 (solib_address): New function.
1648 (child_solib_loaded_library_pathname): Pass carefully constructed
1649 section info to safe_symbol_file_add rather than ignoring it.
1650 (get_child_debug_event): Call re_enable_breakpoints_in_shlibs when a
1651 DLL is loaded.
1652 (do_initial_child_stuff): Call disable_breakpoints_in_shlibs.
1653 (child_create_inferior): Fix a compiler warning.
1654 * config/i386/tm-cygwin.h (PC_SOLIB): Define new macro.
1655 (solib_address): Declare new function.
1656
1657 2002-11-22 Andreas Schwab <schwab@suse.de>
1658
1659 * m68k-tdep.c (m68k_register_virtual_type): Return int for SR, FPC
1660 and FPS registers.
1661
1662 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
1663
1664 * maint.c (_initialize_maint_cmds): Fix typo. From
1665 Francesco Potorti` <pot@gnu.org>.
1666
1667 2002-11-21 Andrew Cagney <cagney@redhat.com>
1668
1669 * mips-tdep.c (mips_dump_tdep): Delete references to
1670 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
1671 * config/mips/tm-mips.h (GDB_TARGET_MASK_DISAS_PC): Delete macro.
1672 (GDB_TARGET_UNMASK_DISAS_PC): Delete macro.
1673 * printcmd.c (build_address_symbolic): Delete calls to
1674 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
1675 (address_info): Ditto.
1676 Fix PR gdb/773.
1677
1678 2002-11-19 Klee Dienes <kdienes@apple.com>
1679 Adam Fedor <fedor@gnu.org>
1680
1681 * completer.c (skip_quoted_chars): Renamed from skip_chars. Add
1682 the ability to explicitly specify the quote characters and word
1683 break characters; if NULL is specified for either, use the old
1684 behavior of using the characters used by the completer.
1685 (skip_chars): New function. Convenience wrapper around
1686 skip_quoted_chars to provide the original skip_chars behavior.
1687 * completer.h (skip_quoted_chars): Add prototype.
1688
1689 2002-11-19 Andrew Cagney <ac131313@redhat.com>
1690
1691 Problems reported by Paul Eggert.
1692 * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527.
1693
1694 2002-11-19 Andreas Schwab <schwab@suse.de>
1695
1696 * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
1697 (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET)
1698 (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc)
1699 (m68k_linux_frame_saved_pc): Move to ...
1700 * m68klinux-tdep.c: ... here. New file.
1701 * Makefile.in (m68klinux-tdep.o): Add dependencies.
1702 * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
1703
1704 2002-11-19 Adam Fedor <fedor@gnu.org>
1705
1706 * objc-exp.y: Revert to old skip_quoted usage.
1707
1708 2002-11-19 Adam Fedor <fedor@gnu.org>
1709
1710 * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
1711 (objc_lang_h): Define.
1712 (YYFILES): Add objc-exp.tab.c.
1713 (local-maintainer-clean): Remove objc-exp.tab.c.
1714 (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
1715
1716 2002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
1717
1718 * p-exp.y (typecast rule): Add automatic dereference of
1719 pascal classes if needed.
1720 (THIS): Set current_type.
1721 Automatically dereference pascal classes.
1722 (typebase rule): Add ^typebase recognition.
1723
1724 2002-11-18 Adam Fedor <fedor@gnu.org>
1725
1726 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
1727 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
1728 (op_name): Handle OP_OBJC_SELF.
1729 * Makefile.in (expprint.o): Add additional depends.
1730
1731 2002-11-18 Adam Fedor <fedor@gnu.org>
1732
1733 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
1734 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
1735 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
1736 * objc-exp.y: Likewise.
1737
1738 2002-11-18 Adam Fedor <fedor@gnu.org>
1739
1740 * gdb/parser-defs.h: (struct objc_class_str): New structure
1741 for parsing ObjC classes.
1742
1743 2002-11-18 Andrew Cagney <ac131313@redhat.com>
1744
1745 * stack.c (frame_relative_level): Copy function from here ...
1746 * frame.c (frame_relative_level): ...to here.
1747
1748 2002-11-18 Andrew Cagney <ac131313@redhat.com>
1749
1750 * frame.h (enum frame_type): Define.
1751 (get_frame_type): Declare.
1752 (struct frame_info): Add field `type'. Delete field
1753 signal_handler_caller.
1754 (deprecated_set_frame_signal_handler_caller): Declare.
1755 * frame.c (get_frame_type): New function.
1756 (deprecated_set_frame_type): New function.
1757 (create_new_frame): Set the frame's type.
1758 (get_prev_frame): Similar.
1759 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
1760 * s390-tdep.c: Ditto.
1761 * m68klinux-nat.c: Ditto.
1762 * ns32k-tdep.c: Ditto.
1763 * x86-64-linux-tdep.c: Ditto.
1764 * vax-tdep.c: Ditto.
1765 * rs6000-tdep.c: Ditto.
1766 * ppc-linux-tdep.c: Ditto.
1767 * i386-interix-tdep.c: Ditto.
1768 * mips-tdep.c: Ditto.
1769 * m68k-tdep.c: Ditto.
1770 * hppa-tdep.c: Ditto.
1771 * ia64-tdep.c: Ditto.
1772 * cris-tdep.c: Ditto.
1773 * arm-tdep.c: Ditto.
1774 * alpha-tdep.c: Ditto.
1775 * i386-tdep.c: Ditto.
1776 * stack.c: Ditto.
1777 * ada-lang.c: Ditto.
1778 * blockframe.c: Update.
1779 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
1780 deprecated_set_frame_type instead of signal_handler_caller.
1781 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
1782 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
1783 * breakpoint.h: Delete FIXME suggesting get_frame_type.
1784
1785 2002-11-18 Klee Dienes <kdienes@apple.com>
1786
1787 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
1788
1789 2002-11-18 Klee Dienes <kdienes@apple.com>
1790
1791 * buildsym.c (pop_context): Add comment.
1792
1793 2002-11-18 Klee Dienes <kdienes@apple.com>
1794
1795 * buildsym.h (pop_context): Convert to function, defined in
1796 buildsym.c.
1797 * buildsym.c: Include gdb_assert.h.
1798 (pop_context): Implement as C function. Add check for stack
1799 underflow.
1800 * dbxread.c (process_one_symbol): Complain and stop processing
1801 that symbol if we are already at the top of the context stack for
1802 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
1803 when processing N_RBRAC.
1804
1805 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
1806
1807 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
1808 define.
1809 (struct target_waitstatus): Add opaque definition.
1810 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
1811 * exec.c (init_exec_ops): Likewise.
1812 * fork-child.c (clone_and_follow_inferior): Remove.
1813 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
1814 * inferior.h (clone_and_follow_inferior): Remove prototype.
1815 * infrun.c (follow_fork_mode_both): Remove.
1816 (follow_fork_mode_kind_names): Remove commented out "both".
1817 (follow_inferior_fork): Remove follow_fork_mode_both support.
1818 * inftarg.c (child_clone_and_follow_inferior): Remove.
1819 (child_post_follow_inferior_by_clone): Remove.
1820 (init_child_ops): Don't set to_clone_and_follow_inferior
1821 or to_post_follow_inferior_by_clone.
1822 * target.c (default_clone_and_follow_inferior): Remove.
1823 (cleanup_target): Don't set to_clone_and_follow_inferior
1824 or to_post_follow_inferior_by_clone.
1825 (find_default_clone_and_follow_inferior): Remove.
1826 (init_dummy_target): Don't set to_clone_and_follow_inferior.
1827 (debug_to_clone_and_follow_inferior): Remove.
1828 (debug_to_post_follow_inferior_by_clone): Remove.
1829 (setup_target_debug): Don't set to_clone_and_follow_inferior
1830 or to_post_follow_inferior_by_clone.
1831 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
1832 and to_post_follow_inferior_by_clone.
1833 (child_clone_and_follow_inferior): Remove prototype.
1834 (child_post_follow_inferior_by_clone): Remove prototype.
1835 (target_clone_and_follow_inferior): Remove macro.
1836 (target_post_follow_inferior_by_clone): Remove macro.
1837 (find_default_clone_and_follow_inferior): Remove prototype.
1838
1839 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
1840
1841 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
1842 inferior_has_vforked, and inferior_has_execd instead of
1843 target_has_forked, target_has_vforked, and target_has_execd.
1844 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
1845 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
1846 (CHILD_WAIT): Define.
1847 (child_wait): Add prototype.
1848 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
1849 Add prototype.
1850 (hpux_has_vforked): Likewise, from child_has_vforked.
1851 (hpux_has_execd): Likewise, from child_has_execd.
1852 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
1853 (not_same_real_pid, child_wait): New, copied from inftarg.c.
1854 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
1855 and hpux_has_syscall_event instead of the target hooks.
1856 * infrun.c (inferior_has_forked, inferior_has_vforked)
1857 (inferior_has_execd): New functions.
1858 * inftarg.c (not_same_real_pid): Remove.
1859 (child_wait): Remove references to not_same_real_pid,
1860 target_has_forked, target_has_vforked, target_has_execd,
1861 and target_has_syscall_event.
1862 (child_has_forked, child_has_vforked, child_has_execd)
1863 (child_has_syscall_event): Remove.
1864 (init_child_ops): Remove references to child_has_forked,
1865 child_has_vforked, child_has_execd, and child_has_syscall_event.
1866 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
1867 (hpux_has_vforked): Likewise, from child_has_vforked.
1868 (hpux_has_execd): Likewise, from child_has_execd.
1869 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
1870 * target.c (cleanup_target): Remove references to
1871 to_has_forked, to_has_vforked, to_has_execd, and
1872 to_has_syscall_event.
1873 (update_current_target): Likewise.
1874 (setup_target_debug): Likewise.
1875 (debug_to_has_forked): Remove.
1876 (debug_to_has_vforked): Remove.
1877 (debug_to_has_execd): Remove.
1878 (debug_to_has_syscall_event): Remove.
1879 * target.h (struct target_ops): Remove to_has_forked.
1880 to_has_vforked, to_has_execd, and to_has_syscall_event.
1881 (child_has_forked, child_has_vforked, child_has_execd)
1882 (child_has_syscall_event): Remove prototypes.
1883 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
1884 prototypes.
1885 (target_has_forked, target_has_vforked, target_has_execd)
1886 (target_has_syscall_event): Remove macros.
1887
1888 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
1889
1890 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
1891 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
1892 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
1893 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
1894 * target.c (cleanup_target): Remove reference to
1895 to_can_follow_vfork_prior_to_exec.
1896 (update_current_target): Likewise.
1897 (debug_to_can_follow_vfork_prior_to_exec): Remove.
1898 (setup_target_debug): Remove reference to
1899 to_can_follow_vfork_prior_to_exec.
1900 * target.h (struct target_ops): Remove
1901 to_can_follow_vfork_prior_to_exec.
1902 (child_can_follow_vfork_prior_to_exec): Remove prototype.
1903 (target_can_follow_vfork_prior_to_exec): Remove definition.
1904 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
1905 define.
1906 * infrun.c (follow_vfork_when_exec): Remove.
1907 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
1908 (follow_exec): Likewise.
1909 (handle_inferior_event): Likewise.
1910 (keep_going): Likewise.
1911
1912 2002-11-15 Andrew Cagney <cagney@redhat.com>
1913
1914 * frame.c (generic_unwind_get_saved_register): Make static.
1915 * frame.h (generic_unwind_get_saved_register): Delete declaration.
1916 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
1917 defaults to generic_unwind_get_saved_register.
1918 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1919 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1920 * frv-tdep.c (frv_gdbarch_init): Ditto.
1921 * i386-tdep.c (i386_gdbarch_init): Ditto.
1922 * s390-tdep.c (s390_gdbarch_init): Ditto.
1923 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1924 * v850-tdep.c (v850_gdbarch_init): Ditto.
1925 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1926 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1927 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
1928
1929 2002-11-15 Andrew Cagney <cagney@redhat.com>
1930
1931 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
1932 i386-tdep.c.
1933
1934 2002-11-15 Andrew Cagney <cagney@redhat.com>
1935
1936 * frame.h (sigtramp_saved_pc): Delete declaration.
1937 * blockframe.c (sigtramp_saved_pc): Delete function.
1938 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
1939 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
1940 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
1941 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
1942
1943 2002-11-15 Andrew Cagney <ac131313@redhat.com>
1944
1945 * frame.c (frame_pc_unwind): New function.
1946 (frame_saved_regs_pc_unwind): New function.
1947 (frame_register_unwind): Pass unwind_cache instead of
1948 register_unwind_cache.
1949 (set_unwind_by_pc): Add unwind_pc parameter, set.
1950 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
1951 (get_prev_frame): Ditto.
1952 * frame.h (frame_pc_unwind_ftype): Declare.
1953 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
1954 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
1955 (frame_pc_unwind): Declare.
1956 * dummy-frame.c (dummy_frame_pc_unwind): New function.
1957 (struct dummy_frame): Add comment mentioning that values are for
1958 previous frame.
1959 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
1960 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
1961 (generic_file_frame_chain_valid): Ditto.
1962 * stack.c (frame_info): Ditto.
1963
1964 2002-11-15 David Carlton <carlton@math.stanford.edu>
1965
1966 * linespec.c (locate_first_half): New function.
1967 (decode_line_1): Move code into locate_first_half.
1968
1969 2002-11-15 Andrew Cagney <ac131313@redhat.com>
1970
1971 * complaints.h: Add comment explaining how to eliminate a
1972 deprecated_complain call.
1973 * complaints.h: Fix spelling errors.
1974
1975 2002-11-15 David Carlton <carlton@math.stanford.edu>
1976
1977 * printcmd.c: Remove #include "disasm.h".
1978
1979 2002-11-14 Andrew Cagney <ac131313@redhat.com>
1980
1981 * frame.h: Move the most relevant interface functions to the start
1982 of the file.
1983
1984 2002-11-14 Andrew Cagney <ac131313@redhat.com>
1985
1986 * regcache.h (deprecated_registers): Rename registers.
1987 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
1988 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
1989 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
1990 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
1991 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
1992 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
1993 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
1994 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
1995 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
1996 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
1997 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
1998 * v850ice.c: Update.
1999
2000 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
2001
2002 * utils.c (gdb_realpath): Add comment mentioning realpath with a
2003 NULL buffer.
2004
2005 2002-11-13 Andrew Cagney <cagney@redhat.com>
2006
2007 * regcache.h (deprecated_read_register_bytes): Rename
2008 read_register_bytes.
2009 (deprecated_write_register_bytes): Rename write_register_bytes.
2010 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
2011 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
2012 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
2013 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
2014 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
2015 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
2016 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
2017 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
2018 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
2019 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
2020 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
2021 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
2022 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
2023 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
2024
2025 2002-11-13 Jim Blandy <jimb@redhat.com>
2026
2027 * findvar.c (read_var_value): Doc fix.
2028
2029 2002-11-13 Andrew Cagney <cagney@redhat.com>
2030
2031 * regcache.c (struct regcache): Replace passthough_p with
2032 readonly_p.
2033 (regcache_xmalloc): Initialize readonly_p.
2034 (build_regcache): Initialize readonly_p.
2035 (regcache_save): New function.
2036 (regcache_restore): New function.
2037 (regcache_cpy): Re-implement using regcache_save and
2038 regcache_restore.
2039 (regcache_raw_read): Update.
2040 (regcache_cooked_read): When a read-only cache, checked for cached
2041 pseudo register values.
2042 (regcache_raw_write): Assert that the cache is not read-only.
2043 Remove code handling a non-passthrough cache.
2044 * regcache.h (regcache_save): Declare.
2045 (regcache_restore): Declare.
2046
2047 2002-11-13 Andrew Cagney <cagney@redhat.com>
2048
2049 * regcache.c (struct regcache_descr): Add fields
2050 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
2051 (init_legacy_regcache_descr): Compute the size of a cooked
2052 register cache and then assign that to sizeof_raw_registers. Set
2053 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
2054 (init_legacy_regcache_descr): Ditto.
2055
2056 2002-11-13 Andrew Cagney <cagney@redhat.com>
2057
2058 * regcache.c (register_buffer): Move to near start of file, update
2059 description.
2060 (regcache_raw_read): Use.
2061 (regcache_raw_write): Use.
2062 (struct regcache): Rename raw_registers to registers and
2063 raw_register_valid_p to register_valid_p.
2064 (regcache_xmalloc): Update.
2065 (regcache_xfree): Update.
2066 (register_buffer): Update.
2067 (regcache_cpy): Update.
2068 (regcache_cpy_no_passthrough): Update.
2069 (regcache_valid_p): Update.
2070 (deprecated_grub_regcache_for_registers): Update.
2071 (deprecated_grub_regcache_for_register_valid): Update.
2072 (set_register_cached): Update.
2073 (regcache_raw_write): Update.
2074
2075 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
2076
2077 * p-exp.y (name_not_typename): Use copy_name to
2078 set current_type variable for fields of THIS.
2079
2080 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
2081
2082 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
2083 * monitor.c (init_base_monitor_ops): Likewise.
2084 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
2085 * remote-array.c (init_array_ops): Likewise.
2086 * remote-e7000.c (init_e7000_ops): Likewise.
2087 * remote-es.c (init_es1800_ops): Likewise.
2088 (init_es1800_child_ops): Likewise.
2089 * remote-rdp.c (init_remote_rdp_ops): Likewise.
2090 * remote-sim.c (init_gdbsim_ops): Likewise.
2091 * remote-st.c (init_st2000_ops): Likewise.
2092 * sol-thread.c (init_sol_core_ops): Likewise.
2093 (init_sol_thread_ops): Likewise.
2094 * v850ice.c (init_850ice_ops): Likewise.
2095 * win32-nat.c (init_child_ops): Likewise.
2096 * wince.c (init_child_ops): Likewise.
2097
2098 2002-11-12 Andrew Cagney <ac131313@redhat.com>
2099
2100 * utils.c (gdb_realpath): Make rp a constant pointer.
2101
2102 2002-11-12 Andrew Cagney <ac131313@redhat.com>
2103
2104 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
2105 a constant buffer; cannonicalize_file_name(); realpath() with a
2106 pathconf() defined buffer, xstrdup().
2107
2108 2002-11-12 Andrew Cagney <ac131313@redhat.com>
2109
2110 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
2111 to hang2.C; hang3.c to hang3.C.
2112
2113 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
2114
2115 * findvar.c (read_var_value): Reenable TLS code.
2116
2117 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
2118 Jim Blandy <jimb@redhat.com>
2119
2120 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
2121 * target.c (update_current_target): Add
2122 to_get_thread_local_address.
2123 * target.h (to_get_thread_local_address): Export.
2124 (target_get_thread_local_address): Define.
2125 (target_get_thread_local_address_p): Define.
2126 * thread-db.c: Include solib-svr4.h.
2127 (td_thr_tls_get_addr_p): Define.
2128 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
2129 (thread_db_get_thread_local_address): New function.
2130 (init_thread_db_ops): Initialize to_get_thread_local_address.
2131 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
2132 * configure: Regenerate.
2133 * config.in: Regenerate.
2134
2135 2002-11-11 David Carlton <carlton@math.stanford.edu>
2136
2137 * linespec.c (set_flags): New function.
2138 (decode_line_1): Move code into set_flags.
2139
2140 2002-11-11 David Carlton <carlton@math.stanford.edu>
2141
2142 * linespec.c (decode_line_1): Move chunks of code to separate
2143 functions.
2144 (initialize_defaults): New function.
2145 (decode_indirect): New function.
2146
2147 2002-11-11 Andrew Cagney <ac131313@redhat.com>
2148
2149 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
2150 instead of void_code_ptr.
2151 (sigtramp_saved_pc): Ditto.
2152
2153 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
2154 i386_fp_regnum_p.
2155
2156 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
2157
2158 * gdbtypes.h (struct main_type): Move artificial flag out of
2159 loc. New member of ``struct field'' named static_kind. Reduce
2160 overloaded meaning of bitsize.
2161 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
2162 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
2163 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
2164
2165 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
2166 new fields.
2167 (template_to_fixed_record_type, template_to_static_fixed_type)
2168 (to_record_with_fixed_variant_part): Likewise.
2169 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
2170 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
2171 * dwarfread.c (struct_type, enum_type): Likewise.
2172 * hpread.c (hpread_read_enum_type)
2173 (hpread_read_function_type, hpread_read_doc_function_type)
2174 (hpread_read_struct_type): Likewise.
2175 * mdebugread.c (parse_symbol): Likewise.
2176
2177 2002-11-10 Andrew Cagney <ac131313@redhat.com>
2178
2179 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
2180 * stack.c (print_frame_info_base): Update.
2181 (print_frame_info_base, frame_info): Update.
2182 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
2183 (sparc_frame_saved_pc): Update.
2184 * ada-lang.c (find_printable_frame): Update.
2185 * breakpoint.c (deprecated_frame_in_dummy): Update.
2186
2187 2002-11-09 Mark Kettenis <kettenis@gnu.org>
2188
2189 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
2190 defined.
2191 (regmap): Extend to cover all registers.
2192 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
2193 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
2194 definitions.
2195 (fetch_register, sore_register): Simplify.
2196 (old_fetch_inferior_registers, old_store_inferior_registers):
2197 Remove functions.
2198 (cannot_fetch_register, cannot_store_register): Change
2199 implementation to use regmap array to decide which registers
2200 cannot be fetched/stored. This removes $orig_eax from the
2201 registers that cannot be fetched/stored.
2202 (fetch_inferior_registers): Call fetch_register directly instead
2203 of calling old_fetch_inferior_registers.
2204 (store_inferior_registers): Call store_register directly instead
2205 of calling old_store_inferior_registers.
2206 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
2207 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
2208 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
2209
2210 2002-11-09 Klee Dienes <kdienes@apple.com>
2211
2212 * i387-tdep.c (i387_supply_register): When called with NULL as a
2213 buffer, mark the register as not provided (to mirror the behavior
2214 of supply_register).
2215 (i387_supply_fxsave): Ditto.
2216 (i387_supply_fsave): Ditto (inherits the behavior from
2217 i387_supply_register).
2218
2219 2002-11-09 Klee Dienes <kdienes@apple.com>
2220
2221 * blockframe.c (sigtramp_saved_pc): Use
2222 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
2223 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
2224 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
2225
2226 2002-11-09 Andrew Cagney <ac131313@redhat.com>
2227
2228 * frame.c (get_prev_frame): Test prev_p to identify a previously
2229 unwound frame. Initialize prev_p.
2230 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
2231 comment.
2232
2233 2002-11-09 Andrew Cagney <ac131313@redhat.com>
2234
2235 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
2236 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
2237 more comments. Zap dead code.
2238
2239 2002-11-09 Mark Kettenis <kettenis@gnu.org>
2240
2241 * infcmd.c (print_vector_info, print_float_info): Move code that
2242 checks whether the target has any registers and whether there is a
2243 selected frame up, such that it is also used if a target provides
2244 multi-arch definitions of these functions.
2245
2246 2002-11-08 Andrew Cagney <ac131313@redhat.com>
2247
2248 * Makefile.in (DESTDIR): Define.
2249 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
2250 prefix.
2251
2252 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
2253 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
2254
2255 2002-11-08 Andrew Cagney <ac131313@redhat.com>
2256
2257 * i386-linux-tdep.c: Include "reggroups.h".
2258 (i386_linux_register_reggroup_p): New function.
2259 (i386_linux_init_abi): Set register_reggroup_p to
2260 i386_linux_register_reggroup_p.
2261 * i386-tdep.h (i386_register_reggroup_p): Declare.
2262 * i386-tdep.c: Include "reggroups.h".
2263 (i386_init_reggroups): New function.
2264 (i386_add_reggroups): New function.
2265 (i386_register_reggroup_p): New function.
2266 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
2267 (_initialize_i386_tdep): Call i386_init_reggroups.
2268 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
2269 specific reggroups.
2270
2271 2002-11-09 Mark Kettenis <kettenis@gnu.org>
2272
2273 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
2274 request that's available in *BSD.
2275
2276 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
2277
2278 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
2279 FDOFF_REGNUM.
2280
2281 2002-11-08 Andrew Cagney <ac131313@redhat.com>
2282
2283 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
2284 * dummy-frame.c (find_dummy_frame): Rename
2285 generic_find_dummy_frame, make static. Return the dummy frame
2286 instead of the regcache.
2287 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
2288 (cached_find_dummy_frame): New function. Use find_dummy_frame.
2289 (dummy_frame_register_unwind): Rename
2290 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
2291 * dummy-frame.h (dummy_frame_register_unwind): Rename
2292 generic_call_dummy_register_unwind.
2293
2294 2002-11-08 Mark Kettenis <kettenis@gnu.org>
2295
2296 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
2297 except the inclusion of "i386/tm-i386.h", to...
2298 * config/i386/nm-i386v42mp.h: ...here.
2299 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
2300
2301 2002-11-08 Andrew Cagney <ac131313@redhat.com>
2302
2303 * Makefile.in (frame.o): Update dependencies.
2304 * blockframe.c (current_frame, frame_obstack_alloc)
2305 (frame_saved_regs_zalloc, get_current_frame)
2306 (set_current_frame, create_new_frame)
2307 (set_unwind_by_pc, get_next_frame)
2308 (flush_cached_frames, reinit_frame_cache)
2309 (frame_saved_regs_register_unwind)
2310 (deprecated_generic_get_saved_register)
2311 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
2312 (_initialize_blockframe): Move frame code from here...
2313 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
2314 "annotate.h" and "dummy-frame.h".
2315 (_initialize_frame): New function.
2316
2317 2002-11-08 Jim Blandy <jimb@redhat.com>
2318
2319 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
2320 when we finish a function a context.
2321 * buildsym.h (outermost_context_p): New macro.
2322 (Bug analyzed by David Edelsohn.)
2323
2324 2002-11-08 Andrew Cagney <ac131313@redhat.com>
2325
2326 * blockframe.c: Include "dummy-frame.h".
2327 (struct dummy_frame, dummy_frame_stack)
2328 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
2329 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
2330 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
2331 (generic_save_call_dummy_addr, generic_pop_current_frame)
2332 (generic_pop_dummy_frame, generic_fix_call_dummy)
2333 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
2334 dummy frame code from here...
2335 * dummy-frame.c: ...to here. New file.
2336 * dummy-frame.h: New file.
2337 (generic_call_dummy_register_unwind): Declare.
2338 (generic_find_dummy_frame): Declare.
2339 * Makefile.in (SFILES): Add dummy-frame.c.
2340 (dummy-frame.o): Specify dependencies.
2341 (dummy_frame_h): Define.
2342 (COMMON_OBS): Add dummy-frame.o.
2343 (blockframe.o): Update dependencies.
2344
2345 2002-11-08 Jim Blandy <jimb@redhat.com>
2346
2347 * dwarf2read.c (read_func_scope): Restore local_symbols and
2348 param_symbols after we finish the function context. (Based on a
2349 patch from David Edelsohn.)
2350
2351 2002-11-08 David Carlton <carlton@math.stanford.edu>
2352
2353 * linespec.c (symbol_found): New function.
2354 (minsym_found): New function.
2355 (decode_line_1): Separate out some code into separate functions.
2356
2357 2002-11-08 Joel Brobecker <brobecker@gnat.com>
2358
2359 * i386-tdep.c (i386_frameless_signal_p): Make non static for
2360 the benefit of the interix target.
2361 * i386-tdep.h (i386_frameless_signal_p): Declare.
2362
2363 2002-11-08 Andrew Cagney <ac131313@redhat.com>
2364
2365 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
2366 declaration that snuck in from change below.
2367
2368 2002-11-06 Andrew Cagney <cagney@redhat.com>
2369
2370 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
2371 all callers.
2372 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
2373 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
2374 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
2375 (i386_mxcsr_regnum_p): new function. Use instead of
2376 MXCSR_REGNUM_P.
2377 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
2378 (i386_sse_regnum_p): Declare.
2379 (i386_mxcsr_regnum_p): Declare.
2380 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
2381 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
2382 (IS_FP_REGNUM): Update definition.
2383 (IS_FPU_CTRL_REGNUM): Update definition..
2384 (IS_SSE_REGNUM): Update definition..
2385 * i386v-nat.c (register_u_addr): Update.
2386 * go32-nat.c (fetch_register): Update.
2387 (store_register): Update.
2388
2389 2002-11-07 Joel Brobecker <brobecker@gnat.com>
2390
2391 Preparation work to convert the hppa targets to multiarch partial.
2392
2393 * hppa-tdep.c: Add new functions replacing macro bodies from
2394 config/pa/tm-hppa.h. These function will be used to initialize
2395 the gdbarch structure. Import some comments from tm-hppa.h,
2396 and place them where appropriate, to avoid loosing them when
2397 we cleanup this file.
2398 (hppa_reg_struct_has_addr): New function.
2399 (hppa_inner_than): New function.
2400 (hppa_stack_align): New function.
2401 (hppa_pc_requires_run_before_use): New function.
2402 (hppa_instruction_nullified): New function.
2403 (hppa_register_byte): New function.
2404 (hppa_register_virtual_type): New function.
2405 (hppa_store_struct_return): New function.
2406 (hppa_cannot_store_register): New function.
2407 (hppa_frame_args_address): New function.
2408 (hppa_frame_locals_address): New function.
2409 (hppa_smash_text_address): New function.
2410 (hppa_coerce_float_to_double): New function. Requires the inclusion
2411 of "language.h".
2412
2413 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
2414
2415 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
2416 gdbarch-eligible macro to a call to the new associated function
2417 created in hppa-tdep.c.
2418 (INNER_THAN): Likewise.
2419 (STACK_ALIGN): Likewise.
2420 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
2421 (INSTRUCTION_NULLIFIED): Likewise.
2422 (REGISTER_BYTE): Likewise.
2423 (REGISTER_VIRTUAL_TYPE): Likewise.
2424 (STORE_STRUCT_RETURN): Likewise.
2425 (CANNOT_STORE_REGISTER): Likewise.
2426 (FRAME_ARGS_ADDRESS): Likewise.
2427 (FRAME_LOCALS_ADDRESS): Likewise.
2428 (SMASH_TEXT_ADDRESS): Likewise.
2429 (COERCE_FLOAT_TO_DOUBLE): Likewise.
2430 (ABOUT_TO_RETURN): Delete, as no longer used.
2431
2432 2002-11-07 Fernando Nasser <fnasser@redhat.com>
2433
2434 * printcmd.c (disassemble_command): Remove obsolete function.
2435 (_initialize_printcmd): Do not create disassemble command here.
2436 * cli/cli-cmds.c (disassemble_command): New function. Implements
2437 disassemble command.
2438 (init_cli_cmds): Create disassemble command here instead.
2439
2440 2002-11-07 Andrew Cagney <ac131313@redhat.com>
2441
2442 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
2443
2444 2002-11-07 Andrew Cagney <ac131313@redhat.com>
2445
2446 * regcache.h (regcache_cooked_read_using_offset_hack)
2447 (regcache_cooked_write_using_offset_hack): Delete declarations.
2448 (register_changed): Delete declaration.
2449 * regcache.c (regcache_cooked_read_using_offset_hack)
2450 (regcache_cooked_write_using_offset_hack): Delete functions.
2451 (cooked_xfer_using_offset_hack): Delete function.
2452 (register_changed): Delete function.
2453
2454 2002-11-07 Jim Blandy <jimb@redhat.com>
2455
2456 * macroscope.c: #include "complaints.h".
2457 (sal_macro_scope): Cope with filenames that appear in the symtabs,
2458 but not in the macro table.
2459 * Makefile.in (macroscope.o): Record dependency.
2460
2461 2002-11-07 Joel Brobecker <brobecker@gnat.com>
2462
2463 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
2464
2465 2002-11-07 Andrew Cagney <ac131313@redhat.com>
2466
2467 * regcache.c (deprecated_registers_fetched): Update.
2468 * regcache.h (deprecated_registers_fetched): Rename
2469 registers_fetched.
2470 * remote-vxsparc.c (vx_read_register): Update.
2471 * remote-vxmips.c (vx_read_register): Update.
2472 * remote-vx68.c (vx_read_register): Update.
2473 * irix5-nat.c (fetch_core_registers): Update.
2474 * mipsm3-nat.c (fetch_inferior_registers): Update.
2475 * sun3-nat.c (fetch_inferior_registers): Update.
2476 * symm-nat.c (fetch_inferior_registers): Update.
2477 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
2478 (fetch_core_registers): Update.
2479 (fetch_kcore_registers): Update.
2480 * mips-nat.c (fetch_inferior_registers): Update.
2481 * corelow.c (get_core_registers): Update.
2482 * a68v-nat.c (fetch_inferior_registers): Update.
2483
2484 2002-11-06 Joel Brobecker <brobecker@gnat.com>
2485
2486 Put in place the framework necessary for multiarching the hppa targets.
2487 * hppa-tdep.c (hppa_gdbarch_init): New function.
2488 (hppa_dump_tdep): New function.
2489 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
2490 tdep structure dumper.
2491 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
2492 until the multi-arching conversion has partially been completed.
2493
2494 2002-11-06 Andrew Cagney <ac131313@redhat.com>
2495
2496 * valops.c (value_assign): Merge lval_register case into
2497 lval_reg_frame_relative. Use frame_register and
2498 regcache_cooked_write instead of get_saved_register and
2499 write_register_bytes. After flushing the register cache, try to
2500 re-select the selected frame.
2501
2502 2002-11-06 Andrew Cagney <ac131313@redhat.com>
2503
2504 * regcache.h (deprecated_register_valid): Rename register_valid.
2505 * regcache.c: Update.
2506 * ia64-aix-nat.c: Update.
2507 * i386gnu-nat.c: Update.
2508 * alpha-nat.c: Update.
2509 * sparc-nat.c: Update.
2510 * lynx-nat.c: Update.
2511 * remote-mips.c: Update.
2512
2513 2002-11-06 Joel Brobecker <brobecker@gnat.com>
2514
2515 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
2516 to end of file, to be more consistent with the pratice followed
2517 by other targets.
2518
2519 2002-11-06 Andrew Cagney <ac131313@redhat.com>
2520
2521 * infcmd.c: Include "reggroups.h" and <ctype.h>.
2522 (print_float_info): Print registers in float_reggroup.
2523 (print_vector_info): Print registers in vector_reggroup.
2524 (default_print_registers_info): When all, print registers in
2525 all_reggroup. Otherwize, print registers in general_reggroup.
2526 (registers_info): Rewrite. Add support for register groups.
2527 Eliminate a goto.
2528
2529 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
2530
2531 * symtab.c (methods_info): Delete. It has been ifdeffed out for
2532 ages.
2533 (symtab_symbol_info): Remove eons old ifdeffed out code.
2534 (_initialize_symtab): Remove prehistoric disabled 'info methods'
2535 command.
2536
2537 2002-11-06 Theodore A. Roth <troth@openavr.org>
2538
2539 * c-exp.y: Add missing semi-colons.
2540 * f-exp.y: Add missing semi-colons.
2541 * m2-exp.y: Add missing semi-colons.
2542 * p-exp.y: Add missing semi-colons.
2543 Add empty action to start rule to avoid a type clash error when
2544 building with bison >= 1.50.
2545
2546 2002-11-06 Jim Blandy <jimb@redhat.com>
2547
2548 * macrotab.h (struct macro_source_file): Doc fix.
2549
2550 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
2551
2552 * varobj.c (child_exists, cplus_number_of_children): Change
2553 STREQ macro references to strcmp.
2554 (cplus_name_of_child): Change code to handle the fact that
2555 fields are not necessarily contiguous with regards to their
2556 access control. This is a fix for PR gdb/792.
2557
2558 2002-11-05 Andrew Cagney <ac131313@redhat.com>
2559
2560 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
2561 * gdbarch.h, gdbarch.c: Regnerate.
2562 * frame.h (frame_register): Declare.
2563 * frame.c (frame_register): New function.
2564 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
2565 GET_SAVED_REGISTER, otherwize call
2566 generic_unwind_get_saved_register.
2567 (frame_register_read): Use frame_register instead of
2568 get_saved_register.
2569
2570 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
2571
2572 From Jim Ingham <jingham@apple.com>:
2573 * event-top.c (gdb_disable_readline): New function.
2574 (_initialize_event_loop): Move comment.
2575
2576 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
2577
2578 * event-loop.c (start_event_loop): Add comment.
2579 Update copyright.
2580
2581 2002-11-05 Andrew Cagney <ac131313@redhat.com>
2582
2583 * infcmd.c (default_print_registers_info): Do not call
2584 PRINT_REGISTER_HOOK.
2585
2586 2002-11-05 Andrew Cagney <ac131313@redhat.com>
2587
2588 * sparc-tdep.c (sparc_print_register_hook): Make static.
2589 (sparc_print_registers_info): New function.
2590 (sparc_do_registers_info): New function.
2591 (sparclet_print_registers_info): New function.
2592 (sparclet_do_registers_info): New function.
2593 (do_sparc_print_registers_info): New function.
2594 (sparc_print_registers): New static function, clone of infcmd.c's
2595 default_print_registers_info.
2596 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
2597 (sparclet_do_registers_info): Declare.
2598 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
2599 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
2600 Re-define.
2601 (sparc_do_registers_info): Declare.
2602 (PRINT_REGISTER_HOOK): Delete macro.
2603 (sparc_print_register_hook): Delete declaration.
2604
2605 2002-11-05 David Carlton <carlton@math.stanford.edu>
2606
2607 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
2608 functions.
2609 (lookup_symbol_aux_local): New function.
2610 (lookup_symbol_aux_symtabs): New function.
2611 (lookup_symbol_aux_psymtabs): New function.
2612
2613 2002-11-05 David Carlton <carlton@math.stanford.edu>
2614
2615 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
2616 previous values of 'objfile' and 'block'.
2617
2618 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
2619
2620 * values.c (value_change_enclosing_type): Set
2621 enclosing_type field correctly also for the case where
2622 more memory needs to be allocated.
2623
2624 2002-11-03 Mark Kettenis <kettenis@gnu.org>
2625
2626 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
2627 of puts_filtered.
2628
2629 * i387-tdep.c (i387_print_float_info): Replace calls to
2630 register_read and deprecated_read_register_gen with calls to
2631 frame_register_read, and make the necessary adjustments to the
2632 surrounding code.
2633
2634 2002-11-02 Andrew Cagney <ac131313@redhat.com>
2635
2636 * gdbarch.sh (register_reggroup_p): Allow default value.
2637 * gdbarch.h, gdbarch.c: Regenerate.
2638
2639 2002-11-02 Andrew Cagney <ac131313@redhat.com>
2640
2641 * regcache.h: Add coment indicating replacements for deprecated
2642 functions.
2643
2644 2002-11-02 Andrew Cagney <cagney@redhat.com>
2645
2646 * reggroups.h, reggroups.c: New files.
2647 * regcache.c: Include "reggroups.h".
2648 (enum regcache_dump_what): Add `regcache_dump_groups'.
2649 (regcache_dump): Contract size of the "Type" column. When
2650 specified, dump the register's groups.
2651 (maintenance_print_register_groups): New function.
2652 (_initialize_regcache): Add command `maint print register-groups'.
2653 * Makefile.in (COMMON_OBS): Add reggroups.o
2654 (SFILES): Add reggroups.c.
2655 (reggroups_h): Define.
2656 (regcache.o, gdbarch.o): Update dependencies.
2657 (reggroups.o): Specify dependencies.
2658 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
2659 Add opaque declaration for `struct reggroup' in generated .h file.
2660 Include "reggroups.h" in generated .c file.
2661 gdbarch.h, gdbarch.c: Re-generate.
2662
2663 2002-11-02 Andrew Cagney <cagney@redhat.com>
2664
2665 * regcache.h (deprecated_read_register_gen): Rename
2666 read_register_gen.
2667 (deprecated_write_register_gen): Rename write_register_gen.
2668 * i387-tdep.c: Update.
2669 * x86-64-linux-nat.c: Update
2670 * wince.c: Update.
2671 * thread-db.c: Update.
2672 * win32-nat.c: Update.
2673 * mips-tdep.c: Update.
2674 * d10v-tdep.c: Update.
2675 * cris-tdep.c: Update.
2676 * remote-sim.c: Update.
2677 * remote-rdi.c: Update.
2678 * remote-rdp.c: Update.
2679 * frame.c: Update.
2680 * target.c: Update.
2681 * blockframe.c: Update.
2682 * x86-64-tdep.c: Update.
2683 * xstormy16-tdep.c: Update.
2684 * sh-tdep.c: Update.
2685 * s390-tdep.c: Update.
2686 * rs6000-tdep.c: Update.
2687 * sparc-tdep.c: Update.
2688 * i386-tdep.c: Update.
2689 * dwarf2cfi.c: Update.
2690 * regcache.c: Update.
2691
2692 2002-11-01 Joel Brobecker <brobecker@gnat.com>
2693
2694 New interix-specific files:
2695 * config/i386/nm-interix.h: New file.
2696 * config/i386/interix.mh: New file.
2697 * config/i386/interix.mt: New file.
2698 * i386-interix-nat.c: New file.
2699 * i386-interix-tdep.c: New file.
2700
2701 2002-11-01 Andrew Cagney <cagney@redhat.com>
2702
2703 * frame.h (deprecated_generic_get_saved_register): Rename
2704 generic_get_saved_register.
2705 * blockframe.c (deprecated_generic_get_saved_register): Update.
2706 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
2707 (xstormy16_frame_saved_register): Update.
2708 * sh-tdep.c (sh_gdbarch_init): Update.
2709 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2710 * ia64-tdep.c (ia64_get_saved_register): Update.
2711 * cris-tdep.c (cris_gdbarch_init): Update.
2712 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
2713 * arm-tdep.c (arm_gdbarch_init): Update.
2714
2715 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
2716
2717 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
2718
2719 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
2720
2721 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
2722 trampolines in sigaction.
2723
2724 2002-10-31 Andrew Cagney <cagney@redhat.com>
2725
2726 * h8300-tdep.c: Include "gdb_assert.h".
2727 (h8300_print_register): Add gdbarch, file and frame parameters.
2728 Use frame_read_unsigned_register to read the register's value.
2729 Use fprintf_filtered to display output.
2730 (h8300_print_registers_info): Replace h8300_do_registers_info.
2731 (h8300_gdbarch_init): Set print_registers_info.
2732
2733 2002-10-31 Andrew Cagney <cagney@redhat.com>
2734
2735 * frame.c (frame_read_unsigned_register): New function.
2736 (frame_read_signed_register): New function.
2737 * frame.h (frame_read_unsigned_register): Declare.
2738 (frame_read_signed_register): Declare.
2739
2740 2002-10-31 Andrew Cagney <cagney@redhat.com>
2741
2742 * h8500-tdep.c (h8500_print_registers_info): New static function,
2743 clone of infcmd.c's default_print_registers_info.
2744 (h8500_do_registers_info): New funtion.
2745 (h8500_print_register_hook): Rename print_register_hook, make
2746 static.
2747
2748 * config/h8500/tm-h8500.h: Update copyright.
2749 (DEPRECATED_DO_REGISTERS_INFO): Define.
2750 (h8500_do_registers_info: Declare.
2751 (PRINT_REGISTER_HOOK): Delete macro.
2752 (print_register_hook): Delete function.
2753
2754 2002-10-31 Andrew Cagney <cagney@redhat.com>
2755
2756 * z8k-tdep.c (z8k_print_register_hook): Make static.
2757 (z8k_print_registers_info): New static function, clone of
2758 infcmd.c's default_print_registers_info.
2759 (z8k_do_registers_info): New function. Wrap
2760 z8k_print_registers_info.
2761 * config/z8k/tm-z8k.h: Update copyright.
2762 (PRINT_REGISTER_HOOK): Delete macro.
2763 (z8k_print_register_hook): Delete declaration.
2764 (DEPRECATED_DO_REGISTERS_INFO): Define.
2765 (z8k_do_registers_info): Declare.
2766
2767 2002-10-30 Joel Brobecker <brobecker@gnat.com>
2768
2769 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
2770 as this is already provided by value.h, and was actually causing
2771 a compilation error because of a conflict in parameter type
2772 declaration due to a missing const keyword.
2773 (low_text_segment_addres): Fix a compilation warning.
2774
2775 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
2776
2777 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
2778 registers without a name.
2779 (mips_linux_cannot_store_register): Don't store registers without
2780 a name.
2781
2782 2002-10-28 David Carlton <carlton@math.stanford.edu>
2783
2784 * symtab.c (find_addr_symbol): Delete. (It was already commented
2785 out.)
2786 * symtab.h: Delete prototype for find_addr_symbol.
2787
2788 2002-10-26 Andrew Cagney <cagney@redhat.com>
2789
2790 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
2791 DO_REGISTERS_INFO.
2792 gdbarch.h, gdbarch.c: Re-generate.
2793 * infcmd.c (default_print_registers_info): Update reference.
2794 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
2795 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
2796 * sh-tdep.c (sh_gdbarch_init): Ditto.
2797 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2798 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2799
2800 2002-10-26 Mark Kettenis <kettenis@gnu.org>
2801
2802 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
2803 cfi_init_extra_frame_info.
2804 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
2805 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
2806
2807 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
2808 target where necessary. Add more comments and remove the ones
2809 that don't provide any useful information.
2810
2811 * i386-tdep.c (i386_frame_saved_pc): Replace call to
2812 deprecated_read_register_dummy with
2813 frame_unwind_unsigned_register.
2814
2815 * i386-tdep.c (i386_extract_struct_value_address): Use
2816 regcache_raw_read_unsigned instead of
2817 regcache_cooked_read_unsigned since we know that the register
2818 we're reading isn't a pseudo register. Rename variable 'val' into
2819 the more descriptive 'addr'.
2820
2821 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
2822 (x86_64_push_return_address): Add comment.
2823 (x86_64_pop_frame): Make static.
2824 (examine_argument): Clarify comment.
2825 (x86_64_skip_prologue): Make prolog_expact variable static.
2826
2827 * dwarf2cfi.c: Fix some formatting problems.
2828 (context_cpy, read_encoded_pointer): Clarify comments.
2829
2830 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
2831 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
2832 i386 target back into x86_64_gdbarch_init. Add some comments and
2833 remove meaningless ones.
2834
2835 2002-10-25 Andrew Cagney <cagney@redhat.com>
2836
2837 * complaints.h (struct deprecated_complaint): Rename `struct
2838 complaint'.
2839 * complaints.c (complain): Update.
2840 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
2841 incorrect comment indicating that "symfile.h" was being included
2842 for the `struct complaint' definition.
2843 * remote-vx.c: Update.
2844 * objc-lang.c: Update.
2845 * xcoffread.c: Update.
2846 * hpread.c: Update.
2847 * mdebugread.c: Update.
2848 * stabsread.c: Update.
2849 * dwarf2read.c: Update.
2850 * dwarfread.c: Update.
2851 * elfread.c: Update.
2852 * coffread.c: Update.
2853 * stabsread.h: Update.
2854 * dbxread.c: Update.
2855 * buildsym.c: Update.
2856 * gdbtypes.c: Update.
2857 * macrotab.c: Update.
2858
2859 2002-10-25 Mark Kettenis <kettenis@gnu.org>
2860
2861 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
2862 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
2863 (x86_64_init_abi): ...new function.
2864
2865 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
2866 * i386v-nat.c: Include "i386-tdep.h".
2867
2868 2002-10-25 Andrew Cagney <cagney@redhat.com>
2869
2870 * gdbtypes.c (address_space_name_to_int): Update.
2871 (address_space_int_to_name): Update.
2872 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
2873 multi-arch predicate.
2874 (address_class_name_to_type_flags): Ditto.
2875 * gdbarch.h, gdbarch.c: Re-generate.
2876
2877 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
2878
2879 2002-10-24 Martin M. Hunt <hunt@redhat.com>
2880
2881 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
2882
2883 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
2884
2885 * symtab.h (INIT_SAL): Delete macro.
2886 (init_sal): Export.
2887 * symtab.c (init_sal): New function.
2888
2889 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
2890 to init_sal function call.
2891 (find_sal_from_funcs_and_line): Ditto.
2892 (all_sals_for_line): Ditto.
2893 * breakpoint.c (create_internal_breakpoint): Ditto.
2894 (create_fork_vfork_event_catchpoint): Ditto.
2895 (create_exec_event_catchpoint): Ditto.
2896 (parse_breakpoint_sals): Ditto.
2897 (watch_command_1): Ditto.
2898 (handle_gnu_4_16_catch_command): Ditto.
2899 (clear_command): Ditto.
2900 * hppa-tdep.c (child_enable_exception_callback): Ditto.
2901 * infcmd.c (run_stack_dummy): Ditto.
2902 * infrun.c (process_event_stop_test): Ditto.
2903 (check_sigtramp2): Ditto.
2904 (step_over_function): Ditto.
2905 * linespec.c (decode_line_2): Ditto.
2906 (decode_line_1): Ditto.
2907 * source.c (line_info): Ditto.
2908 * symtab.c (find_pc_sect_line): Ditto.
2909
2910 2002-10-24 Michal Ludvig <mludvig@suse.cz>
2911
2912 * dwarf2cfi.c (struct context)
2913 (struct context_reg): Moved to dwarf2cfi.h
2914 (context_alloc, frame_state_alloc, context_cpy):
2915 Made extern instead of static, removed prototypes.
2916 * dwarf2cfi.h (struct context)
2917 (struct context_reg): New, moved from dwarf2cfi.c
2918 (context_alloc, frame_state_alloc, context_cpy):
2919 New prototypes.
2920 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
2921 Changed from static to extern.
2922 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
2923 (LINUX_SIGCONTEXT_FP_OFFSET)
2924 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
2925 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
2926 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
2927 * x86-64-tdep.c (x86_64_gdbarch_init): Several
2928 set_gdbarch_*() calls now use x86-64 specific functions
2929 instead of DWARF2 CFI ones.
2930 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
2931 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
2932 (x86_64_init_extra_frame_info): New prototypes.
2933
2934 2002-10-23 David Carlton <carlton@math.stanford.edu>
2935
2936 * linespec.c: #include "parser-defs.h".
2937 Delete prototype for find_template_name_end.
2938 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
2939
2940 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
2941
2942 * NEWS: add recent mi fixes.
2943 * varobj.c (struct varobj): Add new "updated" flag.
2944 (new_variable): Default "updated" flag to 0.
2945 (varobj_set_value): Set "updated" flag to 1 if value
2946 changes.
2947 (varobj_update): Check varobj "updated" flag before
2948 comparing old and refreshed values. Fix for
2949 PR gdb/702.
2950
2951 2002-10-23 David Carlton <carlton@math.stanford.edu>
2952
2953 * parse.c (parse_exp_1): Use BLOCK_START.
2954 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
2955 SYMBOL_BLOCK_VALUE.
2956 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
2957
2958 2002-10-23 David Carlton <carlton@math.stanford.edu>
2959
2960 * symtab.c: Delete cplusplus_hint.
2961 Delete prototype for find_template_name_end.
2962
2963 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
2964
2965 * symtab.h: Update comment.
2966
2967 2002-10-23 Michael Snyder <msnyder@redhat.com>
2968
2969 * printcmd.c (address_info): Restore quotes in output.
2970 * valops.c (value_of_local): Restore quotes in error message.
2971
2972 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
2973
2974 * symtab.c (symbol_demangled_name): New function.
2975 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
2976 turning most of it into a function.
2977 (symbol_demangled_name): Export.
2978
2979 2002-10-23 Michael Snyder <msnyder@redhat.com>
2980
2981 * valops.c (value_of_local): Restore quotes in error message.
2982
2983 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
2984
2985 * symtab.c (symbol_init_language_specific): New function.
2986 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
2987 turning most of it into a function.
2988 (symbol_init_language_specific): Export.
2989
2990 2002-10-23 David Carlton <carlton@math.stanford.edu>
2991
2992 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
2993 (dwarf_attr_name): Ditto.
2994 (dwarf_type_encoding_name): Ditto.
2995 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
2996 (process_die): Handle DW_TAG_namespace,
2997 DW_TAG_imported_declaration, DW_TAG_imported_module.
2998 (read_namespace): New function.
2999
3000 2002-10-22 Joel Brobecker <brobecker@gnat.com>
3001
3002 * configure.in: Define NEW_PROC_API on Interix too.
3003 * configure: Regenerate.
3004
3005 2002-10-21 Joel Brobecker <brobecker@gnat.com>
3006
3007 * configure: Regenerate using the proper version of autoconf.
3008
3009 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
3010
3011 * findvar.c (read_var_value): Temporarily disable TLS code, until
3012 complete TLS support is added.
3013
3014 2002-10-21 Jim Blandy <jimb@redhat.com>
3015 Elena Zannoni <ezannoni@redhat.com>
3016
3017 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
3018 for thread local storage locations.
3019 (struct symbol): Add objfile field.
3020 (SYMBOL_OBJFILE): Define.
3021 * dwarf2read.c (is_thread_local): New static variable.
3022 (new_symbol): If variable is in thread local fill in address class
3023 and objfile appropriately.
3024 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
3025 stack operation.
3026 * printcmd.c (address_info): Print the information for thread
3027 local storage variable.
3028 * findvar.c (read_var_value): In case of thread local variable,
3029 defer to the target vector code to compute address.
3030
3031 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
3032
3033 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
3034 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
3035
3036 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
3037
3038 * symtab.h (address_class): Rename
3039 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
3040 * hpread.c (hpread_process_one_debug_symbol): Ditto.
3041 * printcmd.c (address_info): Ditto.
3042 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
3043
3044 2002-10-20 Mark Kettenis <kettenis@gnu.org>
3045
3046 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
3047 DBREG_DRX macro to acces debug registers.
3048
3049 * Makefile.in (i386obsd-tdep.o): New target.
3050
3051 * solib-sunos.c: Include "bcache.h" and "regcache.h".
3052 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
3053
3054 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
3055 * config/i386/obsd.mt: New file.
3056 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
3057 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
3058 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
3059 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
3060 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
3061 * i386obsd-tdep.c: New file.
3062
3063 2002-10-19 Adam Fedor <fedor@gnu.org>
3064
3065 * objc-exp.y (name_not_typename): Fix invalid comment.
3066
3067 2002-10-20 Mark Kettenis <kettenis@gnu.org>
3068
3069 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
3070 to allocate partial syms and macro byte caches.
3071
3072 2002-10-18 David Carlton <carlton@math.stanford.edu>
3073
3074 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
3075
3076 2002-10-18 Adam Fedor <fedor@gnu.org>
3077
3078 * stabsread.c (find_name_end): New function.
3079 (define_symbol): Use it.
3080
3081 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
3082
3083 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
3084 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
3085 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
3086 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
3087
3088 2002-10-17 David Carlton <carlton@math.stanford.edu>
3089
3090 * symfile.h: Add opaque declaration for struct obstack.
3091 Declare obsavestring to take a const char *.
3092 * symfile.c (obsavestring): Make first argument a const char *.
3093
3094 2002-10-16 Adam Fedor <fedor@gnu.org>
3095
3096 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
3097 names when matching breakpoints in current file.
3098
3099 2002-10-16 Kevin Buettner <kevinb@redhat.com>
3100
3101 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
3102 (read_tag_pointer_type): Add address class support.
3103 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
3104 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
3105 New methods.
3106 * gdbarch.h, gdbarch.c: Regenerate.
3107 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
3108 (make_type_with_address_space, recursive_type_dump): Add address
3109 class support.
3110 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
3111 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
3112 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
3113
3114 2002-10-16 Klee Dienes <kdienes@apple.com>
3115
3116 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
3117 to get the last character of a char[] buffer, not
3118 name[sizeof(vptr_name)-1].
3119
3120 2002-10-14 Adam Fedor <fedor@gnu.org>
3121
3122 * symtab.h: New objc_specific struct.
3123 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
3124 (SYMBOL_DEMANGLED_NAME): Likewise.
3125
3126 2002-10-14 Adam Fedor <fedor@gnu.org>
3127
3128 * symfile.c (init_filename_language_table): Add ObjC file extension.
3129
3130 2002-10-14 Adam Fedor <fedor@gnu.org>
3131
3132 * utils.c (puts_filtered_tabular): New function.
3133 (fprintf_symbol_filtered): Get ObjC demangled name.
3134 * defs.h (puts_filtered_tabular): Declared.
3135
3136 2002-10-14 Kevin Buettner <kevinb@redhat.com>
3137
3138 * c-lang.h (c_type_print_varspec_prefix): Delete.
3139 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
3140 ``need_post_space'' parameter. Adjust all callers.
3141
3142 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
3143
3144 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
3145 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
3146 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
3147 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
3148
3149 2002-10-13 Adam Fedor <fedor@gnu.org>
3150
3151 * source.c (print_source_lines): Update comments.
3152
3153 2002-10-13 Adam Fedor <fedor@gnu.org>
3154
3155 * valops.c (value_of_local): New function.
3156 (value_of_this): Use it.
3157 * value.h (value_of_local): Declared.
3158
3159 2002-10-13 Adam Fedor <fedor@gnu.org>
3160
3161 * parse.c: (length_of_subexp, prefixify_subexp): Handle
3162 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
3163
3164 2002-10-12 Adam Fedor <fedor@gnu.org>
3165
3166 * language.c (binop_result_type): Add language_objc to case.
3167 (integral_type): Likewise.
3168 (character_type): Likewise.
3169 (string_type): Likewise.
3170 (boolean_type): Likewise.
3171 (structured_type): Likewise.
3172 (binop_type_check): Likewise.
3173
3174 2002-10-11 Adam Fedor <fedor@gnu.org>
3175
3176 * printcmd.c (address_info): Print 'self' for ObjC.
3177
3178 2002-10-11 Adam Fedor <fedor@gnu.org>
3179
3180 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
3181 OP_SELF.
3182
3183 2002-10-11 Adam Fedor <fedor@gnu.org>
3184
3185 * language.h (CAST_IS_CONVERSION): Add language_objc.
3186
3187 2002-10-11 Adam Fedor <fedor@gnu.org>
3188
3189 * defs.h (enum language): Add language_objc.
3190
3191 2002-10-11 Klee Dienes <kdienes@apple.com>
3192
3193 * corefile.c (read_memory_typed_address): New function.
3194 * gdbcore.h (read_memory_typed_address): Add prototype.
3195 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
3196 to read a value destined for a CORE_ADDR, not read_memory_integer.
3197 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
3198 (f77_get_dynamic_lowerbound): Ditto.
3199
3200 2002-10-11 Martin M. Hunt <hunt@redhat.com>
3201
3202 * utils.c (string_to_core_addr): After turning string into
3203 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
3204 which will do necessary sign-extension, etc.
3205
3206 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
3207
3208 * c-exp.y (THIS): Delete token and grammar rule.
3209 (yylex): Don't return THIS.
3210 * cp-valprint.c (vtbl_ptr_name_old): Delete.
3211 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
3212 * demangle.c (cplus_markers): Update comment. Put '$'
3213 first. Remove CPLUS_MARKER.
3214 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
3215 * jv-exp.y (THIS): Delete token and grammar rule.
3216 (yylex): Don't return THIS.
3217 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
3218 * objc-exp.y (THIS): Delete token and grammar rule.
3219 (yylex): Don't return THIS.
3220 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
3221 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
3222 (read_member_functions): Likewise for opname.
3223 (read_tilde_fields): Use is_cplus_marker.
3224
3225 * defs.h (CPLUS_MARKER): Don't define.
3226 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
3227 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
3228 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
3229 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
3230 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
3231
3232 * config/i386/tm-i386v4.h: Delete file.
3233 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
3234 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
3235 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
3236 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
3237 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
3238 * config/i386/i386sco5.mt (TM_FILE): Likewise.
3239 * config/i386/i386v4.mt (TM_FILE): Likewise.
3240 * config/i386/ncr3000.mt (TM_FILE): Likewise.
3241
3242 2002-10-10 Marko Mlinar <markom@opencores.org>
3243
3244 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
3245 accidentially not commited 2002-10-09
3246 * gdbarch.h, gdbarch.c: Re-generate.
3247
3248 2002-10-09 Marko Mlinar <markom@opencores.org>
3249
3250 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
3251 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
3252 * gdbarch.h, gdbarch.c: Re-generate.
3253
3254 2002-10-08 Petr Sorfa <petrs@caldera.com>
3255
3256 Revised and re-submitted by John Wolfe <jlw@caldera.com>
3257
3258 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
3259 so we can work on more than one compilation unit at a time. This
3260 helps prepare GDB to handle inter-CU die references.
3261 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
3262 the code to be defined before struct comp_unit_head.
3263 (comp_unit_head): Added new members - offset, cu_head,
3264 begin_die, next and dwarf2_abbrevs.
3265 (dwarf2_abbrevs): Removed single static var; now member of
3266 struct comp_unit_head.
3267 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
3268 members.
3269 (psymtab_to_symtab_1): Changed to work with the new
3270 struct comp_unit_head.
3271 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
3272 constructs the dwarf2_abbrevs[] inside the cu_header.
3273 (dwarf2_empty_abbrev_table): Now expects a ptr to a
3274 dwarf2_abbrev table to clean up.
3275 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
3276 handling of dwarf2_abbrevs inside the cu_header.
3277 (read_partial_die): Now supports the call to the new
3278 dwarf2_lookup_abbrev.
3279 (read_full_die): Now supports the call to the new
3280 dwarf2_lookup_abbrev.
3281
3282 2002-10-06 Christopher Faylor <cgf@redhat.com>
3283
3284 * Makefile.in (install-gdbtk): Add missing continuation backslash to
3285 insure that shell variables, such as "transformed_name" are propagated
3286 to later shell statements in rule.
3287
3288 2002-10-06 Mark Kettenis <kettenis@gnu.org>
3289
3290 * config/i386/nm-i386sco.h: Add protection against
3291 multiple-inclusion. Include "i386/nm-i386v.h".
3292 (REGISTER_U_ADDR): Remove define.
3293 (i386_register_u_addr): Remove prototype.
3294
3295 2002-10-04 Michael Snyder <msnyder@redhat.com>
3296
3297 * m32r-stub.c (handle_exception): Make sure exception is "trap"
3298 before treating it as a single-step event.
3299
3300 2002-10-03 Adam Fedor <fedor@gnu.org>
3301
3302 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
3303 (objc_demangle): Remove assignment in if statements, Replace
3304 free with xfree.
3305 (add_msglist): Likewise.
3306 (end_msglist): Likewise.
3307 (complare_selectors): Likewise.
3308 (selectors_info): Likewise.
3309 (compare_classes): Likewise.
3310 (classes_info): Likewise.
3311 (print_object_command): Likewise.
3312 (find_objc_msgcall_submethod): Replace PTR with void *.
3313 * objc-lang.h: Remove check for __STDC__.
3314
3315 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
3316
3317 * ui-out.h (ui_out_field_fmt_int): New prototype.
3318 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
3319 of field width and alignment.
3320 * stack.c (print_frame_info_base): When printing frame level, use
3321 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
3322 PR gdb/192
3323
3324 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
3325
3326 * MAINTAINERS: Add self to Write After Approval list.
3327
3328 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
3329
3330 * infcmd.c (interrupt_target_command_wrapper): Delete.
3331 (interrupt_target_command): Make non static.
3332 (nofp_registers_info): Make static.
3333 * stack.c (return_command_wrapper): Delete.
3334 (return_command): Make non static.
3335
3336 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
3337
3338 * event-top.c (gdb_setup_readline): New function. Code moved from
3339 _initialize_event_loop().
3340 (_initialize_event_loop): Call gdb_setup_readline().
3341
3342 2002-10-02 Andrew Cagney <ac131313@redhat.com>
3343
3344 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
3345 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
3346 * gdbarch.h, gdbarch.c: Re-generate.
3347
3348 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
3349
3350 Fix PR gdb/778
3351 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
3352 before recursing.
3353 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
3354 of fill_in_vptr_fieldno.
3355
3356 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
3357
3358 * inferior.h (registers_info, stepi_command, nexti_command,
3359 continue_command, interrupt_target_command): Export from infcmd.c.
3360 * frame.h (args_info, selected_frame_level_changed_hook,
3361 return_command): Export from stack.c.
3362 * v850ice.c (stepi_command, nexti_command, continue_command): use
3363 prototypes from inferior.h.
3364 * tracepoint.c (registers_info, args_info, locals_info): Use
3365 prototypes from frame.h and inferior.h.
3366 * Makefile.in (mi-main.o): Add dependency on frame.h.
3367
3368 2002-10-02 Andrew Cagney <ac131313@redhat.com>
3369
3370 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
3371 value in register 3 adjusted by ppc_gp0_regnum.
3372
3373 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
3374
3375 2002-10-02 Marko Mlinar <markom@opencores.org>
3376
3377 * MAINTAINERS: Add myself to the Write After Approval list.
3378
3379 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
3380
3381 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
3382 of the section for the N64 ABI, fixed.
3383
3384 * config/mips/tm-irix6.h: Include solib.h.
3385
3386 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
3387
3388 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
3389 GNU operators.
3390
3391 2002-10-01 Andrew Cagney <ac131313@redhat.com>
3392
3393 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
3394 and that "mi0" syntax has been removed.
3395
3396 2002-09-30 David Carlton <carlton@math.stanford.edu>
3397
3398 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
3399 * ppc-sysv-tdep.c: #include "gdb_string.h".
3400 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
3401 pacify GCC.
3402
3403 2002-10-01 Andrew Cagney <ac131313@redhat.com>
3404
3405 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
3406 "vrsave"'s register number.
3407
3408 2002-09-30 Andrew Cagney <ac131313@redhat.com>
3409
3410 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
3411 use frame_unwind_signed_register to obtain the PC.
3412 (mips_frame_chain): Handle a generic dummy frame.
3413 (mips_init_extra_frame_info): When a generic dummy frame, don't
3414 re-compute the frame base.
3415 (mips_pop_frame): Handle generic dummy frames.
3416 (mips_gdbarch_init): When generic dummy frames, set
3417 use_generic_dummy_frames, push_dummy_frame to
3418 generic_push_dummy_frame, pc_in_call_dummy to
3419 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
3420 generic_save_dummy_frame_tos.
3421
3422 2002-09-30 Andrew Cagney <ac131313@redhat.com>
3423
3424 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
3425 against TOP when TOP was explictly set.
3426 (generic_push_dummy_frame): Set TOP to zero.
3427
3428 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
3429
3430 * event-loop.c (start_event_loop): Rename variable 'result' to
3431 'gdb_result', to avoid conflicts with upcoming intepreters changes.
3432
3433 2002-09-30 Keith Seitz <keiths@redhat.com>
3434
3435 * gdb-events.sh (selected_thread_changed): New event.
3436 * gdb-events.c: Regenerated.
3437 * gdb-events.h: Regenerated.
3438
3439 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
3440
3441 * MAINTAINERS: Add self to Write After Approval list.
3442
3443 2002-09-30 Fernando Nasser <fnasser@redhat.com>
3444
3445 * disasm.c: New file.
3446 * disasm.h: New file.
3447 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
3448 (compare_lines): Ditto.
3449 (dump_insns): Ditto.
3450 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
3451 argument.
3452 (do_assembly_only): Ditto.
3453 (do_disassembly): Renamed to gdb_disassembly and moved to
3454 disasm.c. Sdded uiout argument.
3455 * Makefile.in: Add new files. Reorder SFILES list. Update
3456 dependencies. Include libgdb.a later in the insight executable.
3457
3458 2002-09-29 Andrew Cagney <ac131313@redhat.com>
3459
3460 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
3461 bfd/elf64-alpha-fbsd.c.
3462
3463 2002-09-29 Andrew Cagney <ac131313@redhat.com>
3464
3465 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
3466 i386gnu-tdep.c.
3467
3468 2002-09-29 Andrew Cagney <ac131313@redhat.com>
3469
3470 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
3471 __FUNCTION__.
3472 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
3473 function name.
3474 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
3475 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
3476 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
3477 (S_msg_sig_post_reply): Ditto.
3478
3479 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
3480
3481 * sh-tdep.c (sh_use_struct_convention): Use definition according
3482 to ABI.
3483 (sh_push_arguments): Store in register with correct endianess.
3484 (sh_default_store_return_value): Ditto.
3485 (sh_gdbarch_init): Set sizeof long double to 8.
3486
3487 2002-09-27 Mark Kettenis <kettenis@gnu.org>
3488
3489 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
3490 Fix some whitespace problems.
3491
3492 2002-09-27 David Carlton <carlton@math.stanford.edu>
3493
3494 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
3495 (mcore-tdep.o): Ditto.
3496 (ns32k-tdep.o): Ditto.
3497 (ns32knbsd-tdep.o): Ditto.
3498 (sh3-rom.o): Ditto.
3499 (vax-tdep.o): Ditto.
3500 * cris-tdep.c: #include "gdb_string.h"
3501 * mcore-tdep.c: Ditto.
3502 * ns32k-tdep.c: Ditto.
3503 * ns32knbsd-tdep.c: Ditto.
3504 * sh3-rom.c: Ditto.
3505 * vax-tdep.c: Ditto.
3506
3507 2002-09-27 David Carlton <carlton@math.stanford.edu>
3508
3509 * config/djgpp/fnchange.lst: Add entries for
3510 gdb/testsuite/gdb.c++/m-static files.
3511
3512 2002-09-27 Jim Wilson <wilson@redhat.com>
3513
3514 * MAINTAINERS: Add myself to the Write After Approval list.
3515
3516 2002-09-26 Martin M. Hunt <hunt@redhat.com>
3517
3518 * mips-tdep.c (find_proc_desc): Initialize startaddr.
3519
3520
3521 2002-09-26 Andrew Cagney <ac131313@redhat.com>
3522
3523 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
3524 frame.
3525
3526 2002-09-26 Andrew Cagney <ac131313@redhat.com>
3527
3528 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
3529 (rs6000_struct_return_address): Delete variable.
3530 (rs6000_store_struct_return): Update.
3531 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
3532 deprecated_extract_struct_value_address.
3533 (rs6000_frame_align): New function.
3534 (rs6000_gdbarch_init): Set frame_align.
3535
3536 2002-09-26 Andrew Cagney <ac131313@redhat.com>
3537
3538 From Grace Sainsbury <graces@redhat.com>:
3539 * Makefile.in (gdbtk-main.o): New target.
3540 (gdb.o): New target.
3541 (main_h): Define.
3542 (main.o): Update dependencies.
3543 (gdb$(EXEEXT)): Add gdb.o.
3544 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
3545 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
3546 (SUBDIR_GDBTK_CLEAN): Set.
3547 (install-gdbtk): Install the insight binary.
3548 (uninstall-gdbtk): New target.
3549 (all-gdbtk, clean-gdbtk): New rule.
3550 * top.c (use_windows): Default to zero.
3551 * main.c: Include "main.h".
3552 (main): Delete.
3553 (struct captured_main_args): Delete.
3554 (gdb_main): New function.
3555 * main.h: New file.
3556 * gdb.c: New File.
3557
3558 2002-09-25 Andrew Cagney <cagney@redhat.com>
3559
3560 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
3561 (frame_map_regnum_to_name): New function.
3562 (frame_map_name_to_regnum): New function.
3563 * frame.h (frame_map_name_to_regnum): Declare.
3564 (frame_map_regnum_to_name): Declare.
3565 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
3566 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
3567 * parse.c: Do not include "builtin-regs.h".
3568 (target_map_name_to_register): Delete function.
3569 (write_dollar_variable): Use frame_map_name_to_regnum.
3570 * parser-defs.h (target_map_name_to_register): Delete declaration.
3571 * expprint.c: Include "frame.h".
3572 (print_subexp): Use frame_map_regnum_to_name.
3573 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
3574 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
3575
3576 2002-09-25 Andrew Cagney <ac131313@redhat.com>
3577
3578 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
3579 wasn't saved, and the next innermost frame is a dummy, return the
3580 dummy frame's link register.
3581
3582 2002-09-24 Jim Blandy <jimb@redhat.com>
3583
3584 Fix from Paul Breed:
3585 * main.c (captured_main): Add a `break' after the case for 'b'.
3586
3587 2002-09-24 Keith Seitz <keiths@redhat.com>
3588
3589 * varobj.c (c_type_of_child): Use get_target_type instead
3590 of TYPE_TARGET_TYPE.
3591
3592 2002-09-22 Fernando Nasser <fnasser@redhat.com>
3593
3594 * source.c (get_current_or_default_source_symtab_and_line): Remove
3595 function.
3596 (set_default_source_symtab_and_line): New function. Attempts to
3597 determine a source file to list lines from if one is not currently
3598 defined.
3599 (get_current_source_symtab_and_line): Initialize sal.pc and
3600 sal.end fields.
3601 (set_current_source_symtab_and_line): Mark argument as const.
3602 * source.h: Update declarations and comments.
3603 * linespec.c (decode_line_1): Replace call to removed routine above.
3604 * stack.c (print_frame_info_base): Ditto.
3605 * cli/cli-cmds.c (edit_command): Ditto.
3606 (list_command): Ditto.
3607
3608 2002-09-22 Fernando Nasser <fnasser@redhat.com>
3609
3610 * source.c (get_current_or_default_source_symtab_and_line): Initialize
3611 sal.pc and sal.end fields.
3612 (get_current_or_default_source_symtab_and_line): Ditto.
3613 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
3614 so we do not cause a new source symtab to be searched for (reverting an
3615 unintentional change from the 2002-09-20 patch).
3616 * scm-lang.c (scm_unpac): Ditto.
3617
3618 2002-09-21 Andrew Cagney <cagney@redhat.com>
3619
3620 * complaints.c (symfile_explanations): Remove new-line from
3621 ``isolated_message''.
3622 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
3623 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
3624
3625 2002-09-20 Nick Clifton <nickc@redhat.com>
3626
3627 * NEWS: Announce that V850EA ISA is no longer supported.
3628 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
3629
3630 2002-09-20 David Carlton <carlton@math.stanford.edu>
3631
3632 * Makefile.in (c-lang.o): Correct dependencies.
3633 (utils.o): Gather dependencies.
3634 (charset.o): Move.
3635 * c-lang.c: #include "gdb_string.h"
3636
3637 2002-09-20 Fernando Nasser <fnasser@redhat.com>
3638
3639 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
3640 * cli/cli-cmds.c (list_command): New function. Implements the new
3641 cli edit command.
3642 (_init_cli_cmds): Add new command definition.
3643 * gdb.1: Document edit command.
3644 * doc/gdb.texinfo: Document edit command.
3645
3646 2002-09-20 Fernando Nasser <fnasser@redhat.com>
3647
3648 * source.c: Make global variables current_source_symtab and
3649 current_source_line static.
3650 (list_command): Moved to cli/cli-cmds.c.
3651 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
3652 (get_first_line_listed): New accessor function.
3653 (get_lines_to_list): New accessor function.
3654 (get_current_source_symtab_and_line): New function. Retrieves the
3655 position in the source code that we consider current.
3656 (get_current_or_default_source_symtab_and_line): New function.
3657 Like the above but attempts to determine a default position if one
3658 is not currently defined.
3659 (set_current_source_symtab_and_line): New function. Sets the source
3660 code position considered current and returns the previously set one.
3661 (clear_current_source_symtab_and_line): Reset stored information about
3662 a current source line.
3663 (_initialize_source): Remove registration for the "list" command and
3664 its alias.
3665 * source.h: Add declarations for the new functions above.
3666 * symtab.h: Remove declarations for the global variables mentioned
3667 above.
3668 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
3669 obtain current source line.
3670 * linespec.c (decode_line_1): Ditto.
3671 * macroscope.c (default_macro_scope): Ditto.
3672 * scm-lang.c (scm_unpac): Ditto.
3673 * stack.c (print_frame_info_base): Ditto.
3674 * symfile.c (clear_symtab_users): Ditto.
3675 * symtab.c (decode_line_spec): Ditto.
3676 * cli/cli-cmds.c (list_command): Moved here from source.c.
3677 (ambiguous_line_spec): Moved here from source.c.
3678 (_init_cli_cmds): Add definition for "list" and its alias.
3679 * Makefile.in: Update dependencies.
3680
3681 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
3682
3683 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
3684 with what gcc thinks is correct.
3685
3686 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
3687
3688 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
3689 multiple register push instruction.
3690
3691 2002-09-19 Jim Blandy <jimb@redhat.com>
3692
3693 Add support for distinct host and target character sets.
3694 * charset.c, charset.h: New files.
3695 * c-exp.y: #include "charset.h".
3696 (yylex): Convert character and string literals to the target
3697 character set, before returning them as the semantic value of the
3698 token.
3699 * c-lang.c: #include "charset.h".
3700 (c_emit_char): Use charset-specific methods to recognize
3701 characters with backslash escape forms, to decide which characters
3702 to print literally and which to print using numeric escape
3703 sequences, and to convert target characters to host characters
3704 before printing.
3705 * utils.c: #include "charset.h".
3706 (no_control_char_error): New function.
3707 (parse_escape): Use charset-specific methods to recognize
3708 backslash escapes, parse `control character' notation, and convert
3709 characters from the host character set to the target character set.
3710 * configure.in: Set the default host character set.
3711 Check where to find iconv, and what its argument types might be.
3712 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
3713 * Makefile.in (SFILES): List charset.c.
3714 (COMMON_OBS): List charset.o.
3715 (charset.o): New rule.
3716 (charset_h): New header dependency variable.
3717 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
3718 (LIBICONV): New variable, set by configure.
3719 (CLIBS): Include $(LIBICONV) here.
3720 * aclocal.m4, config.in, configure: Regenerated.
3721
3722 2002-09-19 Joel Brobecker <brobecker@gnat.com>
3723
3724 * ada-exp.y: Add missing semicolons to end rules. Fixes a
3725 bison 1.35 warning.
3726
3727 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
3728
3729 * gdb_mbuild.sh: New file.
3730
3731 2002-09-19 Andrew Cagney <ac131313@redhat.com>
3732
3733 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
3734
3735 2002-09-18 Andrew Cagney <ac131313@redhat.com>
3736
3737 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
3738 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
3739 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
3740 valops.c, value.h: Revert previous change.
3741
3742 2002-09-18 Michael Snyder <msnyder@redhat.com>
3743
3744 Preliminary support for Objective-C:
3745 * defs.h (language_objc): New enum value.
3746 (puts_filtered_tabular): Declaration only, exported from utils.c.
3747 (skip_quoted): Delete, declared in completer.h.
3748 * c-exp.y: Include completer.h.
3749 * p-exp.y: Ditto.
3750 * jv-exp.y: Ditto.
3751 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
3752 New operator enum values.
3753 * language.h (CAST_IS_CONVERSION): Test for language_objc.
3754 * language.c (binop_result_type): Handle language_objc case.
3755 (integral_type, character_type, string_type, boolean_type,
3756 structured_type, binop_type_check): Ditto.
3757 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
3758 (struct objc_specific): Add to general_symbol_info.
3759 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
3760 (SYMBOL_DEMANGLED_NAME): Handle objc case.
3761 * parser-defs.h (struct objc_class_str): New struct type.
3762 (start_msglist, end_msglist, add_msglist): Declaration only,
3763 exported from objc-lang.c.
3764 * value.h (value_of_local, value_nsstring,
3765 call_function_by_hand_expecting_type): Exported from valops.c.
3766 * valops.c (find_function_addr): Export.
3767 (call_function_by_hand_expecting_type): New function.
3768 (value_of_local): New function.
3769 * symfile.c (init_filename_language_table): Add ".m" extension
3770 for Objective-C.
3771 * utils.c (puts_filtered_tabular): New function.
3772 (fprintf_symbol_filtered): Add objc demangling support (disabled).
3773 (set/show demangle): Extend help-string to refer to ObjC.
3774 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
3775 * stabsread.c (symbol_reference_defined): Objective-C symbols
3776 may contain colons: make allowances when scanning stabs strings
3777 for colons.
3778 (objc_find_colon): New function.
3779 * printcmd.c (address_info): If language == objc then print
3780 "self" instead of "this".
3781 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
3782 OP_NSSTRING, and OP_SELF.
3783 (prefixify_subexp): Ditto.
3784 * source.c (print_source_lines): Mention objc in comment.
3785 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
3786 method names.
3787
3788 2002-09-18 Andrew Cagney <ac131313@redhat.com>
3789
3790 * complaints.h: Update copyright.
3791 (struct complaints): Declare.
3792 (struct complaint): Make `message' constant.
3793 (internal_complaint): Declare.
3794 (complaint): Declare.
3795 (complaint_root): Delete declaration.
3796 (symfile_complaints): Delete declaration.
3797 (struct complaints): Add opaque declaration.
3798 (clear_complaints): Add a complaints parameter.
3799 * complaints.c: Update copyright.
3800 (enum complaint_series): Define.
3801 (complaint_root): Delete.
3802 (struct complaints): Define.
3803 (complaint_sentinel, symfile_complaint_book): New variables.
3804 (symfile_explanations, symfile_complaints): New variables.
3805 New variables.
3806 (get_complaints): New function.
3807 (vcomplaint): New function.
3808 (complaint): New function.
3809 (internal_complaint): New function.
3810 (complain): Call vcomplain with symfile_complaint.
3811 (clear_complaints): Rewrite.
3812 (_initialize_complaints): Use add_setshow_command.
3813 * Makefile.in (complaints.o): Update dependencies.
3814 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
3815 to call to clear_complaints.
3816 (new_symfile_objfile, reread_symbols): Ditto.
3817 (oldsyms_complaint): Delete.
3818 (empty_symtab_complaint, unknown_option_complaint): Delete.
3819 (free_named_symtabs): Use complaint instead of complain.
3820
3821 2002-09-18 Michael Snyder <msnyder@redhat.com>
3822
3823 Contributed by Apple Computer, Inc. Merged with current sources
3824 by Adam Fedor <fedor@doc.com> [cagney].
3825
3826 * objc-lang.c: First clean-up round: comments, indentation.
3827 * objc-lang.h: Ditto.
3828 * objc-lang.y: Ditto.
3829
3830 2002-09-18 Andrew Cagney <ac131313@redhat.com>
3831
3832 * maint.c (maintenance_internal_error): Print the parameter as the
3833 error message.
3834 (maintenance_internal_warning): New function.
3835 (_initialize_maint_cmds): Add command `maint internal-warning'.
3836
3837 * defs.h (internal_warning, internal_vwarning): Declare.
3838 * utils.c (struct internal_problem): Define.
3839 (internal_vproblem): New function.
3840 (internal_warning): New function.
3841 (internal_vwarning): New function.
3842 (internal_warning_problem, internal_error_problem): New variables.
3843 (internal_verror): Just call internal_vproblem.
3844
3845 2002-09-18 Michael Snyder <msnyder@redhat.com>
3846
3847 * objc-lang.c: New file, support for Objective-C.
3848 Preliminary check-in, not yet integrated into gdb.
3849 * objc-lang.h: New file.
3850 * objc-exp.y: New file.
3851
3852 2002-09-18 Andrew Cagney <ac131313@redhat.com>
3853
3854 * infrun.c (signal_stop_update): Convert definition to ISO C.
3855 (signal_print_update): Ditto.
3856 (signal_pass_update): Ditto.
3857 * inflow.c (terminal_save_ours): Ditto.
3858
3859 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
3860 comments.
3861
3862 * config/djgpp/fnchange.lst: Handle name clashes between
3863 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
3864 bfd/coff-tic80.c.
3865
3866 * i386-linux-tdep.h: Fix tipo.
3867
3868 2002-09-18 Adam Fedor <fedor@gnu.org>
3869
3870 * MAINTAINERS: Add myself to the Write After Approval list.
3871
3872 2002-09-18 Jim Blandy <jimb@redhat.com>
3873
3874 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
3875 texthigh and textlow to reader-specific structs caused
3876 objfile_relocate to miss them. This is fixable, but the work that
3877 the change was supposed to prepare GDB for never got done anyway.
3878
3879 2002-09-18 David Carlton <carlton@math.stanford.edu>
3880
3881 * MAINTAINERS: Alphabetize Write After Approval list.
3882
3883 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
3884
3885 Fix PR gdb/709
3886 * values.c (value_static_field): Call read_var_value.
3887
3888 2002-09-18 Andrew Cagney <ac131313@redhat.com>
3889
3890 * valops.c (hand_function_call): Align the initial stack pointer
3891 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
3892 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
3893 return value.
3894 * mips-tdep.c (mips_frame_align): New function.
3895 (mips_gdbarch_init): Set frame_align.
3896 * gdbarch.sh (FRAME_ALIGN): New method.
3897 * gdbarch.h, gdbarch.c: Re-generate.
3898
3899 2002-09-18 Michal Ludvig <mludvig@suse.cz>
3900
3901 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
3902 registers.
3903
3904 2002-09-17 Andrew Cagney <ac131313@redhat.com>
3905
3906 * NEWS: Mention that MIPS $fp behavior changed.
3907 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
3908 reference to FP_REGNUM.
3909 (mipsnbsd_cannot_store_register): Ditto.
3910 * mips-linux-nat.c: Update copyright.
3911 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
3912 (mips_linux_cannot_store_register): Ditto.
3913 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
3914 * config/mips/tm-mips.h: Update copyright.
3915 (FP_REGNUM): Delete macro.
3916 (MIPS_REGISTER_NAMES): Replace "fp" with "".
3917 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
3918 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
3919 (mips_r3041_reg_names, mips_r3051_reg_names)
3920 (mips_r3081_reg_names): Replace "fp" with "".
3921 Fix PR gdb/480.
3922
3923 2002-09-17 Theodore A. Roth <troth@verinet.com>
3924
3925 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
3926 generic_read_register_dummy() (PR gdb/703).
3927 (avr_push_return_address): #if 0 out unused vars.
3928 (avr_gdbarch_init): Enable use of avr_push_return_address().
3929
3930 2002-09-17 Michael Snyder <msnyder@redhat.com>
3931
3932 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
3933 RTE will take care of it.
3934
3935 2002-09-17 Andrew Cagney <ac131313@redhat.com>
3936
3937 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
3938 invalid, return SP_REGNUM.
3939
3940 2002-09-17 Michael Snyder <msnyder@redhat.com>
3941
3942 * mips-tdep.c (mips_pop_frame): Read saved values of floating
3943 point registers without sign extension.
3944
3945 2002-09-17 Andrew Cagney <cagney@redhat.com>
3946
3947 * blockframe.c (deprecated_read_register_dummy): Rename
3948 generic_read_register_dummy.
3949 * frame.c (frame_unwind_signed_register): New function.
3950 (frame_unwind_unsigned_register): New function.
3951 * frame.h (frame_unwind_signed_register): Declare.
3952 (frame_unwind_unsigned_register): Declare.
3953 (deprecated_read_register_dummy): Rename
3954 generic_read_register_dummy.
3955
3956 * h8300-tdep.c (h8300_frame_chain): Update.
3957 (h8300_frame_saved_pc): Update.
3958 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
3959 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
3960 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
3961 (s390_frame_chain): Update.
3962 * v850-tdep.c (v850_find_callers_reg): Update.
3963 (v850_frame_saved_pc): Update.
3964 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
3965 (m32r_find_callers_reg): Update.
3966 (m32r_frame_saved_pc): Update.
3967 * sh-tdep.c (sh_find_callers_reg): Update.
3968 (sh64_get_saved_pr): Update.
3969 (sh_init_extra_frame_info): Update.
3970 (sh_init_extra_frame_info): Update.
3971 (sh64_init_extra_frame_info): Update.
3972 (sh64_init_extra_frame_info): Update.
3973 * mcore-tdep.c (mcore_find_callers_reg): Update.
3974 (mcore_frame_saved_pc): Update.
3975 (mcore_init_extra_frame_info): Update.
3976 * i386-tdep.c (i386_frame_saved_pc): Update.
3977 * ia64-tdep.c (ia64_frame_saved_pc): Update.
3978 (ia64_init_extra_frame_info): Update.
3979 (ia64_init_extra_frame_info): Update.
3980 * d10v-tdep.c (d10v_frame_saved_pc): Update.
3981 * cris-tdep.c (cris_init_extra_frame_info): Update.
3982 * avr-tdep.c (avr_frame_chain): Update.
3983 (avr_init_extra_frame_info): Update.
3984 (avr_frame_saved_pc): Update.
3985 * arm-tdep.c (arm_find_callers_reg): Update.
3986 (arm_init_extra_frame_info): Update.
3987 (arm_frame_saved_pc): Update.
3988
3989 2002-09-17 Tom Tromey <tromey@redhat.com>
3990
3991 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
3992 is "'".
3993
3994 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
3995
3996 * MAINTAINERS: Remove "non multi-arched" text from h8300.
3997 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
3998 NEXT_PROLOGUE_INSN.
3999 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
4000 NEXT_PROLOGUE_INSN.
4001
4002 2002-09-16 Joel Brobecker <brobecker@gnat.com>
4003
4004 * osfsolib.c: Remove file, replaced by solib-osf.c.
4005 * Makefile.in: Remove compilation rules for osfsolib.c.
4006
4007 2002-09-16 David Carlton <carlton@math.stanford.edu>
4008
4009 * cp-valprint.c (cp_print_class_method): Correct args to
4010 check_stub_method_group.
4011
4012 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
4013
4014 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
4015 `set architecture'. Unify naming convention of functions.
4016 (h8300_skip_prologue): Improve prologue analysis.
4017 (h8300_push_arguments): Rewritten to more closely match GCC's
4018 bizarre argument-passing behavior, along with the comment describing
4019 said behavior.
4020 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
4021 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
4022 sim, remote-e7000.c, remote-hms.c and remote.c
4023
4024 2002-09-15 Mark Kettenis <kettenis@gnu.org>
4025
4026 * i386-tdep.c (gdb_print_insn_i386): Removed.
4027 (i386_print_insn): New function.
4028 (i386_gdbarch_init): Set print_insn to i386_print_insns.
4029 (_initialize_i386_tdep): Don't initialize tm_print_insn and
4030 tm_print_insn_info.
4031
4032 2002-09-14 Mark Kettenis <kettenis@gnu.org>
4033
4034 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
4035 zero.
4036
4037 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
4038
4039 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
4040 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
4041 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
4042
4043 2002-09-13 Christopher Faylor <cgf@redhat.com>
4044
4045 * win32-nat.c (child_create_inferior): Honor 'tty' command.
4046
4047 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
4048
4049 * gdbtypes.c (check_stub_method): Make static.
4050 (check_stub_method_group): New function.
4051 * gdbtypes.h: Update prototypes.
4052 * cp-support.c: New file.
4053 * cp-support.h: New file.
4054
4055 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
4056 (update_method_name_from_physname): New function.
4057 (read_member_functions): Correct method names for operators
4058 and v3 constructors/destructors. Separate v2 constructors and
4059 destructors.
4060 * Makefile.in (stabsread.o): Update dependencies.
4061 (SFILES): Add cp-support.c.
4062 (COMMON_OBS): Add cp-support.o.
4063 (cp_support_h, cp-support.o): Add.
4064
4065 * cp-valprint.c (cp_print_class_method): Call
4066 check_stub_method_group instead of check_stub_method. Remove
4067 extraneous QUITs.
4068 * p-valprint.c (pascal_object_print_class_method): Likewise.
4069 * valops.c (search_struct_method): Likewise.
4070 (find_method_list, value_struct_elt_for_reference): Likewise.
4071
4072 2002-09-13 Andrew Cagney <cagney@redhat.com>
4073
4074 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
4075 * gdbarch.h, gdbarch.c: Regenerate.
4076
4077 2002-09-13 Andrew Cagney <ac131313@redhat.com>
4078
4079 * frame.c (find_saved_register): Delete function.
4080 * frame.h (find_saved_register): Delete declaration.
4081 Fix PR gdb/631.
4082
4083 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
4084
4085 * mips-tdep.c (read_next_frame_reg): Re-hack using
4086 frame_register_unwind.
4087
4088 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
4089
4090 * mips-tdep.c (mips_get_saved_register): Re-hack using
4091 frame_register_unwind.
4092
4093 2002-09-12 Joel Brobecker <brobecker@gnat.com>
4094
4095 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
4096 vector. Will be useful for Interix.
4097 * gdbarch.h, gdbarch.c: Regenerate.
4098
4099 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
4100 name of the malloc function by NAME_OF_MALLOC.
4101
4102 2002-09-12 Joel Brobecker <brobecker@gnat.com>
4103
4104 * value.h (find_function_in_inferior): Add const keyword to
4105 one of the parameters. Allows us to invoke this function with
4106 a const char *.
4107 * valops.c (find_function_in_inferior): Likewise.
4108
4109 2002-09-12 Joel Brobecker <brobecker@gnat.com>
4110
4111 * exec.c (xfer_memory): Fix compilation warning with old versions
4112 of GCC.
4113 * tracepoint.c (trace_find_tracepoint_command): Likewise.
4114
4115 2002-09-12 David Carlton <carlton@math.stanford.edu>
4116
4117 * symtab.h: Run through gdb_indent.h.
4118 Add 2002 to Copyright year list.
4119
4120 2002-09-12 Alan Modra <amodra@bigpond.net.au>
4121
4122 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
4123 mach constants.
4124 * MAINTAINERS: Add myself to write after approval list.
4125
4126 2002-09-11 J. Brobecker <brobecker@gnat.com>
4127
4128 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
4129
4130 2002-09-11 J. Brobecker <brobecker@gnat.com>
4131
4132 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
4133 Interix.
4134
4135 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
4136
4137 * procfs.c (do_detach): Clear current signal, not just fault.
4138 Corrects problem with breakpoint trap signal leaking to detached
4139 process on Tru64.
4140
4141 2002-09-10 Michael Snyder <msnyder@redhat.com>
4142
4143 * buildsym.c (finish_block): Protect against null pointer.
4144
4145 2002-09-10 Andrew Cagney <cagney@redhat.com>
4146
4147 * infcmd.c (default_print_registers_info): Send all output to
4148 ``file'' instead of ``gdb_stdout''.
4149
4150 2002-09-10 Michael Snyder <msnyder@redhat.com>
4151
4152 * mips-tdep.c (mips_extract_struct_value_address): Make val a
4153 LONGEST, and use signed register read (addresses are sign-
4154 extended for mips).
4155
4156 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
4157
4158 * event-loop.c (gdb_do_one_event): Make public.
4159 * event-loop.h (gdb_do_one_event): Declare.
4160
4161 2002-09-10 Jeff Law <law@redhat.com>
4162
4163 * infttrace.c (child_resume): Simplify and rework to avoid
4164 TT_PROC_CONTINUE.
4165
4166 2002-09-09 Fred Fish <fnf@intrinsity.com>
4167
4168 * printcmd.c (print_scalar_formatted): "len" is the number of
4169 target bytes, NOT the number of target bits.
4170
4171 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
4172
4173 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
4174 * top.c (init_main): Set rl_terminal_name.
4175
4176 2002-09-08 Aidan Skinner <aidan@velvet.net>
4177
4178 * ada-lang.c (ada_array_bound, ada_type_match,
4179 _initialize_ada_language): Fix K&R definitions.
4180 * ada-tasks.c (get_current_task): Fix K&R definitions.
4181 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
4182
4183 2002-09-07 Christopher Faylor <cgf@redhat.com>
4184
4185 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
4186 Add XP.
4187
4188 2002-09-06 Mark Kettenis <kettenis@gnu.org>
4189
4190 * i386-tdep.c (i386_register_virtual_type,
4191 i386_register_convertible, i386_register_convert_to_virtual,
4192 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
4193 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
4194 (i386_gdbarch_init): Fix comment. Add comments on calls that set
4195 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
4196 Don't set push_arguments twice.
4197
4198 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
4199 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
4200 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
4201 sigtramp_end to NULL.
4202 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
4203 defines.
4204 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
4205
4206 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
4207 whitespace.
4208
4209 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
4210 * gdbarch.h, gdbarch.c: Re-generate.
4211 * blockframe.c (find_pc_sect_partial_function): Convert to use
4212 SIGTRAMP_START_P predicate.
4213
4214 2002-09-05 Michael Snyder <msnyder@redhat.com>
4215
4216 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
4217 generic_dummy_frame method and old method. Also distinguish
4218 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
4219 (arm_extract_return_value): Use new regcache method.
4220
4221 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
4222 adjustment that doesn't conform to the ABI.
4223 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
4224 saved regcache, not from current regcache.
4225
4226 2002-09-05 Andrew Cagney <ac131313@redhat.com>
4227
4228 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
4229 * README: Update.
4230
4231 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
4232
4233 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
4234 if arm_apcs_32 is false.
4235
4236 2002-09-04 Andrew Cagney <ac131313@redhat.com>
4237
4238 GDB 5.3 branch created.
4239
4240 2002-09-03 Theodore A. Roth <troth@verinet.com>
4241
4242 * gdb/avr-tdep.c (avr_gdbarch_init): Use
4243 generic_unwind_get_saved_register.
4244
4245 2002-09-03 David Carlton <carlton@math.stanford.edu>
4246
4247 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
4248 argument (PR gdb/653). Update call to smash_to_method_type.
4249 (read_structure_scope): Update call to dwarf2_add_member_fn.
4250
4251 2002-09-03 Michal Ludvig <mludvig@suse.cz>
4252
4253 * x86-64-linux-tdep.c: Include gdb_string.h
4254 * x86-64-linux-nat.c: Ditto.
4255
4256 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
4257
4258 * ada-exp.y (yyname, yyrule): Remap global variables that appear
4259 when YYDEBUG is set to 1.
4260 * c-exp.y: Likewise.
4261 * f-exp.y: Likewise.
4262 * jv-exp.y: Likewise.
4263 * m2-exp.y: Likewise.
4264 * p-exp.y: Likewise.
4265
4266 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
4267
4268 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
4269 dependency list.
4270 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
4271 solib_svr4_fetch_link_map_offsets to
4272 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4273 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
4274 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
4275 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
4276 solib-svr4.o, and solib-legacy.o.
4277 * config/i386/tm-nbsd.h: Include solib.h.
4278
4279 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
4280
4281 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
4282 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
4283 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
4284 comment noting that this needs its own target configuration.
4285 * config/i386/nbsd.mt: New file.
4286 * config/i386/nbsdaout.mt: Remove.
4287 * config/i386/nbsdelf.mt: Ditto.
4288 * config/i386/tm-nbsdaout.h: Ditto.
4289
4290 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
4291
4292 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
4293 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
4294 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
4295 tdep->sigtramp_end.
4296 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
4297 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
4298 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
4299
4300 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
4301
4302 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
4303 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
4304 * i386-tdep.h (i386bsd_init_abi): New prototype.
4305 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
4306 function declaration.
4307 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
4308 for NetBSD-a.out or NetBSD-ELF.
4309 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
4310 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
4311 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
4312 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
4313 and nbsd-tdep.h.
4314 (i386nbsd_pc_in_sigtramp): New function.
4315 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
4316 i386nbsd_pc_in_sigtramp.
4317 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
4318 and i386nbsdelf_init_abi OS ABI handlers.
4319 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
4320 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
4321
4322 2002-09-02 Mark Kettenis <kettenis@gnu.org>
4323
4324 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
4325 registers if the target really has them.
4326
4327 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
4328
4329 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
4330 than nbsd-tdep.h.
4331
4332 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
4333
4334 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
4335 list.
4336 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
4337 (alphanbsd_skip_sigtramp_frame): New functions.
4338 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
4339 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
4340 to alphanbsd_sigcontext_addr.
4341
4342 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
4343
4344 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
4345 list.
4346 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
4347 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
4348 nbsd_pc_in_sigtramp.
4349 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
4350 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
4351 * nbsd-tdep.c: Include gdb_string.h.
4352 (nbsd_pc_in_sigtramp): New function.
4353 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
4354 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
4355 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
4356 ppcnbsd_pc_in_sigtramp.
4357 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
4358 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
4359 shnbsd_pc_in_sigtramp.
4360 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
4361 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
4362 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
4363
4364 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
4365
4366 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
4367 watchpoints to NULL.
4368 (insert_breakpoints): set val field of watchpoints if NULL.
4369
4370
4371 2002-08-29 Jim Blandy <jimb@redhat.com>
4372
4373 * symtab.c (lookup_symbol_aux): In the cases where we find a
4374 minimal symbol of an appropriate name and use its address to
4375 select a symtab to read and search, use `name' (as passed to us)
4376 as the demangled name when searching the symtab's global and
4377 static blocks, not the minsym's name.
4378
4379 2002-08-29 Keith Seitz <keiths@redhat.com>
4380
4381 * stack.c (print_frame_info_base): Always set current_source_symtab
4382 and current_source_line.
4383
4384 2002-08-29 Donn Terry <donnte@microsoft.com>
4385
4386 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
4387
4388 2002-08-28 Keith Seitz <keiths@redhat.com>
4389
4390 * stack.c (select_frame): Add FIXME concerning selected-frame
4391 events.
4392 (select_frame_command): Send selected-frame-level-changed
4393 event notification, but only if the level actually changed.
4394 (up_silently_base): Add selected-frame-level-changed event
4395 notification.
4396 (down_silently_base): Likewise.
4397
4398 2002-08-28 Andrew Cagney <ac131313@redhat.com>
4399
4400 * Makefile.in: Update dependencies for all gdb/*.c files.
4401
4402 2002-08-27 Tom Tromey <tromey@redhat.com>
4403
4404 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
4405 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
4406 Update dependencies.
4407 * i387-tdep.c: Include gdb_string.h.
4408 * osabi.c: Likewise.
4409 * i386-linux-nat.c: Likewise.
4410 * lin-lwp.c: Likewise.
4411 * ax-gdb.c: Likewise.
4412 * signals/signals.c: Likewise.
4413 * jv-valprint.c: Likewise.
4414 * p-lang.c: Likewise.
4415 * c-valprint.c: Likewise.
4416 * cp-abi.c: Likewise.
4417
4418 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
4419
4420 * cli/cli-script.h (copy_command_lines): Export.
4421 * breakpoint.c: Include cli/cli-script.h.
4422 * Makefile.in (breakpoint.o): Update dependencies.
4423
4424 2002-08-26 Michael Snyder <msnyder@redhat.com>
4425
4426 * breakpoint.c (insert_breakpoints): Protect all references
4427 to 'process_warning'. Shorten long lines.
4428
4429 2002-08-26 Joel Brobecker <brobecker@gnat.com>
4430
4431 * cli/cli-script.c (copy_command_lines): New function.
4432 * defs.h (copy_command_lines): Export.
4433 * testsuite/gdb.base/commands.exp: New tests for commands
4434 attached to a temporary breakpoint, and for commands that
4435 delete the breakpoint they are attached to.
4436
4437 2002-08-26 Michael Snyder <msnyder@redhat.com>
4438
4439 * breakpoint.c (bpstat_stop_status): Instead of copying the
4440 pointer to the breakpoint commands struct, make a new copy
4441 of the struct and point to that.
4442 (bpstat_clear): Free the commands struct.
4443 (bpstat_clear_actions): Free the commands struct.
4444 (bpstat_do_actions): Free the command actions. Also execute
4445 the local cleanups, instead of deleting them.
4446 (delete_breakpoint): Leave the commands field of the bpstat
4447 chain alone -- it will be freed later.
4448
4449 2002-08-26 Kevin Buettner <kevinb@redhat.com>
4450
4451 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
4452 deleted in 2002-08-20 commit. This function is still used by
4453 ppc-linux-nat.c.
4454
4455 2002-08-26 Keith Seitz <keiths@redhat.com>
4456
4457 * gdb-events.sh: Add selected-frame-level-changed event.
4458 * gdb-events.c: Regenerated.
4459 * gdb-events.h: Regenerated.
4460
4461 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
4462
4463 Fix PR gdb/393:
4464 * inflow.c (terminal_save_ours): New function to save terminal
4465 settings.
4466 * inferior.h (terminal_save_ours): Declare.
4467 * target.c (debug_to_terminal_save_ours): New function.
4468 (cleanup_target): Defaults to_terminal_save_ours.
4469 (update_current_target): Inherit to_terminal_save_ours.
4470 (setup_target_debug): Set to_terminal_save_ours.
4471 * target.h (target_terminal_save_ours): New to save terminal settings.
4472 (target_ops): New member to_terminal_save_ours.
4473 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
4474 * hpux-thread.c (init_hpux_thread_ops): Likewise.
4475 * inftarg.c (init_child_ops): Likewise.
4476 * m3-nat.c (init_m3_ops): Likewise.
4477 * procfs.c (init_procfs_ops): Likewise.
4478 * wince.c (init_child_ops): Likewise.
4479 * win32-nat.c (init_child_ops): Likewise.
4480 * sol-thread.c (init_sol_thread_ops): Likewise.
4481
4482 2002-08-26 Mark Kettenis <kettenis@gnu.org>
4483
4484 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
4485 use regcache_* functions.
4486 (i386_gdbarch_init): Set store_return_value instead of
4487 deprecated_store_return_value.
4488
4489 * regcache.c (regcache_raw_write_signed,
4490 regcache_raw_write_unsigned): New functions.
4491 * regcache.h (regcache_raw_write_signed,
4492 regcache_raw_write_unsigned): New prototypes.
4493
4494 2002-08-25 Andrew Cagney <ac131313@redhat.com>
4495
4496 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
4497 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
4498 source file dependencies. Cleanup corresponding generator rules.
4499
4500 2002-08-25 Andrew Cagney <ac131313@redhat.com>
4501
4502 * regcache.h (register_offset_hack): Declare.
4503 (regcache_cooked_read_using_offset_hack): Declare.
4504 (regcache_cooked_write_using_offset_hack): Declare.
4505
4506 * regcache.c (register_offset_hack): New function.
4507 (regcache_cooked_read_using_offset_hack): New function.
4508 (regcache_cooked_write_using_offset_hack): New function.
4509 (regcache_dump): Check that the registers, according to their
4510 offset, are packed hard against each other.
4511 (cooked_xfer_using_offset_hack): New function.
4512
4513 2002-08-25 Andrew Cagney <ac131313@redhat.com>
4514
4515 * regcache.c (struct regcache_descr): Add field register_type.
4516 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
4517 in as a parameter
4518 (init_regcache_descr): Initialize register_type. Pass the descr
4519 to init_legacy_regcache_descr. Use register_type instead of
4520 REGISTER_VIRTUAL_TYPE.
4521 (register_type): New function.
4522 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
4523 * regcache.h (register_type): Declare.
4524
4525 2002-08-25 Andrew Cagney <ac131313@redhat.com>
4526
4527 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
4528 instead of deprecated_store_return_value. Fix fallout from
4529 2002-08-23 Andrew Cagney <cagney@redhat.com>.
4530
4531 2002-08-25 Andrew Cagney <ac131313@redhat.com>
4532
4533 * regcache.c (max_register_size): New function.
4534 (init_legacy_regcache_descr): Ensure that max_register_size is
4535 large enough for REGISTER_VIRTUAL_SIZE.
4536 * regcache.h (max_register_size): Declare.
4537
4538 2002-08-24 Andrew Cagney <ac131313@redhat.com>
4539
4540 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
4541 store_return_value.
4542 (e500_extract_return_value): Change type of valbuf pointer to
4543 void.
4544
4545 2002-08-24 Mark Kettenis <kettenis@gnu.org>
4546
4547 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
4548 workaround.
4549
4550 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
4551 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
4552 long long) to prevent compiler warning on 64-bit systems.
4553
4554 2002-08-23 Andrew Cagney <cagney@redhat.com>
4555
4556 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
4557 (DEPRECATED_STORE_RETURN_VALUE): New method.
4558 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
4559 * gdbarch.h, gdbarch.c: Re-generate.
4560
4561 * values.c (set_return_value): Pass current_regcache to
4562 STORE_RETURN_VALUE.
4563 * arch-utils.h (legacy_store_return_value): Declare.
4564 * arch-utils.c (legacy_store_return_value): New function.
4565 (legacy_extract_return_value): Update parameters.
4566
4567 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
4568 STORE_RETURN_VALUE.
4569 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
4570 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
4571 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
4572 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
4573 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
4574 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
4575 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
4576 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
4577 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
4578 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
4579
4580 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4581 * i386-tdep.c (i386_extract_return_value): Update.
4582 * arch-utils.c (legacy_extract_return_value): Update.
4583 * frv-tdep.c (frv_gdbarch_init): Update.
4584 * cris-tdep.c (cris_gdbarch_init): Update.
4585 * d10v-tdep.c (d10v_gdbarch_init): Update.
4586 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4587 * m68k-tdep.c (m68k_gdbarch_init): Update.
4588 * mcore-tdep.c (mcore_gdbarch_init): Update.
4589 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4590 * s390-tdep.c (s390_gdbarch_init): Update.
4591 * sparc-tdep.c (sparc_gdbarch_init): Update.
4592 * sh-tdep.c (sh_gdbarch_init): Update.
4593 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4594 * v850-tdep.c (v850_gdbarch_init): Update.
4595 * avr-tdep.c (avr_gdbarch_init): Update.
4596 * ia64-tdep.c (ia64_gdbarch_init): Update.
4597 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4598 * vax-tdep.c (vax_gdbarch_init): Update.
4599 * alpha-tdep.c (alpha_gdbarch_init): Update.
4600 * arm-tdep.c (arm_gdbarch_init): Update.
4601 * mips-tdep.c (mips_gdbarch_init): Update.
4602 * i386-tdep.c (i386_gdbarch_init): Update.
4603
4604 2002-08-23 Andrew Cagney <ac131313@redhat.com>
4605
4606 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
4607 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
4608
4609 2002-08-24 Mark Kettenis <kettenis@gnu.org>
4610
4611 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
4612 problems.
4613
4614 2002-08-23 Joel Brobecker <brobecker@gnat.com>
4615
4616 * infrun.c (handle_inferior_event): Move a comment outside of a
4617 function call, in order to avoid indent reformatting this part
4618 of the code in an unreadable way.
4619
4620 2002-08-23 Grace Sainsbury <graces@redhat.com>
4621
4622 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
4623 when breakpoints fail. Move general breakpoint error messages to
4624 insert_breakpoints.
4625 * breakpoint.c (insert_breakpoints): Change warnings when
4626 breakpoints are nto inserted to specify the type. Remove call to
4627 memory_error when hardware breakpoints can't be inserted. Remove
4628 multiple calls to warning so all messages are sent to the user at
4629 once.
4630 (delete_breakpoints): Make insert error messsages more explicit.
4631
4632 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
4633
4634 * ChangeLog: Move gdbserver entries after GDB 5.2 to
4635 gdbserver/ChangeLog.
4636
4637 2002-08-23 Mark Kettenis <kettenis@gnu.org>
4638
4639 * i386-tdep.c: Include "objfiles.h".
4640 (i386_svr4_init_abi): Set in_solib_call_trampoline and
4641 skip_trampoline_code.
4642 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
4643 (CPLUS_MARKER): Define to '.'.
4644
4645 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
4646 member.
4647 (linux_corefile_thread_callback): Increase args->num_notes.
4648 (linux_make_note_section): Initialize thread_args.num_notes, and
4649 use it to determine whether notes for any threads were created.
4650
4651 2002-08-23 Donn Terry <donnte@microsoft.com>
4652
4653 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
4654 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
4655 and PCUNKILL.
4656 (write_with_trace): Conditionalize out the switch branch handling
4657 PCSHOLD if the corresponding macro is not defined. Likewise for
4658 PRSABORT and PRSTOP.
4659 This change will be needed by the Interix port.
4660
4661 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
4662
4663 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
4664 write_register wherever possible instead of manipulating the
4665 register bytes directly.
4666 Assign VALUE_CONTENTS to a variable and use that.
4667 The GPR numbers are now dependent on the architecture.
4668
4669 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
4670
4671 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
4672 ev_offset fields.
4673 (skip_prologue): Add support for BookE/e500 instructions.
4674 (e500_extract_return_value): New function.
4675 (frame_get_saved_regs): Add support for saving ev registers and
4676 pseudo gpr's.
4677 (e500_store_return_value): New function.
4678 (rs6000_gdbarch_init): Move up default intializations of
4679 deprecated_extract_return_value and store_return_value. Overwrite
4680 init of store_return_value with e500 specific version.
4681 Set extract_return_value for e500.
4682
4683 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
4684
4685 * blockframe.c (generic_call_dummy_register_unwind): Use
4686 regcache_cooked_read to catch cases in which the variable is
4687 stored in a pseudo register.
4688
4689 2002-08-22 Andrew Cagney <cagney@redhat.com>
4690
4691 * NEWS: Mention that the i960 has been made obsolete.
4692 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
4693 i960-tdep.c
4694 (remote-nrom.o): Obsolete target.
4695 (remote-nindy.o, i960-tdep.o): Ditto.
4696 * remote-nrom.c: Make file obsolete.
4697 * remote-nindy.c, remote-vx960.c: Ditto.
4698 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
4699 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
4700 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
4701 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
4702 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
4703 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
4704 i960-*-vxworks* obsolete.
4705 * MAINTAINERS: Note that the i960 is obsolete.
4706
4707 2002-08-21 Corinna Vinschen <vinschen@redhat.com
4708
4709 * aix-thread.c (aix_thread_detach): Disable thread debugging on
4710 detach to allow reinitialization.
4711
4712 2002-08-22 Andrew Cagney <ac131313@redhat.com>
4713
4714 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
4715 attempt).
4716
4717 2002-08-22 Jim Blandy <jimb@redhat.com>
4718
4719 * coffread.c (coff_symfile_read): Don't try to read the line
4720 number table from disk if the image file doesn't have a symbol
4721 table; we'll never actually look at the info anyway, and Windows
4722 ships DLL's with bogus file offsets for the line number data.
4723
4724 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
4725
4726 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
4727 an e500 executable.
4728
4729 2002-08-21 Michael Snyder <msnyder@redhat.com>
4730
4731 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
4732 (MSYMBOL_SIZE): Replace macro with function.
4733 (DEFAULT_MIPS_TYPE): Delete unused macro.
4734 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
4735 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
4736
4737 2002-08-21 Jim Blandy <jimb@redhat.com>
4738
4739 * valops.c (value_cast): Simplify and correct logic for doing a
4740 static cast from a pointer to a base class to a pointer to a
4741 derived class.
4742
4743 2002-08-21 Andrew Cagney <ac131313@redhat.com>
4744
4745 * infcmd.c (default_print_registers_info): Replace
4746 do_registers_info.
4747 (registers_info): Use gdbarch_print_registers_info instead of
4748 DO_REGISTERS_INFO.
4749 * inferior.h (default_print_registers_info): Replace
4750 do_registers_info.
4751 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
4752 (DO_REGISTERS_INFO): Change to a predicate function.
4753 * gdbarch.h, gdbarch.c: Regenerate.
4754
4755 2002-08-21 Keith Seitz <keiths@redhat.com>
4756
4757 * gdb-events.sh: Add target-changed event.
4758 * gdb-events.c: Regenerated.
4759 * gdb-events.c: Regenerated.
4760 * valops.c (value_assign): Add target-changed event notification
4761 to inlval_register, lval_memory, and lval_reg_frame_relative.
4762
4763 2002-08-21 Joel Brobecker <brobecker@gnat.com>
4764
4765 * NEWS: Add an entry regarding the improvement of the next/step
4766 operation on Alpha Tru64 multi-processor machines.
4767
4768 2002-08-21 Andrew Cagney <ac131313@redhat.com>
4769
4770 * Makefile.in: Update dependencies for mi/ cli/ and tui/
4771 directores.
4772 * Makefile.in: Update all _h macro definitions.
4773 * Makefile.in (install-gdbtk): Move to install section.
4774 (rdi-share/libangsd.a): Move to end of file.
4775
4776 2002-08-19 Andrew Cagney <ac131313@redhat.com>
4777
4778 * frame.c (frame_register_unwind): When a register, set addrp to
4779 the register's byte.
4780
4781 2002-08-20 Michael Snyder <msnyder@redhat.com>
4782
4783 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
4784 used locally, so move them from the target machine header to here.
4785 (mips_set_processor_type, mips_register_name, mips32_next_pc,
4786 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
4787 Make static.
4788 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
4789
4790 2002-08-20 Andrew Cagney <cagney@redhat.com>
4791
4792 * NEWS: Mention that the Apollo line was made obsolete.
4793 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
4794 m68*-hp-hpux* obsolete.
4795 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
4796 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
4797 * buildsym.c (make_blockvector): Make static.
4798 * buildsym.h (make_blockvector): Make extern declaration obsolete.
4799 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
4800 (ALLDEPFILES): Remove dstread.c.
4801 (dstread.o): Obsolete make rule.
4802 * dstread.c: Makefile obsolete.
4803 * dst.h: Ditto.
4804 * config/m68k/hp300hpux.mt: Ditto.
4805 * config/m68k/hp300hpux.mh: Ditto.
4806 * config/m68k/hp300bsd.mt: Ditto.
4807 * config/m68k/hp300bsd.mh: Ditto.
4808 * config/m68k/apollo68b.mt: Ditto.
4809 * config/m68k/apollo68v.mh: Ditto.
4810 * config/m68k/apollo68b.mh: Ditto.
4811
4812 2002-08-20 Michael Snyder <msnyder@redhat.com>
4813
4814 * mips-tdep.c (mips_in_return_stub): Make static.
4815 (mips_gdbarch_init): Set in_solib_return_trampoline.
4816 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
4817
4818 2002-08-20 Michael Snyder <msnyder@redhat.com>
4819
4820 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
4821 * gdbarch.c, gdbarch.h: Regenerate.
4822 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
4823 Add.
4824 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
4825
4826 2002-08-20 Michael Snyder <msnyder@redhat.com>
4827
4828 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
4829 (mips_gdbarch_init): Set skip_trampoline_code,
4830 in_solib_call_trampoline.
4831 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
4832 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
4833
4834 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
4835
4836 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
4837
4838 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
4839 vector type for ev registers.
4840 (e500_pseudo_register_read): New function.
4841 (e500_pseudo_register_write): New function.
4842 (e500_dwarf2_reg_to_regnum): New function.
4843 (PPC_UISA_NOFP_SPRS): New macro.
4844 (PPC_EV_REGS): New macro.
4845 (PPC_GPRS_PSEUDO_REGS): New macro.
4846 (registers_e500): New register set for e500.
4847 (variants): Add e500 variant.
4848 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
4849 before setting architectural dependent variations. Initialize ev
4850 registers numbers. Add case for e500 architecture. Set the
4851 number of pseudo registers.
4852
4853 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
4854
4855 * rs6000-tdep.c: Clean up comments.
4856
4857 2002-08-20 Andrew Cagney <cagney@redhat.com>
4858
4859 * h8300-tdep.c: Re-indent file.
4860
4861 2002-08-20 Jim Blandy <jimb@redhat.com>
4862
4863 * Makefile.in (LDFLAGS): Allow the configure script to establish a
4864 default for this.
4865
4866 2002-08-20 Keith Seitz <keiths@redhat.com>
4867
4868 * breakpoints.c (watch_command_1): Use internal breakpoint
4869 when setting a watchpoint_scope breakpoint.
4870
4871 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
4872
4873 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
4874 (build_builtin_type_vec64i): Ditto.
4875 (build_builtin_type_vec128): Ditto.
4876 (build_builtin_type_vec128i): Ditto.
4877
4878 2002-08-19 Michael Snyder <msnyder@redhat.com>
4879
4880 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
4881 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
4882 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
4883 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
4884 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
4885 CALL_DUMMY_ADDRESS): Delete.
4886 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
4887 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
4888 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
4889 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
4890 push_return_address.
4891 (mips_register_raw_size, mips_eabi_use_struct_convention,
4892 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
4893 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
4894 mips_init_extra_frame_info, mips_eabi_push_arguments,
4895 mips_n32n64_push_arguments, mips_push_return_address,
4896 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
4897 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
4898
4899 2002-08-19 Michael Snyder <msnyder@redhat.com>
4900
4901 * mips-tdep.c (mips_frame_num_args): New function.
4902 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
4903 frame_saved_pc, frame_args_address, frame_locals_address,
4904 frame_num_args, and frame_args_skip.
4905 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
4906 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
4907 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
4908 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
4909
4910 2002-08-20 Michael Snyder <msnyder@redhat.com>
4911
4912 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
4913 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
4914 * mips-tdep.c (mips_store_struct_return): New function.
4915 (mips_extract_struct_value_address): New function.
4916 (mips_gdbarch_init): Set store_struct_return and
4917 extract_struct_value_address.
4918
4919 2002-08-20 David Carlton <carlton@math.stanford.edu>
4920
4921 * dwarf2read.c (dwarf2_build_psymtabs): Check that
4922 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
4923 (read_file_scope): Check that line_header is nonzero before
4924 decoding macro information.
4925
4926 2002-08-20 Mark Kettenis <kettenis@gnu.org>
4927
4928 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
4929 flag the general-purpose registers as floating-point on targets
4930 that don't support the floating-point registers.
4931
4932 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
4933
4934 * rs6000-tdep.c (altivec_register_p): Delete.
4935 (rs6000_do_altivec_registers): Delete.
4936 (rs6000_altivec_registers_info): Delete.
4937 (rs6000_do_registers_info): Delete.
4938 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
4939 (rs6000_gdbarch_init): Remove setting of do_registers_info.
4940
4941 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
4942
4943 * infcmd.c (do_registers_info): Print vector registers in hex
4944 format only.
4945 (print_vector_info): Check that printing registers
4946 makes sense.
4947 (print_float_info): Ditto.
4948
4949 2002-08-20 Andrew Cagney <ac131313@redhat.com>
4950
4951 * mips-tdep.c (mips_gdbarch_init): Update.
4952 (mips_o32_extract_return_value): Rewrite.
4953 (mips_o32_store_return_value): Rewrite.
4954 (mips_o32_xfer_return_value): New function.
4955 (mips_xfer_register): Tweak debug print message. Allow for
4956 buf_offset when dumping the value transfered.
4957
4958 2002-08-20 Andrew Cagney <ac131313@redhat.com>
4959
4960 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
4961 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
4962 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
4963 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
4964 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
4965
4966 2002-08-14 Michael Snyder <msnyder@redhat.com>
4967
4968 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
4969
4970 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
4971
4972 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
4973 register.
4974 (P): New macro to define a register as a pseudo register.
4975 (R, R4, R8, R16, FR32, R64, R0): Updated.
4976 (struct variant): Add new fields for number of pseudo registers
4977 and number of total registers.
4978 (tot_num_registers): New macro replacing....
4979 (num_registers): ...deleted macro.
4980 (num_registers): New function.
4981 (num_pseudo_registers): New function.
4982 (variants): Update all variants to intialize new fields correctly.
4983 Postpone initialization of number of pseudo regs and real regs.
4984 (init_variants): New function.
4985 (rs6000_gdbarch_init): Initialize variants. Update calculation of
4986 registers offsets.
4987
4988 2002-08-19 David Carlton <carlton@math.stanford.edu>
4989
4990 * valops.c (search_struct_field): Change error message to treat
4991 return value of 0 from value_static_field as meaning that field is
4992 optimized out.
4993 (value_struct_elt_for_reference): Ditto.
4994 * values.c (value_static_field): Treat an unresolved location the
4995 same as a nonexistent symbol. Fix PR gdb/635.
4996 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
4997 enclosed. Fix PR gdb/574.
4998 * MAINTAINERS: Add self to Write After Approval list.
4999
5000 2002-08-19 Andrew Cagney <ac131313@redhat.com>
5001
5002 * mips-tdep.c (mips_xfer_register): New function.
5003 (mips_n32n64_extract_return_value): Rewrite.
5004 (mips_gdbarch_init): For N32 and N64, set extract_return_value
5005 instead of deprecated_extract_return_value.
5006
5007 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
5008
5009 * rs6000-tdep.c (TDEP): Delete macro.
5010 (branch_dest): Replace use of TDEP macro with its body.
5011 (rs6000_pop_frame): Ditto.
5012 (rs6000_push_arguments): Ditto.
5013 (rs6000_skip_trampoline_code): Ditto.
5014 (rs6000_frame_saved_pc): Ditto.
5015 (rs6000_frame_chain): Ditto.
5016 (rs6000_register_name): Ditto.
5017 (rs6000_register_byte): Ditto.
5018 (rs6000_register_raw_size): Ditto.
5019 (rs6000_register_virtual_type): Ditto.
5020 (rs6000_register_convertible): Ditto.
5021 (rs6000_convert_from_func_ptr_addr): Ditto.
5022
5023 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
5024
5025 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
5026 conditionally.
5027 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
5028 MIPS_LINUX_JB_ELEMENT_SIZE.
5029 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
5030 for MAX_REGISTER_RAW_SIZE arrays.
5031 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
5032 MIPS_LINUX_JB_ELEMENT_SIZE.
5033
5034 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
5035
5036 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
5037
5038 2002-08-19 Aidan Skinner <aidan@velvet.net>
5039
5040 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
5041 ada-valprint.c ada-tasks.c.
5042 (YYFILES): Add ada-exp.y.
5043 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
5044 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
5045 (ada-exp.tab.o): New target.
5046
5047 2002-08-18 Andrew Cagney <ac131313@redhat.com>
5048
5049 * regcache.c (regcache_xfer_part): New function.
5050 (regcache_raw_read_part): New function.
5051 (regcache_raw_write_part): New function.
5052 (regcache_cooked_read_part): New function.
5053 (regcache_cooked_write_part): New function.
5054 * regcache.h (regcache_raw_read_part): Declare.
5055 (regcache_raw_write_part): Declare.
5056 (regcache_cooked_read_part): Declare.
5057 (regcache_cooked_write_part): Declare.
5058
5059 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
5060
5061 * remote.c (remote_open_1): Add async_p.
5062 (remote_async_open_1): Delete.
5063 (open_remote_target): Delete.
5064 (remote_open, extended_remote_open): Update calls to remote_open_1.
5065 (remote_async_open, extended_remote_async_open): Call
5066 remote_open_1 instead of remote_async_open_1.
5067
5068 2002-08-19 Mark Kettenis <kettenis@gnu.org>
5069
5070 * blockframe.c: Fix a few coding standard violations.
5071
5072 2002-08-19 Mark Kettenis <kettenis@gnu.org>
5073
5074 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
5075 here from ...
5076 * config/i386/tm-i386sco5.h: ... here. File removed.
5077 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
5078
5079 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
5080 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
5081 (TM_FILE): Set to tm-i386.h.
5082 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
5083 * config/i386/tm-i386v.h: Remove file.
5084 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
5085 instead of "i386/tm-i386v.h".
5086 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
5087 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
5088 "i386/tm-i386v.h".
5089 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
5090 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
5091 "i386/tm-i386.h".
5092
5093 2002-08-18 Mark Kettenis <kettenis@gnu.org>
5094
5095 * config/i386/nm-i386v.h: Add protection against
5096 multiple-inclusion.
5097 (i386_register_u_addr): Remove prototype.
5098 (register_u_addr): New prototype.
5099 (REGISTER_U_ADDR): Redefine accordingly.
5100 * i386v-nat.c: Improve several comments.
5101 (i386_register_u_addr): Change signature and rename to
5102 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
5103 ubase variable.
5104
5105 2002-08-18 Andrew Cagney <ac131313@redhat.com>
5106
5107 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
5108 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
5109 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
5110 deprecated_extract_return_value.
5111 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
5112 rename mips_o32o64_push_arguments.
5113 (mips_gdbarch_init): Update.
5114 (mips_extract_return_value): Delete.
5115 (mips_o32_extract_return_value): Clone mips_extract_return_value.
5116 (mips_o64_extract_return_value): Clone mips_extract_return_value.
5117 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
5118 (mips_n32n64_extract_return_value): Clone
5119 mips_extract_return_value.
5120 (mips_store_return_value): Delete.
5121 (mips_o32_store_return_value): Clone mips_store_return_value.
5122 (mips_o64_store_return_value): Clone mips_store_return_value.
5123 (mips_eabi_store_return_value): Clone mips_store_return_value.
5124 (mips_n32n64_store_return_value): Clone mips_store_return_value.
5125
5126 2002-08-18 Aidan Skinner <aidan@velvet.net>
5127
5128 * ada-lang.c: Use gdb_string.h instead of <string.h>.
5129 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
5130
5131 2002-08-18 Aidan Skinner <aidan@velvet.net>
5132
5133 * ada-lang.c: Run through gdb_indent.sh.
5134 * ada-lang.h: Run through gdb_indent.sh.
5135 * ada-tasks.c: Run through gdb_indent.sh.
5136 * ada-typeprint.c: Run through gdb_indent.sh.
5137 * ada-valprint.c: Run through gdb_indent.sh.
5138
5139 2002-08-18 Andrew Cagney <ac131313@redhat.com>
5140
5141 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
5142 ABI.
5143
5144 2002-08-18 Mark Kettenis <kettenis@gnu.org>
5145
5146 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
5147
5148 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
5149 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
5150
5151 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
5152 write_register_gen instead of write_register_bytes.
5153
5154 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
5155 i[3456]-*-osf1mk* configurations have been made obsolete.
5156 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
5157 i[3456]86-*-osf1mk* hosts obsolete.
5158 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
5159 targets obsolete.
5160 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
5161 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
5162 config/i386/i386m3.mt, config/i386/nm-m3.h,
5163 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
5164 config/i386/i386mk.mh, config/i386/i386mk.mt,
5165 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
5166 obsolete.
5167 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
5168 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
5169 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
5170
5171 2002-08-18 Andrew Cagney <ac131313@redhat.com>
5172
5173 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
5174 (hppa_value_returned_from_stack): Declare.
5175 (hppa_extract_return_value): Declare.
5176 * config/pa/hppa.mt: New file.
5177 * configure.tgt: Recognize hppa*-*-*.
5178 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
5179
5180 2002-08-18 Mark Kettenis <kettenis@gnu.org>
5181
5182 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
5183 comment.
5184
5185 2002-08-17 Mark Kettenis <kettenis@gnu.org>
5186
5187 * top.c (gdb_rl_operate_and_get_next): Make sure
5188 operate-and-get-next functions correctly even when the history
5189 list is completely filled.
5190
5191 2002-08-18 Andrew Cagney <ac131313@redhat.com>
5192
5193 * MAINTAINERS (Target Instruction Set Architectures): Rename
5194 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
5195 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
5196 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
5197 already listed under Host/Native.
5198
5199 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
5200 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
5201 mips*-*-*.
5202
5203 2002-08-17 Andrew Cagney <ac131313@redhat.com>
5204
5205 * config/ia64/ia64.mt: New file.
5206 * config/alpha/alpha.mt: New file.
5207 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
5208 ia64-linux-gnu. Mention that ia64-elf is broken.
5209 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
5210
5211 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
5212
5213 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
5214 generic_func_frame_valid instead of func_frame_valid.
5215
5216 2002-08-16 Joel Brobecker <brobecker@gnat.com>
5217
5218 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
5219 procfs appears to be broken when debugging on multi-processor
5220 machines. So enable software single stepping in order to avoid
5221 using the procfs interface to do next/step operations, using
5222 internal breakpoints instead.
5223
5224 * infrun.c (handle_inferior_event): Readjust the stop_pc by
5225 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
5226 make this pc address equal to the value it would have if the
5227 system stepping capability was used. Also set a new flag used
5228 to ensure that we don't readjust the PC one more time later.
5229
5230 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
5231 address by DECR_PC_AFTER_BREAK when software single step is
5232 in use for this architecture, as this has already been taken
5233 care of in handle_inferior_event().
5234
5235 2002-08-16 Joel Brobecker <brobecker@gnat.com>
5236
5237 * infrun.c (handle_inferior_event): Minor reformatting, to make
5238 a rather long condition expression easier to read.
5239
5240 2002-08-16 Andrew Cagney <ac131313@redhat.com>
5241
5242 * Makefile.in (gdbtk.o): Move to end of file.
5243 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
5244 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
5245 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
5246 (gdbtk-wrapper.o, gdbres.o): Ditto.
5247
5248 2002-08-16 Andrew Cagney <ac131313@redhat.com>
5249
5250 * Makefile.in (copying.o): Separate out compile rule.
5251 (hpux-thread.o, procfs.o, signals.o): Ditto.
5252 (v850ice.o, z8k-tdep.o): Ditto.
5253 (tui-file.o): Move to TUI section.
5254 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
5255 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
5256
5257 2002-08-16 Joel Brobecker <brobecker@gnat.com>
5258
5259 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
5260 skip_trampoline_code, for better namespace-proofing.
5261
5262 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
5263
5264 2002-08-16 Joel Brobecker <brobecker@gnat.com>
5265
5266 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
5267
5268 2002-08-16 Joel Brobecker <brobecker@gnat.com>
5269
5270 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
5271 signal, check whether we hit a breakpoint before checking for a
5272 single step breakpoint. Otherwise, GDB fails to notice that a
5273 breakpoint has been hit when stepping onto a breakpoint.
5274
5275 2002-08-16 Keith Seitz <keiths@redhat.com>
5276
5277 * gdb-events.sh (clear_gdb_event_hooks): New function.
5278 * gdb-events.c: Regenerate.
5279 * gdb-events.h: Regenerate.
5280
5281 2002-08-16 Andrew Cagney <ac131313@redhat.com>
5282
5283 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
5284 not_a_sw_breakpoint.
5285 * breakpoint.h (bpstat_stop_status): Add parameter names.
5286
5287 2002-08-16 Grace Sainsbury <graces@redhat.com>
5288
5289 * remote.c (remote_insert_hw_breakpoint)
5290 (remote_remove_hw_breakpoint): Fix calculation of length field
5291 for Z-packet.
5292
5293 2002-08-15 Michael Snyder <msnyder@redhat.com>
5294
5295 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
5296 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
5297 (supply_fpregset): Ditto.
5298
5299 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
5300 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
5301 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
5302 (TARGET_READ_SP): Delete.
5303 (DO_REGISTERS_INFO): Delete.
5304 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
5305 Delete.
5306 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
5307 from macros to functions.
5308
5309 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
5310 (mips_register_convertible, mips_register_convert_to_virtual,
5311 mips_register_convert_to_raw): Make static.
5312 (mips_read_sp): New function.
5313 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
5314 (mips_do_registers_info): Make static.
5315 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
5316 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
5317 (mips_register_convert_from_type, mips_register_convert_to_type):
5318 New functions.
5319 (mips_gdbarch_init): Set up function_start_offset,
5320 register_virtual_size, pc_in_sigtramp.
5321
5322 2002-08-15 Andrew Cagney <ac131313@redhat.com>
5323
5324 * infcmd.c (vector_info): New function.
5325 (_initialize_infcmd): Add command "info vector".
5326 (print_vector_info): New function.
5327
5328 * gdbarch.sh (PRINT_VECTOR_INFO): New method
5329 * gdbarch.h, gdbarch.c: Regenerate.
5330
5331 2002-08-15 Andrew Cagney <ac131313@redhat.com>
5332
5333 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
5334 ``print_all''. Only print vector registers when ``print_all''.
5335
5336 2002-08-15 Andrew Cagney <ac131313@redhat.com>
5337
5338 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
5339 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
5340
5341 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
5342 Add `args' parameter.
5343 * gdbarch.h, gdbarch.c: Regenerate.
5344
5345 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
5346
5347 * infcmd.c (float_info): Call print_float_info.
5348 (print_float_info): New function. By default, print the
5349 floating-point registers.
5350
5351 * arch-utils.h (default_print_float_info): Delete declaration.
5352 * arch-utils.c (default_print_float_info): Delete function.
5353
5354 2002-08-16 Mark Kettenis <kettenis@gnu.org>
5355
5356 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
5357 out define.
5358
5359 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
5360 FRAME.
5361
5362 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
5363 * configure.host: Make i[3456]86-*-aix host obsolete.
5364 * configure.tgt: Make i[3456]86-*-aix target obsolete.
5365 * config/i386/i386aix.mh, config/i386/i386aix.mt,
5366 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
5367 config/i386/xm-i386aix.h: Make files obsolete.
5368 * i386aix-nat.c: Make file obsolete.
5369 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
5370 (i386aix-nat.o): Make target obsolete.
5371
5372 * config/i386/nm-gnu.h: Removed.
5373 * config/i386/nm-i386gnu.h: New file.
5374 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
5375 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
5376 Moved here from ...
5377 * config/i386/tm-i386gnu.h: ... here. Removed.
5378 * config/i386/xm-i386gnu.h: Removed.
5379 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
5380 (NAT_FILE): Set to nm-i386gnu.h.
5381 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
5382 * i386-tdep.c: New file.
5383 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
5384 (i386gnu-tdep.o): Specify dependencies.
5385
5386 2002-08-15 Mark Kettenis <kettenis@gnu.org>
5387
5388 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
5389 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
5390 Adjust a few comments to reflect reality a bit closer.
5391 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
5392 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
5393 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
5394 target_insert_watchpoint, target_remove_watchpoint):
5395 Move defines to ...
5396 * config/i386/nm-i386sco5.h: ... here.
5397 (kernel_u_size): Add prototype. Improve a few comments and add
5398 protection against multiple inclusion.
5399
5400 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
5401 out define.
5402
5403 * uw-thread.c (SP_ARG0): Define if not already defined.
5404 * config/i386/tm-i386.h (SO_ARG0): Remove define.
5405
5406 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
5407
5408 * config/i386/tm-i386.h: Don't include "regcache.h".
5409
5410 * i387-tdep.h (i387_print_float_info): New prototype.
5411 * i387-tdep.c (print_i387_value, print_i387_ext,
5412 print_i387_status_word, print_i387_control_word): Add `struct
5413 ui_file *' argument and use it for output.
5414 (i387_print_float_info): Renamed from i387_float_info. Add
5415 `struct gdbarch *' and `struct ui_file *' arguments and use the
5416 latter for output.
5417 * i386-tdep.c: Include "i387-tdep.h".
5418 (i386_gdbarch_init): Set print_float_info.
5419 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
5420 (FLOAT_INFO): Remove define.
5421
5422 2002-08-13 Michael Snyder <msnyder@redhat.com>
5423
5424 * mips-tdep.c (mips_push_arguments): Rename to
5425 mips_eabi_push_arguments, and tune for EABI.
5426 (MIPS_REGS_HAVE_HOME_P): Delete.
5427 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
5428 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
5429 Delete references to mips_regs_have_home_p.
5430
5431 2002-08-14 Keith Seitz <keiths@redhat.com>
5432
5433 * Makefile.in (install-gdbtk): Create insight plugin directory.
5434 Install plugins.tcl file.
5435
5436 2002-08-14 Keith Seitz <keiths@redhat.com>
5437
5438 * configure.in: Move SUBDIRS to near top of the file so that
5439 --enable options may add things to it.
5440 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
5441 * configure: Regenerate.
5442
5443 2002-08-13 Michael Snyder <msnyder@redhat.com>
5444
5445 * mips-tdep.c (mips_o32o64_push_arguments): New function,
5446 cloned from mips_push_arguments, tuned for o32/o64 ABI.
5447 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
5448
5449 2002-08-13 Andrew Cagney <ac131313@redhat.com>
5450
5451 * vax-tdep.c (vax_get_saved_register): Delete function.
5452 (vax_gdbarch_init): Update.
5453 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
5454 (ns32k_gdbarch_init): Update.
5455 * alpha-tdep.c (alpha_get_saved_register): Delete function.
5456 (alpha_gdbarch_init): Update.
5457
5458 2002-08-13 Andrew Cagney <cagney@redhat.com>
5459
5460 * regcache.c (init_regcache_descr): Overallocate the
5461 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
5462 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
5463 nr_raw_registers.
5464 (set_register_cached): Add range checking assertions. Use
5465 current_regcache.
5466
5467 2002-08-13 Mark Kettenis <kettenis@gnu.org>
5468
5469 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
5470 numbers for MMX registers.
5471
5472 2002-08-13 Andrew Cagney <cagney@redhat.com>
5473
5474 * i386-tdep.c (i386_gdbarch_init): Use
5475 generic_unwind_get_saved_register.
5476
5477 2002-08-13 Kevin Buettner <kevinb@redhat.com>
5478
5479 * procfs.c (procfs_can_use_hw_breakpoint): New function.
5480 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
5481 target vector.
5482 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
5483 Delete. Add comment regarding this now-deleted target method.
5484
5485 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5486
5487 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
5488 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
5489 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
5490 real PC and the page number (if it's within the memory bank window).
5491 (m68hc11_pseudo_register_write): Likewise when saving.
5492 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
5493 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
5494 (m68hc11_register_raw_size): And use 32-bit for it.
5495 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
5496 16K memory bank is used by the prog; also use the virtual pc.
5497
5498 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5499
5500 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
5501 (m68hc11_gdbarch_init): Install it in gdbarch.
5502 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
5503 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
5504 (MSYMBOL_SIZE): New for documentation.
5505 (insn_return_kind): Enum to specify how a function returns.
5506 (frame_extra_info): Cleanup and record the return mode.
5507 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
5508 register in address computation.
5509 (m68hc11_get_return_insn): New to obtain the return instruction used
5510 by the function.
5511 (m68hc11_frame_init_saved_regs): Take into account the return
5512 instruction used by the function for far and interrupt functions.
5513 (m68hc11_init_extra_frame_info): Take into account page register.
5514 (m68hc11_frame_args_address): Adjust according to the return mode.
5515 (show_regs): Print page register only when it's used.
5516
5517 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5518
5519 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
5520 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
5521 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
5522 registers.
5523 (m68hc11_register_raw_size): Likewise.
5524
5525 2002-08-13 Andrew Cagney <cagney@redhat.com>
5526
5527 * i386-tdep.c (i386_register_name): Handle mmx registers.
5528 (mmx_regnum_p): New function.
5529 (i386_mmx_names): New array.
5530 (mmx_num_regs): New variable.
5531 (i386_pseudo_register_read): New function.
5532 (i386_pseudo_register_write): New function.
5533 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
5534
5535 * regcache.c (regcache_raw_read_unsigned): New function.
5536 (regcache_raw_read_signed): New function.
5537 * regcache.h (regcache_raw_read_unsigned): Declare.
5538 (regcache_raw_read_signed): Declare.
5539
5540 2002-08-13 Andrew Cagney <cagney@redhat.com>
5541
5542 * regcache.c (regcache_raw_read_as_address): Delete function.
5543 (regcache_cooked_read_signed): New function.
5544 (regcache_cooked_read_unsigned): New function.
5545 * regcache.h (regcache_cooked_read_signed): Declare.
5546 (regcache_cooked_read_unsigned): Declare.
5547 (regcache_raw_read_as_address): Delete declaration.
5548
5549 * blockframe.c (generic_read_register_dummy): Use
5550 regcache_cooked_read_unsigned.
5551 * i386-tdep.c (i386_extract_struct_value_address): Use
5552 regcache_cooked_read_unsigned.
5553
5554 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5555
5556 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
5557 double sizes according to ELF ABI flags.
5558 (gdbarch_tdep): Record elf_flags.
5559
5560 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5561
5562 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
5563 (m6812_prolog): They can appear in 68HC12 function prologue.
5564 (m68hc11_frame_chain): Cleanup.
5565
5566 2002-08-12 Andrew Cagney <cagney@redhat.com>
5567
5568 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
5569 declarations.
5570 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
5571 (i386_linux_register_raw_size): Delete function.
5572 (i386_linux_init_abi): Update.
5573 * i386-tdep.c (i386_register_raw_size): Delete function.
5574 (i386_register_byte): Delete function.
5575 (i386_gdbarch_init): Update.
5576 (i386_register_size): Delete array.
5577 (i386_register_offset): Delete array.
5578
5579 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
5580 (REGISTER_RAW_SIZE): Delete macro.
5581 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
5582 (REGISTER_BYTE): Delete macro.
5583
5584 2002-08-11 Aidan Skinner <aidan@velvet.net>
5585
5586 * ada-lang.c (ada_lookup_partial_symbol)
5587 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
5588 prototype names so that grep ^func works properly.
5589
5590 * ada-lang.c (ada_array_element_type)
5591 (ada_lookup_partial_symbol): Fix typos in parameter list.
5592
5593 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
5594 Fix prototype names so that grep ^func works properly.
5595
5596 2002-08-10 Andrew Cagney <cagney@redhat.com>
5597 Elena Zannoni <ezannoni@redhat.com>
5598 Martin M. Hunt <hunt@redhat.com>
5599
5600 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
5601 (build_builtin_type_vec128i): Set the vector bit.
5602 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
5603 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
5604 (build_builtin_type_vec64): New function.
5605 (build_builtin_type_vec64i): New function.
5606 (build_gdbtypes): Initialize builtin_type_vec64 and
5607 builtin_type_vec64i.
5608
5609 2002-08-09 Andrew Cagney <cagney@redhat.com>
5610
5611 * regcache.c (regcache_dump): Compare the register offset
5612 with REGISTER_BYTE.
5613 * arch-utils.c (generic_register_byte): New function.
5614 * arch-utils.h (generic_register_byte): Declare.
5615 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
5616 * gdbarch.h, gdbarch.c: Regenerate.
5617
5618 2002-08-09 Andrew Cagney <cagney@redhat.com>
5619
5620 * regcache.c: Include "gdbcmd.h"
5621 (_initialize_regcache): Add commands "maintenance print
5622 registers", "maintenance print raw-registers" and "maintenance
5623 print cooked-registers".
5624 (enum regcache_dump_what): Define.
5625 (dump_endian_bytes): New function.
5626 (regcache_dump): New function.
5627 (regcache_print): New function.
5628 (maintenance_print_registers): New function.
5629 (maintenance_print_raw_registers): New function.
5630 (maintenance_print_cooked_registers): New function.
5631 * Makefile.in (regcache.o): Update dependencies.
5632
5633 2002-08-09 Michael Snyder <msnyder@redhat.com>
5634
5635 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
5636 (mips_push_arguments): Correct some comments. Use paddr_nz
5637 for printing addresses in debug output. Replace static
5638 allocation using MAX_REGISTER_RAW_SIZE with alloca.
5639 (mips_n32n64_push_arguments): New function, cloned from
5640 mips_push_arguments and tuned for the n32/n64 ABI.
5641 (mips_push_register): Buffer needs dynamic allocation.
5642 (mips_print_register): Ditto.
5643 (do_gp_register_row): Ditto.
5644 (mips_store_return_value): Ditto.
5645 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
5646
5647 2002-08-09 Don Howard <dhoward@redhat.com>
5648
5649 * memattr.c (mem_info_command): Print special case of upper bound
5650 as max CORE_ADDR + 1.
5651
5652 2002-08-08 Michael Snyder <msnyder@redhat.com>
5653
5654 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
5655 returns structs by ref if they're too big to fit in two registers.
5656
5657 2002-08-09 Kevin Buettner <kevinb@redhat.com>
5658
5659 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
5660 saved regs value.
5661 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
5662 mips_find_saved_regs().
5663 (mips_pop_frame): Likewise.
5664
5665 2002-08-09 Kevin Buettner <kevinb@redhat.com>
5666
5667 * blockframe.c (frame_saved_regs_register_unwind): Revise
5668 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
5669 frames are in use.
5670
5671 2002-08-09 Grace Sainsbury <graces@redhat.com>
5672
5673 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
5674 T-packets; the 'a' is not taken as a register number.
5675 (remote_check_watch_resources, remote_stopped_by_watchpoint)
5676 (remote_stopped_data_address): New functions; add to target
5677 vector.
5678 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
5679 prototypes to match other implementations of this
5680 function. replace integer argument with pointer -- the length
5681 field in the Z-packet is the length of what is pointed to or 1 if
5682 pointer is null. Add to target vector.
5683 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
5684 target vector.
5685
5686 From Mark Salter:
5687 * remote.c (remote_wait): Add support to extract optional
5688 watchpoint information from T-packet. Ignore unrecognized
5689 optional info in T-packet.
5690 (remote_async_wait): Ditto.
5691
5692 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
5693
5694 * cli/cli-dump.c: Change fopen modes to use binary open modes
5695 as defined in include/fopen-bin.h throughout.
5696
5697 2002-08-08 Michael Snyder <msnyder@redhat.com>
5698
5699 * mips-tdep.c: Minor whitespace and indentation clean-ups.
5700
5701 2002-08-08 Kevin Buettner <kevinb@redhat.com>
5702
5703 * doublest.c (store_floating): Avoid floatformat_from_doublest()
5704 assertion failure by returning early after a warning.
5705
5706 2002-08-08 Kevin Buettner <kevinb@redhat.com>
5707
5708 * mips-tdep.c (mips_find_saved_regs): Make static.
5709 (mips_frame_init_saved_regs): New function.
5710 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
5711 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
5712 (mips_find_saved_regs): Delete declaration.
5713
5714 2002-08-08 Grace Sainsbury <graces@redhat.com>
5715
5716 * remote.c (remote_wait, remote_async_wait): Change
5717 thread_num from int to ULONGEST.
5718 (unpack_varlen_hex): Change result parameter from
5719 int * to ULONGEST *.
5720
5721 2002-08-08 Andrew Cagney <ac131313@redhat.com>
5722
5723 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
5724 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
5725 powerpc*-*-*.
5726 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
5727
5728 2002-08-08 Andrew Cagney <cagney@redhat.com>
5729
5730 * gcore.c (override_derive_stack_segment): Delete variable.
5731 (preempt_derive_stack_segment): Delete function.
5732 (derive_stack_segment): Delete function.
5733 (default_derive_stack_segment): Renamed to derive_stack_segment.
5734 (override_derive_heap_segment): Delete variable.
5735 (preempt_derive_heap_segment): Delete function.
5736 (derive_heap_segment): Delete function.
5737 (default_derive_heap_segment): Rename to derive_heap_segment.
5738
5739 2002-08-06 Michael Snyder <msnyder@redhat.com>
5740
5741 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
5742 * mips-tdep.c (mips_EABI_use_struct_convention,
5743 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
5744 New functions. (mips_use_struct_convention): Delete.
5745 (mips_gdbarch_init): set use_gdbarch_convention.
5746
5747 2002-08-06 Michael Snyder <msnyder@redhat.com>
5748
5749 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
5750 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
5751 mips_o32_reg_struct_has_addr): New functions.
5752 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
5753
5754 2002-08-07 Andrew Cagney <ac131313@redhat.com>
5755
5756 * regcache.c (pseudo_register): Delete function.
5757 (fetch_register): Delete function.
5758 (store_register): Delete function.
5759 (regcache_raw_read, legacy_read_register_gen): Use
5760 target_fetch_registers instead of fetch_register.
5761 (legacy_write_register_gen, regcache_raw_write): Use
5762 target_store_register instead of store_register.
5763 (write_register_bytes): Ditto.
5764
5765 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
5766 (STORE_PSEUDO_REGISTER): Delete.
5767 * gdbarch.h, gdbarch.c: Regenerate.
5768
5769 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
5770
5771 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
5772 write dump file binary.
5773
5774 2002-08-05 Michael Snyder <msnyder@redhat.com>
5775
5776 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
5777 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
5778 (mips_gdbarch_init): Set N32 target to be mips64.
5779
5780 2002-08-06 Kevin Buettner <kevinb@redhat.com>
5781
5782 * frame.c (find_saved_register): Break out of loop once saved
5783 register address is found. Don't mention sparc in loop comment
5784 anymore.
5785
5786 2002-08-06 Kevin Buettner <kevinb@redhat.com>
5787
5788 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
5789 mips_default_saved_regsize to 8.
5790
5791 2002-08-06 Andrew Cagney <ac131313@redhat.com>
5792
5793 * gcore.c: Do not include <sys/procfs.h>.
5794 * Makefile.in (gcore.o): Update dependencies.
5795
5796 2002-08-06 Andrew Cagney <cagney@redhat.com>
5797
5798 * configure.tgt: Make arc-*-* obsolete.
5799 * NEWS: Mention that arc-*-* has been identifed as obsolete.
5800 * MAINTAINERS: Make arc-elf obsolete.
5801 * arc-tdep.c: Make file obsolete.
5802 * config/arc/arc.mt: Ditto.
5803 * config/arc/tm-arc.h: Ditto.
5804
5805 2002-08-05 Theodore A. Roth <troth@verinet.com>
5806
5807 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
5808
5809 2002-08-05 Andrew Cagney <ac131313@redhat.com>
5810
5811 * mcore-tdep.c (mcore_gdbarch_init): Use
5812 generic_unwind_get_saved_register instead of
5813 generic_get_saved_register.
5814 * v850-tdep.c (v850_gdbarch_init): Ditto.
5815 * frv-tdep.c (frv_gdbarch_init): Ditto.
5816 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5817 * s390-tdep.c (s390_gdbarch_init): Ditto.
5818 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5819 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
5820 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
5821
5822 2002-08-05 Joel Brobecker <brobecker@gnat.com>
5823
5824 * objfiles.h: Add missing #include "symfile.h"
5825
5826 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
5827
5828 2002-08-04 Andrew Cagney <ac131313@redhat.com>
5829
5830 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
5831 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
5832 of FIELD_BITSIZE.
5833
5834 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
5835
5836 * NEWS: Cleanup and nitpick.
5837
5838 2002-08-03 Andrew Cagney <ac131313@redhat.com>
5839
5840 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
5841
5842 2002-08-03 Andrew Cagney <ac131313@redhat.com>
5843
5844 * Makefile.in (gdbtk-bp.o): Update dependencies.
5845 (gdbtk-register.o): Ditto.
5846 (gdbtk-varobj.o): Ditto.
5847
5848 2002-08-03 Andrew Cagney <cagney@redhat.com>
5849
5850 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
5851 m68hc11_fetch_pseudo_register.
5852 (m68hc11_pseudo_register_write): Replace
5853 m68hc11_store_pseudo_register.
5854 (m68hc11_gdbarch_init): Update.
5855
5856 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
5857
5858 * gdbarch.sh: Include "gdb_string.h".
5859 * gdbarch.c: Regenerate.
5860
5861 * regcache.c: Include "gdb_string.h".
5862 * ax-general.c: Ditto.
5863 * varobj.c: Ditto.
5864 * std-regs.c: Ditto.
5865 * fbsd-proc.c: Ditto.
5866 * thread.c: Ditto.
5867
5868 * Makefile.in (regcache.o): Update dependencies.
5869 (thread.o, gdbarch.o): Ditto.
5870 (ax-general.o, gdbarch.o): Ditto.
5871 (varobj.o, std-regs.o): Ditto.
5872 (fbsd-proc.o): Specify dependencies.
5873
5874 2002-08-02 Andrew Cagney <cagney@redhat.com>
5875
5876 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
5877 regnum.
5878 (regcache_cooked_write): Ditto.
5879
5880 2002-08-02 Andrew Cagney <ac131313@redhat.com>
5881
5882 * regcache.c (regcache_cooked_read): New function.
5883 (regcache_cooked_write): New function.
5884 (read_register_gen): Rewrite using regcache_cooked_read.
5885 (write_register_gen): Rewrite using regcache_cooked_write.
5886
5887 * regcache.h (regcache_cooked_read, regcache_cooked_write):
5888 Declare.
5889
5890 2002-08-02 Andrew Cagney <cagney@redhat.com>
5891
5892 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
5893 Replace the architecture methods register_read and register_write.
5894 * gdbarch.h, gdbarch.c: Regenerate.
5895 * regcache.c (init_regcache_descr): Update.
5896 (read_register_gen): Update.
5897 (write_register_gen): Update.
5898 (supply_register): Update comment.
5899
5900 * sh-tdep.c (sh_gdbarch_init): Update.
5901 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
5902 `regcache' and `gdbarch' parameters. Make `buffer' a void
5903 pointer. Update code.
5904 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
5905 `regcache' and `gdbarch' parameters. Make `buffer' a constant
5906 void pointer. Update code.
5907 (sh64_register_write): Delete.
5908 (sh4_register_read): Delete.
5909 (sh64_register_read): Delete.
5910 (sh4_register_write): Delete.
5911 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
5912 void pointer, `to' parameter a void pointer.
5913 (sh_sh64_register_convert_to_raw): Ditto.
5914
5915 2002-08-01 Kevin Buettner <kevinb@redhat.com>
5916
5917 * mips-tdep.c (mips_register_virtual_type): Use architecture
5918 invariant return values.
5919
5920 2002-08-01 Andrew Cagney <cagney@redhat.com>
5921
5922 * linux-proc.c: Include "gdb_string.h".
5923 * Makefile.in (linux-proc.o): Update dependency list.
5924
5925 2002-08-01 Kevin Buettner <kevinb@redhat.com>
5926
5927 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
5928 comment.
5929
5930 2002-08-01 Grace Sainsbury <graces@redhat.com>
5931
5932 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
5933 to_insert_watchpoint, to_remove_watchpoint,
5934 to_stopped_by_watchpoint, to_stopped_data_address,
5935 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
5936 target vecctor. Define their corresponding macros so they call
5937 them.
5938
5939 * target.c: Add default and debug versions of for
5940 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
5941 to_insert_watchpoint, to_remove_watchpoint,
5942 to_stopped_by_watchpoint, to_stopped_data_address,
5943 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
5944
5945 2002-08-01 Kevin Buettner <kevinb@redhat.com>
5946
5947 * mips-tdep.c (mips_register_virtual_type): New function.
5948 (mips_gdbarch_init): Register mips_register_virtual_type()
5949 with gdbarch machinery.
5950 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
5951 this file instead of tm-bigmips.h.
5952 (MIPS_REGSIZE): Delete this macro.
5953 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
5954 multiarch version in mips-tdep.c will be found.
5955
5956 2002-08-01 Andrew Cagney <cagney@redhat.com>
5957
5958 * NEWS: Menion that CHILL has been made obsolete.
5959
5960 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
5961 * stabsread.c (read_range_type): Ditto.
5962 * gdbtypes.h: Ditto.
5963 * language.c (binop_type_check): Ditto.
5964 (binop_result_type): Ditto.
5965 (integral_type): Ditto.
5966 (character_type): Ditto.
5967 (string_type): Ditto.
5968 (boolean_type): Ditto.
5969 (structured_type): Ditto.
5970 (lang_bool_type): Ditto.
5971 (binop_type_check): Ditto.
5972 * language.h (_LANG_chill): Ditto.
5973 * dwarfread.c (set_cu_language): Ditto.
5974 * dwarfread.c (CHILL_PRODUCER): Ditto.
5975 * dwarfread.c (handle_producer): Ditto.
5976 * expression.h (enum exp_opcode): Ditto.
5977 * eval.c: Ditto for comments.
5978 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
5979 * expprint.c (print_subexp): Ditto.
5980 (print_subexp): Ditto.
5981 * valops.c (value_cast): Ditto.
5982 (search_struct_field): Ditto.
5983 * value.h (COERCE_VARYING_ARRAY): Ditto.
5984 * symfile.c (init_filename_language_table): Ditto.
5985 (add_psymbol_with_dem_name_to_list): Ditto.
5986 * valarith.c (value_binop): Ditto.
5987 (value_neg): Ditto.
5988 * valops.c (value_slice): Ditto.
5989 * symtab.h (union language_specific): Ditto.
5990 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
5991 (SYMBOL_DEMANGLED_NAME): Ditto.
5992 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
5993 * defs.h (enum language): Ditto.
5994 * symtab.c (got_symtab): Ditto.
5995 * utils.c (fprintf_symbol_filtered): Ditto.
5996
5997 * ch-typeprint.c: Make file obsolete.
5998 * ch-valprint.c: Make file obsolete.
5999 * ch-lang.h: Make file obsolete.
6000 * ch-exp.c: Make file obsolete.
6001 * ch-lang.c: Make file obsolete.
6002
6003 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
6004 CHILL_LIB.
6005 (TARGET_FLAGS_TO_PASS): Ditto.
6006 (CHILLFLAGS): Obsolete.
6007 (CHILL): Obsolete.
6008 (CHILL_FOR_TARGET): Obsolete.
6009 (CHILL_LIB): Obsolete.
6010 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
6011 ch-valprint.c.
6012 (HFILES_NO_SRCDIR): Remove ch-lang.h.
6013 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
6014 ch-lang.o.
6015 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
6016 targets.
6017
6018 2002-07-31 Joel Brobecker <brobecker@gnat.com>
6019
6020 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
6021 This does not change anything at the moment, but will be helpful
6022 later when full Ada support is integrated.
6023
6024 2002-07-31 Kevin Buettner <kevinb@redhat.com>
6025
6026 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
6027 help message.
6028
6029 2002-07-31 Kevin Buettner <kevinb@redhat.com>
6030
6031 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
6032 and save it in a local variable. Use variable in later test.
6033
6034 2002-07-31 Kevin Buettner <kevinb@redhat.com>
6035
6036 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
6037 test. (Thanks to Daniel Jacobowitz.)
6038
6039 2002-07-31 Kevin Buettner <kevinb@redhat.com>
6040
6041 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
6042 (mips_abi_strings): Add "n64".
6043 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
6044
6045 2002-07-31 Kevin Buettner <kevinb@redhat.com>
6046
6047 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
6048 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
6049
6050 2002-07-31 Kevin Buettner <kevinb@redhat.com>
6051
6052 * utils.c (host_pointer_to_address, address_to_host_pointer):
6053 Use gdb_assert() instead of explicit call to internal_error().
6054
6055 2002-07-30 Kevin Buettner <kevinb@redhat.com>
6056
6057 * Makefile.in (rs6000-nat.o): Update dependencies.
6058
6059 From Nicholas Duffek:
6060 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
6061 (aix-thread.o): New rule.
6062 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
6063 * config/powerpc/aix432.mh: New file.
6064
6065 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
6066
6067 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
6068 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
6069 (fetch_core_registers, ppc_linux_supply_gregset)
6070 (ppc_linux_supply_fpregset): New functions.
6071 (ppc_linux_regset_core_fns): New.
6072 (_initialize_ppc_linux_tdep): Call add_core_fns.
6073 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
6074 and ppc_linux_supply_gregset.
6075 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
6076 (supply_fpregset): Call ppc_linux_supply_fpregset.
6077 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
6078 corelow.o.
6079 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
6080
6081 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
6082
6083 * symtab.c (lookup_symbol): Demangle before lowercasing.
6084
6085 2002-07-30 Andrew Cagney <ac131313@redhat.com>
6086
6087 * symtab.h: Replace #include "gdb_obstack.h" with opaque
6088 declaration.
6089 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
6090 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
6091 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
6092 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
6093 "gdb_string.h".
6094 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
6095 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
6096 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
6097 (avr-tdep.o, mon960-rom.o): Ditto.
6098 (aout_stabs_gnu_h): Define.
6099 (symtab_h): Remove $(gdb_obstack_h).
6100
6101 2002-07-30 Jim Blandy <jimb@redhat.com>
6102
6103 Patch from David Carlton <carlton@math.stanford.edu>:
6104 * gdbinit.in: Move the `dir' commands that add GDB's own source
6105 directory to the search path to the end, so that the `gdb' source
6106 directory will be searched first.
6107
6108 2002-07-29 Andrew Cagney <ac131313@redhat.com>
6109
6110 * gdb_obstack.h: New file.
6111 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
6112 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
6113 * objfiles.h: Include "gdb_obstack.h".
6114 * Makefile.in (gdb_obstack_h): Define.
6115 (symtab_h): Add $(gdb_obstack_h).
6116 (objfiles_h): Add $(gdb_obstack_h).
6117
6118 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
6119 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
6120 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
6121 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
6122 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
6123 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
6124 * symfile.c, coffread.c, c-typeprint.c: Ditto.
6125 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
6126
6127 * Makefile.in (bcache.o): Update dependencies.
6128 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
6129 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
6130 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
6131 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
6132 (stabsread.o, symfile.o, symmisc.o): Ditto.
6133 (symtab.o, typeprint.o, macroexp.o): Ditto.
6134 (macrotab.o, mdebugread.o): Ditto.
6135 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
6136 (coff_ecoff_h, aout_aout64_h): Define.
6137 (aout_stabs_gnu_h, libaout_h): Define.
6138
6139 2002-07-29 Andrew Cagney <cagney@redhat.com>
6140
6141 * regcache.c (struct regcache_descr): Rename nr_registers to
6142 nr_cooked_registers. Revise comments describing the structure
6143 member fields.
6144 (init_regcache_descr): Update.
6145 (init_legacy_regcache_descr): Update.
6146 (read_register_gen, write_register_gen): When a cooked register in
6147 the raw register range, directly access the value from the raw
6148 register cache.
6149
6150 2002-07-29 Andrew Cagney <ac131313@redhat.com>
6151
6152 * z8k-tdep.c: Do not include "obstack.h".
6153 * h8300-tdep.c, h8500-tdep.c: Ditto.
6154 * m68hc11-tdep.c, sh-tdep.c: Ditto.
6155 * valprint.c, v850-tdep.c: Ditto.
6156 * d10v-tdep.c, mn10300-tdep.c: Ditto.
6157 * mn10200-tdep.c: Ditto.
6158
6159 * Makefile.in (z8k-tdep.o): Update dependencies.
6160 (m68hc11-tdep.o, valprint.o): Ditto.
6161 (v850-tdep.o, d10v-tdep.o): Ditto.
6162 (mn10300-tdep.o, sparc-tdep.o): Ditto.
6163 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
6164 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
6165 (sh_opc_h, gdb_sim_sh_h): Define.
6166 (elf_sh_h, elf_bfd_h): Define.
6167 (opcode_m68hc11_h): Define.
6168 (OPCODES_SRC, OPCODES_DIR): define.
6169 (OPCODES): Use $(OPCODES_DIR).
6170 (gdb_sim_d10v_h): Rename sim_d10v_h.
6171 (gdb_sim_arm_h): Rename sim_arm_h.
6172
6173 2002-07-26 Kevin Buettner <kevinb@redhat.com>
6174
6175 * utils.c (host_pointer_to_address, address_to_host_pointer):
6176 Change internal_error() message to indicate function responsible
6177 for the error.
6178
6179 2002-07-26 Kevin Buettner <kevinb@redhat.com>
6180
6181 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
6182 calls to local_hex_string_custom().
6183
6184 2002-07-26 Kevin Buettner <kevinb@redhat.com>
6185
6186 * irix5-nat.c: Move IRIX shared library support from here...
6187 * solib-irix.c: ...to here. Revised substantially to work with
6188 generic solib framework.
6189
6190 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
6191 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
6192 * mips-irix-tdep.c: New file.
6193
6194 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
6195 (mips-irix-tdep.o, solib-irix.o): New rules.
6196 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
6197 solib-irix.o.
6198 * config/mips/irix6.mt (TDEPFILES): Likewise.
6199 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
6200
6201 2002-07-26 Kevin Buettner <kevinb@redhat.com>
6202
6203 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
6204 disabled (via ``#if 0'') includes.
6205
6206 2002-07-26 Kevin Buettner <kevinb@redhat.com>
6207
6208 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
6209 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
6210 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
6211 Add support for the fpscr register.
6212 * rs6000-nat.c (regmap, fetch_inferior_registers)
6213 (store_inferior_registers, fetch_core_registers): Likewise.
6214
6215 2002-07-26 Kevin Buettner <kevinb@redhat.com>
6216
6217 * rs6000-nat.c (language.h): Include.
6218 (special_regs): Delete this array.
6219 (regmap): New function.
6220 (fetch_register, store_register): Use regmap() to map gdb
6221 register numbers to ptrace register numbers. Also, use
6222 outputs from regmap() to make decisions regarding type of
6223 ptrace() call to make. In particular, don't compare against
6224 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
6225 (fetch_inferior_registers, store_inferior_registers): Where
6226 possible, obtain register numbers from tdep struct. Don't
6227 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
6228 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
6229 (LAST_UISA_SP_REGNUM): Delete.
6230
6231 2002-07-25 Kevin Buettner <kevinb@redhat.com>
6232
6233 * rs6000-nat.c (ppc-tdep.h): Include.
6234 (fetch_registers, store_register, fetch_core_registers): Don't
6235 access registers[] directly. Instead, use supply_register() or
6236 regcache_collect() as appropriate.
6237 (find_toc_address): Format hex address with local_hex_string().
6238
6239 2002-07-25 Andrew Cagney <ac131313@redhat.com>
6240
6241 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
6242 bfd/elf32-frv.c.
6243
6244 2002-07-24 Tom Tromey <tromey@redhat.com>
6245
6246 * jv-exp.y: Marked all strings with _().
6247 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
6248 internal_error.
6249 (MethodInvocation, CastExpression, parse_number, yyerror,
6250 java_type_from_name, push_expression_name, yylex): Typo fixes.
6251
6252 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
6253
6254 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
6255 (tee_file_flush, tee_file_write, tee_file_fputs)
6256 (tee_file_isatty): New.
6257 * ui-file.h (tee_file_new): Add prototype.
6258
6259 2002-07-24 Aidan Skinner <aidan@velvet.net>
6260
6261 * ada-lang.c: Change k&r style function definitions to prototyped
6262 form.
6263 * ada-typeprint.c: Change k&r style function definitions to prototyped
6264 form.
6265 * ada-valprint.c: Change k&r style function definitions to prototyped
6266 form.
6267
6268 2002-07-24 Andrew Cagney <cagney@redhat.com>
6269
6270 * README: Remove reference to remote-bug.
6271 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
6272 remote-bug.c.
6273 (m88k-nat.o): Delete rule.
6274 (m88k-tdep.o): Delete rule.
6275 (remote-bug.o): Delete rule.
6276 * MAINTAINERS: Mark as obsolete.
6277 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
6278 * m88k-tdep.c: Make file obsolete.
6279 * config/m88k/m88k.mh: Ditto.
6280 * config/m88k/delta88v4.mh: Ditto.
6281 * config/m88k/delta88v4.mt: Ditto.
6282 * config/m88k/delta88.mt: Ditto.
6283 * config/m88k/delta88.mh: Ditto.
6284 * remote-bug.c: Ditto.
6285 * config/m88k/tm-delta88.h: Ditto.
6286 * config/m88k/nm-delta88v4.h: Ditto.
6287 * config/m88k/xm-delta88.h: Ditto.
6288 * config/m88k/xm-dgux.h: Ditto.
6289 * config/m88k/tm-m88k.h: Ditto.
6290 * config/m88k/nm-m88k.h: Ditto.
6291 * config/m88k/tm-delta88v4.h: Ditto.
6292 * m88k-nat.c: Ditto.
6293 * cxux-nat.c: Ditto.
6294 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
6295 and m88*-*-* obsolete.
6296 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
6297 m88*-*-* obsolete.
6298
6299 2002-07-24 Andrew Cagney <cagney@redhat.com>
6300
6301 * findvar.c (extract_unsigned_integer): Make `addr' parameter
6302 constant. Same for local pointer variables.
6303 (extract_signed_integer): Ditto.
6304 * defs.h (extract_unsigned_integer): Update.
6305 (extract_signed_integer): Update.
6306
6307 2002-07-24 Andrew Cagney <cagney@redhat.com>
6308
6309 * regcache.c (regcache_raw_write): Change buf parameter to a
6310 constant void pointer.
6311 (regcache_raw_read): Change buf parameter to a void pointer.
6312 (legacy_write_register_gen): Change myaddr parameter a constant
6313 void pointer.
6314 (supply_register): Change val parameter to a const void pointer.
6315 * regcache.h (regcache_raw_write): Update declaration.
6316 (regcache_raw_read): Update declaration.
6317 (supply_register): Update declaration.
6318
6319 2002-07-24 Tom Tromey <tromey@redhat.com>
6320
6321 * defs.h (gdb_readline_wrapper): Declare.
6322 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
6323 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
6324 * top.c (gdb_readline_wrapper): New function.
6325 (command_line_input): Use it.
6326
6327 2002-07-24 Andrew Cagney <cagney@redhat.com>
6328
6329 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
6330 regcache_read and regcache_write.
6331 (regcache_raw_read_as_address): Replace regcache_read_as_address.
6332 * regcache.c: Update.
6333 * sh-tdep.c (sh64_push_arguments): Update comment.
6334 (sh_pseudo_register_read): Update.
6335 (sh_pseudo_register_write): Update.
6336 (sh4_register_read): Update.
6337 (sh4_register_write): Update.
6338 (sh64_pseudo_register_read): Update.
6339 (sh64_pseudo_register_write): Update.
6340 (sh64_register_read): Update.
6341 (sh64_register_write): Update.
6342 * i386-tdep.c (i386_extract_return_value): Update.
6343 (i386_extract_struct_value_address): Update.
6344 (i386_extract_return_value): Update.
6345 * blockframe.c (generic_read_register_dummy): Update.
6346 (generic_call_dummy_register_unwind): Update
6347 * infrun.c (write_inferior_status_register): Update.
6348
6349 2002-07-23 Jim Blandy <jimb@redhat.com>
6350
6351 * parser-defs.h (expression_context_pc): Make this extern.
6352 (Thanks to Michael Snyder.)
6353
6354 2002-07-23 Andrew Cagney <ac131313@redhat.com>
6355
6356 GDB 5.2.1 released from 5.2 branch.
6357 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
6358 * README: Update to mention 5.2.1.
6359
6360 2002-07-23 Mark Salter <msalter@redhat.com>
6361
6362 * remote.c (remote_read_bytes): Fix check for error.
6363
6364 2002-07-22 Kevin Buettner <kevinb@redhat.com>
6365
6366 * aix-thread.c (language.h): Include.
6367 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
6368 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
6369 Print newlines at end of debug messages.
6370 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
6371 (pdc_write_data): Use local_hex_string() instead of %llx formats.
6372
6373 2002-07-22 Kevin Buettner <kevinb@redhat.com>
6374
6375 * aix-thread.c (ppc-tdep.h): Include.
6376 (special_register_p): New function.
6377 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
6378 (store_regs_user_thread): Use register number information from
6379 gdbarch_tdep struct instead of hardcoded offsets relative to
6380 FIRST_UISA_SP_REGNUM.
6381 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
6382 special_register_p() instead of using FPLAST_REGNUM and
6383 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
6384 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
6385 will be MQ's register number.
6386
6387 2002-07-22 Michael Snyder <msnyder@redhat.com>
6388
6389 * aix-thread.c (ops): Rename to aix_thread_ops.
6390 (base_ops): Rename to base_target.
6391 (ops_attach): Rename to aix_thread_attach.
6392 (ops_detach): Rename to aix_thread_detach.
6393 (ops_resume): Rename to aix_thread_detach.
6394 (ops_wait): Rename to aix_thread_wait.
6395 (ops_kill): Rename to aix_thread_kill.
6396 (init_ops): Rename to init_aix_thread_ops.
6397 (ops_fetch_register): Rename to aix_thread_fetch_register.
6398 (ops_store_register): Rename to aix_thread_store_register.
6399 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
6400 (ops_thread_alive): Rename to aix_thread_thread_alive.
6401 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
6402 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
6403 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
6404 (fetch_regs_lib): Rename to fetch_regs_user_thread.
6405 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
6406 (store_regs_lib): Rename to store_regs_user_thread.
6407 (store_regs_kern): Rename to store_regs_kernel_thread.
6408
6409 2002-07-22 Michael Snyder <msnyder@redhat.com>
6410
6411 * aix-thread.c (ops_prepare_to_store): Eliminate.
6412 (init_ops): Don't initialize ops.prepare_to_store.
6413 (store_regs_kern): Pre-fetch register buffers from child,
6414 because some registers may not be in the cache. Copy
6415 regs from register cache only if they are cached.
6416 (store_regs_lib): Copy regs from register cache only
6417 if they are cached.
6418 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
6419 fill_gprs64): Ditto.
6420
6421 2002-07-22 Kevin Buettner <kevinb@redhat.com>
6422
6423 * aix-thread.c (gdb_assert.h): Include.
6424 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
6425 register sizes (from register cache) match size of buffer holding
6426 register data.
6427 (fill_sprs32): Change parameter types to match those in the ptrace()
6428 buffer.
6429 (store_regs_lib): Likewise, but for 32-bit temporary variables.
6430 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
6431
6432 2002-07-22 Michael Snyder <msnyder@redhat.com>
6433
6434 * aix-thread.c (supply_sprs64): Cosmetic change.
6435 (supply_sprs32): Cosmetic change.
6436 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
6437 (fill_sprs64): Use regcache_collect instead of read_register.
6438 (store_regs_lib): Use regcache_collect instead of
6439 read_register. Use fill_sprs32 instead of fill_sprs64,
6440 if debugging a 32-bit architecture.
6441 (store_regs_kern): Use fill_gprs64 etc. to pull the values
6442 out of the register cache, instead of passing a pointer into
6443 the register cache directly to ptrace. Use regcache_collect
6444 insteaad of read_register.
6445 (ops_prepare_to_store): Use target_read_registers instead
6446 of read_register_bytes.
6447
6448 2002-07-20 Aidan Skinner <aidan@velvet.net>
6449
6450 * MAINTAINERS: Add self under write after approval.
6451
6452 2002-07-20 Aidan Skinner <aidan@velvet.net>
6453
6454 * ada-tasks.c: Change k&r style function definitions to prototyped
6455 form.
6456
6457 2002-07-19 Andrew Cagney <ac131313@redhat.com>
6458
6459 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
6460 * x86-64-tdep.c: Include "objfiles.h".
6461 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
6462 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
6463
6464 2002-07-17 Michal Ludvig <michal@suse.cz>
6465
6466 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
6467 (update_context): Initialise cfa variable.
6468
6469 2002-07-17 Michael Snyder <msnyder@redhat.com>
6470
6471 * aix-thread.c: Shorten some long lines.
6472 Bring comments into line with code spec.
6473
6474 2002-07-18 Joel Brobecker <brobecker@gnat.com>
6475
6476 * infrun.c: Re-indent using gdb_indent.sh.
6477
6478 2002-07-18 Joel Brobecker <brobecker@gnat.com>
6479
6480 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
6481 Leave the indentation temporarily untouched, to minimize the diffs.
6482
6483 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
6484
6485 * stabsread.c: Make os9k sections of the code obsolete,
6486 for real this time.
6487 * stabsread.h: Make os9k sections of the code obsolete.
6488
6489 2002-07-18 Michal Ludvig <mludvig@suse.cz>
6490
6491 * linux-low.c (regsets_store_inferior_registers): Add free()
6492 at the end of a loop to prevent memory leak.
6493 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
6494 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
6495 * config/sparc/tm-sp64linux.h: Make the rest of #endif
6496 line a comment.
6497 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
6498
6499 2002-07-17 Jim Blandy <jimb@redhat.com>
6500
6501 * macrocmd.c (info_macro_command): Remove newline from error
6502 message.
6503
6504 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
6505
6506 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
6507 (sh_gdbarch_init): Use it for sh-dsp.
6508
6509 2002-07-16 Kevin Buettner <kevinb@redhat.com>
6510
6511 * dwarf2read.c (read_initial_length): Handle older, non-standard,
6512 64-bit DWARF2 format.
6513
6514 2002-07-16 Joel Brobecker <brobecker@gnat.com>
6515
6516 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
6517 <sys/proc.h> when not available.
6518
6519 2002-07-16 Andrew Cagney <ac131313@redhat.com>
6520
6521 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
6522 * stabsread.c: Make os9k sections of the code obsolete.
6523 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
6524 * config/i386/i386os9k.mt: Make file obsolete.
6525 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
6526 (COMMON_OBS): Remove os9kread.o
6527 (SFILES): Remove os9kread.c.
6528 (os9kread.o, remote-os9k.o): Make target obsolete.
6529 * remote-os9k.c: Make file obsolete.
6530 * os9kread.c: Make file obsolete.
6531 * Makefile.in
6532
6533 2002-07-16 Andrew Cagney <ac131313@redhat.com>
6534
6535 * NEWS: Mention that the FR30 has been made obsolete.
6536 * fr30-tdep.c: Make file obsolete.
6537 * config/fr30/tm-fr30.h: Ditto.
6538 * config/fr30/fr30.mt: Ditto.
6539 * configure.tgt: Make fr30-*-elf obsolete.
6540 * MAINTAINERS: Make fr30-elf obsolete.
6541
6542 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
6543
6544 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
6545 found is not inside a section.
6546
6547 2002-07-15 Kevin Buettner <kevinb@redhat.com>
6548
6549 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
6550 strerror().
6551 (pdc_realloc): Use xrealloc() instead of realloc().
6552
6553 2002-07-15 Kevin Buettner <kevinb@redhat.com>
6554
6555 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
6556 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
6557 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
6558 macros.
6559
6560 2002-07-15 Kevin Buettner <kevinb@redhat.com>
6561
6562 * aix-thread.c (ptrace_check): Eliminate goto.
6563 (sync_threadlists): Eliminate gotos. Also, fix array overrun
6564 problem.
6565
6566 2002-07-15 Kevin Buettner <kevinb@redhat.com>
6567
6568 * aix-thread.c (gdbcmd.h): Include.
6569 (DEBUG, DBG, DBG2, dbg): Eliminate.
6570 (debug_aix_thread): New static global.
6571 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
6572 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
6573 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
6574 invocations to DBG and DBG2 macros to test against
6575 ``debug_aix_thread'' and call fprintf_unfiltered().
6576 (_initialize_aix_thread): Add new command "set debug aix-thread".
6577
6578 2002-07-15 Andrew Cagney <ac131313@redhat.com>
6579
6580 From Gerhard Tonn <TON@de.ibm.com>:
6581 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
6582 instead of supply_register.
6583
6584 2002-07-15 Andrew Cagney <ac131313@redhat.com>
6585
6586 * dwarf2cfi.c: Include "gdb_assert.h".
6587 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
6588 non-NULL.
6589 (update_context): Do not use __func__. Add missing ``break''.
6590 (update_context): Do not use __func__.
6591
6592 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
6593
6594 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
6595 and its setting. Set gdbarch instruction printing functions
6596 directly. For non-rs6000 case use new function
6597 gdb_print_insn_powerpc.
6598 (gdb_print_insn_powerpc): New function.
6599
6600 2002-07-13 Andrew Cagney <ac131313@redhat.com>
6601
6602 * NEWS: Mention that the d30v has been marked obsolete.
6603 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
6604 * configure.tgt: Mark d30v-*-* as obsolete.
6605 * d30v-tdep.c: Mark file as obsolete.
6606 * config/d30v/d30v.mt: Ditto.
6607 * config/d30v/tm-d30v.h: Ditto.
6608
6609 2002-07-13 Aidan Skinner <aidan@velvet.net>
6610
6611 * ada-tasks.c (add_task_entry): replace calls to
6612 malloc() with xmalloc
6613 * ada-tasks.c (init_task_list): replace calls to free with xfree()
6614
6615 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
6616 ada_finish_decode_line_1, all_sals_for_line
6617 ada_breakpoint_rewrite): replace calls to free() with xfree()
6618
6619 2002-07-12 Kevin Buettner <kevinb@redhat.com>
6620
6621 From Nicholas Duffek (with minor changes by Martin Hunt,
6622 Louis Hamilton, and Kevin Buettner):
6623 * aix-thread.c: New file.
6624
6625 2002-07-12 Petr Sorfa <petrs@caldera.com>
6626
6627 * dwarf2read.c (dwarf2_invalid_attrib_class): New
6628 complaint for invalid attribute class or form.
6629 (read_func_scope): DW_AT_frame_base
6630 better handling of DW_AT_block*.
6631 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
6632 better handling of DW_AT_block*.
6633 (read_common_block): DW_AT_location
6634 better handling of DW_AT_block*.
6635 (read_partial_die): DW_AT_location better handling
6636 of DW_AT_block*.
6637 (new_symbol): DW_AT_external better handling of
6638 DW_AT_block*. Proper initialization of variable
6639 "addr".
6640 (attr_form_is_block): New function that returns true
6641 if the attribute's form is of DW_FORM_block*.
6642
6643 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
6644
6645 * valops.c (find_method_list): Remove comment about
6646 removed STATIC_MEMFUNCP argument.
6647 (value_find_oload_method_list): Likewise.
6648
6649 2002-07-12 Kevin Buettner <kevinb@redhat.com>
6650
6651 From Nicholas Duffek:
6652 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
6653 target_new_objfile_hook.
6654
6655 2002-07-12 Kevin Buettner <kevinb@redhat.com>
6656
6657 From Nicholas Duffek:
6658 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
6659 csect.
6660
6661 2002-07-12 Andrew Cagney <cagney@redhat.com>
6662
6663 * MAINTAINERS: Mention --enable-sim-build-warnings.
6664 (m68hc11-elf): Disable sim build warnings.
6665 (m32r-elf): Mark as broken obsolete candidate.
6666 (x86_64-linux-gnu): Mark as buildable with -Werror.
6667 (arm-elf): Change -w to ``,'' which enables warnings but not
6668 -Werror.
6669
6670 2002-07-12 Andrew Cagney <ac131313@redhat.com>
6671
6672 * bcache.h: Update copyright.
6673 (struct bstring, struct bcache): Move definition to "bcache.c".
6674 Replaced by opaque declaration.
6675 (bcache_xfree): Replace free_bcache.
6676 (bcache_xmalloc, bcache_memory_used): Declare.
6677
6678 * bcache.c: Update copyright.
6679 (struct bstring, struct bcache): Moved to here from "bcache.h".
6680 Update comments.
6681 (bcache_xmalloc, bcache_memory_used): New functions.
6682 (bcache_xfree): Replace function free_bcache.
6683
6684 * Makefile.in (objfiles.o): Add $(bcache_h).
6685 (objfiles_h): Remove $(bcache_h).
6686 (symfile.o): Add $(bcache_h).
6687
6688 * symmisc.c: Update copyright.
6689 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
6690 (print_objfile_statistics): Use bcache_memory_used.
6691
6692 * symfile.c: Include "bcache.h".
6693 (reread_symbols): Use bcache_xfree.
6694 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
6695 (add_psymbol_to_list): Pass psymbol_cache by value.
6696 (add_psymbol_with_dem_name_to_list): Ditto.
6697
6698 * objfiles.h: Update copyright.
6699 (struct bcache): Declare opaque. Do not include "bcache.h".
6700 (struct objfile): Change psymbol_cache and macro_cache to ``struct
6701 bcache'' pointers.
6702 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
6703
6704 * objfiles.c: Include "bcache.h". Update copyright.
6705 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
6706 macro_cache.
6707 (free_objfile): Use bcache_xfree.
6708
6709 2002-07-11 Grace Sainsbury <graces@redhat.com>
6710
6711 * monitor.c (monitor_fetch_register): Make name a constant.
6712 (monitor_store_register): Same.
6713
6714 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
6715
6716 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
6717 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
6718 (finish_block) For non-function blocks, hash the symbol table. For
6719 function blocks, mark the symbol table as unhashed.
6720 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
6721 (msymbol_hash_iw): Likewise.
6722 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
6723 value.
6724 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
6725 (lookup_minimal_symbol): Likewise for both.
6726 * symtab.h (struct block): Add `hashtable' flag. Comment the
6727 hashtable.
6728 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
6729 (ALL_BLOCK_SYMBOLS): Update.
6730 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
6731 (struct symbol): Add `hash_next' pointer.
6732 * symtab.c (lookup_block_symbol): Search using the hash table when
6733 possible.
6734 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
6735 (search_symbols, find_addr_symbol): Likewise.
6736
6737 * dstread.c (process_dst_block): Clear hashtable bit for new block.
6738 (read_dst_symtab): Likewise.
6739 * jv-lang.c (get_java_class_symtab): Likewise.
6740 * mdebugread.c: Include "gdb_assert.h".
6741 (shrink_block): Assert that the block being modified is not hashed.
6742 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
6743 * symmisc.c (free_symtab_block): Walk the hash table when freeing
6744 symbols.
6745 (dump_symtab): Recognize hashed blocks.
6746 * printcmd.c (print_frame_args): Assert that function blocks do not
6747 have hashed symbol tables.
6748 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
6749 (fill_in_ada_prototype, debug_print_block): Likewise.
6750 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
6751
6752 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
6753
6754 * stack.c (print_frame): Use result of frame_address_in_block()
6755 instead of fi->pc when evaluating symbols.
6756 (backtrace_command_1): Ditto.
6757
6758 2002-07-11 Andrew Cagney <cagney@redhat.com>
6759
6760 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
6761 Make static.
6762
6763 * arm-tdep.c (arm_register_name): Make return type constant.
6764
6765 2002-07-10 Andrew Cagney <ac131313@redhat.com>
6766
6767 * win32-nat.c (has_detach_ability): Convert to strict ISO C
6768 prototype.
6769 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
6770 * s390-tdep.c (s390_fp_regnum): Ditto.
6771 (s390_read_fp): Ditto.
6772 (s390_pop_frame): Ditto.
6773 (_initialize_s390_tdep): Ditto.
6774 * remote.c (get_remote_state): Ditto.
6775 * procfs.c (mappingflags): Ditto.
6776 * memattr.c (_initialize_mem): Ditto.
6777 * mcore-tdep.c (mcore_pop_frame): Ditto.
6778 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
6779 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
6780 * language.c (set_case_str): Ditto.
6781 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
6782 * frv-tdep.c (new_variant): Ditto.
6783 (frv_stopped_data_address): Ditto.
6784 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
6785 (context_alloc): Ditto.
6786 (frame_state_alloc): Ditto.
6787 (unwind_tmp_obstack_init): Ditto.
6788 (unwind_tmp_obstack_free): Ditto.
6789 (cfi_read_fp): Ditto.
6790 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
6791 (cris_pop_frame): Ditto.
6792 * c-lang.c (scanning_macro_expansion): Ditto.
6793 (finished_macro_expansion): Ditto.
6794 (c_preprocess_and_parse): Ditto.
6795 * gdbarch.sh: Ditto.
6796 * gdbarch.h, gdbarch.c: Regenerate.
6797 * config/mn10200/tm-mn10200.h: Adjust indentation.
6798 * target.c: Adjust indentation.
6799 * symtab.h: Adjust indentation.
6800 * stabsread.h: Adjust indentation.
6801 * remote-es.c: Adjust indentation.
6802 * os9kread.c: Adjust indentation.
6803
6804 2002-07-10 Andrew Cagney <ac131313@redhat.com>
6805
6806 * wince.c (_initialize_wince): Rename _initialize_inftarg.
6807 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
6808
6809 2002-07-10 Grace Sainsbury <graces@redhat.com>
6810
6811 * NEWS: Mention m68k, mcore multi-arching.
6812 * MAINTAINERS: Change status of m68k, mcore to reflect
6813 multi-arching.
6814
6815 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
6816
6817 * valops.c (find_overload_match): Free oload_syms.
6818
6819 2002-07-09 Joel Brobecker <brobecker@gnat.com>
6820
6821 Define HAVE_SYS_PROC_H if sys/proc.h exists
6822 * configure.in: Add check for sys/proc.h
6823 * config.in: Regenerate.
6824 * configure: Regenerate.
6825
6826 2002-07-09 Grace Sainsbury <graces@redhat.com>
6827
6828 * config/m68k/tm-m68k.h: Remove macros wrapped in
6829 #if !GDB_MULTI_ARCH.
6830
6831 2002-07-08 Andrew Cagney <ac131313@redhat.com>
6832
6833 * config.in, configure: Regenerate.
6834
6835 2002-07-08 Mark Kettenis <kettenis@gnu.org>
6836
6837 * dwarf2cfi.c: Include "gcore.h".
6838 (execute_stack_op): Fix implementation of the
6839 DW_OP_deref and DW_OP_deref_size operators by letting do their
6840 lookup in the target.
6841
6842 2002-07-07 Mark Kettenis <kettenis@gnu.org>
6843
6844 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
6845 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
6846 tdep->sc_sp_offset.
6847
6848 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
6849
6850 Fix PR gdb/595, gdb/602
6851 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
6852 Don't call value_cast, just read the vtable pointer; update comments
6853 to match.
6854
6855 2002-07-05 Grace Sainsbury <graces@redhat.com>
6856
6857 * config/mcore/tm-mcore.h: Remove file.
6858 * config/mcore/mcore.mt: Remove definition of TM_FILE
6859 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
6860
6861 2002-07-05 Mark Kettenis <kettenis@gnu.org>
6862
6863 * i386bsd-tdep.c: Include "gdb_string.h".
6864
6865 2002-07-04 Grace Sainsbury <graces@redhat.com>
6866
6867 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
6868 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
6869 mcore-tdep.
6870 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
6871 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
6872 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
6873 (RETVAL_REGNUM): Move macros from tm-mcore.h
6874 (mcore_reg_struct_has_addr): New function.
6875 (mcore_gdbarch_init): Added initializations for the macros removed
6876 from tm-mcore.h.
6877
6878 2002-07-04 Mark Kettenis <kettenis@gnu.org>
6879
6880 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
6881 traditonal string branding within the ELF header.
6882
6883 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
6884
6885 * symtab.c (remove_params): New function.
6886 (make_symbol_overload_list): Use it instead of cplus_demangle.
6887 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
6888
6889 2002-07-04 Mark Kettenis <kettenis@gnu.org>
6890
6891 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
6892
6893 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
6894 New variables.
6895 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
6896 and tdep->sigtramp_end.
6897 * i386obsd-nat.c: New file.
6898 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
6899
6900 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
6901 Don't call get_current_frame().
6902
6903 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
6904
6905 * i386-nat.c (child_post_startup_inferior): New function
6906 calling i386_cleanup_dregs if
6907 I386_USE_GENERIC_WATCHPOINTS is defined.
6908 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
6909 conditional to acknowledge that i386-nat.c has its
6910 own child_post_startup_inferior function.
6911
6912 2002-07-04 Mark Kettenis <kettenis@gnu.org>
6913
6914 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
6915 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
6916 instead of MAX_REGISTER_RAW_SIZE.
6917 (i386_extract_return_value, i386_extract_struct_value_address):
6918 Convert to use regcache.
6919 (i386_gdbarch_init): Set max_register_raw_size and
6920 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
6921 Set extract_return_value and extract_struct_value_address instead
6922 of their deprecated variants.
6923
6924 Convert i386 target to generic dummy frames.
6925 * i386-tdep.c: Include "symfile.h".
6926 (i386_frameless_signal_p): Consider a function to be frameless if
6927 the pc points at the first instruction of the function.
6928 (i386_frame_chain): Handle (generic) call dummies.
6929 (i386_frame_saved_pc): Likewise.
6930 (i386_frame_init_saved_regs): Remove code dealing with call
6931 dummies on the stack.
6932 (i386_push_dummy_frame): Removed.
6933 (i386_call_dummy_words): Removed.
6934 (i386_fix_call_dummy): Removed.
6935 (i386_push_return_address): New function.
6936 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
6937 parameter, and don't call get_current_frame.
6938 (i386_pop_frame): New function.
6939 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
6940 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
6941 entry_point_address, set call_dummy_breakpoint_offset to 0, set
6942 call_dummy_length to 0, set call_dummy_words to NULL, set
6943 sizeof_call_dummy_words to 0, set fix_call_dummy to
6944 generic_fix_call_dummy, set pc_in_call_dummy to
6945 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
6946 generic_push_dummy_frame, set push_return_address to
6947 i386_push_return_address and set frame_chain_valid to
6948 generic_file_frame_chain_valid.
6949
6950 2002-07-03 Andrew Cagney <ac131313@redhat.com>
6951
6952 * gdbarch.sh (struct regcache): Add opaque declaration.
6953 (EXTRACT_RETURN_VALUE): New architecture method.
6954 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
6955 * gdbarch.h, gdbarch.c: Regenerate.
6956 * arch-utils.c (legacy_extract_return_value): New function.
6957 * arch-utils.h (legacy_extract_return_value): Declare.
6958 * values.c (value_being_returned): Re-enable code handling
6959 EXTRACT_STRUCT_VALUE_ADDRESS. Move
6960 deprecated_grub_regcache_for_registers call to block handling
6961 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6962 (EXTRACT_RETURN_VALUE): Do not define.
6963
6964 2002-07-03 Grace Sainsbury <graces@redhat.com>
6965
6966 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
6967 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
6968 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
6969 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
6970 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
6971 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
6972 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
6973 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
6974 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
6975 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
6976 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
6977 argument so the function fits the prototype in the architecture
6978 vector.
6979 (mcore_pop_frame): Remove argument so the function fits the
6980 prototype. Use get_current_frame instead of the argument.
6981 (mcore_push_arguments): Change type of struct_return so the
6982 function can be used in the architecture vector.
6983 (mcore_store_struct_return): Add.
6984 (mcore_frame_init_saved_regs): Add.
6985 (mcore_gdbarch_init): Add function calls to replace the macros
6986 removed from tm-mcore.h
6987
6988 2002-07-03 Andrew Cagney <ac131313@redhat.com>
6989
6990 * infcmd.c (print_return_value): Remove compatibility code calling
6991 deprecated_grub_regcache_for_registers.
6992
6993 * values.c: Include "regcache.h".
6994 (value_being_returned): Update. Use
6995 deprecated_grub_regcache_for_registers to extract the register
6996 buffer address.
6997 * value.h (value_being_returned): Change ``retbuf'' parameter to a
6998 ``struct regcache''.
6999 * Makefile.in (values.o): Add dependency on $(regcache_h).
7000
7001 * inferior.h (run_stack_dummy): Change type of second parameter to
7002 a ``struct regcache''.
7003 * valops.c (hand_function_call): Change type of retbuf to ``struct
7004 regcache''. Allocate using regcache_xmalloc, clean using
7005 make_cleanup_regcache_xfree.
7006 * infcmd.c (run_stack_dummy): Update. Use
7007 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
7008
7009 * regcache.c (do_regcache_xfree): New function.
7010 (make_cleanup_regcache_xfree): New function.
7011 * regcache.h (make_cleanup_regcache_xfree): Declare.
7012
7013 2002-07-03 Martin M. Hunt <hunt@redhat.com>
7014
7015 * event-top.c (command_line_handler): Don't read past
7016 beginning of buffer.
7017
7018 2002-07-03 Martin M. Hunt <hunt@redhat.com>
7019
7020 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
7021 struct frame_id.
7022 (varobj_create): Store frame_id for root.
7023 (varobj_gen_name): Use xasprintf.
7024 (varobj_update): Save and restore frame using get_frame_id() and
7025 frame_find_by_id().
7026 (create_child): Use xasprintf.
7027 (new_root_variable): Initialize frame_id.
7028 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
7029 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
7030 to prevent memory leak.
7031
7032 2002-07-03 Andrew Cagney <ac131313@redhat.com>
7033
7034 * valops.c (hand_function_call): Move declaration of retbuf to
7035 start of function, allocate using malloc, add a cleanup but before
7036 the inf_status cleanup, cleanup the buffer. Rename local variable
7037 old_chain to inf_status_cleanup.
7038
7039 2002-07-03 Martin M. Hunt <hunt@redhat.com>
7040
7041 * top.c (execute_command): Use cmd_func() and cmd_func_p().
7042
7043 * cli/cli-decode.c (cmd_func_p): New function.
7044 (cmd_func): New function.
7045
7046 * command.h: Add cmd_func() and cmd_func_p().
7047
7048 2002-07-03 Grace Sainsbury <graces@redhat.com>
7049
7050 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
7051 (REGISTER_SIZE): Remove.
7052 (MAX_REGISTER_RAW_SIZE): Remove.
7053 (REGISTER_VIRTUAL_TYPE): Remove.
7054 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
7055 (REGISTER_NAME): Remove.
7056 (USE_GENERIC_DUMMY_FRAMES): Remove.
7057 (CALL_DUMMY): Remove.
7058 (CALL_DUMMY_START_OFFSET): Remove.
7059 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
7060 (CALL_DUMMY_LOCATION): Remove.
7061 (FIX_CALL_DUMMY): Remove.
7062 (CALL_DUMMY_ADDRESS): Remove.
7063 (SIZEOF_CALL_DUMMY_WORDS): Remove.
7064 (SAVE_DUMMY_FRAME_TOS): Remove.
7065 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
7066 (mcore_register_virtual_type): New function.
7067 (mcore_register_byte): New function.
7068 (mcore_register_size): New function.
7069 (mcore_register_name): New function.
7070 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
7071 macros removed from tm-mcore.h.
7072 (mcore_dump_tdep): Add.
7073 (_initialize_mcore_tdep): Add gdbarch_register call.
7074
7075 2002-07-03 Mark Kettenis <kettenis@gnu.org>
7076
7077 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
7078 frameless_look_for_prologue, such that we actually call this
7079 function.
7080
7081 2002-07-02 Joel Brobecker <brobecker@gnat.com>
7082
7083 * frame.h (frame_address_in_block): New function.
7084
7085 * blockframe.c (frame_address_in_block): New function extracted
7086 from get_frame_block().
7087 (get_frame_block): Use frame_address_in_block().
7088 (block_innermost_frame): Use frame_address_in_block() to match
7089 the frame pc address against the block boundaries rather than
7090 the frame pc directly. This prevents a failure when a frame pc
7091 is actually a return-address pointing immediately after the end
7092 of the given block.
7093
7094 2002-07-02 Grace Sainsbury <graces@redhat.com>
7095
7096 * MAINTAINERS: Add self under write after approval.
7097
7098 2002-07-02 Grace Sainsbury <graces@redhat.com>
7099
7100 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
7101 used in architecture vector. The default is
7102 m68k_local_breakpoint_from_pc.
7103 (m68k_local_breakpoint_from_pc): Add.
7104 (enum): Add register numbers from tm-m68k.h.
7105 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
7106 vector.
7107 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
7108 GDB_MULTI_ARCH_PARTIAL.
7109 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
7110 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
7111 m68k-tdep.c.
7112 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
7113 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
7114 to enum in m68k-tdep.c
7115
7116 2002-07-02 Joel Brobecker <brobecker@gnat.com>
7117
7118 * solib-osf.c (open_map): Compute the list of shared libraries
7119 loaded by the inferior, rather than the list of libraries loaded
7120 by GDB itself. Otherwise, GDB ends up reading the symbols from
7121 the wrong shared libraries...
7122
7123 2002-07-02 Mark Kettenis <kettenis@gnu.org>
7124
7125 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
7126 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
7127 macros.
7128 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
7129 Remove functions.
7130 (FRAMELESS_SIGNAL): Remove function.
7131 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
7132 i386_linux_saved_pc_after_call): Removed.
7133 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
7134 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
7135 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
7136
7137 * i386-tdep.c (i386_frameless_signal_p): New function.
7138 (i386_frame_chain): Deal with frameless signals.
7139 (i386_sigtramp_saved_sp): New function.
7140 (i386_frame_saved_pc): Deal with frameless signals.
7141 (i386_saved_pc_after_call): Make sure the correct value is
7142 returned just after entry into a sigtramp.
7143 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
7144 i386fbsd4_sc_sp_offset): New variables.
7145 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
7146 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
7147 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
7148 similiar to what we already did for sc_pc_offset.
7149 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
7150 tdep->sc_sp_offset.
7151
7152 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
7153
7154 2002-07-02 Michal Ludvig <mludvig@suse.cz>
7155
7156 * config/i386/tm-x86-64linux.h: New.
7157 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
7158 definitions.
7159 * config/i386/nm-x86-64.h: Rename to ...
7160 * config/i386/nm-x86-64linux.h: ... this one.
7161 * config/i386/x86-64linux.mh: Reflect the above change.
7162
7163 2002-07-01 Mark Kettenis <kettenis@gnu.org>
7164
7165 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
7166 with sigcontext_addr. Add sc_sp_offset.
7167 (i386bsd_sigtramp_saved_pc): Remove prototype.
7168 (i386bsd_sicontext_addr): Add prototype.
7169 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
7170 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
7171 (i386_svr4_sigtramp_saved_pc): Removed.
7172 (i386_svr4_sigcontext_addr): New function.
7173 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
7174 Initialize tdep->sigcontext_addr instead. Initialize
7175 tdep->sc_pc_offset and tdep->sc_sp_offset.
7176 (i386_gdbarch_init): Likewise.
7177 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
7178 any more.
7179 (i386bsd_sigtramp_saved_pc): Remove function.
7180 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
7181 Initialize tdep->sigcontext_addr instead. Initialize
7182 tdep->sc_pc_offset.
7183 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
7184 of tdep->sigtramp_saved_pc.
7185 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
7186 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
7187 instead.
7188
7189 * i386-tdep.c (i386_frameless_function_invocation,
7190 i386_frame_num_args, i386_frame_init_saved_regs,
7191 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
7192 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
7193 i386_extract_return_value, i386_store_return_value,
7194 i386_extract_struct_value_address, i386_register_virtual_type,
7195 i386_register_convertible, i386_register_convert_to_virtual,
7196 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
7197 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
7198 static.
7199
7200 2002-07-01 Mark Kettenis <kettenis@gnu.org>
7201
7202 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
7203
7204 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
7205 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
7206 this macro. Include "value.h".
7207
7208 2002-06-30 Aidan Skinner <aidan@velvet.net>
7209
7210 * ada-exp.tab.c: remove as it's a generated file
7211 * ada-lex.c: remove as it's a generated file
7212
7213 2002-06-30 Mark Kettenis <kettenis@gnu.org>
7214
7215 * config/i386/tm-i386.h (struct frame_info, struct
7216 frame_saved_regs, struct value, struct type): Remove forward
7217 declarations.
7218
7219 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
7220 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
7221 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
7222 (FILL_FPXREGSET): Define.
7223
7224 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
7225
7226 * configure.tgt (i[3456]86-*-openbsd*): Fold into
7227 i[3456]86-*-netbsd* case.
7228 * config/i386/tm-obsd.h: Removed.
7229 * config/i386/obsd.mt: Removed.
7230 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
7231 core-aout.o.
7232 (MH_CFLAGS): Add -DYYDEBUG=0.
7233
7234 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
7235 i386nbsd_sc_pc_offset on OpenBSD too.
7236
7237 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
7238 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
7239 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
7240 define.
7241 * i386bsd-tdep.c: Include "arch-utils.h".
7242 (i386bsd_aout_in_solib_call_trampoline): New function.
7243 (i386bsd_init_abi): Set in_solib_call_trampoline to
7244 i386bsd_aout_in_solib_call_trampoline.
7245 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
7246 in_solib_call_trampoline to generic_in_solib_call_trampoline.
7247
7248 2002-06-28 Andrew Cagney <ac131313@redhat.com>
7249
7250 * macrotab.h: Do not include "obstack.h" or "bcache.h".
7251 (struct obstack, struct bcache): Add opaque declarations.
7252 * Makefile.in (macrotab_h): Update
7253
7254 2002-06-28 Andrew Cagney <ac131313@redhat.com>
7255
7256 * blockframe.c (generic_find_dummy_frame): Change return type to
7257 ``struct regcache''.
7258 (struct dummy_frame): Replace field ``registers'' with regcache, a
7259 struct regcache object.
7260 (generic_find_dummy_frame): Update.
7261 (generic_push_dummy_frame): Update. Use regcache_xfree,
7262 regcache_xmalloc and regcache_cpy.
7263 (generic_pop_dummy_frame): Update. Use regcache_cpy and
7264 regcache_xfree.
7265 (deprecated_generic_find_dummy_frame): Update.
7266 (generic_read_register_dummy): Update. Use
7267 regcache_read_as_address.
7268 (generic_call_dummy_register_unwind): Update. Use regcache_read.
7269 (generic_get_saved_register): Update. Use regcache_read.
7270
7271 2002-06-28 Andrew Cagney <ac131313@redhat.com>
7272
7273 * Makefile.in (objfiles_h): Add $(bcache_h).
7274 * objfiles.h: Include "bcache.h".
7275
7276 * Makefile.in (symtab_h): Remove $(bcache_h).
7277 * symtab.h: Do not include "bcache.h".
7278
7279 2002-06-28 Andrew Cagney <ac131313@redhat.com>
7280
7281 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
7282 generic_func_frame_chain_valid.
7283
7284 2002-06-28 David O'Brien <obrien@FreeBSD.org>
7285
7286 * config/i386/nm-fbsd.h: Include <sys/param.h>.
7287 * config/i386/tm-fbsd.h: Likewise.
7288
7289 2002-06-28 Andrew Cagney <ac131313@redhat.com>
7290
7291 * rs6000-tdep.c (rs6000_gdbarch_init): Use
7292 generic_unwind_get_saved_register.
7293
7294 2002-06-27 Andrew Cagney <ac131313@redhat.com>
7295
7296 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
7297 * regcache.c (supply_register): Add missing argument to
7298 register_buffer call.
7299
7300 2002-06-27 Andrew Cagney <ac131313@redhat.com>
7301
7302 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
7303 Solaris /bin/grep does not not like it. From Peter Schauer.
7304
7305 2002-06-26 Tom Tromey <tromey@redhat.com>
7306
7307 * command.h (add_setshow_cmd): Declare.
7308 (add_setshow_cmd_full): Declare.
7309 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
7310 returns void. Use add_setshow_cmd_full.
7311 (add_setshow_cmd_full): New function.
7312 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
7313 (add_setshow_boolean_cmd): Likewise.
7314
7315 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
7316
7317 * config/vax/tm-vax.h: Protect from multiple inclusion.
7318 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
7319 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
7320 * config/vax/tm-vaxbsd.h: ...here. New file.
7321 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
7322
7323 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
7324
7325 * config/vax/tm-vax.h (BREAKPOINT): Remove.
7326 (BELIEVE_PCC_PROMOTION): Remove.
7327 (AP_REGNUM): Move to...
7328 * config/vax/nm-vax.h: ...here.
7329 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
7330 (vax_breakpoint_from_pc): New function.
7331 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
7332 and gdbarch_believe_pcc_promotion.
7333
7334 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
7335
7336 * Makefile.in (vax_tdep_h): Define.
7337 (vax-tdep.o): Use $(vax_tdep_h).
7338 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
7339 (vax_dump_tdep): New function.
7340 (_initialize_vax_tdep): Register vax_dump_tdep.
7341 * vax-tdep.h: Include osabi.h.
7342 (struct gdbarch_tdep): New.
7343
7344 2002-06-26 Andrew Cagney <cagney@redhat.com>
7345
7346 * frame.h (deprecated_generic_find_dummy_frame): Rename
7347 generic_find_dummy_frame.
7348 * blockframe.c (generic_find_dummy_frame): Make static.
7349 (deprecated_generic_find_dummy_frame): New function.
7350 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
7351 generic_find_dummy_frame with deprecated_find_dummy_frame.
7352 (sh64_nofp_frame_init_saved_regs): Ditto.
7353 (sh_fp_frame_init_saved_regs): Ditto.
7354 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
7355 (s390_frame_chain): Ditto.
7356 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
7357
7358 2002-06-26 Grace Sainsbury <graces@redhat.com>
7359
7360 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
7361 gdbarch vector are at the top.
7362 (NUM_REGS): Remove.
7363 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
7364 (FRAME_ARGS_ADDRESS): Remove.
7365 (FRAME_LOCALS_ADDRESS): Remove.
7366 (FRAME_NUM_ARGS): Remove.
7367 (FRAME_ARGS_SKIP): Remove.
7368 * m68k-tdep.c (enum): Add eumeration of special register numbers.
7369 (m68k_gdbarch_init): Add gdbarch initializations for macros
7370 undefined in tm-m68k.h
7371
7372 2002-06-26 Grace Sainsbury <graces@redhat.com>
7373
7374 * monitor.h: Add the function regname to monitor_ops
7375 structure. This way NUM_REGS does not have to be a constant.
7376 * monitor.c (monitor_fetch_register): Added support for regname
7377 function. The function is called if the array regnames is NULL.
7378 (monitor_store_register): Same.
7379 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
7380 regnames array.
7381 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
7382 cpu32bug_cmds.regname to point to new function.
7383 * abug-rom.c (abug_regname): Same as above.
7384 (init_abug_cmds): Same.
7385 * dbug-rom.c (dbug_regname): Same as above.
7386 (init_dbug_cmds): Same.
7387 * remote-est.c (est_regname): Same.
7388 (init_est_cmds): Same.
7389 * rom68k-rom.c (rom68k_regname): Same.
7390 (init_rom68k_cmds): Same.
7391
7392 2002-06-25 Tom Tromey <tromey@redhat.com>
7393
7394 * breakpoint.c (delete_command): Don't repeat `delete' commands.
7395
7396 2002-06-25 Andrew Cagney <cagney@redhat.com>
7397
7398 * infrun.c (stop_registers): Change variable's type to ``struct
7399 regcache'''.
7400 (xmalloc_inferior_status): Delete function.
7401 (free_inferior_status): Delete function.
7402 (normal_stop): Use regcache_cpy.
7403 (struct inferior_status): Change type of fields ``stop_registers''
7404 and ``registers'' to ``struct regcache''.
7405 (write_inferior_status_register): Use regcache_write.
7406 (save_inferior_status): Instead of calling
7407 xmalloc_inferior_status, allocate the inf_status buffer directly.
7408 Use regcache_dup_no_passthrough and regcache_dup to save the
7409 buffers.
7410 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
7411 Replace the stop_registers regcache instead of overriding it. Use
7412 regcache_xfree. Instead of calling free_inferior_status, xfree
7413 the buffer directly.
7414 (discard_inferior_status): Use regcache_xfree. Instead of calling
7415 free_inferior_status, xfree the buffer directly.
7416 (build_infrun): Use regcache_xmalloc.
7417 (_initialize_infrun): Delete redundant call to build_infrun.
7418
7419 * Makefile.in (infcmd.o): Add $(regcache_h).
7420
7421 * infcmd.c: Include "regcache.h".
7422 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
7423 obtain the address of `stop_registers' register buffer.
7424 (print_return_value): Ditto.
7425
7426 * inferior.h (struct regcache): Add opaque declaration.
7427 (stop_registers): Change variable's declared type to ``struct
7428 regcache''.
7429
7430 2002-06-24 Tom Tromey <tromey@redhat.com>
7431
7432 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
7433 * target.c (initialize_targets): Fixed typo in
7434 trust-readonly-sections `show' documentation.
7435
7436 * main.c: Marked all strings with _().
7437
7438 2002-06-24 Don Howard <dhoward@redhat.com>
7439
7440 * memattr.c (create_mem_region): Treat hi == 0 as a special case
7441 that means max CORE_ADDR+1.
7442 (lookup_mem_region): Ditto.
7443 (mem_info_command): Ditto.
7444
7445 2002-06-24 Grace Sainsbury <graces@redhat.com>
7446
7447 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
7448 (REGISTER_BYTES_OK): Remove.
7449 (REGISTER_BYTES): Remove.
7450 (STORE_STRUCT_RETURN): Remove.
7451 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
7452 (STORE_RETURN_VALUE): Remove.
7453 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7454 (FRAME_CHAIN): Remove.
7455 (FRAMELESS_FUNCTION_INVOCATION): Remove.
7456 (FRAME_SAVED_PC): Remove.
7457 * m68k-tdep.c (m68k_register_bytes_ok):Add.
7458 (m68k_store_struct_return): Add.
7459 (m68k_deprecated_extract_return_value): Add.
7460 (m68k_deprecated_extract_struct_value_address): Add.
7461 (m68k_store_return_value): Add.
7462 (m68k_frame_chain): Add.
7463 (m68k_frameless_function_invocation): Add.
7464 (m68k_frame_saved_pc): Add.
7465 (m68k_gdbarch_init): added set_gdbarch calls for new
7466 functions and deleted macros.
7467
7468 2002-06-23 Tom Tromey <tromey@redhat.com>
7469
7470 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
7471 (ALLDEPFILES): Likewise.
7472 (udiheaders): Removed.
7473 (udip2soc.o): Likewise.
7474 (udi2go32.o): Likewise.
7475 (udr.o): Likewise.
7476 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
7477
7478 2002-06-22 Andrew Cagney <ac131313@redhat.com>
7479
7480 * infrun.c (_initialize_infrun): Delete unnecessary call to
7481 build_infrun.
7482
7483 * regcache.h: Update comments describing the regcache_cpy family
7484 of functions.
7485 (regcache_save, regcache_restore): Delete declaration.
7486 (regcache_save_no_passthrough): Delete declaration.
7487 (regcache_restore_no_passthrough): Delete declaration.
7488 * regcache.c (regcache_save): Delete function.
7489 (regcache_save_no_passthrough): Delete function.
7490 (regcache_restore): Delete function.
7491 (regcache_restore_no_passthrough): Delete function.
7492
7493 2002-06-21 Andrew Cagney <ac131313@redhat.com>
7494
7495 * config/m68k/tm-m68k.h: Fix typo.
7496 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
7497 (m68k_frame_init_saved_regs): Declare.
7498
7499 2002-06-21 Jim Blandy <jimb@redhat.com>
7500
7501 Remove some vestiges of Harris 88k support.
7502 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
7503 register numbering quirk.
7504 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
7505 odd symbols occurring in Harris 88k ELF targets.
7506
7507 2002-06-21 Tom Tromey <tromey@redhat.com>
7508
7509 * gdb_locale.h: New file.
7510 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
7511 (defs_h): Added gdb_locale.h.
7512 * configure, config.in: Rebuilt.
7513 * configure.in (PACKAGE): Define.
7514 * defs.h: Include gdb_locale.h.
7515 * main.c (captured_main): Call setlocale, bindtextdomain,
7516 textdomain.
7517
7518 2002-06-21 Dave Brolley <brolley@redhat.com>
7519
7520 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
7521 * config/frv/frv.mt: New file.
7522 * config/frv/tm-frv.h: New file.
7523 * configure.tgt: Support frv-*-*.
7524 * Makefile.in (frv-tdep.o): New target.
7525 * frv-tdep.c: New file.
7526 * NEWS: Mention frv.
7527
7528 2002-06-21 Dave Brolley <brolley@redhat.com>
7529
7530 * MAINTAINERS: Add self to "Write After Approval" list.
7531
7532 2002-06-21 Grace Sainsbury <graces@redhat.com>
7533
7534 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
7535 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
7536 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
7537 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
7538 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
7539
7540 * m68k-tdep.c: Include arch-utils.h
7541 (m68k_register_raw_size): Add.
7542 (m68k_register_virtual_size): Add.
7543 (m68k_register_virtual_type): Add.
7544 (m68k_register_name): Add.
7545 (m68k_stack_align): Add.
7546 (m68k_register_byte): Add.
7547 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
7548 tm-m68k.h.
7549
7550 2002-06-21 Grace Sainsbury <graces@redhat.com>
7551
7552 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7553 m68k_find_saved_regs.
7554 (m68k_pop_frame): Removed saved_regs structure, and replaced
7555 references to it with frame->saved_regs.
7556 (m68k_gdbarch_init): Added function calls to initialize the
7557 gdbarch structure.
7558 (m68k_fix_call_dummy): Add.
7559 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
7560 (CALL_DUMMY): Remove.
7561 (CALL_DUMMY_LENGTH): Remove.
7562 (CALL_DUMMY_START_OFFSET): Remove.
7563 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
7564 (FIX_CALL_DUMMY): Remove.
7565 (PUSH_DUMMY_FRAME): Remove.
7566 (POP_FRAME): Remove.
7567
7568 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
7569
7570 * parse.c (parse_fprintf): New function used to avoid calls to
7571 fprintf in bison parser generated debug code.
7572 * parser-defs.h: Declaration of new parse_fprintf function.
7573 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
7574 Set YYDEBUG to 1 by default.
7575 Set YYFPRINTF as parse_fprintf.
7576
7577 2002-06-21 Michal Ludvig <mludvig@suse.cz>
7578
7579 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
7580 encoding anymore.
7581 (pointer_encoding, enum ptr_encoding): New.
7582 (execute_cfa_program): Take care about pointer encoding.
7583 (dwarf2_build_frame_info): Only call parse_frame_info for
7584 .debug_frame and .eh_frame.
7585 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
7586 fixed augmentation handling, added relative addressing,
7587 ignore duplicate FDEs. Added comments.
7588 * dwarf2cfi.c: Reindented.
7589
7590 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
7591
7592 * event-top.c (command_handler): Don't use space_at_cmd_start
7593 unless there is sbrk() on the host. Assign time and space data
7594 to union fields of the appropriate length.
7595
7596 2002-06-20 Michal Ludvig <mludvig@suse.cz>
7597
7598 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
7599 x86_64_register_name. Return type changed to 'const char *'.
7600 (x86_64_register_name2nr): Rename to x86_64_register_number.
7601 (x86_64_gdbarch_init): Update to reflect the change.
7602 * x86-64-tdep.h: Ditto.
7603 * x86-64-linux-nat.c (x86_64_fxsave_offset)
7604 (supply_fpregset): Ditto.
7605
7606 2002-06-19 Andrew Cagney <cagney@redhat.com>
7607
7608 * regcache.h: Update copyright.
7609 (struct regcache, struct gdbarch): Add opaque declarations.
7610 (current_regcache): Declare global variable.
7611 (regcache_read, regcache_write): Add gdbarch parameter.
7612 (regcache_save, regcache_save_no_passthrough)
7613 (regcache_restore, regcache_restore_no_passthrough)
7614 (regcache_dup, regcache_dup_no_passthrough)
7615 (regcache_cpy, regcache_cpy_no_passthrough)
7616 (deprecated_grub_regcache_for_registers)
7617 (deprecated_grub_regcache_for_register_valid)
7618 (regcache_valid_p): Add function declarations.
7619
7620 * regcache.c: Update copyright.
7621 (regcache_descr_handle): New global variable.
7622 (struct regcache_descr): Define.
7623 (init_legacy_regcache_descr, init_regcache_descr): New functions.
7624 (regcache_descr, xfree_regcache_descr): New functions.
7625 (struct regcache): Define.
7626 (regcache_xmalloc, regcache_xfree): New functions.
7627 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
7628 (regcache_dup, regcache_dup_no_passthrough): New functions.
7629 (regcache_valid_p, regcache_read_as_address): New functions.
7630 (deprecated_grub_regcache_for_registers): New function.
7631 (deprecated_grub_regcache_for_register_valid): New function.
7632 (current_regcache): New global variable.
7633 (register_buffer): Add regcache parameter. Update calls.
7634 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
7635 (read_register_gen, write_register_gen): Update register_buffer
7636 call. Test for legacy_p instead of gdbarch_register_read_p or
7637 gdbarch_register_write_p.
7638 (regcache_collect): Update register_buffer call.
7639 (build_regcache): Rewrite. Use deprecated grub functions.
7640 (regcache_save, regcache_save_no_passthrough): New functions.
7641 (regcache_restore, regcache_restore_no_passthrough): New
7642 functions.
7643 (_initialize_regcache): Create the regcache_data_handle. Swap
7644 current_regcache global variable.
7645
7646 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
7647 parameter to regcache_read and regcache_write calls.
7648 (sh4_register_read): Ditto.
7649 (sh64_pseudo_register_read): Ditto.
7650 (sh64_register_read): Ditto.
7651 (sh_pseudo_register_write): Ditto.
7652 (sh4_register_write): Ditto.
7653 (sh64_pseudo_register_write): Ditto.
7654 (sh64_register_write): Ditto.
7655
7656 * defs.h (XCALLOC): Define.
7657
7658 2002-06-19 Grace Sainsbury <graces@redhat.com>
7659
7660 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
7661 * m68k-tdep.c (m68k_gdbarch_init): Added.
7662 (m68k_dump_tdep): Added.
7663
7664 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
7665
7666 * ada-lang.c (fill_in_ada_prototype): Update comment.
7667
7668 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
7669
7670 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
7671 MIPS_ABI_LAST.
7672 (mips_abi_string, mips_abi_strings): New.
7673 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
7674 (mips_gdbarch_init): Set tdep->found_abi. Don't set
7675 tdep->mips_abi_string. Honor mips_abi_string. Default to
7676 O32 if no ABI is found.
7677 (mips_dump_tdep): Use mips_abi_strings.
7678 (mips_abi_update): New function.
7679 (_initialize_mips_tdep): Initialize mips_abi_string. Add
7680 ``set mips abi'' and ``show mips abi''. Check the size of
7681 mips_abi_strings.
7682
7683 2002-06-19 Andrew Cagney <cagney@redhat.com>
7684
7685 * i386-linux-tdep.c (i386_linux_register_name): Make return type
7686 constant.
7687
7688 2002-06-18 Joel Brobecker <brobecker@gnat.com>
7689
7690 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
7691 current frame using only the first stack size adjustment. All
7692 subsequent size adjustments are not considered to be part of
7693 the "static" part of the current frame.
7694 Compute the address of the saved registers relative to the
7695 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
7696 in use in this frame.
7697
7698 2002-06-18 Don Howard <dhoward@redhat.com>
7699
7700 * valops.c (value_ind): Use value_at_lazy() when dereferencing
7701 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
7702 suggesting this solution.
7703
7704 2002-06-18 Andrew Cagney <ac131313@redhat.com>
7705
7706 * config/romp/xm-rtbsd.h: Delete file.
7707 * config/romp/rtbsd.mh: Delete file.
7708
7709 2002-06-18 Keith Seitz <keiths@redhat.com>
7710
7711 * breakpoint.c (condition_command): Post breakpoint_modify
7712 when a condition is added to an existing breakpoint.
7713 (commands_command): Likewise for commands.
7714 (set_ignore_count): Likewise for ignore counts.
7715 If no tty, do not simply return, still need to send event
7716 notification.
7717 (ignore_command): Only print a newline if the command came
7718 from a tty.
7719 Don't call breakpoints_changed, since this is now properly
7720 handled by set_ignore_count.
7721
7722 2002-06-18 Andrew Cagney <cagney@redhat.com>
7723
7724 * MAINTAINERS: Note that cris-elf target can be compiled with
7725 -Werror.
7726 * cris-tdep.c (cris_register_name): Make return type constant.
7727 (cris_breakpoint_from_pc): Ditto.
7728
7729 2002-06-18 Michal Ludvig <mludvig@suse.cz>
7730
7731 * frame.h (struct frame_info): Change type of context to
7732 'struct context'.
7733
7734 2002-06-17 Andrew Cagney <cagney@redhat.com>
7735
7736 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
7737 pointer.
7738 * gdbarch.h, gdbarch.c: Regenerate.
7739 * config/mips/tm-mips.h (mips_register_name): Update.
7740 * i386-tdep.h (i386_register_name): Update.
7741 * mips-tdep.c (mips_register_name): Update
7742 * alpha-tdep.c (alpha_register_name): Update.
7743 * arch-utils.c (legacy_register_name): Update.
7744 * arch-utils.h (legacy_register_name): Update.
7745 * avr-tdep.c (avr_register_name): Update.
7746 * ia64-tdep.c (ia64_register_name): Update.
7747 * i386-tdep.c (i386_register_name): Update.
7748 * sparc-tdep.c (sparc32_register_name): Update.
7749 (sparc64_register_name): Update.
7750 (sparclite_register_name): Update.
7751 (sparclet_register_name): Update.
7752 * sh-tdep.c (sh_generic_register_name): Update.
7753 (sh_sh_register_name): Update.
7754 (sh_sh3_register_name): Update.
7755 (sh_sh3e_register_name): Update.
7756 (sh_sh_dsp_register_name): Update.
7757 (sh_sh3_dsp_register_name): Update.
7758 (sh_sh4_register_name): Update.
7759 (sh_sh64_register_name): Update.
7760 * s390-tdep.c (s390_register_name): Update.
7761 * rs6000-tdep.c (rs6000_register_name): Update.
7762 * ns32k-tdep.c (ns32k_register_name_32082): Update.
7763 (ns32k_register_name_32382): Update.
7764 * d10v-tdep.c (d10v_ts2_register_name): Update.
7765 (d10v_ts3_register_name): Update.
7766 * xstormy16-tdep.c (xstormy16_register_name): Update.
7767 * vax-tdep.c (vax_register_name): Update.
7768 * v850-tdep.c (v850_register_name): Update.
7769 * m68hc11-tdep.c (m68hc11_register_name): Update.
7770 * mn10300-tdep.c (mn10300_generic_register_name): Update.
7771 (am33_register_name): Update.
7772
7773 2002-06-17 Grace Sainsbury <graces@redhat.com>
7774
7775 * m68k-tdep.c: Reindented.
7776
7777 2002-06-17 Andrew Cagney <ac131313@redhat.com>
7778
7779 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
7780 list of predefined types.
7781
7782 2002-06-16 Mark Kettenis <kettenis@gnu.org>
7783
7784 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
7785 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
7786 REGISTER_CONVERT_TO_RAW): Remove defines.
7787 (i386_register_virtual_type, i386_register_convertible,
7788 i386_register_convert_to_virtual, i386_register_convert_to_raw):
7789 Remove prototypes.
7790 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
7791 macros mentioned above.
7792
7793 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
7794 (i386lynx_saved_pc_after_call): Remove prototype.
7795 * i386ly-tdep.c: Include "i386-tdep.h".
7796 (i386lynx_saved_pc_after_call): Make static. Use
7797 read_memory_nobpt instead of read_memory. Use
7798 read_memory_unsigned_integer instead of read_memory_integer.
7799 (i386lynx_init_abi): New function.
7800 (i386lynx_coff_osabi_sniffer): New function.
7801 (_initialize_i386bsd_tdep): New function.
7802
7803 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
7804 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
7805 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
7806 (i386_fix_call_dummy): Remove prototype.
7807 * i386-tdep.c (i386_call_dummy_words): New variable.
7808 (i386_gdbarch_init): Adjust for removal of the
7809 macros mentioned above.
7810
7811 2002-06-15 Andrew Cagney <ac131313@redhat.com>
7812
7813 * command.h (add_setshow_auto_boolean_cmd): Replace
7814 add_set_auto_boolean_cmd.
7815 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
7816 add_set_auto_boolean_cmd.
7817 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
7818 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
7819 mask-address'' command.
7820 (show_mask_address): Add cmd parameter.
7821 * remote.c (add_packet_config_cmd): Update. Change type of
7822 set_func and show_func to cmd_sfunc_ftype.
7823 (_initialize_remote): Update `set remote Z-packet'
7824 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
7825 (show_remote_protocol_e_packet_cmd): Ditto.
7826 (show_remote_protocol_E_packet_cmd): Ditto.
7827 (show_remote_protocol_P_packet_cmd): Ditto.
7828 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
7829 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
7830 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
7831 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
7832 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
7833 (show_remote_protocol_Z_packet_cmd): Ditto.
7834 (show_remote_protocol_binary_download_cmd): Ditto.
7835 (show_remote_cmd): Pass NULL to all of above.
7836
7837 2002-06-15 Mark Kettenis <kettenis@gnu.org>
7838
7839 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
7840 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
7841 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
7842 POP_FRAME): Remove defines.
7843 (i386_push_arguments, i386_store_struct_return,
7844 i386_extract_return_value, i386_store_return_value,
7845 i386_extract_struct_value_address, i386_push_dummy_frame,
7846 i386_pop_frame): Renove prototypes.
7847 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
7848 macros mentioned above.
7849
7850 2002-06-15 Andrew Cagney <ac131313@redhat.com>
7851
7852 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
7853 add_set_boolean_cmd.
7854 (add_setshow_cmd): New function.
7855 * command.h (add_setshow_boolean_cmd): Replace
7856 add_set_boolean_cmd.
7857 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
7858 and ``set rdiromatzero''.
7859 * maint.c (_initialize_maint_cmds): Update commented out code.
7860 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
7861 * target.c (initialize_targets): Update `set
7862 trust-readonly-sections'.
7863 * remote.c (_initialize_remote): Update `set remotebreak'.
7864
7865 2002-06-15 Mark Kettenis <kettenis@gnu.org>
7866
7867 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
7868 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
7869 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
7870 fit into multi-arch framework.
7871 (i386_breakpoint_from_pc): New function.
7872 (i386_gdbarch_init): Adjust for removal of the macros mentioned
7873 above.
7874
7875 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
7876 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
7877 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
7878 (i386_frameless_function_invocation, i386_frame_num_args,
7879 i386_frame_init_saved_regs): Remove prototypes.
7880 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
7881 macros mentioned above.
7882
7883 2002-06-15 Andrew Cagney <ac131313@redhat.com>
7884
7885 * cli/cli-decode.c (set_cmd_cfunc): Update.
7886 (set_cmd_sfunc): Update.
7887 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
7888 (set_cmd_sfunc, set_cmd_cfunc): Update.
7889 * cli/cli-decode.h: Update.
7890
7891 2002-06-15 Mark Kettenis <kettenis@gnu.org>
7892
7893 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
7894 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
7895
7896 2002-06-15 Andrew Cagney <ac131313@redhat.com>
7897
7898 * defs.h (auto_boolean): Declare enum.
7899 * command.h (cmd_auto_boolean): Delete enum.
7900 * mips-tdep.c (mask_address_var): Update.
7901 (mips_mask_address_p): Update.
7902 (show_mask_address): Update.
7903 * remote.c (struct packet_config): Update.
7904 (update_packet_config): Update.
7905 (show_packet_config_cmd): Update.
7906 (packet_ok): Update.
7907 (add_packet_config_cmd): Update.
7908 (_initialize_remote):
7909 * command.h: Update.
7910 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
7911 (do_setshow_command): Update.
7912 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
7913 * cli/cli-decode.h: Update.
7914
7915 2002-06-15 Mark Kettenis <kettenis@gnu.org>
7916
7917 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
7918 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
7919 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
7920 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
7921 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
7922 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
7923
7924 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
7925 list of DJGPP COFF targets.
7926
7927 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
7928 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
7929 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
7930 (FP0_REGNUM): Remove define.
7931 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
7932 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
7933 (i386_register_virtual_size): Remove protoype.
7934 * i386-tdep.c (i386_register_virtual_size): Removed.
7935 (i386_extract_return_value, i386_store_return_value): Use
7936 FP0_REGNUM instead of NUM_FREGS to determine whether the
7937 floating-point registers are available.
7938 (i386_gdbarch_init): Tweak FIXME about FPU registers.
7939 Adjust for removal of macros mentioned above.
7940
7941 2002-06-15 Mark Kettenis <kettenis@gnu.org>
7942
7943 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
7944 comments.
7945 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
7946 Remove prototypes.
7947 (supply_gregset, fill_gregset): Remove use of register keyword and
7948 remove declaration for regmap. Use I386_NUM_GREGS instead of
7949 NUM_REGS and NUM_FREGS.
7950 (FPREGSET_FSAVE_OFFSET): Remove.
7951 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
7952 NUM_FREGS to determine whether the floating-point registers are
7953 available.
7954
7955 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
7956 gnu_store_registers): Replace usage of NUM_GREGS with
7957 I386_NUM_GREGS.
7958
7959 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
7960 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
7961 usage of NUM_GREGS with I386_NUM_GREGS.
7962
7963 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
7964
7965 * i386bsd-nat.c: Include "i386-tdep.h".
7966 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
7967 I386_NUM_GREGS.
7968
7969 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
7970 and associated comment. They no longer make any sense, since we
7971 don't use this file anymore on Linux.
7972
7973 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
7974 * i386-tdep.c (i386_register_offset, i386_register_size): Use
7975 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
7976 elements in these arrays.
7977 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
7978 MAX_NUM_REGS.
7979
7980 2002-06-15 Mark Kettenis <kettenis@gnu.org>
7981
7982 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
7983 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
7984
7985 2002-06-14 Andrew Cagney <cagney@redhat.com>
7986
7987 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
7988 EXTRACT_RETURN_VALUE.
7989 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
7990 EXTRACT_STRUCT_VALUE_ADDRESS.
7991 * gdbarch.h, gdbarch.c: Regenerate.
7992
7993 * values.c (value_being_returned): Handle
7994 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7995 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
7996
7997 * arm-linux-tdep.c (arm_linux_init_abi): Update.
7998 * arm-tdep.c (arm_gdbarch_init): Update.
7999 * avr-tdep.c (avr_gdbarch_init): Update.
8000 * cris-tdep.c (cris_gdbarch_init): Update.
8001 * d10v-tdep.c (d10v_gdbarch_init): Update.
8002 * ia64-tdep.c (ia64_gdbarch_init): Update.
8003 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8004 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8005 * s390-tdep.c (s390_gdbarch_init): Update.
8006 * sh-tdep.c (sh_gdbarch_init): Update.
8007 * s390-tdep.c (s390_gdbarch_init): Update.
8008 * sparc-tdep.c (sparc_gdbarch_init): Update.
8009 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8010 * v850-tdep.c (v850_gdbarch_init): Update.
8011 * vax-tdep.c (vax_gdbarch_init): Update.
8012 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
8013 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8014
8015 * config/arc/tm-arc.h: Update.
8016 * config/d30v/tm-d30v.h: Update.
8017 * config/fr30/tm-fr30.h: Update.
8018 * config/h8300/tm-h8300.h: Update.
8019 * config/h8500/tm-h8500.h: Update.
8020 * config/i386/tm-i386.h: Update.
8021 * config/i386/tm-ptx.h: Update.
8022 * config/i386/tm-symmetry.h: Update.
8023 * config/i960/tm-i960.h: Update.
8024 * config/m32r/tm-m32r.h: Update.
8025 * config/m68k/tm-delta68.h: Update.
8026 * config/m68k/tm-linux.h: Update.
8027 * config/m68k/tm-m68k.h: Update.
8028 * config/m88k/tm-m88k.h: Update.
8029 * config/mcore/tm-mcore.h: Update.
8030 * config/mips/tm-mips.h: Update.
8031 * config/mn10200/tm-mn10200.h: Update.
8032 * config/pa/tm-hppa.h: Update.
8033 * config/pa/tm-hppa64.h: Update.
8034 * config/sparc/tm-sp64.h: Update.
8035 * config/sparc/tm-sparc.h: Update.
8036 * config/sparc/tm-sparclet.h: Update.
8037 * config/z8k/tm-z8k.h: Update.
8038
8039 2002-06-14 Andrew Cagney <cagney@redhat.com>
8040
8041 * Makefile.in (i386_linux_tdep_h): Define.
8042 (i386_tdep_h, i387_tdep_h): Define.
8043 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
8044 $(i386_tdep_h) and $(i387_tdep_h).
8045 * i386-linux-nat.c: Include "i386-linux-tdep.h".
8046
8047 2002-06-14 Mark Kettenis <kettenis@gnu.org>
8048
8049 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
8050 Already covered by the default.
8051
8052 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
8053 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
8054 (i386_gdbarch_init): Initialize long_double_format and long_double
8055 bit.
8056
8057 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
8058 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
8059 Move these to ...
8060 * config/i386/i386sol2.mh: ... here.
8061 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
8062 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
8063 (SIGCONTEXT_PC_OFFSET): Remove define.
8064 (IN_SIGTRAMP): Remove define.
8065 * i386-sol2-tdep.c: New file.
8066
8067 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
8068 * config/i386/tm-i386nw.h: Removed.
8069
8070 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
8071 USE_STRUCT_CONVENTION): Remove defines.
8072 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
8073 (get_longjmp_target): Remove prototype.
8074 (IN_SIGTRAMP): Remove define.
8075 (i386bsd_in_sigtramp): Remove prototype.
8076 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
8077 function. Update comment accordingly
8078 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
8079 (FRAME_SAVED_PC): Remove define.
8080 (i386bsd_frame_saved_pc): Remove prototype.
8081 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
8082 GET_LONGJMP_TARGET): Remove defines.
8083 (get_longjmp_target): Remove prototype.
8084 (IN_SIGTRAMP): Remove define.
8085 (i386bsd_in_sigtramp): Remove prototype.
8086 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
8087 function. Update comment accordingly
8088 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
8089 (FRAME_SAVED_PC): Remove define.
8090 (i386bsd_frame_saved_pc): Remove prototype.
8091 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
8092 Remove prototype.
8093 (USE_STRUCT_CONVENTION): Remove prototype.
8094 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
8095 declaration.
8096 (_initialize_i386bsd_nat): Revise logic to determine some
8097 constants at compile time when compiling a native GDB. Warn if
8098 things don't match up with what we expect.
8099 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
8100 Remove variables.
8101 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
8102 to use date stored in `struct gdbarch_tdep'.
8103 (i386bsd_sigcontext_offset): Remove varaible.
8104 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
8105 stored in `struct gdbarch_tdep'.
8106 (i386bsd_frame_saved_pc): Make static.
8107 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
8108 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
8109 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
8110 i386fbsd4_sc_pc_offset): New variables.
8111 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
8112 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
8113 functions.
8114 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
8115 functions.
8116 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
8117 Modify the value of i386fbsd_sigtramp_start and
8118 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
8119 i386fbsd_sigtramp_end.
8120 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
8121 function.
8122
8123 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
8124 define to i386-linux-tdep.h.
8125 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
8126 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
8127 defines.
8128 (i386_linux_register_name, i386_linux_register_byte,
8129 i386_linux_register_raw_size): Remove prototypes.
8130 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
8131 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
8132 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
8133 TARGET_WRITE_PC): Remove defines.
8134 (i386_linux_in_sigtramp, i386_linux_frame_chain,
8135 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
8136 i386_linux_write_pc): Remove prototypes.
8137 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
8138 (get_longjmp_target): Remove prototype.
8139 * i386-linux-tdep.h: New file.
8140 * i386-linux-nat.c: Include "i386-linux-tdep.h".
8141 * i386-linux-tdep.c: Include "i386-tdep.h" and
8142 "i386-linux-tdep.h".
8143 (i386_linux_register_name, i386_linux_register_byte,
8144 i386_linux_register_raw_size, i386_linux_in_sigtramp,
8145 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
8146 Make static.
8147 (i386_linux_init_abi): New function.
8148 (_initialize_i386_linux_tdep): New function.
8149
8150 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
8151 (i386_saved_pc_after_call): Remove prototype.
8152 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
8153 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
8154 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
8155 (i386_register_name, i386_stab_reg_to_regnum,
8156 i386_dwarf_reg_to_regnum): Remove prototypes.
8157 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
8158 SIZEOF_SSE_REGS): Remove defines.
8159 (REGISTER_BYTES): Remove define.
8160 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
8161 (i386_register_byte, i386_register_raw_size): Remove prototypes.
8162 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
8163 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
8164 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
8165 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
8166 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
8167 (get_longjmp_target): Remove prototype.
8168 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
8169 (sigtramp_saved_pc): Remove define.
8170 (i386v4_sigtramp_saved_pc): Remove prototype.
8171 * config/i386/tm-go32.h (FRAME_CHAIN,
8172 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
8173 (i386go32_frame_saved_pc): Remove prototype.
8174 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
8175 (get_longjmp_target): Remove prototype.
8176 * i386-tdep.h: Include "osabi.h".
8177 (enum i386_abi): Removed.
8178 (enum struct_return): New enum.
8179 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
8180 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
8181 sc_pc_offset members.
8182 (i386_gdbarch_register_os_abi): Remove prototype.
8183 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
8184 I386_SSE_NUM_REGS): New defines.
8185 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
8186 I386_SSE_SIZEOF_REGS): New defines.
8187 (i386_register_name, i386_register_byte, i386_register_raw_size):
8188 New prototypes.
8189 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
8190 (i386bsd_sigtramp_saved_pc): New prototype.
8191 * i386-tdep.c: Don't include "elf-bfd.h".
8192 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
8193 i386_frame_chain, i386_saved_pc_after_call): Make static.
8194 (i386_frame_saved_pc): Rewrite to call architecture dependent
8195 function to deal with signal handlers. Make static.
8196 (i386go32_frame_saved_pc): Removed.
8197 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
8198 Removed.
8199 (i386_get_longjmp_target): New function.
8200 (default_struct_convention, pcc_struct_convention,
8201 reg_struct_convention, valid_conventions, struct_convention): New
8202 variables.
8203 (i386_use_struct_convention): New function.
8204 (i386v4_sigtramp_saved_pc): Renamed to
8205 i386_svr4_sigtramp_saved_pc. Made static. Moved.
8206 (i386_pc_in_sigtramp): New function.
8207 (i386_abi_names): Removed.
8208 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
8209 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
8210 Removed.
8211 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
8212 i386_gdbarch_register_os_abi): Removed.
8213 (struct i386_abi_handler): Removed.
8214 (i386_abi_handler_list): Removed.
8215 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
8216 functions.
8217 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
8218 i386_nw_init_abi): New functions.
8219 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
8220 Use set_gdbarch_xxx() calls instead of relying on macros for a
8221 number of calls.
8222 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
8223 (_initialize_i386_tdep): Add new 'struct-convcention' command.
8224 Register the various architecture variants defined in this file.
8225
8226 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
8227
8228 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
8229 (struct main_type): Remove arg_types member. Update comments for
8230 struct field.
8231 (TYPE_ARG_TYPES): Remove.
8232 (TYPE_FN_FIELD_ARGS): Update.
8233 (smash_to_method_type): Update prototype.
8234
8235 * c-typeprint.c (cp_type_print_method_args): Take method type
8236 instead of argument list. Use new argument layout. Simplify.
8237 (c_type_print_args): Use new argument layout. Simplify.
8238 (c_type_print_base): Update call to cp_type_print_method_args.
8239 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
8240 argument; use die->type instead. Update call to
8241 smash_to_method_type.
8242 (read_structure_scope): Update call to dwarf2_add_member_fn.
8243 * gdbtypes.c (allocate_stub_method): Update comment.
8244 (smash_to_method_type): Take new NARGS and VARARGS arguments.
8245 Use new argument layout.
8246 (check_stub_method): Use new argument layout. Don't count
8247 void as an argument.
8248 (print_arg_types): Update comments. Use new argument layout.
8249 (recursive_dump_type): Don't print arg_types member.
8250 * hpread.c (hpread_read_struct_type): Use new argument layout.
8251 (fixup_class_method_type): Likewise.
8252 (hpread_type_lookup): Likewise.
8253 * stabsread.c (read_type): Update calls to read_args and
8254 smash_to_method_type.
8255 (read_args): Use new argument layout. Simplify.
8256 * valops.c (typecmp): Use new argument layout. Update parameters
8257 and comments. Simplify.
8258 (hand_function_call): Use new argument layout.
8259 (search_struct_method): Update call to typecmp.
8260 (find_overload_match): Use new argument layout.
8261
8262 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
8263
8264 * NEWS: Mention multithreaded debug support for gdbserver.
8265
8266 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
8267
8268 * MAINTAINERS: Mention NEWS.
8269
8270 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
8271
8272 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
8273 (struct mips_objfile_private, compare_pdr_entries): New.
8274 (non_heuristic_proc_desc): Read the ".pdr" section if it
8275 is present.
8276
8277 2002-06-12 Andrew Cagney <ac131313@redhat.com>
8278
8279 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
8280 (arm_debug): New static variable.
8281 (_initialize_arm_tdep): Add ``set debug arm'' command.
8282
8283 2002-06-12 Andrew Cagney <ac131313@redhat.com>
8284
8285 * Makefile.in (sim_arm_h): Define.
8286 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
8287 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
8288 (arm_register_sim_regno): New function, map an internal REGNUM
8289 onto a simulator register number.
8290 (arm_gdbarch_init): Set register_sim_regno.
8291
8292 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
8293
8294 * MAINTAINERS: Add self.
8295
8296 2002-06-11 Jim Blandy <jimb@redhat.com>
8297
8298 * source.c (source_info): Mention whether the symtab has
8299 information about preprocessor macros.
8300
8301 Call the command `info macro', not `show macro'.
8302 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
8303 Fix error message.
8304 (_initialize_macrocmd): Register `info_macro_command' in
8305 `infolist', not `showlist'.
8306
8307 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
8308
8309 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
8310 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
8311 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
8312 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
8313 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
8314 unconditionally.
8315 (set_mipsfpu_single_command, set_mipsfpu_double_command)
8316 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
8317 (_initialize_mips_tdep): Remove dead code.
8318 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
8319 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
8320 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
8321 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
8322 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
8323 MIPS_LAST_FP_ARG_REGNUM): Remove.
8324
8325 2002-06-11 Michal Ludvig <mludvig@suse.cz>
8326
8327 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
8328 (unwind_tmp_obstack_free, parse_frame_info)
8329 (update_context, cfi_read_fp, cfi_write_fp)
8330 (cfi_frame_chain, cfi_init_extra_frame_info)
8331 (cfi_virtual_frame_pointer): Use the above function.
8332 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
8333
8334 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
8335
8336 * v850-tdep.c (v850_type_is_scalar): New function.
8337 (v850_use_struct_convention): Match current gcc implementation
8338 as close as possible.
8339 (v850_push_arguments): Fix stack_offset handling. Don't write
8340 struct_addr into register. This is done by v850_store_struct_return.
8341 (v850_extract_return_value): Care for structs.
8342 (v850_store_return_value): Ditto.
8343 (v850_store_struct_return): Actually write address.
8344
8345 2002-06-11 Michal Ludvig <mludvig@suse.cz>
8346
8347 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
8348 without debug information too.
8349
8350 2002-06-10 Andrew Cagney <ac131313@redhat.com>
8351
8352 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
8353 Make multi-arch pure.
8354 * gdbarch.h, gdbarch.c: Re-generate.
8355 * arm-tdep.c (arm_print_float_info): Update.
8356 * arch-utils.h (default_print_float_info): Update.
8357 * arch-utils.c (default_print_float_info): Update.
8358 * infcmd.c (float_info): Update call.
8359
8360 2002-06-10 Andrew Cagney <ac131313@redhat.com>
8361
8362 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
8363 the front of the initialize list.
8364
8365 2002-06-10 Andrew Cagney <ac131313@redhat.com>
8366
8367 * infrun.c (struct inferior_status): Replace fields
8368 selected_frame_address and selected_level with field
8369 selected_frame_id.
8370 (save_inferior_status): Update. Use get_frame_id.
8371 (struct restore_selected_frame_args): Delete.
8372 (restore_selected_frame): Update. Use frame_find_by_id.
8373 (restore_inferior_status): Update.
8374
8375 * breakpoint.h (struct breakpoint): Change type of
8376 watchpoint_frame to frame_id.
8377 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
8378 call to get_current_frame.
8379 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
8380 get_current_frame.
8381 (watchpoint_check): Use frame_find_by_id.
8382
8383 * frame.h (record_selected_frame): Delete declaration.
8384 * stack.c (record_selected_frame): Delete function.
8385
8386 * frame.h (struct frame_id): Define.
8387 (get_frame_id): Declare.
8388 (frame_find_by_id): Declare.
8389 * frame.c (frame_find_by_id): New function.
8390 (get_frame_id): New function.
8391
8392 2002-06-10 Andrey Volkov <avolkov@transas.com>
8393
8394 * ser-e7kpc.c: Fix duplicated define and call of
8395 _initialize_ser_e7000pc
8396
8397 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
8398
8399 * signals/signals.c (target_signal_from_host): Fix #ifdef
8400 SIGRTMIN case.
8401 (do_target_signal_to_host): Likewise.
8402
8403 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
8404
8405 * mips-tdep.c (mips_find_abi_section): New function.
8406 (mips_gdbarch_init): Call it.
8407
8408 2002-06-09 Mark Kettenis <kettenis@gnu.org>
8409
8410 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
8411 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
8412 after Andrew's 2002-06-08 gdbarch change.
8413
8414 2002-06-09 Mark Kettenis <kettenis@gnu.org>
8415
8416 * i386-linux-nat.c (suppy_gregset): Don't supply
8417 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
8418 register cache.
8419 (fill_gregset): Don't fetch it under the same circumstances.
8420
8421 2002-06-09 Andrew Cagney <cagney@redhat.com>
8422
8423 * Makefile.in (callback_h): Define.
8424 (remote_sim_h): Update path to remote-sim.h.
8425 (remote-rdp.o): Add $(callback_h).
8426 (remote-sim.o): Use $(callback_h).
8427 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
8428 * remote-rdp.c: Include "gdb/callback.h".
8429
8430 2002-06-09 Mark Kettenis <kettenis@gnu.org>
8431
8432 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8433 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
8434
8435 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8436
8437 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
8438 * rdi-share/serpardr.c: Ditto.
8439 * rdi-share/unixcomm.c: Ditto.
8440 * rdi-share/serdrv.c: Ditto.
8441 * rdi-share/hostchan.h: Ditto.
8442 * rdi-share/hostchan.c: Ditto.
8443 * rdi-share/host.h: Ditto.
8444 * rdi-share/devsw.c: Ditto.
8445
8446 * objfiles.h: Change type of obj_private to void pointer.
8447 * pa64solib.c: Update copyright. Don't include "assert.h", use
8448 strcmp instead of STREQ, use LONGEST, do not use PTR
8449 * somsolib.c: Ditto.
8450
8451 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
8452 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
8453 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
8454
8455 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8456
8457 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
8458 (default_get_saved_register): Delete function.
8459 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
8460 generic_unwind_get_saved_register.
8461 * gdbarch.h, gdbarch.c: Re-generate.
8462
8463 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8464
8465 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
8466 generic_func_frame_chain_valid.
8467 * gdbarch.h, gdbarch.c: Re-generate.
8468 * blockframe.c (generic_func_frame_chain_valid): Only check
8469 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
8470 passing FP to PC_IN_CALL_DUMMY.
8471 Fix PR gdb/360.
8472
8473 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8474
8475 * gdbarch.sh (struct gdbarch_data): Add field init_p.
8476 (register_gdbarch_data): Initialize init_p.
8477 (gdbarch_data): Initialize data pointer using the init function.
8478 (init_gdbarch_data): Delete function.
8479 (gdbarch_update_p): Update.
8480 (initialize_non_multiarch): Update.
8481 (struct gdbarch): Add field initialized_p.
8482 * gdbarch.h, gdbarch.c: Re-generate.
8483
8484 2002-06-07 Michal Ludvig <mludvig@suse.cz>
8485
8486 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
8487 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
8488 better do the things actually here.
8489 * x86-64-tdep.c (x86_64_register_name2nr): New.
8490 (x86_64_register_name): Renamed to x86_64_register_nr2name.
8491 (x86_64_gdbarch_init): Respect the above change.
8492 * x86-64-tdep.h (x86_64_register_name2nr)
8493 (x86_64_register_nr2name): Add prototypes.
8494 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
8495
8496 2002-06-06 Michael Snyder <msnyder@redhat.com>
8497
8498 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
8499 Delete extra braces and re-indent.
8500 (d10v_store_return_value): Char return values
8501 must be shifted over by one byte in R0.
8502 (d10v_extract_return_value): Delete extra braces, re-indent.
8503
8504 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
8505
8506 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
8507 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
8508 (d10v_integer_to_address): Rewrite.
8509 (d10v_frame_init_saved_regs): When reading fp and sp registers use
8510 the d10v specific functions which take care of converting to the
8511 correct space.
8512
8513 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
8514
8515 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
8516 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
8517
8518 2002-06-02 Andrew Cagney <ac131313@redhat.com>
8519
8520 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
8521 includes.
8522 * config/tm-linux.h: Ditto.
8523 * config/alpha/tm-alphalinux.h: Ditto.
8524 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
8525 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
8526 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
8527 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
8528 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
8529 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
8530 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
8531 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
8532 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
8533 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
8534 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
8535 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
8536 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
8537 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
8538 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
8539 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
8540 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
8541 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
8542 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
8543 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
8544 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
8545 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
8546 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
8547 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
8548 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
8549 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
8550 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
8551 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
8552 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
8553 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
8554 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
8555 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
8556 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
8557 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
8558 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
8559 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
8560 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
8561
8562 2002-05-04 Aidan Skinner <aidan@velvet.net>
8563
8564 * ada-exp.tab.c: New file
8565 * ada-exp.y: New file
8566 * ada-lang.c: New file
8567 * ada-lang.h: New file
8568 * ada-lex.c: New file
8569 * ada-lex.l: New file
8570 * ada-tasks.c: New file
8571 * ada-typeprint.c: New file
8572 * ada-valprint.c: New file
8573
8574 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
8575
8576 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
8577 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
8578
8579 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
8580
8581 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
8582 insetead of ppc-linux-tdep.o.
8583 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
8584 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
8585
8586 2002-06-02 Andrew Cagney <ac131313@redhat.com>
8587
8588 2002-05-07 Christian Groessler <chris@groessler.org>
8589 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
8590 bit register contents for little endian hosts.
8591
8592 2002-06-01 Andrew Cagney <ac131313@redhat.com>
8593
8594 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
8595 any maintainer.
8596
8597 2002-06-01 Andrew Cagney <ac131313@redhat.com>
8598
8599 * gdbarch.h: Regenerate.
8600
8601 2002-06-01 Andrew Cagney <ac131313@redhat.com>
8602
8603 * MAINTAINERS: Add everyone to write-after-approval list.
8604
8605 2002-06-01 Andrew Cagney <ac131313@redhat.com>
8606
8607 * stack.c (frame_info): Use frame_register_unwind instead of
8608 saved_regs. Mention when the SP is on the stack or in a register.
8609
8610 * frame.h (frame_register_unwind_ftype): Define. Document.
8611 (struct frame_info): Add field register_unwind and
8612 register_unwind_cache.
8613 (frame_register_unwind): Declare.
8614 (generic_unwind_get_saved_register): Declare.
8615
8616 * frame.c (frame_register_unwind): New function.
8617 (generic_unwind_get_saved_register): New function.
8618
8619 * blockframe.c (generic_call_dummy_register_unwind): New function.
8620 (frame_saved_regs_register_unwind): New function.
8621 (set_unwind_by_pc): New function.
8622 (create_new_frame): New function.
8623 (get_prev_frame): New function.
8624
8625 2002-05-30 Andrew Cagney <ac131313@redhat.com>
8626
8627 * a29k-share/: Delete directory.
8628 * remote-vx29k.c: Delete file.
8629
8630 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
8631
8632 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
8633 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
8634
8635 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
8636
8637 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
8638 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
8639 (sparc64nbsd-nat.o)
8640 (sparcnbsd-nat.o)
8641 (sparcnbsd-tdep.o): New dependency lists.
8642 * NEWS: Note new UltraSPARC NetBSD native configuration.
8643 * configure.host (sparc64-*-netbsd*): New host.
8644 * configure.tgt (sparc-*-netbsdelf*)
8645 (sparc-*-netbsd*): Set gdb_target to nbsd.
8646 (sparc64-*-netbsd*): New target.
8647 * sparc64nbsd-nat.c: New file.
8648 * sparcnbsd-nat.c: New file.
8649 * sparcnbsd-tdep.c: New file.
8650 * sparcnbsd-tdep.h: New file.
8651 * config/sparc/nbsd.mt: New file.
8652 * config/sparc/nbsd64.mh: New file.
8653 * config/sparc/nbsd64.mt: New file.
8654 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
8655 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
8656 (HOST_IPC): Remove.
8657 * config/sparc/nbsdaout.mt: Remove.
8658 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
8659 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
8660 (HOST_IPC): Remove.
8661 * config/sparc/nbsdelf.mt: Remove.
8662 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
8663 sparc-nat.c compatiblity defines.
8664 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
8665 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
8666 * config/sparc/tm-nbsd64.h: New file.
8667 * config/sparc/tm-nbsdaout.h: Remove.
8668 * config/sparc/xm-nbsd.h: Remove.
8669
8670 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
8671
8672 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
8673 * sparc-tdep.c: Include osabi.h.
8674 (gdbarch_tdep): Add osabi member.
8675 (_initialize_sparc_tdep): Use gdbarch_register.
8676 (sparc_gdbarch_init): Use generic OS ABI framework.
8677 (sparc_dump_tdep): New function.
8678
8679 2002-05-30 Kevin Buettner <kevinb@redhat.com>
8680
8681 * corefile.c (do_captured_read_memory_integer): Return non-zero
8682 result.
8683 (safe_read_memory_integer): Copy result of memory read when
8684 status is non-zero. Also, add comments.
8685
8686 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
8687
8688 * Makefile.in (ppc_tdep_h): Define.
8689 (ppc-linux-nat.o)
8690 (ppc-linux-tdep.o)
8691 (rs6000-tdep.o): Use $(ppc_tdep_h).
8692 (ppc-sysv-tdep.o)
8693 (ppcnbsd-nat.o)
8694 (ppcnbsd-tdep.o): New dependency lists.
8695 * ppc-tdep.h: Use generic OS ABI framework.
8696 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
8697 (ppc_linux_init_abi): New functions.
8698 (ppc_sysv_abi_broken_use_struct_convention)
8699 (ppc_sysv_abi_use_struct_convention)
8700 (ppc_sysv_abi_push_arguments): Move to...
8701 * ppc-sysv-tdep.c: ...here.
8702 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
8703 * rs6000-tdep.c (process_note_abi_tag_sections)
8704 (get_elfosabi): Remove.
8705 (rs6000_gdbarch_init): Use generic OS ABI framework.
8706 (rs6000_dump_tdep): New function.
8707 (_initialize_rs6000_tdep): Use gdbarch_register.
8708 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
8709 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8710 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
8711 of ppc-linux-tdep.o.
8712 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
8713 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
8714 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
8715 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
8716 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
8717 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
8718
8719 2002-05-29 Jim Blandy <jimb@redhat.com>
8720
8721 * macroscope.c (default_macro_scope): Put `void' in empty argument
8722 list.
8723
8724 2002-05-29 Andrew Cagney <ac131313@redhat.com>
8725
8726 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
8727 * arch-utils.c: Include "sim-regno.h".
8728 * gdbarch.sh: Don't include "sim-regno.h".
8729 * gdbarch.h, gdbarch.c: Regenerate.
8730 * sim-regno.h (legacy_register_sim_regno): Move declaration from
8731 here.
8732 * arch-utils.h (legacy_register_sim_regno): To here.
8733 * remote-sim.c (legacy_register_sim_regno): Move function from
8734 here.
8735 * arch-utils.c (legacy_register_sim_regno): To here.
8736
8737 2002-05-28 Andrew Cagney <ac131313@redhat.com>
8738
8739 * sim-regno.h: New file.
8740 * Makefile.in (sim_regno_h): Define.
8741 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
8742 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
8743 (legacy_register_sim_regno): New function.
8744 (one2one_register_sim_regno): New function.
8745 (gdbsim_fetch_register): Rewrite.
8746 (gdbsim_store_register): Only store a register when
8747 REGISTER_SIM_REGNO is valid.
8748 * d10v-tdep.c: Include "sim-regno.h".
8749 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
8750 (d10v_ts3_register_sim_regno): Ditto.
8751 * gdbarch.sh: Include "sim-regno.h".
8752 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
8753 * gdbarch.h, gdbarch.c: Regenerate.
8754 * arch-utils.h (default_register_sim_regno): Delete declaration.
8755 * arch-utils.c (default_register_sim_regno): Delete function.
8756
8757 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
8758
8759 * ppcnbsd-nat.c: Rewrite.
8760 * ppcnbsd-tdep.c: New file.
8761 * ppcnbsd-tdep.h: New file.
8762 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
8763 solib.o, and solib-svr4.o.
8764 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
8765 nbsd-tdep.o, and corelow.o.
8766
8767 2002-05-28 Andrew Cagney <ac131313@redhat.com>
8768
8769 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
8770 `tr' and `sed'. Mention that `broken' targets are not expected to
8771 build.
8772
8773 2002-05-27 Michal Ludvig <mludvig@suse.cz>
8774
8775 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
8776 Let PC point right after the prologue before looking up symbols.
8777
8778 2002-05-27 Martin M. Hunt <hunt@redhat.com>
8779
8780 * i386-tdep.c (i386_register_virtual_type): Return
8781 builtin_type_vec128i for SSE registers.
8782
8783 * gdbtypes.h (builtin_type_vec128i): Declare.
8784
8785 * gdbtypes.c (build_builtin_type_vec128i): New function.
8786 (builtin_type_v2_double, builtin_type_v4_int64): New types.
8787 (builtin_type_vec128i): New type for SSE2 128-bit registers.
8788 (build_gdbtypes): Initialize new builtin vector types.
8789 (_initialize_gdbtypes): Register new vector types with gdbarch.
8790
8791 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8792
8793 * MAINTAINERS: ns32k is not longer an obsolete candidate,
8794 since it has been multi-arch'd.
8795 * NEWS: Note that ns32k-*-* is now partial multi-arch.
8796 Move Alpha and VAX multi-arch news entries to same section
8797 as other multi-arch news.
8798
8799 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8800
8801 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
8802 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
8803 static. Rename some register numbers to put them in ns32k-tdep
8804 private namespace.
8805 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
8806 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
8807 functions.
8808 (_initialize_ns32k_tdep): Use gdbarch_register.
8809 * ns32k-tdep.h: New file.
8810 * ns32knbsd-tdep.c: New file.
8811 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
8812 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
8813 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
8814 REGISTER_BYTES, REGISTER_BYTE): Remove.
8815 * config/ns32k/tm-ns32k.h: New file.
8816 * config/ns32k/tm-umax.h: Remove.
8817
8818 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8819
8820 * ns32k-tdep.c (ns32k_saved_pc_after_call,
8821 ns32k_store_struct_return, ns32k_extract_return_value,
8822 ns32k_store_return_value, ns32k_extract_struct_value_address): New
8823 functions.
8824 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
8825 ns32k_saved_pc_after_call.
8826 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
8827 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
8828 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
8829 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8830 ns32k_extract_struct_value_address.
8831
8832 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8833
8834 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
8835 ns32k_fix_call_dummy): New.
8836 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
8837 ns32k_call_dummy_words.
8838 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
8839 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
8840 CALL_DUMMY_NARGS): Remove.
8841 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
8842
8843 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8844
8845 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
8846 ns32k_frame_saved_pc, ns32k_frame_args_address,
8847 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
8848 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
8849 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
8850 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
8851 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
8852 (BREAKPOINT): Remove..
8853 (FRAME_CHAIN): Define as ns32k_frame_chain.
8854 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
8855 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
8856 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
8857 (FRAME_FIND_SAVED_REGS): Remove.
8858 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
8859 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
8860 (POP_FRAME): Define as ns32k_pop_frame.
8861
8862 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8863
8864 * ns32k-tdep.c (ns32k_register_byte_32082,
8865 ns32k_register_byte_32382, ns32k_register_raw_size,
8866 ns32k_register_virtual_size, ns32k_register_virtual_type): New
8867 functions.
8868 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
8869 ns32k_register_byte_32382.
8870 * config/ns32k/tm-umax.h: Update copyright years.
8871 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
8872 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
8873 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
8874 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
8875 (ns32k_get_enter_addr): Fix prototype.
8876
8877 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
8878
8879 * ns32k-tdep.c: Update copyright years.
8880 (ns32k_register_name_32082): New function.
8881 (ns32k_register_name_32382): Ditto.
8882 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
8883 (REGISTER_NAME): Define as ns32k_register_name_32382.
8884 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
8885 (REGISTER_NAME): Define as ns32k_register_name_32082.
8886
8887 2002-05-24 Jim Blandy <jimb@redhat.com>
8888
8889 * dwarf2read.c (free_line_header): Use xfree, not free.
8890
8891 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
8892
8893 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
8894 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
8895
8896 2002-05-23 Andrew Cagney <ac131313@redhat.com>
8897
8898 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
8899
8900 2002-05-23 Andrew Cagney <ac131313@redhat.com>
8901
8902 From Ross Alexander at NEC Europe:
8903 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
8904
8905 2002-05-23 Michael Snyder <msnyder@redhat.com>
8906
8907 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
8908 for input, rather than parse_and_eval_address.
8909
8910 2002-05-23 Andrew Cagney <ac131313@redhat.com>
8911
8912 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
8913 * Makefile.in (sim_d10v_h): Update definition.
8914
8915 2002-05-24 Andrew Cagney <cagney@redhat.com>
8916
8917 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
8918 change `2002-05-22 Michael Snyder' below.
8919 (d10v_push_arguments): Ditto.
8920 (d10v_extract_return_value): Ditto.
8921
8922 2002-05-23 Jim Blandy <jimb@redhat.com>
8923
8924 * macrotab.c (check_for_redefinition): Don't complain if the new
8925 definition is the same as the previous one. Take more arguments
8926 to allow the comparison.
8927 (macro_define_object, macro_define_function): Pass more arguments
8928 to check_for_redefinition.
8929
8930 2002-05-22 Michael Snyder <msnyder@redhat.com>
8931
8932 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
8933 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
8934 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
8935 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
8936 Don't bail if return_pc is PC_IN_CALL_DUMMY.
8937 Add a temp variable to save a call (and a memory read).
8938 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
8939 if possible (so that PC_IN_CALL_DUMMY will work).
8940
8941 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
8942
8943 * MAINTAINERS: Remove status `OBSOLETE' from v850.
8944
8945 2002-05-22 Michal Ludvig <mludvig@suse.cz>
8946
8947 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
8948 fde->cie_ptr.
8949 (dwarf2_build_frame_info): Corrected handling of eh_frame.
8950 (dwarf2_build_frame_info): Add offset to fde->initial_location
8951 so that frames of shared libraries are mapped correctly.
8952 (execute_stack_op): Change type of 'result' from ULONGEST to
8953 CORE_ADDR.
8954
8955 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8956
8957 * config/alpha/tm-nbsd.h: Include solib.h.
8958
8959 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8960
8961 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
8962 assumptions about the host's byte order.
8963
8964 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8965
8966 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
8967 to dependency list.
8968 * alphanbsd-tdep.c: Include solib-svr4.h.
8969 * shnbsd-tdep.c: Ditto.
8970
8971 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8972
8973 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
8974 nbsd-tdep.h to dependency list.
8975 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
8976 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
8977 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
8978 nbsdaout.mh and nbsdelf.mh consistently.
8979 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
8980 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
8981 nbsdaout.mt and nbsdelf.mh consistently.
8982 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
8983 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
8984 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
8985 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
8986 a.out shared library stuff from here...
8987 * config/nm-nbsdaout.h: ...to here.
8988 * config/tm-nbsd.h: Remove.
8989 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
8990 * config/arm/nbsd.mh: Remove.
8991 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
8992 nbsd-tdep.o.
8993 * config/arm/nbsdaout.mh: New file.
8994 * config/arm/nbsdelf.mh: New file.
8995 * config/arm/nm-nbsdaout.h: New file.
8996 * config/i386/nbsd.mh: Remove.
8997 * config/i386/nbsd.mt: Remove.
8998 * config/i386/nbsdaout.mh: New file.
8999 * config/i386/nbsdaout.mt: New file.
9000 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
9001 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
9002 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
9003 i386_register_u_addr): Remove.
9004 * config/i386/nm-nbsdaout.h: New file.
9005 * config/i386/nm-nbsdelf.h: Remove.
9006 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
9007 (USE_STRUCT_CONVENTION): Remove.
9008 * config/i386/tm-nbsdaout.h: New file.
9009 * config/i386/tm-nbsdelf.h: Remove.
9010 * config/m68k/nbsd.mh: Remove.
9011 * config/m68k/nbsd.mt: Remove.
9012 * config/m68k/nbsdaout.mh: New file.
9013 * config/m68k/nbsdaout.mt: New file.
9014 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
9015 * config/m68k/nm-nbsdaout.h: New file.
9016 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
9017 (IN_SOLIB_CALL_TRAMPOLINE): Define.
9018 * config/ns32k/nbsd.mh: Remove.
9019 * config/ns32k/nbsd.mt: Remove.
9020 * config/ns32k/nbsdaout.mh: New file.
9021 * config/ns32k/nbsdaout.mt: New file.
9022 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
9023 * config/ns32k/nm-nbsdaout.h: New file.
9024 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
9025 (IN_SOLIB_CALL_TRAMPOLINE): Define.
9026 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
9027 (SVR4_SHARED_LIBS): Remove.
9028 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
9029 * config/sparc/nbsd.mh: Remove.
9030 * config/sparc/nbsd.mt: Remove.
9031 * config/sparc/nbsdaout.mh: New file.
9032 * config/sparc/nbsdaout.mt: New file.
9033 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
9034 * config/sparc/nbsdelf.mt: New file.
9035 * config/sparc/nm-nbsdaout.h: New file.
9036 * config/sparc/nm-nbsdelf.h: Remove.
9037 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
9038 * config/sparc/tm-nbsdaout.h: New file.
9039
9040 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
9041
9042 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
9043 mipsnbsd-tdep.c
9044 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
9045
9046 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
9047
9048 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
9049 shnbsd-nat.c.
9050 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
9051
9052 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
9053
9054 * NEWS: Note new MIPS NetBSD native configuration.
9055 * configure.host (mips*-*-netbsd*): New host.
9056 * configure.tgt (mips*-*-netbsd*): New target.
9057 * mipsnbsd-nat.c: New file.
9058 * mipsnbsd-tdep.c: New file.
9059 * mipsnbsd-tdep.h: New file.
9060 * config/mips/nbsd.mh: New file.
9061 * config/mips/nbsd.mt: New file.
9062 * config/mips/nm-nbsd.h: New file.
9063 * config/mips/tm-nbsd.h: New file.
9064
9065 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
9066
9067 * Makefile.in (SFILES): Add osabi.c.
9068 (COMMON_OBS): Add osabi.o.
9069 (osabi.o): New dependency list.
9070 * osabi.c: New file.
9071 * osabi.h: New file.
9072 * doc/gdbint.texinfo: Document new generic OS ABI framework.
9073
9074 * Makefile.in (alpha_tdep_h): Define and use instead of
9075 alpha-tdep.h.
9076 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
9077 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
9078 Remove.
9079 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
9080 * alpha-tdep.h: Include osabi.h.
9081 (alpha_abi): Remove.
9082 (gdbarch_tdep): Use generic OS ABI framework.
9083 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
9084 gdbarch_register_osabi.
9085 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
9086 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
9087 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
9088
9089 * Makefile.in (sh_tdep_h): Add osabi.h.
9090 * sh-tdep.h (sh_osabi): Remove.
9091 (gdbarch_tdep): Use generic OS ABI framework.
9092 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
9093 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
9094 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
9095 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
9096
9097 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
9098 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
9099 gdbarch_register_osabi.
9100 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
9101 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
9102 (get_elfosabi): Rename to...
9103 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
9104 ABI framework support routines.
9105 (arm_gdbarch_init): Use generic OS ABI framework.
9106 (arm_dump_tdep): Likewise.
9107 (_initialize_arm_tdep): Likewise.
9108 * arm-tdep.h: Include osabi.h.
9109 (arm_abi): Remove.
9110 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
9111 osabi member.
9112 (arm_gdbarch_register_os_abi): Remove prototype.
9113 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
9114 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
9115
9116 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
9117 * mips-tdep.c: Include osabi.h.
9118 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
9119 OS ABI framework.
9120
9121 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
9122
9123 * h8300-tdep.c: Fix formatting.
9124
9125 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
9126
9127 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
9128 printing vector registers.
9129
9130 2002-05-19 Andrew Cagney <ac131313@redhat.com>
9131
9132 From Fernando Nasser:
9133 * remote.c (remote_async_open_1): Re-throw the exception when the
9134 connection fails.
9135 (remote_cisco_open): Ditto.
9136 (remote_open_1): Ditto.
9137
9138 2002-05-19 Andrew Cagney <ac131313@redhat.com>
9139
9140 * remote.c (remote_start_remote_dummy): Add uiout parameter.
9141 (remote_start_remote): Add uiout parameter. Pass through to
9142 remote_start_remote_dummy.
9143 (remote_open_1): Use catch_exception instead of catch_errors.
9144 (remote_async_open_1): Ditto.
9145 (remote_cisco_open): Ditto.
9146
9147 2002-05-19 Andrew Cagney <ac131313@redhat.com>
9148
9149 * remote.c (remote_start_remote): Replace PTR with void pointer.
9150 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
9151 static.
9152
9153 2002-05-18 Andrew Cagney <ac131313@redhat.com>
9154
9155 * gdb_indent.sh: Allow the script to be run in the sim directory.
9156
9157 2002-05-18 Mark Kettenis <kettenis@gnu.org>
9158
9159 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
9160 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
9161
9162 * corelow.c (core_open): Only call set_gdbarch_from_file if
9163 exec_bfd is NULL.
9164
9165 2002-05-17 Andrey Volkov <avolkov@transas.com>
9166
9167 * h8300-tdep.c: Add support of EXR register
9168 * config/h8300/tm-h8300.h: Ditto.
9169
9170 2002-05-17 Andrey Volkov <avolkov@transas.com>
9171
9172 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
9173
9174 2002-05-17 Andrey Volkov <avolkov@transas.com>
9175
9176 * h8300-tdep.c: Change literal regnums to REGNO.
9177
9178 2002-05-17 Jim Blandy <jimb@redhat.com>
9179
9180 * NEWS: Note addition of macro support.
9181
9182 Expand preprocessor macros in C expressions.
9183 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
9184 (scan_macro_expansion, scanning_macro_expansion,
9185 finished_macro_expansion): New function declarations.
9186 (expression_macro_lookup_func, expression_macro_lookup_baton): New
9187 variable declarations.
9188 * parser-defs.h (expression_context_pc): New declaration.
9189 * parse.c (expression_context_pc): New variable.
9190 (parse_exp_1): Set expression_context_pc, as well as
9191 expression_context_block.
9192 * c-exp.y (yylex): If we're not already reading the result of a
9193 macro expansion, try to macro-expand the next token. When we're
9194 done scanning a macro expansion, switch back to the mainline text.
9195 Commas and `if's in a macro's expansion don't terminate the input.
9196 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
9197 (macro_original_text, macro_expanded_text,
9198 expression_macro_lookup_func, expression_macro_lookup_baton): New
9199 variables.
9200 (scan_macro_expansion, scanning_macro_expansion,
9201 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
9202 c_preprocess_and_parse): New functions.
9203 (c_language_defn, cplus_language_defn, asm_language_defn): Call
9204 c_preprocess_and_parse, instead of c_parse.
9205 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
9206 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
9207
9208 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
9209
9210 * sh-tdep.c (gdb_print_insn_sh64): Delete.
9211 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
9212 (sh_gdbarch_init): Always use gdb_print_insn_sh.
9213
9214 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
9215
9216 * NEWS: Add section for multi-arched targets. Add v850 to that section.
9217
9218 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
9219
9220 * Makefile.in (sh_tdep_h): Define and use.
9221 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
9222 register enum): Move to...
9223 * * sh-tdep.h: ...here.
9224 * sh-tdep.c: Include sh-tdep.h.
9225 * sh3-rom.c: Likewise.
9226 * shnbsd-tdep.c: Likewise.
9227
9228 2002-05-16 Michael Snyder <msnyder@redhat.com>
9229
9230 * arm-tdep.c: Spelling fix in comment.
9231
9232 2002-05-16 Jim Blandy <jimb@redhat.com>
9233
9234 Add commands for manually expanding macros and showing their
9235 definitions.
9236 * macrocmd.c, macroscope.c, macroscope.h: New files.
9237 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
9238 (macroscope_h): New variable.
9239 (HFILES_NO_SRCDIR): Add macroscope.h.
9240 (COMMON_OBS): Add macrocmd.o, macroscope.o.
9241 (macroscope.o, macrocmd.o): New rules.
9242
9243 Teach the Dwarf 2 reader to read macro information.
9244 * dwarf2read.c: #include "macrotab.h".
9245 (dwarf_macinfo_buffer): New variable.
9246 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
9247 dwarf_macinfo_size.
9248 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
9249 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
9250 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
9251 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
9252 dwarf2_macro_spaces_in_definition): New complaints.
9253 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
9254 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
9255 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
9256 the partial symbol table.
9257 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
9258 from what's recorded in the partial symbol table.
9259 (read_file_scope): If the compilation unit has a
9260 `DW_AT_macro_info' attribute, read its macro information.
9261 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
9262
9263 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
9264
9265 Fix PR gdb/546
9266 * ser-tcp.c: Don't include <netinet/udp.h>.
9267
9268 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
9269
9270 * MAINTAINERS: Update my email address.
9271
9272 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
9273
9274 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
9275 include file of the same name.
9276
9277 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
9278
9279 * configure.tgt: Mark v850 as multi-arched.
9280 * config/v850/tm-v850.h: Remove file.
9281 * config/v850/v850.mt: Eliminate TM_FILE.
9282
9283 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
9284
9285 * v850-tdep.c: Full multi-arch.
9286 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
9287 Define GDB_MULTI_ARCH to 2.
9288
9289 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
9290
9291 * p-exp.y (current_type): New static variable.
9292 Carries the type of the expression at the position that is parsed.
9293 (push_current_type, pop_current_type): Two new functions. Used
9294 to store/restore current_type in expression on specific tokens.
9295 (search_field): New static variable. Set to one after parsing a point
9296 as at that point only a FIELDNAME token should be searched.
9297 (FIELDNAME): New token. After a point only a token belonging to
9298 current_type type definition is allowed.
9299 (all over token rules): reset and change current_type according
9300 to rules.
9301 (exp '[' rule): insert implicit array index field if
9302 exp is a pascal string type.
9303
9304 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
9305
9306 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
9307 frame info. Use frame_info's saved_regs instead of matching member
9308 in extra_frame_info throughout.
9309 (v850_frame_init_saved_regs): New function.
9310 (v850_init_extra_frame_info): Move most functionality into
9311 v850_frame_init_saved_regs().
9312 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
9313 (v850_frame_find_saved_regs): Remove declaration.
9314 (FRAME_FIND_SAVED_REGS): Remove definition.
9315 (v850_frame_init_saved_regs): Add declaration.
9316 (FRAME_INIT_SAVED_REGS): Add definition.
9317
9318 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
9319
9320 * v850-tdep.c: Begin multi-arch'ing v850.
9321 (v850_target_architecture_hook): Remove function.
9322 (v850_gdbarch_init): New function. Add code previously in
9323 v850_target_architecture_hook().
9324 (_initialize_v850_tdep): Don't set target_architecture_hook.
9325 Call register_gdbarch_init() instead.
9326
9327 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
9328
9329 * gdbtypes.h (struct cplus_struct_type): Remove args field.
9330 * hpread.c (hpread_read_struct_type): Remove assignments to args.
9331 (fixup_class_method_type): Likewise.
9332
9333 2002-05-15 Jim Blandy <jimb@redhat.com>
9334
9335 Add macro structures to GDB's symbol tables. Nobody puts anything
9336 in them yet.
9337 * symtab.h (struct symtab): New member: `macro_table'.
9338 * buildsym.h (pending_macros): New global variable.
9339 * buildsym.c: #include "macrotab.h".
9340 (buildsym_init): Initialize `pending_macros'.
9341 (end_symtab): If we found macro information while reading a CU's
9342 debugging info, do build a symtab structure for it. Make the
9343 symtab point to the macro information, and clear the
9344 `pending_macros' pointer which held it while we were reading the
9345 debug info.
9346 (really_free_pendings): Free any pending macro table.
9347 * objfiles.h (struct objfile): New member: `macro_cache'.
9348 * objfiles.c (allocate_objfile): Set allocate and free functions
9349 for the macro cache's objstack.
9350 (free_objfile): Empty the macro cache's obstack.
9351 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
9352 set new allocate and free functions for it.
9353 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
9354 free functions for the macro cache's objstack. (Why is this
9355 function building its own objfile?)
9356 * symmisc.c (print_objfile_statistics): Print statistics on the
9357 macro bcache.
9358 * Makefile.in: Note that buildsym.o depends on macrotab.h.
9359
9360 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
9361
9362 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
9363 (REGISTER_U_ADDR): Delete definition.
9364 (arm_register_u_addr): Delete declaration.
9365
9366 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
9367
9368 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
9369 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
9370
9371 2002-05-14 Andrew Cagney <ac131313@redhat.com>
9372
9373 * regcache.c (register_valid): Revise comments refering to "Not
9374 available" and "unavailable".
9375 * frame.c (frame_register_read): Ditto.
9376 * findvar.c (value_of_register): Ditto.
9377
9378 2002-05-15 Andrew Cagney <cagney@redhat.com>
9379
9380 * Makefile.in (remote_sim_h): Replace remote-sim_h.
9381 (remote-sim.o): Update dependencies.
9382 (d10v-tdep.o): Specify dependencies.
9383 (sim_d10v_h): Define.
9384
9385 2002-05-14 Jim Blandy <jimb@redhat.com>
9386
9387 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
9388 * macrotab.c (macro_lookup_inclusion, find_definition,
9389 new_macro_table): Same.
9390
9391 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
9392 not `! strcmp ()'. This is a dubious improvement.
9393 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
9394
9395 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
9396 although it's not necessary, to avoid a warning.
9397
9398 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9399
9400 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
9401 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
9402 TYPE_INSTANCE_FLAGS.
9403 (struct main_type): New.
9404 (struct type): Move most members to struct main_type. Change
9405 cv_type and as_type to new type_chain member. Add instance_flags.
9406 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
9407 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
9408 (finish_cv_type): Remove prototype.
9409 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
9410 Set TYPE_CHAIN.
9411 (alloc_type_instance): New function.
9412 (smash_type): New function.
9413 (make_pointer_type, make_reference_type, make_function_type)
9414 (smash_to_member_type, smash_to_method_type): Call smash_type.
9415 (make_qualified_type): New function.
9416 (make_type_with_address_space): Call make_qualified_type.
9417 (make_cv_type): Likewise.
9418 (finish_cv_type): Remove unnecessary function.
9419 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
9420 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
9421 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
9422 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
9423 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
9424 * hpread.c (hpread_read_struct_type): Likewise.
9425 * stabsread.c (read_struct_type): Likewise.
9426
9427 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
9428
9429 * configure.tgt: Add a catch all sh* target, for cases like
9430 sh[2,3,4]-elf and sh-hms.
9431
9432 2002-05-14 Keith Seitz <keiths@redhat.com>
9433
9434 * event-loop.c (create_file_handler): Don't do anything but
9435 update data when we are given a fd which we are already
9436 monitoring.
9437
9438 2002-05-14 Michal Ludvig <mludvig@suse.cz>
9439
9440 * dwarf2cfi.c (context_cpy): Copy registers correctly.
9441 (update_context): Use __func__ in warnings.
9442
9443 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9444
9445 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
9446 and tcp_close to net_open and net_close.
9447 (net_open): Accept "udp:" and "tcp:" specifications. Connect
9448 using UDP if requested. Don't try to disable Nagle on UDP
9449 sockets.
9450 * remote.c (remote_serial_open): New function. Warn about UDP.
9451 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
9452
9453 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
9454
9455 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
9456
9457 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
9458
9459 * configure.tgt: Remove sh-hms target.
9460 * MAINTAINERS: Don't list sh-hms as a separate target.
9461
9462 2002-05-13 Jim Blandy <jimb@redhat.com>
9463
9464 Add first preprocessor macro-expansion files.
9465 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
9466 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
9467 (splay_tree_h, macroexp_h, macrotab_h): New variable.
9468 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
9469 (COMMON_OBS): Add macrotab.o, macroexp.o.
9470 (macroexp.o, macrotab.o): New rules.
9471
9472 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9473
9474 * config/m88k/tm-m88k.h: Update copyright.
9475 (m88k_target_write_pc): Declare
9476 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
9477 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
9478 (SHIFT_INST_REGS): Update definition.
9479 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
9480 using old definition of TARGET_WRITE_PC.
9481 * regcache.c (generic_target_write_pc): Delete code handling
9482 NNPC_REGNUM.
9483 * gdbarch.sh (NNPC_REGNUM): Delete.
9484 * gdbarch.h, gdbarch.c: Regenerate.
9485
9486 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
9487
9488 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
9489 builtin reg number.
9490
9491 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
9492
9493 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
9494 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
9495 (gen_address_of, gen_struct_ref, gen_repeat): Use type
9496 access macros.
9497 * c-typeprint.c (cp_type_print_method_args): Likewise.
9498 (c_type_print_args): Likewise.
9499 * d10v-tdep.c (d10v_push_arguments): Likewise.
9500 (d10v_extract_return_value): Likewise.
9501 * expprint.c (print_subexp): Likewise.
9502 * gdbtypes.c (lookup_primitive_typename): Likewise.
9503 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
9504 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
9505 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
9506 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
9507 (TYPE_VECTOR): Likewise.
9508 * hpread.c (hpread_read_struct_type)
9509 (fix_static_member_physnames, fixup_class_method_type)
9510 (hpread_type_lookup): Likewise.
9511 * mdebugread.c (parse_symbol, parse_type): Likewise.
9512 * p-lang.c (is_pascal_string_type): Likewise.
9513 * valops.c (hand_function_call): Likewise.
9514 * x86-64-tdep.c (classify_argument): Likewise.
9515
9516 * hpread.c (hpread_read_function_type)
9517 (hpread_read_doc_function_type): Call replace_type.
9518 * dstread.c (create_new_type): Delete.
9519 (decode_dst_structure, process_dst_function): Call alloc_type.
9520 Use type access macros.
9521
9522 2002-05-12 Mark Kettenis <kettenis@gnu.org>
9523
9524 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
9525 the're not supported by the current architecture.
9526 (i387_fill_fxsave): Likewise.
9527
9528 2002-05-12 Fred Fish <fnf@redhat.com>
9529
9530 * symfile.c (default_symfile_offsets): Arrange for uninitialized
9531 sect_index_xxx members to index the first slot in section_offsets
9532 if all of the section_offsets are zero.
9533
9534 2002-05-12 Mark Kettenis <kettenis@gnu.org>
9535
9536 * configure.tgt (sparc-*openbsd): Remove entry accidentially
9537 checked in with last change.
9538
9539 2002-05-12 Mark Kettenis <kettenis@gnu.org>
9540
9541 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
9542 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
9543 config.sub.
9544
9545 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
9546
9547 * Makefile.in: Update dependencies.
9548
9549 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9550
9551 * language.c (local_hex_string_custom): Simplify. Do not depend
9552 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
9553
9554 * memattr.c (mem_info_command): Replace calls to
9555 longest_local_hex_string and longest_local_hex_string_custom.
9556 * buildsym.c (make_blockvector): Ditto.
9557 * solib.c (info_sharedlibrary_command): Ditto.
9558 * tracepoint.c (tracepoints_info): Ditto.
9559 * symtab.c (print_msymbol_info): Ditto.
9560
9561 * language.c (local_hex_string): Delete.
9562 (local_hex_string_custom): Delete.
9563 (longest_local_hex_string): Rename to local_hex_string.
9564 (longest_local_hex_string_custom): Rename to
9565 local_hex_string_custom.
9566 * language.h (local_hex_string): Change parameter type to LONGEST.
9567 (local_hex_string_custom): Ditto.
9568 (longest_local_hex_string): Delete declaration.
9569 (longest_local_hex_string_custom): Ditto.
9570
9571 * solib.c: Update copyright.
9572 * memattr.c: Update copyright.
9573
9574 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9575
9576 * arch-utils.h (legacy_register_to_value): Declare.
9577 (legacy_value_to_register): Declare.
9578 (legacy_convert_register_p): Declare.
9579 * arch-utils.c (legacy_register_to_value): New function.
9580 (legacy_value_to_register): New function.
9581 (legacy_convert_register_p): New function.
9582
9583 * gdbarch.sh (REGISTER_TO_VALUE): Define.
9584 (VALUE_TO_REGISTER): Define.
9585 (CONVERT_REGISTER_P): Define.
9586 * gdbarch.h, gdbarch.c: Regenerate.
9587
9588 * valops.c (value_assign): Use CONVERT_REGISTER_P and
9589 VALUE_TO_REGISTER.
9590 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
9591 CONVERT_REGISTER_P.
9592
9593 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
9594 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9595
9596 * Makefile.in: Update dependencies for valops.c.
9597 * valops.c: Include "gdb_assert.h".
9598 (typecmp): Skip THIS parameter to methods.
9599 (find_method_list): Remove static_memfuncp argument,
9600 update callers. Check for stub methods.
9601 (find_value_oload_method_list): Don't set *static_memfuncp.
9602 (find_overload_match): Don't check for stub methods. Assert
9603 that methods are not stubbed. Handle static methods.
9604 (value_find_oload_method_list): Remove static_memfuncp argument.
9605 * gdbtypes.c (check_stub_method): Do not add THIS pointer
9606 to the argument list for static stub methods.
9607 * value.h (value_find_oload_method_list): Update prototype.
9608
9609 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9610
9611 * arch-utils.h (generic_register_size): Declare.
9612 (generic_register_raw_size, generic_register_virtual_size): Delete
9613 declarations.
9614 * arch-utils.c (generic_register_raw_size): Delete.
9615 (generic_register_size): New function.
9616 (generic_register_virtual_size): Delete.
9617
9618 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
9619 default generic_register_size.
9620 * gdbarch.h, gdbarch.c: Re-generate.
9621
9622 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
9623 register_virtual_size.
9624 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
9625 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9626
9627 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9628
9629 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
9630 * gdbarch.h, gdbarch.c: Regenerate.
9631 * gnu-v3-abi.c: Update copyright.
9632 (vtable_address_point_offset): Update.
9633 (gnuv3_rtti_type): Update.
9634 (gnuv3_baseclass_offset): Update.
9635 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
9636 (init_fetch_link_map_offsets): Update.
9637 * remote.c (get_remote_state): Update.
9638
9639 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
9640
9641 * TODO: Remove value_headof/value_from_vtable_info comment.
9642 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
9643 * values.c (value_headof, value_from_vtable_info): Delete.
9644 * value.h (value_from_vtable_info): Delete prototype.
9645
9646 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9647
9648 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
9649 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
9650 $(gdb_regex_h).
9651 (gdb_assert_h): Define.
9652 (gdb_wait_h): Define.
9653 (gdb_regex_h): Define.
9654
9655 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
9656
9657 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9658 * linespec.c (find_methods): Handle GCC 3.x template constructors.
9659
9660 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9661
9662 * nbsd-tdep.c: Fix comment.
9663
9664 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9665
9666 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
9667 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
9668 (nbsd-tdep.o): New dependency list.
9669 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
9670 nbsd-tdep.h.
9671 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
9672 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
9673 * nbsd-tdep.c: New file.
9674 * nbsd-tdep.h: New file.
9675 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
9676 nbsd-tdep.h.
9677 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
9678 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
9679 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
9680 * config/sh/nbsd.mt (TDEPFILES): Ditto.
9681
9682 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9683
9684 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
9685 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
9686 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
9687 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
9688 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
9689 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
9690
9691 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9692
9693 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
9694 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
9695 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
9696 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
9697 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
9698 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
9699 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
9700
9701 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9702
9703 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
9704 fetch_elfcore_registers to...
9705 * i386nbsd-tdep.c: ...here.
9706 (i386nbsd_use_struct_convention): Rename to...
9707 (i386nbsd_aout_use_struct_convention): ...this.
9708 (i386nbsd_supply_reg): New function.
9709 (i386nbsd_fill_reg): New function.
9710 (fetch_core_registers): Use i386nbsd_supply_reg.
9711 (fetch_elfcore_registers): Likewise.
9712 (_initialize_i386nbsd_tdep): New function.
9713 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
9714 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
9715 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
9716 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
9717 (i386nbsd_aout_use_struct_convention): ...this.
9718
9719 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9720
9721 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
9722 (store_inferior_registers): Use shnbsd_fill_reg.
9723 * shnbsd-tdep.c (sh_nbsd_supply_registers,
9724 sh_nbsd_supply_register): Collapse into...
9725 (shnbsd_supply_reg): ...this.
9726 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
9727 (shnbsd_fill_reg): ...this.
9728 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
9729 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
9730 (fetch_core_registers): Use shnbsd_supply_reg.
9731 (fetch_elfcore_registers): Use shnbsd_supply_reg.
9732 (sh_nbsd_core_fns): Rename to...
9733 (shnbsd_core_fns): ...this.
9734 (sh_nbsd_elfcore_fns): Rename to...
9735 (shnbsd_elfcore_fns): ...this.
9736 (sh_nbsd_init_abi): Rename to...
9737 (shnbsd_init_abi): ...this.
9738 (_initialize_sh_nbsd_tdep): Rename to...
9739 (_initialize_shnbsd_tdep): ...this.
9740 * shnbsd-tdep.h (sh_nbsd_supply_registers,
9741 sh_nbsd_supply_register, sh_nbsd_fill_registers,
9742 sh_nbsd_fill_register): Remove prototypes.
9743 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
9744
9745 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9746
9747 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
9748 (i387-nat.o): Delete dependency list.
9749 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
9750 (x86-64-linux-nat.o): Likewise.
9751 * i387-nat.c: Delete file, moving contents to...
9752 * i387-tdep.c: ...here.
9753 * i387-nat.h: Rename...
9754 * i387-tdep.h: ...to this.
9755 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
9756 * i386-linux-nat.c: Likewise.
9757 * i386bsd-nat.c: Likewise.
9758 * i386gnu-nat.c: Likewise.
9759 * i386nbsd-nat.c: Likewise.
9760 * i386v4-nat.c: Likewise.
9761 * x86-64-linux-nat.c: Likewise.
9762 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
9763 * config/i386/go32.mh (NATDEPFILES): Likewise.
9764 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
9765 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
9766 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
9767 * config/i386/linux.mh (NATDEPFILES): Likewise.
9768 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
9769 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
9770 * config/i386/obsd.mh (NATDEPFILES): Likewise.
9771 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
9772
9773 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9774
9775 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
9776 (alphanbsd-nat.o): Remove dependency list.
9777 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
9778 * alphanbsd-nat.c: Delete. Contents moved to...
9779 * alphanbsd-tdep.c: ...here.
9780 (_initialize_alphanbsd_tdep): Register core functions.
9781 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
9782
9783 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
9784
9785 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
9786 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
9787 (alphanbsd-nat.o): Likewise.
9788 (alphabsd-tdep.o): New dependency list.
9789 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
9790 (fill_gregset): Use alphabsd_fill_reg.
9791 (supply_fpregset): Use alphabsd_supply_fpreg.
9792 (fill_fpregset): Use alphabsd_fill_fpreg.
9793 (fetch_inferior_registers): Use struct reg and struct fpreg
9794 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
9795 and alphabsd_supply_fpreg.
9796 (store_inferior_registers): Use struct reg and struct fpreg
9797 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
9798 and alphabsd_fill_fpreg.
9799 * alphabsd-tdep.c: New file.
9800 * alphabsd-tdep.h: New file.
9801 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
9802 (fetch_elfcore_registers): Use alphabsd_supply_reg and
9803 alphabsd_supply_fpreg.
9804 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
9805 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
9806
9807 2002-05-11 Eric Christopher <echristo@redhat.com>
9808
9809 * mips-tdep.c (mips_double_register_type): Fix thinko.
9810 (mips_single_register_type): Ditto.
9811 * MAINTAINERS: Add self.
9812
9813 2002-05-11 Mark Kettenis <kettenis@gnu.org>
9814
9815 * i387-nat.c (i387_supply_register, i387_fill_fsave,
9816 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
9817 right thing on architectures with different endianness and/or
9818 integer sizes.
9819
9820 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
9821
9822 From Christian Limpach <chris@Pin.LU>
9823 * configure.in: Change sed expression which comments out
9824 NATDEPFILES to also comment out continuation lines.
9825 * configure: Regenerate.
9826
9827 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
9828
9829 * sh-tdep.c: Clean up code erroneously reintroduced by previous
9830 big patch.
9831
9832 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
9833
9834 * sh-tdep.c: Include correct file.
9835
9836 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
9837
9838 New support for sh64-elf (sh5) target.
9839
9840 * configure.tgt: For sh64-elf target, default to sh-elf.
9841
9842 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
9843 (struct gdbarch_tdep): Add new fields for new registers and ABI
9844 info.
9845
9846 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
9847 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
9848 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
9849 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
9850 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
9851 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
9852 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
9853 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
9854 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
9855 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
9856 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
9857 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
9858 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
9859 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
9860 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
9861 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
9862 sh64_get_gdb_regnum, sh64_media_reg_base_num,
9863 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
9864 sign_extend, sh64_nofp_frame_init_saved_regs,
9865 sh64_init_extra_frame_info, sh64_get_saved_register,
9866 sh64_extract_struct_value_address, sh64_pop_frame,
9867 sh64_push_arguments, sh64_extract_return_value,
9868 sh64_store_return_value, sh64_show_media_regs,
9869 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
9870 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
9871 sh_sh64_register_virtual_type,
9872 sh_sh64_register_convert_to_virtual,
9873 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
9874 sh64_register_read, sh64_pseudo_register_write,
9875 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
9876 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
9877 sh64_do_pseudo_register, sh_compact_do_registers_info,
9878 sh64_do_registers_info, sh_gdbarch_init): New functions.
9879
9880 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
9881
9882 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
9883
9884 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
9885
9886 * linespec.c (decode_line_1): Check for a double quote after
9887 a filename correctly.
9888
9889 2002-05-10 Jim Blandy <jimb@redhat.com>
9890
9891 Properly track the size of the current objfile's .debug_line section.
9892 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
9893 (DWARF_LINE_SIZE): New macro.
9894 (dwarf2_build_psymtabs_hard): Record the line section's size in
9895 the partial symbol table.
9896 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
9897 symbol table.
9898
9899 2002-05-10 Petr Sorfa <petrs@caldera.com>
9900
9901 * ia64-tdep.c: Handle breakpoints on L instruction type
9902 in MLX instruction bundle by moving the breakpoint to
9903 the third slot (X instruction type) as L holds only data.
9904
9905 2002-05-10 Kevin Buettner <kevinb@redhat.com>
9906
9907 * dbxread.c (discarding_local_symbols_complaint): New complaint.
9908 (process_one_symbol): Complain about discarding local symbols
9909 due to a misplaced N_LBRAC entry.
9910
9911 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
9912
9913 From Daniel Berlin <dan@cgsoftware.com>
9914 * linespec.c (find_toplevel_char): '<' and '>' also increase and
9915 decrease the depth we are at, in the case of templates.
9916
9917 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
9918
9919 * mips-tdep.c (mips_float_register_type): New function.
9920 (mips_double_register_type): New function.
9921 (mips_print_register): Use them.
9922 (do_fp_register_row): Likewise.
9923
9924 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
9925
9926 * signals/signals.c (signals): Remove conditional compilation around
9927 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
9928 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
9929
9930 2002-05-09 Michael Snyder <msnyder@redhat.com>
9931
9932 * remote-rdp.c (remote_rdp_can_run): Remove.
9933
9934 2002-05-09 Tom Tromey <tromey@redhat.com>
9935
9936 * jv-valprint.c (java_val_print): Handle `char' as a special case
9937 of TYPE_CODE_INT.
9938
9939 2002-05-09 Michael Snyder <msnyder@redhat.com>
9940
9941 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
9942 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
9943 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
9944 str r(0123),[sp,#nn].
9945 (arm_skip_prologue): Ditto. Also make disassembly
9946 order-independent by placing it in a loop.
9947
9948 2002-05-06 Michael Snyder <msnyder@redhat.com>
9949
9950 * stabsread.c (read_type): Add recognition for new attribute:
9951 "@V;" means that an array type is actually a vector.
9952 This is analogous to the vector flag that's been added to dwarf2.
9953
9954 2002-05-09 Mark Kettenis <kettenis@gnu.org>
9955
9956 * i386-tdep.h (i386_abi): New enum.
9957 (struct gdbarch_tdep): Replace os_ident member with abi.
9958 (i386_gdbarch_register_os_abi): New prototype.
9959 * i386-tdep.c (i386_abi_names): New array.
9960 (process_note_abi_tag_sections): Removed.
9961 (process_note_sections): New function.
9962 (i386_elf_abi_from_note, i386_elf_abi): New functions.
9963 (struct i386_abi_handler): New struct.
9964 (i386_abi_handler_list): New variable.
9965 (i386_gdbarch_register_os_abi): New function.
9966 (i386_gdbarch_init): Adapt for the changes given above.
9967
9968 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
9969
9970 * gregset.h: Say "GNU/Linux".
9971
9972 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
9973
9974 * gdbtypes.c : Add new builtin type for 64 bit vectors.
9975 (build_gdbtypes): Build builtin_type_v2_float.
9976 (_initialize_gdbtypes): Register new builtin type.
9977
9978 2002-05-08 Andrew Cagney <ac131313@redhat.com>
9979
9980 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
9981 (clear_gdbarch_swap): New function.
9982 (initialize_non_multiarch): Call.
9983 (gdbarch_update_p): Before calling init(), swap out and clear the
9984 existing architecture.
9985 * gdbarch.c: Regenerate.
9986
9987 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
9988
9989 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
9990 alphanbsd-tdep.c.
9991
9992 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
9993
9994 * sh-nbsd-nat.c: Rename to...
9995 * shnbsd-nat.c: ...this.
9996 * sh-nbsd-tdep.c: Rename to...
9997 * shnbsd-tdep.c: ...this.
9998 * sh-nbsd-tdep.h: Rename to...
9999 * shnbsd-tdep.h: ...this.
10000 * config/sh/nbsd.mh: Use shnbsd-nat.o.
10001 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
10002
10003 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
10004
10005 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
10006 concatenation for command help messages.
10007
10008 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
10009
10010 * NEWS: Note new sh*-*-netbsdelf* configuration.
10011 * configure.host: Set gdb_host_cpu to sh for all sh*.
10012 (sh*-*-netbsdelf*): New host.
10013 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
10014 (sh*-*-netbsdelf*): New target.
10015 * sh-nbsd-nat.c: New file.
10016 * sh-nbsd-tdep.c: New file.
10017 * sh-nbsd-tdep.h: New file.
10018 * config/sh/nbsd.mh: New file.
10019 * config/sh/nbsd.mt: New file.
10020 * config/sh/nm-nbsd.h: New file.
10021 * config/sh/tm-nbsd.h: New file.
10022
10023 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
10024
10025 * sh-tdep.c (sh_osabi_names): Declare.
10026 (process_note_abi_tag_sections): New function.
10027 (get_elfosabi): Ditto.
10028 (sh_gdbarch_register_os_abi): Ditto.
10029 (sh_dump_tdep): Ditto.
10030 _initialize_sh_tdep): Use gdbarch_register to register
10031 sh_gdbarch_init and sh_dump_tdep.
10032 * config/sh/tm-sh.h (sh_osabi): Declare.
10033 (gdbarch_tdep): Add sh_osabi and osabi_name members.
10034
10035 2002-05-07 Andrew Cagney <ac131313@redhat.com>
10036
10037 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
10038 (thumb_scan_prologue): Ditto.
10039 (arm_find_callers_reg): Ditto.
10040 (arm_frame_chain): Ditto.
10041 (arm_init_extra_frame_info): Ditto.
10042 (arm_frame_saved_pc): Ditto.
10043 (arm_pop_frame): Ditto.
10044 (arm_push_return_address): New function.
10045 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
10046 call_dummy_location, call_dummy_breakpoint_offset_p,
10047 call_dummy_breakpoint_offset, call_dummy_p,
10048 call_dummy_stack_adjust_p, call_dummy_words,
10049 sizeof_call_dummy_words, call_dummy_start_offset,
10050 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
10051 call_dummy_address, push_return_address and push_dummy_frame for
10052 generic dummy frames.
10053
10054 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
10055
10056 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
10057 size computation for alloca.
10058 (sh_fp_frame_init_saved_regs): Likewise.
10059
10060 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
10061
10062 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
10063 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
10064 * arm-tdep.c (arm_store_return_value): Use them.
10065 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
10066 * remote-rdp.c (remote_rdp_fetch_register): Use
10067 ARM_MAX_REGISTER_RAW_SIZE.
10068 (remote_rdp_store_register): Likewise.
10069
10070 2002-05-07 Michal Ludvig <mludvig@suse.cz>
10071
10072 * dwarf2cfi.c: Code cleanup, removed unused variables,
10073 added default labels to switch {} statements.
10074 * x86-64-tdep.c: Ditto.
10075 * x86-64-linux-nat.c: Ditto.
10076
10077 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
10078
10079 * solib.h: Protect against multiple inclusion.
10080
10081 2002-05-06 Jim Blandy <jimb@redhat.com>
10082
10083 Add first preprocessor macro-expansion files.
10084 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
10085 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
10086 (splay_tree_h, macroexp_h, macrotab_h): New variable.
10087 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
10088 (COMMON_OBS): Add macrotab.o, macroexp.o.
10089 (macroexp.o, macrotab.o): New rules.
10090
10091 Separate the job of reading the line number info statement program
10092 header (...expialidocious) out into its own function.
10093 * dwarf2read.c (struct line_head, struct filenames, struct
10094 directories): Replace with...
10095 (struct line_header): New structure, containing the full
10096 contents of the statement program header, including the
10097 include directory and file name tables.
10098 (read_file_scope): If we have line number info, instead of just
10099 calling dwarf_decode_lines to do all the work, call
10100 dwarf_decode_line_header first to get a `struct line_header'
10101 containing the data in the statement program header, and then
10102 pass that to dwarf_decode_lines, which will pick up where that
10103 left off. Be sure to clean up the `struct line_header' object.
10104 (dwarf_decode_line_header, free_line_header, add_include_dir,
10105 add_file_name): New functions.
10106 (dwarf_decode_lines): Move all the code to read the statement
10107 program header into dwarf_decode_line_header. Take the line
10108 header it built as the first argument, instead of the offset to
10109 the compilation unit's line number info. Use the new `struct
10110 line_header' type instead of the old structures. No need to do
10111 cleanups here now, since we don't allocate anything.
10112 (dwarf2_statement_list_fits_in_line_number_section,
10113 dwarf2_line_header_too_long): New complaints.
10114
10115 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
10116
10117 * gdbtypes.c (init_vector_type): New function.
10118 (build_builtin_type_vec128): Simplify the representation of SIMD
10119 registers.
10120 (build_gdbtypes): Initialize new builtin vector types.
10121 (_initialize_gdbtypes): Register new vector types with gdbarch.
10122 (builtin_type_v4_float, builtin_type_v4_int32,
10123 builtin_type_v8_int16, builtin_type_v16_int8,
10124 builtin_type_v2_int32, builtin_type_v4_int16,
10125 builtin_type_v8_int8): New (renamed) SIMD types.
10126
10127 2002-05-06 Mark Kettenis <kettenis@gnu.org>
10128
10129 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
10130 (i387_fill_fxsave): Likewise.
10131
10132 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
10133
10134 * alpha-tdep.c (alpha_extract_return_value): Don't use
10135 non-constant array size in prototype.
10136
10137 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10138
10139 From Brian Taylor <briant at model dot com>:
10140 * ui-out.c (ui_out_field_core_addr): Use the function
10141 longest_local_hex_string_custom'to format addresses > 32 bits
10142 wide.
10143
10144 * ui-out.c (ui_out_field_core_addr): Update comment.
10145
10146 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10147
10148 * stack.c (select_and_print_frame): Make static. Delete the
10149 parameter `level'.
10150 (func_command): Update call.
10151 (select_frame_command): Delete code computing the frame level.
10152 * frame.h (select_and_print_frame): Delete declaration.
10153
10154 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10155
10156 * sparc-tdep.c (sparc_get_saved_register): Comment why
10157 get_prev_frame call is safe.
10158
10159 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10160
10161 * frame.h (select_frame): Delete level parameter.
10162 * stack.c (select_frame): Update. Use frame_relative_level to
10163 obtain the frame's level.
10164 (select_and_print_frame): Update call.
10165 (select_frame_command): Ditto.
10166 (up_silently_base): Ditto.
10167 (down_silently_base): Ditto.
10168 * ocd.c (ocd_start_remote): Ditto.
10169 * remote-rdp.c (remote_rdp_open): Ditto.
10170 * remote-mips.c (mips_initialize): Ditto.
10171 (common_open): Ditto.
10172 * remote-e7000.c (e7000_start_remote): Ditto.
10173 * m3-nat.c (select_thread): Ditto.
10174 * hppa-tdep.c (child_get_current_exception_event): Ditto.
10175 (child_get_current_exception_event): Ditto.
10176 * varobj.c (varobj_create): Ditto.
10177 (varobj_update): Ditto.
10178 (c_value_of_root): Ditto.
10179 * tracepoint.c (finish_tfind_command): Ditto.
10180 * corelow.c (core_open): Ditto.
10181 * arch-utils.c (generic_prepare_to_proceed): Ditto.
10182 * thread.c (info_threads_command): Ditto.
10183 (switch_to_thread): Ditto.
10184 * infrun.c (normal_stop): Ditto.
10185 (restore_selected_frame): Ditto.
10186 (restore_inferior_status): Ditto.
10187 * breakpoint.c (insert_breakpoints): Ditto.
10188 (watchpoint_check): Ditto.
10189 (bpstat_stop_status): Ditto.
10190 (do_enable_breakpoint): Ditto.
10191 * blockframe.c (flush_cached_frames): Ditto.
10192 (reinit_frame_cache): Ditto.
10193
10194 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10195
10196 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
10197 maintainer.
10198
10199 2002-05-04 Jim Blandy <jimb@redhat.com>
10200
10201 * gdbtypes.c (replace_type): Doc fix.
10202
10203 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10204
10205 * valprint.c (strcat_longest): Delete commented out function.
10206 Update copyright.
10207
10208 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10209
10210 * MAINTAINERS: Mark a29k as deleted.
10211 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
10212 Move new configurations to the top.
10213 * configure.tgt: Remove a29k.
10214 * config/a29k/tm-vx29k.h: Delete.
10215 * config/a29k/vx29k.mt: Delete.
10216 * config/a29k/tm-a29k.h: Delete.
10217 * config/a29k/a29k-udi.mt: Delete.
10218 * config/a29k/a29k.mt: Delete.
10219 * a29k-tdep.c: Delete.
10220 * remote-udi.c: Delete.
10221 * remote-mm.c: Delete.
10222 * remote-eb.c: Delete.
10223 * remote-adapt.c: Delete.
10224 * Makefile.in: Remove obsolete code.
10225 * config/s390/s390x.mt: Ditto.
10226 * config/s390/s390.mt: Ditto.
10227 * config/sparc/sparclynx.mh: Ditto.
10228 * config/sparc/linux.mh: Ditto.
10229 * config/pa/hppaosf.mh: Ditto.
10230 * config/pa/hppabsd.mh: Ditto.
10231 * config/ns32k/nbsd.mt: Ditto.
10232 * config/mips/vr5000.mt: Ditto.
10233 * config/m68k/sun3os4.mh: Ditto.
10234 * config/m68k/nbsd.mt: Ditto.
10235 * config/m68k/m68klynx.mh: Ditto.
10236 * config/m32r/m32r.mt: Ditto.
10237 * config/i386/x86-64linux.mt: Ditto.
10238 * config/i386/nbsdelf.mt: Ditto.
10239 * config/i386/nbsd.mt: Ditto.
10240 * config/i386/i386lynx.mh: Ditto.
10241
10242 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10243
10244 * target.c (debug_print_register): New function. Handle oversize
10245 registers.
10246 (debug_to_fetch_registers): Call.
10247 (debug_to_store_registers): Call.
10248
10249 2002-05-03 Jim Blandy <jimb@redhat.com>
10250
10251 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
10252 (read_type): Doc fix.
10253 * gdbtypes.c (replace_type): Doc fix.
10254
10255 * stabsread.c (multiply_defined_struct): New complaint.
10256 (read_struct_type): If the type we were passed isn't empty, or
10257 incomplete, don't read the new struct type into it; complain,
10258 and return the original type unchanged. Take a new `type_code'
10259 argument, which is the type code for the new type.
10260 (read_type): Rather than storing the type's type code here, pass
10261 it as an argument to read_struct_type, and let that take care of
10262 storing it. That way, we don't overwrite the original type code,
10263 so read_struct_type can use it to decide whether we're overwriting
10264 something we shouldn't.
10265 (complain_about_struct_wipeout): New function.
10266
10267 2002-05-03 Andrew Cagney <ac131313@redhat.com>
10268
10269 * gdbarch.sh: Assert that gdbarch is non-NULL.
10270 * gdbarch.c: Regenerate.
10271
10272 2002-05-03 Jason Merrill <jason@redhat.com>
10273
10274 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
10275 and return NULL.
10276
10277 2002-05-03 Michal Ludvig <mludvig@suse.cz>
10278
10279 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
10280 (x86_64_dwarf2gdb_regno_map_length),
10281 (x86_64_dwarf2_reg_to_regnum): Added.
10282 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
10283 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
10284 (_initialize_x86_64_tdep): Synced with the change above.
10285 (x86_64_skip_prologue): Reformulated message.
10286
10287 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
10288
10289 * f-exp.y: Also use new prev_lexptr variable
10290 to improve error reporting. Based on Michael Snyder
10291 2002-04-24 dated patch to c-exp.y.
10292 * jv-exp.y: Likewise.
10293 * m2-exp.y: Likewise.
10294
10295 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
10296
10297 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
10298 we are dealing with vectors.
10299
10300 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
10301
10302 * config/m68k/tm-nbsd.h: Obvious fix,
10303 correct machine name.
10304
10305 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
10306
10307 * p-typeprint.c (pascal_type_print_base): Add support
10308 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
10309
10310 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
10311
10312 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
10313 for fondamental pascal 'char' type.
10314
10315 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
10316
10317 * p-lang.h (is_pascal_string_type): Declaration changed,
10318 new sixth argument of type char ** added.
10319 * p-lang.c (is_pascal_string_type): Implementation
10320 changed. Args length_pos, length_size, string_pos, char_size
10321 can now be NULL. New argument arrayname set to the field
10322 name of the char array. Return value set to char array
10323 field index plus one.
10324 * p-valprint.c (pascal_val_print): Adapt to new declaration of
10325 is_pascal_string_type function.
10326
10327 2002-05-02 Andrew Cagney <cagney@redhat.com>
10328
10329 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
10330 <cagney@redhat.com> change.
10331 * gdbarch.c: Regenerate.
10332
10333 2002-05-02 Andrew Cagney <cagney@redhat.com>
10334
10335 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
10336 before probing for a new one. Detect errorenous gdbarch_init
10337 functions.
10338 * gdbarch.c: Regenerate.
10339
10340 2002-05-01 Andrew Cagney <cagney@redhat.com>
10341
10342 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
10343 * config/mcore/tm-mcore.h: Ditto. Update copyright.
10344 * config/v850/tm-v850.h: Ditto. Update copyright.
10345
10346 2002-04-30 Andrew Cagney <ac131313@redhat.com>
10347
10348 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
10349 current_gdbarch.
10350
10351 2002-04-30 Michael Snyder <msnyder@redhat.com>
10352
10353 * arm-tdep.c: Whitespace clean-ups.
10354 (arm_skip_prologue): Fix thinko; two lines
10355 should have been removed as part of 4/24 change.
10356
10357 2002-04-30 Kevin Buettner <kevinb@redhat.com>
10358
10359 * rs6000-tdep.c: Added comment describing how fpscr register
10360 numbers were chosen.
10361
10362 2002-04-30 Michael Snyder <msnyder@redhat.com>
10363
10364 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
10365
10366 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
10367
10368 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
10369 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
10370 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
10371
10372 2002-04-29 Kevin Buettner <kevinb@redhat.com>
10373
10374 From Louis Hamilton <hamilton@redhat.com>:
10375 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
10376 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
10377 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
10378 not bfd-private xcoff data, to determine wordsize.
10379 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
10380
10381 2002-04-29 Andrew Cagney <ac131313@redhat.com>
10382
10383 GDB 5.2 released from 5.2 branch.
10384
10385 2002-04-29 Michal Ludvig <mludvig@suse.cz>
10386
10387 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
10388 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10389 (x86_64_register_info_table): Added comments with register numbers.
10390
10391 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
10392
10393 * rs6000-tdep.c (rs6000_extract_return_value,
10394 rs6000_store_return_value): Handle returning vectors.
10395 (rs6000_gdbarch_init): Use
10396 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
10397 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
10398 New function.
10399 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
10400 vectors.
10401 (ppc_sysv_abi_push_arguments): Handle vector parameters.
10402 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
10403
10404 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
10405
10406 * hpread.c (hpread_psymtab_to_symtab_1,
10407 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
10408 with fprintf_unfiltered (gdb_stderr,...).
10409
10410 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
10411
10412 * remote-array.c (printf_monitor, write_monitor,
10413 array_insert_breakpoint, array_remove_breakpoint ):
10414 Replace fprintf (stderr,...
10415 with fprintf_unfiltered (gdb_stderr,....
10416 * remote-es.c: Likewise.
10417 * remote-os9k.c: Likewise.
10418 * remote-st.c: Likewise.
10419
10420 2002-04-28 Andreas Schwab <schwab@suse.de>
10421
10422 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
10423 linux-proc.o and gcore.o.
10424
10425 2002-04-26 Michal Ludvig <mludvig@suse.cz>
10426
10427 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
10428 code without frame pointers.
10429
10430 2002-04-26 Andrew Cagney <ac131313@redhat.com>
10431
10432 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
10433 ON_STACK is needed.
10434
10435 2002-04-26 Ben Elliston <bje@redhat.com>
10436
10437 * target.c (do_xfer_memory): Correct reference to the new option
10438 "trust-readonly-sections".
10439
10440 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
10441
10442 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
10443 * gdbtypes.c (recursive_dump_type): Output the vector flag.
10444 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
10445 vectors.
10446 (read_array_type): Record the fact that this array type is really a
10447 vector (i.e. are passed in by value).
10448
10449 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
10450
10451 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
10452 * alpha-tdep.c (alpha_sigcontext_addr): New function.
10453 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
10454 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
10455 * alpha-linux-tdep.c: Include frame.h.
10456 (alpha_linux_sigcontext_addr): New function.
10457 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
10458 alpha_linux_sigcontext_addr.
10459 * alpha-osf1-tdep.c: Include gdbcore.h.
10460 (alpha_osf1_sigcontext_addr): New function.
10461 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
10462 alpha_osf1_sigcontext_addr.
10463 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
10464 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
10465
10466 2002-04-26 Andrew Cagney <ac131313@redhat.com>
10467
10468 * stack.c (selected_frame_level):
10469 (select_frame): Do not set selected_frame_level.
10470 * frame.h (selected_frame_level): Delete declaration.
10471
10472 2002-04-26 Andrew Cagney <ac131313@redhat.com>
10473
10474 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
10475 convert_from_func_ptr-addr when AIX / PowerOpen.
10476
10477 2002-04-25 Andrew Cagney <ac131313@redhat.com>
10478
10479 * valops.c (hand_function_call): Call
10480 generic_save_call_dummy_addr.
10481 * frame.h (generic_save_call_dummy_addr): Declare.
10482 * blockframe.c (struct dummy_frame): Add fields call_lo and
10483 call_hi.
10484 (generic_find_dummy_frame): Check for PC in range call_lo to
10485 call_hi instead of entry_point_address.
10486 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
10487 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
10488 (generic_save_call_dummy_addr): New function.
10489
10490 2002-04-24 David S. Miller <davem@redhat.com>
10491
10492 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
10493 sparc_skip_prologue.
10494 (sparc_skip_prologue): Kill frameless_p arg, and use line number
10495 information to find prologue when possible.
10496 (sparc_prologue_frameless_p): Call examine_prologue directly.
10497 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
10498 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
10499 second argument.
10500 (SKIP_PROLOGUE): Likewise.
10501
10502 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
10503
10504 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
10505 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
10506 indicate that the condition it was testing is always true.
10507 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
10508 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
10509 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
10510
10511 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
10512
10513 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
10514 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
10515 tdep->jb_pc and tdep->jb_elt_size.
10516 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
10517 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
10518 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
10519 * alpha-nat.c (get_longjmp_target): Remove.
10520 (JB_ELEMENT_SIZE): Ditto.
10521 (JB_PC): Ditto.
10522 * alpha-tdep.c (alpha_get_longjmp_target): New function.
10523 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
10524 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
10525 to alpha_get_longjmp_target.
10526 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
10527 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
10528 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
10529
10530 2002-04-25 Andrew Cagney <ac131313@redhat.com>
10531
10532 * README: Update to GDB 5.2.
10533
10534 2002-04-25 Andrew Cagney <ac131313@redhat.com>
10535
10536 * gdbarch.sh (LC_ALL): Set to `c'.
10537
10538 2002-04-25 Theodore A. Roth <troth@verinet.com>
10539
10540 * avr-tdep.c: Ran through gdb_indent.sh.
10541
10542 2002-04-25 Theodore A. Roth <troth@verinet.com>
10543
10544 * MAINTAINERS: Add myself as AVR maintainer.
10545 * NEWS: Note new target avr.
10546
10547 2002-04-25 Theodore A. Roth <troth@verinet.com>
10548
10549 * Makefile.in: Add support for AVR target.
10550 * configure.tgt: Add support for AVR target.
10551 * avr-tdep.c: New file
10552 * config/avr/avr.mt: New file.
10553
10554 2002-04-25 Theodore A. Roth <troth@verinet.com>
10555
10556 * MAINTAINERS: Add myself to write-after-approval.
10557
10558 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
10559
10560 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
10561 with fprintf_unfiltered (gdb_stderr,....
10562
10563 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
10564
10565 Fix PR gdb/508.
10566 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
10567
10568 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
10569
10570 * p-exp.y: Also use new prev_lexptr variable
10571 to improve error reporting. Based on Michael Snyder
10572 2002-04-24 dated patch to c-exp.y.
10573
10574 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
10575
10576 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
10577 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
10578 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
10579 to 0.
10580 * config/alpha/tm-alpha.h: Remove forward decls of struct type
10581 and struct value.
10582 (FUNCTION_START_OFFSET): Remove.
10583 (BREAKPOINT): Ditto.
10584
10585 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
10586
10587 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
10588 * NEWS: Ditto.
10589
10590 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
10591
10592 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
10593 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
10594 alpha_linux_pc_in_sigtramp.
10595 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
10596 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
10597 alpha_osf1_pc_in_sigtramp.
10598 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
10599 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
10600 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
10601 alphafbsd_pc_in_sigtramp.
10602 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
10603 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
10604 alphanbsd_pc_in_sigtramp.
10605 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
10606 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
10607
10608 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
10609
10610 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
10611
10612 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
10613
10614 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
10615 alphanbsd-tdep.c.
10616 (alphanbsd-nat.o): New dependency list.
10617 (alphanbsd-tdep.o): Ditto.
10618 * NEWS: Note new native NetBSD/alpha configuration.
10619 * alphanbsd-nat.c: New file.
10620 * alphanbsd-tdep.c: Ditto.
10621 * configure.host (alpha*-*-netbsd*): New host.
10622 * configure.tgt (alpha*-*-netbsd*): New target.
10623 * config/alpha/nbsd.mh: New file.
10624 * config/alpha/nbsd.mt: Ditto.
10625 * config/alpha/nm-nbsd.h: Ditto.
10626 * config/alpha/tm-nbsd.h: Ditto.
10627
10628 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
10629
10630 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
10631 (alpha-osf1-tdep.o): New dependency list.
10632 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
10633 and skip_sigtramp_frame members.
10634 * alpha-linux-tdep.c: Include gdbcore.h.
10635 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
10636 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
10637 * alpha-osf1-tdep.c: New file.
10638 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
10639 alpha-osf1-dep.c.
10640 (alpha_frame_past_sigtramp_frame): New function.
10641 (alpha_dynamic_sigtramp_offset): Ditto.
10642 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
10643 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
10644 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
10645 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
10646 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
10647 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
10648 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
10649 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
10650 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
10651 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
10652 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
10653 to find_solib_trampoline_target.
10654 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
10655 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
10656 (SKIP_TRAMPOLINE_CODE): Remove.
10657 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
10658 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
10659 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
10660 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
10661 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
10662 (PROC_SIGTRAMP_MAGIC): Ditto.
10663 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
10664 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
10665 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
10666 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
10667 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
10668
10669 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
10670
10671 * NEWS: Note that Alpha targets are now multi-arch.
10672
10673 2002-04-24 Michael Snyder <msnyder@redhat.com>
10674
10675 * parser-defs.h (prev_lexptr): New external variable.
10676 * parse.c (parse_exp_1): Set prev_lexptr to null before
10677 calling the language-specific parser.
10678 * c-exp.y (yylex): Set prev_lexptr to start of current token.
10679 (yyerror): Use prev_lexptr in error reporting.
10680
10681 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
10682
10683 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
10684 * gregset.h: If FILL_FPXREGSET is defined, provide
10685 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
10686 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
10687 is defined, call fill_fpxregset.
10688
10689 2002-04-24 Roland McGrath <roland@frob.com>
10690
10691 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
10692 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
10693 (supply_gregset, supply_fpregset): New functions.
10694
10695 * gnu-nat.c (gnu_find_memory_regions): New function.
10696 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
10697 (gnu_xfer_memory): Add a cast.
10698
10699 2002-04-24 Michael Snyder <msnyder@redhat.com>
10700
10701 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
10702 loop. Add handling for "str lr, [sp, #-4]!" and for saves
10703 of argument regs ("str r(0123), [r11, #-nn"]).
10704 (arm_skip_prologue): Better handling for frameless functions.
10705 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
10706 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
10707
10708 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
10709
10710 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
10711 NUM_PSEUDO_REGS can be used.
10712
10713 2002-04-24 Andrew Cagney <ac131313@redhat.com>
10714
10715 * arch-utils.h: Update copyright.
10716
10717 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
10718 * gdbarch.h, gdbarch.c: Re-generate.
10719
10720 * inferior.h (IN_SIGTRAMP): Delete definition.
10721 * arch-utils.c (legacy_pc_in_sigtramp): New function.
10722 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
10723
10724 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
10725 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
10726 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
10727 (find_proc_framesize): Ditto.
10728 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
10729 (alpha_init_extra_frame_info): Ditto.
10730 * infrun.c (handle_inferior_event): Ditto.
10731 (handle_inferior_event): Ditto.
10732 (check_sigtramp2): Ditto.
10733 * blockframe.c (create_new_frame): Ditto.
10734 (get_prev_frame): Ditto.
10735 * ppc-linux-tdep.c: Update comments.
10736 * i386-linux-tdep.c: Update comments.
10737 * breakpoint.c (bpstat_what): Update comment.
10738
10739 2002-04-24 David S. Miller <davem@redhat.com>
10740
10741 * i960-tdep.c (register_in_window_p): New function.
10742 (i960_find_saved_register): Use it instead of
10743 REGISTER_IN_WINDOW_P.
10744 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
10745
10746 * symtab.h (find_stab_function_addr): Kill extern.
10747 * minsyms.c (find_stab_function_addr): Remove from here...
10748 * dbxread.c: ... to here, and mark it static.
10749
10750 2002-04-20 David S. Miller <davem@redhat.com>
10751
10752 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
10753 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
10754
10755 2002-04-21 David S. Miller <davem@redhat.com>
10756
10757 * remote-vxsparc.c (vx_read_register): Fix typo, we want
10758 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
10759 (vx_write_register): Likewise.
10760
10761 2002-04-23 J. Brobecker <brobecker@gnat.com>
10762
10763 * source.c (is_regular_file): New function.
10764 (openp): Check wether file to open is a regular file
10765 to avoid opening directories.
10766
10767 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10768
10769 * findvar.c (extract_signed_integer): Cast printf argument
10770 to suppress format warning.
10771 (extract_unsigned_integer): Likewise.
10772 * infcmd.c (registers_info): Likewise.
10773 * top.c (get_prompt_1): Likewise.
10774 * valops.c (value_assign): Likewise.
10775 * valprint.c (print_decimal): Likewise.
10776
10777 2002-04-22 H.J. Lu (hjl@gnu.org)
10778
10779 * c-exp.y (typebase): Support
10780
10781 [long|long long|short] [signed|unsigned] [int|]
10782
10783 and
10784
10785 signed [long|long long|short] int
10786
10787 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10788
10789 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
10790 and vax-tdep.h.
10791 * vax-tdep.h: New file.
10792 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
10793 Make several routines static.
10794 (vax_get_saved_register): New function.
10795 (vax_gdbarch_init): New function.
10796 (_initialize_vax_tdep): Register vax_gdbarch_init.
10797 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
10798 Remove macros now under the control of gdbarch.
10799
10800 2002-04-22 Michael Snyder <msnyder@redhat.com>
10801
10802 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
10803 Some whitespace and coding standards tweaks.
10804
10805 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10806
10807 * vax-tdep.c: Include regcache.h.
10808 (vax_call_dummy_words): New.
10809 (sizeof_vax_call_dummy_words): New.
10810 (vax_fix_call_dummy): New function.
10811 (vax_saved_pc_after_call): Ditto.
10812 * config/vax/tm-vax.h: Don't include regcache.h.
10813 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
10814 (CALL_DUMMY): Remove.
10815 (CALL_DUMMY_WORDS): Define.
10816 (SIZEOF_CALL_DUMMY_WORDS): Define.
10817 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
10818
10819 2002-04-18 Michael Snyder <msnyder@redhat.com>
10820
10821 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
10822
10823 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10824
10825 * vax-tdep.c (vax_frame_chain): New function.
10826 (vax_push_dummy_frame): Ditto.
10827 (vax_pop_frame): Ditto.
10828 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
10829 (FRAMELESS_FUNCTION_INVOCATION): Use
10830 generic_frameless_function_invocation_not.
10831 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
10832 (POP_FRAME): Use vax_pop_frame.
10833
10834 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10835
10836 * vax-tdep.c (vax_store_struct_return): New function.
10837 (vax_extract_return_value): Ditto.
10838 (vax_store_return_value): Ditto.
10839 (vax_extract_struct_value_address): Ditto.
10840 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
10841 vax_store_struct_return.
10842 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
10843 (STORE_RETURN_VALUE): Use vax_store_return_value.
10844 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
10845
10846 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10847
10848 * vax-tdep.c (vax_frame_saved_pc): New function.
10849 (vax_frame_args_address_correct): Ditto.
10850 (vax_frame_args_address): Ditto.
10851 (vax_frame_locals_address): Ditto.
10852 (vax_frame_num_args): Move code to be in proximity to
10853 other frame-related functions.
10854 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
10855 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
10856 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
10857 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
10858 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
10859
10860 2002-04-22 H.J. Lu (hjl@gnu.org)
10861
10862 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
10863 includedir.
10864
10865 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10866
10867 * vax-tdep.c (vax_frame_init_saved_regs): New function.
10868 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
10869 (FRAME_INIT_SAVED_REGS): New macro.
10870
10871 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10872
10873 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
10874
10875 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10876
10877 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
10878 where needed.
10879 (fetch_osf_core_registers): Likewise.
10880 (supply_gregset): Likewise.
10881
10882 2002-04-22 J. Brobecker <brobecker@gnat.com>
10883
10884 * symfile.h (get_section_index): Define.
10885 * symfile.c (get_section_index): New function.
10886 * mdebugread.c (SC_IS_SBSS): New macro.
10887 (SC_IS_BSS): Return true for the scBss storage class only, as
10888 the scSBss storage class refers to the .sbss section.
10889 (parse_partial_symbols): Discard the symbols which associated
10890 section does not exist.
10891 Make sure to use the .sbss section index for symbols which
10892 storage class is scBss, rather than using the .bss section index.
10893
10894 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
10895
10896 * vax-tdep.c: Update copyright years.
10897 (vax_register_name): New function.
10898 (vax_register_byte): Ditto.
10899 (vax_register_raw_size): Ditto.
10900 (vax_register_virtual_size): Ditto.
10901 (vax_register_virtual_type): Ditto.
10902 * config/vax/tm-vax.h: Update copyright years.
10903 (REGISTER_NAMES): Remove.
10904 (REGISTER_NAME): Define.
10905 (REGISTER_BYTE): Use vax_register_byte.
10906 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
10907 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
10908 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
10909
10910 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10911
10912 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
10913 declaration
10914 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
10915
10916 2002-04-21 David S. Miller <davem@redhat.com>
10917
10918 * arch-utils.c (generic_prologue_frameless_p): Kill
10919 SKIP_PROLOGUE_FRAMELESS_P code.
10920 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
10921 references.
10922 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
10923 * arc-tdep.c (arc_prologue_frameless_p): Implement.
10924 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
10925 references.
10926 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
10927 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
10928 (sparc_gdbarch_init): Pass it to
10929 set_gdbarch_prologue_frameless_p.
10930
10931 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10932
10933 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
10934 (alphabsd-nat.o): New dependency list.
10935
10936 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10937
10938 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
10939 alphafbsd-tdep.c.
10940 (alpha-linux-tdep.o): New dependency list.
10941 (alphafbsd-tdep.o): Likewise.
10942
10943 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10944
10945 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
10946 to here...
10947 * alpha-tdep.c: ...from here.
10948 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
10949
10950 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10951
10952 * config/alpha/tm-alpha.h: Move alpha_software_single_step
10953 prototype from here...
10954 * alpha-tdep.h: ...to here.
10955
10956 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10957
10958 * frame.h (selected_frame_level): Document as deprecated.
10959 (frame_relative_level): Declare.
10960 * stack.c (frame_relative_level): New function.
10961 (selected_frame_level): Document as deprecated.
10962 (select_frame): Do not set the selected_frame_level.
10963
10964 * stack.c (frame_info, record_selected_frame): Update.
10965 (frame_command, current_frame_command): Update.
10966 (up_silently_base, up_command, down_silently_base): Update.
10967 (down_command): Update.
10968 * inflow.c (kill_command): Update.
10969 * tracepoint.c (finish_tfind_command): Update.
10970 * corelow.c (core_open): Update.
10971 * thread.c (info_threads_command): Update.
10972 (do_captured_thread_select): Update.
10973 * infcmd.c (finish_command): Update.
10974 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
10975
10976 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10977
10978 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
10979
10980 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10981
10982 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
10983 type const.
10984
10985 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10986
10987 * alphafbsd-tdep.c: Update copyright years. Include
10988 alpha-tdep.h.
10989 (alphafbsd_use_struct_convention): Make static.
10990 (alphafbsd_init_abi): New function.
10991 (_initialize_alphafbsd_tdep): New function.
10992 * config/alpha/tm-fbsd.h: Update copyright years.
10993 (USE_STRUCT_CONVENTION): Remove.
10994
10995 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
10996
10997 * alpha-tdep.c (alpha_abi_handler): New structure to describe
10998 an Alpha ABI variant.
10999 (alpha_abi_handler_list): Declare.
11000 (alpha_gdbarch_register_os_abi): New function.
11001 (alpha_gdbarch_init): Give registered ABI variant handlers a
11002 chance to tweak the gdbarch once we have set up defaults.
11003 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
11004
11005 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
11006
11007 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
11008 to standard_coerce_float_to_double.
11009 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
11010
11011 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
11012
11013 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
11014 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
11015 from gdbarch_tdep rather than a constant.
11016 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
11017 the default text address for all Alpha Unix ABIs.
11018 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
11019 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
11020
11021 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
11022
11023 * alpha-tdep.h: New file. Includes several Alpha target constants
11024 taken from...
11025 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
11026 let gdbarch deal with.
11027 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
11028 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
11029 to dependency list.
11030 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
11031 Alpha target register names.
11032 * alphabsd-nat.c: Likewise.
11033 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
11034 Alpha target register names. Make serveral routines static.
11035 (alpha_get_saved_register): New function.
11036 (alpha_abi_names): New.
11037 (process_note_abi_tag_sections): New function.
11038 (get_elfosabi): New function.
11039 (alpha_gdbarch_init): New function.
11040 (alpha_dump_tdep): New function.
11041 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
11042
11043 2002-04-21 Andrew Cagney <ac131313@redhat.com>
11044
11045 * frame.c (find_saved_register): Delete #ifdef
11046 HAVE_REGISTER_WINDOWS code.
11047 * config/sparc/tm-sparc.h: Update comments.
11048 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
11049
11050 2002-04-21 Andrew Cagney <ac131313@redhat.com>
11051
11052 * i960-tdep.c (i960_find_saved_register): New function.
11053 (i960_get_saved_register): New function.
11054 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
11055 (i960_get_saved_register): Declare.
11056 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
11057
11058 2002-04-20 David S. Miller <davem@redhat.com>
11059
11060 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
11061
11062 2002-04-20 Andrew Cagney <ac131313@redhat.com>
11063
11064 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
11065 instead of NUM_PSEUDO_REGS.
11066
11067 2002-04-20 David S. Miller <davem@redhat.com>
11068
11069 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
11070 GDB_MULTI_ARCH_PARTIAL
11071 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
11072 define, let tm-sp64.h do it.
11073
11074 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
11075
11076 * frame.c (find_saved_register): Avoid a NULL pointer
11077 dereference and actually walk the frame list.
11078
11079 2002-04-20 Andrew Cagney <ac131313@redhat.com>
11080
11081 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
11082 sorted in most most-recent-used order. Document.
11083 * gdbarch.h, gdbarch.c: Regenerate.
11084
11085 2002-04-19 Andrew Cagney <ac131313@redhat.com>
11086
11087 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
11088 instead of ->prev.
11089 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
11090 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
11091 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
11092 instead of ->prev.
11093
11094 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
11095
11096 Fix PR gdb/471.
11097 * gdbtypes.c (init_simd_type): Rewrite using new functions.
11098 (build_builtin_type_vec128): Ditto.
11099 (append_composite_type_field): Fix calculation of type length in
11100 union case.
11101
11102 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
11103
11104 * config/djgpp/README: Update.
11105
11106 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
11107 compiler warnings.
11108
11109 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
11110
11111 * alpha-tdep.c (setup_arbitrary_frame): Rename...
11112 (alpha_setup_arbitrary_frame): ...to this.
11113 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
11114 for alpha_setup_arbitrary_frame.
11115
11116 2002-04-18 Andrew Cagney <cagney@redhat.com>
11117
11118 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
11119 * gdbarch.h, gdbarch.c: Regenerate.
11120
11121 * defs.h (breakpoint_from_pc_fn): Delete type definition.
11122 * target.h (memory_breakpoint_from_pc): Update declaration.
11123 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
11124
11125 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
11126 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
11127 * mem-break.c (memory_breakpoint_from_pc): Ditto.
11128 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
11129 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
11130 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
11131 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
11132 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
11133 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
11134 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
11135 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
11136 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
11137
11138 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
11139 const pointer.
11140 * monitor.c (monitor_insert_breakpoint): Ditto.
11141 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
11142
11143 * config/mcore/tm-mcore.h: Update copyright.
11144 * mem-break.c: Ditto.
11145 * xstormy16-tdep.c: Ditto.
11146
11147 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
11148
11149 * p-exp.y: Add precedence rule for '^' token.
11150 This removes the shift/reduce conflicts.
11151 Remove the comment concerning these shift/reduce conflicts.
11152
11153 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
11154
11155 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
11156 (registers_powerpc_nofp): New register set for processors
11157 without floating point unit.
11158
11159 2002-04-18 David S. Miller <davem@redhat.com>
11160
11161 * MAINTAINERS: Add myself to write-after-approval.
11162
11163 2002-04-17 Michael Snyder <msnyder@redhat.com>
11164
11165 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
11166
11167 2002-04-17 Andrew Cagney <ac131313@redhat.com>
11168
11169 * rs6000-tdep.c (frame_initial_stack_address): Use
11170 frame_register_read to read the alloca_reg.
11171
11172 2002-04-17 Andrew Cagney <ac131313@redhat.com>
11173
11174 * frame.c (find_saved_register): Find saved registers in the next
11175 not prev frame.
11176 Fix PR gdb/365.
11177
11178 2002-04-17 Andrew Cagney <ac131313@redhat.com>
11179
11180 * gdbarch.sh (LANG): Set to ``c''.
11181
11182 2002-04-15 Andrew Cagney <ac131313@redhat.com>
11183
11184 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
11185
11186 2002-04-15 Andrew Cagney <ac131313@redhat.com>
11187
11188 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
11189 Update copyright.
11190
11191 * hpread.c (hpread_get_lntt): Add declaration.
11192 Also fix PR gdb/391.
11193
11194 2002-04-14 Andrew Cagney <ac131313@redhat.com>
11195
11196 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
11197 * aclocal.m4, configure: Re-generate.
11198 Fix PR gdb/391.
11199
11200 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
11201
11202 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
11203 instead of tm_print_insn.
11204
11205 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
11206
11207 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
11208
11209 2002-04-14 Andrew Cagney <ac131313@redhat.com>
11210
11211 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
11212 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
11213 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
11214
11215 2002-04-12 Don Howard <dhoward@redhat.com>
11216
11217 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
11218 max_user_call_depth.
11219 (init_cmd_lists): Initialize the new value;
11220 * cli/cli-script.c (execute_user_command): Limit the call depth of
11221 user defined commands. This avoids a core-dump when user commands
11222 are infinitly recursive.
11223
11224 2002-04-12 Kevin Buettner <kevinb@redhat.com>
11225
11226 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
11227 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
11228 from tdep struct instead of DEFAULT_LR_SAVE.
11229 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
11230 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
11231 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
11232
11233 2002-04-12 Michael Snyder <msnyder@redhat.com>
11234
11235 * Remote.c: Spelling fix.
11236 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
11237 If no symbol found for "sbrk", try "_sbrk".
11238 (make_output_phdrs): Use bfd_section_name.
11239 (gcore_copy_callback): Use bfd_section_name.
11240 * eval.c: Indentation fix-ups.
11241 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
11242 in case it gets applied to an address that is already
11243 in the instruction space.
11244 * cli/cli-decode.c (help_list): Allow long lines to wrap.
11245 * symfile.c: Fix indentation, long lines.
11246 * source.c: White space fix-up.
11247
11248 2002-04-12 Andrew Cagney <cagney@redhat.com>
11249
11250 * defs.h (read_relative_register_raw_bytes): Delete declaration.
11251 * frame.c (frame_register_read): New function. Return non-zero on
11252 success.
11253 (read_relative_register_raw_bytes_for_frame): Delete.
11254 (read_relative_register_raw_bytes): Delete.
11255 * frame.h (frame_register_read): Declare.
11256 * d30v-tdep.c: Update Copyright. Use frame_register_read.
11257 * sh-tdep.c: Ditto.
11258 * infcmd.c (do_registers_info): Ditto.
11259 * hppa-tdep.c: Ditto.
11260 * rs6000-tdep.c: Ditto.
11261 * h8500-tdep.c: Ditto.
11262 * mips-tdep.c: Ditto.
11263 * h8300-tdep.c: Ditto.
11264 * z8k-tdep.c: Ditto.
11265
11266 2002-04-12 Kevin Buettner <kevinb@redhat.com>
11267
11268 From Jimi X <jimix@watson.ibm.com>:
11269 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
11270 64-bit SysV ABI.
11271
11272 2002-04-12 Kevin Buettner <kevinb@redhat.com>
11273
11274 From Jimi X <jimix@watson.ibm.com>:
11275 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
11276 bfd info.
11277
11278 2002-04-12 Kevin Buettner <kevinb@redhat.com>
11279
11280 From Jimi X <jimix@watson.ibm.com>:
11281 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
11282 register sets for these processor variants.
11283
11284 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
11285
11286 * regformats/reg-ppc.dat: Support FPSCR.
11287
11288 2002-04-11 Kevin Buettner <kevinb@redhat.com>
11289
11290 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
11291 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
11292 Add fpscr as an invalid/unfetchable register.
11293 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
11294 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
11295 (fill_fpregset): Add support for register fpscr.
11296 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
11297 (fill_gregset): Account for the fact that register ``mq'' might
11298 not exist.
11299 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
11300 (registers_power): Add fpscr to register set at slot 71.
11301 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
11302 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
11303
11304 2002-04-11 Michael Snyder <msnyder@redhat.com>
11305
11306 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
11307 * configure: Regenerate.
11308 * config.in: Regenerate.
11309 * acconfig.h: Add define for _SYSCALL32.
11310 * core-sol2.c: Remove #define _SYSCALL32.
11311 * solib-legacy.c: Remove #define _SYSCALL32.
11312
11313 2002-04-10 Andrew Cagney <ac131313@redhat.com>
11314
11315 * stack.c (select_frame): Cleanup internal error message, do not
11316 use %p.
11317
11318 2002-04-10 Andrew Cagney <ac131313@redhat.com>
11319
11320 * stack.c (select_frame): Check that selected_frame and the
11321 specified level are as expected.
11322 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
11323 Update copyright.
11324 * frame.h (struct frame_info): Add field `level'. Update
11325 copyright.
11326 Work-in-progress PR gdb/464.
11327
11328 2002-04-10 Andrew Cagney <ac131313@redhat.com>
11329
11330 * maint.c (maint_print_section_info): Rename print_section_info.
11331 (print_bfd_section_info, print_objfile_section_info): Update.
11332 * inferior.h (struct gdbarch): Add opaque declaration.
11333 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
11334 * gdbarch.h: Regenerate.
11335
11336 2002-04-10 Michal Ludvig <mludvig@suse.cz>
11337
11338 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
11339 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
11340 (kernel_u_size): Added.
11341 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
11342 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
11343
11344 2002-04-04 Jim Ingham <jingham@apple.com>
11345
11346 * valarith.c (find_size_for_pointer_math): New function, either returns
11347 the size for a pointer's target, returns 1 for void *, or errors for
11348 incomplete types.
11349 (value_add, value_sub): use find_size_for_pointer_math.
11350
11351 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
11352
11353 * linux-low.c (linux_look_up_symbols): New hook.
11354 (linux_target_ops): Add linux_look_up_symbols.
11355 * remote-utils.c (decode_address): New function.
11356 (look_up_one_symbol): New function.
11357 * server.c (handle_query): Call target look_up_symbols hook.
11358 * server.h (look_up_one_symbol): Add prototype.
11359 * target.h (struct target_ops): Add look_up_symbols hook.
11360
11361 2002-04-09 Andrew Cagney <ac131313@redhat.com>
11362
11363 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
11364 override FP_REGNUM with frame->fp. Update copyright.
11365 * parse.c (num_std_regs, std_regs): Delete.
11366 (target_map_name_to_register): Do not search std_regs. Update
11367 function description.
11368 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
11369 declarations. Update copyright.
11370 Fix PR gdb/251.
11371
11372 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
11373
11374 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
11375 after the last symbol in a block.
11376
11377 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
11378
11379 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
11380 is non zero as a found symbol.
11381
11382 2002-04-08 Andrew Cagney <ac131313@redhat.com>
11383
11384 * findvar.c: Include "builtin-regs.h".
11385 (value_of_register): Call value_of_builtin_reg when applicable.
11386 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
11387 (target_map_name_to_register): Call
11388 builtin_reg_map_name_to_regnum.
11389 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
11390 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
11391 (builtin_regs_h): Define.
11392 (builtin-regs.o): New target.
11393 (findvar.o): Add $(builtin_regs_h).
11394 * builtin-regs.c, builtin-regs.h: New files.
11395 * std-regs.c: New file.
11396 Partial fix for PR gdb/251.
11397
11398 2002-04-08 Kevin Buettner <kevinb@redhat.com>
11399
11400 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
11401 it's no longer required.
11402
11403 2002-04-08 Andrew Cagney <ac131313@redhat.com>
11404
11405 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
11406
11407 2002-04-08 Kevin Buettner <kevinb@redhat.com>
11408
11409 From Jimi X <jimix@watson.ibm.com>:
11410 * rs6000-tdep.c (rs6000_software_single_step): Use
11411 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
11412 and size. Use target_insert_breakpoint() and
11413 target_remove_breakpoint() to insert and remove breakpoints
11414 instead of explicit memory reads and writes.
11415
11416 2002-04-08 Kevin Buettner <kevinb@redhat.com>
11417
11418 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
11419 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
11420 ELF_OBJECT_FORMAT ifdef.
11421
11422 2002-04-08 Kevin Buettner <kevinb@redhat.com>
11423
11424 From Jimi X <jimix@watson.ibm.com>:
11425 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
11426
11427 2002-04-08 Kevin Buettner <kevinb@redhat.com>
11428
11429 From Jimi X <jimix@watson.ibm.com>:
11430 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
11431 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
11432
11433 2002-04-07 Mark Kettenis <kettenis@gnu.org>
11434
11435 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
11436 s/asprintf/xasprintf/.
11437 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
11438
11439 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11440
11441 I believe Jeff Law denies responsability for this one:
11442 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
11443 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
11444 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
11445 Work-around for PR gdb/366.
11446
11447 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
11448
11449 * remote-e7000.c (write_small, e7000_read_inferior_memory,
11450 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
11451 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
11452
11453 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
11454
11455 * sh-tdep.c (sh_fp_frame_init_saved_regs,
11456 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
11457 information.
11458
11459 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11460
11461 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
11462 maintainer.
11463
11464 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11465
11466 * README (Reporting Bugs in GDB): Document the bug web page as the
11467 prefered way of submitting bugs.
11468 Fix PR gdb/402.
11469
11470 2002-04-06 Andrew Cagney <ac131313@redhat.com>
11471
11472 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
11473 -1. Update comment.
11474 * gdbarch.h, gdbarch.c: Re-generate.
11475
11476 2002-04-07 Andreas Schwab <schwab@suse.de>
11477
11478 * m68klinux-nat.c (fill_fpregset): Properly pass address of
11479 buffer to regcache_collect.
11480
11481 2002-04-06 Andrew Cagney <ac131313@redhat.com>
11482
11483 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
11484 * gdbarch.c, gdbarch.h: Re-generate.
11485
11486 2002-04-06 Andrew Cagney <ac131313@redhat.com>
11487
11488 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
11489 declaration. Fix -Werror.
11490
11491 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
11492
11493 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
11494 * gdbarch.c: Regenerate.
11495
11496 2002-04-05 Michael Snyder <msnyder@redhat.com>
11497
11498 * breakpoint.c (clear_command): Rewrite middle section to
11499 combine two loops with identical control conditions.
11500 Add a cleanup to eliminate a memory leak.
11501 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
11502
11503 2002-04-05 H.J. Lu (hjl@gnu.org)
11504
11505 * solib-svr4.c (bkpt_names): Add "__start".
11506
11507 2002-04-04 Andrew Cagney <ac131313@redhat.com>
11508
11509 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
11510 as test for 64 bit target.
11511
11512 2002-04-05 Andrew Cagney <ac131313@redhat.com>
11513
11514 * h8500-tdep.c (h8500_write_fp): Delete function.
11515 * dwarf2cfi.c (cfi_write_fp): Document as not used.
11516 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
11517 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
11518 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
11519 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
11520 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
11521 (s390_write_fp):
11522 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
11523 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
11524 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
11525 (d10v_write_fp): Delete function.
11526 * inferior.h (write_fp, generic_target_write_fp): Delete
11527 declarations.
11528 * regcache.c (generic_target_write_fp): Delete function.
11529 (write_fp): Delete function.
11530 * gdbarch.sh (TARGET_WRITE_FP): Delete.
11531 * gdbarch.h, gdbarch.c: Regenerate.
11532 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
11533 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
11534 (sparc64_write_fp): Delete declaration.
11535 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
11536 (h8500_write_fp): Delete declaration.
11537
11538 2002-04-04 Andrew Cagney <ac131313@redhat.com>
11539
11540 * sparc-tdep.c (sparc64_write_fp): Delete.
11541 (sparc_push_dummy_frame): Replace write_fp call with code to store
11542 the FP directly.
11543 (sparc_gdbarch_init): Do not initialize write_fp.
11544
11545 2002-04-05 Kevin Buettner <kevinb@redhat.com>
11546
11547 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
11548 clause.
11549
11550 2002-03-29 Jim Blandy <jimb@redhat.com>
11551
11552 * stack.c (get_selected_block): Add new argument `addr_in_block',
11553 used to return the exact code address we used to select the block,
11554 not just the block.
11555 * blockframe.c (get_frame_block, get_current_block): Same.
11556 * frame.h (get_frame_block, get_current_block,
11557 get_selected_block): Update declarations.
11558 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
11559 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
11560
11561 2002-04-05 Michael Snyder <msnyder@redhat.com>
11562
11563 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
11564 warning message.
11565
11566 2002-04-05 J. Brobecker <brobecker@gnat.com>
11567
11568 * utils.c (xfullpath): New function.
11569 * defs.h (xfullpath): Add declaration.
11570 * source.c (openp): Use xfullpath in place of gdb_realpath to
11571 avoid resolving the basename part of filenames when the
11572 associated file is a symbolic link. This fixes a potential
11573 inconsistency between the filenames known to GDB and the
11574 filenames it prints in the annotations.
11575 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
11576 to be able to match a filename with either the real filename, or
11577 the name of any symbolic link to this file.
11578 (lookup_partial_symtab): Ditto.
11579
11580 2002-04-04 Michael Snyder <msnyder@redhat.com>
11581
11582 * breakpoint.c: Add support for hardware breakpoints in overlays.
11583 (overlay_events_enabled): New state variable.
11584 (insert_breakpoints): Use overlay_events_enabled to decide
11585 whether to attempt to set a breakpoint at the overlay load addr.
11586 Handle bp_hardware_breakpoint as well as bp_breakpoint.
11587 (remove_breakpoint): Use overlay_events_enabled to decide
11588 whether breakpoints need to be removed from overlay load addr.
11589 Handle bp_hardware_breakpoint as well as bp_breakpoint.
11590 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
11591 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
11592 disable_overlay_breakpoints): Update overlay_events_enabled.
11593
11594 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
11595
11596 * dwarf2read.c (struct function_range): New.
11597 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
11598 (check_cu_functions): New.
11599 (read_file_scope): Initialize global function lists.
11600 Call dwarf_decode_line after processing children.
11601 (read_func_scope): Add to global function list.
11602 (dwarf_decode_lines): Call check_cu_functions everywhere
11603 record_line is called. Call record_line with a linenumber
11604 of 0 to mark sequence ends.
11605
11606 2002-04-04 Michal Ludvig <mludvig@suse.cz>
11607
11608 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
11609 change sync with glibc.
11610
11611 2002-04-03 Jim Blandy <jimb@redhat.com>
11612
11613 * configure.in: Call AC_C_INLINE.
11614 * configure: Regenerated.
11615
11616 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
11617
11618 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
11619 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
11620
11621 2002-03-31 Mark Kettenis <kettenis@gnu.org>
11622
11623 * NEWS: Mention gcore support on FreeBSD/i386.
11624
11625 * fbsd-proc.c: New file.
11626 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
11627 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
11628
11629 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
11630 while statement.
11631
11632 2002-03-29 Jim Blandy <jimb@redhat.com>
11633
11634 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
11635 unescaped newlines in string literals, but newer ones don't. So
11636 escape them.
11637
11638 2002-03-26 Michael Snyder <msnyder@redhat.com>
11639 Andrew Cagney <cagney@redhat.com>
11640
11641 * cli/cli-dump.c: New file. Dump memory to file,
11642 restore file to memory.
11643 * cli/cli-dump.h: New file.
11644 * Makefile.in: Add rules, dependencies for cli-dump.o.
11645 * NEWS: Mention new commands.
11646
11647 2002-03-28 Michael Snyder <msnyder@redhat.com>
11648
11649 * symfile.c (symbol_file_add): Move test for null symbols to later.
11650
11651 2002-03-27 Andrew Cagney <ac131313@redhat.com>
11652
11653 From veksler at il.ibm.com:
11654 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
11655 the xstrduped original path.
11656 Fix PR gdb/417.
11657
11658 2002-03-27 Michael Snyder <msnyder@redhat.com>
11659
11660 * breakpoint.c (_initialize_breakpoint): Clean up help string.
11661 * infcmd.c (_initialize_infcmd): Ditto.
11662 * language.c (_initialize_language): Ditto.
11663 * symfile.c (_initialize_symfile): Ditto.
11664 * top.c (_init_main): Ditto.
11665 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11666
11667 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
11668
11669 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
11670 vector registers handling.
11671 (skip_prologue): Handle new AltiVec instructions. Fill in new
11672 fields of frame data.
11673 (frame_get_saved_regs): Fill in information for AltiVec registers.
11674
11675 2002-03-27 Jim Blandy <jimb@redhat.com>
11676
11677 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
11678 a function; leave this macro here to invoke that function.
11679 (symbol_init_mangled_name): Declaration for that function.
11680 * symtab.c (symbol_init_mangled_name): New function.
11681
11682 2002-03-27 Andrew Cagney <ac131313@redhat.com>
11683
11684 * valarith.c: Replace strerror with safe_strerror.
11685 * tracepoint.c: Ditto.
11686 * lin-lwp.c: Ditto.
11687 * go32-nat.c: Ditto.
11688 * inflow.c: Ditto.
11689 * gnu-nat.c: Ditto.
11690
11691 2002-03-27 Andreas Schwab <schwab@suse.de>
11692
11693 * event-top.c (command_line_handler): Remove useless if.
11694
11695 2002-03-27 Andreas Jaeger <aj@suse.de>
11696
11697 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
11698 comment.
11699
11700 2002-03-27 Michal Ludvig <mludvig@suse.cz>
11701
11702 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
11703 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
11704 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
11705 (x86_64_linux_dr_get_status, supply_gregset),
11706 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
11707 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
11708 (x86_64_register_info_table): Add.
11709 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
11710 (x86_64_register_raw_size, x86_64_register_virtual_type),
11711 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
11712 general x86_64_register_info_table.
11713 (i386_gdbarch_init): gdbarch_register_bytes is now set
11714 dynamicaly during initialization.
11715 * regformats/reg-x86-64.dat: Synced with changes to registers above.
11716 * gdbserver/linux-x86-64-low.c: Ditto.
11717
11718 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
11719
11720 * gdbserver/server.c (main): Call target_signal_to_host_p
11721 and target_signal_to_host on signals received from the remote.
11722 * gdbserver/remote-utils.c (prepare_resume_reply): Call
11723 target_signal_from_host on signals sent to the remote.
11724 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
11725 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
11726
11727 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
11728
11729 * signals/signals.c: Include "server.h" in gdbserver build.
11730 (target_signal_from_name): Don't use STREQ.
11731 (_initialize_signals): Likewise. Don't include function in
11732 gdbserver build.
11733
11734 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
11735
11736 * signals.c: Moved to...
11737 * signals/signals.c: Here.
11738 * Makefile (signals.o): Update.
11739
11740 2002-03-26 Jeff Law (law@redhat.com)
11741
11742 * somread.c (som_symtab_read): Remove some commented out code and
11743 updated related comments. Do not set the minimal symbol table to
11744 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
11745 in a dynamic executable.
11746 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
11747 where we are unable to find the minimal symbol for the given
11748 PC value.
11749
11750 2002-03-25 Jeff Law (law@redhat.com)
11751
11752 * linux-proc.c (read_mapping): Scan up to end of line for filename.
11753
11754 2002-03-25 Michal Ludvig <mludvig@suse.cz>
11755
11756 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
11757
11758 2002-03-23 Andrew Cagney <ac131313@redhat.com>
11759
11760 * command.h: Update copyright.
11761 (struct cmd_list_element): Replace definition with opaque
11762 declaration.
11763 (enum cmd_types): Document that it will eventually be moved to
11764 cli/cli-decode.h
11765 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
11766 (MALLOCED_REPLACEMENT): Delete macro.
11767 * Makefile.in (cli_decode_h): Add $(command_h).
11768 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
11769 * top.c: Include "cli/cli-decode.h".
11770 * completer.c: Include "cli/cli-decode.h".
11771 * maint.c: Include "cli/cli-decode.h".
11772 * cli/cli-decode.h: Include "command.h".
11773 (enum command_class): Delete.
11774 (enum cmd_types): Comment out.
11775 (enum cmd_auto_boolean): Delete.
11776 (enum var_types): Delete.
11777
11778 2002-03-23 Andrew Cagney <ac131313@redhat.com>
11779
11780 * cli/cli-decode.c: Include "gdb_assert.h".
11781 (add_set_or_show_cmd): New static function.
11782 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
11783 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
11784 all fields, such as func, from the set command.
11785
11786 2002-03-23 Andrew Cagney <ac131313@redhat.com>
11787
11788 * MAINTAINERS (sh-elf): Change warning flag to -w.
11789
11790 2002-03-23 Andrew Cagney <cagney@redhat.com>
11791
11792 * defs.h (error): Add printf format attribute.
11793 * thread-db.c (thread_from_lwp): Fix error format string.
11794 * stack.c (parse_frame_specification): Ditto.
11795 * cli/cli-decode.c (undef_cmd_error): Ditto.
11796 * scm-lang.c (scm_lookup_name): Ditto.
11797 * tracepoint.c (trace_error): Ditto.
11798 * remote-utils.c (usage): Ditto.
11799 * remote.c (compare_sections_command): Ditto.
11800 Fix PR gdb/328.
11801
11802 2002-03-22 Andrew Cagney <ac131313@redhat.com>
11803
11804 * gdbtypes.c (append_composite_type_field): New function.
11805 (init_composite_type): New function.
11806 * gdbtypes.h (append_composite_type_field): Declare.
11807 (init_composite_type): Ditto.
11808
11809 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
11810
11811 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
11812 function.
11813 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
11814 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
11815 structure returning convention for SYSV ABI case, but not
11816 for GNU/Linux, FreeBSD, or NetBSD.
11817
11818 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
11819
11820 * symtab.h (lookup_block_symbol): Add mangled_name argument
11821 to prototype.
11822
11823 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
11824 with new mangled_name argument.
11825 * linespec.c (decode_line_1): Likewise.
11826 * valops (value_of_this): Likewise.
11827 * symtab.c (lookup_transparent_type): Likewise.
11828 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
11829 (lookup_symbol): If we are given a mangled name, pass it down
11830 to lookup_symbol_aux.
11831 (lookup_block_symbol): If we are given a mangled name to check
11832 against, only return symbols which match it.
11833
11834 2002-03-22 Christopher Faylor <cgf@redhat.com>
11835
11836 * win32-nat.c (child_create_inferior): Check for proper shell to use
11837 here, in case the user changes it on the fly.
11838 (_initialize_inftarg): Remove shell path considerations.
11839
11840 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
11841
11842 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
11843 for gdbarch_max_register_raw_size and max_register_virtual_size.
11844 Adjust copyright year.
11845
11846 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
11847
11848 * dbxread.c (process_one_symbol): Extend the first N_SLINE
11849 in a function to cover the entire beginning of the function
11850 as well if it does not already.
11851
11852 2002-03-21 Tom Rix <trix@redhat.com>
11853
11854 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
11855 (rs6000_ptrace64): Renamed from ptrace64.
11856
11857 2002-03-20 Martin M. Hunt <hunt@redhat.com>
11858
11859 * gdbserver/remote-utils.c (remote_open): Don't call
11860 getprotobyname, we're all using TCP here so just use
11861 IPPROTO_TCP.
11862 * gdbserver/gdbreplay.c (remote_open): Ditto.
11863
11864 2002-03-20 Martin M. Hunt <hunt@redhat.com>
11865
11866 * regcache.c (_initialize_regcache): No need to call
11867 build_regcache() at this time; it gets called whenever
11868 the gdbarch changes.
11869
11870 2002-03-20 David O'Brien <obrien@FreeBSD.org>
11871
11872 * sparc-nat.c: Include sys/param.h where possible.
11873
11874 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
11875
11876 Fix PR gdb/422.
11877 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
11878 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
11879 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
11880 complex types.
11881 * stabsread.c (rs6000_builtin_type): Likewise.
11882 (read_sun_floating_type): Likewise.
11883
11884 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11885
11886 * stabsread.c (read_member_functions): Remove skip code for duplicate
11887 constructor/destructor methods. Use standard parsing for these
11888 methods and just do not chain them to the list of methods after
11889 parsing.
11890
11891 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
11892
11893 * coffread.c: Remove redundant static declarations. Replace
11894 occurrences of `PTR' with `void *'.
11895 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
11896 * top.h (quit_cover): Likewise.
11897 * defs.h (catch_errors): Likewise.
11898
11899 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11900
11901 * defs.h (XMALLOC): Define.
11902 * gdb-events.sh (XMALLOC): Delete macro.
11903 * gdb-events.c, gdb-events.h: Regenerate.
11904 * gdbarch.sh (XMALLOC): Delete macro.
11905 * gdbarch.c: Regenerate.
11906 * serial.c (XMALLOC): Delete macro.
11907 * ui-file.c (XMALLOC): Ditto.
11908 * ser-unix.h (XMALLOC): Ditto.
11909 * sh-tdep.c (XMALLOC): Ditto.
11910 * ui-out.c (XMALLOC): Ditto.
11911 * utils.c (XMALLOC): Ditto.
11912 * i386-tdep.c (XMALLOC): Ditto.
11913 * gdb-events.c (XMALLOC): Ditto.
11914 * d10v-tdep.c (XMALLOC): Ditto.
11915 * cli-out.c (XMALLOC): Ditto.
11916
11917 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
11918 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
11919 * ui-file.c, ui-out.c: Ditto.
11920
11921 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11922
11923 * command.h (struct cmd_list_element): Add field context.
11924 (set_cmd_context, get_cmd_context): Declare.
11925 * cli/cli-decode.h: Ditto.
11926 * cli/cli-decode.c (get_cmd_context): New function.
11927 (set_cmd_context): New function.
11928 (add_cmd): Initialize context.
11929 Part of fixing PR gdb/145 and PR gdb/146.
11930
11931 2002-03-17 Andrew Cagney <ac131313@redhat.com>
11932
11933 * cli/cli-decode.c (cmd_type): New function.
11934 * command.h (cmd_type): Declare.
11935 * infrun.c (set_schedlock_func): Call function cmd_type.
11936 * kod.c (kod_set_os): Call cmd_type.
11937 * cris-tdep.c (cris_version_update): Use function cmd_type.
11938 (cris_mode_update, cris_abi_update): Ditto.
11939
11940 * command.h: (execute_cmd_post_hook): Declare.
11941 (execute_cmd_pre_hook): Declare.
11942 * cli/cli-script.c (clear_hook_in_cleanup): New function.
11943 (execute_cmd_post_hook, execute_cmd_pre_hook): New
11944 functions. Execute pre/post hook while ensuring that afterwords
11945 hook_in is cleared.
11946 * top.c (execute_command): Use execute_cmd_post_hook, and
11947 execute_cmd_pre_hook to execute pre/post commands.
11948 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
11949 hook_stop_stub.
11950 (hook_stop_stub): Call execute_cmd_pre_hook.
11951
11952 2002-03-17 Andrew Cagney <ac131313@redhat.com>
11953
11954 * kod.c (kod_set_os): Revert previous change. Is called by ``info
11955 set'' and this leads to a core dump. Move xstrdup of
11956 operating_system to after check that it is not NULL.
11957
11958 2002-03-17 Andrew Cagney <ac131313@redhat.com>
11959
11960 * kod.c (kod_set_os): Remove unnecessary check that
11961 ``command->type'' is set_cmd.
11962
11963 * valprint.c (set_input_radix): Use input_radix.
11964 (set_output_radix): Use output_radix.
11965 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
11966 isn't reverted.
11967
11968 2002-03-16 Andrew Cagney <ac131313@redhat.com>
11969
11970 * value.h (struct value): Delete field ``substring_addr''. Change
11971 aligner fields to force_doublest_align, force_longest_align,
11972 force_core_addr_align and force_pointer_aligh.
11973
11974 * value.h (struct value): Fix typo in above change.
11975
11976 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11977
11978 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
11979 to fix internal_error from ``maintenance print architecture''.
11980
11981 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11982
11983 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
11984 for gcc versions after gcc-2.8.1.
11985
11986 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11987
11988 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
11989 for method resolution. Restore adjustment of ``this'' pointer after
11990 calling value_struct_elt, which was accidentally removed during the
11991 HP merge.
11992
11993 2002-03-15 Andrew Cagney <ac131313@redhat.com>
11994
11995 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
11996 value_of_register.
11997 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
11998 get_saved_register.
11999 * value.h (value_of_register): Update.
12000
12001 2002-03-14 Richard Henderson <rth@redhat.com>
12002
12003 * configure.in: Detect declaration for canonicalize_file_name.
12004 * utils.c (canonicalize_file_name): Declare, if needed.
12005 (gdb_realpath): Prefer realpath if available and usable.
12006 * config.in, configure: Rebuild.
12007
12008 2002-03-14 Richard Henderson <rth@redhat.com>
12009
12010 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
12011 a constant array bound.
12012
12013 * MAINTAINERS: Add myself to write-after-approval.
12014
12015 2002-03-14 Michael Snyder <msnyder@redhat.com>
12016
12017 * symfile.c (syms_from_objfile): Return immediately if no syms.
12018 (symbol_file_add): Return immediately if no syms.
12019 (find_sym_fns): Return immediately if no syms.
12020
12021 2002-03-13 Michal Ludvig <mludvig@suse.cz>
12022
12023 * gdbserver/remote-util.c (remote_open): Print remote-side's
12024 IP address when remote debugging over the network.
12025
12026 2002-03-12 David O'Brien <obrien@FreeBSD.org>
12027
12028 * config/sparc/fbsd.mh: Fix copyright.
12029 * config/sparc/fbsd.mt: Likewise.
12030
12031 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
12032
12033 * MAINTAINERS: Fix typo in name of gdb warnings option.
12034 (x86-64): Fix formating so that this can be parsed by awk.
12035
12036 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
12037
12038 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
12039 * defs.h: Include "gdb/signals.h".
12040 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
12041
12042 2002-03-10 Michal Ludvig <mludvig@suse.cz>
12043
12044 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
12045 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
12046 from x86-64-tdep.h
12047
12048 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
12049 Don Howard <dhoward@redhat.com>
12050
12051 * mips-tdep.c (ST0_FR): Define.
12052 (mips2_fp_compat): New function, temporarily disabled.
12053 (mips_read_fp_register_single): New function.
12054 (mips_read_fp_register_double): New function.
12055 (mips_print_register): Use them.
12056 (do_fp_register_row): Likewise.
12057
12058 2002-03-09 Andrew Cagney <ac131313@redhat.com>
12059
12060 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
12061 approval''.
12062
12063 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12064
12065 * stabsread.c (read_member_functions): Fix is_stub test for
12066 static member functions, improve comment.
12067
12068 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
12069
12070 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
12071 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
12072 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
12073 commands that set boolean values.
12074 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
12075 (arm_rdi_resume): Always initialize PC.
12076 (arm_rdi_open): Don't use rslt as a boolean.
12077 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
12078 (arm_rdi_fetch_registers, arm_rdi_store_registers)
12079 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
12080 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
12081
12082 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
12083
12084 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
12085 * configure: Rebuilt.
12086
12087 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12088
12089 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
12090 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
12091
12092 2002-03-06 Andrew Cagney <ac131313@redhat.com>
12093
12094 * cli/cli-decode.c (set_cmd_completer): New function.
12095 * command.h (set_cmd_completer): Declare.
12096 * cli/cli-decode.h (set_cmd_completer): Ditto.
12097
12098 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
12099 * cli/cli-cmds.c (init_cli_cmds): Ditto.
12100 * win32-nat.c (_initialize_inftarg): Ditto.
12101 * remote-rdi.c (_initialize_remote_rdi): Ditto.
12102 * proc-api.c (_initialize_proc_api): Ditto.
12103 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
12104 * source.c (_initialize_source): Ditto.
12105 * exec.c (_initialize_exec): Ditto.
12106 * solib.c (_initialize_solib): Ditto.
12107 * top.c (init_main): Ditto.
12108 * tracepoint.c (_initialize_tracepoint): Ditto.
12109 * symfile.c (_initialize_symfile): Ditto.
12110 * printcmd.c (_initialize_printcmd): Ditto.
12111 * infcmd.c (_initialize_infcmd): Ditto.
12112 * corefile.c (_initialize_core): Ditto.
12113
12114 2002-03-05 Andrew Cagney <ac131313@redhat.com>
12115
12116 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
12117
12118 2002-03-05 Andrew Cagney <ac131313@redhat.com>
12119
12120 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
12121
12122 2002-03-05 Andrew Cagney <ac131313@redhat.com>
12123
12124 * NEWS: Update headings, 5.2 has branched.
12125
12126 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
12127
12128 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
12129 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
12130 (register_addr, REGISTER_RAW_SIZE): Likewise.
12131 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
12132 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
12133
12134 2002-03-03 Michal Ludvig <mludvig@suse.cz>
12135
12136 * MAINTAINERS (x86-64): Add myself.
12137 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
12138 changed value_ptr -> struct value *
12139
12140 2002-03-01 David O'Brien <obrien@FreeBSD.org>
12141
12142 * configure.host (sparc64-*-freebsd): Add.
12143 * configure.tgt: Likewise.
12144 * config/sparc/fbsd.mh: New file.
12145 * config/sparc/fbsd.mt: Likewise.
12146 * config/sparc/nm-fbsd.h: Likewise.
12147 * config/sparc/tm-fbsd.h: Likewise.
12148
12149 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
12150
12151 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
12152 regformats/reg-s390x.dat.
12153
12154 2002-03-01 Andrew Cagney <ac131313@redhat.com>
12155
12156 * utils.c: Add FIXME explaining true/false problem.
12157
12158 2002-02-28 Andrew Cagney <ac131313@redhat.com>
12159
12160 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
12161
12162 2002-02-28 Michael Chastain <mec@shout.net>
12163
12164 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
12165
12166 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
12167
12168 * gdbserver/linux-s390-low.c: New file.
12169 * regformats/reg-s390.dat: New file.
12170 * regformats/reg-s390x.dat: New file.
12171 * gdbserver/configure.srv: Add S/390.
12172 * gdbserver/Makefile.in: Add S/390.
12173 * configure.tgt: Enable gdbserver for S/390.
12174
12175 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
12176
12177 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
12178 first line of the doc string for "info dos", except at the end of
12179 the sentence, since the short help stops at the first period.
12180
12181 2002-02-28 Jason Merrill <jason@redhat.com>
12182
12183 * dwarf2read.c (dwarf_cfi_name): Add new codes.
12184
12185 2002-02-27 Fred Fish <fnf@redhat.com>
12186
12187 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
12188 comment (dumy -> dummy).
12189
12190 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12191
12192 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
12193
12194 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
12195
12196 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
12197
12198 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
12199
12200 * gdbserver/acconfig.h: New file.
12201 * gdbserver/i387-fp.c: New file.
12202 * gdbserver/i387-fp.h: New file.
12203 * gdbserver/linux-x86-64.c: New file.
12204 * regformats/reg-x86-64.dat: New file.
12205 * configure.tgt: Add x86_64-*-linux* gdbserver support.
12206 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
12207 * gdbserver/configure.in: Add support for regsets.
12208 * gdbserver/config.in: Regenerate.
12209 * gdbserver/configure: Regenerate.
12210 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
12211 * gdbserver/linux-low.h: New file.
12212 * gdbserver/linux-low.c: Include "linux-low.h". Add support
12213 for regsets.
12214 * gdbserver/linux-arm-low.c: Include "linux-low.h".
12215 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
12216 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
12217 * gdbserver/linux-mips-low.c: Include "linux-low.h".
12218 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
12219 * gdbserver/linux-sh-low.c: Include "linux-low.h".
12220 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
12221 "i387-fp.h". Add PTRACE_GETREGS and friends.
12222 * gdbserver/regcache.c (supply_register): New function.
12223 (supply_register_by_name): New function.
12224 (collect_register): New function.
12225 (collect_register_by_name): New function.
12226
12227 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
12228
12229 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
12230 (config.status): Add configure.srv dependency.
12231 (server_h): Add config.h dependency.
12232
12233 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
12234
12235 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
12236 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
12237 * gdbserver/configure.srv: Change i386-*-linux* to use
12238 reg-i386-linux.o.
12239
12240 2002-02-26 Andrew Cagney <ac131313@redhat.com>
12241
12242 * x86-64-tdep.c: Re-indent. Update copyright date.
12243
12244 2002-02-26 Andrew Cagney <ac131313@redhat.com>
12245
12246 From Michal Ludvig <mludvig@suse.cz>:
12247 * x86-64-tdep.c (value.h): Delete.
12248 (gdb_assert.h): Include.
12249 (x86_64_register_convert_to_virtual,
12250 x86_64_register_convert_to_raw ): Add check which lets only
12251 floating-point values to be converted.
12252 (value_push): Delete.
12253 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
12254 (i386_gdbarch_init): Number of register_bytes fixed.
12255
12256 2002-02-26 Andrew Cagney <ac131313@redhat.com>
12257
12258 * MAINTAINERS: Add x86-64 target.
12259
12260 2002-02-26 Andrew Cagney <ac131313@redhat.com>
12261
12262 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
12263 * osfsolib.c (solib_map_sections): Ditto.
12264 * irix5-nat.c (solib_map_sections): Ditto.
12265 * corelow.c (gdb_check_format): Ditto.
12266 * symfile.c (symfile_bfd_open): Ditto.
12267 * solib.c (solib_map_sections): Ditto.
12268 Fix PR gdb/354.
12269
12270 2002-02-26 Andrew Cagney <ac131313@redhat.com>
12271
12272 * remote.c (_initialize_remote): By default, disable ``e'' and
12273 ``E'' step out-of-range packets.
12274
12275 2002-02-26 Andreas Schwab <schwab@suse.de>
12276
12277 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
12278 m68k_linux_frame_saved_pc.
12279 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
12280 in_sigtramp.
12281 (SIGCONTEXT_PC_OFFSET): Remove.
12282 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
12283 m68k_linux_sigtramp_saved_pc): New functions.
12284 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
12285 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
12286 (UCONTEXT_PC_OFFSET): Define.
12287 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
12288 non-RT and RT signal trampolines.
12289
12290 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
12291
12292 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
12293 (TARGET_NBPG, STACK_END_ADDR): Delete
12294 (VARIABLES_INSIDE_BLOCK): Delete.
12295
12296 2002-02-25 Andrew Cagney <ac131313@redhat.com>
12297
12298 * utils.c (perror_with_name): Make string parameter constant.
12299 (print_sys_errmsg): Ditto.
12300 (query): Ditto.
12301 * defs.h (perror_with_name): Update.
12302 (print_sys_errmsg): Update.
12303 (query): Update.
12304
12305 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
12306
12307 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
12308 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
12309
12310 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12311
12312 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
12313 if it already matches the current architecture from the exec file.
12314 Include arch-utils.h for gdbarch_info_init prototype.
12315 * Makefile.in (rs6000-nat.o): Update dependencies.
12316
12317 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
12318
12319 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
12320 list of exported variables.
12321
12322 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
12323
12324 * gdbserver/configure.srv: New file.
12325 * gdbserver/configure.in: Use configure.srv instead
12326 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
12327 from it.
12328 * gdbserver/configure: Regenerated.
12329 * gdbserver/terminal.h: New file.
12330 * gdbserver/Makefile.in: Update for configure changes. Remove
12331 more unneeded include paths.
12332
12333 2002-02-24 Andrew Cagney <ac131313@redhat.com>
12334
12335 From wiz at danbala:
12336 * config/sparc/tm-sp64.h: Fix grammar and typos.
12337 Fix PR gdb/287.
12338
12339 2002-02-24 Andrew Cagney <ac131313@redhat.com>
12340
12341 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
12342 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
12343 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
12344 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
12345 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
12346 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
12347 * s390-tdep.c: Ditto.
12348 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
12349 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
12350 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
12351 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
12352 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
12353 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
12354 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
12355 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
12356 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
12357 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
12358 Fix PR gdb/378.
12359
12360 2002-02-23 Andrew Cagney <ac131313@redhat.com>
12361
12362 * lin-thread.c: Delete file.
12363 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
12364 to gdb_proc_service.h.
12365 * configure: Re-generate.
12366
12367 * ocd.c (ocd_open): Do not try to open the "ocd" device.
12368 * serial.c (serial_open): Delete check for "ocd".
12369 Fix PR gdb/349.
12370
12371 * Makefile.in (linux-thread.o): Delete target.
12372 * linux-thread.c: Delete file.
12373
12374 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
12375 renamed SH files to be consistent.
12376
12377 * symtab.c (sort_search_symbols): Use xfree.
12378
12379 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
12380
12381 * arm-linux-tdep.c (arm_linux_init_abi): Register
12382 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
12383 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
12384 definition with undef, since we don't want the sysvr4 definition.
12385 (SKIP_TRAMPOLINE_CODE): Likewise.
12386
12387 2002-02-23 Andrew Cagney <ac131313@redhat.com>
12388
12389 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
12390
12391 * configure.in: (AC_CHECK_FUNCS) Added test for
12392 canonicalize_file_name Regenerated.
12393 * config.in, configure: Regenerated.
12394 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
12395 defined use canonicalize_file_name.
12396
12397 2002-02-23 Michael Chastain <mec@shout.net>
12398
12399 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
12400
12401 2002-02-23 Andrew Cagney <ac131313@redhat.com>
12402
12403 * README: Remove references to cygnus.com.
12404 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
12405 dot com'' form. Remove references to cygnus.com and sourceware.
12406
12407 2002-02-23 Andrew Cagney <ac131313@redhat.com>
12408
12409 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
12410 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
12411 1003.1-2001 no longer allows "head -1".
12412 * gdb/Makefile.in (version.c): Likewise.
12413 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
12414 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
12415 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
12416
12417 2002-02-23 Andrew Cagney <ac131313@redhat.com>
12418
12419 * cli/cli-decode.c (cmd_cfunc_eq): New function.
12420 * command.h (cmd_cfunc_eq): Declare.
12421 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
12422
12423 * cli/cli-cmds.h (is_complete_command): Change parameter to a
12424 ``struct cmd_list_element *''.
12425 * cli/cli-cmds.c (is_complete_command): Update. Use
12426 cmd_cfunc_eq.
12427 * top.c (execute_command): Pass the command to
12428 is_complete_command.
12429 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
12430
12431 2002-02-23 Andrew Cagney <ac131313@redhat.com>
12432
12433 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
12434 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
12435 architecture defines.
12436 * s390-tdep.c (s390_gdbarch_init): Likewise.
12437
12438 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
12439
12440 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
12441 (arm_linux_push_arguments): Likewise.
12442 (arm_linux_init_abi): Register them. Also register linux-specific
12443 call_dummy_words.
12444 (find_minsym_and_objfile): Use strcmp, not STREQ.
12445 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
12446 (arm_linux_call_dummy_words): Delete declaration.
12447 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
12448 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
12449 declarations.
12450 (LOWEST_PC): Delete.
12451
12452 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12453
12454 * maint.c (print_section_info): Do not prepend `0x' to filepos
12455 output, it will be handled by local_hex_string_custom.
12456
12457 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
12458
12459 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
12460 (store_newfpe_double, store_newfpe_extended, store_fpregister)
12461 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
12462
12463 2002-02-22 Jim Blandy <jimb@redhat.com>
12464
12465 Indicate that the bcache functions don't change the strings
12466 they're passed.
12467 * bcache.h (bcache, hash): Add `const' keywords to declarations.
12468 * bcache.c (bcache, hash): Add `const' keywords to definitions.
12469
12470 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
12471
12472 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
12473
12474 2002-02-21 Christopher Faylor <cgf@redhat.com>
12475
12476 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
12477 find the complete path to a loaded DLL.
12478
12479 2002-02-21 Fred Fish <fnf@redhat.com>
12480
12481 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
12482 that marks the end of the range of a function, enter a line number
12483 entry that has a line number of zero and a PC offset that matches
12484 the end of the function. This starts a range of PC's for which no
12485 line number information is known.
12486 * symtab.c (find_pc_sect_line): If our best fit is in a range of
12487 PC's for which no line number info is found (line number is zero)
12488 then we didn't find any valid line information.
12489 * symtab.h: Document use of zero line number entry.
12490
12491 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
12492
12493 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
12494 (have_ptrace_getvrregs): Define for run time checks.
12495 (gdb_vrregset_t): New type for Altivec register handling.
12496 (fetch_register, store_register): Fetch/store altivec register
12497 when needed.
12498 (fetch_altivec_register, store_altivec_register): New functions.
12499 (supply_vrregset, fill_vrregset): New functions.
12500 (fetch_altivec_registers, store_altivec_registers): New functions.
12501 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
12502 registers as well.
12503
12504 2002-02-21 Jiri Smid <smid@suse.cz>
12505
12506 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
12507
12508 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
12509
12510 * Makefile.in (armnbsd-nat.o): Update dependencies.
12511 * armnbsd-nat.c (supply_gregset): New function. Common code to
12512 supply the integer register set.
12513 (supply_fparegset): New function. Similar for FPA registers.
12514 (fetch_regs, fetch_fp_regs): Use them.
12515 (fetch_core_registers): Likewise.
12516 (fetch_elfcore_registers): New function.
12517 (arm_netbsd_elfcore_fns): New core-file type specification.
12518 (_initialize_arm_netbsd_nat): Register it.
12519
12520 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
12521
12522 * armnbsd-nat.c: Include gdbcore.h.
12523 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
12524 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
12525 'void' to declaration, to shut up ARI.
12526 (fetch_core_registers): Make static. Rewrite using supply_register.
12527 (arm_netbsd_core_fns): New core-file type specification.
12528 (_initialize_arm_netbsd_nat): New function.
12529
12530 2002-02-21 Christopher Faylor <cgf@redhat.com>
12531
12532 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
12533 value.
12534
12535 2002-02-20 Christopher Faylor <cgf@redhat.com>
12536
12537 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
12538 fails.
12539
12540 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
12541
12542 * jv-exp.y (parse_number): Change type of implicit longs
12543 to builtin_type_uint64.
12544
12545 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
12546
12547 * gdbserver/linux-low.c (mywait): Change argument to waitpid
12548 to be an integer instead of a `union wait'.
12549
12550 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
12551
12552 * mips-linux-nat.c: Call the operating system GNU/Linux.
12553 * mips-linux-tdep.c: Likewise.
12554 * mips-tdep.c: Likewise.
12555
12556 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
12557
12558 Fix PR gdb/265.
12559 * jv-exp.y (parse_number): Handle 64-bit integers.
12560
12561 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
12562
12563 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
12564 AC_STDC_HEADERS to AC_HEADER_STDC.
12565 * gdbserver/configure: Regenerated.
12566
12567 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
12568
12569 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
12570 is defined.
12571 * sparc-tdep.c (get_longjmp_target): Likewise.
12572
12573 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
12574
12575 * News: Add news about ARM and Multi-arch. Mention the new target
12576 arm*-*-netbsd*.
12577
12578 2002-02-19 Jim Blandy <jimb@redhat.com>
12579
12580 * stabsread.c (error_type_complaint): Improve error message.
12581
12582 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
12583
12584 * gdbserver/README: Update documentation.
12585 * gdbserver/configure.in: Update configury to match documentation.
12586 * gdbserver/Makefile.in: Likewise.
12587 * gdbserver/configure: Regenerated.
12588 * gdbserver/aclocal.m4: New file, generated by aclocal.
12589 * gdbserver/config.in: New file, generated by autoheader.
12590
12591 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
12592
12593 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
12594 armnbsd-nat.c.
12595
12596 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
12597
12598 * arm-tdep.h (enum arm_float_model): New enum.
12599 (struct gdbarch_tdep): Add fp_model.
12600 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
12601 up floating-point conversions until we know the floating-point model
12602 in use by the inferior. Don't complain about being unable to
12603 determine the ABI of the inferior when we don't have one.
12604 (arm_extract_return_value): Support different floating-point models.
12605 (arm_store_return_value): Likewise.
12606 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
12607 ARM_FLOAT_SOFT.
12608 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
12609
12610 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12611
12612 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
12613 of ``current_gdbarch''.
12614
12615 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
12616
12617 * armnbsd-nat.c : ANSIfy all function declarations.
12618 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
12619 (fetch_inferior_registers): Re-implement in terms of above.
12620 (store_register, store_regs, store_fp_register, store_fp_regs): New.
12621 (store_inferior_registers): Re-implement in terms of above.
12622
12623 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
12624
12625 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
12626 kernel.
12627 * arm-linux-tdep.c: Likewise.
12628 * config/arm/tm-linux.h: Likewise.
12629
12630 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
12631
12632 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
12633 * config/arm/nbsd.mt (TM_FILE): Delete.
12634 * config/arm/tm-nbsd.h: Delete.
12635
12636 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
12637
12638 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
12639 Initialize CALL_DUMMY_LENGTH.
12640
12641 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
12642
12643 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
12644 function.
12645 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
12646 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
12647 defines one thing and that is incorrect for this port.
12648 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
12649
12650 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
12651
12652 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
12653
12654 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
12655
12656 * win32-nat.c (display_selector): New function. Displays information
12657 about the information returned by GetThreadSelectorEntry API function.
12658 (display_selectors): New function. Displays the infomation of
12659 the selector given as argument, or of CS, DS ans FS selectors
12660 if no argument is given.
12661 ( _initialize_inftarg): Add "w32" as info prefix command.
12662 Add "info w32 selector" as command calling display_selectors.
12663
12664 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
12665
12666 * i386-tdep.c (get_longjmp_target): Fix compilation failure
12667 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
12668 if not defined.
12669
12670 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
12671
12672 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
12673
12674 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
12675
12676 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
12677 (arm_fix_call_dummy): Call it.
12678 (arm_call_dummy_breakpoint_offset): Delete.
12679 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
12680 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
12681
12682 2002-02-18 Andrew Cagney <ac131313@redhat.com>
12683
12684 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
12685 Default to func_frame_chain_valid.
12686 * gdbarch.h, gdbarch.c: Re-generate.
12687 * frame.h (FRAME_CHAIN_VALID): Delete definition.
12688
12689 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
12690
12691 * ppc-linux-nat.c: Update copyright.
12692 (fetch_register, store_register): Add tid parameter, don't compute
12693 tid here.
12694 (fetch_ppc_registers, store_ppc_registers): Add tid
12695 parameter. Pass it along to callees.
12696 (fetch_inferior_registers, store_inferior_registers): Compute tid
12697 here, and pass it to calleed functions.
12698 (fill_gregset, supply_fpregset): Clean up formatting.
12699
12700 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
12701
12702 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
12703 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
12704
12705 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
12706
12707 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
12708 * gdbarch.c gdbarch.h: Regenerate.
12709 * breakpoint.c (create_longjmp_breakpoint): Always compile this
12710 function.
12711 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
12712 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
12713 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
12714
12715 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
12716 * arm-tdep.c (arm_get_longjmp_target): New function.
12717 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
12718 this to a positive value register arm_get_longjmp_target as the
12719 longjmp handler.
12720 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
12721 (arm_linux_init_abi): Set up longjmp description in tdep.
12722 * armnbsd-nat.c (get_longjmp_target): Delete.
12723 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
12724 description in tdep.
12725 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
12726 (get_longjmp_target): Delete declaration.
12727 (GET_LONGJMP_TARGET): Delete.
12728 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
12729 (GET_LONGJMP_TARGET): Delete.
12730
12731 2002-02-17 Kevin Buettner <kevinb@redhat.com>
12732
12733 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
12734 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
12735 of ``current_gdbarch''.
12736
12737 2002-02-17 Tom Tromey <tromey@redhat.com>
12738
12739 * cli/cli-cmds.c (compare_strings): New function.
12740 (complete_command): Only print each unique item once.
12741 * completer.h (complete_line): Declare.
12742 * completer.c (complete_line): New function.
12743 (line_completion_function): Use it.
12744
12745 2002-02-16 Andrew Cagney <ac131313@redhat.com>
12746
12747 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
12748 * gdbarch.h, gdbarch.c: Re-generate.
12749
12750 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
12751
12752 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
12753
12754 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
12755
12756 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
12757 * valops.c (value_arg_coerce): Don't take the address of a reference
12758 to convert an argument to a reference.
12759
12760 2002-02-15 Christopher Faylor <cgf@redhat.com>
12761
12762 * win32-nat.c (get_image_name): New function.
12763 (handle_load_dll): Use get_image_name function.
12764 (get_child_debug_event): Avoid registering debug events until possibly
12765 execed process is started.
12766 (child_create_inferior): Allow invocation via shell so that command
12767 line redirection, etc. works ok.
12768 (_initialize_inftarg): Add new command: "set shell" to control whether
12769 a shell is used to start a process.
12770
12771 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
12772
12773 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
12774 instead of find_register_by_number.
12775 (cannot_store_register): Likewise.
12776
12777 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
12778
12779 * dwarf2read.c: Replace fprintf (stderr, ...) by
12780 fprintf_unfiltered (gdb_stderr, ...).
12781
12782 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
12783
12784 * gdbserver/gdbserver.1: Document --attach.
12785
12786 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
12787
12788 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
12789 descriptions.
12790 * arm-tdep.c (arm_default_arm_le_breakpoint)
12791 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
12792 (arm_default_thumb_be_breakpoint): New. Initialize them from
12793 traditional breakpoint defines.
12794 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
12795 (arm_gdbarch_init): Initialize new breakpoint variables.
12796 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
12797 (arm_linux_init_abi): Initialize linux-specific breakpoint.
12798 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
12799 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
12800 code out to ...
12801 (arm_netbsd_init_abi_common): ... here; new function.
12802 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
12803 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
12804 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
12805 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
12806
12807 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
12808
12809 * arm-tdep.h (enum arm_abi): New enum.
12810 (struct gdbarch_tdep): New structure.
12811 (LOWEST_PC): Provide a default.
12812 (arm_gdbarch_register_os_abi): Declare new function.
12813 * arm-tdep.c (arm_abi_names): New array.
12814 (process_note_abi_tag_sections): New function.
12815 (get_elfosabi): New function.
12816 (arm_gdbarch_register_os_abi): New function.
12817 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
12818 support for that ABI has been built in, then call the appropriate
12819 configuration routine. Use gdbarch_num_regs() to get the number
12820 of registers.
12821 (arm_dump_tdep): New function.
12822 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
12823 place-holder functions.
12824 (_initialize_arm_tdep): Register them.
12825 * config/arm/tm-arm.h (LOWEST_PC): Delete.
12826
12827 * armnbsd-tdep.c: New file.
12828 * Makefile.in (armnbsd-tdep.o): Add dependencies.
12829 * config/arm/nbsd.mt (TDEPFILES): Add it.
12830 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
12831
12832 * armnbsd-nat.c: Include regcache.h.
12833 * Makefile.in (armnbsd-nat.o): Update dependency list.
12834
12835 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
12836
12837 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
12838
12839 * gdbserver/Makefile.in: Fix typos in target rules.
12840
12841 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
12842
12843 Fix part of PR gdb/267.
12844 * linespec.c (find_methods): Handle constructors specially for now.
12845
12846 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
12847
12848 * arm-tdep.c (arm_push_arguments): Eliminate special float type
12849 handling.
12850 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
12851 standard_coerce_float_to_double().
12852
12853 2002-02-14 Christopher Faylor <cgf@redhat.com>
12854
12855 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
12856 GDBINIT_FILENAME.
12857
12858 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
12859
12860 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
12861 find_variant_by_name, because it confuses the multiarch
12862 framework. Return NULL if there isn't an architecture with the
12863 user supplied name, instead of forcing a different one without
12864 recording the change with the multiarch machinery.
12865 (find_variant_by_name): Delete.
12866
12867 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12868
12869 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
12870 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
12871
12872 2002-02-13 Martin M. Hunt <hunt@redhat.com>
12873
12874 * stack.c (print_frame_info_base): When calling
12875 print_frame_info_listing_hook, set current_source_symtab.
12876
12877 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
12878
12879 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
12880 and remove unused $(INCLUDE_DIR).
12881 Add regcache.c to OBS.
12882 Add generated register protocol files to clean target.
12883 Update dependencies for new objects, obsolete old target code.
12884
12885 * gdbserver/linux-low.c: Remove all platform-specific code to
12886 new files. Remove various dead code. Update to use regcache
12887 functionality.
12888 * gdbserver/remote-utils.c (fromhex): Add return statement
12889 to quiet warning.
12890 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
12891 constant.
12892 (input_interrupt): Add integer parameter to match prototype
12893 of a signal handler.
12894 (outreg): Use register_data ().
12895 (prepare_resume_reply): Use gdbserver_expedite_regs.
12896 * gdbserver/server.c (main): Dynamically allocate own_buf because
12897 PBUFSIZ is no longer constant. Use registers_to_string () and
12898 registers_from_string ().
12899 * gdbserver/server.h: No longer include "defs.h". Add prototypes
12900 for error (), fatal (), and warning (). Update definition of
12901 PBUFSIZ to use regcache functionality. Add include guard.
12902 * gdbserver/utils.c (fatal): Add missing ``const''.
12903 (warning): New function.
12904
12905 * regformats/regdat.sh: Include "regcache.h" in generated files.
12906 Provide init_registers () function.
12907 * regformats/regdef.h: Add prototype for set_register_cache ().
12908 Add include guard.
12909
12910 * gdbserver/linux-arm-low.c: New file.
12911 * gdbserver/linux-i386-low.c: New file.
12912 * gdbserver/linux-ia64-low.c: New file.
12913 * gdbserver/linux-m68k-low.c: New file.
12914 * gdbserver/linux-mips-low.c: New file.
12915 * gdbserver/linux-ppc-low.c: New file.
12916 * gdbserver/linux-sh-low.c: New file.
12917
12918 * gdbserver/regcache.c: New file.
12919 * gdbserver/regcache.h: New file.
12920
12921 * gdbserver/low-linux.c: Removed obsolete file.
12922
12923 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
12924
12925 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
12926 * config/i386/linux.mt: Likewise.
12927 * config/ia64/linux.mt: Likewise.
12928 * config/m68k/linux.mh: Likewise.
12929 * config/powerpc/linux.mh: Likewise.
12930 * config/mips/linux.mt: Likewise.
12931
12932 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
12933
12934 * config/i386/i386lynx.mh: Mark gdbserver variables
12935 as (currently) obsolete for this target.
12936 * config/i386/nbsd.mt: Likewise.
12937 * config/i386/nbsdelf.mt: Likewise.
12938 * config/m32r/m32r.mt: Likewise.
12939 * config/m68k/m68klynx.mh: Likewise.
12940 * config/m68k/nbsd.mt: Likewise.
12941 * config/m68k/sun3os4.mh: Likewise.
12942 * config/mips/vr5000.mt: Likewise.
12943 * config/ns32k/nbsd.mt: Likewise.
12944 * config/pa/hppabsd.mh: Likewise.
12945 * config/pa/hppaosf.mh: Likewise.
12946 * config/powerpc/nbsd.mt: Likewise.
12947 * config/rs6000/rs6000lynx.mh: Likewise.
12948 * config/s390/s390.mt: Likewise.
12949 * config/s390/s390x.mt: Likewise.
12950 * config/sparc/sparclynx.mh: Likewise.
12951 * config/sparc/sun4os4.mh: Likewise.
12952 * config/i386/x86-64linux.mt: Likewise.
12953 * config/sparc/linux.mh: Likewise.
12954
12955 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
12956
12957 * configure.tgt: Configure gdbserver only for known working
12958 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
12959 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
12960 SUBDIRS if it is configured. Update comment for ${nativefile}.
12961 * configure: Regenerated.
12962
12963 2002-02-13 Michael Snyder <msnyder@redhat.com>
12964
12965 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
12966
12967 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
12968 (default_gcore_mach): Just return 0, work around a problem in bfd.
12969 (default_gcore_target): OK to return NULL if exec_bfd is null.
12970 (make_mem_sec): Use a cast, avoid a warning.
12971
12972 * procfs.c (find_memory_regions_callback): Use a cast instead of
12973 calling host_pointer_to_address (which complains if
12974 sizeof (host pointer) != sizeof (target pointer)).
12975 (procfs_make_note_section): Avoid overflow in psargs string.
12976
12977 * procfs.c (procfs_make_note_section): Make the default
12978 implementation return an error.
12979
12980 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
12981
12982 * procfs.c (procfs_make_note_section): Provide a default definition
12983 (for alpha-dec-osf4.0f). Fix typos.
12984
12985 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
12986
12987 * linux-proc.c: Add include of regcache.h.
12988 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
12989
12990 2002-02-13 Andrew Cagney <ac131313@redhat.com>
12991
12992 From 2002-01-18 Greg McGary <greg@mcgary.org>:
12993 * memattr.c (create_mem_region): Disallow useless empty region.
12994 Regions are half-open intervals, so allow [A..B) [B..C) as
12995 non-overlapping.
12996
12997 2002-02-13 Michael Chastain <mec@shout.net>
12998
12999 * defs.h: Kill CONST_PTR.
13000 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
13001 * c-lang.c (c_builtin_types): Likewise.
13002 * ch-lang.c (ch_builtin_types): Likewise.
13003 * f-lang.c (f_builtin_types): Likewise.
13004 * language.c (unknown_builtin_types): Likewise.
13005 * m2-lang.c (m2_builtin_types): Likewise.
13006 * p-lang.c (pascal_builtin_types): Likewise.
13007 * scm-lang.c (c_builtin_types): Likewise.
13008
13009 2002-02-13 Keith Seitz <keiths@redhat.com>
13010
13011 * arm-tdep.h (arm_get_next_pc): Add declaration.
13012
13013 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
13014
13015 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
13016 with other related struct-returning functions.
13017 (arm_extract_struct_value_address): New function.
13018 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
13019 initialize float_format, double_format and long_double_format as
13020 appropriate to the endianness of the target.
13021 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
13022 (arm_use_struct_convention): Delete declaration.
13023 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
13024
13025 2002-02-13 Keith Seitz <keiths@redhat.com>
13026
13027 * defs.h (core_addr_to_string_nz): New function.
13028
13029 2002-02-13 Mark Kettenis <kettenis@gnu.org>
13030
13031 Apply missing bits of 2002-01-15 patch.
13032 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
13033 (fill_fpregset): Use i387_fill_fsave.
13034
13035 2002-02-12 Keith Seitz <keiths@redhat.com>
13036
13037 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
13038 (core_addr_to_string_nz): New function.
13039
13040 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
13041
13042 * arm-linux-nat.c: Really include arm-tdep.h.
13043 * config/arm/tm-linux.h (struct type, struct value): Declare.
13044
13045 2002-02-11 Michael Snyder <msnyder@redhat.com>
13046
13047 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
13048 (gcore section): Ifdef for Solaris and Unixware only.
13049 (procfs_do_thread_registers): Unixware needs one lwpstatus
13050 per thread (not one prstatus or pstatus).
13051 (procfs_make_note_section): Iterate only over kernel threads (lwps),
13052 not over all gdb threads. For unixware, call elfcore_write_pstatus
13053 once before iterating over threads.
13054
13055 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
13056
13057 * arm-tdep.h: New file.
13058 * arm-tdep.c: Include arm-tdep.h.
13059 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
13060 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
13061 (arm_print_float_info, arm_register_type, convert_to_extended)
13062 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
13063 (arm_extract_return_value, arm_register_name): Make static.
13064 (arm_software_single_step): Similarly. Fix types in declaration.
13065 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
13066 (arm_store_return_value, arm_store_struct_return): New functions.
13067 (arm_gdbarch_init): Register the above functions. Also register
13068 call_dummy_start_offset, sizeof_call_dummy_words,
13069 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
13070 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
13071 max_register_virtual_size, register_size. Set up
13072 prologue_cache.saved_regs here, rather than ...
13073 (_initialize_arm_tdep): ... here.
13074 * config/arm/tm-arm.h (struct type, struct value): Delete forward
13075 declarations.
13076 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
13077 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
13078 (arm_print_float_info, arm_register_type, convert_to_extended)
13079 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
13080 (arm_extract_return_value, arm_register_name): Delete declarations.
13081 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
13082 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
13083 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
13084 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
13085 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
13086 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
13087 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
13088 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
13089 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
13090 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
13091 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
13092 (arm_get_next_pc): No-longer static -- these are needed by the RDI
13093 interface.
13094 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
13095 * remote-rdi.c remote-rdp.c: Likewise.
13096 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
13097 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
13098 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
13099 definition.
13100
13101 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
13102 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
13103 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
13104 from non-ARM_ prefixed definitions.
13105 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
13106 all uses of above.
13107 * remote-rdi.c remote-rdp.c: Likewise.
13108 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
13109
13110 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
13111
13112 * arm-tdep.c (arm_frameless_function_invocation)
13113 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
13114 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
13115 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
13116 (arm_pop_frame, arm_get_next_pc): Make static.
13117 (arm_gdbarch_init): Register above in gdbarch structure.
13118 (arm_read_fp): Renamed from arm_target_read_fp.
13119 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
13120 * config/arm/tm-arm.h (arm_frameless_function_invocation)
13121 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
13122 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
13123 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
13124 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
13125 (arm_pc_is_thumb_dummy): Delete declarations.
13126 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
13127 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
13128 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
13129 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
13130
13131 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
13132
13133 * symtab.c (compare_search_syms): New function.
13134 (sort_search_symbols): New function.
13135 (search_symbols): Sort symbols after searching rather than
13136 before.
13137
13138 2002-02-10 Andrew Cagney <ac131313@redhat.com>
13139
13140 * NEWS: Linux -> GNU/Linux.
13141
13142 2002-02-10 Andrew Cagney <ac131313@redhat.com>
13143
13144 * gdbarch.sh: For for level one methods, disallow a definition
13145 when partially multi-arched. Add comments explaining rationale.
13146 * gdbarch.h: Re-generate.
13147
13148 2002-02-10 Andrew Cagney <ac131313@redhat.com>
13149
13150 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
13151 multi-arch partial.
13152
13153 2002-02-10 Andrew Cagney <ac131313@redhat.com>
13154
13155 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
13156 field. Use diff -u.
13157 * gdbarch.c: Re-generate.
13158
13159 2002-02-10 Andrew Cagney <ac131313@redhat.com>
13160
13161 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
13162 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
13163 partial.
13164
13165 2002-02-10 Andrew Cagney <ac131313@redhat.com>
13166
13167 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
13168 multi-arch partial.
13169 (PUSH_ARGUMENTS): Switch to using predefault.
13170 * gdbarch.c: Regenerate.
13171
13172 2002-02-10 Andrew Cagney <ac131313@redhat.com>
13173
13174 * valops.c (PUSH_ARGUMENTS): Delete definition.
13175 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
13176 partial. Default to default_push_arguments.
13177 * gdbarch.h, gdbarch.c: Regenerate.
13178
13179 2002-02-09 Andrew Cagney <ac131313@redhat.com>
13180
13181 * defs.h (throw_exception): Rename return_to_top_level. Update
13182 comments.
13183 * utils.c (error_stream, internal_verror, quit): Ditto.
13184 * top.c (throw_exception, catcher): Ditto.
13185 * sparclet-rom.c (sparclet_load): Ditto.
13186 * remote.c (interrupt_query, minitelnet): Ditto.
13187 * remote-sds.c (interrupt_query): Ditto.
13188 * remote-mips.c (mips_error, mips_kill): Ditto.
13189 * ocd.c (interrupt_query): Ditto.
13190 * monitor.c (monitor_interrupt_query): Ditto.
13191 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
13192 * target.h: Update comment.
13193
13194 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
13195
13196 2002-02-09 Andrew Cagney <ac131313@redhat.com>
13197
13198 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
13199 default_double_format.
13200 * gdbarch.h, gdbarch.c: Re-generate.
13201 * findvar.c (floatformat_unknown): Delete variable definition.
13202 * doublest.h (floatformat_unknown): Delete variable declaration.
13203
13204 2002-02-09 Jim Blandy <jimb@redhat.com>
13205
13206 * stabsread.c (read_type): Add code to parse Sun's syntax for
13207 prototyped function types.
13208
13209 2002-02-09 Andrew Cagney <ac131313@redhat.com>
13210
13211 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
13212 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
13213
13214 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
13215
13216 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
13217 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
13218 now _initialize_xcoffsolib gets called again and overrides the
13219 commands from solib.c in a native configuration.
13220
13221 2002-02-09 Mark Kettenis <kettenis@gnu.org>
13222
13223 * doublest.c (store_typed_floating): Don't try to return a value.
13224 Fixes PR gdb/290.
13225
13226 2002-02-08 Jim Blandy <jimb@redhat.com>
13227
13228 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
13229 is prototyped and has no arguments, print its argument list as
13230 `(void)'.
13231
13232 2002-02-08 Chris Demetriou <cgd@broadcom.com>
13233
13234 * MAINTAINERS (write-after-approval): Add myself.
13235 (paper-trail): I've escaped!
13236
13237 2002-02-08 Christopher Faylor <cgf@redhat.com>
13238
13239 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
13240 changes.
13241 (_initialize_check_for_gdb_ini): Ditto.
13242
13243 2002-02-08 Martin M. Hunt <hunt@redhat.com>
13244
13245 * win32-nat.c (cygwin_pid_to_str): Fix typo.
13246 xaprintf -> xasprintf.
13247
13248 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
13249
13250 * win32-nat.c: Remove use of printf and sprintf functions.
13251
13252 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
13253
13254 * arm-tdep.c (arm_frame_chain_valid): Make static.
13255 (arm_push_arguments): Likewise.
13256 (arm_gdbarch_init): New function.
13257 (_initialize_arm_tdep): Call it.
13258 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
13259 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
13260 (FRAME_CHAIN_VALID): Delete.
13261 (arm_frame_chain_valid): Delete declaration.
13262 (PUSH_ARGUMENTS): Delete.
13263 (arm_push_arguments): Delete declaration.
13264 (CALL_DUMMY_P): Delete.
13265
13266 2002-02-08 Andrew Cagney <ac131313@redhat.com>
13267 Corinna Vinschen <vinschen@redhat.com>
13268
13269 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
13270 on builtin float types.
13271
13272 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
13273
13274 * utils.c: Include <curses.h> before "bfd.h".
13275 * tui/tui-hooks.c: Likewise.
13276 * tui/tui.c: Likewise.
13277 * tui/tuiCommand.c: Likewise.
13278 * tui/tuiData.c: Likewise.
13279 * tui/tuiDataWin.c: Likewise.
13280 * tui/tuiDisassem.c: Likewise.
13281 * tui/tuiGeneralWin.c: Likewise.
13282 * tui/tuiIO.c: Likewise.
13283 * tui/tuiLayout.c: Likewise.
13284 * tui/tuiRegs.c: Likewise.
13285 * tui/tuiSource.c: Likewise.
13286 * tui/tuiSourceWin.c: Likewise.
13287 * tui/tuiStack.c: Likewise.
13288 * tui/tuiWin.c: Likewise.
13289
13290 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
13291
13292 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
13293 to include space for pseudoregs as well. Update loops accordingly.
13294 (sh_fp_frame_init_saved_regs): Ditto.
13295 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
13296
13297 2002-02-07 Andrew Cagney <ac131313@redhat.com>
13298
13299 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
13300 Add Richard Earnshaw to Arm maintainers.
13301
13302 2002-02-07 Andrew Cagney <ac131313@redhat.com>
13303
13304 * defs.h (warning_begin): Delete declaration.
13305
13306 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
13307 Delete macro.
13308
13309 2002-02-07 Michael Snyder <msnyder@redhat.com>
13310
13311 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13312 Logic bug, remove misplaced else.
13313
13314 2002-02-07 Klee Dienes <klee@apple.com>
13315
13316 * fork-inferior.c (fork_inferior): Add '!' to the list of
13317 characters that need to be quoted when building a string for the
13318 shell. Quote '!' specifically with a backslash, since CSH chokes
13319 when trying to evaluate "str!str".
13320
13321 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
13322
13323 * rdi-share/host.h: Only provide a typedef for bool if it is not
13324 defined.
13325
13326 2002-02-04 Michael Snyder <msnyder@redhat.com>
13327
13328 * breakpoint.h (enum bptype): Add new overlay event bp type.
13329 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
13330
13331 * breakpoint.c (create_internal_breakpoint): New function.
13332 (internal_breakpoint_number): Moved into create_internal_breakpoint.
13333 (create_longjmp_breakpoint): Use create_internal_breakpoint.
13334 (create_thread_event_breakpoint): Ditto.
13335 (create_solib_event_breakpoint): Ditto.
13336 (create_overlay_event_breakpoint): New function.
13337 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
13338 (update_breakpoints_after_exec): Delete and re-initialize
13339 overlay event breakpoints after an exec. Add FIXME comment
13340 about longjmp breakpoint.
13341 (print_it_typical): Ignore overlay event breakpoints.
13342 (print_one_breakpoint): Ditto.
13343 (mention): Ditto.
13344 (bpstat_what): Do not stop for overlay event breakpoints.
13345 (delete_breakpoint): Don't delete overlay event breakpoints.
13346 (breakpoint_re_set_one): Delete the overlay event breakpoint.
13347 (breakpoint_re_set): Re-create overlay event breakpoint.
13348
13349 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
13350 (overlay_manual_command): Disable overlay breakpoints.
13351 (overlay_off_command): Disable overlay breakpoints.
13352
13353 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
13354
13355 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
13356 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
13357 to here from config/tm-arm.h.
13358 (coff_sym_is_thumb): Make static.
13359 (arm_elf_make_msymbol_special): New function.
13360 (arm_coff_make_msymbol_special): New function.
13361 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
13362 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
13363 (coff_sym_is_thumb): Delete declaration.
13364 (arm_elf_make_msymbol_special): Declare.
13365 (arm_coff_make_msymbol_special): Declare.
13366 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
13367 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
13368
13369 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
13370
13371 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
13372
13373 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
13374
13375 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
13376 * gdbarch.c gdbarch.h: Regenerate.
13377 * arch-utils.c (default_print_float_info): New function.
13378 * arch-utils.h (default_print_float_info): Prototype it.
13379 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
13380 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
13381 (PRINT_FLOAT_INFO): Document it.
13382
13383 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
13384 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
13385 (PRINT_FLOAT_INFO): Define.
13386
13387 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
13388
13389 * win32-nat.c (_initialize_check_for_gdb_ini):
13390 Add typecast to sprintf argument to suppress a warning.
13391
13392 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
13393
13394 * win32-nat.c (last_sig): Changed type of variable to target_signal,
13395 to allow easier handling of pass state.
13396 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
13397 that gives exception name and address.
13398 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
13399 and set last_sig value to ourstatus->value.sig. Some missing
13400 exceptions added.
13401 (child_continue): Correctly report continue_status.
13402 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
13403 TARGET_SIGNAL_0 (new default value).
13404 (child_resume): consider sig argument passed to decide if
13405 the exception should be passed to debuggee or not.
13406
13407 2002-02-05 Michael Snyder <msnyder@redhat.com>
13408
13409 * regcache.c (fetch_register): Call target_fetch_register
13410 only if we don't call FETCH_PSEUDO_REGISTER.
13411 (store_register): Call target_store_register only if we
13412 don't call STORE_PSEUDO_REGISTER.
13413
13414 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
13415
13416 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
13417 ELF_MAKE_MSYMBOL_SPECIAL.
13418 * gdbarch.c, gdbarch.h: Regenerate.
13419 * arch-utils.c (default_make_msymbol_special): New function.
13420 * arch-utils.h (default_make_msymbol_special): Export.
13421 * elfread.c (elf_symtab_read): Compile use of
13422 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
13423 multiarched.
13424 * coffread.c (coff_symtab_read): Ditto, for
13425 COFF_MAKE_MSYMBOL_SPECIAL.
13426
13427 2002-02-05 Jim Blandy <jimb@redhat.com>
13428
13429 * solib-svr4.c (svr4_truncate_ptr): New function.
13430 (svr4_relocate_section_addresses): Do the address arithmetic with
13431 the appropriate truncation for target addresses, even when
13432 CORE_ADDR is larger than a target address.
13433
13434 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
13435
13436 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
13437 to (int *).
13438
13439 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
13440
13441 * gdbserver/linux-low.c (kill_inferior): Remove commented out
13442 code.
13443
13444 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
13445
13446 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
13447
13448 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
13449
13450 * gdbserver/linux-low.c: Remove unused include files.
13451
13452 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
13453
13454 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
13455 (read_inferior_memory): Use it.
13456 (write_inferior_memory): Likewise.
13457
13458 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
13459
13460 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
13461 grubbing through sys_errlist.
13462
13463 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
13464
13465 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
13466
13467 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
13468 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
13469
13470 2002-02-04 Andrew Cagney <ac131313@redhat.com>
13471
13472 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
13473 (do_sfunc, set_cmd_sfunc): New functions.
13474
13475 * command.h (struct cmd_list_element): Add field func.
13476 * cli/cli-decode.h (struct cmd_list_element): Ditto.
13477 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
13478 * cli/cli-decode.h: Ditto.
13479
13480 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
13481 (help_all, help_cmd_list): Ditto.
13482 (find_cmd, complete_on_cmdlist): Ditto.
13483 * top.c (execute_command): Ditto.
13484
13485 * cli/cli-setshow.c (do_setshow_command): Call func instead of
13486 function.sfunc.
13487
13488 * infcmd.c (notice_args_read): Fix function signature.
13489
13490 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
13491 * cli/cli-decode.c (add_set_cmd): Ditto.
13492 * utils.c (initialize_utils): Ditto.
13493 * maint.c (_initialize_maint_cmds): Ditto.
13494 * infrun.c (_initialize_infrun): Ditto.
13495 * demangle.c (_initialize_demangler): Ditto.
13496 * remote.c (add_packet_config_cmd): Ditto.
13497 * mips-tdep.c (_initialize_mips_tdep): Ditto.
13498 * cris-tdep.c (_initialize_cris_tdep): Ditto.
13499 * proc-api.c (_initialize_proc_api): Ditto.
13500 * kod.c (_initialize_kod): Ditto.
13501 * valprint.c (_initialize_valprint): Ditto.
13502 * top.c (init_main): Ditto.
13503 * infcmd.c (_initialize_infcmd): Ditto.
13504 * corefile.c (_initialize_core): Ditto.
13505 * arm-tdep.c (_initialize_arm_tdep): Ditto.
13506 * arch-utils.c (initialize_current_architecture): Ditto.
13507 (_initialize_gdbarch_utils): Ditto.
13508 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
13509
13510 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
13511 * wince.c (_initialize_inftarg): Ditto.
13512 * symfile.c (_initialize_symfile): Ditto.
13513 * mips-tdep.c (_initialize_mips_tdep): Ditto.
13514 * language.c (_initialize_language): Ditto.
13515 * arc-tdep.c (_initialize_arc_tdep): Ditto.
13516
13517 2002-02-04 Michael Snyder <msnyder@redhat.com>
13518
13519 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
13520
13521 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
13522
13523 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
13524 Add rules for building the register data files.
13525
13526 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
13527
13528 * regformats/regdat.sh: Add braces to the definition of
13529 expedite_regs_${arch}.
13530
13531 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
13532
13533 * regformats/regdef.h (struct reg): Add comment describing the
13534 requirements for offset and size fields.
13535
13536 2002-02-04 Andreas Schwab <schwab@suse.de>
13537
13538 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
13539 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
13540
13541 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
13542
13543 * gdbarch.sh (copyright): Update years in generated header.
13544 (SMASH_TEXT_ADDRESS): Add rule.
13545 * gdbarch.h, gdbarch.c: Re-generate.
13546 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
13547 * dbxread.c: Likewise.
13548 * dwarfread.c: Likewise.
13549 * elfread.c: Likewise.
13550 * somread.c: Likewise.
13551
13552 * arm-tdep.c (arm_smash_text_address): New function.
13553 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
13554
13555 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
13556
13557 Add support for hardware watchpoints on win32 native.
13558 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
13559 CONTEXT_DEBUG_REGISTERS.
13560 (dr variable): New variable. Static array containing a local copy
13561 of debug registers.
13562 (debug_registers_changed): New variable. Reflects when debug registers
13563 are changed and need to be written to inferior.
13564 (debug_registers_used): New variable. Reflects when any debug register
13565 was set, used when new threads are created.
13566 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
13567 i386-nat code.
13568 (thread_rec): Set dr array if id is the thread of current_event .
13569 (child_continue, child_resume): Change the debug registers for all
13570 threads if debug_registers_changed.
13571 (child_add_thread): Change the debug registers if debug_registers_used.
13572 * config/i386/cygwin.mh: Add use of i386-nat.o file.
13573 Link nm.h to new nm-cygwin.h file.
13574 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
13575 of hardware registers.
13576
13577 2002-02-03 Andrew Cagney <ac131313@redhat.com>
13578
13579 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
13580 Restore behavour broken by 2002-01-20 Andrew Cagney
13581 <ac131313@redhat.com> IEEE_FLOAT removal.
13582
13583 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
13584
13585 * c-valprint.c (c_val_print): Pass a proper valaddr to
13586 cp_print_class_method.
13587 * valops.c (search_struct_method): If there is only one method
13588 and args is NULL, return that method.
13589
13590 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
13591
13592 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
13593 accessing tag_name directly.
13594
13595 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
13596
13597 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
13598 of accessing tag_name directly.
13599
13600 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
13601
13602 PR gdb/280
13603 * gdbtypes.c (replace_type): New function.
13604 * gdbtypes.h (replace_type): Add prototype.
13605 * stabsread.c (read_type): Use replace_type.
13606
13607 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
13608
13609 * Makefile.in (memattr.o): Add missing dependencies rule.
13610
13611 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
13612
13613 * breakpoint.c (break_at_finish_command): Really export.
13614 (break_at_finish_at_depth_command): Ditto.
13615 (tbreak_at_finish_command): Ditto.
13616 * hppa-tdep.c: Include completer.h.
13617 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
13618 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
13619
13620 2002-02-01 Andrew Cagney <ac131313@redhat.com>
13621
13622 * utils.c (do_write): New function.
13623 (error_stream): Rewrite combining the code from error_begin and
13624 verror.
13625 (verror): Rewrite using error_stream.
13626 (error_begin): Delete function.
13627
13628 2002-02-01 Andrew Cagney <ac131313@redhat.com>
13629
13630 * utils.c (error_begin): Make static.
13631 * defs.h (error_begin): Delete declaration.
13632
13633 * linespec.c (cplusplus_error): Replace cplusplus_hint.
13634 (decode_line_1): Use cplusplus_error instead of error_begin,
13635 cplusplus_hint and return_to_top_level.
13636 * coffread.c (coff_symfile_read): Use error instead of error_begin
13637 and return_to_top_level.
13638 * infrun.c (default_skip_permanent_breakpoint): Ditto.
13639
13640 2002-02-01 Andrew Cagney <ac131313@redhat.com>
13641
13642 * language.h (type_error, range_error): Make string parameter
13643 constant.
13644 * language.c (warning_pre_print): Delete extern declaration.
13645 * dwarfread.c (warning_pre_print): Ditto.
13646 * language.c (type_error, range_error): Rewrite to use verror and
13647 vwarning instead of warning_begin.
13648
13649 2002-02-01 Michael Snyder <msnyder@redhat.com>
13650
13651 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
13652 (set_ignore_count): Move misplaced comment back where it belongs.
13653
13654 2002-02-01 Andrew Cagney <ac131313@redhat.com>
13655
13656 * command.h (NO_FUNCTION): Delete macro.
13657 * cli/cli-decode.h (NO_FUNCTION): Ditto.
13658 * top.c (execute_command): Replace NO_FUNCTION with NULL.
13659 * tracepoint.c (_initialize_tracepoint): Ditto.
13660 * cli/cli-decode.c (add_set_cmd): Ditto.
13661 * cli/cli-cmds.c (init_cli_cmds): Ditto.
13662
13663 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
13664
13665 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
13666 Update ``this'' pointer when calling virtual functions.
13667
13668 2002-02-01 Michael Snyder <msnyder@redhat.com>
13669
13670 * breakpoint.c (create_temp_exception_breakpoint): Delete.
13671 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
13672
13673 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
13674
13675 * regformats/reg-arm.dat: New file.
13676 * regformats/reg-i386.dat: New file.
13677 * regformats/reg-ia64.dat: New file.
13678 * regformats/reg-m68k.dat: New file.
13679 * regformats/reg-mips.dat: New file.
13680 * regformats/reg-ppc.dat: New file.
13681 * regformats/reg-sh.dat: New file.
13682 * regformats/regdef.h: New file.
13683 * regformats/regdat.sh: New file.
13684
13685 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
13686
13687 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
13688 (arm_frame_args_address, arm_frame_locals_address): New functions.
13689 (arm_frame_num_args): New function.
13690 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
13691 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
13692 (FRMA_NUM_ARGS): Call arm_frame_num_args.
13693
13694 2002-01-31 Michael Snyder <msnyder@redhat.com>
13695
13696 * breakpoint.c (break_at_finish_command): Export.
13697 (break_at_finish_at_depth_command): Export.
13698 (tbreak_at_finish_command): Export.
13699 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
13700 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
13701 "txbreak" commands, which are HPPA specific.
13702
13703 * printcmd.c (disassemble_command): Remove an ancient
13704 artifact of an old merge.
13705
13706 * symfile.h (enum overlay_debugging_state):
13707 Define enum constant values for overlay mode.
13708 * symfile.c (overlay_debugging): Use enums instead of literals.
13709 (overlay_is_mapped, overlay_auto_command,
13710 overlay_manual_command): Ditto.
13711
13712 * breakpoint.c (insert_breakpoints, remove_breakpoint,
13713 breakpoint_here_p, breakpoint_inserted_here_p,
13714 breakpoint_thread_match, bpstat_stop_status,
13715 describe_other_breakpoints, check_duplicates, clear_command):
13716 Coding standard fixes.
13717
13718 * target.c (target_xfer_memory): Add spaces, coding standard.
13719 (do_xfer_memory): Add missing line to trust-readonly
13720 code: check bfd SEC_READONLY flag for section.
13721
13722 2002-01-31 Andrew Cagney <ac131313@redhat.com>
13723
13724 * PROBLEMS: Fix typo, 5.1->5.1.1.
13725
13726 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
13727
13728 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
13729 data symbols, since we search based on textlow and texthigh.
13730 (find_pc_sect_symtab): Likewise.
13731
13732 2002-01-30 Andrew Cagney <ac131313@redhat.com>
13733
13734 * defs.h (vwarning): Declare.
13735 * utils.c (vwarning): New function.
13736 (warning): Call vwarning.
13737 (warning_begin): Delete function.
13738
13739 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
13740 the warning message.
13741 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
13742 warning_begin.
13743
13744 2002-01-30 Michael Snyder <msnyder@redhat.com>
13745
13746 * NEWS: Mention "set trust-readonly-sections" command.
13747 Mention generate-core-file command.
13748
13749 2002-01-15 Michael Snyder <msnyder@redhat.com>
13750
13751 * target.c: New command, "set trust-readonly-sections on".
13752 (do_xfer_memory): Honor the suggestion to trust readonly sections
13753 by reading them from the object file instead of from the target.
13754 (initialize_targets): Register command "set trust-readonly-sections".
13755
13756 2002-01-29 Andrew Cagney <ac131313@redhat.com>
13757
13758 * parse.c (target_map_name_to_register): Simplify, search regs and
13759 pseudo-regs using a single loop.
13760
13761 2002-01-30 Andrew Cagney <ac131313@redhat.com>
13762
13763 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
13764
13765 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
13766
13767 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
13768 * config/i386/i386v42mp.mh: Add i387-nat.o .
13769 * i386v4-nat.c: Include i387-nat.h.
13770 (supply_fpregset): Use i387_supply_fsave.
13771 (fill_fpregset): Use i387_fill_fsave.
13772
13773 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
13774
13775 * arm-tdep.c (arm_call_dummy_words): Define.
13776 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
13777 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
13778 (CALL_DUMMY_WORDS): Define.
13779 (arm_call_dummy_words): Declare.
13780 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
13781 (arm_linux_call_dummy_words): Declare.
13782
13783 2002-01-30 Andreas Schwab <schwab@suse.de>
13784
13785 * m68klinux-nat.c: Fix last change to use regcache_collect
13786 instead of referencing registers[] directly.
13787
13788 2002-01-29 Andrew Cagney <ac131313@redhat.com>
13789
13790 * parse.c (target_map_name_to_register): Delete code wrapped in
13791 #ifdef REGISTER_NAME_ALIAS_HOOK.
13792
13793 2002-01-28 Michael Snyder <msnyder@redhat.com>
13794
13795 * regcache.c (legacy_read_register_gen): Need to be able to
13796 read pseudo-register as well as real register.
13797 (legacy_write_register_gen): Ditto.
13798
13799 2002-01-28 Andrew Cagney <ac131313@redhat.com>
13800
13801 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
13802 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
13803 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
13804 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
13805 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
13806 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
13807 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
13808 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
13809 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
13810 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
13811 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
13812 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
13813 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
13814 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
13815 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
13816 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
13817 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
13818 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
13819 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
13820 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
13821
13822 2002-01-28 Andrew Cagney <ac131313@redhat.com>
13823
13824 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
13825 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
13826 (initialize_current_architecture): Update target_byte_order using
13827 information from BFD.
13828 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
13829 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
13830
13831 2002-01-28 Andrew Cagney <ac131313@redhat.com>
13832
13833 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
13834 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
13835
13836 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
13837 #ifdef INVALID_FLOAT.
13838 * infcmd.c (do_registers_info): Ditto.
13839 * values.c (unpack_double): Ditto. Add comment.
13840
13841 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
13842 already commented out.
13843
13844 2002-01-26 Andreas Schwab <schwab@suse.de>
13845
13846 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
13847 * m68klinux-nat.c: Update ptrace interface for fetching/storing
13848 registers and add support for PTRACE_GETREGS.
13849
13850 2002-01-24 Andrew Cagney <ac131313@redhat.com>
13851
13852 GDB 5.1.1 released from 5.1 branch.
13853 * NEWS: Add 5.1.1 news.
13854 * README: Sync with 5.1 branch.
13855
13856 2002-01-23 Fred Fish <fnf@redhat.com>
13857
13858 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
13859 stabstring on initial malloc. Reallocing will copy it for us,
13860 if necessary.
13861
13862 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
13863
13864 * Makefile.in (hpread_h): Delete.
13865 (HFILES_NO_SRCDIR): Remove hpread.h.
13866 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
13867 (hpread.o): Update dependencies.
13868 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
13869
13870 * hp-psymtab-read.c: Remove file.
13871 * hp-symtab-read.c: Remove file.
13872 * hpread.h: Remove file.
13873
13874 * hpread.c: Merge all contents of hp-psymtab-read.c,
13875 hp-symtab-read.c and hpread.h into this file, as it was prior to
13876 January 1999.
13877
13878 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
13879 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
13880 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
13881 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
13882
13883 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
13884
13885 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
13886 fill_gregset): Call gdbarch_tdep() just once, assign result to
13887 variable and use that, instead of calling the function several
13888 times.
13889
13890 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
13891
13892 * configure.host: Accept sparcv9 as alias for sparc64.
13893 * configure.tgt: Likewise.
13894
13895 2002-01-22 Kevin Buettner <kevinb@redhat.com>
13896
13897 * solib-aix5.c (build_so_list_from_mapfile)
13898 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
13899 arguments is not reversed.
13900 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
13901 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
13902
13903 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
13904
13905 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
13906 modified version of obsolete sh_fetch_pseudo_register.
13907 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
13908 (sh4_register_read): New function.
13909 (sh_pseudo_register_write): New function. Renamed and modified
13910 version of obsolete sh_store_pseudo_register.
13911 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
13912 (sh4_register_write): New function.
13913 (sh_gdbarch_init): Remove setting of gdbarch function
13914 fetch_pseudo_register and store_pseudo_register. Remove setting of
13915 register_convert_to_raw, register_convert_to_virtual,
13916 register_convertible.
13917 (sh_sh4_register_convertible): Delete. No longer needed. All is
13918 taken care by architecture specific functions
13919 register_read/register_write.
13920 (sh_sh4_register_convert_to_virtual): Make static.
13921 (sh_sh4_register_convert_to_raw): Ditto.
13922
13923 2002-01-22 Andrew Cagney <ac131313@redhat.com>
13924
13925 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
13926 (floatformat_is_nan, floatformat_mantissa): Ditto.
13927
13928 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
13929 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
13930 builtin_type_ieee_double_little,
13931 builtin_type_ieee_double_littlebyte_bigword,
13932 builtin_type_m68881_ext, builtin_type_i960_ext,
13933 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
13934 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
13935 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
13936 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
13937
13938 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
13939
13940 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
13941 parameter. Set frameless flag if it exists and depended of
13942 whether the scanned function is frameless or not.
13943 (xstormy16_skip_prologue): If function is frameless, return
13944 result of xstormy16_scan_prologue().
13945 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
13946 call.
13947
13948 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
13949
13950 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
13951 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
13952 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
13953 sh_sh4_register_byte, sh_sh4_register_raw_size,
13954 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
13955 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
13956 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
13957 sh_store_pseudo_register, sh_do_pseudo_register): Call
13958 gdbarch_tdep() just once, assign result to variable and use that,
13959 instead of calling the function several times.
13960
13961 2002-01-20 Mark Kettenis <kettenis@gnu.org>
13962
13963 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
13964 macros instead of LAST_FPU_CTRL_REGNUM.
13965 (store_register): Likewise.
13966
13967 2002-01-21 Jim Blandy <jimb@redhat.com>
13968
13969 * infcmd.c (run_command): Check that the `exec' target layer's BFD
13970 is up-to-date before running the program, not just when a program
13971 exits.
13972
13973 2002-01-21 Fred Fish <fnf@redhat.com>
13974
13975 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
13976 when we have found all instructions we are looking for.
13977
13978 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
13979
13980 * arm-tdep.c (arm_register_name): New function.
13981 (arm_registers_names): Make static.
13982 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
13983 (arm_register_name): Declare.
13984 (REGISTER_NAME): Use it.
13985
13986 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
13987 Kevin Buettner <kevinb@redhat.com>
13988
13989 Convert arm targets to new FRAME interface.
13990 * arm-tdep.c (struct frame_extra_info): Remove fsr.
13991 (arm_frame_find_save_regs): Delete.
13992 (arm_frame_init_saved_regs): New.
13993 (arm_init_extra_frame_info): Alloacte saved_regs as required.
13994 Allocate extra_info as required. Convert all uses of fsr.regs
13995 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
13996 to use extra_info.
13997 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
13998 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
13999 (check_prologue_cache, save_prologue_cache): Likewise.
14000 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
14001 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
14002 (FRAME_FIND_SAVED_REGS): Delete.
14003 (arm_frame_find_saved_regs): Delete prototype.
14004 (arm_frame_init_saved_regs): New prototype.
14005 (FRAME_INIT_SAVED_REGS): Define.
14006
14007 2002-01-20 Andrew Cagney <ac131313@redhat.com>
14008
14009 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
14010
14011 2002-01-20 Andrew Cagney <ac131313@redhat.com>
14012
14013 From Jeff Law <law@redhat.com>:
14014 * infttrace.c: Include <sys/pstat.h>.
14015 (child_pid_to_exec_file): Revamp. Use pstat call to get the
14016 exec file if the ttrace equivalent fails.
14017
14018 2002-01-20 Andrew Cagney <ac131313@redhat.com>
14019
14020 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
14021 (closeLogFile): Ditto.
14022
14023 2002-01-20 Michael Chastain <mec@shout.net>
14024
14025 * top.c (print_gdb_version): Bump copyright year to 2002.
14026
14027 2002-01-20 Andrew Cagney <ac131313@redhat.com>
14028
14029 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
14030 Zannoni and Eli Zaretskii.
14031
14032 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
14033
14034 * buildsym.c: Update copyright years.
14035 * c-typeprint.c: Likewise.
14036 * dwarf2read.c: Likewise.
14037 * f-typeprint.c: Likewise.
14038 * gdbtypes.c: Likewise.
14039 * gdbtypes.h: Likewise.
14040 * hp-symtab-read.c: Likewise.
14041 * hpread.c: Likewise.
14042 * mdebugread.c: Likewise.
14043 * p-typeprint.c: Likewise.
14044
14045 2002-01-20 Andrew Cagney <ac131313@redhat.com>
14046
14047 * remote-sim.c (gdbsim_open): Simplify code testing the macro
14048 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
14049 byte-order selectable.
14050 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
14051 * arch-utils.c: Ditto.
14052 (set_endian): Ditto.
14053 (set_endian_from_file): Ditto.
14054 * gdbserver/low-sim.c (create_inferior): Ditto.
14055 * gdbarch.sh: Ditto.
14056 * gdbarch.h: Re-generate.
14057 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
14058 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
14059 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
14060 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
14061 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
14062 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
14063 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
14064 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
14065 macro definition.
14066 * config/mips/tm-wince.h: Remove #undef of macro
14067 TARGET_BYTE_ORDER_SELECTABLE.
14068 * config/sh/tm-wince.h: Ditto.
14069
14070 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
14071
14072 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
14073 member function fields. Add accessor macro
14074 TYPE_FN_FIELD_ARTIFICIAL.
14075 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
14076 * c-typeprint.c (c_type_print_base): Skip artificial member
14077 functions.
14078
14079 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
14080
14081 * f-typeprint.c: Delete unused function f_type_print_args.
14082 * p-typeprint.c: Delete unused function pascal_type_print_args.
14083
14084 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
14085
14086 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
14087 comment. Add ``artificial'' to ``union field_location''.
14088
14089 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
14090
14091 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
14092 * mdebugread.c (parse_symbol): Likewise.
14093 * stabsread.c (define_symbol): Likewise.
14094 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
14095 initializing TYPE_FIELD_BITPOS to n (obsolete).
14096 (hpread_doc_function_type): Likewise.
14097 * hpread.c (hpread_function_type): Likewise.
14098
14099 2002-01-20 Andrew Cagney <ac131313@redhat.com>
14100
14101 * configure.in (host_makefile_frag): Only require a host makefile
14102 fragment when a native build.
14103 * configure: Re-generate.
14104
14105 2002-01-20 Andrew Cagney <ac131313@redhat.com>
14106
14107 * doublest.h (floatformat_from_type): Declare.
14108 * doublest.c (floatformat_from_type): New function.
14109 (convert_typed_floating): Use.
14110
14111 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
14112 call to function floatformat_from_type.
14113
14114 * gdbarch.sh (IEEE_FLOAT): Delete.
14115 * gdbarch.h, gdbarch.c: Re-generate.
14116 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
14117 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
14118 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
14119 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
14120 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
14121 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
14122 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
14123 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
14124 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
14125 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
14126 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
14127 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
14128
14129 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
14130 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
14131 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
14132 * sh-tdep.c (sh_gdbarch_init): Ditto.
14133 * mips-tdep.c (mips_gdbarch_init): Ditto.
14134 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14135 * cris-tdep.c (cris_gdbarch_init): Ditto.
14136
14137 2002-01-20 Jiri Smid <smid@suse.cz>
14138
14139 * configure.host, configure.tgt: Support x86-64.
14140 * NEWS: Note new target x86-64.
14141
14142 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
14143 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
14144 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
14145 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
14146 x86-64-linux-nat.o): Fix dependencies.
14147
14148 2002-01-19 Andrew Cagney <ac131313@redhat.com>
14149
14150 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
14151 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
14152 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
14153 * config/sparc/xm-sun4os4.h: Delete file.
14154 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
14155
14156 2002-01-19 Andrew Cagney <ac131313@redhat.com>
14157
14158 * config/sparc/sparclynx.mh (XM_FILE): Delete.
14159 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
14160 * config/m68k/m68klynx.mh (XM_FILE): Delete.
14161 * config/i386/i386lynx.mh (XM_FILE): Delete.
14162 * config/rs6000/xm-rs6000ly.h: Delete file.
14163 * config/sparc/xm-sparclynx.h: Delete file.
14164 * config/m68k/xm-m68klynx.h: Delete file.
14165 * config/i386/xm-i386lynx.h: Delete file.
14166 * config/xm-lynx.h: Delete file.
14167 * config/djgpp/fnchange.lst: Update.
14168
14169 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
14170
14171 * alpha-tdep.c (alpha_register_byte): New function.
14172 (alpha_register_raw_size): Ditto.
14173 (alpha_register_virtual_size): Ditto.
14174 (alpha_skip_prologue_internal): Renamed from
14175 alpha_skip_prologue.
14176 (alpha_skip_prologue): New version that calls
14177 alpha_skip_prologue_internal.
14178 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
14179 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
14180 second argument from alpha_skip_prologue.
14181 (REGISTER_BYTE): Use alpha_register_byte.
14182 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
14183 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
14184 (FRAMELESS_FUNCTION_INVOCATION): Use
14185 generic_frameless_function_invocation_not.
14186 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
14187 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
14188
14189 2002-01-19 Andrew Cagney <ac131313@redhat.com>
14190
14191 * config/mips/xm-news-mips.h: Delete file.
14192 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
14193
14194 * config/m88k/xm-m88k.h: Delete file.
14195 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
14196 * config/m88k/xm-delta88v4.h: Ditto.
14197 * config/m88k/xm-delta88.h: Ditto.
14198
14199 * config/alpha/xm-fbsd.h: Delete file.
14200 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
14201
14202 * config/sparc/xm-sparc.h: Delete file.
14203 * Makefile.in (xm-sun4os4.h): Delete dependency.
14204 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
14205 * config/sparc/xm-sun4os4.h: Ditto.
14206 * config/sparc/xm-linux.h: Ditto.
14207
14208 * config/i386/xm-windows.h: Delete file.
14209
14210 2002-01-19 Andrew Cagney <ac131313@redhat.com>
14211
14212 * utils.c: Include <sys/param.h> for MAXPATHLEN.
14213 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
14214
14215 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
14216
14217 * alpha-tdep.c (alpha_call_dummy_words): New.
14218 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
14219 (CALL_DUMMY_P): Define.
14220 (CALL_DUMMY_WORDS): Define.
14221 (SIZEOF_CALL_DUMMY_WORDS): Define.
14222
14223 2002-01-19 Per Bothner <per@bothner.com>
14224
14225 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
14226 isn't NULL, which can happen with some gcj-3.x-produced code.
14227
14228 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
14229
14230 * alpha-tdep.c (alpha_register_virtual_type): New function.
14231 (alpha_init_frame_pc_first): Ditto.
14232 (alpha_fix_call_dummy): Ditto.
14233 (alpha_store_struct_return): Ditto.
14234 (alpha_extract_struct_value_address): Ditto.
14235 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
14236 alpha_register_virtual_type.
14237 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
14238 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
14239 alpha_extract_struct_value_address.
14240 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
14241 (INIT_FRAME_PC): Use init_frame_pc_noop.
14242 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
14243
14244 2002-01-19 Mark Kettenis <kettenis@gnu.org>
14245
14246 * i386gnu-nat.c: Include "i386-tdep.h".
14247 (fetch_fpregs): Simplify code dealing with uninitialized floating
14248 point states such that it doesn't require FP7_REGNUM.
14249
14250 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
14251
14252 * alpha-tdep.c (frame_extra_info): New.
14253 (alpha_find_saved_regs): Make static. Use
14254 frame->extra_info.
14255 (alpha_frame_init_saved_regs): New function.
14256 (alpha_frame_saved_pc): Use frame->extra_info.
14257 (temp_saved_regs): Don't declare as struct frame_saved_regs.
14258 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
14259 (init_extra_frame_info): Rename to...
14260 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
14261 (alpha_print_extra_frame_info): New function.
14262 (alpha_frame_locals_address): Ditto.
14263 (alpha_frame_args_address): Ditto.
14264 (alpha_pop_frame): Use frame->extra_info.
14265 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
14266 alpha_frame_args_address.
14267 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
14268 (alpha_find_saved_regs): Remove prototype.
14269 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
14270 (EXTRA_FRAME_INFO): Remove.
14271 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
14272 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
14273
14274 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
14275
14276 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
14277 (alpha_cannot_fetch_register): Ditto.
14278 (alpha_cannot_store_register): Ditto.
14279 (alpha_register_convertible): Ditto.
14280 (alpha_use_struct_convention): Ditto.
14281 * config/alpha/tm-alpha.h: Update copyright years.
14282 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
14283 (INNER_THAN): Use core_addr_lessthan.
14284 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
14285 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
14286 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
14287 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
14288 (FRAME_CHAIN): Remove unnecessary cast.
14289
14290 2002-01-18 Andrew Cagney <ac131313@redhat.com>
14291
14292 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
14293 obsolete.
14294
14295 2002-01-18 Andrew Cagney <ac131313@redhat.com>
14296
14297 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
14298 * monitor.c, remote-array.c, remote-bug.c: Ditto.
14299 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
14300 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
14301 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
14302 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
14303 * x86-64-linux-nat.c: Ditto.
14304
14305 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
14306
14307 * alpha-tdep.c (alpha_register_name): New function.
14308 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
14309 (REGISTER_NAME): Define.
14310
14311 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
14312
14313 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
14314
14315 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
14316
14317 * alpha-tdep.c: Update copyright years.
14318 (alpha_next_pc): New function.
14319 (alpha_software_single_step): Ditto.
14320 * config/alpha/tm-alpha.h: Add prototype for
14321 alpha_software_single_step.
14322
14323 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
14324
14325 * alphabsd-nat.c: Update copyright years.
14326 (fill_gregset): Use regcache_collect.
14327 (fill_fpregset): Likewise.
14328 (fetch_inferior_registers): Only fetch integer registers
14329 if requested to do so.
14330 (store_inferior_registers): Only store integer registers
14331 if requested to do so.
14332
14333 2002-01-17 Andrew Cagney <ac131313@redhat.com>
14334
14335 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
14336 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
14337 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
14338 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
14339 * config/alpha/fbsd.mh (XDEPFILES): Delete.
14340 * config/arm/linux.mh (XDEPFILES): Delete.
14341 * config/arm/nbsd.mh (XDEPFILES): Delete.
14342 * config/i386/i386dgux.mh (XDEPFILES): Delete.
14343 * config/i386/i386sol2.mh (XDEPFILES): Delete.
14344 * config/i386/i386m3.mh (XDEPFILES): Delete.
14345 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
14346 * config/i386/i386gnu.mh (XDEPFILES): Delete.
14347 * config/i386/fbsd.mh (XDEPFILES): Delete.
14348 * config/i386/i386bsd.mh (XDEPFILES): Delete.
14349 * config/i386/i386sco5.mh (XDEPFILES): Delete.
14350 * config/i386/i386v4.mh (XDEPFILES): Delete.
14351 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
14352 * config/i386/i386sco4.mh (XDEPFILES): Delete.
14353 * config/i386/i386aix.mh (XDEPFILES): Delete.
14354 * config/i386/go32.mh (XDEPFILES): Delete.
14355 * config/i386/cygwin.mh (XDEPFILES): Delete.
14356 * config/i386/i386lynx.mh (XDEPFILES): Delete.
14357 * config/i386/i386mach.mh (XDEPFILES): Delete.
14358 * config/i386/i386v32.mh (XDEPFILES): Delete.
14359 * config/i386/linux.mh (XDEPFILES): Delete.
14360 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
14361 * config/i386/ncr3000.mh (XDEPFILES): Delete.
14362 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
14363 * config/i386/i386sco.mh (XDEPFILES): Delete.
14364 * config/i386/i386v.mh (XDEPFILES): Delete.
14365 * config/i386/nbsd.mh (XDEPFILES): Delete.
14366 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
14367 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
14368 * config/i386/symmetry.mh (XDEPFILES): Delete.
14369 * config/i386/obsd.mh (XDEPFILES): Delete.
14370 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
14371 * config/ia64/linux.mh (XDEPFILES): Delete.
14372 * config/ia64/aix.mh (XDEPFILES): Delete.
14373 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
14374 * config/m68k/dpx2.mh (XDEPFILES): Delete.
14375 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
14376 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
14377 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
14378 * config/m68k/linux.mh (XDEPFILES): Delete.
14379 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
14380 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
14381 * config/m68k/nbsd.mh (XDEPFILES): Delete.
14382 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
14383 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
14384 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
14385 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
14386 * config/m88k/delta88.mh (XDEPFILES): Delete.
14387 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
14388 * config/m88k/m88k.mh (XDEPFILES): Delete.
14389 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
14390 * config/mips/linux.mh (XDEPFILES): Delete.
14391 * config/mips/irix6.mh (XDEPFILES): Delete.
14392 * config/mips/irix5.mh (XDEPFILES): Delete.
14393 * config/mips/irix4.mh (XDEPFILES): Delete.
14394 * config/mips/irix3.mh (XDEPFILES): Delete.
14395 * config/mips/decstation.mh (XDEPFILES): Delete.
14396 * config/mips/mipsm3.mh (XDEPFILES): Delete.
14397 (NATDEPFILES): Move core-aout.o to here.
14398 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
14399 * config/pa/hpux1020.mh (XDEPFILES): Delete.
14400 * config/pa/hppabsd.mh (XDEPFILES): Delete.
14401 * config/pa/hppahpux.mh (XDEPFILES): Delete.
14402 * config/pa/hpux11w.mh (XDEPFILES): Delete.
14403 * config/pa/hppaosf.mh (XDEPFILES): Delete.
14404 * config/pa/hpux11.mh (XDEPFILES): Delete.
14405 * config/powerpc/aix.mh (XDEPFILES): Delete.
14406 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
14407 * config/powerpc/linux.mh (XDEPFILES): Delete.
14408 * config/romp/rtbsd.mh: Rename XDEPFILES.
14409 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
14410 * config/rs6000/aix4.mh (XDEPFILES): Delete.
14411 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
14412 * config/s390/s390.mh (XDEPFILES): Delete.
14413 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
14414 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
14415 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
14416 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
14417 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
14418 * config/sparc/nbsd.mh (XDEPFILES): Delete.
14419 * config/sparc/linux.mh (XDEPFILES): Delete.
14420 * config/vax/vaxult.mh (XDEPFILES): Delete.
14421 * config/vax/vaxult2.mh (XDEPFILES): Delete.
14422 * Makefile.in (DEPFILES): Remove XDEPFILES.
14423
14424 2002-01-17 Andrew Cagney <ac131313@redhat.com>
14425
14426 * utils.c (internal_verror): Fix comments, default is yes not no.
14427 Update queries to match. Default to quit and dump core.
14428
14429 2002-01-17 Andrew Cagney <ac131313@redhat.com>
14430
14431 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
14432 copyright.
14433 * defs.h, event-top.c, gdbcmd.h: Ditto.
14434 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
14435 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
14436 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
14437 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
14438 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
14439 * mi/mi-main.c:Ditto.
14440
14441 * stack.c, symfile.c: Update copyright.
14442
14443 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
14444
14445 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
14446 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
14447 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
14448 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
14449
14450 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
14451
14452 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
14453 * gdbserver/low-lynx.c (myattach): Likewise.
14454 * gdbserver/low-nbsd.c (myattach): Likewise.
14455 * gdbserver/low-sim.c (myattach): Likewise.
14456 * gdbserver/low-sparc.c (myattach): Likewise.
14457 * gdbserver/low-sun3.c (myattach): Likewise.
14458
14459 * gdbserver/low-linux.c (myattach): New function.
14460
14461 * gdbserver/server.c (attach_inferior): New function.
14462 (main): Handle "--attach".
14463
14464 2002-01-16 Andrew Cagney <ac131313@redhat.com>
14465
14466 * MAINTAINERS (language support): Daniel Jacobwitz is C++
14467 maintainer.
14468
14469 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
14470
14471 * c-typeprint.c (is_type_conversion_operator): Add additional
14472 check for non-conversion operators.
14473
14474 2002-01-15 Michael Snyder <msnyder@redhat.com>
14475
14476 * linux-proc.c: Add "info proc" command, a la procfs.c.
14477 (read_mapping): New function, abstract and re-use code.
14478 (linux_find_memory_regions): Use new func read_mapping.
14479 (linux_info_proc_cmd): New function, implement "info proc".
14480 (_initialize_linux_proc): Add new command "info proc".
14481
14482 2002-01-15 Michael Snyder <msnyder@redhat.com>
14483
14484 * symfile.c (generic_load): Use bfd_map_over_sections method
14485 instead of manipulating bfd structure members directly.
14486 (add_section_size_callback): New function, bfd sections callback
14487 used by generic_load.
14488 (load_sections_callback): New function, bfd sections callback
14489 used by generic_load.
14490
14491 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
14492
14493 [Based on work by Jim Blandy]
14494 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
14495 (builtin_type_vec128): Export.
14496 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
14497 types.
14498 (builtin_type_vec128): New builtin type for 128 bit vector
14499 registers.
14500 (build_gdbtypes): Initialize builtin_type_v16qi and
14501 builtin_type_v8hi. Create the vec128 register builtin type
14502 structure.
14503 (build_builtin_type_vec128): New function.
14504 (_initialize_gdbtypes): Register builtin_type_v16qi and
14505 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
14506 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
14507 AltiVec register to new builtin type.
14508
14509 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
14510
14511 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
14512 to make_cv_type.
14513
14514 2002-01-14 Andrew Cagney <ac131313@redhat.com>
14515
14516 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
14517 CLEAN_UP_REGISTER_VALUE.
14518 * regcache.c (supply_register): Update only call.
14519
14520 2002-01-14 Andrew Cagney <ac131313@redhat.com>
14521
14522 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
14523 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
14524 a29k-*-vxworks* targets as obsolete.
14525
14526 2002-01-14 Michael Snyder <msnyder@redhat.com>
14527
14528 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
14529 until we can resolve portability issues.
14530 * gregset.h: Remove references to fpxregs.
14531 * gcore.c (gcore_command): Initialize note_sec to NULL.
14532
14533 2002-01-13 Andrew Cagney <ac131313@redhat.com>
14534
14535 * signals.c (target_signal_to_name): Rewrite. Only use
14536 signals[].name when in bounds and non-NULL.
14537
14538 2002-01-13 Andrew Cagney <ac131313@redhat.com>
14539
14540 From Petr Ledvina <ledvinap@kae.zcu.cz>:
14541 * signals.c (target_signal_to_name): Verify that SIG is within the
14542 bounds of the signals array.
14543
14544 2002-01-13 Andrew Cagney <ac131313@redhat.com>
14545
14546 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
14547
14548 2002-01-13 Keith Seitz <keiths@redhat.com>
14549
14550 * stack.c (print_frame_info_base): Print the frame's pc
14551 only if when print_frame_info_listing_hook is not defined.
14552
14553 2002-01-13 Keith Seitz <keiths@redhat.com>
14554
14555 * varobj.c (varobj_set_value): Make sure that there were no
14556 errors evaluating the object before attempting to set its
14557 value.
14558 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
14559 so this offset adjustment is no longer necessary.
14560 (create_child): Don't set the error flag if the child is
14561 a CPLUS_FAKE_CHILD.
14562 (value_of_child): If value_fetch_lazy fails, return NULL
14563 so that callers will be notified that an error occurred.
14564 (c_value_of_variable): Delay check of variable's validity
14565 until later. We actually want all structs and unions to have
14566 the value "{...}".
14567 Do not return "???" for variables which could not be evaluated.
14568 This error condition must be returned to the caller so that it
14569 can get the error condition from gdb.
14570 (cplus_name_of_child): Adjust index for vptr before figuring
14571 out the name of the child.
14572 (cplus_value_of_child): If a child's (real) parent is not valid,
14573 don't even bother trying to give a value for it. Just return
14574 an error. Change all instances in this function.
14575 (cplus_type_of_child): If our parent is one of the "fake"
14576 parents, we need to get at the type of the real parent, and
14577 derive the child's true type using this information.
14578
14579 2002-01-13 Andrew Cagney <ac131313@redhat.com>
14580
14581 From 2002-01-09 John Marshall <johnm@falch.net>:
14582 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
14583 sources.redhat.com, and tweak some related URLs which had
14584 suffered from linkrot.
14585
14586 2002-01-13 Andrew Cagney <ac131313@redhat.com>
14587
14588 From Jeff law:
14589 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
14590 structures passed in registers.
14591
14592 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
14593
14594 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
14595 white space which prevented compilation. Reported by DSK
14596 <dsk@student.unsw.edu.au>.
14597
14598 2002-01-11 Michael Snyder <msnyder@redhat.com>
14599
14600 * symfile.c (build_section_addr_info_from_section_tab):
14601 Use bfd access method instead of manipulating bfd directly.
14602 (syms_from_objfile): Ditto.
14603 (simple_overlay_update_1): Ditto.
14604 (simple_overlay_update): Ditto.
14605 (generic_load): Ditto.
14606 (overlay_unmapped_address): FIXME comment, bfd access methods.
14607 (sections_overlap): FIXME comment, bfd access methods.
14608 (pc_in_mapped_range): FIXME comment, bfd access methods.
14609 (pc_in_unmapped_range): FIXME comment, bfd access methods.
14610 (section_is_mapped): FIXME comment, bfd access methods.
14611 (section_is_overlay): FIXME comment, bfd access methods.
14612
14613 * symfile.c (generic_load): Whitespace and long line cleanups.
14614 Remove duplicate variable, change several local variables to
14615 more appropriate data types.
14616 (print_transfer_performance): Use %lu instead of %ld for ulongs.
14617
14618 2002-01-12 Andrew Cagney <ac131313@redhat.com>
14619
14620 From Peter Schauer:
14621 * language.c (longest_local_hex_string_custom): Use phex_nz to
14622 convert NUM to a hex string.
14623
14624 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
14625
14626 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
14627 the function.
14628 Update Copyright year.
14629
14630 2002-01-12 Andrew Cagney <ac131313@redhat.com>
14631
14632 * language.c (longest_raw_hex_string): Delete unused function.
14633
14634 2002-01-11 Petr Sorfa <petrs@caldera.com>
14635
14636 * MAINTAINERS (write-after-approval): Add myself.
14637 * dwarf2read.c (read_tag_string_type): Handling of
14638 DW_AT_byte_size.
14639 (read_tag_string_type): FORTRAN fix to prevent propagation of
14640 first string size.
14641 (set_cu_language): Handling of DW_LANG_Fortran95
14642
14643 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
14644
14645 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
14646 GETPID(inferior_ptid).
14647 (store_inferior_registers): Likewise.
14648
14649 2002-01-10 Jason Merrill <jason@redhat.com>
14650
14651 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
14652 Fix DW_OP_minus.
14653
14654 2002-01-10 Andrew Cagney <ac131313@redhat.com>
14655
14656 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
14657 and bfd/elf32-sh-nbsd.c.
14658
14659 2002-01-10 Michael Snyder <msnyder@redhat.com>
14660
14661 * NEWS: Mention --pid and corefile/proc-id behavior change.
14662
14663 * Makefile.in: Add rules for gcore.o and linux-proc.o.
14664 * gcore.c: Include cli/cli-decode.h instead of command.h.
14665
14666 * main.c (captured_main): Add new command line option "--pid".
14667 If the second command line argument (following the symbol-file)
14668 begins with a digit, try to attach to it before trying to open
14669 it as a corefile.
14670 (print_gdb_help): Document the "--pid" argument.
14671
14672 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
14673
14674 * completer.c (command_completer): New function.
14675
14676 * completer.h <command_completer>: Add prototype.
14677
14678 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
14679 completer for the "help" command.
14680
14681 2002-01-09 Jason Merrill <jason@redhat.com>
14682
14683 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
14684
14685 2002-01-09 Michael Snyder <msnyder@redhat.com>
14686
14687 * i386-linux-nat.c (fill_fpxregset): Make global.
14688 (store_fpxregset): Ditto.
14689
14690 * gregset.h (gdb_fpxregset_t): Define.
14691 (supply_fpxregset): Prototype.
14692 (fill_fpxregset): Prototype.
14693
14694 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
14695
14696 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
14697
14698 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
14699 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
14700 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
14701
14702 2002-01-09 Andrew Cagney <ac131313@redhat.com>
14703
14704 * MAINTAINERS: Update target maintainer rules so that any
14705 Maintainer can approve a tested patch for a maintenance-only
14706 target.
14707
14708 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
14709
14710 * MAINTAINERS (write-after-approval): Add myself.
14711
14712 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
14713 IN_SIGTRAMP.
14714
14715 2002-01-08 Michael Snyder <msnyder@redhat.com>
14716
14717 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
14718 real name of the executable, rather than the /proc name.
14719
14720 2002-01-03 Michael Snyder <msnyder@redhat.com>
14721
14722 Implement a "generate-core-file" command in gdb, save target state.
14723 * gcore.c: New file. Implement new command 'generate-core-file'.
14724 Save a corefile image of the current state of the inferior.
14725 * linux-proc.c: Add linux-specific code for saving corefiles.
14726 * target.h (struct target_ops): Add new target vectors for saving
14727 corefiles; to_find_memory_regions and to_make_corefile_notes.
14728 (target_find_memory_regions): New macro.
14729 (target_make_corefile_notes): New macro.
14730 * target.c (update_current_target): Inherit new target methods.
14731 (dummy_find_memory_regions): New place-holder method.
14732 (dummy_make_corefile_notes): New place-holder method.
14733 (init_dummy_target): Initialize new dummy target vectors.
14734 * exec.c (exec_set_find_memory_regions): New function.
14735 Allow the exec_ops vector for memory regions to be taken over.
14736 (exec_make_note_section): New function, target vector method.
14737 * defs.h (exec_set_find_memory_regions): Export prototype.
14738 * procfs.c (proc_find_memory_regions): New function, corefile method.
14739 (procfs_make_note_section): New function, corefile method.
14740 (init_procfs_ops): Set new target vector pointers.
14741 (find_memory_regions_callback): New function.
14742 (procfs_do_thread_registers): New function.
14743 (procfs_corefile_thread_callback): New function.
14744 * sol-thread.c (sol_find_memory_regions): New function.
14745 (sol_make_note_section): New function.
14746 (init_sol_thread_ops): Initialize new target vectors.
14747 * inftarg.c (inftarg_set_find_memory_regions): New function.
14748 Allow to_find_memory_regions vector to be taken over.
14749 (inftarg_set_make_corefile_notes): New function.
14750 Allow to_make_corefile_notes vector to be taken over.
14751 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
14752 interface layer if not target_has_execution (may be a corefile).
14753 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
14754 * config/sparc/sun4sol2.mh: Ditto.
14755 * config/alpha/alpha-linux.mh: Ditto.
14756 * config/arm/linux.mh: Ditto.
14757 * config/i386/x86-64linux.mh: Ditto.
14758 * config/ia64/linux.mh: Ditto.
14759 * config/m68k/linux.mh: Ditto.
14760 * config/mips/linux.mh: Ditto.
14761 * config/powerpc/linux.mh: Ditto.
14762 * config/sparc/linux.mh: Ditto.
14763
14764 2002-01-07 Michael Snyder <msnyder@redhat.com>
14765
14766 * arm-linux-nat.c: Remove references to regcache.c internal data
14767 (registers[] and register_valid[]).
14768
14769 2002-01-07 Michael Snyder <msnyder@redhat.com>
14770
14771 * linux-proc.c: New file. Implement child_pid_to_exec_file,
14772 so that attaching to a pid will automatically read the process's
14773 symbol file and shlibs.
14774 * Makefile.in: Add rule for linux-proc.o.
14775 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
14776 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
14777 * config/arm/linux.mh: Ditto.
14778 * config/i386/linux.mh: Ditto.
14779 * config/i386/x86-64linux.mh: Ditto.
14780 * config/ia64/linux.mh: Ditto.
14781 * config/m68k/linux.mh: Ditto.
14782 * config/mips/linux.mh: Ditto.
14783 * config/powerpc/linux.mh: Ditto.
14784 * config/sparc/linux.mh: Ditto.
14785
14786 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
14787
14788 * win32-nat.c: Add i386-tdep.h dependency.
14789
14790 2002-01-07 Michael Snyder <msnyder@redhat.com>
14791
14792 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
14793 instead of bfd_get_arch_size. Don't bail out just because
14794 there's no exec_bfd.
14795
14796 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
14797 * p-valprint.c (pascal_object_print_value): Ditto.
14798 * somread.c (som_symtab_read): Ditto.
14799 * symfile.c (simple_free_overlay_region_table): Ditto.
14800 * valops.c (value_assign): Ditto.
14801
14802 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
14803 use tilde_expand and strerror for opening save-tracepoints file.
14804
14805 * thread-db.c (thread_db_new_objfile): Indendation fix.
14806
14807 * infptrace.c (GDB_MAX_ALLOCA): New define.
14808 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
14809 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
14810 can be overridden with whatever value is appropriate to the host).
14811 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
14812 alloca to allocate potentially large buffer.
14813 * rs6000-nat.c (child_xfer_memory): Ditto.
14814 * symm-nat.c (child_xfer_memory): Ditto.
14815 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
14816
14817 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
14818
14819 From Nick Clifton <nickc@redhat.com>
14820 * d10v-tdep.c: Set STACK_START to 0x200bffe.
14821
14822 2002-01-07 Michael Snyder <msnyder@redhat.com>
14823
14824 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
14825 Don't use exec_bfd if it's NULL.
14826
14827 2002-01-06 Mark Kettenis <kettenis@gnu.org>
14828
14829 * valops.c (value_arg_coerce): Fix formatting.
14830
14831 2002-01-06 Andrew Cagney <ac131313@redhat.com>
14832
14833 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
14834 * gnu-nat.c: Ditto.
14835
14836 2002-01-06 Andrew Cagney <ac131313@redhat.com>
14837
14838 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
14839 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
14840 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
14841 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
14842 z8k-coff have not been multi-arched. Update z8k-coff build
14843 status.
14844
14845 2002-01-06 Andrew Cagney <ac131313@redhat.com>
14846
14847 * MAINTAINERS: Mark a29k target as obsolete.
14848 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
14849 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
14850 comments.
14851 * NEWS: Note that a29k targets are obsolete.
14852 * a29k-tdep.c: Mark as obsolete.
14853 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
14854 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
14855 a29k-*-vxworks* targets as obsolete.
14856 * remote-adapt.c: Obsolete.
14857 * remote-eb.c: Obsolete.
14858 * remote-mm.c: Obsolete.
14859 * remote-udi.c: Obsolete.
14860 * config/a29k/a29k-udi.mt: Obsolete.
14861 * config/a29k/a29k.mt: Obsolete.
14862 * config/a29k/tm-a29k.h: Obsolete.
14863 * config/a29k/tm-vx29k.h: Obsolete.
14864 * config/a29k/vx29k.mt: Obsolete.
14865
14866 2002-01-05 Andrew Cagney <ac131313@redhat.com>
14867
14868 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
14869 with BFD_ENDIAN_BIG.
14870
14871 2002-01-05 Andrew Cagney <ac131313@redhat.com>
14872
14873 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
14874 * configure, config.in: Re-generate.
14875 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
14876 * defs.h: Do not include <endian.h>.
14877
14878 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
14879
14880 * acconfig.h (HAVE_PT_GETXMMREGS): New.
14881 * config.in: Regenerate.
14882 * configure.in: Update copyright years.
14883 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
14884 * configure: Regenerate.
14885 * i386bsd-nat.c: Update copyright years.
14886 (fill_gregset): Use regcache_collect.
14887 (fetch_inferior_registers): Only fetch integer registers
14888 if requested to do so. Add support for XMM registers
14889 using PT_GETXMMREGS.
14890 (store_inferior_registers): Only store integer registers
14891 if requested to do so. Add support for XMM registers
14892 using PT_SETXMMREGS.
14893 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
14894 (store_inferior_registers): Remove.
14895 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
14896 (fetch_elfcore_registers): New function.
14897 (i386nbsd_elfcore_fns): New.
14898 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
14899 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
14900 i386bsd-nat.o.
14901 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
14902 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
14903 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
14904 * config/i386/tm-nbsd.h: Update copyright years.
14905 (HAVE_SSE_REGS): Define.
14906 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
14907 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
14908 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
14909 (SIGCONTEXT_PC_OFFSET): Remove.
14910 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
14911
14912 2002-01-05 Andrew Cagney <ac131313@redhat.com>
14913
14914 * configure.tgt: Remove powerpc-*-macos* target.
14915 * config/m68k/xm-mpw.h: Delete file.
14916 * config/xm-mpw.h: Delete file.
14917 * ser-mac.c: Delete file.
14918 * mpw-make.sed: Delete file.
14919 * mpw-config.in: Delete file.
14920 * mac-xdep.c: Delete file.
14921 * mac-gdb.r: Delete file.
14922 * mac-defs.h: Delete file.
14923 * mac-nat.c: Delete file.
14924 * config/powerpc/macos.mh: Delete file.
14925 * config/powerpc/macos.mt: Delete file.
14926 * config/powerpc/nm-macos.h: Delete file.
14927 * config/powerpc/tm-macos.h: Delete file.
14928 * source.c (openp, open_source_file): Remove obsolete code.
14929 * top.c (gdb_readline): Ditto.
14930 * utils.c (query): Ditto.
14931 * event-top.c (display_gdb_prompt): Ditto.
14932 * Makefile.in (ser-mac.o): Delete obsolete target.
14933 * NEWS: Update.
14934
14935 2002-01-04 Andrew Cagney <ac131313@redhat.com>
14936
14937 * defs.h (BIG_ENDIAN): Delete macro definition.
14938 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
14939 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
14940 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
14941 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
14942 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
14943 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
14944 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
14945 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
14946 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
14947 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
14948 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
14949 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
14950 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
14951 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
14952 * gdbarch.c: Re-generate.
14953
14954 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
14955
14956 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
14957 for core files.
14958
14959 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
14960
14961 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
14962
14963 2002-01-04 Andrew Cagney <ac131313@redhat.com>
14964
14965 * value.h (value_ptr): Delete typedef.
14966
14967 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
14968
14969 * i386nbsd-nat.c: Update copyright years.
14970 Include i386-tdep.h.
14971
14972 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
14973
14974 * stabsread.c: Update copyright years.
14975
14976 From Debashis Mahata <debashis.mahata@wipro.com>:
14977 (read_struct_fields): Deal with Sun C compiler erroneous stab
14978 output for structs and unions.
14979 Fix PR gdb/269.
14980
14981 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
14982
14983 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
14984 prototype.
14985
14986 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
14987
14988 * cp-abi.c: Fix whitespace.
14989 (baseclass_offset): New wrapper function.
14990 * cp-abi.h (baseclass_offset): Add prototype.
14991 (struct cp_abi_ops): Add baseclass_offset pointer.
14992
14993 * valops.c (vb_match): Move to...
14994 * gnu-v2-abi.c (vb_match): here.
14995 * valops.c (baseclass_offset): Move to...
14996 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
14997
14998 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
14999
15000 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
15001 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
15002 * hpacc-abi.c (init_hpacc_ops): Likewise.
15003
15004 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
15005
15006 * valops.c (find_overload_match): Accept obj as a
15007 reference parameter. Update it before returning.
15008 * value.h (find_overload_match): Update prototype.
15009 * eval.c (evaluate_subexp_standard): Pass object to
15010 find_overload_match by reference.
15011
15012 2002-01-03 Andrew Cagney <ac131313@redhat.com>
15013
15014 * valarith.c: Replace value_ptr with struct value pointer. Remove
15015 register attribute from value declarations.
15016 * valops.c: Ditto.
15017 * value.h: Ditto.
15018 * scm-lang.c (scm_lookup_name): Ditto.
15019
15020 2002-01-03 Michael Snyder <msnyder@redhat.com>
15021
15022 Abstract the functionality of iterating over mapped memory
15023 regions into a general purpose iterator function.
15024 * procfs.c (iterate_over_mappings): New function, general purpose
15025 iterator for memory sections.
15026 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
15027 (solib_mappings_callback): New function, callback for above.
15028 (info_proc_mappings): Reimpliment using iterate_over_mappings.
15029 (info_mappings_callback): New function, callback for above.
15030
15031 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
15032
15033 2002-01-01 Mark Kettenis <kettenis@gnu.org>
15034
15035 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
15036 * i386-tdep.c: Include "elf-bfd.h".
15037 (process_note_abi_tag_sections): New function.
15038 (i386_gdbarch_init): Add code to recognize various OS/ABI
15039 combinations.
15040
15041 * maint.c (_initialize_maint_cmds): Add missing \ in
15042 string-literal.
15043
15044 For older changes see ChangeLog-2001
15045 \f
15046 Local Variables:
15047 mode: change-log
15048 left-margin: 8
15049 fill-column: 74
15050 version-control: never
15051 End:
This page took 0.313403 seconds and 5 git commands to generate.