* dwarf2read.c: Fix formatting.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-11-10 Mark Kettenis <kettenis@gnu.org>
2
3 * dwarf2read.c: Fix formatting.
4
5 2004-11-10 Andrew Cagney <cagney@gnu.org>
6
7 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
8 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
9 macros with function declarations.
10 * value.c (coerce_ref, coerce_array, coerce_number)
11 (coerce_enum): New functions.
12 (value_as_long, value_as_address): Update.
13 * ada-lang.c (ada_coerce_ref, ada_value_binop)
14 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
15 * jv-lang.c (evaluate_subexp_java): Update.
16 * valarith.c (value_less, value_neg, value_complement)
17 (value_binop, value_add, value_subscript, value_x_binop)
18 (value_logical_not, value_sub): Update.
19 * valops.c (check_field, value_struct_elt, value_ind)
20 (value_find_oload_method_list, value_cast, value_assign): Update.
21 * eval.c (evaluate_subexp_standard): Update.
22
23 2004-11-10 Mark Kettenis <kettenis@gnu.org>
24
25 * mips-tdep.c (mips32_relative_offset): Change return type to
26 LONGEST, change argument type to ULONGEST. Fix sign-extension.
27
28 2004-11-10 Randolph Chung <tausq@debian.org>
29
30 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
31 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
32 (hppa_fetch_pointer_argument): Likewise.
33 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
34 deprecated_read_memory_nobpt.
35 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
36 add_set_cmd sequence with add_setshow_boolean_cmd.
37
38 2004-11-09 Andrew Cagney <cagney@gnu.org>
39
40 GDB 6.3 released from GDB 6.3 branch.
41
42 2004-11-09 Andrew Cagney <cagney@gnu.org>
43
44 * values.c: Rename to ...
45 * value.c: ..., new file.
46 * Makefile.in: Update.
47
48 2004-11-09 Daniel Jacobowitz <dan@debian.org>
49
50 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
51 size.
52
53 2004-11-09 Andrew Cagney <cagney@gnu.org>
54
55 * TODO: Delete.
56
57 * value.h (struct value): Delete field bfd_section.
58 (VALUE_BFD_SECTION): Delete macro.
59 (COERCE_REF): Update.
60 (value_at, value_at_lazy): Delete asection parameter.
61 * printcmd.c (print_formatted, x_command): Update.
62 (do_examine): Delete asection parameter.
63 (next_section): Delete variable.
64 * valops.c (value_cast, value_at, value_at_lazy)
65 (value_coerce_function, value_addr, value_ind, value_string)
66 (find_rt_vbase_offset, value_full_object): Update.
67 * hpacc-abi.c (hpacc_virtual_fn_field)
68 (hpacc_value_rtti_type): Update.
69 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
70 (gnuv3_baseclass_offset): Update.
71 * f-valprint.c (f_val_print): Update.
72 * c-valprint.c (c_val_print): Update.
73 * p-valprint.c (pascal_val_print): Update.
74 * jv-valprint.c (java_value_print): Update.
75 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
76 * ada-lang.c (ada_value_primitive_packed_val)
77 (ada_evaluate_subexp): Update.
78 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
79 * expprint.c (print_subexp_standard): Update.
80 * infcall.c (call_function_by_hand): Update.
81 * valarith.c (value_add): Update.
82 * eval.c (evaluate_subexp_standard): Update.
83 * values.c (allocate_value, value_copy, value_static_field): Update.
84 * findvar.c (read_var_value, locate_var_value): Update.
85
86 2004-11-09 Andrew Cagney <cagney@gnu.org>
87
88 * i386-linux-tdep.c: Include "dwarf2-frame.h".
89 * Makefile.in: Update all dependencies.
90
91 2004-11-08 Andrew Cagney <cagney@gnu.org>
92
93 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
94 (sentinel_frame_unwinder): Add the prev_pc method.
95 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
96 available. Do not handle the sentinel-frame case.
97 * frame-unwind.h (frame_prev_register_ftype): Define.
98 (struct frame_unwind): Add prev_pc;
99
100 2004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
101
102 * configure.in: Check for ncurses/term.h.
103 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
104 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
105 * tui/tui.c: Don't include term.h.
106 * configure, config.in: Rebuilt.
107
108 2004-11-08 Mark Kettenis <kettenis@gnu.org>
109
110 * m68kbsd-nat.c: Include "inf-ptrace.h".
111 (_initialize_m68kbsd_nat): Fix pasto.
112 * Makefile.in (m68kbsd-nat.o): Update dependencies.
113
114 2004-11-08 Randolph Chung <tausq@debian.org>
115
116 * infrun.c (debug_infrun): New variable.
117 (resume, proceed, wait_for_inferior): Annotate with debug messages.
118 (handle_inferior_event, keep_going): Likewise.
119 (_initialize_infrun): Register "set debug infrun" command.
120
121 2004-11-08 Andreas Schwab <schwab@suse.de>
122
123 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
124 PTRACE_EVENT_VFORKDONE.
125 (child_follow_fork): Adjust.
126
127 2004-11-08 Andrew Cagney <cagney@gnu.org>
128
129 * README: Refer to 6.3, not 6.2, update directory listing droppng
130 references to intl/ and mmalloc/.
131 * PROBLEMS: Refer to 6.3 not 6.2.
132
133 * PROBLEMS: Delete no-longer applicable problems.
134
135 2004-11-07 Andrew Cagney <cagney@redhat.com>
136 Daniel Jacobowitz <dan@debian.org>
137 Roland McGrath <roland@redhat.com>
138
139 * Makefile.in (symfile-mem.o): Update dependencies.
140 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
141 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
142 * inf-ptrace.c (inf_ptrace_attach): Call
143 observer_notify_inferior_created.
144 * inftarg.c (child_attach): Likewise.
145 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
146 (symbol_file_add_from_memory): Take NAME argument. Use it for
147 the new BFD's filename.
148 (add_symbol_file_from_memory_command): Update call to
149 symbol_file_add_from_memory.
150 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
151 (symbol_file_add_from_memory_wrapper): New.
152 (_initialize_symfile_mem): Register add_vsyscall_page as an
153 inferior_created observer.
154
155 2004-11-07 Mark Kettenis <kettenis@gnu.org>
156
157 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
158 fetch_inferior_registers. Make static.
159 (m68kbsd_store_inferior_registers): Rename from
160 store_inferior_registers. Make static.
161 (_initialize_m68kbsd_nat): Construct and add target vector.
162 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
163 inftarg.o. Add inf-ptrace.o.
164 (NAT_FILE): Set to tm-solib.h.
165 (LOADLIBES): New variable.
166 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
167 inftarg.o. Add inf-ptrace.o.
168 (NAT_FILE): Delete variable.
169 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
170 inftarg.o. Add inf-ptrace.o.
171 (NAT_FILE): Set to tm-solib.h.
172 * config/m68k/nm-nbsdaout.h: Remove file.
173
174 2004-11-07 Daniel Jacobowitz <dan@debian.org>
175
176 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
177 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
178 (dwarf2_signal_frame_unwind): New.
179 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
180 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
181
182 2004-11-07 Mark Kettenis <kettenis@gnu.org>
183
184 * Makefile.in (mips64obsd-tdep.o): Fix typo.
185
186 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
187 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
188 to only include the structure members we actually need.
189 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
190 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
191 only include the structure members we actually need.
192 (mipsnbsd_init_abi): Update.
193
194 * mips64obsd-nat.c: Include "mips-tdep.h".
195 (MIPS64OBSD_NUM_REGS): Remove define.
196 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
197 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
198 floating-point registers correctly.
199 * Makefile.in (mips64obsd-nat.o): Update dependencies.
200
201 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
202 "gdb_assert.h".
203 (mips64obsd_sigframe_init): New function.
204 (mips64obsd_sigframe): New variable.
205 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
206 unwinder.
207 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
208
209 2004-11-06 Joel Brobecker <brobecker@gnat.com>
210
211 * alpha-mdebug-tdep.c: #include mdebugread.h.
212 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
213 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
214
215 2004-11-05 Andrew Cagney <cagney@gnu.org>
216
217 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
218 CFI and the init_reg method leave the register unspecified.
219 Include the register name in the "Incomplete CFI data" complaint.
220 Supress leading zeros in the address.
221
222 2004-11-05 Mark Kettenis <kettenis@gnu.org>
223
224 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
225 skipping a personality routine in a CIE augmentation.
226
227 2004-11-05 Jeff Johnston <jjohnstn@redhat.com>
228
229 * defs.h (fatal, vfatal): New function prototypes.
230 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
231 via catch_errors.
232 (backtrace_command): Change to call backtrace_command_stub via
233 catch_errors instead of calling backtrace_command_1 directly.
234 (backtrace_full_command): Ditto.
235 * utils.c (error_stream_1): New static function.
236 (verror): Change to call error_stream_1 instead of error_stream.
237 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
238 (vfatal, fatal): New functions.
239
240 2004-11-05 Andrew Cagney <cagney@gnu.org>
241
242 * stack.c (parse_frame_specification_1): Clear selected_frame_p
243 when not using selected frame.
244
245 2004-11-05 Mark Kettenis <kettenis@jive.nl>
246
247 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
248 personality routine in a CIE augmentation.
249
250 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
251
252 * stack.c (set_current_sal_from_frame): New function.
253 (print_args_stub): Use it.
254 (print_frame_info): Don't set sal here.
255
256 2004-11-04 Mark Kettenis <kettenis@gnu.org>
257
258 * dwarf2-frame.c (read_encoded_value): Change type of third
259 argument to `unsigned char *'. Add support for LEB128 encodings.
260
261 2004-11-04 Jim Blandy <jimb@redhat.com>
262
263 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
264 prevent cross-objfile references.
265 (make_cv_type): Doc fix. Don't create cross-objfile references,
266 even for stub types.
267 (replace_type): Add assertion to prevent cross-objfile references.
268 (check_typedef): Never resolve a stub type by copying over a type
269 from another file.
270
271 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
272
273 * Makefile.in (m32r-tdep.o): Update dependencies.
274 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
275 ABI-specific overrides.
276
277 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
278
279 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
280 unnecessary parallel execution bit.
281 (m32r_memory_remove_breakpoint): Ditto.
282 (m32r_breakpoint_from_pc): Update.
283
284 2004-11-03 Randolph Chung <tausq@debian.org>
285
286 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
287 frame_func_unwind to locate the unwind entry.
288 (hppa_frame_this_id): Likewise.
289
290 2004-11-03 Andrew Cagney <cagney@gnu.org>
291
292 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
293 packet, obsolete configurations, end-of-life deprecated_registers.
294
295 2004-11-02 Mark Kettenis <kettenis@gnu.org>
296
297 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
298 encodings as well as unsigned encodings.
299
300 2004-11-02 Andrew Cagney <cagney@gnu.org>
301
302 * value.h (COERCE_VARYING_ARRAY): Delete.
303 * valops.c (value_cast, value_slice): Delete use.
304 * valarith.c (value_subscript, value_concat): Delete use.
305
306 2004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
307
308 * NEWS: GDB understands GNAT Ada.
309
310 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
311
312 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
313 (amd64-sol2-tdep.o): Add dependencies.
314 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
315 config/i386/sol2-64.mt: New files.
316 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
317 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
318 (supply_gregset): Correct order of arguments to
319 amd64_supply_native_gregset.
320 (fill_gregset): Correct order of arguments to
321 amd64_collect_native_gregset.
322 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
323 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
324 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
325 for definition of NEW_PROC_API.
326 * configure: Regenerate.
327
328 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
329
330 * MAINTAINERS (Write After Approval): Add myself.
331
332 2004-11-01 Andrew Cagney <cagney@gnu.org>
333
334 * configure.tgt: Mark d10v-*-* as obsolete.
335 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
336
337 2004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
338
339 * values.c (modify_field): Correct handling of bit-fields that
340 don't fit in 32 bits. Use unsigned operations throughout and
341 simplify the code a bit. Document preconditions.
342
343 2004-10-31 Andrew Cagney <cagney@gnu.org>
344
345 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
346 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
347 (in_plt_section): Delete.
348
349 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
350 (mips_gdbarch_init): Do not set same.
351
352 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
353 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
354
355 * gdbarch.sh (in_solib_call_trampoline): Delete.
356 * gdbarch.h, gdbarch.c: Re-generate.
357
358 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
359 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
360 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
361 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
362 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
363
364 2004-10-31 Mark Kettenis <kettenis@gnu.org>
365
366 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
367 (mipsnbsd_fetch_inferior_registers): Rename from
368 fetch_inferior_registers. Make static.
369 (mipsnbsd_store_inferior_registers): Rename from
370 store_inferior_registers. Make static.
371 (_initialize_mipsnbsd_nat): New function and prototype.
372 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
373 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
374 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
375 inf-ptrace.o.
376
377 2004-10-31 Andrew Cagney <cagney@gnu.org>
378
379 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
380 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
381 delete corresponding unused function.
382 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
383 in_solib_call_trampoline.
384 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
385 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
386 * config/mips/tm-nbsd.h: Ditto.
387 * config/arm/tm-linux.h: Ditto.
388 * config/mips/tm-linux.h: Ditto.
389
390 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
391 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
392 in_solib_call_trampoline, delete corresponding unused function.
393 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
394 (vaxnbsd_aout_init_abi): Ditto.
395 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
396 (sparc32nbsd_aout_init_abi): Ditto.
397 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
398 (ppc_linux_init_abi): Ditto.
399 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
400 (ns32knbsd_init_abi_aout): Ditto.
401 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
402 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
403 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
404 (m68kbsd_aout_init_abi): Ditto.
405 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
406 (i386_cygwin_init_abi): Ditto.
407 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
408 (i386bsd_init_abi): Ditto.
409
410 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
411 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
412 isn't used by this architecture.
413 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
414 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
415 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
416 * s390-tdep.c (s390_gdbarch_init): Ditto.
417 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
418 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
419 * i386-tdep.c (i386_svr4_init_abi): Ditto.
420 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
421 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
422 * amd64-tdep.c (amd64_init_abi): Ditto.
423
424 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
425 in_solib_call_trampoline to its default value of
426 generic_in_solib_call_trampoline.
427 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
428 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
429 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
430 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
431 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
432 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
433
434 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
435
436 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
437
438 * config/mips/tm-mips.h: Delete file.
439 * remote-mips.c: Delete tm-mips.h from comment.
440 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
441 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
442 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
443 * config/mips/tm-linux.h: Don't include tm-mips.h.
444 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
445 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
446 * config/mips/tm-wince.h: Don't include.
447
448 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
449 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
450 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
451 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
452
453 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
454 * mdebugread.c (ecoff_relocate_efi): Delete function.
455 * objfiles.c (objfile_relocate): Delete #ifdef
456 MDEBUG_EFI_SYMBOL_NAME code.
457
458 2004-10-31 Orjan Friberg <organ.friberg@axis.com>
459 Andrew Cagney <cagney@gnu.org>
460
461 * gdbarch.sh (single_step_through_delay): Add.
462 * gdbarch.h, gdbarch.c: Re-generate.
463 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
464 (mips_step_skips_delay): Delete.
465 * mips-tdep.c (mips_single_step_through_delay): Replace
466 mips_step_skips_delay.
467 (mips_gdbarch_init): Set single_step_through_delay.
468 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
469
470 2004-10-31 Mark Kettenis <kettenis@gnu.org>
471
472 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
473 from TRAMP_FRAME frame type.
474
475 2004-10-31 Andrew Cagney <cagney@gnu.org>
476
477 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
478
479 * mips-tdep.c (mips_ignore_helper): Delete.
480 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
481 * infrun.c (handle_inferior_event): Delete #ifdef
482 DEPRECATED_IGNORE_HELPER_CALL code.
483
484 * config/mips/tm-mips.h (RA_REGNUM): Delete.
485
486 2004-10-31 Mark Kettenis <kettenis@gnu.org>
487
488 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
489 (fill_fpregset): Do not compile for 64-bit systems.
490 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
491 * Makefile.in (i386-sol2-nat.o): Update dependencies.
492 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
493
494 2004-10-30 Andrew Cagney <cagney@gnu.org>
495
496 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
497 (struct mdebug_extra_func_info): Define.
498 * config/alpha/tm-alpha.h: Delete same.
499 * config/mips/tm-mips.h: Delete same.
500 * mdebugread.c: Delete same.
501 * Makefile.in: Update dependencies.
502 * mips-mdebug-tdep.c: Include "mdebugread.h".
503
504 * objfiles.c: Include "mdebugread.h".
505 * mdebugread.c: Include "mdebugread.h".
506 (ecoff_relocate_cfi): Delete.
507 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
508 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
509 * mdebugread.h (ecoff_relocate_efi): New file.
510 * Makefile.in: Update dependencies.
511
512 * mips-tdep.c (struct frame_extra_info): Delete.
513 (temp_proc_desc): Delete.
514
515 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
516 MIPS_EFI_SYMBOL_NAME.
517 (mips_extra_func_info_t, mips_extra_func_info): Delete.
518 (struct mdebug_extra_func_info): Replace struct
519 alpha_extra_func_info and alpha_extra_func_info_t.
520 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
521 MIPS_EFI_SYMBOL_NAME.
522 (struct mdebug_extra_func_info): Replace struct
523 alpha_extra_func_info and alpha_extra_func_info_t.
524 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
525 * mdebugread.c, alpha-mdebug-tdep.c:
526
527 Suggested by Mark Kettenis.
528 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
529 fields frame_adjust and high_addr.
530 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
531 (non_heuristic_proc_desc): Delete references.
532
533 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
534 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
535 * mips-tdep.c: Update.
536
537 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
538 (MIPS_LAST_EMBED_REGNUM): Add.
539 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
540 (LAST_EMBED_REGNUM): Delete.
541 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
542
543 * config/mips/tm-mips.h (PS_REGNUM): Delete.
544 * mips-tdep.h (MIPS_PS_REGNUM): Add.
545 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
546 * mips-linux-nat.c: Update.
547
548 * mips-tdep.h: Add comments on registers.
549 (MIPS_UNUSED_REGNUM): Define.
550 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
551 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
552 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
553 * mips-linux-nat.c, remote-mips.c: Update.
554
555 * config/mips/tm-mips.h (t_insn): Delete.
556 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
557 Replace t_insn with ULONGEST.
558
559 2004-10-30 Mark Kettenis <kettenis@gnu.org>
560
561 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
562 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
563 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
564 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
565 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
566 (mipsnbsd_core_osabi_sniffer): New function.
567 (mipsnbsd_init_abi): Set regset_from_core_section.
568 (_initialize_mipsnbsd_tdep): Remove calls to
569 deprecated_add_core_fns.
570 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
571 (mipsnbsd_regset_from_core_section): New functions.
572 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
573 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
574
575 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
576 Remove optimization for DEPRECATED_FP_REGNUM.
577
578 2004-10-30 Andrew Cagney <cagney@gnu.org>
579
580 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
581 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
582 (alpha_setup_arbitrary_frame): Delete.
583 * mips-tdep.c (setup_arbitrary_frame): Delete.
584 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
585 (setup_arbitrary_frame): Delete.
586 * stack.c (parse_frame_specification_1): When specified, call
587 create_new_frame with two parameters. Delete #ifdef
588 SETUP_ARBITRARY_FRAME.
589
590 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
591 (MIPS_INSTLEN): Delete.
592 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
593 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
594 * remote-mips.c, mips-tdep.c: Update.
595
596 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
597 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
598 * mips-tdep.c (mips_mdebug_frame_cache)
599 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
600 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
601 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
602 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
603 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
604 (mips_gdbarch_init): Do not append mdebug sniffers.
605 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
606 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
607 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
608 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
609 * Makefile.in: Update dependencies.
610
611 * mips-tdep.h (mips_abi_regsize): Declare.
612 * mips-tdep.c (mips_abi_regsize): Make non-static.
613
614 * mips-tdep.c (gdb_print_insn_mips): Simplify.
615 (make_mips16_addr): Delete.
616
617 2004-10-30 Mark Kettenis <kettenis@gnu.org>
618
619 * i386-sol2-nat.c: New file.
620 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
621 i386-sol2-tdep.c.
622 (i386-sol2-nat.o): Update dependencies.
623 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
624 i386-sol2-nat.o.
625
626 2004-10-30 Andrew Cagney <cagney@gnu.org>
627
628 Total breakage identified by Joel Brobecker.
629 * mips-tdep.c (after_prologue): Delete.
630 (mips_skip_prologue): Use skip_prologue_using_sal.
631 (heuristic_proc_desc): Delete, unused.
632
633 2004-10-30 Mark Kettenis <kettenis@gnu.org>
634
635 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
636 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
637 Cleanup coding style.
638
639 2004-10-30 Andrew Cagney <cagney@gnu.org>
640
641 * mips-tdep.h (mips_pc_is_mips16): Declare.
642 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
643 non-static. Update calls.
644
645 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
646 * command.h (add_setshow_enum_cmd): Declare.
647 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
648
649 * mips-tdep.c (_initialize_mips_tdep): Use
650 add_setshow_zinteger_cmd.
651
652 * mips-tdep.c (mips_eabi_extract_return_value)
653 (mips_o64_extract_return_value, mips_o64_store_return_value)
654 (return_value_location, mips_eabi_reg_struct_has_addr)
655 (mips_eabi_use_struct_convention)
656 (mips_eabi_store_return_value): Delete.
657 (mips_eabi_store_return_value): New function.
658 (mips_eabi_return_value): New function.
659 (mips_gdbarch_init): For O64 and EABI, delete
660 extract_return_value, store_return_value, use_struct_convention
661 and reg_struct_has_addr, add return_value.
662
663 * mips-tdep.c (read_signed_register): Use
664 regcache_cooked_read_signed.
665
666 2004-10-30 Mark Kettenis <kettenis@gnu.org>
667
668 * mipsread.c: Cleanup coding style.
669 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
670 (mipscoff_symfile_finish): Remove prototypes.
671
672 2004-10-29 Mark Kettenis <kettenis@gnu.org>
673
674 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
675 (mips_mdebug_frame_cache, mips16_scan_prologue)
676 (mips32_scan_prologue, mips_stub_frame_cache)
677 (heuristic_proc_start, heuristic_proc_desc)
678 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
679 (mips_n32n64_return_value, mips_o32_push_dummy_call)
680 (mips_o32_return_value, mips_o64_push_dummy_call)
681 (mips_step_skips_delay, mips_skip_trampoline_code)
682 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
683 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
684 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
685 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
686 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
687 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
688 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
689 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
690 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
691 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
692 ZERO_REGNUM.
693 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
694 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
695 ZERO_REGNUM.
696 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
697 A0_REGNUM.
698 * mipsnbsd-nat.c: Include "mips-tdep.h".
699 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
700 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
701
702 2004-10-29 Andrew Cagney <cagney@gnu.org>
703
704 * stack.c (parse_frame_specification_1): New function based on
705 parse_frame_specification. Add message and selected_frame_p
706 paramters. Truely always return non-NULL.
707 (parse_frame_specification): Call parse_frame_specification_1.
708 (frame_info): Update. Eliminate target_has_stack check.
709 (select_frame_command): Update.
710
711 2004-10-29 Andrew Cagney <cagney@gnu.org>
712
713 * frame.h (get_selected_frame): Add message parameter.
714 * frame.c (get_selected_frame): Add and use message parameter.
715 * stack.c (current_frame_command, return_command, locals_info)
716 (catch_info, args_info, up_silently_base, down_silently_base): Use
717 get_selected_frame with an explicit message.
718 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
719 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
720 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
721 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
722 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
723 * breakpoint.c: Update.
724
725 2004-10-29 Andrew Cagney <cagney@gnu.org>
726
727 * trad-frame.c (trad_frame_get_prev_register): Use
728 frame_unwind_register instead of frame_register_unwind, do not
729 recurse the register's location.
730 * xstormy16-tdep.c (xstormy16_frame_prev_register):
731 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
732 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
733 * sh-tdep.c (sh_frame_prev_register): Ditto.
734 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
735 * i386-tdep.c (i386_frame_prev_register): Ditto.
736 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
737 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
738
739 2004-10-28 Mark Kettenis <kettenis@jive.nl>
740
741 * proc-events.c: Fix several coding-style issues. Consistently
742 use #ifdef instead of #if defined().
743 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
744 ARRAY_SIZE.
745 (_initialize_proc_events): New prototype.
746
747 * proc-why.c: Fix several coding-style issues.
748 (proc_prettyfprint_why): Use ARRAY_SIZE.
749
750 2004-10-27 Jim Blandy <jimb@redhat.com>
751
752 * remote.c (fetch_register_using_p): Construct 'p' packet in a
753 manner independent of the host byte order.
754
755 2004-10-27 Mark Kettenis <kettenis@gnu.org>
756
757 * mips-tdep.c (id_delayed): Remove prototype.
758
759 2004-10-26 Mark Kettenis <kettenis@gnu.org>
760
761 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
762 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
763 to enum with register numbers.
764 (enum mips_insn_size): New enum.
765
766 2004-10-26 Andrew Cagney <cagney@gnu.org>
767
768 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
769 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
770 (mips_gdbarch_init): Update.
771 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
772
773 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
774 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
775 IN_SOLIB_RETURN_TRAMPOLINE.
776 * mips-tdep.c (mips_dump_tdep): Do not print
777 IN_SOLIB_RETURN_TRAMPOLINE.
778 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
779 (mips_gdbarch_init): Update.
780
781 * mips-tdep.h (mips_software_single_step): Move to here ...
782 * config/mips/tm-mips.h: ... from here.
783 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
784 (SOFTWARE_SINGLE_STEP): Delete.
785 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
786
787 2004-10-25 Andrew Cagney <cagney@gnu.org>
788
789 * NEWS: Add Changes since GDB 6.3 section.
790
791 2004-10-23 Andreas Schwab <schwab@suse.de>
792
793 * ada-lang.c (grow_vect): Return the new array instead of
794 expecting pointer to pointer to avoid violation of aliasing rules.
795 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
796
797 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
798
799 * s390-tdep.c (enum pv_boolean): Remove.
800 (pv_is_array_ref): Remove.
801 (s390_on_stack): Remove.
802 (S390_NUM_SPILL_SLOTS): Remove.
803 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
804 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
805 (s390_store): Track all stores of orginal incoming registers to the
806 stack constant offsets relative to the CFA, instead of only tracking
807 stores into specific spill slots.
808 (s390_load): Likewise.
809 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
810 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
811 defined as call-saved by the ABI.
812 (s390_push_dummy_call): Use bottom of dummy call argument save area
813 as return value, not the top. Do not store to the called function's
814 register save area.
815 (s390_unwind_dummy_id): Adapt accordingly.
816
817 2004-10-23 Andrew Cagney <cagney@gnu.org>
818
819 * objfiles.h (struct objfile): Rename obj_private to
820 deprecated_obj_private, sym_private to deprecated_sym_private, and
821 sym_stab_info to deprecated_sym_stab_info.
822 * gdb-stabs.h: Update.
823 * elfread.c: Update.
824 * dbxread.c: Update.
825 * coffread.c: Update.
826 * xcoffread.c: Update.
827 * symfile.c: Update.
828 * somread.c: Update.
829 * nlmread.c: Update.
830 * mdebugread.c: Update.
831 * hpread.c: Update.
832 * coffread.c: Update.
833
834 2004-10-23 Mark Kettenis <kettenis@gnu.org>
835
836 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
837 * configure.host: Add mips64*-*-openbsd*.
838 * configure.tgt: Add mips64*-*-openbsd*.
839 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
840 mips64obsd-tdep.c.
841 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
842 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
843
844 2004-10-21 Joel Brobecker <brobecker@gnat.com>
845
846 * symtab.c (symbol_search_name): Minor reformatting.
847
848 2004-10-20 Joel Brobecker <brobecker@gnat.com>
849
850 * symtab.h: Fix typo in comment.
851
852 2004-10-19 Mark Kettenis <kettenis@gnu.org>
853
854 * dwarf2read.c (struct comp_unit_head): Fix coding style.
855 (dwarf_decode_line_header): Likewise.
856
857 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
858
859 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
860
861 2004-10-19 Andrew Cagney <cagney@gnu.org>
862
863 GDB 6.3 branch created.
864 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
865
866 2004-10-15 Joel Brobecker <brobecker@gnat.com>
867
868 * dwarf2read.c (set_cu_language): Set language to Ada for
869 DW_LANG_Ada83 and DW_LANG_Ada95.
870
871 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
872
873 From Andreas Schwab <schwab@suse.de>:
874 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
875 for xmalloc and xrealloc.
876
877 2004-10-15 Andrew Cagney <cagney@gnu.org>
878
879 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
880 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
881 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
882 Update dependencies.
883
884 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
885
886 * ada-lang.c (ada_lookup_symbol): Correct comment.
887 (ada_evaluate_subexp): Change error message for
888 OP_FUNCALL case so as not to indicate an internal error.
889
890 2004-10-15 Joel Brobecker <brobecker@gnat.com>
891
892 Committed by Paul Hilfinger.
893 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
894 type sizes in XVE/XVU types, and emit a warning when that happens,
895 instead of rounding up the size of the resulting type.
896 Some minor reformatting.
897 (ada_is_aligner_type): Do not consider a type as an aligner type
898 if there is a corresponding XVS type as well.
899 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
900 have several levels of pointer indirection to the array.
901
902 2004-10-15 Jerome Guitton <guitton@gnat.com>
903
904 Committed by Paul Hilfinger.
905 * ada-lang.c (check_size): New function.
906 (coerce_unspec_val_to_type): call check_size to make sure
907 that the object size is reasonable.
908 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
909 Implements the case when we get a reference when we evaluate
910 the expression of one of the bounds of the slice.
911 (ada_value_struct_elt): when a packed array field is
912 a reference, use ada_coerce_ref to dereference it; use
913 ada_value_ind only if it is a pointer.
914
915 2004-10-15 Joel Brobecker <brobecker@gnat.com>
916
917 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
918 a bit to avoid the necessity of an advance declaration. Remove
919 declaration.
920 (set_reg_offset): Move implemenation up.
921 (mips16_get_imm): Likewise.
922 (mips16_scan_prologue): Likewise.
923 (reset_saved_regs): Likewise.
924 (mips32_scan_prologue): Likewise.
925
926 2004-10-14 Joel Brobecker <brobecker@gnat.com>
927
928 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
929 Remove sp as a parameter, compute it internally instead. Move
930 prologue scanning limit from heuristic_proc_desc to here.
931 (mips16_scan_prologue): Likewise.
932 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
933 by call to mips16_scan_prologue.
934 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
935 by call to mips32_scan_prologue.
936 (heuristic_proc_desc): Remove code that's no longer necessary.
937 Update calls to mips16_scan_prologue and mips32_scan_prologue.
938 (mips_skip_prologue): Update calls to mips16_scan_prologue
939 and mips32_scan_prologue.
940
941 2004-10-14 Joel Brobecker <brobecker@gnat.com>
942
943 * mips-tdep.c (mips16_scan_prologue): Merge code from
944 mips16_skip_prologue. Now return the address of the first
945 instruction past the function prologue.
946 (mips16_skip_prologue): Remove, no longer necessary.
947 (mips_skip_prologue): Replace call to mips16_skip_prologue
948 by call to mips16_scan_prologue.
949
950 2004-10-14 Joel Brobecker <brobecker@gnat.com>
951
952 * mips-tdep.c (mips32_scan_prologue): Merge code from
953 mips32_skip_prologue. Now return the address of the first
954 instruction past the function prologue.
955 (mips32_skip_prologue): Remove. No longer necessary.
956 (mips16_skip_prologue): Add parameter end_pc instead of
957 computing it.
958 (mips_skip_prologue): Compute the upper limit for the
959 prologue scanning. Update call to mips16_skip_prologue.
960 Replace call to mips32_skip_prologue by call to
961 mips32_scan_prologue.
962
963 2004-10-14 Mark Kettenis <kettenis@gnu.org>
964
965 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
966 NetBSD system call stubs that store %rp in the ERP slot of the
967 stack frame.
968
969 * source.c: Always define O_BINARY to 0 if not defined already.
970 (openp): Unconditionally use O_BINARY.
971
972 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
973 * event-top.c (gdb_readline2): Likewise.
974
975 2004-10-14 Orjan Friberg <orjanf@axis.com>
976
977 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
978 deprecated_add_core_fns which was removed by mistake.
979
980 2004-10-13 Kevin Buettner <kevinb@redhat.com>
981
982 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
983 references to deprecated_registers[] with equivalent code.
984
985 2004-10-13 Kevin Buettner <kevinb@redhat.com>
986
987 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
988 ``deprecated_registers'' with equivalent code. Use gdb_assert()
989 instead of explicit test and print statement.
990
991 2004-10-12 Mark Kettenis <kettenis@gnu.org>
992
993 * sparc-nat.c: Include "inf-ptrace.h".
994 (sparc_target): New function.
995 * sparc-nat.h: Update copyright year.
996 (sparc_target): New prototype.
997 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
998 (_initialize_sparcnbsd_nat): Construct and add target vector.
999 * sparc64nbsd-nat.c: Include "target.h".
1000 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1001 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1002 Update dependencies.
1003 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1004 inftarg.o, add inf-ptrace.o.
1005 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1006 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1007 (NAT_FILE): Set to nm-bsd.h.
1008 (LOADLIBES): New variable.
1009 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1010 infarg.o, add inf-ptrace.o.
1011 * config/sparc/nm-nbsdaout.h: Remove file.
1012 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1013 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1014 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1015
1016 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1017 "fopen-same.h". Update comment.
1018
1019 2004-10-11 Mark Kettenis <kettenis@gnu.org>
1020
1021 * i386gnu-nat.c: Include "gdb_string.h".
1022 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1023 registers when the floating-point state isn't initialized.
1024 * Makefile.in (i386gnu-nat.o): Update dependencies.
1025
1026 2004-10-11 David Anderson <davea@sgi.com>
1027
1028 * regcache.c (regcache_raw_read): Comment was missing "to".
1029 Extraneous ' removed.
1030 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1031 comment now describes use.
1032
1033 2004-10-11 Orjan Friberg <orjanf@axis.com>
1034
1035 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1036 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1037 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1038 (cris_sigtramp_frame_sniffer): New functions.
1039 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1040 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1041 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1042 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1043 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1044 command.
1045 (cris_version_update): Remove, replace with ...
1046 (set_cris_version): New function.
1047 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1048 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1049 (_initialize_cris_tdep): Remove CRIS mode command.
1050 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1051 cris-fpless-backtrace command.
1052 (cris_scan_prologue): Fix prologue scanning limit.
1053 (cris_register_type): Update to reflect actual registers.
1054 (cris_register_bytes_ok) Remove.
1055 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1056 Remove set_gdbarch_deprecated_register_size,
1057 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1058
1059 2004-10-10 Andrew Cagney <cagney@gnu.org>
1060
1061 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1062 comment.
1063
1064 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1065
1066 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1067
1068 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1069
1070 * mips-tdep.c (mips16_scan_prologue): Renames
1071 mips16_heuristic_proc_desc. Update comment.
1072 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1073 (heuristic_proc_desc): Update calls to the 2 functions above.
1074
1075 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1076
1077 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1078 Update comments. Also immediately return empty cache when the start
1079 address of our function could not be found.
1080 (mips_insn32_frame_cache): Likewise.
1081
1082 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1083
1084 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1085 (mips_insn16_frame_cache): Pass frame cache in call to
1086 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1087 Remove code that became redundant as a consequence.
1088 (mips32_heuristic_proc_desc): No longer compute a fake
1089 procedure descriptor. Compute the full frame cache instead.
1090 Some minor comment reformatting.
1091
1092 2004-10-10 Jim Blandy <jimb@redhat.com>
1093
1094 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1095 reader, tracing bytecode stuff): Remove self.
1096
1097 2004-10-10 Mark Kettenis <kettenis@gnu.org>
1098
1099 * sparc64-linux-tdep.c: Update copyright year. Don't include
1100 "solib-svr4.h".
1101 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1102 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1103 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1104
1105 * sparc-linux-tdep.c: Update copyright year.
1106 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1107 to struct frame_info *. Use safe_frame_unwind_memory instead of
1108 deprecated_read_memory_nobpt.
1109 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1110 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1111 changed signature of sparc_linux_sigtramp_start.
1112 (sparc32_linux_pc_in_sigtramp): Remove function.
1113 (sparc32_linux_sigtramp_p): New function.
1114 (sparc32_linux_sigtramp_frame_sniffer): Use
1115 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1116
1117 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1118 Remove function.
1119 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1120
1121 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1122 (decode_packed_array_type, value_subscript_packed)
1123 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1124 argument in call to lim_warning.
1125
1126 * configure.in: Really disable the TUI if an enhanced curses
1127 library isn't found.
1128 * configure: Regenerate.
1129
1130 2004-10-09 Mark Kettenis <kettenis@gnu.org>
1131
1132 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1133 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1134 * config/i386/nm-nbsdaout.h: Remove file.
1135 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1136 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1137 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1138 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1139 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1140 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1141 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1142 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1143 (ldd, ld_un, ld_2): Remove defines.
1144 * config/i386/nm-obsd.h: Likewise.
1145
1146 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1147
1148 * ada-lex.l: Remove useless rule whose right-context clause
1149 causes unreferenced static function warning for yyrealloc.
1150 (ada_flex_use): Remove the artificial reference to yyrealloc.
1151
1152 2004-10-08 Andrew Cagney <cagney@gnu.org>
1153
1154 * target.h (struct target_ops): Rename to_xfer_memory to
1155 deprecated_xfer_memory.
1156 * target.c: Update.
1157 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1158 * wince.c: Update.
1159 * win32-nat.c: Update.
1160 * v850ice.c: Update.
1161 * uw-thread.c: Update.
1162 * thread-db.c: Update.
1163 * sol-thread.c: Update.
1164 * remote.c: Update.
1165 * remote-vx.c: Update.
1166 * remote-st.c: Update.
1167 * remote-sim.c: Update.
1168 * remote-sds.c: Update.
1169 * remote-rdp.c: Update.
1170 * remote-rdi.c: Update.
1171 * remote-mips.c: Update.
1172 * remote-m32r-sdi.c: Update.
1173 * remote-e7000.c: Update.
1174 * procfs.c: Update.
1175 * ppc-bdm.c: Update.
1176 * nto-procfs.c: Update.
1177 * monitor.c: Update.
1178 * linux-nat.c: Update.
1179 * inftarg.c: Update.
1180 * hpux-thread.c: Update.
1181 * go32-nat.c: Update.
1182 * gnu-nat.c: Update.
1183 * exec.c: Update.
1184 * corelow.c: Update.
1185 * bsd-kvm.c: Update.
1186 * aix-thread.c: Update.
1187
1188 2004-10-08 Andrew Cagney <cagney@gnu.org>
1189
1190 * target.c (debug_target): Move to near start of file.
1191 (target_stopped_data_address_p): Re-org logic, add casts.
1192
1193 2004-10-02 Mark Kettenis <kettenis@gnu.org>
1194
1195 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
1196 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
1197 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
1198 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
1199 New defines.
1200
1201 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1202
1203 * target.h (to_stopped_data_address): Change prototype to
1204 take a CORE_ADDR pointer and return an int.
1205 * target.c (update_current_target): Change to_stopped_data_address
1206 to match new prototype.
1207 (debug_to_stopped_data_address): Change appropriately.
1208 * breakpoint.c (bpstat_stop_status): Change call to
1209 target_stopped_data_address to use new prototype.
1210 * frv-tdep.c (frv_have_stopped_data_address): New function.
1211 (frv_stopped_data_address): Change to new prototype and
1212 functionality.
1213 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
1214 prototype and functionality.
1215 (ia64_stopped_by_watchpoint): New function.
1216 * i386-nat.c (i386_stopped_data_address): Change to new
1217 prototype and functionality.
1218 (i386_stopped_by_watchpoint): New function.
1219 * remote.c (remote_stopped_data_address): Change to new prototype
1220 and functionality.
1221 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
1222 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
1223 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
1224 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
1225 new i386_stopped_by_watchpoint function.
1226 (i386_stopped_by_watchpoint): New prototype.
1227 (i386_stoppped_data_address): Change to new prototype.
1228 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
1229 new ia64_stopped_by_watchpoint function.
1230 (ia64_stopped_by_watchpoint): New prototype.
1231 (ia64_stopped_data_address): Ditto.
1232
1233 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
1234
1235 * ada-typeprint.c (ada_print_type): Use int_string for printing
1236 modulus of modular type.
1237 * ada-lang.h (ada_modulus): Change return type to unsigned.
1238 * ada-lang.c (ada_language_arch_info): Correct type of
1239 string_char_type.
1240 (ada_modulus): Return unsigned result.
1241 (ada_lookup_symbol): Remove user disambiguation and modify comment
1242 accordingly.
1243
1244 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
1245
1246 Committed by Paul Hilfinger.
1247 * ada-lang.c (decode_packed_array): On big-endian targets,
1248 left-justify the value if it comes with a modular type.
1249
1250 2004-10-08 Joel Brobecker <brobecker@gnat.com>
1251
1252 Committed by Paul Hilfinger.
1253 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
1254 (is_name_suffix): Add support for "___JM" suffixes.
1255 (ada_check_typedef): Renames ada_completed_type.
1256 Update all users of CHECK_TYPEDEF, check_typedef, and
1257 ada_complete_type to call ada_check_typedef.
1258 * ada-typeprint.c: Likewise.
1259 * ada-valprint.c: Likewise.
1260
1261 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
1262
1263 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
1264
1265 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
1266
1267 * MAINTAINERS: Update e-mail address.
1268
1269 2004-10-07 Daniel Jacobowitz <dan@debian.org>
1270
1271 From Maciej W. Rozycki <macro@mips.com>:
1272 * mips-tdep.c (mips32_next_pc): Check the register's contents,
1273 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
1274
1275 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
1276
1277 * m32r-tdep.c (decode_prologue): Support functions written
1278 in assembler language. Recognize trap instructions as the
1279 end of prologue.
1280 (m32r_frame_unwind_cache): Ditto.
1281 (m32r_skip_prologue): Extend search limit. Quit analyzing
1282 prologue if pc's location is not readable.
1283
1284 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
1285
1286 * Makefile.in (.l.c): Do conversions of names of alloc and free
1287 functions that are done for .y.c files, plus special one
1288 for yy_flex_realloc. Also, correct missing-file tests here.
1289 * ada-lex.l (malloc, free): Remove macros.
1290 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
1291 xrealloc.
1292 (ada_flex_use): Dummy definition to remove warnings about unused
1293 functions.
1294 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
1295 to suppress warning.
1296
1297 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1298
1299 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
1300 RETURN_VALUE.
1301 (sh_return_value_fpu): Ditto for CPUs with FPU.
1302 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1303 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
1304 Install sh_return_value_nofpu resp. sh_return_value_fpu as
1305 RETURN_VALUE functions.
1306
1307 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1308
1309 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
1310 (sh_pseudo_register_write): Ditto.
1311
1312 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1313
1314 * sh-tdep.c (IS_MACL_STS): New define.
1315 (IS_MOVI20): Ditto.
1316 (IS_MACL_LDS): Ditto.
1317 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
1318 instructions in prologue.
1319 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
1320 instructions in epilogue.
1321
1322 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1323
1324 * sh-tdep.c (SH_NUM_REGS): Define as 67.
1325 (sh_sh_register_name): Add eight empty register names.
1326 (sh_sh3_register_name): Ditto.
1327 (sh_sh3e_register_name): Ditto.
1328 (sh_sh2e_register_name): Ditto.
1329 (sh_sh2a_register_name): New function, defining SH2A register set.
1330 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
1331 in nofpu case.
1332 (sh_sh_dsp_register_name): Add eight empty register names.
1333 (sh_sh3_dsp_register_name): Ditto.
1334 (sh_sh4_register_name): Ditto.
1335 (sh_sh4_nofpu_register_name): Ditto.
1336 (sh_sh4al_dsp_register_name): Ditto.
1337 (sh2a_show_regs): New function.
1338 (sh2a_nofpu_show_regs): New function.
1339 (sh_sh2a_register_type): New function.
1340 (do_bank_register_info): New function.
1341 (sh_print_pseudo_register): Call do_bank_register_info.
1342 Call sh_print_pseudo_register for valid "bank" register.
1343 (sh_sh2a_register_sim_regno): New function.
1344 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
1345 Increment pseudo register count by one for all sh variants with
1346 pseudo registers to accomodate pseudo bank register.
1347 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
1348 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
1349 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
1350 Increment pseudo register numbers.
1351
1352 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1353
1354 * dwarf2read.c (read_subroutine_type): Call make_function_type
1355 instead of lookup_function_type.
1356
1357 2004-10-05 Jim Blandy <jimb@redhat.com>
1358
1359 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
1360 (Previous change missed some uses.)
1361
1362 2004-10-05 Andrew Cagney <cagney@gnu.org>
1363
1364 * target.h (deprecated_child_ops): Rename child_ops.
1365 * wince.c: Update copyright. Rename child_ops.
1366 * win32-nat.c: Rename child_ops.
1367 * target.c: Rename child_ops.
1368 * rs6000-nat.c: Rename child_ops.
1369 * linux-nat.c: Rename child_ops.
1370 * infttrace.c: Rename child_ops.
1371 * inftarg.c: Rename child_ops.
1372 * infptrace.c: Rename child_ops.
1373 * hppah-nat.c: Update copyright. Rename child_ops.
1374 * hpux-thread.c: Update copyright. Rename child_ops.
1375
1376 2004-10-05 Daniel Jacobowitz <dan@debian.org>
1377
1378 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
1379
1380 2004-10-05 Andrew Cagney <cagney@gnu.org>
1381
1382 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
1383
1384 2004-10-05 Daniel Jacobowitz <dan@debian.org>
1385
1386 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
1387 (die_ref_table): Remove.
1388 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
1389 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
1390 the usage of this type.
1391 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
1392 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
1393 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
1394 (dwarf2_create_include_psymtab): Update comment.
1395 (find_partial_die): Remove third argument. Remove unreachable call
1396 to error ().
1397 (dwarf2_find_containing_comp_unit): Update comments. Change one
1398 assertion to an error. Remove an unreachable error.
1399 (dwarf2_find_comp_unit): Update comments.
1400 (type_at_offset): Remove dead code.
1401 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
1402 (store_in_ref_table): Add CU argument.
1403 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
1404 inter-compilation-unit references.
1405 (load_full_comp_unit, process_full_comp_unit): New functions, based
1406 on psymtab_to_symtab_1.
1407 (psymtab_to_symtab_1): Use them.
1408 (dwarf2_add_dependence): New function.
1409 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
1410 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
1411 (partial_die_parent_scope, guess_structure_name): Update for changes
1412 to find_partial_die.
1413 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
1414 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
1415 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
1416 (read_die_and_children): Update call to store_in_ref_table.
1417 (do_free_die_list_cleanup): Remove.
1418 (fixup_partial_die): Update for changes to find_partial_die.
1419 (read_full_die): Handle queueing absolute references.
1420 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
1421 (dwarf2_attr, die_specification, die_type)
1422 (die_containing_type, dwarf2_extension): Update calls to
1423 follow_die_ref.
1424 (dump_die): Update DW_FORM_ref* handling.
1425 (dwarf2_get_ref_die_offset): Likewise.
1426 (free_one_comp_unit): Release the dies list.
1427 (dwarf2_mark_helper): New function.
1428 (dwarf2_mark): Use it.
1429
1430 2004-10-05 Mark Kettenis <kettenis@jive.nl>
1431
1432 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
1433 when writing to memory.
1434
1435 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
1436
1437 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
1438 (m32r_extract_struct_value_address): Delete function.
1439 (m32r_return_value): New function.
1440 (m32r_gdbarch_init): Instead of store_return_value,
1441 extract_return_value, deprecated_extract_struct_value_address
1442 and deprecated_use_struct_convention, set return_value.
1443
1444 2004-10-03 Daniel Jacobowitz <dan@debian.org>
1445
1446 * dwarf2read.c (read_subrange_type): Add comment for variable
1447 sized arrays.
1448
1449 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
1450
1451 * Makefile.in (.l.c): Modify rule for compatibility with recent
1452 versions of flex, and remove most command-line options.
1453 * ada-lex.l: Add %options line in place of -I -i and -s command-line
1454 options.
1455
1456 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
1457
1458 Turn on initial Ada support (mainly expression evaluation).
1459
1460 * Makefile.in (SFILES): Remove ada-tasks.c.
1461 (HFILES_NO_SRCDIR): Add ada-lang.h.
1462 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
1463 (YYOBJ): Add ada-exp.o.
1464 (rule .l.c): Generalize to not mention ada.
1465 * symtab.c: Include ada-lang.h.
1466 (symbol_natural_name, symbol_demangled_name)
1467 (symbol_search_name): Add Ada case.
1468
1469 2004-10-01 Andrew Cagney <cagney@gnu.org>
1470
1471 * Makefile.in (COMMON_OBS): Add inf-child.o.
1472 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
1473 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1474 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1475 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
1476 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
1477 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
1478 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
1479 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
1480 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1481 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1482 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
1483 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
1484 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
1485
1486 * target.c (xfer_using_stratum): Change return type to LONGEST.
1487 On each iteration offset, readbuf and writebuf.
1488 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
1489 partial_length, and read/modify/write predicate, update comments.
1490 Pass buffer.word to ptrace write.
1491
1492 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1493
1494 * symfile.c (init_filename_language_table): Add extensions for
1495 Ada.
1496 * defs.h (enum language): Add language_ada.
1497 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
1498 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
1499 (add_symbols_from_enclosing_procs): Make a no-op for now.
1500 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
1501 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
1502 (find_line_in_linetable, find_next_line_in_linetable)
1503 (read_all_symtabs, is_plausible_func_for_line)
1504 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
1505 (is_runtime_sym_defined, check_size): Remove declaration.
1506 (function_name_from_pc, ada_translate_error_message)
1507 (ada_lookup_minimal_symbol): Remove definition.
1508 (ada_add_block_symbols): Remove useless label.
1509 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
1510 useless declaration.
1511 (ada_is_exception_sym): Likewise.
1512
1513 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
1514
1515 Add m32r-linux support.
1516 * configure.tgt: Add m32r*-*-linux*.
1517 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
1518 and m32r-linux-tdep.c.
1519 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
1520 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
1521 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
1522 m32r-linux-tdep.c.
1523 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
1524 config/m32r/linux.mh, config/m32r/linux.mt,
1525 config/m32r/nm-linux.h: New files.
1526
1527 2004-09-30 Joel Brobecker <brobecker@gnat.com>
1528
1529 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
1530 (mips32_fetch_instruction): Remove, unused.
1531
1532 2004-09-30 Joel Brobecker <brobecker@gnat.com>
1533
1534 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
1535 conditions that will always be true.
1536
1537 2004-09-30 Mark Kettenis <kettenis@gnu.org>
1538
1539 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
1540 (vaxbsd_fetch_inferior_registers): Rename from
1541 fetch_inferior_registers. Make static.
1542 (vaxbsd_store_inferior_registers): Rename from
1543 store_inferior_registers. Make static.
1544 (_initialize_vaxbsd_nat): Construct and add target vector.
1545 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1546 inftarg.o. Add inf-child.o and inf-ptrace.o.
1547 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1548 inftarg.o. Add inf-child.o and inf-ptrace.o.
1549 (NAT_FILE): Remove.
1550 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
1551 inftarg.o. Add inf-child.o and inf-ptrace.o.
1552 (NAT_FILE): Remove.
1553 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1554
1555 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1556 (m88kbsd_fetch_inferior_registers): Rename from
1557 fetch_inferior_registers. Make static.
1558 (m88kbsd_store_inferior_registers): Rename from
1559 store_inferior_registers. Make static.
1560 (_initialize_m88kbsd_nat): New prototype and function.
1561 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1562 inftarg.o. Add inf-child.o and inf-ptrace.o.
1563 (NAT_FILE): Remove.
1564 * Makefile.in (m88kbsd-nat.o): Update dependencies.
1565
1566 2004-09-30 Andrew Cagney <cagney@gnu.org>
1567
1568 * target.c (target_xfer_partial): New function.
1569 (target_read_memory_partial, target_write_memory_partial)
1570 (default_xfer_partial, target_read_partial, target_write_partial)
1571 (xfer_using_stratum): Use.
1572 (debug_to_xfer_partial): Delete function.
1573 (setup_target_debug): Do not override to_xfer_partial.
1574
1575 2004-09-30 Mark Kettenis <kettenis@chello.nl>
1576
1577 * fork-child.c: Update copyright year. Fix coding style.
1578
1579 2004-09-29 Mark Kettenis <kettenis@gnu.org>
1580
1581 * defs.h (msavestring, mstrsave): Remove prototypes.
1582 * utils.c (msavestring, mstrsave): Remove functions.
1583 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
1584 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
1585 of mstrsave.
1586 * source.c (find_and_open_source): Use xstrdup instead of
1587 mstrsave.
1588
1589 2004-09-30 Andrew Cagney <cagney@gnu.org>
1590
1591 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
1592 (inf_ptrace_xfer_memory): Delete.
1593 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
1594 (target_read_memory, target_write_memory): Use xfer_using_stratum
1595 when target_xfer_partial_p.
1596 (debug_target): Move to start of file.
1597 (target_read_memory_partial, target_write_memory_partial): Use
1598 to_xfer_partial when target_xfer_partial_p.
1599
1600 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
1601 inf_ptrace_xfer_memory with equivalent code.
1602 * inftarg.c (child_xfer_partial): When performing a write, pass
1603 writebuf to child_xfer_memory.
1604
1605 * target.c (target_read_string): Use target_read_memory instead of
1606 target_xfer_memory.
1607
1608 2004-09-29 Andrew Cagney <cagney@gnu.org>
1609
1610 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
1611 the address of status.
1612
1613 * infptrace.c (ptrace_wait): Mention problem with HPUX.
1614 (kill_inferior): Inline ptrace_wait call.
1615 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
1616 * inftarg.c (child_wait): Inline ptrace_wait call.
1617
1618 * target.h (struct target_ops): Delete field to_post_wait.
1619 (target_post_wait): Delete macro.
1620 (child_post_wait): Delete declaration.
1621 * target.c (update_current_target, update_current_target)
1622 (debug_to_post_wait, setup_target_debug): Delete functions and
1623 references.
1624 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
1625 * inftarg.c (child_post_wait): Delete.
1626 (init_child_ops): Do not set to_post_wait.
1627 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
1628 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
1629 * inf-child.c (inf_child_post_wait): Delete.
1630 (inf_child_target): Do not set to_post_wait.
1631 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
1632 (inf_ptrace_target): Do not set to_post_wait.
1633
1634 * wince.c (child_ops): Delete.
1635 * win32-nat.c (child_ops): Delete.
1636
1637 * inftarg.c (inftarg_set_find_memory_regions)
1638 (inftarg_set_make_corefile_notes): Delete functions.
1639 (_initialize_linux_nat): Inline calls.
1640
1641 * target.h (child_ops): Declare.
1642 * inftarg.c (child_ops): Move from here ...
1643 * target.c (child_ops): ... to here.
1644 * wince.c (child_ops): Delete extern declaration.
1645 * win32-nat.c (child_ops): Delete extern declaration.
1646 * linux-nat.c (child_ops): Delete extern declaration.
1647 * hpux-thread.c (child_ops): Delete extern declaration.
1648
1649 2004-09-28 Mark Kettenis <kettenis@gnu.org>
1650
1651 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
1652
1653 2004-09-28 Mark Kettenis <kettenis@gnu.org>
1654
1655 * configure.in: Only set host_makefile_frag when building a native
1656 debugger.
1657 * configure: Regenerate.
1658
1659 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
1660 for OpenBSD ELF.
1661
1662 2004-09-28 Andrew Cagney <cagney@gnu.org>
1663
1664 Problem identified by Paul Hilfinger.
1665 * Makefile.in (ada_lex_c): Define.
1666 (ada-lex.o): Delete rule.
1667
1668 * linux-proc.c: Delete file.
1669 * Makefile.in: Update.
1670 * config/sparc/linux64.mh (NATDEPFILES):
1671 * config/sparc/linux.mh (NATDEPFILES): Update.
1672 * config/s390/s390.mh (NATDEPFILES): Update.
1673 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
1674 * config/powerpc/linux.mh (NATDEPFILES): Update.
1675 * config/pa/linux.mh (NATDEPFILES): Update.
1676 * config/mips/linux.mh (NATDEPFILES): Update.
1677 * config/m68k/linux.mh (NATDEPFILES): Update.
1678 * config/ia64/linux.mh (NATDEPFILES): Update.
1679 * config/i386/linux64.mh (NATDEPFILES): Update.
1680 * config/i386/linux.mh (NATDEPFILES): Update.
1681 * config/arm/linux.mh (NATDEPFILES): Update.
1682 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
1683 * linux-nat.c: Update copyright. Include <sys/param.h>,
1684 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
1685 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
1686 (O_LARGEFILE): Possibly define.
1687 (_initialize_linux_nat, linux_proc_pending_signals)
1688 (add_line_to_sigset, linux_proc_xfer_memory)
1689 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
1690 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
1691 (struct linux_corefile_thread_data)
1692 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
1693 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
1694
1695 2004-09-16 Andrew Cagney <cagney@gnu.org>
1696
1697 * lin-lwp.c: Delete file.
1698 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
1699 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
1700 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
1701 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
1702 (linux_nat_attach, detach_callback, linux_nat_detach)
1703 (resume_callback, resume_clear_callback, linux_nat_resume)
1704 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
1705 (stop_wait_callback, linux_nat_has_pending, flush_callback)
1706 (status_callback, running_callback, count_events_callback)
1707 (select_singlestep_lwp_callback, select_event_lwp_callback)
1708 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
1709 (child_wait, stop_and_resume_callback, linux_nat_wait)
1710 (kill_callback, kill_wait_callback, linux_nat_kill)
1711 (linux_nat_create_inferior, linux_nat_mourn_inferior)
1712 (linux_nat_xfer_memory, linux_nat_thread_alive)
1713 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
1714 (_initialize_linux_nat): New functions.
1715 * Makefile.in: Update all dependencies.
1716 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1717 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1718 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
1719 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1720 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1721 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1722 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1723 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1724 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1725 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1726 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1727 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1728 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1729
1730 2004-09-27 Mark Kettenis <kettenis@gnu.org>
1731
1732 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
1733 config/i386/obsd64.mh (NAT_FILE): Remove variable.
1734
1735 * configure.in: Don't comment out NATDEPFILES in the generated
1736 Makefile if NAT_FILE is unset.
1737 * configure: Regenerate.
1738
1739 2004-09-27 Andrew Cagney <cagney@gnu.org>
1740
1741 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
1742 (insert_step_resume_breakpoint): Delete.
1743 (insert_step_resume_breakpoint_at_frame): New function.
1744 (insert_step_resume_breakpoint_at_sal): New function.
1745 (handle_inferior_event, step_into_function)
1746 (insert_step_resume_breakpoint): Simplify by using same.
1747
1748 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
1749
1750 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1751
1752 * fbsd-proc.c: Remove file.
1753 * Makefile.in (fbsd-proc.o): Remove dependency.
1754
1755 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
1756 code together.
1757
1758 * config/i386/nm-fbsd64.h: Remove file.
1759 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1760
1761 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1762
1763 * amd64-nat.h: Update copyright year.
1764 (amd64bsd_target): New prototype.
1765 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
1766 (amd64bsd_target): New function.
1767 (amd64bsd_fetch_inferior_registers): Rename from
1768 fetch_inferior_registers. Make static.
1769 (amd64bsd_store_inferior_registers): Rename from
1770 store_inferior_registers. Make static.
1771 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
1772 (_initialize_amd64fbsd_nat): Construct and add target vector.
1773 * amd64nbsd-nat.o: Include "target.h".
1774 (_initialize_amd64nbsd_nat): Construct and add target vector.
1775 * amd64obsd-nat.c: Include "target.h".
1776 (_initialize_amd64obsd_nat): Construct and add target vector.
1777 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
1778 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
1779 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
1780 fbsd-nat.o.
1781 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
1782 Remove infptrace.o and inftarg.o. Add inf-child.o and
1783 inf-ptrace.o.
1784 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
1785 (amd64obsd-nat.o): Update dependencies.
1786
1787 2004-09-25 Mark Kettenis <kettenis@gnu.org>
1788
1789 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
1790 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
1791 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
1792 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
1793 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
1794
1795 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
1796 Inline attach call.
1797 (inf_ptrace_detach): Inline detach call.
1798
1799 * configure.in: Check for waddstr instead of mvwaddstr when
1800 searching for curses library. Check for wborder.
1801 * configure, config.in: Regenerate.
1802 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
1803 available.
1804
1805 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
1806
1807 2004-09-24 Robert Picco <Robert.Picco@hp.com>
1808
1809 Committed by Andrew Cagney.
1810 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
1811 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
1812 configuration.
1813 (fetch_register_using_p): Implement 'p' packet. Based on code by
1814 Fernando Nasser.
1815 (remote_fetch_registers): Call fetch_register_using_p.
1816 (init_all_packet_configs, show_remote_cmd)
1817 (_initialize_remote): Add p-packet.
1818
1819 2004-09-24 Mark Kettenis <kettenis@gnu.org>
1820
1821 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
1822 instead of call_ptrace. Call wait directly instead of
1823 ptrace_wait.
1824 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
1825 (inf_ptrace_wait): Inline ptrace_wait call.
1826
1827 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1828
1829 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
1830 rolled back instead.
1831
1832 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1833
1834 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
1835 the new argument order.
1836
1837 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
1838
1839 * MAINTAINERS: Remove "broken" from XStormy16 entry.
1840 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
1841 (struct gdbarch_tdep): Remove.
1842 (struct xstormy16_frame_cache): New frame cache structure.
1843 (xstormy16_register_byte, xstormy16_register_raw_size)
1844 (xstormy16_reg_virtual_type, xstormy16_register_type)
1845 (xstormy16_push_arguments, xstormy16_push_return_address)
1846 (xstormy16_pop_frame, xstormy16_store_struct_return)
1847 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
1848 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
1849 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
1850 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
1851 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
1852 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
1853 (xstormy16_use_struct_convention): Drop gcc_p parameter.
1854 (xstormy16_extract_return_value, xstormy16_store_return_value):
1855 Regcachify. Drop useless struct convention handling.
1856 (xstormy16_register_type, xstormy16_return_value)
1857 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
1858 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
1859 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
1860 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
1861 (xstormy16_unwind_sp, xstormy16_unwind_pc)
1862 (xstormy16_unwind_dummy_id) : New functions.
1863 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
1864 of xstormy16_scan_prologue.
1865 (xstormy16_frame_unwind): New frame_unwind structure.
1866 (xstormy16_frame_base): New frame_base structure.
1867 (xstormy16_gdbarch_init): Accomodate all of the above changes.
1868 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
1869
1870 2004-09-22 Mark Kettenis <kettenis@gnu.org>
1871
1872 * language.c (language_gdbarch_post_init): Fix off-by one error.
1873
1874 2004-09-21 Daniel Jacobowitz <dan@debian.org>
1875
1876 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
1877 (struct dwarf2_offset_and_type): New.
1878 (set_die_type, reset_die_and_siblings_types, get_die_type)
1879 (offset_and_type_hash, offset_and_type_eq): New functions.
1880 (read_structure_type, read_enumeration_type, read_array_type)
1881 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
1882 (read_tag_reference_type, read_tag_const_type)
1883 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
1884 (read_typedef, read_base_type, read_subrange_type): Use
1885 set_die_type.
1886
1887 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1888
1889 * Makefile.in (dwarf2read.o): Update dependencies.
1890 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
1891 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
1892 and read_in_chain.
1893 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
1894 mark, and has_form_ref_addr.
1895 (struct dwarf2_per_cu_data): New.
1896 (dwarf2_max_cache_age): New.
1897 (dwarf2_build_psymtabs_hard): Free cached compilation units
1898 after loading. Create and manage the list of compilation units.
1899 Remove unnecessary NULL initialization. Fix indentation.
1900 (psymtab_to_symtab_1): Initialize all of CU.
1901 (dwarf2_read_abbrevs): Set has_form_ref_addr.
1902 (find_partial_die): Use dwarf2_find_containing_comp_unit
1903 and load_comp_unit.
1904 (free_stack_comp_unit): Update comments. Clear the per-cu
1905 pointer. Handle aging.
1906 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
1907 (age_cached_comp_units, free_one_cached_comp_unit)
1908 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
1909 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
1910 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
1911 (show_dwarf2_cmd): New.
1912 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
1913 and "maint show dwarf2 max-cache-age".
1914 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
1915 externs.
1916 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
1917 global.
1918
1919 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
1920
1921 * dwarf2read.c (typename_concat): Change prototype to accept obstack
1922 and dwarf2_cu struct pointer as arguments. Change function to use
1923 obstack if provided and use dwarf2_cu to determine language-specific
1924 separator.
1925 (partial_die_parent_scope): Change comment to include java. Use
1926 new version of typename_concat instead of obconcat.
1927 (partial_die_full_name): Use typename_concat.
1928 (read_namespace): Ditto.
1929 (read_enumeration_type): Use typename_concat instead of obconcat.
1930 (new_symbol): Ditto.
1931 (add_partial_symbol): Enhance tests for C++ to also test for Java.
1932 (guess_structure_name): Ditto.
1933 (read_subroutine_type): Ditto.
1934 (read_structure_type): Ditto.
1935 (is_vtable_name): Add Java support.
1936 (determine_class_name): Switch to new typename_concat call.
1937 (determine_prefix): Switch to new typename_concat call.
1938 * jv-exp.y (FuncStart): New pattern.
1939 (MethodInvocation): Add support for simple function calls. Change
1940 warning message for other forms of inferior call currently not
1941 supported.
1942 * valarith.c (value_subscript): Treat an array with upper-bound
1943 of -1 as unknown size.
1944
1945 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1946
1947 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
1948 (lookup_partial_symtab): Use symtab_to_fullname.
1949
1950 2004-09-19 Jim Blandy <jimb@redhat.com>
1951
1952 * minsyms.c (lookup_minimal_symbol): Doc fix.
1953
1954 2004-09-20 Andrew Cagney <cagney@gnu.org>
1955
1956 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
1957 CHILD_RESUME.
1958 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
1959 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
1960 KILL_INFERIOR.
1961 * infptrace.c: Update.
1962
1963 2004-09-19 Daniel Jacobowitz <dan@debian.org>
1964
1965 * symtab.c (output_source_filename): Mark first argument as const.
1966 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
1967 for "info sources" output.
1968
1969 2004-09-20 Mark Kettenis <kettenis@gnu.org>
1970
1971 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
1972 <machine/vmparam.h>.
1973 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
1974 (register_u_addr): Remove prototype.
1975
1976 2004-09-19 Mark Kettenis <kettenis@gnu.org>
1977
1978 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
1979 (i386bsd_fetch_inferior_registers): Rename from
1980 fetch_inferior_registers. Make static.
1981 (i386bsd_store_inferior_registers): Rename from
1982 store_inferior_registers. Make static.
1983 (i386bsd_target): New function.
1984 * i386bsd-nat.h: New file.
1985 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
1986 "i386bsd-nat.h".
1987 (i386fbsd_resume): Rename from child_resume. Make static.
1988 (_initialize_i386fbsd_nat): Construct and add target vector.
1989 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
1990 (_initialize_i386nbsd_nat): Construct and add target vector.
1991 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
1992 Remove defines.
1993 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
1994 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
1995 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
1996 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
1997 (LOADLIBES): New variable.
1998 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
1999 inf-ptrace.o. Remove inftarg.o.
2000 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2001 inf-ptrace.o. Remove inftarg.o.
2002 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2003 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2004 (LOADLIBES): New variable.
2005 * Makefile.in (i386bsd_nat_h): New variable.
2006 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2007 dependencies.
2008
2009 * sparc64nbsd-tdep.c: Include "objfiles.h".
2010 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2011 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2012 svr4_lp64_fetch_link_map_offsets.
2013 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2014 "nbsd-tdep.h".
2015 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2016 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2017 svr4_lp64_fetch_link_map_offsets.
2018 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2019 dependencies.
2020
2021 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2022 * fbsd-nat.h: New file.
2023 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2024 (fbsd_nat_h): New variable.
2025 (fbsd-nat.o): New dependency.
2026
2027 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2028 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2029
2030 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2031 comment.
2032
2033 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2034
2035 * ada-exp.y (type_int): New function to add layer of abstraction
2036 around references to expression types.
2037 (type_long): Ditto.
2038 (type_long_long): Ditto.
2039 (type_float): Ditto.
2040 (type_double): Ditto.
2041 (type_long_double): Ditto.
2042 (type_char): Ditto.
2043 (type_system_address): Ditto.
2044 (simple_exp): Use type_* functions in place of builtin_*
2045 variables.
2046 (exp): Ditto.
2047 (write_var_from_name): Ditto.
2048 (write_object_renaming): Ditto.
2049 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2050 declaration.
2051 (build_ada_types): Remove, replacing with...
2052 (ada_language_arch_info): New function to initialize primitive
2053 type vector in language_arch_info.
2054 (ada_array_length): Remove use of builtin_type_ada_int.
2055 (value_pos_atr): Ditto.
2056 (ada_evaluate_subexp): Ditto.
2057 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2058 builtin_type_ada_long_long, builtin_type_ada_char,
2059 builtin_type_ada_float, builtin_type_ada_double,
2060 builtin_type_ada_long_double, builtin_type_ada_natural,
2061 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2062 (ada_builtin_types): Remove.
2063 (ada_language_defn): Remove entries for la_builtin_type_vector and
2064 string_char_type and use ada_language_arch_info.
2065 (_initialize_ada_language): Do type-vector initialization along
2066 the lines of c-lang.c.
2067 (ada_create_fundamental_type): Break up line.
2068 (ada_dump_symtab): Remove unused function.
2069 (enum ada_primitive_types): Define.
2070 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2071 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2072 builtin_type_ada_float, builtin_type_ada_double,
2073 builtin_type_ada_long_double, builtin_type_ada_natural,
2074 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2075 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2076 (processInt): Ditto.
2077 (processReal): Ditto.
2078 (name_lookup): Ditto.
2079 * ada-typeprint.c (print_range): Use builtin_type_int, not
2080 builtin_type_ada_int.
2081
2082 2004-09-18 Mark Kettenis <kettenis@gnu.org>
2083
2084 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2085
2086 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2087 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2088 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2089 * configure.in: Improve checks for curses library by checking for
2090 mvwaddstr instead of initscr. Drop HP curses in favour of
2091 standard curses on HP-UX.
2092 * configure: Regenerated.
2093
2094 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2095
2096 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2097 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2098 Minor formatting changes.
2099 (empty_array): Slight rewrite for formatting.
2100 (emit_char,parse,ada_language_defn,build_ada_types,
2101 ada_is_exception_sym, _initialize_ada_language): Move
2102 definitions around.
2103 (ada_dump_symtab): Remove unused definition.
2104 (ada_maybe_exception_partial_symbol): Remove unused definition.
2105
2106 2004-09-16 Andrew Cagney <cagney@gnu.org>
2107
2108 * inf-child.c: Include "gdb_string.h".
2109 (inf_child_core_file_to_sym_file): Delete.
2110 (inf_child_target): Set to_fetch_registers and to_store_registers.
2111 * inf-ptrace.c: Include "gdb_string.h".
2112 * Makefile.in: Update all dependencies.
2113
2114 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2115 problem.
2116
2117 2004-09-14 Joel Brobecker <brobecker@gnat.com>
2118
2119 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2120 call to heuristic_proc_desc. Remove code that became redundant
2121 as a consequence.
2122 (read_next_frame_reg): Remove special case for SP_REGNUM.
2123 (set_reg_offset): Fix small typo.
2124 (reset_saved_regs): New procedure.
2125 (mips32_heuristic_proc_desc): No longer compute a fake
2126 procedure descriptor. Compute the full frame cache instead.
2127 Some minor comment reformatting.
2128
2129 2004-09-14 Andrew Cagney <cagney@gnu.org>
2130
2131 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2132 maintainer.
2133
2134 * thread-db.c (thread_db_new_objfile): Assume that there is a
2135 child process.
2136
2137 2004-09-13 Jim Blandy <jimb@redhat.com>
2138
2139 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2140 so that its storage isn't referenced after its lifetime ends.
2141
2142 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2143 and never assigned to. Delete it, and the 'if (use_buffer)'
2144 clauses. Delete 'raw_buffer', since it is now unused.
2145
2146 2004-09-13 Andrew Cagney <cagney@gnu.org>
2147
2148 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2149 * configure: Re-generate.
2150 * nlm/Makefile.in (TAGS): Update.
2151 * Makefile.in (TAGS): Update.
2152 * config/vax/nbsd.mt (TM_FILE): Update.
2153 * config/sparc/vxworks.mt (TM_FILE): Update.
2154 * config/sparc/sol2.mt (TM_FILE): Update.
2155 * config/sparc/sol2-64.mt (TM_FILE): Update.
2156 * config/sparc/obsd64.mt (TM_FILE): Update.
2157 * config/sparc/obsd.mt (TM_FILE): Update.
2158 * config/sparc/nbsd64.mt (TM_FILE): Update.
2159 * config/sparc/nbsd.mt (TM_FILE): Update.
2160 * config/sparc/linux64.mt (TM_FILE): Update.
2161 * config/sparc/linux.mt (TM_FILE): Update.
2162 * config/sparc/fbsd.mt (TM_FILE): Update.
2163 * config/sh/wince.mt (TM_FILE): Update.
2164 * config/sh/nbsd.mt (TM_FILE): Update.
2165 * config/sh/linux.mt (TM_FILE): Update.
2166 * config/sh/embed.mt (TM_FILE): Update.
2167 * config/s390/s390.mt (TM_FILE): Update.
2168 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2169 * config/rs6000/rs6000.mt (TM_FILE): Update.
2170 * config/rs6000/aix4.mt (TM_FILE): Update.
2171 * config/powerpc/vxworks.mt (TM_FILE): Update.
2172 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2173 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2174 * config/powerpc/obsd.mt (TM_FILE): Update.
2175 * config/powerpc/nbsd.mt (TM_FILE): Update.
2176 * config/powerpc/linux.mt (TM_FILE): Update.
2177 * config/powerpc/aix.mt (TM_FILE): Update.
2178 * config/pa/obsd.mt (TM_FILE): Update.
2179 * config/pa/linux.mt (TM_FILE): Update.
2180 * config/pa/hppahpux.mt (TM_FILE): Update.
2181 * config/pa/hppa64.mt (TM_FILE): Update.
2182 * config/pa/hppa.mt (TM_FILE): Update.
2183 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2184 * config/mips/wince.mt (TM_FILE): Update.
2185 * config/mips/vxmips.mt (TM_FILE): Update.
2186 * config/mips/nbsd.mt (TM_FILE): Update.
2187 * config/mips/linux.mt (TM_FILE): Update.
2188 * config/mips/irix6.mt (TM_FILE): Update.
2189 * config/mips/irix5.mt (TM_FILE): Update.
2190 * config/mips/embed.mt (TM_FILE): Update.
2191 * config/m68k/vxworks68.mt (TM_FILE): Update.
2192 * config/m68k/st2000.mt (TM_FILE): Update.
2193 * config/m68k/os68k.mt (TM_FILE): Update.
2194 * config/m68k/obsd.mt (TM_FILE): Update.
2195 * config/m68k/nbsd.mt (TM_FILE): Update.
2196 * config/m68k/monitor.mt (TM_FILE): Update.
2197 * config/m68k/linux.mt (TM_FILE): Update.
2198 * config/m68k/cisco.mt (TM_FILE): Update.
2199 * config/ia64/linux.mt (TM_FILE): Update.
2200 * config/ia64/aix.mt (TM_FILE): Update.
2201 * config/ia64/ia64.mt (TM_FILE): Update.
2202 * config/i386/vxworks.mt (TM_FILE): Update.
2203 * config/i386/obsd64.mt (TM_FILE): Update.
2204 * config/i386/obsd.mt (TM_FILE): Update.
2205 * config/i386/nto.mt (TM_FILE): Update.
2206 * config/i386/nbsd64.mt (TM_FILE): Update.
2207 * config/i386/nbsd.mt (TM_FILE): Update.
2208 * config/i386/linux64.mt (TM_FILE): Update.
2209 * config/i386/linux.mt (TM_FILE): Update.
2210 * config/i386/i386sol2.mt (TM_FILE): Update.
2211 * config/i386/i386lynx.mt (TM_FILE): Update.
2212 * config/i386/fbsd64.mt (TM_FILE): Update.
2213 * config/i386/fbsd.mt (TM_FILE): Update.
2214 * config/i386/cygwin.mt (TM_FILE): Update.
2215 * config/h8300/h8300.mt (TM_FILE): Update.
2216 * config/frv/frv.mt (TM_FILE): Update.
2217 * config/cris/cris.mt (TM_FILE): Update.
2218 * config/arm/wince.mt (TM_FILE): Update.
2219 * config/arm/nbsd.mt (TM_FILE): Update.
2220 * config/arm/linux.mt (TM_FILE): Update.
2221 * config/arm/embed.mt (TM_FILE): Update.
2222 * config/alpha/nbsd.mt (TM_FILE): Update.
2223 * config/alpha/fbsd.mt (TM_FILE): Update.
2224 * config/alpha/alpha.mt (TM_FILE): Update.
2225 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
2226 * config/alpha/alpha-linux.mt (TM_FILE): Update.
2227
2228 Eliminate event_loop_p, always has the value 1.
2229 * defs.h (event_loop_p): Delete macro.
2230 * breakpoint.c (until_break_command): Simplify.
2231 * utils.c (prompt_for_continue): Simplify.
2232 * tracepoint.c (read_actions): Simplify.
2233 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
2234 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
2235 (set_prompt, init_main): Simplify.
2236 (init_signals, disconnect): Delete, unused.
2237 * remote.c (remote_async_resume)
2238 (extended_remote_async_create_inferior): Simplify.
2239 * mi/mi-interp.c (mi_input): Delete, unused.
2240 (mi_interpreter_resume, mi_command_loop): Simplify.
2241 * interps.c (current_interp_command_loop): Simplify.
2242 * infrun.c (proceed): Simplify.
2243 * infcmd.c (run_command, continue_command, step_1, jump_command)
2244 (until_command, advance_command, finish_command)
2245 (interrupt_target_command): Simplify.
2246 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
2247
2248 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2249 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2250 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2251 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2252 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2253 * mips-tdep.c (mips_dump_tdep): Do not print same.
2254
2255 2004-09-12 Andrew Cagney <cagney@gnu.org>
2256
2257 * valprint.c (print_longest): Use fputs_filtered. Make "val"
2258 const.
2259 * Makefile.in (valprint.o): Delete explict rule.
2260
2261 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
2262 reported by Dave Anderson.
2263
2264 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
2265
2266 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
2267
2268 2004-09-12 Salvador E. Tropea <set@users.sf.net>
2269 Andrew Cagney <cagney@gnu.org>
2270
2271 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
2272 (mi_cmd_data_list_register_values)
2273 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
2274 the register number computation.
2275
2276 2004-09-12 Andrew Cagney <cagney@gnu.org>
2277
2278 * ppcnbsd-nat.c: Include "inf-ptrace.h".
2279 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
2280 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
2281 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
2282 target.
2283 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
2284 inf-ptrace.o and inf-child.o.
2285 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
2286 * Makefile.in: Update dependencies.
2287
2288 2004-09-11 Andrew Cagney <cagney@gnu.org>
2289
2290 * language.c (hex_string, hex_string_custom): Move from here ...
2291 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
2292 (CELLSIZE): Increase to 50.
2293 * language.h (hex_string, hex_string_custom): Move from here ...
2294 * defs.h: ... to here.
2295 * Makefile.in: Update all dependencies.
2296
2297 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
2298
2299 * language.c (local_hex_format_custom): Remove.
2300 (local_hex_string): Rename to hex_string, use C format, and move to
2301 utils.c
2302 (local_hex_string_custom): Rename to hex_string_custom and change
2303 interface. Now uses C format. Move to utils.c
2304 (local_octal_format_custom): Remove.
2305 (local_decimal_format_custom): Remove.
2306 (unknown_language_defn): Remove language-specific number
2307 formatting entries.
2308 (auto_language_defn): Ditto.
2309 (local_language_defn): Ditto.
2310 * language.h (struct language_format_info): Delete declaration.
2311 (struct language_defn): Remove language_format_info fields
2312 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
2313 (local_binary_format): Remove macro.
2314 (local_binary_format_prefix): Remove macro.
2315 (local_binary_format_specifier): Remove macro.
2316 (local_binary_format_suffix): Remove macro.
2317 (local_octal_format): Remove macro.
2318 (local_octal_format_prefix): Remove macro.
2319 (local_octal_format_specifier): Remove macro.
2320 (local_octal_format_suffix): Remove macro.
2321 (local_decimal_format): Remove macro.
2322 (local_decimal_format_prefix): Remove macro.
2323 (local_decimal_format_specifier): Remove macro.
2324 (local_decimal_format_suffix): Remove macro.
2325 (local_hex_format): Remove macro.
2326 (local_hex_format_prefix): Remove macro.
2327 (local_hex_format_specifier): Remove macro.
2328 (local_hex_format_suffix): Remove macro.
2329 (local_decimal_format_custom): Remove.
2330 (local_octal_format_custom): Remove.
2331 (local_hex_format_custom): Remove.
2332 (local_hex_string): Rename to hex_string and move to defs.h.
2333 (local_hex_string_custom): Rename to hex_string_custom, change
2334 interface, and move to defs.h.
2335 * utils.c: (int_string): New function.
2336 (hex_string): New function (from language.c).
2337 (hex_string_custom): New function (from language.c).
2338 (octal2str): New function.
2339 (decimal2str): Add width parameter.
2340 (paddr_u): Use new decimal2str interface.
2341 (paddr_d): Ditto.
2342 * defs.h (hex_string): Declare.
2343 (hex_string_custom): Declare.
2344 (int_string): Declare.
2345 * printcmd.c (print_scalar_formatted): Remove localized binary
2346 formatting.
2347 * valprint.c (print_longest): Use int_string.
2348 (print_floating): Use C hex format.
2349 (print_hex_chars): Ditto.
2350 (print_binary_chars): Remove language-specific formatting.
2351 (print_octal_chars): Use C octal format.
2352 (print_decimal_chars): Delocalize format.
2353 (print_decimal): Remove.
2354 * ada-lang.c (ada_language_defn): Remove language-specific number
2355 formatting entries.
2356 * p-lang.c (pascal_language_defn): Ditto.
2357 * c-lang.c (c_language_defn): Ditto.
2358 (cplus_language_defn): Ditto.
2359 (asm_language_defn): Ditto.
2360 (minimal_language_defn): Ditto.
2361 * f-lang.c (f_language_defn): Ditto.
2362 * jv-lang.c (java_language_defn): Ditto.
2363 * m2-lang.c (m2_language_defn): Ditto.
2364 * scm-lang.c (scm_language_defn): Ditto.
2365 * objc-lang.c (objc_language_defn): Ditto.
2366 * memattr.c (mem_info_command): Use renamed hex_string_custom with
2367 new interface.
2368 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
2369 * ui-out.c (ui_out_field_core_addr): Ditto.
2370 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
2371 * exec.c (print_section_info): Ditto.
2372 * i387-tdep.c (print_i387_status_word): Ditto.
2373 (print_i387_control_word): Ditto.
2374 (i387_print_float_info): Ditto.
2375 * maint.c (maint_print_section_info): Ditto.
2376 * solib.c (info_sharedlibrary_command): Ditto.
2377 * somsolib.c (som_sharedlibrary_info_command): Ditto.
2378 * symtab.c (print_msymbol_info): Ditto.
2379 * tracepoint.c (tracepoints_info): Ditto.
2380 * solib-frv.c (lm_base): Ditto.
2381 (frv_current_sos): Ditto.
2382 (enable_break2): Ditto.
2383 (enable_break): Ditto.
2384 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
2385 (process_one_symbol): Ditto.
2386 * infcmd.c (program_info): Ditto.
2387 * mdebugread.c (parse_partial_symbols): Ditto.
2388 * symfile.c (add_symbol_file_command): Ditto.
2389 * cli/cli-cmds.c (edit_command): Ditto.
2390 (list_command): Ditto.
2391 * infcall.c (call_function_by_hand): Ditto.
2392 * remote-vx.c (vx_run_files_info): Ditto.
2393 (vx_wait): Ditto.
2394 (vx_attach): Ditto.
2395 (vx_detach): Ditto.
2396 (vx_kill): Ditto.
2397 * aix-thread.c (pdc_symbol_addrs): Ditto.
2398 (pdc_read_regs): Ditto.
2399 (pdc_write_regs): Ditto.
2400 (pdc_read_data): Ditto.
2401 (pdc_write_data): Ditto.
2402 * d10v-tdep.c (display_trace): Ditto.
2403 * rs6000-nat.c (find_toc_address): Ditto.
2404 * aix-thread.c: Don't include language.h.
2405 * buildsym.c: Ditto.
2406 * dbxread.c: Ditto.
2407 * mdebugread.c: Ditto.
2408 * rs6000-nat.c: Ditto.
2409 * buildsym.c (make_blockvector): Use renamed hex_string.
2410
2411 2004-09-10 Jason Molenda (jmolenda@apple.com)
2412
2413 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
2414 chars after 'if' or 'while' commands in user-defined commands.
2415
2416 2004-09-08 Jim Blandy <jimb@redhat.com>
2417
2418 Fix bug reported and analyzed by Olivier Crete:
2419 * symfile.c (copy_section_addr_info): New function.
2420 (symbol_file_add_with_addrs_or_offsets): Use it to save the
2421 original set of address arguments, instead of handwritten code
2422 that uses one length to allocate and a different length to
2423 initialize. Use make_cleanup_free_section_addr_info.
2424 * symfile.h (copy_section_addr_info): New declaration.
2425 * utils.c: #include "symfile.h".
2426 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
2427 New functions.
2428 * defs.h (make_cleanup_free_section_addr_info): New declaration.
2429 * Makefile.in (utils.o): Update dependencies.
2430
2431 2004-09-08 Andrew Cagney <cagney@gnu.org>
2432
2433 * thread-db.c (keep_thread_db): Delete.
2434 (thread_db_new_objfile, thread_db_create_inferior)
2435 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
2436
2437 2004-09-08 Mark Kettenis <kettenis@gnu.org>
2438
2439 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
2440 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
2441 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
2442 (i386_frameless_signal_p): Remove prototype.
2443 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
2444 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
2445 I386_SSE_NUM_REGS.
2446 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
2447 instead of FP0_REGNUM.
2448 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
2449 of FP0_REGNUM and FPC_REGNUM.
2450
2451 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
2452 (sunos_solib_create_inferior_hook): Don't call
2453 sunos_relocate_main_executable.
2454
2455 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
2456 solib_svr4_fetch_link_map_offsets to
2457 svr4_ilp32_fetch_link_map_offsets.
2458 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
2459 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
2460 svr4_ilp32_fetch_link_map_offsets.
2461 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
2462
2463 2004-09-07 Jim Blandy <jimb@redhat.com>
2464
2465 * frame.h (frame_register): Doc fix.
2466
2467 2004-09-07 Andrew Cagney <cagney@gnu.org>
2468
2469 * vx-share/wait.h: Delete #ifdef USG.
2470 * utils.c (request_quit): Ditto.
2471 * tui/tui.c (tui_reset): Ditto.
2472 * remote.c: Ditto.
2473 * remote-sds.c: Ditto.
2474 * remote-rdi.c: Ditto.
2475 * mdebugread.c: Ditto.
2476 * m68klinux-nat.c: Ditto.
2477 * infttrace.c: Ditto.
2478 * infptrace.c: Ditto.
2479 * i386v-nat.c: Ditto.
2480 * exec.c: Ditto.
2481 * dbxread.c: Ditto.
2482 * core-aout.c: Ditto.
2483
2484 2004-09-05 Joel Brobecker <brobecker@gnat.com>
2485
2486 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
2487 heuristic_proc_desc.
2488 (mips_insn32_frame_cache): Likewise.
2489
2490 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2491
2492 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
2493 left behind by error.
2494
2495 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2496
2497 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
2498 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
2499
2500 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2501
2502 * config/rs6000/xm-aix4.h: Remove this file.
2503 * config/rs6000/aix4.mh (XM_FILE): Delete.
2504
2505 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2506
2507 * config/rs6000/xm-rs6000.h: Remove this file.
2508 * config/rs6000/rs6000.mh (XM_FILE): Remove.
2509
2510 2004-09-03 Andrew Cagney <cagney@gnu.org>
2511
2512 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
2513 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
2514 only use.
2515
2516 * mips-tdep.c (temp_saved_regs): Delete.
2517 (set_reg_offset): Replace saved_regs parameter with this_cache.
2518 (heuristic_proc_desc, mips16_heuristic_proc_desc)
2519 (mips32_heuristic_proc_desc): Add this_cache parameter.
2520 (mips_insn32_frame_cache, mips_insn16_frame_cache)
2521 (after_prologue): Pass a NULL this_cache.
2522
2523 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
2524 non-kernel trap prologues.
2525
2526 * mips-tdep.c (find_proc_desc): Delete function.
2527 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
2528 simplify.
2529 (mips_insn16_frame_cache): Replace find_proc_desc with code from
2530 mips_insn32_frame_cache.
2531
2532 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
2533 Simplify as NEXT_FRAME is NULL.
2534 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
2535
2536 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
2537 local variable.
2538 (mips_skip_prologue): Update.
2539
2540 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
2541 "cur_frame" parameter.
2542 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
2543 (mips_insn32_frame_cache, find_proc_desc): Update
2544
2545 * config/vax/nm-obsd.h: Delete file.
2546 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2547 * config/vax/nm-nbsd.h: Delete file.
2548 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
2549 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2550 * config/sh/nm-nbsd.h: Delete file.
2551 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2552 * config/rs6000/nm-rs6000ly.h: Delete file.
2553 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
2554 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2555 * config/powerpc/nm-obsd.h: Delete file.
2556 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2557 * config/powerpc/nm-nbsd.h: Delete file.
2558 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2559 * config/pa/nm-obsd.h: Delete file.
2560 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2561 * config/mips/nm-nbsd.h: Delete file.
2562 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2563 * config/m88k/nm-obsd.h: Delete file.
2564 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2565 * config/m68k/nm-nbsd.h: Delete file.
2566 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
2567 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2568 * config/i386/nm-nbsd.h: Delete file.
2569 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
2570 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2571 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2572 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2573 * config/i386/nm-i386lynx.h: Delete file.
2574 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2575 * config/arm/nm-nbsd.h: Delete file.
2576 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
2577 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2578
2579 * config/i386/tm-fbsd.h: Delete file.
2580 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
2581 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
2582
2583 * config/rs6000/tm-rs6000-aix4.h: Delete file.
2584 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
2585 * config/rs6000/aix4.mt (TM_FILE): Set to
2586 config/rs6000/tm-rs6000.h.
2587 * config/powerpc/tm-ppc-aix.h: Delete file.
2588 * config/powerpc/aix.mt (TM_FILE): Set to
2589 config/rs6000/tm-rs6000.h.
2590 * config/m68k/tm-linux.h: Delete file.
2591 * config/m68k/linux.mt (TM_FILE): Set to solib.h
2592 * config/i386/tm-linux64.h: Delete file.
2593 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
2594 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
2595
2596 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2597 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
2598 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
2599 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2600 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
2601 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
2602 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
2603 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2604 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2605
2606 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
2607 gdb_host_cpu.
2608
2609 2004-09-02 Joel Brobecker <brobecker@gnat.com>
2610
2611 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
2612 Minor reformatting. Some code factoring.
2613
2614 2004-09-02 Andrew Cagney <cagney@gnu.org>
2615
2616 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
2617 * config/vax/tm-nbsd.h: Delete file.
2618 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2619 * config/sparc/tm-vxworks.h: Delete file.
2620 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
2621 * config/sparc/tm-nbsd.h: Delete file.
2622 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
2623 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
2624 * config/sparc/tm-linux.h: Delete file.
2625 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
2626 * config/s390/tm-linux.h: Delete file.
2627 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
2628 * config/pa/tm-bsd.h: Delete file.
2629 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
2630 * config/m68k/tm-obsd.h: Delete file.
2631 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
2632 * config/m68k/tm-nbsd.h: Delete file.
2633 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2634 * config/i386/tm-vxworks.h: Delete file.
2635 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
2636 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
2637 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
2638 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
2639 * config/i386/tm-nbsd.h: Delete file.
2640 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
2641 * config/i386/tm-i386lynx.h: Delete file.
2642 * config/cris/cris.mt (TM_FILE): Set to solib.h.
2643 * config/cris/tm-cris.h: Delete file.
2644
2645 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
2646 * configure: Re-generate.
2647 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
2648 * config/arm/tm-nbsd.h: Delete file.
2649
2650 * config/powerpc/tm-ppcle-sim.h: Delete.
2651 * config/powerpc/tm-ppcle-eabi.h: Delete.
2652 * config/powerpc/tm-nbsd.h: Delete.
2653 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
2654 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
2655 tm-ppcle-eabi.h.
2656
2657 * config/i386/nto.mh (NAT_FILE): Delete.
2658 * config/i386/nm-nto.h: Delete.
2659
2660 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
2661 * config/m68k/tm-os68k.h: Ditto.
2662 * config/m68k/tm-monitor.h: Ditto.
2663 * config/m68k/tm-cisco.h: Ditto.
2664 * config/m68k/st2000.mt (TM_FILE): Delete.
2665 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
2666 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
2667 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
2668 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
2669
2670 * config/m68k/tm-st2000.h: Delete.
2671 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
2672 * config/sparc/fbsd.mt (TM_FILE): Delete.
2673 * config/sparc/tm-fbsd.h: Delete.
2674
2675 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
2676 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
2677 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
2678
2679 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
2680 GDB_TM_FILE and GDB_XM_FILE.
2681 * gdbarch.c: Re-generate.
2682 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
2683 quotes in macro definition.
2684 * configure.in: Re-generate.
2685
2686 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
2687 validating architecture methods.
2688 * gdbarch.c: Re-generate.
2689
2690 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
2691 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
2692 GDB_MULTI_ARCH_PARTIAL.
2693 * gdbarch.h: Re-generate.
2694
2695 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
2696 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
2697 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
2698 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
2699 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
2700 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
2701 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
2702 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
2703 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
2704 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
2705 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
2706 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
2707
2708 2004-09-01 Andrew Cagney <cagney@gnu.org>
2709
2710 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
2711 and main_func_highpc.
2712 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
2713 * objfiles.c (init_entry_point_info, objfile_relocate): Update
2714 * nlmread.c (nlm_symfile_read): Update.
2715
2716 2004-09-01 Joel Brobecker <brobecker@gnat.com>
2717
2718 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
2719 (mips_insn32_frame_cache): Inline call to find_proc_desc.
2720 (find_proc_desc): Remove dead code.
2721
2722 2004-09-01 Joel Brobecker <brobecker@gnat.com>
2723
2724 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
2725
2726 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2727
2728 * observer.sh: Add struct so_list declaration.
2729 * Makefile.in: Add dependencies on observer.h for solib.c and
2730 breakpoint.c.
2731 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
2732 function.
2733 (_initialize_breakpoint): Register
2734 disable_breakpoints_in_unloaded_shlib as an observer of the
2735 "solib unloaded" observation event.
2736 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
2737 call decode_line_1 so unfound breakpoint errors are silent.
2738 * solib.c (update_solib_list): When a solib is discovered to have
2739 been unloaded by the program, notify all observers of the
2740 "solib unloaded" observation event.
2741
2742 2004-09-01 Andrew Cagney <cagney@gnu.org>
2743
2744 * frame.c: Include "objfiles.h".
2745 (inside_main_func): New function.
2746 (get_prev_frame): Use new inside_main_func.
2747 * Makefile.in (frame.o): Update dependencies.
2748 * defs.h (inside_main_func): Delete declaration.
2749 * blockframe.c (inside_main_func): Delete function.
2750
2751 2004-08-31 Jim Blandy <jimb@redhat.com>
2752
2753 * dwarf2read.c (is_vtable_name): New function, based on logic from
2754 read_structure_type, but passing the correct length to strncmp,
2755 and using 'sizeof' instead of 'strlen'.
2756 (read_structure_type): Call it.
2757
2758 2004-08-31 Joel Brobecker <brobecker@gnat.com>
2759
2760 * config/powerpc/aix.mh: Add comment.
2761
2762 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
2763
2764 * MAINTAINERS: Add self to Write-After-Approval.
2765
2766 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
2767
2768 * MAINTAINERS: Add self to Write-After-Approval.
2769
2770 2004-08-30 Andrew Cagney <cagney@gnu.org>
2771
2772 Fix PR breakpoints/1757.
2773 * infrun.c (struct execution_control_state): Replace
2774 remove_breakpoints_on_following_step with
2775 step_after_step_resume_breakpoint.
2776 (init_execution_control_state): Update.
2777 (handle_inferior_event): For signals, when stepping off a
2778 breakpoint, set step_after_step_resume_breakpoint. When
2779 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
2780 (keep_going): Delete code handling
2781 remove_breakpoints_on_following_step.
2782
2783 2004-08-29 David Lecomber <david@streamline-computing.com>
2784
2785 Fix PR gdb/648
2786 * language.h (enum array_ordering): New enum.
2787 * language.h (struct language_defn): New la_array_ordering
2788 attribute.
2789 * language.c (unknown_language_defn, auto_language_defn)
2790 (local_language_defn): Ditto.
2791 * ada-lang.c (ada_language_defn): Ditto.
2792 * c-lang.c (c_language_defn, cplus_language_defn)
2793 (asm_language_defn, minimal_language_defn): Ditto.
2794 * f-lang.c (f_language_defn): Ditto.
2795 * jv-lang.c (java_language_defn): Ditto.
2796 * m2-lang.c (f_language_defn): Ditto.
2797 * objc-lang.c (objc_language_defn): Ditto.
2798 * p-lang.c (pascal_language_defn): Ditto.
2799 * scm-lang.c (scm_language_defn): Ditto.
2800 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
2801 oriented large to small in type structure.
2802 * dwarf2read.c (read_array_order): New function.
2803 (read_array_type): Use read_array_order to check row/column
2804 major ordering.
2805
2806 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
2807
2808 * target.c (target_resize_to_sections): Check
2809 current_target.to_sections for an old value when updating.
2810
2811 2004-08-27 Joel Brobecker <brobecker@gnat.com>
2812
2813 * procfs.c (dbx_link_bpt_addr): New static global variable.
2814 (dbx_link_shadow_contents): New static global variable.
2815 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
2816 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
2817 if we just hit it.
2818 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
2819 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
2820 from run to run.
2821 (procfs_create_inferior): Remove syssgi syscall-exit notifications
2822 after the inferior has been forked.
2823 (remove_dbx_link_breakpoint): New function.
2824 (dbx_link_addr): New function.
2825 (insert_dbx_link_bpt_in_file): New function.
2826 (insert_dbx_link_bpt_in_region): New function.
2827 (insert_dbx_link_breakpoint): New function.
2828 (proc_trace_syscalls_1): New function, extracted from
2829 proc_trace_syscalls.
2830 (proc_trace_syscalls): Replace extract code by call to
2831 proc_trace_syscalls_1.
2832 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
2833 is no longer valid.
2834
2835 2004-08-25 Jim Blandy <jimb@redhat.com>
2836
2837 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
2838
2839 2004-08-25 Andrew Cagney <cagney@gnu.org>
2840
2841 * infrun.c (struct execution_control_state): Delete field
2842 "stepping_through_sigtramp".
2843 (init_execution_control_state): Do not set same.
2844 (context_switch): Do not pass same to save_infrun_state and
2845 load_infrun_state.
2846 * gdbthread.h (struct thread_info): Delete field
2847 stepping_through_sigtramp.
2848 (save_infrun_state, load_infrun_state): Delete parameter
2849 stepping_through_sigtramp.
2850 * thread.c (load_infrun_state, save_infrun_state): Update.
2851
2852 * infrun.c: Re-indent. Move expression operators to the beginning
2853 of the line. Remove long disabled #if 0 code.
2854
2855 2004-08-24 Andrew Cagney <cagney@gnu.org>
2856
2857 * doublest.h (floatformat_ieee_quad): Rename
2858 floatformat_ia64_quad.
2859 * doublest.c (floatformat_ieee_quad): Rename
2860 floatformat_ia64_quad.
2861 (_initialize_doublest): Update.
2862
2863 2004-08-24 Jim Blandy <jimb@redhat.com>
2864
2865 * dwarf2expr.h (struct dwarf_expr_context): New members
2866 'num_pieces' and 'pieces', for returning the result of an
2867 expression that uses DW_OP_piece.
2868 (struct dwarf_expr_piece): New struct type.
2869 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
2870 pieces.
2871 (free_dwarf_expr_context): Free pieces, if any.
2872 (add_piece): New function.
2873 (execute_stack_op): Implement DW_OP_piece.
2874 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
2875 expression is a list of pieces, print an error message.
2876 (dwarf2_loc_desc_needs_frame): If the expression yields
2877 pieces, and any piece is in a register, then we need a frame.
2878
2879 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
2880 the stack until we've decided what sort of result the evaluation
2881 has produced. Use separate variables, with more specific names.
2882
2883 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
2884
2885 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
2886 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
2887 (arm_netbsd_init_abi_common): Register them.
2888
2889 2004-08-22 Mark Kettenis <kettenis@gnu.org>
2890
2891 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
2892
2893 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
2894 safe_frame_unwind_memory instead of target_read_memory.
2895
2896 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
2897 Reorder includes.
2898 (fetch_register, store_register): Remove prototypes.
2899 (child_resume): Reorganize code and comments such that it is
2900 grouped a bit more logically.
2901 (attach): Explicitly compare errno against 0.
2902 (detach): Likewise. Use perror_with_name instead of
2903 print_sys_errmsg.
2904 * Makefile.in (infptrace.o): Update dependencies.
2905
2906 * ia64-linux-nat.c: Update copyright year.
2907 (fetch_debug_register, store_debug_register)
2908 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
2909 PTRACE_TYPE_ARG3.
2910 * config/ia64/nm-linux.h: Update copyright year.
2911 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
2912
2913 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
2914 from CORE_ADDR to struct frame_info *. Use
2915 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
2916 (amd64_linux_sigtramp_p): Adjust for changed signature of
2917 and64_linux_sigtramp_start
2918
2919 * gdb_ptrace.h: GNU/Linux.
2920
2921 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2922 Remove defines.
2923
2924 * infptrace.c: Include "gdb_assert.h".
2925 (PTRACE_XFER_TYPE): Remove define.
2926 (offsetof): Only define if U_REGS_OFFSET isn't defined.
2927 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
2928 Tweak comment.
2929 (fetch_inferior_registers, store_inferior_registers): Remove
2930 redundant culry braces. Tweak comment. s/regno/regnum.
2931 * Makefile.in (infptrace.o): Update dependencies.
2932
2933 * configure.in: Change test for return type of ptrace to default
2934 to `long' instead of `int'.
2935 * configure: Regenerate.
2936
2937 2004-08-21 Mark Kettenis <kettenis@gnu.org>
2938
2939 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
2940
2941 * configure.in: Check for ttrace function.
2942 * configure, config.in: Regenerate.
2943
2944 * gdb_ptrace.h: New file.
2945 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
2946 <sys/ptrace.h>.
2947 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
2948 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
2949 (attach): Don't define PT_ATTACH.
2950 (detach): Don't define PT_DETACH.
2951 * Makefile.in (gdb_ptrace_h): New variable.
2952 (infptrace.o): Update dependencies.
2953
2954 2004-08-16 Mark Kettenis <kettenis@gnu.org>
2955
2956 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
2957 instead of `int' if not already defined.
2958 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
2959 PTRACE_TYPE_ARG3.
2960 * infptrace.c (call_ptrace): Revert change that replaced
2961 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2962
2963 2004-08-15 Mark Kettenis <kettenis@gnu.org>
2964
2965 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2966 Remove defines.
2967
2968 * linux-nat.c (kill_inferior): Add missing third and fourth
2969 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
2970
2971 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
2972 PTRACE_TYPE_RET.
2973
2974 * proc-why.c (proc_prettyfprint_why): Fix format string.
2975
2976 * solib-osf.c (osf_current_sos): Remove unsused label.
2977
2978 * configure.in: Add <ncurses/ncurses.h> to the list of possible
2979 curses headers.
2980 * configure, config.in: Regenerate.
2981 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
2982 <ncurses/ncurses.h>.
2983
2984 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
2985 * config/nm-nbsd.h: Update copyright year.
2986 (PTRACE_ARG3_TYPE): Remove define.
2987
2988 * sparc-nat.c (fetch_inferior_registers)
2989 (store_inferior_registers, sparc_xfer_wcookie):
2990 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2991
2992 * alphabsd-nat.c (fetch_inferior_registers):
2993 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2994 PTRACE_TYPE_ARG3.
2995 * amd64bsd-nat.c (fetch_inferior_registers)
2996 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2997 PTRACE_TYPE_ARG3.
2998 * armnbsd-nat.c: Update copyright year.
2999 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3000 (store_register, store_regs, store_fp_register, store_fp_regs):
3001 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3002 * hppabsd-nat.c (fetch_inferior_registers)
3003 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3004 PTRACE_TYPE_ARG3.
3005 * i386bsd-nat.c (fetch_inferior_registers)
3006 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3007 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3008 * m68kbsd-nat.c (fetch_inferior_registers)
3009 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3010 PTRACE_TYPE_ARG3.
3011 * m88kbsd-nat.c (fetch_inferior_registers)
3012 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3013 PTRACE_TYPE_ARG3.
3014 * mipsnbsd-nat.c: Update copyright year.
3015 (fetch_inferior_registers, store_inferior_registers):
3016 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3017 * ns32knbsd-nat.c: Update copyright year.
3018 (fetch_inferior_registers, store_inferior_registers):
3019 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3020 * ppcnbsd-nat.c (fetch_inferior_registers):
3021 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3022 PTRACE_TYPE_ARG3.
3023 * ppcobsd-nat.c (fetch_inferior_registers):
3024 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3025 PTRACE_TYPE_ARG3.
3026 * shnbsd-nat.c: Update copyright year.
3027 (fetch_inferior_registers, store_inferior_registers):
3028 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3029 * vaxbsd-nat.c (fetch_inferior_registers)
3030 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3031 PTRACE_TYPE_ARG3.
3032
3033 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3034 PTRACE_TYPE_ARG3.
3035 * infptrace.c (call_ptrace, child_resume, attach, detach)
3036 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3037 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3038 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3039 PTRACE_TYPE_ARG3.
3040
3041 2004-08-14 Mark Kettenis <kettenis@gnu.org>
3042
3043 * defs.h: Remove out-of-date comment.
3044 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3045 [!GETENV_PROVIDED] (getenv): Remove prototype.
3046
3047 * standalone.c: Remove file.
3048 * Makefile.in (standalone.o): Remove dependency.
3049
3050 * i386-linux-nat.c (dummy_sse_values): Remove function and
3051 prototype.
3052 (i386_linux_dr_get): Fix typo in comment.
3053 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3054
3055 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3056
3057 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3058 from declaration.
3059 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3060 from definition.
3061
3062 2004-08-13 Mark Kettenis <kettenis@gnu.org>
3063
3064 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3065 parenthesis in definition.
3066 * configure: Regenerated.
3067
3068 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3069
3070 * PROBLEMS: Mention build/1411.
3071
3072 2004-08-09 Robert Millan <robertmh@gnu.org>
3073
3074 Committed by Nathanael Nerode.
3075 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3076 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3077
3078 2004-08-12 Andrew Cagney <cagney@gnu.org>
3079
3080 * NEWS: Mention fixes in GDB 6.2.1.
3081 * PROBLEMS: Remove mention of mips-irix.
3082
3083 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3084
3085 * config/powerpc/xm-aix.h: Delete.
3086 * config/powerpc/aix.mh (MH_FILE): Remove.
3087 * config/powerpc/aix432.mh (MH_FILE): Remove.
3088
3089 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3090
3091 * config/powerpc/aix.mh: Remove obsolete comment.
3092 * config/powerpc/aix432.mh: Likewise.
3093
3094 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3095
3096 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3097
3098 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3099
3100 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3101 this file is now empty.
3102 * config/xm-aix4.h: Remove, this file is no longer included
3103 anywhere.
3104
3105 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3106
3107 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3108 that file is now empty.
3109 (termdef): Remove prototype, function no longer used.
3110
3111 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3112
3113 * doc/gdbint.texinfo (Host Definition): Remove documentation
3114 for USE_O_NOCTTY, no longer used.
3115 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3116 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3117
3118 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3119
3120 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3121 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3122 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3123
3124 2004-08-11 Mark Kettenis <kettenis@gnu.org>
3125
3126 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3127 instead of FIVE_ARG_PTRACE.
3128
3129 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3130 (new_tty): Use O_NOCTTY unconditionally.
3131
3132 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3133
3134 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3135 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3136 fflush on stdout.
3137
3138 2004-08-10 Joel Brobecker <brobecker@gnat.com>
3139
3140 * xcoff_symfile_finish: Replace last call to xmfree by call
3141 to xfree.
3142
3143 2004-08-10 Andrew Cagney <cagney@gnu.org>
3144
3145 * main.c (captured_main): Delete call to init_malloc.
3146 * defs.h (init_malloc): Delete declaration.
3147 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3148 (init_malloc): Delete functions.
3149
3150 * defs.h (xmfree): Delete.
3151 * utils.c (xmfree): Delete function.
3152 (xfree): Inline calls to xmfree and mfree.
3153 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3154 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3155 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3156 * somread.c (som_symfile_finish): Ditto.
3157 * objfiles.c (allocate_objfile, free_objfile):
3158 * nlmread.c (nlm_symfile_finish): Ditto.
3159 * hpread.c (hpread_symfile_finish): Ditto.
3160 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3161 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3162 * coffread.c (coff_symfile_finish): Ditto.
3163
3164 * defs.h (xmcalloc): Delete declaration.
3165 * utils.c (xmcalloc): Delete.
3166 (xcalloc): Inline calls to xmcalloc and mcalloc.
3167 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3168 xcalloc and xfree.
3169 * symtab.c (create_demangled_names_hash): Ditto.
3170
3171 * defs.h (xmrealloc): Delete.
3172 * utils.c (xmrealloc): Delete.
3173 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3174 * symmisc.c (extend_psymbol_list): Use xrealloc.
3175 * source.c (find_source_lines): Ditto.
3176 * hpread.c (hpread_lookup_type): Ditto.
3177 * dbxread.c (add_bincl_to_list): Ditto.
3178
3179 * utils.c (xmmalloc): Delete.
3180 (xmalloc): Inline xmmalloc and mmalloc calls.
3181 (msavestring): Use xmalloc.
3182 * defs.h (xmmalloc): Delete declaration.
3183 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3184 xmmalloc.
3185 * symmisc.c (extend_psymbol_list): Ditto.
3186 * symfile.c (init_psymbol_list): Ditto.
3187 * source.c (find_source_lines): Ditto.
3188 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3189 * elfread.c (elf_symtab_read): Ditto.
3190 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3191 * coffread.c (coff_symfile_init): Ditto.
3192
3193 2004-08-10 David Carlton <carlton@bactrian.org>
3194
3195 * MAINTAINERS: Remove David Carlton from c++ testsuite
3196 maintainers.
3197
3198 2004-08-10 Jerome Guitton <guitton@gnat.com>
3199
3200 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
3201 print a line feed before the prompt.
3202
3203 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3204
3205 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
3206
3207 2004-08-09 Joel Brobecker <brobecker@gnat.com>
3208
3209 General cleanup of the AIX xm include file:
3210 * config/xm-aix4.h (fd_set): Remove undefine.
3211 Remove include of <sys/select.h>.
3212 (HAVE_TERMIO): Remove define.
3213 (USG): Likewise.
3214 (NULL): Remove redefine.
3215 (alloca): Remove #pragma.
3216 (vfork): Remove define.
3217 (termdef): Remove.
3218 (SIGWINCH_HANDLER): Remove.
3219 (SIGWINCH_HANDLER_BODY): Remove.
3220
3221 2004-08-09 Mark Kettenis <kettenis@gnu.org>
3222
3223 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
3224 GDB_OSABI_OPENBSD_ELF.
3225
3226 2004-08-07 Robert Millan <robertmh@gnu.org>
3227
3228 * bsd-kvm.c: Check for nlist.h before including it.
3229
3230 2004-08-09 Mark Kettenis <kettenis@gnu.org>
3231
3232 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
3233 sigcontext' offset consistency checks for ancient BSD.
3234
3235 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
3236
3237 * configure.in: Check for <sys/types.h>. Check return and
3238 argument types of ptrace.
3239 * configure, config.in: Regenerate.
3240
3241 2004-08-09 Jim Blandy <jimb@redhat.com>
3242
3243 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
3244 rs6000_register_sim_regno): Doc fixes.
3245
3246 2004-08-08 Joel Brobecker <brobecker@gnat.com>
3247
3248 * mips-tdep.c: Include "floatformat.h".
3249 (n32n64_floatformat_always_valid): New function.
3250 (floatformat_n32n64_long_double_big): New constant.
3251 (mips_gdbarch_init): Set size and format of long double
3252 for N32 and N64 ABIs.
3253 * Makefile.in (mips-tdep.o): Update dependencies.
3254
3255 2004-08-08 Andrew Cagney <cagney@gnu.org>
3256
3257 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
3258 print. Improve script's error messages.
3259 * gdbarch.h: Re-generate.
3260
3261 * gdbarch.sh (pformat): New function.
3262 (float_format, double_format, long_double_format): List with bit
3263 members. Use pformat when printing.
3264 * gdbarch.c, gdbarch.h: Re-generate.
3265
3266 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
3267
3268 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
3269 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
3270 (ppcnbsd_supply_pcb): New function.
3271 (_initialize_ppcnbsd_nat): New prototype and function.
3272 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3273 (LOADLIBES): New variable.
3274 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
3275
3276 2004-08-08 Andrew Cagney <cagney@gnu.org>
3277
3278 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
3279 (builtin_type_ieee_double, builtin_type_ia64_quad)
3280 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
3281 BE/LE floating-point types.
3282 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
3283 (builtin_type_ieee_double, builtin_type_ia64_quad)
3284 (builtin_type_ia64_spill): Declare.
3285 * doublest.c (_initialize_doublest, floatformat_ieee_single)
3286 (floatformat_ieee_double, floatformat_arm_ext)
3287 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
3288 of LE/BE floatformats.
3289 * doublest.h: (struct floatformat, floatformat_ieee_single)
3290 (floatformat_ieee_double, floatformat_arm_ext)
3291 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
3292
3293 2004-08-08 Mark Kettenis <kettenis@gnu.org>
3294
3295 * i386gnu-nat.c (gnu_store_registers): Fix typo.
3296
3297 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
3298 instead of regcache_raw_supply when storing the registers.
3299
3300 * i386gnu-nat.c: Update copyright year.
3301 (gnu_store_registers): Don't use deprecated_registers and
3302 deprecated_registers_valid. Use regcache_valid_p and
3303 regcache_raw_supply instead.
3304
3305 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
3306 frame_pc_unwind.
3307
3308 * procfs.c (procfs_pid_to_str): Remove redundant and unused
3309 variables. Incapitalized "process".
3310
3311 * configure.in: Add cursesX to the list of possible curses libs.
3312 Add cursesX.h to the list of possible curses headers.
3313 * configure, config.in: Regenerate.
3314
3315 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3316
3317 * configure.in: Test for struct lwp in <sys/lwp.h>.
3318 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
3319 the offset of l_addr in struct lwp.
3320
3321 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3322
3323 * bsd-kvm.c: Include "gdbcore.h"
3324 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
3325
3326 2004-08-07 Andrew Cagney <cagney@gnu.org>
3327
3328 * gdbtypes.c (build_flt, build_complex): New functions.
3329 (gdbtypes_post_init): Use.
3330
3331 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
3332
3333 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
3334 through to builtin_type_uint128.
3335
3336 * c-exp.y: Use builtin_type function to obtain builtin types.
3337
3338 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
3339 builtin_uint128.
3340 * gdbtypes.c (gdbtypes_post_init): Update.
3341 (build_gdbtypes): Move initialization of builtin_type_int0
3342 through to builtin_type_uint128 from here ...
3343 (_initialize_gdbtypes): ... to here.
3344 * d10v-tdep.c (d10v_register_type): Update.
3345
3346 * doublest.c: Update copyright.
3347 (floatformat_from_length): Call error when floatformat is NULL.
3348 (extract_floating_by_length): Remove NULL fmt check.
3349 (store_floating_by_length): Ditto.
3350
3351 2004-08-07 Andrew Cagney <cagney@gnu.org>
3352
3353 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
3354 that the register is valid.
3355
3356 2004-08-05 Mark Kettenis <kettenis@chello.nl>
3357
3358 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3359 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
3360 struct frame_info *. Use safe_frame_unwind_memory instead of
3361 deprecated_read_memory_nobpt.
3362 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
3363 changed signature of i386_linux_sigtramp_start and
3364 i386_linux_rt_sigtramp_start.
3365
3366 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
3367 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
3368 instead of deprecated_read_memory_nobpt.
3369 (i386nbsd_sigtramp_p): Adjust for changed signature of
3370 i386nbsd_sigtramp_offset.
3371
3372 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
3373 safe_frame_unwind_memory instead of target_read_memory.
3374
3375 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3376 !NO_SYS_FILE.
3377 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
3378 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
3379 (_initialize_kernel_u_addr): Remove prototype and function.
3380 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3381 !NO_SYS_FILE.
3382 * xcoffread.c: Likewise.
3383
3384 2004-08-06 Mark Kettenis <kettenis@gnu.org>
3385
3386 * vax-nat.c: New file.
3387 * vaxbsd-nat.c: Tweak comment.
3388 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
3389 vaxnbsd-tdep.c.
3390 (vax-nat.o): New dependency.
3391 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
3392 (vax-*-ultrix2*): Remove.
3393 * config/vax/vax.mh: New file.
3394 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
3395 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
3396 (vax_register_u_addr): New prototype.
3397 (REGISTER_U_ADDR): Define using vax_register_u_addr.
3398 * config/vax/vaxult2.mh: Remove file.
3399 * config/vax/vaxult.mh: Remove file.
3400 * config/vax/vaxbsd.mh: Remove file.
3401 * config/vax/vax.mt (TM_FILE): Remove.
3402 * config/vax/tm-vaxbsd.h: Remove file.
3403
3404 2004-08-06 Joel Brobecker <brobecker@gnat.com>
3405
3406 * aix-thread.c (get_signaled_thread): New function.
3407 (iter_trap): Delete, no longer used.
3408 (iter_tid): New function.
3409 (pd_update): Find the thread that received the SIGTRAP signal
3410 by first locating the kernel thread, and then finding its
3411 associated thread.
3412
3413 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
3414
3415 * lin-lwp.c (child_wait): Continue inferior after processing
3416 PTRACE_EVENT_CLONE event.
3417
3418 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
3419
3420 * MAINTAINERS: Add self to Write-After-Approval.
3421
3422 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
3423
3424 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
3425 libunwind-xxxx.so" where xxxx is UNW_TARGET.
3426
3427 2004-08-05 Andrew Cagney <cagney@gnu.org>
3428
3429 * config/xm-sysv4.h: Delete file.
3430 * config/mips/xm-irix5.h: Delete file.
3431 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
3432 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
3433 * config/ia64/xm-aix.h: Delete file.
3434 * config/ia64/aix.mh (XM_FILE): Delete.
3435 * config/pa/xm-hppah.h: Delete file.
3436 * config/pa/hpux11w.mh (XM_FILE): Delete.
3437 * config/pa/hpux11.mh (XM_FILE): Delete.
3438 * config/pa/hpux1020.mh (XM_FILE): Delete.
3439 * config/pa/hppahpux.mh (XM_FILE): Delete.
3440
3441 * config/alpha/xm-alphalinux.h: Delete file.
3442 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
3443 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
3444 * config/alpha/xm-alphaosf.h: Delete file.
3445 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
3446 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
3447 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
3448 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
3449
3450 * config/i386/xm-i386v.h: Delete file.
3451 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
3452 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
3453 * config/i386/xm-i386sco.h: Delete file.
3454 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
3455 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
3456 * config/i386/xm-i386v4.h: Delete file.
3457 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
3458 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
3459 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
3460 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
3461
3462 * config/vax/xm-vax.h: Delete file.
3463 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
3464 * config/vax/xm-vaxult2.h: Delete file.
3465 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
3466 * config/vax/vaxult2.mh (XM_FILE): Delete.
3467 * config/vax/xm-vaxult.h: Delete file.
3468 * config/vax/vaxult.mh (XM_FILE): Delete.
3469 * config/vax/xm-vaxbsd.h: Delete file.
3470 * config/vax/vaxbsd.mh (XM_FILE): Delete.
3471
3472 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
3473 * gdbarch.h, gdbarch.c: Re-generate.
3474 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
3475 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
3476 * frame.h: Delete deprecated_read_fp from comments.
3477 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
3478 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
3479
3480 2004-08-04 Mark Kettenis <kettenis@gnu.org>
3481
3482 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
3483 trampoline in OpenBSD 3.5-current.
3484
3485 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
3486 SSE registers.
3487
3488 * Makefile.in: Remove embedded page breaks.
3489
3490 2004-08-04 Jim Blandy <jimb@redhat.com>
3491
3492 * regcache.c (regcache_raw_read): Assert that, after calling
3493 target_fetch_registers, the register we're reading is cached.
3494
3495 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
3496 a call to 'internal_error', with a more helpful error message.
3497 * rs6000-tdep.c (e500_pseudo_register_read,
3498 e500_pseudo_register_write, rs6000_store_return_value): Same.
3499
3500 2004-08-04 Andrew Cagney <cagney@gnu.org>
3501
3502 * Makefile.in: Update dependencies.
3503
3504 2004-08-04 Jim Blandy <jimb@redhat.com>
3505
3506 Change the layout of the PowerPC E500 raw register cache to allow
3507 the lower 32-bit halves of the GPRS to be their own raw registers,
3508 not pseudoregisters.
3509 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
3510 add ppc_ev0_upper_regnum flag.
3511 * rs6000-tdep.c: #include "reggroups.h".
3512 (spe_register_p): Recognize the ev upper half registers as SPE
3513 registers.
3514 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
3515 registers.
3516 (e500_move_ev_register): New function.
3517 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
3518 vector registers are the pseudo-registers now, formed by splicing
3519 together the gprs and the upper-half registers.
3520 (e500_register_reggroup_p): New function.
3521 (P): Macro deleted.
3522 (P8, A4): New macro.
3523 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
3524 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
3525 macros.
3526 (registers_e500): Rearrange register set so that the raw register
3527 set contains 32-bit GPRs and upper-half registers, and the SPE
3528 vector registers become pseudo-registers.
3529 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
3530 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
3531 register numbers are now the same for the E500 as they are for
3532 other PowerPC variants. Register e500_register_reggroup_p as the
3533 register group function for the E500.
3534 * Makefile.in (rs6000-tdep.o): Update dependencies.
3535
3536 Adapt PPC E500 native support to the new raw regcache layout.
3537 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
3538 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
3539 (fetch_spe_register, store_spe_register): Handle fetching/storing
3540 all the SPE registers at once, if regno == -1. These now take
3541 over the job of fetch_spe_registers and store_spe_registers.
3542 (fetch_spe_registers, store_spe_registers): Deleted.
3543 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
3544 unconditionally; they're always raw. Fetch/store SPE upper half
3545 registers, if present, instead of ev registers.
3546 (fetch_register, store_register): Remove sanity checks: gprs are
3547 never pseudo-registers now, so we never need to even mention any
3548 registers that are ever pseudoregisters.
3549
3550 Use a fixed register numbering when communicating with the PowerPC
3551 simulator.
3552 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
3553 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
3554 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
3555 New functions.
3556 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
3557 init_sim_regno_table.
3558 * Makefile.in (gdb_sim_ppc_h): New variable.
3559 (rs6000-tdep.o): Update dependencies.
3560
3561 2004-08-02 Andrew Cagney <cagney@gnu.org>
3562
3563 * cris-tdep.c (cris_register_size): Restore function, still used
3564 locally.
3565
3566 * gdbarch.sh (deprecated_target_read_fp)
3567 (deprecated_frame_locals_address, deprecated_frame_args_address)
3568 (deprecated_frame_chain_valid, deprecated_frame_chain)
3569 (deprecated_init_extra_frame_info, deprecated_pop_frame)
3570 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
3571 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
3572 * gdbarch.h, gdbarch.c: Re-generate.
3573 * regcache.c (deprecated_read_fp): Do not call
3574 DEPRECATED_TARGET_READ_FP_P.
3575 * infcmd.c (default_print_registers_info): Do not call
3576 DEPRECATED_DO_REGISTERS_INFO.
3577 * frame-base.c (default_frame_locals_address): Do not call
3578 DEPRECATED_FRAME_LOCALS_ADDRESS.
3579 (default_frame_args_address): Do not call
3580 DEPRECATED_FRAME_ARGS_ADDRESS.
3581
3582 * gdbarch.sh (deprecated_register_raw_size)
3583 (deprecated_register_virtual_size:int): Delete.
3584 * gdbarch.h, gdbarch.c: Re-generate.
3585 * cris-tdep.c (cris_register_size): Delete.
3586 (cris_gdbarch_init): Update.
3587 * alpha-tdep.c (alpha_register_raw_size)
3588 (alpha_register_virtual_size): Delete.
3589 (alpha_gdbarch_init): Update.
3590
3591 * gdbarch.sh (deprecated_register_virtual_type)
3592 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
3593 (deprecated_dummy_write_sp): Delete.
3594 * gdbarch.h, gdbarch.c: Re-generate.
3595
3596 * gdbarch.sh (deprecated_register_bytes): Delete.
3597 * gdbarch.h, gdbarch.c: Re-generate.
3598 * regcache.c (deprecated_register_bytes): New function.
3599 * regcache.h (deprecated_register_bytes): Declare.
3600 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3601 * v850-tdep.c (v850_gdbarch_init): Update.
3602 * sh64-tdep.c (sh64_gdbarch_init): Update.
3603 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
3604 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3605 * mcore-tdep.c (mcore_gdbarch_init): Update.
3606 * cris-tdep.c (cris_gdbarch_init): Update.
3607 * arm-tdep.c (arm_gdbarch_init): Update.
3608 * remote.c (init_remote_state): Update.
3609 * remote-vx.c (vx_prepare_to_store): Update.
3610 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
3611 * irix5-nat.c (fetch_core_registers): Update.
3612 * cris-tdep.c (cris_register_bytes_ok): Update.
3613 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
3614
3615 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
3616 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
3617 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
3618 (mips_insn16_frame_base_address, mips_insn16_frame_base)
3619 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
3620 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
3621 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
3622 (mips_insn32_frame_base_address, mips_insn32_frame_base)
3623 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
3624 with mips_insn16 and mips_insn32.
3625
3626 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
3627 * rs6000-tdep.c (rs6000_push_dummy_call)
3628 (rs6000_extract_return_value): Use register_size.
3629 * xstormy16-tdep.c (xstormy16_get_saved_register)
3630 (xstormy16_extract_return_value): Ditto.
3631 * valops.c (value_assign): Ditto.
3632 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
3633 * v850-tdep.c (v850_extract_return_value): Ditto.
3634 * tracepoint.c (collect_symbol): Ditto.
3635 * target.c (debug_print_register): Ditto.
3636 * stack.c (frame_info): Ditto.
3637 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
3638 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
3639 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
3640 (store_register_using_P): Ditto.
3641 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
3642 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
3643 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3644 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
3645 * regcache.c (deprecated_read_register_bytes)
3646 (deprecated_write_register_bytes, read_register)
3647 (write_register): Ditto.
3648 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
3649 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
3650 * monitor.c (monitor_supply_register, monitor_fetch_register)
3651 (monitor_store_register): Ditto.
3652 * mn10300-tdep.c (mn10300_pop_frame_regular)
3653 (mn10300_print_register): Ditto.
3654 * mipsv4-nat.c (fill_fpregset): Ditto.
3655 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
3656 (mips64_fill_fpregset): Ditto.
3657 * mi/mi-main.c (register_changed_p, get_register)
3658 (mi_cmd_data_write_register_values): Ditto.
3659 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
3660 * irix5-nat.c (fill_gregset, fetch_core_registers):
3661 * infrun.c (write_inferior_status_register): Ditto.
3662 * infptrace.c (fetch_register, store_register): Ditto.
3663 * infcmd.c (default_print_registers_info): Ditto.
3664 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
3665 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
3666 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
3667 * hpux-thread.c (hpux_thread_fetch_registers)
3668 (hpux_thread_store_registers): Ditto.
3669 * hppah-nat.c (store_inferior_registers, fetch_register):
3670 * findvar.c (value_from_register): Ditto.
3671 * dve3900-rom.c (fetch_bitmapped_register):
3672 * cris-tdep.c (cris_gdbarch_init): Ditto.
3673 * alpha-tdep.h: Ditto.
3674 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
3675
3676 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
3677 DEPRECATED_REGISTER_RAW_SIZE from comments.
3678 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
3679 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
3680 DEPRECATED_REGISTER_RAW_SIZE.
3681 * findvar.c (value_of_register): Simplify by assuming that the
3682 registers raw and virtual sizes are identical.
3683 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
3684 comment.
3685 * arch-utils.c (generic_register_size): Simplify by assuming
3686 register_type.
3687
3688 * regcache.c (legacy_read_register_gen, real_register)
3689 (legacy_write_register_gen): Delete, not used.
3690
3691 * regcache.c (struct regcache_descr): Delete legacy_p.
3692 (init_legacy_regcache_descr): Delete function.
3693 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
3694 Do not use deprecated register functions.
3695 (regcache_raw_read, deprecated_write_register_gen):
3696 (deprecated_read_register_gen, regcache_raw_write): Delete code
3697 predicated on legacy_p.
3698 (register_size): Delete check against register raw size.
3699
3700 * cris-tdep.c (cris_register_type): Replace
3701 cris_register_virtual_type.
3702 (cris_gdbarch_init): Update, set register_type.
3703
3704 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
3705 * gdbarch.h, gdbarch.c: Re-generate.
3706 * arm-tdep.c (arm_frameless_function_invocation): Delete.
3707 (arm_gdbarch_init) Do not set frameless function invocation.
3708 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
3709 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
3710 * frv-tdep.c (frv_frameless_function_invocation): Delete.
3711 (frv_gdbarch_init): Do not set frameless function invocation.
3712 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
3713 * sh-tdep.c (sh_gdbarch_init): Ditto.
3714 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
3715 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3716 * avr-tdep.c (avr_gdbarch_init): Ditto.
3717
3718 * blockframe.c (legacy_frame_chain_valid): Delete function.
3719
3720 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
3721 and pc. Update comments.
3722 (pc_in_dummy_frame): Delete function.
3723 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
3724 use the "id".
3725 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
3726 call_hi, top and pc, use the id.
3727 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
3728
3729 * dummy-frame.c: Include "gdb_string.h".
3730 (generic_save_call_dummy_addr, generic_push_dummy_frame)
3731 (generic_save_dummy_frame_tos): Delete.
3732 (dummy_frame_push): New function, replaces above.
3733 * dummy-frame.h: Update copyright.
3734 (dummy_frame_push): Declare.
3735 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
3736 (generic_save_call_dummy_addr): Delete declarations.
3737 * infcall.c: Include "dummy-frame.h".
3738 (call_function_by_hand): Add locals caller_regcache,
3739 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
3740 with call to frame_save_as_regcache plus cleanup. Delete calls to
3741 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
3742 Move clear_proceed_status to just before the resume, add call to
3743 dummy_frame_push (discard cleanup).
3744 * Makefile.in (infcall.o): Add $(dummy_frame_h).
3745 (dummy-frame.o): Add $(gdb_string_h).
3746
3747 2004-08-01 Andrew Cagney <cagney@gnu.org>
3748
3749 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
3750 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
3751 * dummy-frame.c (find_dummy_frame): Delete.
3752 (struct dummy_frame_cache, dummy_frame_sniffer)
3753 (dummy_frame_prev_register, dummy_frame_this_id)
3754 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
3755 frame unwinder using a dummy_frame_cache.
3756
3757 2004-08-01 Andrew Cagney <cagney@gnu.org>
3758
3759 * frame.h (frame_save_as_regcache): Declare.
3760 * frame.c (frame_save_as_regcache): New function.
3761 (do_frame_read_register): Replace do_frame_unwind_register.
3762 (frame_pop): Use frame_save_as_regcache.
3763 * dummy-frame.c (generic_push_dummy_frame): Use
3764 frame_save_as_regcache.
3765
3766 2004-08-01 Joel Brobecker <brobecker@gnat.com>
3767
3768 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
3769 file as included until we record the first line in the linetable.
3770
3771 2004-08-01 Andrew Cagney <cagney@gnu.org>
3772
3773 * frame.h (deprecated_pop_dummy_frame)
3774 (deprecated_read_register_dummy)
3775 (deprecated_generic_find_dummy_frame): Delete.
3776 * dummy-frame.c (deprecated_generic_find_dummy_frame)
3777 (deprecated_read_register_dummy)
3778 (deprecated_find_dummy_frame_regcache)
3779 (discard_innermost_dummy)
3780 (deprecated_pop_dummy_frame): Delete.
3781 (dummy_frame_this_id): Simplify.
3782 (struct dummy_frame): Delete "fp" and "sp".
3783 (find_dummy_frame): Simplify.
3784 (generic_push_dummy_frame): Do not set "fp" or "sp".
3785 (fprint_dummy_frames): Do not print "fp" and "sp"
3786
3787 2004-08-01 Mark Kettenis <kettenis@gnu.org>
3788
3789 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
3790 (struct i386_insn): New structure.
3791 (i386_match_insn): New function.
3792 (i386_frame_setup_skip_insns): New variable.
3793 (i386_analyze_frame_setup): Change to use i386_match_insn and the
3794 array i386_frame_setup_insns of instructions that should be
3795 skipped inside the frame setup sequence.
3796
3797 2004-08-01 Andrew Cagney <cagney@gnu.org>
3798
3799 * frame.h (deprecated_frame_xmalloc_with_cleanup)
3800 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3801 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3802 * stack.c (frame_info): Delete references to
3803 DEPRECATED_FRAME_INIT_SAVED_REGS and
3804 deprecated_get_frame_saved_regs.
3805 * frame.c (struct frame_info): Delete saved_regs and extra_info.
3806 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
3807 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
3808 (frame_unwind_register_signed)
3809 (frame_unwind_register_unsigned)
3810 (frame_unwind_unsigned_register): Use register_size.
3811 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
3812 (deprecated_frame_xmalloc_with_cleanup)
3813 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3814 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3815
3816 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
3817 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
3818 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
3819 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
3820
3821 * infcall.c (call_function_by_hand): Do not use
3822 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
3823 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
3824 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
3825 DEPRECATED_STACK_ALIGN.
3826
3827 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
3828
3829 Committed by Andrew Cagney.
3830 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
3831
3832 2004-08-01 Andrew Cagney <cagney@gnu.org>
3833
3834 * mips-tdep.c (mips16_frame_cache)
3835 (mips16_frame_this_id, mips16_frame_prev_register)
3836 (mips16_frame_unwind, mips16_frame_sniffer)
3837 (mips16_frame_base_address, mips16_frame_base)
3838 (mips16_frame_base_sniffer, mips32_frame_cache)
3839 (mips32_frame_this_id, mips32_frame_prev_register)
3840 (mips32_frame_unwind, mips32_frame_sniffer)
3841 (mips32_frame_base_address, mips32_frame_base)
3842 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
3843 separate heuristic mips16 and mips32 unwinders.
3844 (mips_stub_frame_cache, mips_stub_frame_this_id)
3845 (mips_stub_frame_prev_register)
3846 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
3847 (mips_stub_frame_base_address, mips_stub_frame_base)
3848 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
3849 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
3850 match true mdebug frames.
3851 (non_heuristic_proc_desc): Add forward declaration.
3852
3853 2004-08-01 Andrew Cagney <cagney@gnu.org>
3854
3855 * config/mips/tm-irix6.h: Delete file.
3856 * config/mips/tm-irix5.h: Delete file.
3857 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
3858 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
3859
3860 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
3861 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
3862 * config/nm-gnu.h (NO_CORE_OPS): Delete.
3863 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
3864 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
3865 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
3866 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
3867 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
3868 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
3869 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
3870 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
3871 (TARGET_SIGNAL_RAW_VALUES): Delete.
3872 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3873 Delete.
3874 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
3875 (TARGET_HW_WATCH_LIMIT): Delete.
3876 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
3877 * minimon.h: Delete file.
3878
3879 * trad-frame.c (trad_frame_get_this_base)
3880 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
3881 functions.
3882 * trad-frame.h (trad_frame_set_this_base)
3883 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
3884
3885 2004-07-31 Andrew Cagney <cagney@gnu.org>
3886
3887 * trad-frame.c (trad_frame_get_prev_register): Rename
3888 trad_frame_get_prev_register.
3889 * vax-tdep.c (vax_frame_prev_register): Update.
3890 * trad-frame.h: Update.
3891 * trad-frame.c (trad_frame_get_register): Update.
3892 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
3893 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
3894 Update.
3895 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
3896 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
3897 Update.
3898 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
3899 Update.
3900 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
3901 Update.
3902 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
3903 Update.
3904 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
3905 Update.
3906 * s390-tdep.c (s390_frame_prev_register)
3907 (s390_stub_frame_prev_register)
3908 (s390_sigtramp_frame_prev_register): Update.
3909 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
3910 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
3911 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
3912 * m88k-tdep.c (m88k_frame_prev_register)
3913 * m68hc11-tdep.c (m68hc11_frame_prev_register)
3914 * m32r-tdep.c (m32r_frame_prev_register): Update.
3915 * hppa-tdep.c (hppa_frame_prev_register_helper)
3916 * frv-tdep.c (frv_frame_prev_register): Update.
3917 * d10v-tdep.c (d10v_frame_prev_register): Update.
3918 * cris-tdep.c (cris_frame_prev_register): Update.
3919 * avr-tdep.c (avr_frame_prev_register): Update.
3920 * arm-tdep.c (arm_prologue_prev_register)
3921 (arm_sigtramp_prev_register): Update.
3922
3923 2004-07-31 Andrew Cagney <cagney@gnu.org>
3924
3925 * frame.h (legacy_saved_regs_unwind)
3926 (legacy_frame_chain_valid, legacy_frame_p)
3927 (enum frame_type): Delete UNKNOWN_FRAME.
3928 * dummy-frame.c (dummy_frame_this_id): Simplify.
3929 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
3930 * frame.c (struct frame_info): Delete the field "type".
3931 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
3932 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
3933 (legacy_saved_regs_unwind, legacy_frame_p)
3934 (frame_type_from_pc): Delete.
3935 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
3936 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
3937
3938 2004-07-31 Mark Kettenis <kettenis@gnu.org>
3939
3940 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
3941 indentation.
3942
3943 * mips-nat.c: Remove file.
3944 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
3945 (mips-nat.o): Remove dependency.
3946
3947 * infptrace.c: Update copyright year.
3948 (fetch_register): Pass NULL in regcache_raw_supply call instead of
3949 explicitly setting the buffer to all zeroes.
3950
3951 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
3952 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
3953
3954 2004-07-30 Andrew Cagney <cagney@gnu.org>
3955
3956 * GDB 6.2 released from gdb_6_2-branch.
3957
3958 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
3959
3960 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
3961
3962 * exec.c (exec_file_attach):
3963 * nto-tdep.c (nto_find_and_open_solib):
3964 * pa64solib.c (pa64_solib_sizeof_symbol_table):
3965 * solib.c (solib_open):
3966 * somsolib.c (som_solib_sizeof_symbol_table):
3967 * source.c (is_regular_file, openp, open_source_file):
3968 * symfile.c (symfile_bfd_open):
3969 * wince.c (upload_to_device): Differentiate between the search for
3970 binary and source files.
3971
3972 2004-07-30 Andrew Cagney <cagney@gnu.org>
3973
3974 * complaints.c (_initialize_complaints): Pass NULL to
3975 add_setshow_zinteger_cmd for help_doc.
3976 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
3977
3978 2004-07-30 Andrew Cagney <cagney@gnu.org>
3979
3980 Fix PR i18n/761.
3981 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
3982 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
3983 $(PACKAGE).pot and update-po.
3984 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
3985 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
3986 (update-po): New rules.
3987 (localedir): Define using autoconf.
3988 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
3989 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
3990 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
3991 * configure.in: Generate CATALOGS and LINGUAS from contents of
3992 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
3993 * configure: Re-generate.
3994 * po/gdbtext: New file
3995
3996 2004-07-30 Jerome Guitton <guitton@gnat.com>
3997
3998 * MAINTAINERS: Reorder Write After Approval list in alphabetical
3999 order.
4000
4001 2004-07-30 David Lecomber <dsl@sources.redhat.com>
4002
4003 * dwarf2read.c (read_file_scope): Set producer if attribute
4004 present.
4005 (struct dwarf2_cu): Added new member producer.
4006
4007 2004-07-30 Jerome Guitton <guitton@gnat.com>
4008
4009 * inflow.c (kill_command): release file handles in BFD.
4010 * exec.c (exec_file_attach): Ditto.
4011 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4012
4013 2004-07-29 Andrew Cagney <cagney@gnu.org>
4014
4015 * PROBLEMS (mips-irix): Note that it is broken.
4016
4017 2004-07-29 Andrew Cagney <cagney@gnu.org>
4018
4019 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4020 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4021
4022 * config/xm-nbsd.h: Delete file.
4023 * config/arm/xm-nbsd.h: Delete file.
4024 * config/i386/xm-nbsd.h: Delete file.
4025 * config/ns32k/xm-nbsd.h: Delete file.
4026 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4027 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4028 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4029 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4030 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4031
4032 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4033 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4034 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4035 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4036 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4037 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4038
4039 * config/powerpc/xm-linux.h: Delete empty file.
4040 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4041 * config/powerpc/linux.mh (XM_FILE): Delete.
4042 * config/m68k/xm-linux.h: Delete empty file.
4043 * config/m68k/linux.mh (XM_FILE): Delete.
4044 * config/ia64/xm-linux.h: Delete empty file.
4045 * config/ia64/linux.mh (XM_FILE): Delete.
4046 * config/arm/xm-linux.h: Delete empty file.
4047 * config/arm/linux.mh (XM_FILE): Delete.
4048
4049 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4050 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4051 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4052 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4053 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4054 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4055 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4056 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4057
4058 * config/m68k/xm-m68k.h: Delete file.
4059 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4060 copyright.
4061 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4062 * config/pa/xm-linux.h: Delete empty file.
4063 * config/pa/linux.mh (XM_FILE): Delete.
4064 * config/i386/xm-i386.h: Delete empty file.
4065 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4066 "i386/xm-i386.h".
4067 * config/i386/obsdaout.mh (XM_FILE): Delete.
4068 * config/i386/obsd64.mh (XM_FILE): Delete.
4069 * config/i386/fbsd64.mh (XM_FILE): Delete.
4070 * config/i386/nto.mh (XM_FILE): Delete.
4071 * config/i386/obsd.mh (XM_FILE): Delete.
4072 * config/i386/linux64.mh (XM_FILE): Delete.
4073 * config/i386/linux.mh (XM_FILE): Delete.
4074 * config/i386/i386sol2.mh (XM_FILE): Delete.
4075 * config/i386/i386gnu.mh (XM_FILE): Delete.
4076 * config/i386/fbsd.mh (XM_FILE): Delete.
4077 * config/i386/nbsd64.mh (XM_FILE): Delete.
4078
4079 2004-07-29 Andrew Cagney <cagney@gnu.org>
4080
4081 * config/pa/xm-linux.h: Do not include "floatformat.h".
4082 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4083 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4084 * config/i386/xm-i386.h: Do not include "floatformat.h".
4085 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4086 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4087 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4088 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4089 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4090 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4091 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4092 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4093 * configure, config.in: Regenerate.
4094 * configure.host (gdb_host_float_format, gdb_host_double_format)
4095 (gdb_host_long_double_format): Set according to the host.
4096
4097 2004-07-29 Andrew Cagney <cagney@gnu.org>
4098
4099 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4100
4101 2004-07-28 Andrew Cagney <cagney@gnu.org>
4102
4103 * PROBLEMS: Mention threads/1650.
4104 * NEWS: Mention the NPTL fix.
4105
4106 2004-07-28 Andrew Cagney <cagney@gnu.org>
4107
4108 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4109 (add_setshow_cmd_full): Make static.
4110 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4111 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4112 * cli/cli-decode.c (add_setshow_filename_cmd)
4113 (add_setshow_string_cmd): New functions.
4114 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4115 * mips-tdep.c (_initialize_mips_tdep): Update.
4116 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4117 * cli/cli-logging.c (_initialize_cli_logging): Update.
4118 * complaints.c (_initialize_complaints): Update.
4119 * remote.c (_initialize_remote): Update.
4120
4121 2004-07-28 Andrew Cagney <cagney@gnu.org>
4122
4123 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4124 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4125 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4126 print parameters. Make string parameters constant.
4127 * command.h: Update. Update copyright.
4128 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4129 * observer.c (_initialize_observer): Ditto.
4130 * frame.c (_initialize_frame): Ditto.
4131 * complaints.c (_initialize_complaints): Ditto.
4132 * maint.c (_initialize_maint_cmds): Ditto.
4133 * target.c (initialize_targets): Ditto.
4134 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4135 * infcall.c (_initialize_infcall): Ditto.
4136 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4137 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4138 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4139 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4140 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4141
4142 2004-07-28 Andrew Cagney <cagney@gnu.org>
4143
4144 * gdbtypes.c (lookup_primitive_typename): Delete function.
4145 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4146 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4147 * gdbtypes.c (lookup_typename): Ditto.
4148 * f-exp.y (yylex): Ditto.
4149 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4150
4151 * scm-lang.c (c_builtin_types): Delete extern declaration.
4152 (scm_language_defn): Replace
4153 string_char_type and primitive_type_vector with
4154 la_language_arch_info.
4155 * jv-lang.c (java_language_defn): Replace
4156 string_char_type and primitive_type_vector with
4157 la_language_arch_info.
4158 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4159 c_builtin_types in comment.
4160 * c-lang.h (struct language_arch_info): Declare opaque.
4161 (c_language_arch_info): Declare.
4162 (c_builtin_types): Delete declaration.
4163 * c-lang.c (c_language_arch_info): Set string_char_type to
4164 builtin_char, not builtin_true_char. Make global.
4165 (c_builtin_types): Delete array.
4166 (asm_language_defn, minimal_language_defn): Replace
4167 string_char_type and primitive_type_vector with
4168 la_language_arch_info.
4169
4170 2004-07-28 Andrew Cagney <cagney@gnu.org>
4171
4172 * gdbtypes.h (struct builtin_type): Rename true_char to
4173 builtin_true_char.
4174 * gdbtypes.c (gdbtypes_post_init): Update.
4175 * c-lang.c (arch_info): New function.
4176 (enum c_primitive_types): New enum.
4177 (c_language_defn): Instead of string_char_type and
4178 primitive_type_vector set la_language_arch_info.
4179
4180 2004-07-28 Andrew Cagney <cagney@gnu.org>
4181
4182 * language.h (struct language_arch_info): Fix typo
4183 s/primative/primitive/.
4184 * gdbtypes.c (lookup_primitive_typename): Ditto.
4185 * language.c (language_lookup_primitive_type_by_name)
4186 (unknown_language_arch_info): Ditto.
4187
4188 2004-07-27 Andrew Cagney <cagney@gnu.org>
4189
4190 * defs.h (enum language): Add nr_languages.
4191 * language.h (struct language_arch_info): Define.
4192 (struct language_defn): Add la_language_arch_info.
4193 (language_lookup_primative_type_by_name): Declare.
4194 (language_string_char_type): Declare.
4195 * language.c (_initialize_language, language_gdbarch_post_init)
4196 (struct language_gdbarch, language_gdbarch_data): Implement
4197 per-architecture language information.
4198 (unknown_language_arch_info, language_string_char_type)
4199 (language_lookup_primative_type_by_name): New functions.
4200 (unknown_language_defn, auto_language_defn)
4201 (local_language_defn): Set la_language_arch_info to
4202 unknown_language_arch_info.
4203 (unknown_builtin_types): Delete.
4204 * gdbtypes.c (lookup_primitive_typename): Use
4205 language_lookup_primative_type_by_name.
4206 (create_string_type): Use language_string_char_type.
4207 * values.c (value_from_string): Use language_string_char_type.
4208 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
4209 * p-lang.c (pascal_language_defn): Ditto.
4210 * m2-lang.c (m2_language_defn): Ditto.
4211 * jv-lang.c (java_language_defn): Ditto.
4212 * objc-lang.c (objc_language_defn): Ditto.
4213 * f-lang.c (f_language_defn): Ditto.
4214 * c-lang.c (c_language_defn, cplus_language_defn)
4215 (asm_language_defn, minimal_language_defn): Ditto.
4216
4217 2004-07-27 Andrew Cagney <cagney@gnu.org>
4218
4219 * gdbtypes.h (struct builtin_type): Declare.
4220 (builtin_type): Declare.
4221 * d10v-tdep.c (d10v_register_type): Use builtin_type.
4222 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
4223 (gdbtypes_post_init): New function.
4224 (builtin_type): New function.
4225
4226 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
4227
4228 * remote-m32r-sdi.c: Fix breakpoint bug.
4229 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
4230 recv_char_data, recv_long_data): New functions to replace communication
4231 sequences.
4232
4233 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
4234
4235 Document PR threads/1650.
4236 * PROBLEMS (Threads): Document problem with many threads
4237
4238 2004-07-26 Andrew Cagney <cagney@gnu.org>
4239
4240 * gdb-mi.el: Move from here ...
4241 * mi/gdb-mi.el: ... to here.
4242
4243 2004-07-26 Andrew Cagney <cagney@gnu.org>
4244
4245 Problem reported by Ashley Pittman <ashley@quadrics.com>.
4246 * main.c (captured_main): When in batch mode always detach.
4247
4248 2004-07-26 Andrew Cagney <cagney@gnu.org>
4249
4250 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
4251 and h8300 as broken.
4252 * NEWS: END-OF-LIFE frame compatibility module.
4253 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
4254 specific comments.
4255
4256 2004-07-26 Andrew Cagney <cagney@gnu.org>
4257
4258 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
4259 * xcoffsolib.c (_initialize_xcoffsolib): Update.
4260 * wince.c (_initialize_wince): Update.
4261 * win32-nat.c (_initialize_win32_nat): Update.
4262 * varobj.c (_initialize_varobj): Update.
4263 * valops.c (_initialize_valops): Update.
4264 * utils.c (initialize_utils, initialize_utils): Update.
4265 * tui/tui-win.c (_initialize_tui_win): Update.
4266 * top.c (init_main): Update.
4267 * symfile.c (_initialize_symfile): Update.
4268 * source.c (_initialize_source): Update.
4269 * somsolib.c (_initialize_som_solib): Update.
4270 * solib.c (_initialize_solib): Update.
4271 * solib-frv.c (_initialize_frv_solib): Update.
4272 * serial.c (_initialize_serial): Update.
4273 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
4274 * remote.c (_initialize_remote, _initialize_remote): Update.
4275 * remote-vx.c (_initialize_vx): Update.
4276 * remote-utils.c (_initialize_sr_support): Update.
4277 * remote-sds.c (_initialize_remote_sds): Update.
4278 * remote-mips.c (_initialize_remote_mips): Update.
4279 * remote-e7000.c (_initialize_remote_e7000): Update.
4280 * proc-api.c (_initialize_proc_api): Update.
4281 * printcmd.c: Update.
4282 * parse.c (_initialize_parse): Update.
4283 * pa64solib.c (_initialize_pa64_solib): Update.
4284 * p-valprint.c (_initialize_pascal_valprint): Update.
4285 * monitor.c (_initialize_remote_monitors): Update.
4286 * mips-tdep.c (_initialize_mips_tdep): Update.
4287 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4288 * maint.c (_initialize_maint_cmds): Update.
4289 * lin-lwp.c (_initialize_lin_lwp): Update.
4290 * language.c (_initialize_language): Update.
4291 * kod.c (_initialize_kod): Update.
4292 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
4293 * i386-tdep.c (_initialize_i386_tdep): Update.
4294 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
4295 * gdbarch.sh: Update.
4296 * gdbarch.c: Re-generate.
4297 * gdb-events.sh: Update.
4298 * gdb-events.c: Re-generate.
4299 * frame.c (_initialize_frame): Update.
4300 * exec.c: Update.
4301 * demangle.c (_initialize_demangler): Update.
4302 * dcache.c (_initialize_dcache): Update.
4303 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
4304 * cp-valprint.c (_initialize_cp_valprint): Update.
4305 * corefile.c (_initialize_core): Update.
4306 * command.h: Update.
4307 * cli/cli-decode.h: Update.
4308 * cli/cli-cmds.c (init_cli_cmds): Update.
4309 * charset.c (_initialize_charset): Update.
4310 * breakpoint.c (_initialize_breakpoint): Update.
4311 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
4312 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4313 * aix-thread.c (_initialize_aix_thread): Update.
4314
4315 2004-07-24 Mark Kettenis <kettenis@gnu.org>
4316
4317 Partial fix for PR backtrace/1718.
4318 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
4319 that GCC migrates into the prolugue. Don't handle any
4320 instructions that clobber %ebx.
4321
4322 2004-07-23 Andrew Cagney <cagney@gnu.org>
4323
4324 Use regcache_raw_collect instead of regcache_collect.
4325 * regcache.h (regcache_collect): Delete declaration.
4326 * regcache.c (regcache_colect): Delete function.
4327 * win32-nat.c (do_child_store_inferior_registers): Update.
4328 * sol-thread.c (sol_thread_store_registers): Update.
4329 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
4330 * rs6000-nat.c (store_register): Update.
4331 * remote.c (store_register_using_P, remote_store_registers): Update.
4332 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
4333 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
4334 (fill_vrregset, store_spe_registers, fill_gregset)
4335 (fill_gregset): Update.
4336 * nto-procfs.c (procfs_store_registers): Update.
4337 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
4338 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
4339 * m68klinux-nat.c (store_register, fill_gregset): Update.
4340 * m68k-tdep.c (fill_gregset): Update.
4341 * infptrace.c (store_register): Update.
4342 * i386-nto-tdep.c (i386nto_regset_fill): Update.
4343 * i386-linux-nat.c (store_register, fill_gregset): Update.
4344 * hppa-linux-nat.c (fill_gregset): Update.
4345 * go32-nat.c (store_register): Update.
4346 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
4347 (store_fp_regs): Update.
4348 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
4349 (store_nwfpe_extended, store_fpregister, store_fpregs)
4350 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
4351 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
4352 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
4353 (store_regs_user_thread, store_regs_kernel_thread): Update.
4354
4355 2004-07-24 Mark Kettenis <kettenis@gnu.org>
4356
4357 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
4358 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
4359 encoding.
4360 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
4361 member of `struct comp_unit'.
4362
4363 2004-07-23 Andrew Cagney <cagney@gnu.org>
4364
4365 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
4366 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
4367
4368 2004-07-23 Martin Hunt <hunt@redhat.com>
4369 Kevin Buettner <kevinb@redhat.com>
4370
4371 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
4372 alignment was being added to the offset instead of multiplied.
4373
4374 2004-07-23 Mark Kettenis <kettenis@gnu.org>
4375
4376 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
4377 changed signal trampoline in OpenBSD 3.5-current.
4378
4379 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
4380 <machine/pcb.h> and "bsd-kvm.h".
4381 (sparc64nbsd_supply_pcb): New function.
4382 (_initialize_sparc64nbsd_nat): Renamed from
4383 _initialize_sparcnbsd_nat. Enable libkvm interface.
4384 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
4385 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
4386 (LOADLIBES): New variable.
4387
4388 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
4389
4390 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
4391
4392 2004-07-21 Andrew Cagney <cagney@gnu.org>
4393
4394 Use regcache_raw_supply instead of supply_register.
4395 * regcache.h (supply_register): Delete declaration.
4396 * regcache.c (supply_register): Delete function.
4397 * wince.c (do_child_fetch_inferior_registers): Update.
4398 * win32-nat.c (do_child_fetch_inferior_registers)
4399 (fetch_elf_core_registers): Update.
4400 * v850ice.c (v850ice_fetch_registers): Update.
4401 * thread-db.c (thread_db_store_registers): Update.
4402 * sol-thread.c (sol_thread_store_registers): Update.
4403 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
4404 * rs6000-nat.c (fetch_register): Update.
4405 * rom68k-rom.c (rom68k_supply_one_register): Update.
4406 * remote.c (remote_wait, remote_async_wait): Update.
4407 * remote-st.c (get_hex_regs): Update.
4408 * remote-sim.c (gdbsim_fetch_register): Update.
4409 * remote-sds.c (sds_fetch_registers): Update.
4410 * remote-rdp.c (remote_rdp_fetch_register): Update.
4411 * remote-rdi.c (arm_rdi_fetch_registers): Update.
4412 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
4413 * remote-m32r-sdi.c (m32r_fetch_register): Update.
4414 * remote-hms.c (init_hms_cmds): Update.
4415 * remote-est.c (init_est_cmds): Update.
4416 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
4417 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
4418 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
4419 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
4420 (fetch_register, supply_vrregset, supply_vrregset)
4421 (fetch_spe_registers): Update.
4422 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
4423 * monitor.c (monitor_supply_register): Update.
4424 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
4425 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
4426 (mipsnbsd_supply_fpreg): Update.
4427 * mips-nat.c (fetch_inferior_registers)
4428 (fetch_core_registers): Update.
4429 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
4430 (supply_fpregset, mips64_supply_gregset)
4431 (mips64_supply_fpregset): Update.
4432 * m68klinux-nat.c (fetch_register, supply_gregset)
4433 (supply_fpregset): Update.
4434 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
4435 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
4436 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
4437 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
4438 * infptrace.c (fetch_register): Update.
4439 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
4440 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
4441 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
4442 (gnu_fetch_registers, gnu_store_registers): Update.
4443 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
4444 * i386-linux-nat.c (fetch_register, supply_gregset)
4445 (dummy_sse_values): Update.
4446 * hpux-thread.c (hpux_thread_fetch_registers): Update.
4447 * hppah-nat.c (fetch_register): Update.
4448 * hppa-linux-nat.c (fetch_register, supply_gregset)
4449 (supply_fpregset): Update.
4450 * go32-nat.c (fetch_register): Update.
4451 * dve3900-rom.c (fetch_bitmapped_register)
4452 (_initialize_r3900_rom): Update.
4453 * cris-tdep.c (supply_gregset): Update.
4454 * abug-rom.c (init_abug_cmds): Update.
4455 * core-aout.c (fetch_core_registers): Update.
4456 * armnbsd-nat.c (supply_gregset, supply_fparegset)
4457 (fetch_register, fetch_fp_register): Update.
4458 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
4459 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
4460 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
4461 * alphanbsd-tdep.c (fetch_core_registers): Update.
4462 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
4463 * alpha-nat.c (fetch_osf_core_registers)
4464 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
4465 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
4466 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
4467
4468 2004-07-21 Andrew Cagney <cagney@gnu.org>
4469
4470 * PROBLEMS: Mention breakpoints/1702.
4471 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
4472 that is known to work.
4473
4474 2004-07-21 Andrew Cagney <cagney@gnu.org>
4475
4476 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
4477 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
4478 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
4479 (handle_inferior_event): Wrap call to deprecated
4480 IGNORE_HELPER_CALL in #ifdef.
4481 * config/mips/tm-nbsd.h: Update.
4482
4483 2004-07-20 Jim Blandy <jimb@redhat.com>
4484
4485 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
4486 bfd_mach_ppc has no segment registers.
4487
4488 Include PowerPC SPR numbers for special-purpose registers.
4489 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
4490 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
4491 new member in initializer.
4492 (S, S4, SN4, S64): New macros for defining special-purpose
4493 registers.
4494 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
4495 registers_403, registers_403GC, registers_505, registers_860,
4496 registers_601, registers_602, registers_603, registers_604,
4497 registers_750, registers_e500): Use them.
4498
4499 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
4500 replace references with expression used to initialize variable.
4501
4502 2004-07-20 Andrew Cagney <cagney@gnu.org>
4503
4504 * breakpoint.c (deprecated_read_memory_nobpt): Rename
4505 read_memory_nobpt.
4506 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
4507 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
4508 (s390_sigtramp_frame_sniffer): Update.
4509 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
4510 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
4511 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
4512 (mips32_fetch_instruction): Update.
4513 * mcore-tdep.c (get_insn): Update.
4514 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
4515 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
4516 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
4517 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4518 (i386_linux_rt_sigtramp_start): Update.
4519 * i386-linux-nat.c (child_resume): Update.
4520 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
4521 * hppa-linux-tdep.c (insns_match_pattern): Update.
4522 * gdbcore.h: Update.
4523 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
4524 * frame.c (safe_frame_unwind_memory): Update.
4525 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
4526 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
4527 * alpha-tdep.c (alpha_read_insn): Update.
4528
4529 2004-07-20 Andrew Cagney <cagney@gnu.org>
4530
4531 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
4532 containing both bytes and mask. Add "frame_type".
4533 * tramp-frame.c (tramp_frame_start): Update.
4534 (tramp_frame_prepend_unwinder): Update.
4535 * mips-linux-tdep.c (mips_linux_o32_sigframe)
4536 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
4537 (mips_linux_n64_rt_sigframe): Update. Make "static const".
4538 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
4539
4540 2004-07-19 Eli Zaretskii <eliz@gnu.org>
4541
4542 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
4543 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
4544 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
4545 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
4546
4547 2004-07-17 Andrew Cagney <cagney@gnu.org>
4548
4549 * NEWS, PROBLEMS: Update for 6.2.
4550
4551 * README: Update to 6.2.
4552
4553 * utils.c (xvasprintf): Call xstrvprintf.
4554
4555 * parse.c: Update copyright.
4556 (null_post_parser): Eliminate ARGSUSED.
4557
4558 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
4559 * tui/tui-win.c (tui_get_cmd_list): Ditto.
4560 * symfile-mem.c (_initialize_symfile_mem): Ditto.
4561
4562 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
4563 * ppc-linux-nat.c: Use "Linux kernel".
4564 * hppa-linux-tdep.c: Use GNU/Linux.
4565 * hppa-linux-nat.c: Use GNU/Linux.
4566 * dwarfread.c: Add [sic] to use of Linux.
4567
4568 * hppa-linux-nat.c: Do not include <string.h>.
4569 (supply_fpregset): Remove "register" attribute.
4570
4571 * solib-frv.c (fetch_loadmap): Use xfree, not free.
4572
4573 2004-07-17 Mark Kettenis <kettenis@gnu.org>
4574
4575 * configure.in: Define _MSE_INT_H on Solaris 9 too.
4576 * configure, config.in: Regenerated.
4577
4578 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4579 "bsd-kvm.h".
4580 (vaxbsd_supply_pcb): New function.
4581 (_initialize_vaxbsd_nat): New prototype and function.
4582 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
4583 solib-sunos.o.
4584 (LOADLIBES): New variable.
4585 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4586 (LOADLIBES): New variable.
4587 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4588 (LOADLIBES): New variable.
4589 * Makefile.in (vaxbsd-nat.o): Update dependencies.
4590
4591 2004-07-16 Andrew Cagney <cagney@gnu.org>
4592
4593 * defs.h (event_loop_p): Replace variable declaration with macro,
4594 always 1.
4595 * main.c (captured_main): Delete options "-async" and "-noasync".
4596 (event_loop_p): Delete variable.
4597 * NEWS: Mention that "-async" and "-noasync" were removed.
4598
4599 2004-07-16 Andrew Cagney <cagney@gnu.org>
4600
4601 * remote-m32r-sdi.c: Re-indent.
4602
4603 2004-07-16 Jim Blandy <jimb@redhat.com>
4604
4605 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
4606 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
4607 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
4608 missing MPC823 SPRs.
4609 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
4610 incorrect. (This was corrected in GDB's register name tables on
4611 2004-07-14.)
4612
4613 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
4614 should be "esasrr" ("ESA Save and Restore Register").
4615
4616 2004-07-16 Andrew Cagney <cagney@gnu.org>
4617
4618 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
4619 calls, no longer applicable. Update comments and rename parameter
4620 "step_frame" to "return_frame".
4621
4622 2004-07-16 Andrew Cagney <cagney@gnu.org>
4623
4624 * frame.c (fprint_field): New function.
4625 (fprint_frame_id): Use fprint_field.
4626
4627 2004-07-15 Joel Brobecker <brobecker@gnat.com>
4628
4629 * ada-lang.c (ada_language_defn): Remove commented out code.
4630
4631 2004-07-15 Jim Blandy <jimb@redhat.com>
4632
4633 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
4634 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
4635
4636 2004-07-14 Jim Blandy <jimb@redhat.com>
4637
4638 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
4639
4640 * ppc-tdep.h (ppc_num_vrs): New enum constant.
4641
4642 * ppc-tdep.h (ppc_num_srs): New enum constant.
4643
4644 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
4645 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
4646 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
4647 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
4648 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
4649 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
4650 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
4651 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
4652 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
4653 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
4654 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
4655 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
4656 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
4657 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
4658 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
4659 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
4660 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
4661 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
4662 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
4663 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
4664 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
4665 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
4666 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
4667 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
4668 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
4669 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
4670 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
4671 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
4672 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
4673 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
4674 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
4675 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
4676 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
4677 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
4678 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
4679 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
4680 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
4681 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
4682 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
4683 special-purpose register numbers.
4684
4685 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
4686 manual mentions 'md_twb', but many mention 'm_twb', and at that
4687 point in the register list.)
4688
4689 2004-07-14 Andrew Cagney <cagney@gnu.org>
4690
4691 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
4692 instead of "internal-error".
4693
4694 2004-07-10 Joel Brobecker <brobecker@gnat.com>
4695
4696 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
4697 that was inserted inside a comment.
4698
4699 2004-07-10 Randolph Chung <tausq@debian.org>
4700
4701 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
4702 function.
4703 (hppa_hpux_push_dummy_code): New function.
4704 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
4705 Set find_global_pointer method.
4706
4707 2004-07-10 Mark Kettenis <kettenis@gnu.org>
4708
4709 * NEWS: Mention BSD libkvm interface.
4710
4711 2004-07-10 Michael Snyder <msnyder@redhat.com>
4712
4713 * symfile.c (generic_load): Comment typo.
4714 * stack.c (get_selected_block): Ditto.
4715 * regcache.c (regcache_cooked_read): Ditto.
4716 * monitor.c (monitor_debug): Ditto.
4717 * mips-tdep.c (mips_read_pc): Ditto.
4718 * i386-linux-nat.c (ps_get_thread_area): Ditto.
4719 * gdb_mbuild.sh: Ditto.
4720 * gdbarch.sh: Ditto.
4721 * gdbarch.h: Ditto.
4722
4723 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
4724
4725 * ada-tasks.c: Remove file.
4726
4727 Remove ARI problems:
4728
4729 * ada-exp.y (write_var_from_sym): Reformat to put operator at
4730 beginning of line.
4731
4732 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
4733 Add comment.
4734 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
4735 (MIN_OF_SIZE): Rename min_of_size. Add comment.
4736 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
4737 (UMIN_OF_SIZE): Remove.
4738 (max_of_type): New function to replace orphan macro in gdbtypes.h
4739 (min_of_type): Ditto.
4740 (discrete_type_high_bound): Use max_of_type.
4741 (discrete_type_low_bound): Use min_of_type.
4742 (possible_user_operator_p): Move operator to beginning of line.
4743 (ada_is_variant_part): Ditto.
4744 (ensure_lval): Rewrite to avoid deprecated operations.
4745 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
4746 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
4747 (ada_enum_name): Remove assignments in 'if' statements.
4748 (build_ada_types): Add gdbarch parameter.
4749 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
4750 with gdbarch_data_register_post_init.
4751 Use add_setshow_uinteger_cmd rather than add_set_cmd and
4752 add_show_from_set.
4753
4754 * ada-valprint.c (inspect_it): Remove declaration.
4755 (repeat_count_threshold): Remove declaration.
4756 (ada_print_floating): Remove assignments in 'if' statements.
4757 (print_str): Move operator to beginning of line.
4758
4759 2004-07-08 Jim Blandy <jimb@redhat.com>
4760
4761 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
4762
4763 2004-07-08 Bob Rossi <bob@brasko.net>
4764
4765 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
4766
4767 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
4768
4769 * language.h (struct_language_defn): Add new function pointer:
4770 la_class_name_from_physname. Also add new prototype for
4771 language_class_name_from_physname.
4772 * language.c (language_class_name_from_physname): New function.
4773 (unk_lang_class_name): Ditto.
4774 (unknown_language_defn, auto_language_defn): Change
4775 to add unk_lang_class_name function pointer for
4776 la_class_name_from_physname.
4777 (local_language_defn): Ditto.
4778 * dwarf2read.c (guess_structure_name): Change to call
4779 language_class_name_from_physname.
4780 (determine_class_name): Ditto.
4781 * cp-support.c (class_name_from_physname): Renamed.
4782 (cp_class_name_from_physname): New name of function.
4783 * cp-support.h: Ditto.
4784 * c-lang.c (c_language_defn): Change to add NULL
4785 for class_name_from_physname function pointer.
4786 (cplus_language_defn): Change to add cp_class_name_from_physname.
4787 * jv-lang.c (java_class_name_physname): New function.
4788 (java_find_last_component): New static routine.
4789 (java_language_defn): Add java_class_name_from_physname pointer.
4790 * ada-lang.c (ada_language_defn): Change to add NULL
4791 for class_name_from_physname function pointer.
4792 * f-lang.c (f_language_defn): Ditto.
4793 * m2-lang.c (m2_language_defn): Ditto.
4794 * objc-lang.c (objc_language_defn): Ditto.
4795 * p-lang.c (pascal_language_defn): Ditto.
4796 * scm-lang.c (scm_language_defn): Ditto.
4797
4798 2004-07-06 Andrew Cagney <cagney@gnu.org>
4799
4800 Patch from Bart Robinson.
4801 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
4802 (O_LARGEFILE): Define to 0, if not defined.
4803
4804 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4805
4806 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
4807 <machine/pcb.h> and "bsd-kvm.h".
4808 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
4809 (m68kbsd_supply_pcb): New function.
4810 (_initialize_m68kbsd_nat): New prototype and function.
4811 * Makefile.in (m68kbsd-nat.o): Update dependencies.
4812 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4813 (LOADLIBES): New variable.
4814 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4815 (LOADLIBES): New variable.
4816
4817 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
4818
4819 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4820
4821 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
4822 <sys/proc.h>.
4823 (bsd_kvm_cmdlist): New variable.
4824 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
4825 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
4826 command and "kvm proc" command.
4827 * Makefile.in (bsd-kvm.o): Update dependencies.
4828
4829 2004-07-02 Mark Kettenis <kettenis@gnu.org>
4830
4831 * osabi.c: Update copyright year.
4832 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
4833 notes if EI_OSABI is set to ELFOSABI_HPUX.
4834
4835 2004-07-01 Michael Snyder <msnyder@redhat.com>
4836
4837 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
4838 that seems to have gotten whacked out of line.
4839
4840 2004-07-01 Mark Kettenis <kettenis@gnu.org>
4841
4842 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
4843 code.
4844
4845 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4846
4847 * ada-lang.c (decode_packed_array): Minor change to comment.
4848 (ada_value_slice_ptr): New function.
4849 (ada_value_slice): New function.
4850 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
4851 test. Don't know why it is there.
4852 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
4853 to avoid dereferencing huge arrays from which one is slicing.
4854 (empty_array): Correct to return an array rather than
4855 a subrange value.
4856 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
4857 on empty arrays (let'em use 'FIRST instead).
4858
4859 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4860
4861 Address complaints from gdb_ari.sh:
4862
4863 * ada-exp.y: Include gdb_string.h rather than string.h.
4864 (convert_char_literal): Reformat declaration.
4865 * ada-lang.h: Include opaque struct declaration for struct frame_info.
4866 * ada-lex.l: Change use of free to xfree (the macro would do so
4867 anyway, but this is harmless).
4868 Include gdb_string.h rather than string.h.
4869 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
4870
4871 * ada-lang.c (parse): Remove K&Rism in parameter list.
4872 (is_name_suffix): Correct Linux => GNU/Linux in comment.
4873
4874 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4875
4876 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
4877 dead code.
4878
4879 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4880
4881 * alphabsd-nat.c: Update copyright year.
4882 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
4883
4884 2004-06-29 Joel Brobecker <brobecker@gnat.com>
4885
4886 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
4887 (i386_cygwin_in_solib_call_trampoline): New function.
4888 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
4889 and skip_trampoline_code gdbarch methods.
4890
4891 2004-06-29 Jim Blandy <jimb@redhat.com>
4892
4893 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
4894 name actually used in the dependency lists.
4895
4896 2004-06-29 Randolph Chung <tausq@debian.org>
4897
4898 * NEWS (New native configurations): Mention GNU/Linux/hppa.
4899
4900 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4901
4902 * win32-nat.c (child_pid_to_exec_file): New function.
4903 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
4904 functionality.
4905
4906 2004-06-28 Andrew Cagney <cagney@gnu.org>
4907
4908 * defs.h (xstrvprintf): Declare.
4909 * utils.c (xstrvprintf): New function.
4910 (internal_vproblem, xstrprintf, xasprintf)
4911 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
4912 * serial.c (serial_printf): Ditto.
4913 * complaints.c (vcomplaint): Ditto.
4914
4915 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4916
4917 * infcmd.c (attach_command): Move call to target_terminal_inferior
4918 behind loading symbol table.
4919
4920 2004-06-28 Andrew Cagney <cagney@gnu.org>
4921
4922 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
4923 change - add back extern deprecated_ui_loop_hook declaration.
4924
4925 2004-06-28 Andrew Cagney <cagney@gnu.org>
4926
4927 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
4928 xstrprintf.
4929 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
4930 (c_value_of_variable): Ditto.
4931 * utils.c (internal_vproblem): Ditto.
4932 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
4933 * remote.c (add_packet_config_cmd): Ditto.
4934 * remote-rdp.c (rdp_set_command_line): Ditto.
4935 * regcache.c (regcache_dump): Ditto.
4936 * frv-tdep.c (new_variant, new_variant): Ditto.
4937 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
4938 (fbsd_find_memory_regions): Ditto.
4939 * breakpoint.c (create_thread_event_breakpoint)
4940 (create_breakpoints): Ditto.
4941 * aix-thread.c (aix_thread_pid_to_str): Ditto.
4942 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
4943
4944 2004-06-28 Joel Brobecker <brobecker@gnat.com>
4945
4946 * ada-lang.c: Re-indent file, with some massaging to help indent
4947 a bit when the result is otherwise really too ugly.
4948
4949 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4950
4951 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
4952 code_addr_p and special_addr_p to 'unsigned int'.
4953
4954 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4955
4956 * i386v4-nat.c: Update copyright year and tweak comment.
4957 (regmap): Remove trailing comma.
4958 (supply_gregset): Rename local variable i to regnum. Call
4959 regcache_raw_supply instead of supply_register.
4960 (fill_gregset): Rename argument regno to regnum. Call
4961 regcache_raw_collect instead of regcache_collect.
4962
4963 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4964
4965 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
4966 and special_addr_p.
4967 (frame_id_build, frame_id_build_special): Update comments.
4968 (frame_id_build_wild): New prototype.
4969 * frame.c (frame_id_build, frame_id_build_special): Fill in new
4970 struct frame_id fields.
4971 (frame_id_build_wild): New function.
4972 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
4973
4974 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4975
4976 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
4977 hppabsd-tdep.c.
4978
4979 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4980
4981 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
4982
4983 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4984
4985 * ada-lang.c: Re-indent file.
4986
4987 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4988
4989 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
4990 (no_symtab_msg): Likewise.
4991
4992 2004-06-27 Andreas Schwab <schwab@suse.de>
4993
4994 * source.c: Fix whitespace.
4995
4996 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4997
4998 * configure.in: Include <sys/param.h> for td_pcb test.
4999 * configure: Regenerated.
5000
5001 * i386nbsd-nat.c: New file.
5002 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5003 i386obsd-nat.c and i386obsd-tdep.c.
5004 (i386nbsd-nat.o): New dependency.
5005 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5006 bsd-kvm.o.
5007 (LOADLIBES): New variable.
5008 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5009 bsd-kvm.o.
5010 (LOADLIBES): New variable.
5011
5012 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5013 (LOADLIBES): New variable.
5014
5015 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5016 fetching from BSD_KVM_PADDR. Correctly lookup address for
5017 "_thread0".
5018
5019 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5020 "bsd-kvm.h".
5021 (amd64fbsd_supply_pcb): New funcion.
5022 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5023
5024 2004-06-27 <david@streamline-computing.com>
5025
5026 Partial fix for PR cli/1056.
5027 * valarith.c: Check for zero in division and remainder
5028 evaluation.
5029
5030 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5031
5032 * i387-tdep.c: Remove excessive whitespace.
5033
5034 2004-06-26 Andrew Cagney <cagney@gnu.org>
5035
5036 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5037 * gdb-events.h, gdb-events.c: Re-generate.
5038 * tui/tui-hooks.c (tui_install_hooks): Update.
5039 (tui_remove_hooks): Update.
5040 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5041
5042 2004-06-26 Mark Kettenis <kettenis@gnu.org>
5043
5044 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5045 (gregset_t, fpregset_t): Remove typedefs.
5046 (REG_OFFSET): Rename argument.
5047 (amd64bsd_r_reg_offset): Rename from reg_offset.
5048 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5049 Remove functions.
5050 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5051 of reg_offset.
5052 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5053
5054 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5055
5056 * vax-tdep.c: Tweak comment.
5057
5058 Add OpenBSD/hppa support.
5059 * NEWS (New native configurations): Mention OpenBSD/hppa.
5060 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5061 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5062 files.
5063 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5064 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5065 * configure.host: Add hppa*-*-openbsd*.
5066 * configure.tgt: Add hppa*-*-openbsd*.
5067
5068 2004-06-25 Andrew Cagney <cagney@gnu.org>
5069
5070 * defs.h (deprecated_ui_loop_hook): Deprecated.
5071 * wince.c (child_wait): Update.
5072 * win32-nat.c (child_wait): Update.
5073 * v850ice.c (v850ice_wait): Update.
5074 * top.c (deprecated_ui_loop_hook): Update.
5075 * serial.h: Update.
5076 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5077 (do_unix_readchar): Update.
5078 * ser-tcp.c (net_open): Update.
5079 * remote-sim.c (gdb_os_poll_quit): Update.
5080 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5081
5082 2004-06-24 Andrew Cagney <cagney@gnu.org>
5083
5084 * defs.h (deprecated_pre_add_symbol_hook)
5085 (deprecated_post_add_symbol_hook): Deprecated.
5086 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5087 (symbol_file_add_with_addrs_or_offsets): Update references.
5088
5089 2004-06-24 Andrew Cagney <cagney@gnu.org>
5090
5091 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5092 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5093 * wince.c (ui_loop_hook): Delete extern declaration.
5094 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5095 * v850ice.c (ui_loop_hook): Delete extern declaration..
5096 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5097 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5098 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5099 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5100 ui_loop_hook declaration.
5101
5102 2004-06-24 Andrew Cagney <cagney@gnu.org>
5103
5104 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5105 entry_func_highpc fields.
5106 * objfiles.c (init_entry_point_info): Do not clear
5107 entry_func_lowpc and entry_func_highpc.
5108 (objfile_relocate): Do not relocate entry_func_lowpc and
5109 entry_func_highpc.
5110 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5111 entry_func_highpc.
5112 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5113 entry_func_highpc.
5114 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5115 entry_func_lowpc and entry_func_highpc with call to
5116 inside_entry_func.
5117
5118 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5119
5120 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5121 quad-precision floating point arguments in registers.
5122
5123 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5124
5125 From Michael Mueller <m.mueller99@kay-mueller.de>:
5126 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5127 account.
5128
5129 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5130
5131 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5132 to -1.
5133 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5134 untriggered watchpoints to a separate if clause. Update function
5135 comment regarding STOPPED_BY_WATCHPOINT argument.
5136
5137 2004-06-22 Jim Blandy <jimb@redhat.com>
5138
5139 * gdbarch.sh: Doc fix.
5140
5141 2004-06-21 Martin Hunt <hunt@redhat.com>
5142 Kevin Buettner <kevinb@redhat.com>
5143
5144 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5145 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5146 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5147 to set_gdbarch_sp_regnum(). Use cooked register number.
5148 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5149
5150 2004-06-21 Andrew Cagney <cagney@gnu.org>
5151
5152 * gdbarch.sh: When the macro field is empty, do not generate a
5153 macro definition. When the macro field is "=", generate the macro
5154 name from the upper-case function name.
5155 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5156 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5157 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5158 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5159 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5160 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5161 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5162 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5163 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5164 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5165 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5166 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5167 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5168 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5169 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5170 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5171 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5172 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5173 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5174 (DEPRECATED_USE_STRUCT_CONVENTION)
5175 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5176 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5177 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5178 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5179 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5180 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5181 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5182 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5183 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5184 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5185 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5186 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5187 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5188 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5189 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5190 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5191 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5192 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5193
5194 2004-06-21 Andrew Cagney <cagney@gnu.org>
5195
5196 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
5197 macro name, and the function rather than macro value. Only wrap
5198 macro print statements in #ifdef. Move format logic to where it
5199 is needed.
5200 * gdbarch.c: Re-generate.
5201
5202 * gdbarch.sh (read): Delete "print_p" and "description", add
5203 "garbage_at_eol". Check for non-empty garbage at end-of-line.
5204 Delete references to print_p.
5205 (TARGET_ARCHITECTURE): Delete print predicate.
5206 * gdbarch.c: Re-generate.
5207
5208 * gdbarch.sh: Check that multi-arch methods do not provide a
5209 macro.
5210 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
5211 (print_registers_info, print_float_info, print_vector_info)
5212 (adjust_breakpoint_address, remote_translate_xfer_address)
5213 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
5214 (address_class_type_flags_to_name, unwind_sp): Remove the macro
5215 name from the multi-arch definition.
5216
5217 2004-06-20 Andrew Cagney <cagney@gnu.org>
5218
5219 * gdbarch.sh: Sort by the function, instead of macro name.
5220 * gdbarch.c: Re-generate.
5221
5222 2004-06-20 Andrew Cagney <cagney@gnu.org>
5223
5224 * gdbarch.sh: Use the function, instead of macro name in
5225 errors and the log file.
5226 (return_value): Remove stray ":" in spec.
5227
5228 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
5229 * gdbarch.h, gdbarch.c: Re-generate.
5230 * Makefile.in (arch-utils.o): Update dependencies.
5231 * values.c (using_struct_return): Move code calling
5232 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
5233 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
5234 to legacy_return_value, simplify.
5235 * infcmd.c (print_return_value): Move code calling
5236 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
5237 to legacy_return_value, simplify.
5238 * infcall.c (call_function_by_hand): Move code calling
5239 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
5240 * arch-utils.c: Update copyright. Include "gdbcore.h".
5241 (legacy_return_value): New function.
5242 * arch-utils.h: Update copyright.
5243 (legacy_return_value): Declare.
5244
5245 2004-06-20 Andrew Cagney <cagney@gnu.org>
5246
5247 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
5248 * gdbarch.h, gdbarch.c: Re-generate.
5249 * values.c (using_struct_return): Update call.
5250 * mcore-tdep.c: Update comment.
5251 * infcall.c (call_function_by_hand): Update comment.
5252 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5253 * arch-utils.h (always_use_struct_convention): Update.
5254 * v850-tdep.c (v850_gdbarch_init): Update.
5255 * sh64-tdep.c (sh64_gdbarch_init): Update.
5256 * sh-tdep.c (sh_gdbarch_init): Update.
5257 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5258 * mips-tdep.c (mips_gdbarch_init): Update.
5259 * mcore-tdep.c (mcore_gdbarch_init): Update.
5260 * m32r-tdep.c (m32r_gdbarch_init): Update.
5261 * ia64-tdep.c (ia64_gdbarch_init): Update.
5262 * h8300-tdep.c (h8300_gdbarch_init): Update.
5263 * frv-tdep.c (frv_gdbarch_init): Update.
5264 * cris-tdep.c (cris_gdbarch_init): Update.
5265 * arm-tdep.c (arm_gdbarch_init): Update.
5266 * alpha-tdep.c (alpha_gdbarch_init): Update.
5267
5268 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
5269
5270 * PROBLEMS: Add more specific information, and a work-around,
5271 for PR gdb/1458.
5272
5273 2004-06-18 Andrew Cagney <cagney@gnu.org>
5274
5275 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
5276 * gdbarch.h, gdbarch.c: Re-generate.
5277 * ada-lang.c (ada_finish_decode_line_1): Update.
5278 * infrun.c (handle_inferior_event): Update.
5279 * infcall.c (find_function_addr): Update.
5280 * linespec.c (minsym_found): Update.
5281 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
5282 Update.
5283 * blockframe.c (legacy_frameless_look_for_prologue): Update.
5284 * cli/cli-cmds.c (disassemble_command): Update.
5285 * vax-tdep.c (vax_gdbarch_init): Update.
5286
5287 2004-06-18 Mark Kettenis <kettenis@gnu.org>
5288
5289 * i386-tdep.c (i386_collect_fpregset): Fix comment.
5290
5291 2004-06-17 Andrew Cagney <cagney@gnu.org>
5292
5293 GDB 6.1.1 released from the GDB 6.1 branch.
5294 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
5295 * PROBLEMS: Ditto.
5296
5297 2004-06-16 Daniel Jacobowitz <dan@debian.org>
5298
5299 PR gdb/1658
5300 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
5301 operation as a uleb128. Found by Michael Coulter.
5302
5303 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
5304
5305 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
5306 make it non-static.
5307 * ada-lang.h (task_control_block): declaration moved from ada-task.c
5308 to ada-lang.h; this is needed to be able to implement the kill command
5309 in multi-task mode.
5310 (task_ptid): Ditto.
5311 (task_entry): Ditto.
5312 (task_list): Ditto.
5313 (ada_build_task_list): Ditto.
5314
5315 * ada-lang.c: Conditionalize routines and data structures related
5316 to breakpoints, exceptions, completion, and symbol caching on
5317 GNAT_GDB, since these are not yet used in the submitted public sources.
5318 (ada_main_name): Editorial: Move definition out of exception-related
5319 code.
5320
5321 2004-06-15 Andrew Cagney <cagney@gnu.org>
5322
5323 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
5324 deprecated_pc_in_call_dummy.
5325
5326 2004-06-15 Alan Modra <amodra@bigpond.net.au>
5327
5328 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
5329 bfd_get_section_size_before_reloc or _raw_size.
5330 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
5331 * dwarf2read.c (dwarf2_locate_sections): Likewise.
5332 (dwarf2_read_section): Likewise.
5333 * elfread.c (elf_locate_sections): Likewise.
5334 * gcore.c (derive_heap_segment): Likewise.
5335 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
5336 * remote-e7000.c (e7000_load): Likewise.
5337 * remote-m32r-sdi.c (m32r_load): Likewise.
5338 * remote-mips.c (mips_load_srec): Likewise.
5339 (pmon_load_fast): Likewise.
5340 * remote.c (compare_sections_command): Likewise.
5341 * symfile.c (add_section_size_callback): Likewise.
5342 (load_section_callback): Likewise.
5343 (pc_in_unmapped_range): Likewise.
5344 (pc_in_mapped_range): Likewise.
5345 (sections_overlap): Likewise.
5346 (list_overlays_command): Likewise.
5347 (simple_overlay_update_1): Likewise.
5348 (simple_overlay_update): Likewise.
5349 * tracepoint.c (remote_set_transparent_ranges): Likewise.
5350 * win32-nat.c (core_section_load_dll_symbols): Likewise.
5351
5352 2004-06-14 Randolph Chung <tausq@debian.org>
5353
5354 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
5355 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
5356 static.
5357 (hppa_hpux_inferior_created): New function.
5358 (hppa_hpux_init_abi): Register observer.
5359 * symfile.c (hp_cxx_exception_support_initialized)
5360 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
5361 (symbol_file_add_main_1, symbol_file_clear): Likewise.
5362
5363 2004-06-14 Randolph Chung <tausq@debian.org>
5364
5365 * MAINTAINERS (Write After Approval): Alphabetize my entry
5366 correctly.
5367
5368 2004-06-14 Andrew Cagney <cagney@gnu.org>
5369
5370 * MAINTAINERS (testsuite): List Michael Chastain as the lead
5371 testsuite maintainer.
5372
5373 2004-06-13 Andrew Cagney <cagney@gnu.org>
5374
5375 * infcmd.c (print_return_value): Fix logic, allow
5376 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
5377
5378 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
5379 defining any macros.
5380 * gdbarch.h: Re-generate.
5381
5382 * gdbarch.sh: Delete "level" attribute. Only check for a macro
5383 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
5384 * gdbarch.h: Re-generate.
5385
5386 * values.c (generic_use_struct_convention): Don't check gcc_p.
5387
5388 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5389 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
5390 * gdbarch.h, gdbarch.c: Regenerate.
5391 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
5392 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
5393 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5394 deprecated_max_register_raw_size and
5395 deprecated_max_register_virtual_size.
5396 * v850-tdep.c (v850_gdbarch_init): Ditto.
5397 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5398 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5399 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5400 * cris-tdep.c (cris_gdbarch_init): Ditto.
5401
5402 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
5403 * gdbarch.h, gdbarch.c: Re-generate.
5404 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
5405 (m68hc11_use_struct_convention): Delete function.
5406 (m68hc11_extract_struct_value_address): Delete function.
5407 (m68hc11_return_value): New function.
5408 (m68hc11_gdbarch_init): Instead of store_return_value,
5409 extract_return_value, return_value_on_stack,
5410 deprecated_extract_struct_value_address and use_struct_convention,
5411 set return_value.
5412 * values.c (using_struct_return): Do not call
5413 RETURN_VALUE_ON_STACK.
5414 * arch-utils.h (generic_return_value_on_stack_not): Delete
5415 declaration.
5416 * arch-utils.c (generic_return_value_on_stack_not): Delete
5417 function.
5418
5419 2004-06-12 Andrew Cagney <cagney@gnu.org>
5420
5421 * values.c (register_value_being_returned): Delete function.
5422 * infcmd.c (legacy_return_value): Delete function.
5423 * infcall.c (call_function_by_hand): Inline
5424 "register_value_being_returned", simplify.
5425 * values.c (using_struct_return): Update comment, refer to
5426 print_return_value instead of register_value_being_returned.
5427 * infcmd.c (print_return_value): Inline calls to
5428 register_value_being_returned and legacy_return_value. Simplify.
5429
5430 2004-06-11 Randolph Chung <tausq@debian.org>
5431
5432 * somread.c (som_symtab_read): Exclude gcc local symbols.
5433
5434 2004-06-11 Randolph Chung <tausq@debian.org>
5435
5436 * infrun.c (handle_inferior_event): Handle the case when a
5437 trampoline ends up in the runtime resolver, and if the trampoline
5438 has no name. Rearrange the code so that all the trampoline
5439 processing happens before other step-out-of-range handling.
5440
5441 2004-06-11 Martin Hunt <hunt@redhat.com>
5442
5443 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
5444 has no fpu.
5445
5446 2004-06-10 Andrew Cagney <cagney@gnu.org>
5447
5448 * blockframe.c (legacy_inside_entry_func): Delete.
5449 (legacy_frame_chain_valid): Inline call to
5450 legacy_inside_entry_func, simplify.
5451
5452 2004-06-10 Bob Rossi <bob@brasko.net>
5453
5454 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
5455 * dwarf2read.c (partial_die_info): Add dirname field.
5456 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
5457 (read_partial_die): Save away DW_AT_comp_dir.
5458 * defs.h (symtab_to_filename): Removed.
5459 * source.c (find_and_open_source): Added.
5460 (open_source_file): Just calls find_and_open_source.
5461 (symtab_to_filename): Removed.
5462 (symtab_to_fullname, psymtab_to_fullname): Added.
5463 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
5464 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
5465 symtab_to_filename.
5466 * symtab.h (partial_symtab): Add dirname field.
5467 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
5468 (mi_cmd_file_list_exec_source_file): Call new function
5469 symtab_to_fullname to find fullname.
5470 (mi_cmd_file_list_exec_source_files): Added.
5471 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
5472 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
5473
5474 2004-06-10 Andrew Cagney <cagney@gnu.org>
5475
5476 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
5477 to generic_use_struct_convention, the default value.
5478
5479 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
5480 of abort.
5481
5482 * ns32k-tdep.c (ns32k_push_arguments): New function.
5483 (ns32k_gdbarch_init): Set deprecated_push_arguments.
5484 * infcall.c (call_function_by_hand): Call error instead of
5485 legacy_push_arguments.
5486 * value.h (legacy_push_arguments): Delete declaration.
5487 * valops.c (legacy_push_arguments): Delete function.
5488 (value_push): Delete function.
5489
5490 2004-06-10 Brian Ford <ford@vss.fsi.com>
5491
5492 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
5493 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
5494 info.
5495 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
5496
5497 2004-06-10 Andrew Cagney <cagney@gnu.org>
5498
5499 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
5500 * gdbarch.h, gdbarch.c: Re-generate.
5501 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
5502 parameters.
5503 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
5504 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
5505 deprecated_pc_in_call_dummy instead of
5506 DEPRECATED_PC_IN_CALL_DUMMY.
5507 (arm_skip_prologue): Ditto.
5508 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
5509 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
5510 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
5511 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
5512 Ditto.
5513 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
5514 (sh64_init_extra_frame_info, sh64_get_saved_register)
5515 (sh64_pop_frame): Ditto.
5516 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
5517 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
5518 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
5519 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
5520 (h8300_pop_frame): Ditto.
5521 * blockframe.c (legacy_inside_entry_func)
5522 (legacy_frame_chain_valid): Ditto.
5523 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
5524 to deprecated_pc_in_call_dummy.
5525
5526 2004-06-09 Andrew Cagney <cagney@gnu.org>
5527
5528 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
5529 provide a default value.
5530 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
5531 * gdbarch.h, gdbarch.c: Re-generate.
5532 * arch-utils.c (generic_convert_register_p): Rename
5533 legacy_convert_register_p
5534 (legacy_register_to_value, legacy_value_to_register): Delete
5535 functions.
5536 * arch-utils.h (generic_convert_register_p): Rename
5537 legacy_convert_register_p.
5538 (legacy_register_to_value, legacy_value_to_register): Delete
5539 declarations.
5540
5541 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
5542 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
5543 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
5544 * gdbarch.h, gdbarch.c: Re-generate.
5545 * infcmd.c (default_print_registers_info): Simplify.
5546 * findvar.c (value_of_register): Simplify.
5547 * mi/mi-main.c (get_register): Simplify.
5548 * arch-utils.c (legacy_convert_register_p): Always return 0.
5549 (legacy_register_to_value, legacy_value_to_register): Always call
5550 internal_error.
5551
5552 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
5553 #ifdef CLEAR_INSN_CACHE code.
5554 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
5555 Delete #ifdef CLEAR_DEFERRED_STORES code.
5556
5557 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
5558
5559 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
5560 copyright.
5561 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
5562
5563 * config/mips/mipsv4.mh: Delete file.
5564
5565 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
5566 unreferenced macro.
5567 (hpread_adjust_stack_address): Delete declaration.
5568
5569 2004-06-08 Andrew Cagney <cagney@gnu.org>
5570
5571 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5572 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
5573 PTRACE_ATTACH / PTRACE_DETACH available call error.
5574 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
5575 * infttrace.c (update_thread_state_after_attach, attach, detach):
5576 Remove #ifdef wrappers.
5577 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
5578 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5579 * config/nm-bsd.h (ATTACH_DETACH): Delete.
5580 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
5581 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
5582 * config/nm-linux.h (ATTACH_DETACH): Delete.
5583 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
5584 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
5585 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
5586 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
5587 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
5588
5589 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
5590
5591 * configure.in: Set $configdir to the right OS specific value.
5592 Use value when setting $tcldir and $tkdir.
5593 * configure: Regenerate.
5594
5595 2004-06-06 Paul Brook <paul@codesourcery.com>
5596
5597 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
5598 records.
5599
5600 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
5601
5602 * ada-lang.c (lookup_symbol_in_language): New function to allow
5603 re-use of another language's symbol lookup code. (Placed here
5604 temporarily while Ada support is being integrated into the public
5605 tree).
5606 (restore_language): New auxiliary function for
5607 lookup_symbol_in_language.
5608 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
5609 temporarily while Ada support is being integrated into the public
5610 tree).
5611
5612 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
5613
5614 * Makefile.in (check//%): New.
5615
5616 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
5617 (mn10300_store_return_value): Rewrite.
5618 (mn10300_type_align): New.
5619 (mn10300_use_struct_convention): Rewrite.
5620 (mn10300_return_value): New, using all of the above.
5621 (mn10300_pop_frame_regular): Add saved_regs_size.
5622 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
5623
5624 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
5625 regs if PC is on movm.
5626
5627 2004-06-07 Jim Blandy <jimb@redhat.com>
5628
5629 Add native Linux support for the PowerPC E500.
5630 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
5631 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
5632 all architectures except the E500.
5633 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
5634 #definitions.
5635 (struct gdb_evrregset_t): New type.
5636 (have_ptrace_getsetevrregs): New variable.
5637 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
5638 fetch_spe_registers): New functions.
5639 (fetch_register): Call fetch_spe_register as appropriate.
5640 Assert that we're only passed raw register numbers.
5641 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
5642 Don't fetch gprs if they're pseudoregisters.
5643 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
5644 store_spe_registers): New functions.
5645 (store_register): Call store_spe_register as appropriate.
5646 Assert that we're only passed raw register numbers.
5647 (store_ppc_registers): Call store_spe_registers as appropriate.
5648 Don't store gprs if they're pseudoregisters.
5649
5650 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
5651
5652 * thread-db.c (thread_get_info_callback): Fill in the thread_info
5653 struct if one exists, even if we are dealing with a zombie thread.
5654
5655 2004-06-07 Andrew Cagney <cagney@gnu.org>
5656
5657 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
5658 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
5659 Rename PC_REQUIRES_RUN_BEFORE_USE.
5660 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
5661 #ifdef.
5662
5663 2004-06-07 Randolph Chung <tausq@debian.org>
5664
5665 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
5666 unwinding after sp has been saved to the stack but before the end
5667 of the prologue, and after the fp has been modified but before it has
5668 been saved to the stack.
5669 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
5670 Remove superfluous definitions.
5671 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
5672
5673 2004-06-07 Guy Martin <gmsoft@gentoo.org>
5674
5675 Committed by Randolph Chung.
5676 * hppa-linux-nat.c: Include the correct version of the header file
5677 depending on the kernel version.
5678
5679 2004-06-06 Randolph Chung <tausq@debian.org>
5680
5681 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
5682 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
5683
5684 2004-06-06 Randolph Chung <tausq@debian.org>
5685
5686 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5687 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
5688 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
5689 * hppa-tdep.c (hppa_symbol_address): New function definition.
5690 * hppa-tdep.h (hppa_symbol_address): New function declaration.
5691
5692 2004-06-06 Randolph Chung <tausq@debian.org>
5693
5694 * hppa-tdep.h (struct value): Forward declaration.
5695 (gdbarch_tdep): Define tdep find_global_pointer method.
5696 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
5697 associated with the function we are trying to call, and write it
5698 to the gp register.
5699 (hppa32_convert_from_funct_ptr_addr): New function.
5700 (hppa_find_global_pointer): New function.
5701 (hppa_gdbarch_init): Set default find_global_pointer method; set
5702 convert_from_func_ptr_addr method.
5703 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
5704 (hppa_linux_init_abi): Set find_global_pointer method.
5705 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
5706
5707 2004-06-06 Randolph Chung <tausq@debian.org>
5708
5709 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
5710 to struct value *function.
5711 * gdbarch.c: Regenerate.
5712 * gdbarch.h: Likewise.
5713 * infcall.c (call_function_by_hand): Pass entire function value
5714 to push_dummy_call.
5715
5716 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
5717 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
5718 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
5719 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
5720 * arm-tdep.c (arm_push_dummy_call): Likewise.
5721 * avr-tdep.c (avr_push_dummy_call): Likewise.
5722 * cris-tdep.c (cris_push_dummy_call): Likewise.
5723 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
5724 * frv-tdep.c (frv_push_dummy_call): Likewise.
5725 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
5726 * hppa-tdep.c (hppa32_push_dummy_call)
5727 (hppa64_push_dummy_call): Likewise.
5728 * i386-tdep.c (i386_push_dummy_call): Likewise.
5729 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
5730 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
5731 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
5732 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
5733 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
5734 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
5735 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
5736 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
5737 (ppc64_sysv_abi_push_dummy_call): Likewise.
5738 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
5739 (ppc64_sysv_abi_push_dummy_call): Likewise.
5740 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
5741 * s390-tdep.c (s390_push_dummy_call): Likewise.
5742 * sh-tdep.c (sh_push_dummy_call_fpu)
5743 (sh_push_dummy_call_nofpu): Likewise.
5744 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
5745 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
5746 * vax-tdep.c (vax_push_dummy_call): Likewise.
5747
5748 2004-06-04 Jim Blandy <jimb@redhat.com>
5749
5750 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
5751 gdbarch argument to register_size.
5752
5753 * rs6000-tdep.c (rs6000_store_return_value): Use
5754 regcache_cooked_write_part instead of
5755 deprecated_write_register_bytes.
5756 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
5757 not gdbarch_deprecated_store_return_value.
5758
5759 * ppc-linux-nat.c (store_register, fetch_register): Remove
5760 incorrect assertions. Simplify and generalize handling of
5761 transfers whose sizes are not multiples of, or less than, sizeof
5762 (PTRACE_XFER_TYPE).
5763
5764 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
5765
5766 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
5767 as a new thread event.
5768 * thread-db.c (thread_get_info_callback): If the thread is a
5769 zombie, return TD_THR_ZOMBIE.
5770 (thread_from_lwp): If thread_get_info_callback returns
5771 TD_THR_ZOMBIE, check if the thread is still on the thread list
5772 and return a -1 ptid if not found.
5773 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
5774 change the status to TARGET_WAITKIND_SPURIOUS.
5775
5776 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
5777
5778 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
5779 double values in little endian mode.
5780
5781 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
5782
5783 Committed by Andrew Cagney.
5784 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
5785 after last enum constant to avoid error from IBM C
5786 compiler.
5787
5788 2004-06-02 Jim Blandy <jimb@redhat.com>
5789
5790 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
5791 to 'message', and make it local to the lone block that uses it.
5792
5793 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
5794
5795 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
5796
5797 * ada-exp.y: Update copyright notice.
5798 Include block.h.
5799
5800 Replace REGNAME, LAST, INTERNAL_VARIABLE with
5801 SPECIAL_VARIABLE and unify the treatment of these cases.
5802
5803 (write_attribute_call0): Remove.
5804 (write_attribute_call1): Remove.
5805 (write_attribute_calln): Remove.
5806 (save_qualifier): Add missing semicolon.
5807
5808 (simple_exp,exp): Decomment (i.e., reactivate) code that was
5809 temporarily disabled to allow compilation with FSF head version.
5810
5811 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
5812 use individual operators (OP_*) for all attributes.
5813 (exp syntax): Use write_int.
5814 Handle STRING literals with OP_STRING.
5815 (variable syntax): Add limit parameter to calls to
5816 write_object_renaming.
5817
5818 (temp_parse_space): New definition to hold entities that need
5819 only live until the next call to ada_parse.
5820 (string_to_operator): Rename fields of ada_opname_table entries.
5821
5822 (write_var_from_sym): Record block.
5823 (write_var_from_name): Minor reformatting.
5824 Make sure saved name is properly encoded in the case of multiple
5825 matches, and set its language to Ada.
5826 Update comment.
5827 Modify to indicate unresolved name as symbol in the UNRESOLVED
5828 namespace, allocated in temp_parse_space.
5829 (write_int): New function.
5830
5831 (write_object_renaming): Add max_depth parameter to limit
5832 chains of object renamings.
5833 Handle case where root of renaming expression is itself a renaming.
5834 Use temp_parse_space for temporary name buffer.
5835 Handle renamings to dereferenced pointers (___XEXA suffices).
5836
5837 (ada_parse, yyerror, string_to_operator,
5838 write_var_from_sym, write_var_from_name, write_attribute_call0,
5839 write_attribute_call1, write_attribute_calln,
5840 write_object_renaming): Protoize.
5841
5842 (_initialize_ada_exp): New function.
5843
5844 * ada-lang.c: Update copyright notice.
5845 General terminology change to conform to GNAT compiler usage:
5846 mangle => encode, demangle => decode
5847 Include gdb_obstack.h.
5848 Include gdb_regex.h
5849 Include frame.h
5850 Include hashtab.h
5851 Include completer.h
5852 Include gdb_stat.h
5853 Include block.h
5854 Include infcall.h
5855
5856 (ADA_RETAIN_DOTS): Make sure this is defined.
5857 (TRUNCATION_TOWARDS_ZERO): Define.
5858 (struct string_vector): Define.
5859 (unresolved_names): Remove definition.
5860 (xnew_string_vector): New function.
5861 (string_vector_append): New function.
5862 (extract_string): Make static.
5863 (ada_unqualified_name): New function.
5864 (add_angle_brackets): New function.
5865 (function_name_from_pc): New function.
5866 (place_on_stack): Rename to ensure_lval.
5867
5868 (ensure_lval): Renamed from place_on_stack.
5869 Make identity on lvals.
5870 Update comment.
5871 (is_nonfunction): New interface.
5872 Only symbols in LOC_CONST class can be enumerals.
5873 (fill_in_ada_prototype): Remove; now independent of language.
5874 (add_defn_to_vec): Add obstack and symtab arguments.
5875 Use obstack to hold collected definitions.
5876 (num_defns_collected): New function.
5877 (defns_collected): New function.
5878 (ada_resolve_subexp): Rename to resolve_subexp.
5879 (resolve_subexp): Renamed from ada_resolve_subexp.
5880 (ada_op_name): Return non-const result.
5881 (ada_decoded_op_name): Renamed from ada_op_name, now used for
5882 other purposes.
5883
5884 (to_fixed_array_type): Add declaration.
5885 (coerce_unspec_val_to_type): Remove offset parameter.
5886 (find_sal_from_funcs_and_line): New interface.
5887 (find_line_in_linetable): Ditto.
5888
5889 (all_sals_for_line): Rename to ada_sals_for_line and make
5890 global.
5891 Add new parameter. When set, do not ask the user to choose the
5892 instance, but use the first one found instead.
5893 Use given line number in returned sals.
5894 Fix comment.
5895 Skip the prologue if funfirstline is set.
5896 Correct for memory leak when 0 lines found.
5897
5898 (value_pos_atr): Use pos_atr.
5899 (pos_atr): New function.
5900 (standard_lookup): Add block parameter.
5901
5902 (makeTimeStart): Remove declaration and uses.
5903 (makeTimeStop): Remove declaration and uses.
5904
5905 (ada_completer_word_break_characters): Allow for VMS.
5906 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
5907 (raise_sym_name): New constant.
5908 (raise_unhandled_sym_name): New constant.
5909 (raise_assert_sym_name): New constant.
5910 (process_raise_exception_name): New constant.
5911 (longest_exception_template): New constant.
5912 (warning_limit): New variable to limit warnings during expression
5913 evaluation.
5914 (warnings_issued): New variable to keep track of warnings issued.
5915 (known_runtime_file_name_patterns): New constant.
5916 (known_auxiliary_function_name_patterns): New constant.
5917 (symbol_list_obstack): New variable.
5918
5919 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
5920 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
5921 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
5922 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
5923 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
5924 ada_variant_discrim_name, field_alignment, dynamic_template_type,
5925 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
5926 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
5927 and strcmp.
5928
5929 (ada_get_field_index): New function.
5930 (lim_warning): New function.
5931 (ada_translate_error_message): New function.
5932 (MAX_OF_SIZE): New function.
5933 (MIN_OF_SIZE): New function.
5934 (UMAX_OF_SIZE): New function.
5935 (UMIN_OF_SIZE): New function.
5936 (discrete_type_high_bound): New function.
5937 (discrete_type_low_bound): New function.
5938 (base_type): New function.
5939 (do_command): Remove.
5940
5941 (ada_update_initial_language): Use language_ada, not language_unknown.
5942 (ada_encode): Renamed from ada_mangle.
5943 Obey ADA_RETAIN_DOTS.
5944 (ada_decode): Renamed from ada_demangle.
5945 Update coding conventions.
5946 (decoded_names_store): New hash table.
5947 (ada_decode_symbol): New function.
5948 (ada_la_decode): New function.
5949
5950 (modify_general_field): Correct computations of offset and bit
5951 position.
5952 (desc_base_type): Handle ref types, too.
5953 (ada_is_direct_array_type): New function.
5954
5955 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5956 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5957 (ada_is_bogus_array_descriptor,ada_type_of_array,
5958 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
5959 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
5960 ada_is_array_descriptor_type.
5961
5962 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
5963 (ada_is_packed_array_type): Handle pointers or
5964 references to packed arrays as well.
5965 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
5966 (decode_packed_array_type): Search for the packed array type
5967 symbol in the currently selected block and associated
5968 superblocks too.
5969 Use lookup_symbol again.
5970
5971 (decode_packed_array): Handle pointers and references.
5972 Update call to coerce_unspec_val_to_type.
5973 (decode_packed_array_type,value_subscript_packed): Limit warnings.
5974 (ada_value_primitive_packed_val): Improve comment.
5975
5976 (ada_index_type): Substitute int type for "undefined".
5977 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
5978 ada_array_langth, ada_is_string_type): Use renamed
5979 ada_is_simple_array_type.
5980 (empty_array): New function.
5981
5982 (ada_resolve): Rename to resolve.
5983 (resolve): Make static.
5984 Call renamed resolve_subexp.
5985 Update comment.
5986 (ada_resolve_subexp): Rename to resolve_subexp.
5987 (resolve_subexp): Update comment.
5988 Decomment disabled code.
5989 Add LOC_COMPUTED* cases.
5990 Modify to use temporary struct symbols (marked as being in
5991 UNDEF_NAMESPACE) to indicate unresolved names, instead of
5992 OP_UNRESOLVED_VALUE.
5993 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
5994 Add OP_STRING case.
5995 Remove OP_ARRAY.
5996 Use SYMBOL_PRINT_NAME instead of ada_demangle.
5997 Use new ada_lookup_symbol_list interface.
5998 Use new ada_resolve_function interface.
5999 Remove OP_TYPE case.
6000
6001 (ada_args_match): Idiot proof against null actuals.
6002 Use intermediate variables to clarify.
6003 (ada_resolve_function): Update comment and interface.
6004 (mangled_ordered_before): Rename to encoded_ordered_before and
6005 update comment.
6006 (sort_choices): Update comment and interface.
6007 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6008 (user_select_syms): New interface.
6009 Use new sort_choices interface.
6010 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6011 (possible_user_operator_p): Idiot-proof against null values.
6012 (ada_simple_renamed_entity): Don't make cleanup; rely on
6013 caller to free result string.
6014 Remove const from return type.
6015 (make_array_descriptor): Rename uses of place_on_stack to
6016 ensure_lval.
6017 Make sure that arrays are on stack.
6018
6019 (HASH_SIZE): Define.
6020 (struct cache_entry): Define.
6021 (cache_space): Define.
6022 (cache): Define.
6023 (clear_ada_sym_cache): New function.
6024 (find_entry): New function.
6025 (lookup_cached_symbol): New function.
6026 (defn_vector_size): Define.
6027 (cache_symbol): New function.
6028 (defn_symbols): Remove.
6029
6030 (standard_lookup): Use lookup_symbol_in_language to get effect of
6031 C lookup.
6032 Cache results.
6033
6034 (symbol_completion_match): New function.
6035 (symbol_completion_add): New function.
6036 (ada_make_symbol_completion_list): New function.
6037
6038 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6039 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6040 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6041 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6042
6043 (ada_lookup_simple_minsym): New function.
6044 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6045
6046 (add_symbols_from_enclosing_procs): New interface.
6047 Conditionalize more helpfully.
6048 Don't bother if program isn't running.
6049 Use new interface to get_frame_block.
6050 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6051
6052 (remove_extra_symbols): New interface.
6053 (xget_renaming_scope): New function.
6054 (is_package_name): New function.
6055 (renaming_is_visible): New function.
6056 (remove_out_of_scope_renamings): New function.
6057
6058 (ada_lookup_symbol_list): New interface.
6059 Properly reinitialize the symbol list obstack.
6060 Don't call add_symbols_from_enclosing_procs if we start from a
6061 static or global block.
6062 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6063 add_symbols_from_enclosing_procs.
6064 Add symtab data to cached entries.
6065 Handle symbols prefixed with
6066 "standard__" specially; strip prefix and don't look in local symbols.
6067 Do not include out of scope renaming symbols in list of
6068 symbols returned.
6069 Add const to block parameter.
6070 Move check for non-local, non-global symbols earlier.
6071 Remove timing stuff.
6072 (ada_lookup_symbol): New interface.
6073 Find symtab as well.
6074 (ada_lookup_symbol_nonlocal): New function.
6075
6076 (is_name_suffix): Enhance suffix detection to recognize
6077 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6078 (is_dot_digits_suffix): New function.
6079 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6080
6081 (ada_add_block_symbols): New interface. Use obstack to return results
6082 in a vector of struct ada_symbol_infos. Add symtab argument.
6083 Use new interface to add_defn_to_vec.
6084 Remove calls to fill_in_ada_prototype.
6085 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6086
6087 (ada_finish_decode_line_1): Add const qualification to local to fix
6088 warning.
6089 Start looking in static block for functions to avoid attempts
6090 to search frame chain for up-level variables.
6091 Adapt to new ada_sals_for_line interface.
6092 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6093 Handle quoting of the function name inside the spec string.
6094 Skip prologue when funfirstline is set and update the
6095 function documentation to that effect.
6096
6097 (debug_print_lines, debug_print_block, debug_print_blocks,
6098 debug_print_symtab): Remove.
6099
6100 (ada_main_name): New function.
6101 (ada_exception_breakpoint_type): New function.
6102 (is_known_support_routine): New function.
6103 (ada_find_printable_frame): Renamed from find_printable_frame and made
6104 global.
6105 Remove level parameter.
6106 Use new interface to select_frame.
6107
6108 (begin_command): Remove.
6109 (ada_adjust_exception_stop): New function.
6110 (ada_print_exception_stop): New function.
6111 (exception_name_from_cond): New function.
6112 (ada_report_exception_break): Replace disabled code with
6113 conditionalization on GNAT_GDB.
6114 Get the exception name from the condition string.
6115 Remove and move functionality into new functions
6116 ada_print_exception_breakpoint_task and
6117 ada_print_exception_breakpoint_nontask.
6118 (error_breakpoint_runtime_sym_not_found): New function.
6119 (is_runtime_sym_defined): New function.
6120 (ada_breakpoint_rewrite): Uncomment suppressed code.
6121 Use symbolic error-message and runtime-symbol names.
6122 Surround runtime symbol names in quotes.
6123 Allow non-specific breakpoints on exceptions and assertions before
6124 program starts.
6125
6126 (ada_is_tagged_type): Add parameter.
6127 (ada_is_tag_type): New function.
6128 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6129 (ada_variant_discrim_type): Ditto.
6130 (value_tag_from_contents_and_address): New function.
6131 (type_from_tag): New function.
6132 (struct tag_args): New structure used to communicate with
6133 ada_tag_name_1.
6134 (ada_tag_name_1): New function.
6135 (ada_tag_name): New function.
6136
6137 (ada_scan_number): Update comment.
6138 (find_struct_field): New function.
6139 (ada_search_struct_field): Make static.
6140 (ada_value_struct_elt): New version that returns references when
6141 given pointers or references to structs.
6142 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6143 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6144 interface.
6145 (ada_value_ind): Use new ada_to_fixed_value interface.
6146 (ada_coerce_ref): Ditto.
6147 (field_offset): Remove.
6148
6149 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6150 (ada_find_renaming_symbol): New function.
6151 (ada_prefer_type): Prefer named types over unnamed ones.
6152 (variant_field_index): New function.
6153 (contains_variant_part): Removed: subsumed by variant_field_index.
6154 (ada_template_to_fixed_record_type): New function, mostly from
6155 template_to_fixed_record_type.
6156 (template_to_fixed_record_type):
6157 Do not scan the type fields beyond the last one; prevents a
6158 potential SEGV.
6159 Handle case where variant field is listed BEFORE discriminant it
6160 depends on.
6161 Fix calculation of record length when bit length is
6162 not evenly divisible by char length.
6163 Move code to ada_template_to_fixed_record_type and call it.
6164
6165 (template_to_static_fixed_type): Revise comment.
6166 Modify to work on ordinary record types as well as templates,
6167 so as to handle fields that use ___XVE or ___XVU encodings.
6168 (to_record_with_fixed_variant_part): Fill out comment.
6169 Initialize C++ stuff in right type.
6170 Allow case where DVAL is null.
6171 Handle case where variant field is not last.
6172 Fix typo concerning record length.
6173 (to_fixed_record_type): Decomment disabled code.
6174 (to_fixed_record_type): Use variant_field_index instead of
6175 contains_variant_part.
6176 (to_fixed_variant_branch_type): Ditto.
6177 (to_fixed_array_type): Decomment disabled code.
6178 (ada_to_fixed_type): Convert tagged types to the specific type.
6179 Deactivate the size-check for array types in order to avoid
6180 some false size alarms.
6181 (to_static_fixed_type): Decomment disabled code.
6182 Modify to call template_to_static_fixed_type
6183 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6184 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6185 Remove valaddr argument, as it is never really used.
6186 (ada_to_fixed_value): Change interface to act on single struct value*
6187 operand.
6188 (adjust_pc_past_prologue): New function.
6189 (ada_attribute_name): Modify to take enum exp_opcode argument.
6190
6191 (ada_enum_name): Recognize new homonym-distinguishing convention.
6192 Adjust local variable's type to remove compiler warning.
6193 Fix a small problem in the part that unqualifies the enumeration name.
6194 (ada_value_binop): New function.
6195 (ada_value_equal): New function.
6196
6197 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
6198 Don't give error message when not doing normal evaluation
6199 and a tagged type doesn't seem to contain a structure member.
6200 Give error message for packed arrays.
6201 For indexing arrays, handle pointers to packed arrays correctly.
6202 Handle case of 'first and 'last attributes of bare integral type
6203 without encoded subtype info.
6204 Remove some unnecessary casts.
6205 Fix uninitialized value of type in computing 'first, 'last, or 'length
6206 of array object.
6207 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
6208 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
6209 calls.
6210 Attributes are now exp_opcode values.
6211 Correct treatment of 'modulus.
6212 Better error message for taking 'length of wrong kind of type;
6213 improve comment.
6214 Change EVAL_NORMAL to noside for consistency.
6215 Use ada_value_binop for DIV, MOD, REM.
6216 Make special case out of array of length 0, since an argument
6217 of 0 upsets some platforms' malloc.
6218 Use OP_STRING instead of OP_ARRAY.
6219 For slice, add check that we have an array type before extracting
6220 a slice out of it. Avoids a SEGV.
6221 When evaluating an array slice, if the array type is a reference to
6222 an aligner type, then replace the aligner type by the actual type.
6223 Decomment disabled code.
6224 Remove some dead code.
6225 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
6226 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
6227 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
6228 and UNOP_MBR to UNOP_IN_RANGE.
6229 If an array type has a parallel ___XVE type, then use it.
6230 Turn arrays into pointers for lvalue arrays.
6231 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
6232 bounds error and handle 0-length slices.
6233 Use lim_warning.
6234 When selecting fields, apply ada_to_fixed_value (because the fields
6235 might have ___XVU or ___XVE encodings even if not dynamic.)
6236 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
6237 (ada_is_system_address_type): New function.
6238
6239 (get_var_value): Use new interface to ada_lookup_symbol_list.
6240 (get_int_var_value): New interface.
6241 (to_fixed_range_type): Allow unknown bound, with warning.
6242 (ada_is_modular_type): Decomment disabled code.
6243 (ADA_OPERATORS): New definition.
6244 (ada_operator_length): New function.
6245 (ada_expr_op_name): New function.
6246 (ada_forward_operator_length): New function.
6247 (ada_dump_subexp_body): New function.
6248 (ada_print_subexp): New function.
6249 (ada_exp_descriptor): New constant.
6250 (ada_op_print_tab): Add 'size. Remove FIXMEs.
6251 (ada_language_defn): Add ada_exp_descriptor entry.
6252 Change ada_parse => parse.
6253 Add post-parser entry.
6254 Use ada-specific non-local symbol lookup.
6255 Don't use C-style arrays.
6256 String lower-bound is 1.
6257 Decomment disabled code.
6258 (parse): New function.
6259 New fields ada_translate_error_message, ada_lookup_symbol,
6260 ada_lookup_minimal_symbol.
6261
6262 * ada-lang.h: Update copyright dates.
6263 Replace the mangle/demangle terminology throughout by the
6264 more appropriate encode/decode one.
6265 Include breakpoint.h.
6266 Forward declare struct partial_symbol, struct block.
6267 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
6268 (EXTRACT_ADDRESS): Remove.
6269 (EXTRACT_INT): Remove.
6270 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
6271 (MAX_ENCLOSING_FRAME_LEVELS): Define.
6272 (MAX_RENAMING_CHAIN_LENGTH): Define.
6273 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
6274
6275 (enum task_states): Remove.
6276 ada_task_states: Remove.
6277 (fat_string): Remove.
6278 (struct entry_call): Remove.
6279 (struct task_fields): Remove.
6280 (struct task_entry): Remove.
6281
6282 (struct ada_symbol_info): Define.
6283 (enum ada_attribute): Remove.
6284 (enum ada_operator): Define.
6285
6286 (ada_get_field_index): Declare.
6287 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
6288 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6289 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6290 (ada_lookup_symbol_list): New interface.
6291 (ada_decode_symbol): Declare.
6292 (ada_decode): Declare.
6293 (ada_lookup_symbol): New interface.
6294 (ada_update_initial_language): Declare.
6295 (ada_lookup_simple_minsym): Declare.
6296 (user_select_syms): New interface.
6297 (ada_sals_for_line): Declare.
6298 (ada_is_tagged_type): New interface.
6299 (ada_tag_name): Declare.
6300 (ada_lookup_struct_elt_type): Remove declaration.
6301 (ada_search_struct_field): Remove declaration.
6302 (ada_attribute_name): New interface.
6303 (ada_is_system_address_type): Declare.
6304 (ada_to_fixed_value): Remove declaration.
6305 (ada_template_to_fixed_record_type_1): Declare.
6306 (get_int_var_value): New interface.
6307 (ada_find_any_symbol): Declare.
6308 (ada_find_renaming_symbol): Declare.
6309 (ada_mangle): Rename to ada_encode.
6310 (ada_simple_renamed_entity): Remove const.
6311 (ada_main_name): Declare.
6312 (get_current_task): Rename to ada_get_current_task.
6313 (get_entry_number): Remove declaration.
6314 (ada_report_exception_break): Remove declaration.
6315 (ada_print_exception_breakpoint_nontask): Declare.
6316 (ada_print_exception_breakpoint_task): Declare.
6317 (ada_find_printable_frame): Declare.
6318
6319 * ada-lex.l: Update copyright notices.
6320 Use xmalloc and xfree instead of malloc and free.
6321 Use new interface to name_lookup.
6322 Use new interface to
6323 ada_mangle=>ada_encode.
6324 Redo handling of '$...' variable to parallel current treatment
6325 in c-exp.y.
6326 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
6327 digit_to_int, strtoulst, processInt, processReal, processId,
6328 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
6329 yywrap): Protoize.
6330
6331 (processInt): Use cast to remove harmless warning.
6332 (processReal): Modify to get rid of compiler warning on scan formats.
6333
6334 (processId): Replace xmalloc with obstack_alloc for name and remove
6335 call to ada_name_string_cleanup.
6336 Remove obsolete disabled code.
6337 (name_lookup): Ditto.
6338 New interface.
6339 Use obsavestring on temp_parse_space instead of savestring
6340 on name, and remove call to ada_name_string_cleanup.
6341 Free string returned from ada_simple_renamed_entity.
6342 Use new interface to ada_lookup_symbol_list.
6343 Decomment disabled code.
6344 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
6345 not types.
6346 When a type name lookup succeeds as a result of
6347 lookup_primitive_typename, check for regular type entry that has not
6348 yet been read in.
6349 Limit length of chain of renamed symbols we are willing to follow.
6350 Do not break names beginning with "standard__" into segments.
6351 (block_lookup): Use new interface to ada_lookup_symbol_list.
6352
6353 * ada-typeprint.c: Update copyright notice.
6354 (demangled_type_name): Rename to decoded_type_name.
6355 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
6356 (print_range_bound): Correct handling of negative
6357 bounds that make the index type looked unsigned under STABS.
6358 (print_dynamic_range_bound): Use new interface to get_int_var_value.
6359 (print_range_type_named): Use the builtin int type if no type
6360 corresponding to the given type name could be found.
6361 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
6362 Add some bullet-proofing.
6363 (print_variant_clauses): Allow for variant branches with ___XVU
6364 encodings that are not dynamic fields.
6365 Use new interface to ada_is_tagged_type.
6366 (print_record_type): Allow for fields with ___XVE encodings that
6367 are not dynamic fields.
6368 Use new interface to ada_is_tagged_type.
6369 (ada_print_type): ada_is_array_descriptor =>
6370 ada_is_array_descriptor_type.
6371
6372 * ada-valprint.c: Update copyright notice.
6373 Include gdb_string.h
6374 Include infcall.h
6375 (ui_memcpy): New function.
6376 (ada_print_floating): New function.
6377 (ada_print_str): Order arguments correctly.
6378 Correct handling of empty arrays and arrays of 0-length items.
6379 ada_is_array_descriptor => ada_is_array_descriptor_type
6380 Print values of type System.Address in hexadecimal format.
6381 Use ada_print_floating to print floating-point numbers in Ada format.
6382 Print class tag values with type names.
6383 No longer print the address of reference values. Avoids
6384 a potential confusion.
6385 (ada_value_print): Stop printing the object type for reference
6386 values, but preserve that behavior for access types. Avoids
6387 a potential confusion.
6388 Simplify one conditional expression, as the first part is now
6389 necessarily true.
6390 ada_is_array_descriptor => ada_is_array_descriptor_type
6391 Add check for arrays for null records, and print them by hand.
6392
6393 2004-06-01 Jim Blandy <jimb@redhat.com>
6394
6395 * ppc-tdep.h: Delete unused 'regoff' member.
6396 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
6397
6398 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
6399
6400 Fix PR symtab/1661.
6401 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
6402 (hpread_read_struct_type): Likewise.
6403
6404 2004-06-01 Andrew Cagney <cagney@gnu.org>
6405
6406 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
6407 instead of xasprintf.
6408 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
6409 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
6410 (mi_cmd_data_list_register_names)
6411 (mi_cmd_data_list_changed_registers)
6412 (mi_cmd_data_list_register_values)
6413 (get_register, mi_cmd_data_write_register_values)
6414 (mi_cmd_data_write_register_values)
6415 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
6416 (mi_cmd_target_download, mi_cmd_target_select)
6417 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
6418 (mi_execute_cli_command, mi_execute_async_cli_command)
6419 (mi_execute_async_cli_command): Ditto.
6420 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
6421 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
6422
6423 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
6424 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
6425 error_last_message instead of mi_error_last_message.
6426 * mi/mi-main.c (mi_error_last_message): Delete function.
6427
6428 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
6429 "invalid number of columns" error. Delete redundant "out of
6430 memory" check.
6431
6432 2004-05-31 Mark Kettenis <kettenis@gnu.org>
6433
6434 * i386bsd-nat.c: Don't include <sys/procfs.h>.
6435 (gregset_t, fpregset_t): Remove typedefs.
6436 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
6437 (REG_OFFSET): Rename argument.
6438 (i386bsd_r_reg_offset): Rename from reg_offset.
6439 (REG_ADDR): Remove macro.
6440 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
6441 functions.
6442 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
6443 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
6444 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
6445 instead of supply_gregset.
6446 (store_inferior_registers): Use `struct reg' and `struct fpreg'
6447 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
6448 instead of fill_gregset.
6449 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
6450
6451 * i386bsd-nat.c: Don't include "gregset.h".
6452 (supply_gregset, fill_gregset): Make static.
6453 (supply_fpregset, fill_fpregset): Remove.
6454 * Makefile.in (i386bsd-nat.o): Update dependencies.
6455
6456 2004-05-30 Mark Kettenis <kettenis@gnu.org>
6457
6458 * fbsd-proc.c: Include "regcache.h", "regset.h" and
6459 "gdb_assert.h". Con't include "gregset.h".
6460 (fbsd_make_corefile_notes): Use regset-based core file support
6461 instead off fill_gregset and fill_fpregset.
6462 * Makefile.in (fbsd-proc.o): Update dependencies.
6463
6464 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
6465 instructions.
6466 (m88k_frame_prev_register): Simplify code a bit.
6467
6468 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
6469 (amd64_collect_fpregset): New function.
6470 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
6471
6472 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
6473
6474 * i386-tdep.c (i386_supply_gregset): Adjust comment.
6475 (i386_collect_gregset): New function.
6476 (i386_supply_fpregset): Adjust comment.
6477 (i386_collect_fpregset): New function.
6478 (i386_regset_from_core_section): Use i386_collect_gregset and
6479 i386_collect_fpregset.
6480
6481 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
6482 handle VALUEP being null.
6483
6484 * regset.h (collect_regset_ftype): Unconstify fourth argument.
6485
6486 2004-05-29 Mark Kettenis <kettenis@gnu.org>
6487
6488 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
6489
6490 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
6491 assembler in OpenBSD 3.5-current.
6492 (amd64obsd_sigcontext_addr): Likewise.
6493
6494 2004-05-28 Jim Blandy <jimb@redhat.com>
6495
6496 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
6497 register set, so our regcache isn't declared "legacy" and our E500
6498 pseudoregister read and write functions aren't ignored.
6499 (rs6000_register_byte, rs6000_register_raw_size,
6500 rs6000_register_virtual_type, rs6000_register_convertible,
6501 rs6000_register_convert_to_virtual,
6502 rs6000_register_convert_to_raw): Deleted.
6503 (rs6000_register_type, rs6000_convert_register_p,
6504 rs6000_register_to_value, rs6000_value_to_register): New
6505 functions.
6506 (rs6000_gdbarch_init): Don't register
6507 gdbarch_deprecated_register_size,
6508 gdbarch_deprecated_register_bytes,
6509 gdbarch_deprecated_register_byte,
6510 gdbarch_deprecated_register_raw_size,
6511 gdbarch_deprecated_register_virtual_type,
6512 gdbarch_deprecated_register_convertible,
6513 gdbarch_deprecated_register_convert_to_virtual, or
6514 gdbarch_deprecated_register_convert_to_raw methods. Instead,
6515 register gdbarch_register_type, gdbarch_convert_register_p,
6516 gdbarch_register_to_value, and gdbarch_value_to_register methods.
6517
6518 2004-05-26 Jim Blandy <jimb@redhat.com>
6519
6520 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
6521 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
6522 functions, updated to match the register numberings used in GCC.
6523 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
6524 rs6000_dwarf2_reg_to_regnum as register number conversions
6525 functions for STABS and Dwarf2.
6526
6527 2004-05-26 Randolph Chung <tausq@debian.org>
6528
6529 * infttrace.h (target_waitkind): Forward declare type instead of pulling
6530 in header file.
6531
6532 2004-05-25 Joel Brobecker <brobecker@gnat.com>
6533
6534 * NEWS: Document new "start" command.
6535
6536 2004-05-25 Randolph Chung <tausq@debian.org>
6537
6538 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
6539 hppa-linux.
6540
6541 2004-05-25 Randolph Chung <tausq@debian.org>
6542
6543 * hppa-hpux-tdep.c (offsetof): Define.
6544 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
6545 (hppa32_hpux_frame_base_before_sigtramp)
6546 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6547 (hppa64_hpux_frame_saved_pc_in_sigtramp)
6548 (hppa64_hpux_frame_base_before_sigtramp)
6549 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
6550 functions.
6551 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
6552 (hppa_hpux_sigtramp_frame_unwind_cache)
6553 (hppa_hpux_sigtramp_frame_this_id)
6554 (hppa_hpux_sigtramp_frame_prev_register)
6555 (hppa_hpux_sigtramp_frame_unwind)
6556 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
6557 (hppa_hpux_init_abi): Register sigtramp unwinder.
6558 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
6559
6560 2004-05-25 Randolph Chung <tausq@debian.org>
6561
6562 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
6563 and multiple stack unwinds.
6564 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
6565
6566 2004-05-25 Andrew Cagney <cagney@gnu.org>
6567
6568 * symfile.h (symbol_file_add_from_memory): Delete declaration.
6569 * symfile-mem.h: Delete file.
6570 * symfile-mem.c: Do not include "symfile-mem.h".
6571 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
6572 "struct bfd_section". When an error do not bother returning NULL.
6573 (add_symbol_file_from_memory_command): Use "struct bfd" and
6574 "struct bfd_section".
6575 * Makefile.in (symfile_mem_h): Delete.
6576 (symfile-mem.o): Update dependencies.
6577
6578 2004-05-25 Nick Roberts <nickrob@gnu.org>
6579
6580 * gdb-mi.el: New file.
6581
6582 2004-05-25 Andrew Cagney <cagney@gnu.org>
6583
6584 * inftarg.c: Include "observer.h".
6585 (child_attach, child_create_inferior): Notify inferior_created.
6586 * corelow.c: Include "observer.h".
6587 (core_open): Notify inferior_created.
6588 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
6589
6590 2004-05-25 Andrew Cagney <cagney@gnu.org>
6591
6592 * target.h (struct target_ops): Add from_tty to
6593 to_create_inferior.
6594 (target_create_inferior, find_default_create_inferior): Update.
6595 * infcmd.c (run_command): Update.
6596 * wince.c (child_create_inferior): Update.
6597 * win32-nat.c (child_create_inferior): Update.
6598 * uw-thread.c (uw_thread_create_inferior): Update.
6599 * thread-db.c (thread_db_create_inferior): Update.
6600 * target.c (debug_to_create_inferior)
6601 (find_default_create_inferior): Update.
6602 (maybe_kill_then_create_inferior): Update.
6603 * sol-thread.c (sol_thread_create_inferior): Update.
6604 * remote.c (extended_remote_async_create_inferior)
6605 (extended_remote_create_inferior): Update.
6606 * remote-vx.c (vx_create_inferior): Update.
6607 * remote-st.c (st2000_create_inferior): Update.
6608 * remote-sim.c (gdbsim_create_inferior): Update.
6609 * remote-sds.c (sds_create_inferior): Update.
6610 * remote-rdp.c (remote_rdp_create_inferior): Update.
6611 * remote-rdi.c (arm_rdi_create_inferior): Update.
6612 * remote-m32r-sdi.c (m32r_create_inferior): Update.
6613 * remote-e7000.c (e7000_create_inferior): Update.
6614 * procfs.c (procfs_create_inferior): Update.
6615 * ocd.c (ocd_create_inferior): Update.
6616 * ocd.h (ocd_create_inferior): Update.
6617 * nto-procfs.c (procfs_create_inferior): Update.
6618 * monitor.c (monitor_create_inferior): Update.
6619 * lin-lwp.c (lin_lwp_create_inferior): Update.
6620 * inftarg.c (child_create_inferior): Update.
6621 * hpux-thread.c (hpux_thread_create_inferior): Update.
6622 * gnu-nat.c (gnu_create_inferior): Update.
6623
6624 2004-05-25 Andrew Cagney <cagney@gnu.com>
6625
6626 * MAINTAINERS: Update e-mail address.
6627
6628 2004-05-24 Randolph Chung <tausq@debian.org>
6629
6630 * thread.c (info_threads_command, thread_apply_all_command)
6631 (thread_apply_command, thread_command, do_captured_thread_select):
6632 Remove HPUXHPPA-specific code.
6633
6634 2004-05-24 Randolph Chung <tausq@debian.org>
6635
6636 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
6637 unused symbols.
6638 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
6639 references.
6640
6641 2004-05-24 Joel Brobecker <brobecker@gnat.com>
6642
6643 * infcmd.c (kill_if_already_running): New function, extracted
6644 from run_command().
6645 (run_command): Replace extracted code by call to
6646 kill_if_already_running().
6647 (start_command): New function.
6648 (_initialize_infcmd): Add "start" command.
6649
6650 2004-05-24 Mark Kettenis <kettenis@gnu.org>
6651
6652 Add OpenBSD/m88k support.
6653 * NEWS (New native configurations): Mention OpenBSD/m88k.
6654 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
6655 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
6656 * Makefile.in (m88k_tdep_h): New variable.
6657 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
6658 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
6659 * configure.host: Add m88*-*-openbsd*.
6660 * configure.tgt: Add m88*-*-openbsd*.
6661
6662 2004-05-24 Jim Blandy <jimb@redhat.com>
6663
6664 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
6665 to approve changes.
6666
6667 2004-05-24 Kevin Buettner <kevinb@redhat.com>
6668
6669 * symtab.c (fixup_section): Search section table when lookup by
6670 name fails.
6671
6672 2004-05-24 Randolph Chung <tausq@debian.org>
6673
6674 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
6675 be "small_struct".
6676
6677 2004-05-24 Mark Kettenis <kettenis@gnu.org>
6678
6679 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
6680 register number in regcache_raw_collect call.
6681 (m68kbsd_collect_fpregset): Likewise.
6682 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
6683
6684 * regset.h (struct regset): Add back `regset' member.
6685
6686 2004-05-23 Mark Kettenis <kettenis@gnu.org>
6687
6688 * configure.in: Check for td_pcb in `struct thread'.
6689 * configure, config.in: Regenerated.
6690
6691 * dpx2-nat.c: Remove file.
6692 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
6693 (dpx2-nat.o): Remove dependencies.
6694
6695 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
6696 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
6697 (amd64obsd_supply_pcb): New function.
6698 (_initialize_amd64obsd_nat): Enable libkvm interface.
6699 * Makefile.in (amd64obsd-nat.o): Update dependencies.
6700 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
6701 (LOADLIBES): New variable.
6702
6703 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
6704 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
6705 (sparc32nbsd_supply_pcb): New function.
6706 (_initialize_sparcnbsd_nat): Enable libkvm interface.
6707 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
6708 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
6709 (LOADLIBES): New variable.
6710
6711 2004-05-22 Mark Kettenis <kettenis@gnu.org>
6712
6713 * bsd-kvm.c, bsd-kvm.h: New files.
6714 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
6715 "bsd-kvm.h".
6716 (i386fbsd_supply_pcb): New function.
6717 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
6718 (i386fbsd-nat.o): Update dependencies.
6719 (bsd_kvm_h): New variable.
6720 (bsd-kvm.o): New dependency.
6721 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
6722 (LOADLIBES): New variable.
6723
6724 * regset.c: Tweak comment.
6725 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
6726 macro.
6727 * regset.h: Update copyright year.
6728 (struct regset): Remove `descr' member, add `gdbarch' member.
6729 (regset_alloc): Adjust prototype and comment.
6730 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
6731 (i386_supply_fpregset): Likewise.
6732 (i386_regset_from_core_section): Update call to regset_alloc.
6733 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
6734 REGSET->arch.
6735 (i386obsd_aout_regset_from_core_section): Update call to
6736 regset_alloc.
6737 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
6738 REGSET->arch.
6739 (i386nbsd_aout_regset_from_core_section): Update call to
6740 regset_alloc.
6741 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
6742 REGSET->arch.
6743 (amd64_regset_from_core_section): Update call to regset_alloc.
6744 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
6745 REGSET->arch.
6746 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
6747 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
6748 &sparc32nbsd_gregset in sparc32_supply_gregset call.
6749 (sparc32nbsd_init_abi): Update call to regset_alloc.
6750 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
6751 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
6752 (sparc64obsd_init_abi): Update call to regset_alloc.
6753 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
6754 &sparc64nbsd_gregset in sparc64_supply_gregset call.
6755 (sparc64nbsd_init_abi): Update call to regset_alloc.
6756 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
6757 &sparc64fbsd_gregset in sparc64_supply_gregset call.
6758 (sparc64fbsd_init_abi): Update call to regset_alloc.
6759
6760 2004-05-22 Jim Blandy <jimb@redhat.com>
6761
6762 * ppc-tdep.h (spe_register_p): New declaration.
6763 (struct gdbarch_tdep): New members: ppc_acc_regnum and
6764 ppc_spefscr_regnum.
6765 * rs6000-tdep.c (spe_register_p): New function.
6766 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
6767 spefscr.
6768 (rs6000_gdbarch_init): Initialize the new members of the tdep
6769 structure.
6770
6771 2004-05-21 Jim Blandy <jimb@redhat.com>
6772
6773 * ppc-linux-nat.c (fetch_register): Move code back to be next
6774 to the comment that describes it. (Moved code, instead of
6775 comment, for symmetry with store_register.)
6776
6777 Allocate regset structures in the gdbarch's obstack, not using
6778 xmalloc.
6779 * regset.c (regset_alloc): Renamed from regset_xmalloc.
6780 Add 'arch' argument. Allocate the regset on arch's obstack, not
6781 using xmalloc.
6782 * regset.h (regset_alloc): Update declaration.
6783 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
6784 gdbarch argument.
6785 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6786 * i386-tdep.c (i386_regset_from_core_section): Same.
6787 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6788 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6789 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6790 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6791 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6792 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6793
6794 2004-05-21 Joel Brobecker <brobecker@gnat.com>
6795
6796 * config/djgpp/fnchange.lst: Undo previous change, was useless.
6797
6798 2004-05-21 Jim Blandy <jimb@redhat.com>
6799
6800 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
6801 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
6802
6803 2004-05-20 Jim Blandy <jimb@redhat.com>
6804
6805 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
6806
6807 2004-05-20 Mark Kettenis <kettenis@gnu.org>
6808
6809 * regset.h: Make prototype const-correct.
6810 * regset.c (regset_xmalloc): Make const-correct.
6811
6812 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
6813
6814 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
6815 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
6816 (symbol_search_name): Declare.
6817
6818 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
6819 (iter_name_next_hashed): Ditto.
6820 (iter_name_next_linear): Ditto.
6821 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
6822
6823 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
6824 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
6825 (symbol_search_name): New function.
6826
6827 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
6828
6829 * minsyms.c (build_minimal_symbol_hash_tables): Change
6830 test for adding to demangled hash table to check for difference
6831 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
6832
6833 2004-05-19 Jim Blandy <jimb@redhat.com>
6834
6835 Use a constructor function to create regset structures.
6836 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
6837 (struct regset): Use supply_regset_ftype. Add new
6838 'collect_regset' member.
6839 (regset_xmalloc): New declaration.
6840 * regset.c: New file.
6841 * am64-tdep.c (amd64_regset_from_core_section): Use
6842 regset_xmalloc to construct regset structures.
6843 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6844 * i386-tdep.c (i386_regset_from_core_section): Same.
6845 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6846 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6847 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6848 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6849 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6850 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6851 * Makefile.in (COMMON_OBS): Add regset.o.
6852 (regset.o): New rule.
6853
6854 2004-05-19 Joel Brobecker <brobecker@gnat.com>
6855
6856 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
6857 and pthread_cond_wait.c.
6858
6859 2004-05-18 Jim Blandy <jimb@redhat.com>
6860
6861 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
6862 before the mach-specific switch, and then let the individual cases
6863 override the defaults, rather than leaving them uninitialized
6864 until the switch and then setting them in each case.
6865
6866 2004-05-18 Randolph Chung <tausq@debian.org>
6867
6868 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
6869 millicode functions.
6870
6871 2004-05-18 Randolph Chung <tausq@debian.org>
6872
6873 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
6874 references to dld_flags_buffer consistent.
6875
6876 2004-05-18 Randolph Chung <tausq@debian.org>
6877
6878 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
6879 it for unwinding the stack.
6880
6881 2004-05-18 Randolph Chung <tausq@debian.org>
6882
6883 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
6884 Undefine these so we can overide them using gdbarch.
6885
6886 2004-05-18 Randolph Chung <tausq@debian.org>
6887
6888 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
6889 handling for 64-bit HPUX (elf).
6890
6891 2004-05-18 Daniel Jacobowitz <dan@debian.org>
6892
6893 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
6894 constants.
6895 * amd64-tdep.c (amd64_skip_prologue): Likewise.
6896 * ia64-tdep.c (examine_prologue): Likewise.
6897 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
6898 * v850-tdep.c (v850_fix_call_dummy): Likewise.
6899
6900 2004-05-18 Mark Kettenis <kettenis@gnu.org>
6901
6902 * vax-tdep.c (vax_return_value): Implement
6903 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6904
6905 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6906
6907 * vax-tdep.c (vax_return_value): Fix typo.
6908
6909 2004-05-17 Andrew Cagney <cagney@redhat.com>
6910
6911 * MAINTAINERS: Mark Salter was also responsible for
6912 testsuite/config/
6913
6914 * NEWS: Mention signal fixes.
6915
6916 2004-05-17 Randolph Chung <tausq@debian.org>
6917
6918 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
6919 check to see if we are unwinding an export stub. Export stubs clobber
6920 the %rp in the call path and stores the original rp in a stack slot.
6921
6922 2004-05-17 Jim Blandy <jimb@redhat.com>
6923
6924 * MAINTAINERS: Update address for J.T. Conklin.
6925
6926 2004-05-17 Randolph Chung <tausq@debian.org>
6927
6928 * hppa-tdep.c: Remove superfluous #include's.
6929 * Makefile.in (hppa-tdep.o): Update dependencies.
6930
6931 2004-05-17 Randolph Chung <tausq@debian.org>
6932
6933 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
6934 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
6935 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
6936 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
6937 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
6938 Remove static function declarations.
6939
6940 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6941
6942 * alphabsd-nat.c: Update copyright year.
6943 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
6944
6945 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
6946 and M68K_A2_REGNUM.
6947
6948 * m68k-tdep.c (m68k_svr4_return_value): Implement
6949 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6950
6951 2004-05-16 Mark Kettenis <kettenis@gnu.org>
6952
6953 * sol-thread.c Update copyright year. Fix various coding
6954 standards violations. Tweak a few comments.
6955 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
6956 Delete prototypes.
6957
6958 2004-05-15 Randolph Chung <tausq@debian.org>
6959
6960 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
6961 as pointer instead of array reference since HPUX compiler does
6962 not accept unsized array arguments.
6963 * somsolib.c (dld_flags_buffer): Use constant array size.
6964
6965 2004-05-15 Mark Kettenis <kettenis@gnu.org>
6966
6967 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
6968 offset with decimal offset.
6969 (amd64obsd_sigcontext_addr): Return correct address for entire
6970 signal trampoline.
6971
6972 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
6973 instead of get_frame_base.
6974
6975 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
6976 (fill_gregset): Use regcache_raw_collect.
6977
6978 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
6979 ppcobsd-tdep.c.
6980
6981 * config/sparc/tm-nbsd64.h: Remove file.
6982 * config/tm-sunos.h: Remove file.
6983
6984 2004-05-15 Joel Brobecker <brobecker@gnat.com>
6985
6986 * rs6000-tdep.c (store_param_on_stack_p): New function,
6987 an improved version of some code extracted from skip_prologue().
6988 (skip_prologue): Use store_param_on_stack_p() to detect
6989 instructions saving a parameter on the stack. Detect when r0
6990 is used to save a parameter.
6991 Do not mark "li rx, SIMM" instructions as part of the prologue,
6992 unless the following instruction is also part of the prologue.
6993
6994 2004-05-14 Andrew Cagney <cagney@redhat.com>
6995
6996 * infrun.c (handle_inferior_event): Simplify
6997 STEP_OVER_UNDEBUGGABLE.
6998
6999 * infrun.c (handle_step_into_function): Delete function.
7000 (handle_inferior_event): Inline calls to
7001 handle_step_into_function.
7002
7003 2004-05-14 Jerome Guitton <guitton@gnat.com>
7004
7005 * rs6000-nat.c: Fix a comment.
7006
7007 2004-05-12 David Anderson <davea@sgi.com>
7008
7009 Committed by Jim Blandy <jimb@redhat.com>:
7010 * regcache.c (struct regcache_descr): fix comment spelling.
7011
7012 2004-05-13 J. Brobecker <brobecker@gnat.com>
7013
7014 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7015 Fixes a link link failure.
7016
7017 2004-05-13 J. Brobecker <brobecker@gnat.com>
7018
7019 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7020 error that was causing the build to fail.
7021
7022 2004-05-13 J. Brobecker <brobecker@gnat.com>
7023
7024 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7025 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7026
7027 2004-05-13 Andrew Cagney <cagney@redhat.com>
7028
7029 * infrun.c (handle_inferior_event): Check for
7030 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7031 calls. Update comments.
7032
7033 2004-05-13 Jim Blandy <jimb@redhat.com>
7034
7035 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7036 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7037 (store_regs_user_thread, store_regs_kernel_thread): Use
7038 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7039 * ppc-linux-nat.c (fill_gregset): Same.
7040 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7041 (ppc_linux_sigtramp_cache): Same.
7042 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7043 (ppcnbsd_sigtramp_cache_init): Same.
7044 * rs6000-nat.c (fetch_core_registers): Same.
7045 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7046 (rs6000_frame_cache): Same.
7047
7048 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7049 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7050 of assuming that the gprs are numbered starting with zero.
7051 * ppc-linux-nat.c (fill_gregset): Same.
7052 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7053 * ppcnbsd-nat.c (getregs_supplies): Same.
7054 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7055 * rs6000-nat.c (fetch_core_registers): Same.
7056 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7057
7058 2004-05-07 Michael Snyder <msnyder@redhat.com>
7059
7060 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7061 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7062
7063 2004-05-13 Andrew Cagney <cagney@redhat.com>
7064
7065 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7066
7067 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7068
7069 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7070 base_address for shared libraries.
7071
7072 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7073
7074 * MAINTAINERS (write after approval): Add myself.
7075
7076 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7077
7078 * breakpoint.c (bpstat_stop_status): Add new argument
7079 STOPPED_BY_WATCHPOINT. Use it instead of testing
7080 target_stopped_data_address agaist 0 to check whether
7081 or not we stopped due to a hardware watchpoint.
7082 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7083 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7084 with new argument.
7085
7086 2004-05-12 Jim Blandy <jimb@redhat.com>
7087
7088 * configure.in: When checking whether we should use the -bbigtoc
7089 option, don't forget to restore the original value of LDFLAGS.
7090 * configure: Regenerated.
7091
7092 2004-05-12 Andrew Cagney <cagney@redhat.com>
7093
7094 * thread.c (load_infrun_state): Delete step_sp.
7095 * infrun.c (context_switch): Ditto.
7096 * inferior.h (step_sp): Ditto.
7097 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7098 * gdbthread.h (struct thread_info, save_infrun_state)
7099 (restore_infrun_state): Ditto.
7100
7101 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
7102
7103 * MAINTAINERS (write after approval): Add myself.
7104
7105 2004-05-12 Andrew Cagney <cagney@redhat.com>
7106
7107 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7108 eliminate reference to step_sp.
7109 (struct execution_control_state, init_execution_control_state)
7110 (handle_inferior_event, keep_going): Delete update_step_sp and
7111 step_sp.
7112 * infcmd.c (step_sp): Note that variable is unused.
7113
7114 2004-05-11 Andrew Cagney <cagney@redhat.com>
7115
7116 * infrun.c (step_over_function): Delete function.
7117 (handle_step_into_function): Use insert_step_resume_breakpoint.
7118 (insert_step_resume_breakpoint): Fix assertion.
7119
7120 2004-05-11 Nick Roberts <nickrob@gnu.org>
7121
7122 * utils.c (defaulted_query): Just use the normal query input type
7123 when printing the annotations.
7124
7125 2004-05-11 Andrew Cagney <cagney@redhat.com>
7126
7127 * infrun.c (handle_inferior_event): Simplify code handling
7128 step-into or return-from a signal trampoline.
7129
7130 2004-05-11 Andrew Cagney <cagney@redhat.com>
7131
7132 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7133 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7134
7135 2004-05-10 Jim Blandy <jimb@redhat.com>
7136
7137 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7138 with a call to internal_error.
7139
7140 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7141 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7142 processor variant lacks those registers.
7143 (ppc_floating_point_unit_p): Change description to make it clear
7144 that this returns info about the ISA, not the ABI.
7145 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7146 return true or false by checking tdep->ppc_fp0_regnum and
7147 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7148 arch/mach switching done in rs6000_gdbarch_init; it's better to
7149 keep that logic there, and just check the results here.
7150 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7151 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7152 floating-point registers.
7153 (ppc_supply_fpregset, ppc_collect_fpregset)
7154 (rs6000_push_dummy_call, rs6000_extract_return_value)
7155 (rs6000_store_return_value): Assert that we have floating-point
7156 registers.
7157 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7158 (rs6000_frame_cache): Don't note the locations at which
7159 floating-point registers were saved if we have no fprs.
7160 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7161 registers.
7162 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7163 (store_regs_user_thread, store_regs_kernel_thread): Only call
7164 supply_fprs / fill_fprs if we actually have floating-point
7165 registers.
7166 (special_register_p): Check ppc_fpscr_regnum before matching
7167 against it.
7168 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7169 supply / collect fpscr if we don't have it.
7170 * ppc-bdm.c: #include "gdb_assert.h".
7171 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7172 have floating-point registers, since I can't test this code on
7173 FP-free systems to adapt it.
7174 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7175 fpscr and floating point register numbers if they don't exist.
7176 (fetch_register): Assert that we have floating-point registers
7177 before we reach the code that handles them.
7178 (store_register): Same. And use tdep instead of calling
7179 gdbarch_tdep again.
7180 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7181 don't have them.
7182 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7183 fprs and fpscr if we don't have them.
7184 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7185 don't have them.
7186 * ppcnbsd-nat.c: #include "gdb_assert.h".
7187 (getfpregs_supplies): Assert that we have floating-point registers.
7188 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7189 * ppcobsd-tdep.c: #include "gdb_assert.h".
7190 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7191 have floating-point registers.
7192 * rs6000-nat.c (regmap): Don't match against the fpscr and
7193 floating point register numbers if they don't exist.
7194 (fetch_inferior_registers, store_inferior_registers,
7195 fetch_core_registers): Only fetch / store / supply the
7196 floating-point registers and the fpscr if we have them.
7197 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
7198 (ppcobsd-tdep.o): Update dependencies.
7199
7200 2004-05-10 Andrew Cagney <cagney@redhat.com>
7201
7202 * infrun.c (through_sigtramp_breakpoint): Delete variable.
7203 (context_switch): Do not switch through_sigtramp_breakpoint.
7204 * gdbthread.h (save_infrun_state, load_infrun_state)
7205 (struct thread_info): Delete through_sigtramp_breakpoint parameter
7206 and structure member.
7207 * thread.c (load_infrun_state, save_infrun_state): Update.
7208
7209 2004-05-10 Mark Kettenis <kettenis@gnu.org>
7210
7211 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
7212
7213 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7214
7215 * acinclude.m4: Quote macro names being defined by AC_DEFUN
7216 throughout.
7217 * aclocal.m4: Regenerate.
7218
7219 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
7220
7221 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
7222
7223 2004-05-10 Andrew Cagney <cagney@redhat.com>
7224
7225 * infrun.c (check_sigtramp2): Delete function.
7226 (handle_inferior_event): When single stepping, and taking a
7227 signal, set a breakpoint at the signal return address. Delete
7228 redundant calls to check_sigtramp2.
7229 (insert_step_resume_breakpoint): New function.
7230 (through_sigtramp_breakpoint, handle_inferior_event)
7231 (follow_exec, wait_for_inferior, fetch_inferior_event)
7232 (currently_stepping, keep_going): Delete most uses of
7233 through_sigtramp_breakpoint, not that it should be deleted.
7234 (delete_breakpoint_current_contents): Delete function.
7235
7236 2004-05-10 Randolph Chung <tausq@debian.org>
7237
7238 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
7239 target.
7240 * config/pa/tm-linux.h: New file.
7241
7242 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
7243
7244 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
7245 of prefixes. Don't print the prefix twice in the CLI.
7246
7247 2004-05-10 Jim Blandy <jimb@redhat.com>
7248
7249 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
7250 collect all the gprs.
7251
7252 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
7253 loop collecting gprs.
7254
7255 2004-05-09 Andrew Cagney <cagney@redhat.com>
7256
7257 * remote-vx.c (net_step): Delete step-range code.
7258 * remote.c (remote_resume, init_all_packet_configs)
7259 (set_remote_protocol_E_packet_cmd)
7260 (show_remote_protocol_E_packet_cmd)
7261 (remote_protocol_E, show_remote_cmd, _initialize_remote)
7262 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
7263 (show_remote_protocol_e_packet_cmd): Ditto.
7264
7265 2004-05-09 Mark Kettenis <kettenis@gnu.org>
7266
7267 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
7268
7269 * hppa-tdep.h: Update copyright year.
7270 (struct trad_frame_saved_reg): Add opaque declaration.
7271
7272 * amd64-tdep.c (amd64_return_value): Implement
7273 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7274
7275 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
7276 (m68k_value_to_register): New functions.
7277 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
7278 value_to_register.
7279
7280 * defs.h (enum return_value_convention): Add
7281 RETURN_VALUE_ABI_RETURNS_ADDRESS and
7282 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7283 * infcmd.c (legacy_return_value): New function.
7284 (print_return_value): Rwerite to implement
7285 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7286 * values.c (using_struct_return): Check for inequality to
7287 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
7288 RETURN_VALUE_STRUCT_CONVENTION.
7289 * i386-tdep.c (i386_return_value): Implement
7290 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7291
7292 * vax-tdep.c: Tweak comments. Reorder include files. Don't
7293 include "symtab.h", "opcode/vax.h" and "inferior.h".
7294 (vax_skip_prologue): Replace calls to read_memory_integer by calls
7295 to read_memory_unsigned_integer.
7296 (vax_gdbarch_init): Reorder.
7297 (_initialize_vax_tdep): Spell out prototype.
7298 * Makefile.in (vax-tdep.o): Update dependencies.
7299
7300 2004-05-08 Andrew Cagney <cagney@redhat.com>
7301
7302 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
7303 * target.c (target_detach, target_disconnect): Ditto.
7304
7305 * infcall.c (call_function_by_hand): When no
7306 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
7307 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
7308 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
7309 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7310 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7311
7312 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
7313 * gdbarch.h, gdbarch.c: Re-generate.
7314 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7315 deprecated_fix_call_dummy.
7316 * v850-tdep.c (v850_gdbarch_init): Ditto.
7317 * infcall.c (call_function_by_hand): Do not call
7318 DEPRECATED_FIX_CALL_DUMMY.
7319
7320 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
7321 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
7322 * gdbarch.h, gdbarch.c: Re-generate.
7323 * arm-linux-tdep.c (arm_linux_call_dummy_words)
7324 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
7325 deprecated_sizeof_call_dummy_words.
7326 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
7327 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
7328 * v850-tdep.c (v850_gdbarch_init): Ditto.
7329 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7330 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
7331 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7332 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7333 * arch-utils.h (legacy_call_dummy_words)
7334 (legacy_sizeof_call_dummy_words): Delete declarations.
7335 * arch-utils.c (legacy_call_dummy_words)
7336 (legacy_sizeof_call_dummy_words): Delete variables.
7337
7338 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
7339 * gdbarch.h, gdbarch.c: Re-generate.
7340 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
7341 * infcall.c (call_function_by_hand): Eliminate call to
7342 DEPRECATED_PUSH_DUMMY_FRAME.
7343 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7344 push_dummy_frame.
7345 (ns32k_push_dummy_frame): Delete function.
7346
7347 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7348 deprecated_call_dummy_breakpoint_offset or
7349 deprecated_call_dummy_start_offset.
7350 * dummy-frame.c, arm-tdep.c: Update comments.
7351 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
7352 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
7353 * gdbarch.h, gdbarch.c: Re-generate.
7354
7355 * infcall.c (legacy_push_dummy_code): Delete function.
7356 (push_dummy_code): Delete call.
7357
7358 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
7359 * gdbarch.h, gdbarch.c: Re-generate.
7360 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
7361 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
7362 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
7363 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
7364
7365 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
7366 (struct frame_info): Delete opaque declaration.
7367 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
7368 * frame.c (get_frame_type): Delete call.
7369
7370 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7371 pc_in_call_dummy.
7372 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
7373 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
7374
7375 2004-05-08 Mark Kettenis <kettenis@gnu.org>
7376
7377 * alphanbsd-tdep.c: Include "gdb_string.h".
7378 * armnbsd-tdep.c: Update copyright year.
7379 Include "gdb_string.h".
7380 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
7381 dependencies.
7382
7383 * delta68-nat.c: Remove file.
7384 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
7385 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
7386 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
7387 (delta68-nat.o): Remove dependency.
7388
7389 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
7390 function.
7391 (m68k_gdbarch_init): Don't set
7392 deprecated_frameless_function_invocation.
7393
7394 2004-05-07 Randolph Chung <tausq@debian.org>
7395
7396 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
7397 read_memory_nobpt for code reading when doing frame unwinding.
7398 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
7399
7400 2004-05-07 Randolph Chung <tausq@debian.org>
7401
7402 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
7403 instead of sp, handle sigaltstack case.
7404 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
7405 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
7406 signal handler and not that of the caller.
7407 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
7408 hppa_linux_sigtramp_find_sigcontext.
7409
7410 2004-05-07 Randolph Chung <tausq@debian.org>
7411
7412 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
7413 hppa-linux-nat.c.
7414 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
7415 * hppa-linux-nat.c (fetch_register, store_register): Define.
7416 (fetch_inferior_registers, store_inferior_registers): Define.
7417 (supply_gregset): Add comment and clean up some unneeded code.
7418 (fill_gregset): Add comment and fix so that it saves registers in
7419 the right place in the gregset.
7420 (fill_fpregset): Fix buffer overrun problem.
7421 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
7422
7423 2004-05-07 Randolph Chung <tausq@debian.org>
7424
7425 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
7426 do common handling of the pcoqt register.
7427 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
7428 to use helper function.
7429 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
7430 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
7431 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
7432 generic fallback unwinder when all else fails.
7433 (hppa_gdbarch_init): Add fallback sniffer.
7434 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
7435 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
7436 to use helper function.
7437
7438 2004-05-08 Joel Brobecker <brobecker@gnat.com>
7439
7440 * config/djgpp/fnchange.lst: Add translation rules for
7441 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
7442
7443 2004-05-08 Mark Kettenis <kettenis@gnu.org>
7444
7445 * frame.c (get_prev_frame_1): Work around GCC bug.
7446 * frame.h: Add comment about GCC bug.
7447
7448 2004-05-07 Andrew Cagney <cagney@redhat.com>
7449
7450 * observer.c: Include "commands.h" and "gdbcmd.h".
7451 (observer_debug, _initialize_observer): Add the
7452 command "set/show debug observer".
7453 * observer.sh: When observer debugging, log notify calls.
7454 * Makefile.in (observer.o): Update dependencies.
7455
7456 2004-05-07 Jason Molenda (jmolenda@apple.com)
7457
7458 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
7459
7460 2004-05-07 Jim Blandy <jimb@redhat.com>
7461
7462 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
7463 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
7464 to recognize gpr regnums, instead of assuming that
7465 tdep->ppc_fp0_regnum marks the end of the general-purpose
7466 registers.
7467
7468 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
7469 the given architecture has floating-point registers.
7470
7471 2004-05-07 Andrew Cagney <cagney@redhat.com>
7472
7473 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
7474 macro defined to 1.
7475 * gdbarch.h, gdbarch.c: Re-generate.
7476 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7477 deprecated_use_generic_dummy_frames.
7478
7479 2004-05-07 Brian Ford <ford@vss.fsi.com>
7480
7481 * NEWS: Mention Cygwin DWARF 2 support.
7482
7483 2004-05-07 Andrew Cagney <cagney@redhat.com>
7484
7485 * objfiles.h (struct entry_info): Delete unused fields
7486 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
7487 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
7488 * mipsread.c (mipscoff_symfile_read): Update.
7489 * mdebugread.c (parse_partial_symbols): Update.
7490 * dwarfread.c (read_file_scope): Update.
7491 * dwarf2read.c (read_file_scope): Update.
7492 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
7493 * coffread.c (complete_symtab): Update.
7494
7495 2004-05-07 Mark Kettenis <kettenis@gnu.org>
7496
7497 * infcall.c (_initialize_infcall): Fix typo.
7498
7499 2004-05-07 Andrew Cagney <cagney@redhat.com>
7500
7501 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
7502 * command.h (add_setshow_zinteger_cmd): Declare.
7503
7504 2004-05-06 Randolph Chung <tausq@debian.org>
7505
7506 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
7507 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
7508 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
7509 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
7510 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
7511 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
7512 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
7513 definitions ...
7514 * hppa-tdep.h: ... to here, with HPPA_ prefix.
7515 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
7516 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
7517 (hppa64_hpux_frame_find_saved_regs_in_sig)
7518 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
7519 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
7520 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
7521 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
7522 (hppa_linux_sigtramp_frame_prev_register): Likewise.
7523 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
7524 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
7525 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
7526 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
7527 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
7528 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
7529 (hppa32_register_type, hppa_cannot_store_register)
7530 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
7531 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
7532 * hpread.c (hpread_process_one_debug_symbol): Likewise.
7533 * pa64solib.c (pa64_solib_have_load_event)
7534 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
7535 (pa64_solib_unloaded_library_pathname): Likewise.
7536 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
7537 (som_solib_library_pathname): Likewise.
7538
7539 2004-05-05 Jim Ingham <jingham@apple.com>
7540
7541 * breakpoint.c (create_breakpoints): Copy the ignore count and
7542 thread id over from the pended breakpoint to the actual
7543 breakpoint.
7544
7545 2004-05-05 Andrew Cagney <cagney@redhat.com>
7546
7547 * gdbarch.sh (PARM_BOUNDARY): Delete.
7548 gdbarch.h, gdbarch.c: Re-generate.
7549 * valops.c (PARM_BOUNDARY): Delete macro.
7550 (value_push): Delete PARM_BOUNDARY code.
7551 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
7552
7553 2004-05-04 Jim Blandy <jimb@redhat.com>
7554
7555 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
7556 Don't assume that the gprs, fprs, and UISA sprs are
7557 contiguous, start at register number zero, and end with fpscr.
7558 Instead, use the numbers from the tdep structure.
7559
7560 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
7561 should no longer be used in code specific to the RS6000 and its
7562 derivatives.
7563 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
7564 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
7565 tdep->ppc_fp0_regnum.
7566 (ppc_supply_fpregset, ppc_collect_fpregset)
7567 (rs6000_push_dummy_call, rs6000_extract_return_value)
7568 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
7569 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
7570 FP0_REGNUM.
7571 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
7572 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
7573 Same.
7574 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
7575 bdm_ppc_store_registers): Same.
7576 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
7577 (store_register, fill_fpregset): Same.
7578 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
7579 (ppc_linux_supply_fpregset): Same.
7580 * ppcnbsd-nat.c (getfpregs_supplies): Same.
7581 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
7582 Same.
7583 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
7584 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
7585 ppc64_sysv_abi_return_value): Same.
7586 * rs6000-nat.c (regmap, fetch_inferior_registers)
7587 (store_inferior_registers, fetch_core_registers): Same.
7588
7589 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7590
7591 * m68knbsd-nat.c: Remove file.
7592 * m68knbsd-tdep.c: Remove file.
7593 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
7594 dependencies.
7595 * configure.host: Add m68k-*-netbsdelf*.
7596 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
7597 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
7598 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
7599 (XM_FILE): Remove.
7600 * config/m68k/nbsdelf.mh: New file.
7601 * config/m68k/nbsd.mt: New file.
7602 * config/m68k/nbsdaout.mt: Remove file.
7603 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
7604 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
7605 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
7606 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
7607 (use_struct_convention): Remove prototype.
7608 (USE_STRUCT_CONVENTION): Remove define.
7609 * config/m68k/xm-nbsd.h: Remove file.
7610
7611 2004-05-04 Michael Snyder <msnyder@redhat.com>
7612
7613 * m68k-tdep.c (m68k_gdbarch_init): Default to using
7614 reg_struct_return method (as gcc usually does for cross targets).
7615
7616 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7617
7618 Committed by Andrew Cagney.
7619 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
7620 alignment padding when accessing ucontext struct members.
7621
7622 2004-05-04 Jim Blandy <jimb@redhat.com>
7623
7624 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
7625 'ppc_gplast_regnum' member.
7626 (ppc_num_gprs): New enum constant.
7627 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
7628 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
7629 * rs6000-nat.c (regmap, fetch_inferior_registers,
7630 store_inferior_registers): Same.
7631 * rs6000-tdep.c (e500_pseudo_register_read)
7632 (e500_pseudo_register_write): Same.
7633 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
7634
7635 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
7636 * ppc-tdep.h (ppc_num_fprs): New enum constant.
7637 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
7638 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
7639 FPLAST_REGNUM.
7640 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7641 Same.
7642 * ppc-linux-nat.c (ppc_register_u_addr): Same.
7643 * rs6000-nat.c (regmap, fetch_inferior_registers)
7644 (store_inferior_registers): Same.
7645
7646 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
7647 with FPLAST_REGNUM.
7648
7649 2004-05-03 Joel Brobecker <brobecker@gnat.com>
7650
7651 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
7652 failure detected by recent versions of GCC.
7653 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
7654 to be consistent with the usage in dwarf2_create_include_psymtab.
7655
7656 2004-05-03 Michael Snyder <msnyder@redhat.com>
7657
7658 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
7659 (heuristic_proc_start): Whitespace cleanup.
7660
7661 2004-05-04 Mark Kettenis <kettenis@gnu.org>
7662
7663 * sun3-nat.c: Remove file.
7664 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
7665 dependencies.
7666 (ALLDEPFILES): Remove sun3-nat.c.
7667 (sun3-nat.o): Remove dependencies.
7668
7669 * i386-interix-nat.c, i386-interix-tdep.c,
7670 config/i386/nm-interix.h, config/i386/interix.mh,
7671 config/i386/interix.mt: Remove files.
7672 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
7673 dependencies.
7674
7675 2004-05-03 Mark Kettenis <kettenis@gnu.org>
7676
7677 * m68k-tdep.h (struct gdbarch_tdep): Add member
7678 struct_value_regnum.
7679 (m68k_svr4_init_abi): New prototype.
7680 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
7681 different calling conventions.
7682 (m68k_extract_return_value): Remove code dealing with single-field
7683 structs.
7684 (m68k_store_return_value): Remove code dealing with single-field
7685 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
7686 (m68k_extract_struct_value_address): Remove function.
7687 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
7688 (m68k_reg_struct_return_p, m68k_return_value)
7689 (m68k_svr4_return_value): New functions.
7690 (m68k_use_struct_convention): Remove function.
7691 (m68k_push_dummy_call): Use new struct_value_regnum member of
7692 `struct gdbarch_tdep' instead of hardcoded register number to
7693 store STRUCT_ADDR.
7694 (m68k_svr4_init_abi): New function.
7695 (m68k_gdbarch_init): Don't set extract_return_value,
7696 store_return_values, deprecated_extract_struct_value_address and
7697 use_struct_convention. Set return_value instead. Initialize new
7698 struct_value_regnum member of `struct gdbarch_tdep'.
7699 * m68klinux-tdep.c: Update copyright year.
7700 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
7701 (m68k_linux_extract_struct_value_address): Remove function.
7702 (m68k_linux_init_abi): Don't set extract_return_value,
7703 store_return_values, deprecated_extract_struct_value_address and
7704 use_struct_convention. Call m68k_svr4_init_abi but override the
7705 new struct_value_regnum member of `struct gdbarch_tdep'.
7706 * Makefile.in (m68k-tdep.o): Update dependencies.
7707
7708 2004-05-03 J. Brobecker <brobecker@gnat.com>
7709
7710 * dwarf2read.c (line_header): Add new included_p field in
7711 field file_names.
7712 (partial_die_info): New field has_stmt_list. New field line_offset.
7713 (dwarf2_create_include_psymtab): New function.
7714 (dwarf2_build_include_psymtabs): New function.
7715 (add_file_name): Add forward declaration. Initialize new field.
7716 (dwarf_decode_lines): Add new parameter. Enhance this procedure
7717 to be able to determine the list of files included by the
7718 given unit, and build their associated psymtabs.
7719 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
7720 files as well.
7721 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
7722 (read_file_scope): Update call to dwarf_decode_lines.
7723 (read_partial_die): Handle DW_AT_stmt_list attributes.
7724
7725 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
7726
7727 Unfix PR gdb/1626.
7728 * configure.in: Revert special case for osf5.*.
7729 * configure: Regenerate.
7730
7731 2004-05-02 Jim Blandy <jimb@redhat.com>
7732
7733 Move the symbol-file-from-memory functions into their own file.
7734 * symfile-mem.c, symfile-mem.h: New files.
7735 * symfile.c (symbol_file_add_from_bfd): New function.
7736 (symbol_file_add): Call symbol_file_add_from_bfd.
7737 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
7738 Moved to symfile-mem.c.
7739 (_initialize_symfile): Move definition of
7740 add-symbol-file-from-memory command to symfile-mem.c.
7741 * symfile.h (symbol_file_add_from_bfd): New declaration.
7742 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
7743 * config/powerpc/linux.mt (TDEPFILES): Same.
7744 * Makefile.in (SFILES): Add symfile-mem.c.
7745 (symfile_mem_h): New variable.
7746 (HFILES_NO_SRCDIR): Add symfile-mem.h.
7747 (symfile-mem.o): New rule.
7748
7749 2004-05-01 Andrew Cagney <cagney@redhat.com>
7750
7751 * breakpoint.c (insert_bp_location): Use get_frame_id, and
7752 frame_find_by_id instead of frame_relative_level.
7753 (do_enable_breakpoint): Ditto.
7754 * thread.c: Update copyright.
7755 (info_threads_command): Ditto, simplify.
7756
7757 * frame.c (deprecated_generic_get_saved_register): Delete
7758 function, moved to "xstormy16-tdep.c".
7759 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
7760 deprecated_generic_get_saved_register from "frame.c".
7761 (xstormy16_frame_saved_register): Call
7762 xstormy16_get_saved_register.
7763 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
7764 static.
7765 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
7766 * frame.h (deprecated_generic_get_saved_register): Delete.
7767
7768 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
7769
7770 * dwarfread.c: Update documentation on the state of dwarf-1.
7771
7772 2004-05-01 Andrew Cagney <cagney@redhat.com>
7773
7774 * stack.c (select_frame_command): Delete call to
7775 frame_relative_level.
7776 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
7777 Delete #if0 code.
7778 (frame_info): Do not print FRAMELESS.
7779 (print_block_frame_labels): Replace DEPRECATED_STREQ.
7780 (catch_info): Delete #if0 code.
7781
7782 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
7783 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
7784 of frame_relative_level.
7785 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
7786 to SENTINEL_FRAME.
7787 * frame.h (enum frame_type): Add SENTINEL_FRAME.
7788 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
7789 frame_relative_level.
7790
7791 * frame.h (deprecated_set_frame_type): Delete declaration.
7792 * frame.c (deprecated_set_frame_type): Delete function, update
7793 comments.
7794
7795 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
7796 * gdbarch.h, gdbarch.c: Re-generate.
7797 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
7798 (shnbsd_pc_in_sigtramp): Delete.
7799 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
7800 pc_in_sigtramp.
7801 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
7802 pc_in_sigtramp.
7803 * frame.h: Update comments.
7804 * ppc-linux-tdep.c: Update comments.
7805 * breakpoint.c (bpstat_what): Update comments.
7806
7807 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
7808 m68klinux-tdep.o's dependencies, were previously added to
7809 m68klinux-nat.o.
7810
7811 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
7812 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
7813 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7814 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7815 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7816
7817 * Makefile.in (m68klinux-nat.o): Update dependencies.
7818 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7819 (m68k_linux_sigtramp_frame_cache)
7820 (m68k_linux_sigtramp_frame_this_id)
7821 (m68k_linux_sigtramp_frame_prev_register)
7822 (m68k_linux_sigtramp_frame_unwind)
7823 (m68k_linux_sigtramp_frame_sniffer)
7824 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
7825 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
7826 names, use trad-frame.h.
7827 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
7828 (struct m68k_sigtramp_info): Delete.
7829 * m68k-tdep.c (m68k_sigtramp_frame_cache)
7830 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
7831 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
7832 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
7833 "m68klinux-tdep.c".
7834
7835 * infrun.c (check_sigtramp2): Delete check for
7836 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
7837
7838 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7839
7840 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
7841
7842 2004-05-01 Andrew Cagney <cagney@redhat.com>
7843
7844 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7845 (frv_linux_sigtramp_frame_cache)
7846 (frv_linux_sigtramp_frame_this_id)
7847 (frv_linux_sigtramp_frame_prev_register)
7848 (frv_linux_sigtramp_frame_unwind)
7849 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
7850 include "linux" in function and variable names, directly call
7851 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
7852 the latest trad-frame code.
7853 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
7854 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
7855 * Makefile.in (frv-linux-tdep.o): Update dependencies.
7856 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
7857 * frv-tdep.c (frv_sigtramp_frame_cache)
7858 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7859 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
7860 frv-linux-tdep.c.
7861 (frv_gdbarch_init): Do not append a sigtramp sniffer.
7862 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
7863 (frv_set_sigcontext_reg_addr): Delete function.
7864
7865 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
7866 (DEPRECATED_SIGTRAMP_END): Delete.
7867 * gdbarch.h, gdbarch.c: Re-generate.
7868 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
7869 * config/vax/tm-vaxbsd.h: Update copyright.
7870 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7871 (DEPRECATED_IN_SIGTRAMP): Define.
7872 * config/m68k/tm-nbsd.h: Update copyright.
7873 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7874 (DEPRECATED_IN_SIGTRAMP): Define.
7875
7876 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7877
7878 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
7879 encondings. Fixes PR gdb/1628.
7880
7881 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
7882 DW_CFA_restore state without a matching DW_CFA_remember_state
7883 instead of aborting. Fixes PR backtrace/1589.
7884
7885 2004-04-30 Joel Brobecker <brobecker@gnat.com>
7886
7887 * MAINTAINERS: Add self as AIX maintainer.
7888 Update my e-mail address in write-after-approval section.
7889
7890 2004-04-30 Andrew Cagney <cagney@redhat.com>
7891
7892 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
7893 (legacy_get_prev_frame): Ditto.
7894
7895 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
7896 (mips_gdbarch_init): Do not set pc_in_sigtramp.
7897 * mipsread.c (sigtramp_address): Delete extern variable.
7898 (mipscoff_new_init): Delete reference.
7899 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
7900 (fixup_sigtramp): Delete function.
7901 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
7902 (fixup_sigtramp): Delete declarations.
7903
7904 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
7905 deprecated_pc_in_sigtramp.
7906 (ppcnbsd_pc_in_sigtramp): Delete function.
7907
7908 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7909
7910 * config/m68k/nm-nbsd.h: Tweak comments.
7911 * config/m68k/nm-nbsdaout.h: Likewise.
7912
7913 2004-04-30 Andrew Cagney <cagney@redhat.com>
7914
7915 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
7916 legacy_pc_in_sigtramp.
7917 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
7918
7919 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7920
7921 Add OpenBSD/m68k support.
7922 * NEWS (New native configurations): Mention OpenBSD/m68k.
7923 * m68kbsd-tdep.c: New file.
7924 * m68kbsd-nat.c: New file.
7925 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
7926 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
7927 * configure.host: Add m68k-*-openbsd.
7928 * configure.tgt: Add m68k-*-openbsd.
7929 * config/m68k/tm-obsd.h: New file.
7930 * config/m68k/obsd.mt: New file.
7931 * config/m68k/obsd.mh: New file.
7932 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
7933 m68kbsd-tdep.c.
7934
7935 2004-04-30 Andrew Cagney <cagney@redhat.com>
7936
7937 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
7938 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
7939
7940 2004-04-30 Mark Kettenis <kettenis@gnu.org>
7941
7942 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
7943 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
7944
7945 2004-04-30 Brian Ford <ford@vss.fsi.com>
7946
7947 Revert 2004-04-16 change.
7948 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
7949 (i386_coff_init_abi): Remove.
7950 * i386-tdep.h (i386_coff_init_abi): Remove.
7951 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
7952
7953 2004-04-30 Andrew Cagney <cagney@redhat.com>
7954
7955 * blockframe.c (find_pc_partial_function): Delete use of
7956 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
7957 DEPRECATED_SIGTRAMP_END.
7958
7959 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
7960 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
7961 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
7962 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
7963 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
7964
7965 * defs.h (deprecated_inside_entry_file): Delete declaration.
7966 * blockframe.c (deprecated_inside_entry_file): Delete function.
7967 (legacy_frame_chain_valid): Delete call.
7968 * sh64-tdep.c (sh64_frame_chain): Delete call.
7969 * objfiles.h: Update comments.
7970 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
7971 call.
7972 * frame.c (get_prev_frame): Delete call, update comments.
7973
7974 2004-04-30 Brian Ford <ford@vss.fsi.com>
7975
7976 * MAINTAINERS (Write After Approval): Add myself.
7977
7978 2004-04-30 Andrew Cagney <cagney@redhat.com>
7979
7980 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
7981 * gdbarch.h, gdbarch.c: Re-generate.
7982 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
7983 code.
7984
7985 2004-04-30 Andrew Cagney <cagney@redhat.com>
7986
7987 * gdb-events.sh (selected_thread_changed)
7988 (selected_frame_level_changed, target_changed): Delete.
7989 * gdb-events.h, gdb-events.c: Re-generate.
7990 * valops.c (value_assign): Update.
7991 * stack.c (select_frame_command, up_silently_base)
7992 (down_silently_base): Update.
7993
7994 2004-04-29 Andrew Cagney <cagney@redhat.com>
7995
7996 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
7997 registers correctly.
7998 (print_gp_register_row, mips32_heuristic_proc_desc)
7999 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8000 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8001 references to mips_isa_regsize.
8002
8003 2004-04-29 Andrew Cagney <cagney@redhat.com>
8004
8005 * mips-tdep.c (struct gdbarch_tdep): Delete
8006 mips_fp_register_double.
8007 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8008 mips_abi_regsize.
8009 (mips_gdbarch_init): Do not set mips_fp_register_double.
8010 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8011
8012 2004-04-29 Joel Brobecker <brobecker@gnat.com>
8013
8014 Committed by Andrew Cagney.
8015 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8016 function calls.
8017
8018 2004-04-29 Andrew Cagney <cagney@redhat.com>
8019
8020 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8021 gdbarch, use mips_abi, update callers.
8022 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8023 mips_abi_regsize, update callers.
8024 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8025 mips_default_abi_regsize.
8026 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8027 mips_default_abi_regsize.
8028
8029 2004-04-29 Andrew Cagney <cagney@redhat.com>
8030
8031 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8032 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8033 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8034 mips_default_abi_regsize.
8035 (mips_isa_regsize): Rename mips_regisze.
8036 * mipsnbsd-tdep.c: Update.
8037 * mips-linux-tdep.c: Update.
8038 * irix5-nat.c: Update.
8039 * mips-tdep.h (mips_isa_regsize): Update.
8040
8041 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8042 Delete all disabled code.
8043 * gdb-events.h, gdb-events.c: Re-generate.
8044
8045 2004-04-19 Jerome Guitton <guitton@gnat.com>
8046 Mark Kettenis <kettenis@gnu.org>
8047
8048 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8049 the function begins with a branch instruction.
8050
8051 2004-04-29 Mark Kettenis <kettenis@gnu.org>
8052
8053 * i386-tdep.c: Fix spelling mistakes.
8054
8055 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8056 Andrew Cagney <cagney@redhat.com>
8057
8058 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8059 <sys/proc.h>.
8060 * acconfig.h: Provide default _KMEMUSER value.
8061 * config.in, configure: Re-generate.
8062 * NEWS: Mention fix.
8063
8064 2004-04-24 Randolph Chung <tausq@debian.org>
8065
8066 * configure.host (hppa*-*-linux*): New target.
8067 * configure.tgt (hppa*-*-linux*): Likewise.
8068 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8069 gdbarch_init_osabi() call earlier so that osabi-specific frame
8070 unwinders can be registered first.
8071 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8072 hppa-linux-nat.c.
8073 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8074 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8075 * config/pa/linux.mh: New file.
8076 * config/pa/linux.mt: New file.
8077 * config/pa/nm-linux.h: New file.
8078 * config/pa/xm-linux.h: New file.
8079 * hppa-linux-nat.c: New file.
8080 * hppa-linux-tdep.c: New file.
8081
8082 2004-04-28 Randolph Chung <tausq@debian.org>
8083
8084 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8085 return values.
8086 (hppa32_push_dummy_call): Fix small struct and floating point argument
8087 passing, and make sure the stack frame is properly aligned.
8088
8089 2004-04-28 Andrew Cagney <cagney@redhat.com>
8090
8091 * stack.c (print_stack_frame): Fix description.
8092
8093 * NEWS: Mention gdb/gdbserver/configure execute permission
8094 changed. PR server/519.
8095
8096 2004-04-28 Andrew Cagney <cagney@redhat.com>
8097
8098 * stack.c (print_stack_frame_stub): Delete declaration.
8099 (struct print_stack_frame_args, print_stack_frame)
8100 (print_frame_info, print_frame): Replace "source" with print what.
8101 Replace "print" with "print_level". Replace "args" with
8102 "print_args".
8103 * frame.h (show_and_print_stack_frame, print_stack_frame)
8104 (print_frame_info): Update declarations.
8105 * stack.c (select_and_print_frame, frame_command)
8106 (current_frame_command, up_command, down_command): Update calls -
8107 use get_selected_frame, pass "enum print_what" for source, do not
8108 call frame_relative_level.
8109 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8110 * remote-rdp.c (remote_rdp_open): Ditto.
8111 * remote-mips.c (common_open): Ditto.
8112 * remote-e7000.c (e7000_start_remote): Ditto.
8113 * ocd.c (ocd_start_remote): Ditto.
8114 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8115 * infrun.c (normal_stop): Ditto.
8116 * inflow.c (kill_command): Ditto.
8117 * infcmd.c (finish_command): Ditto.
8118 * corelow.c (core_open): Ditto.
8119 * tracepoint.c (finish_tfind_command): Ditto.
8120 * thread.c (info_threads_command, info_threads_command)
8121 (restore_current_thread, do_captured_thread_select): Ditto.
8122 * ada-tasks.c (task_command): Ditto.
8123
8124 2004-04-26 Orjan Friberg <orjanf@axis.com>
8125
8126 * frame.c: Include "observer.h".
8127 (frame_observer_target_changed): New function.
8128 (_initialize_frame): Attach target_changed observer.
8129 * regcache.c: Include "observer.h".
8130 (regcache_observer_target_changed): New function.
8131 (_initialize_regcache): Attach target_changed observer.
8132 * valops.c: Include "observer.h".
8133 (value_assign): Notify target_changed event when modifying register.
8134 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8135
8136 2004-04-26 Orjan Friberg <orjanf@axis.com>
8137
8138 From Paul Koning <pkoning@equallogic.com>:
8139 * breakpoint.c (free_valchain): New function.
8140 (insert_bp_location, delete_breakpoint): Use free_valchain.
8141 (remove_breakpoint): Do not remove the valchain.
8142 (bpstat_stop_status): If not stopped by watchpoint, skip
8143 watchpoints when generating stop status list.
8144 * infrun.c (handle_inferior_event): Make
8145 stepped_after_stopped_by_watchpoint a global variable.
8146 * remote.c (remote_stopped_data_address): Return watch data
8147 address rather than zero if stepped_after_stopped_by_watchpoint is
8148 set.
8149
8150 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8151
8152 Fix PR gdb/1626.
8153 * configure.in: Check for curses after termcap.
8154 On osf5.*, do not check for ncurses.
8155 * configure: Regenerate.
8156
8157 2004-04-25 Mark Kettenis <kettenis@gnu.org>
8158
8159 * ppcobsd-nat.c: Include "ppc-tdep.h".
8160 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8161
8162 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8163 Fixes PR tdep/1623 and PR tdep/1624.
8164
8165 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
8166
8167 * xmodem.h, xmodem.c: Remove files.
8168 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8169
8170 2004-04-23 Randolph Chung <tausq@debian.org>
8171
8172 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8173 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8174 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8175 for handling stackless frames.
8176 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8177
8178 2004-04-23 Randolph Chung <tausq@debian.org>
8179
8180 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8181 starts at a pc before the frame is created.
8182
8183 2004-04-23 Joel Brobecker <brobecker@gnat.com>
8184
8185 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8186
8187 2004-04-23 Jerome Guitton <guitton@gnat.com>
8188
8189 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8190 use convert_typed_floating to get the appropriate format.
8191
8192 2004-04-22 Randolph Chung <tausq@debian.org>
8193
8194 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
8195 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
8196 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
8197 (hppa_sign_extend): Add prototype.
8198 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
8199 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
8200 (sign_extend): Rename with hppa_ prefix and make non-static. Other
8201 hppa targets will also use these functions.
8202 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
8203 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
8204 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
8205 (hppa_gdbarch_init): Remove gdbarch setting of
8206 skip_trampoline_code, in_solib_call_trampoline and
8207 in_solib_return_trampoline.
8208 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
8209 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
8210 hppa_in_solib_call_trampoline.
8211 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
8212 Moved from hppa-tdep.c.
8213 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
8214 in_solib_call_trampoline and in_solib_return_trampoline.
8215
8216 2004-04-22 Randolph Chung <tausq@debian.org>
8217
8218 * hppa-tdep.c (hppa_debug): New variable.
8219 (find_unwind_entry, hppa_frame_cache): Add debug output.
8220 (_initialize_hppa_tdep): Add command to set debug flag.
8221
8222 2004-04-22 Andrew Cagney <cagney@redhat.com>
8223
8224 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
8225 "trad-frame.h".
8226 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
8227 signal trampoline unwinder.
8228 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
8229
8230 2004-04-22 Mark Kettenis <kettenis@gnu.org>
8231
8232 Add OpenBSD/powerpc support.
8233 * NEWS (New native configurations): Mention OpenBSD/powerpc.
8234 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
8235 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
8236 (ppc_collect_fpregset): New prototypes.
8237 * ppcobsd-nat.c: New file.
8238 * ppcobsd-tdep.c: New file.
8239 * ppcobsd-tdep.h: New file.
8240 * rs6000-tdep.c: Include "regset.h".
8241 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
8242 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
8243 New functions.
8244 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
8245 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
8246 (rs6000-tdep.o): Update dependencies.
8247 * configure.host: Add powerpc-*-openbsd.
8248 * configure.tgt: Add powerpc-*-openbsd.
8249 * config/powerpc/obsd.mh: New file.
8250 * config/powerpc/nm-obsd.h: New file.
8251 * config/powerpc/obsd.mt: New file.
8252
8253 2004-04-22 Andrew Cagney <cagney@redhat.com>
8254
8255 * frame.h (show_frame_info): Delete declaration.
8256
8257 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
8258 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
8259 * m32r-tdep.c (m32r_frame_this_id): Ditto.
8260 * frv-tdep.c (frv_frame_this_id): Ditto.
8261 * avr-tdep.c (avr_frame_this_id): Ditto.
8262
8263 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
8264
8265 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
8266
8267 2004-04-22 Jim Blandy <jimb@redhat.com>
8268
8269 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
8270 register number zero.
8271
8272 2004-04-21 Michael Snyder <msnyder@redhat.com>
8273
8274 * mips-tdep.c (heuristic_proc_start):
8275 Warning() already prefixes "Warning: ".
8276
8277 2004-04-21 Andrew Cagney <cagney@redhat.com>
8278
8279 * annotate.h (deprecated_annotate_starting_hook)
8280 (deprecated_annotate_stopped_hook)
8281 (deprecated_annotate_exited_hook)
8282 (deprecated_annotate_signal_hook)
8283 (deprecated_annotate_signalled_hook): Deprecate.
8284 * tracepoint.h (deprecated_create_tracepoint_hook)
8285 (deprecated_delete_tracepoint_hook)
8286 (deprecated_modify_tracepoint_hook)
8287 (deprecated_trace_find_hook)
8288 (deprecated_trace_start_stop_hook): Deprecate.
8289 * target.h (deprecated_target_new_objfile_hook): Deprecate.
8290 * remote.h (deprecated_target_resume_hook)
8291 (deprecated_target_wait_loop_hook): Deprecate.
8292 * gdbcore.h (deprecated_exec_file_display_hook)
8293 (deprecated_file_changed_hook): Deprecate.
8294 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
8295 * defs.h (deprecated_modify_breakpoint_hook)
8296 (deprecated_command_loop_hook, deprecated_show_load_progress)
8297 (deprecated_print_frame_info_listing_hook)
8298 (deprecated_query_hook, deprecated_warning_hook)
8299 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
8300 (deprecated_delete_breakpoint_hook)
8301 (deprecated_interactive_hook, deprecated_registers_changed_hook)
8302 (deprecated_readline_begin_hook, deprecated_readline_hook)
8303 (deprecated_readline_end_hook, deprecated_register_changed_hook)
8304 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
8305 (deprecated_context_hook, deprecated_target_wait_hook)
8306 (deprecated_attach_hook, deprecated_detach_hook)
8307 (deprecated_call_command_hook, deprecated_set_hook)
8308 (deprecated_error_hook, deprecated_error_begin_hook)
8309 (deprecated_ui_load_progress_hook): Deprecate.
8310 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
8311 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
8312 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
8313 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
8314 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
8315 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
8316 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
8317 * annotate.c, aix-thread.c: Update.
8318
8319 2004-04-21 Andrew Cagney <cagney@redhat.com>
8320
8321 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
8322 * vaxnbsd-tdep.c: Include "gdb_string.h".
8323
8324 * symfile.c (symbol_file_add_from_memory): #if 0 function.
8325 (add_symbol_file_from_memory_command): #if 0 function body, call
8326 error instead.
8327
8328 2004-04-21 Andrew Cagney <cagney@redhat.com>
8329
8330 * gdbcore.h: Update copyright.
8331 (deprecated_add_core_fns): Rename add_core_fns.
8332 * win32-nat.c (_initialize_core_win32): Update.
8333 * sun3-nat.c (_initialize_core_sun3): Update.
8334 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
8335 * rs6000-nat.c (_initialize_core_rs6000): Update.
8336 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
8337 * nto-tdep.c (_initialize_nto_tdep): Update.
8338 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
8339 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
8340 * mips-nat.c (_initialize_core_mips): Update.
8341 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8342 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
8343 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
8344 * lynx-nat.c (_initialize_core_lynx): Update.
8345 * irix5-nat.c (_initialize_core_irix5): Update.
8346 * i386-interix-nat.c (_initialize_core_interix): Update.
8347 * cris-tdep.c (_initialize_cris_tdep): Update.
8348 * corelow.c (deprecated_add_core_fns): Update.
8349 * core-regset.c (_initialize_core_regset): Update.
8350 * core-aout.c (_initialize_core_aout): Update.
8351 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
8352 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
8353 * alpha-nat.c (_initialize_core_alpha): Update.
8354
8355 2004-04-21 Jim Blandy <jimb@redhat.com>
8356
8357 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
8358
8359 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
8360
8361 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
8362 Delete.
8363 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
8364 (read_attribute_value): Update calls to dwarf_alloc_block.
8365 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
8366 dwarf2_tmp_obstack.
8367 (psymtab_to_symtab_1): Likewise. Clean up using
8368 free_stack_comp_unit.
8369 (add_to_cu_func_list): Use the comp_unit_obstack.
8370
8371 2004-04-19 Joel Brobecker <brobecker@gnat.com>
8372
8373 * dwarf2read.c (dwarf2_flag_true_p): New function.
8374 (die_is_declaration): Use the function above. Add some comments.
8375
8376 2004-04-19 Mark Kettenis <kettenis@gnu.org>
8377
8378 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
8379 architecture when registering sparcnbsd_core_osabi_sniffer.
8380 Adjust comment.
8381
8382 2004-04-18 Mark Kettenis <kettenis@gnu.org>
8383
8384 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
8385 return value.
8386
8387 Based on a patch from Brian Ford <ford@vss.fsi.com>:
8388 * i386-tdep.c: Correct register numbering scheme comments
8389 throughout.
8390 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
8391 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
8392 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
8393 (i386_gdb_arch_init): Likewise.
8394
8395 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
8396 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
8397 ppcnbsd-tdep.o.
8398
8399 * m68k-tdep.h: Tweak comments.
8400 * m68k-tdep.c: Tweak comment.
8401
8402 2004-04-17 Randolph Chung <tausq@debian.org>
8403
8404 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
8405 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
8406 (hppa_hpux_som_init_abi): Set is_elf to 0.
8407 (hppa_hpux_elf_init_abi): Set is_elf to 1.
8408 * hppa-tdep.c (low_text_segment_address): Remove global.
8409 (record_text_segment_lowaddr): Pass in low address as parameter. Use
8410 section offset to calculate segment address.
8411 (internalize_unwinds): Define low_text_segment_address as local and
8412 pass to record_text_segment_lowaddr for ELF targets.
8413 (hppa_gdbarch_init): Zero fill tdep structure.
8414 (hppa_dump_tdep): Print tdep structure.
8415 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
8416
8417 2004-04-17 Randolph Chung <tausq@debian.org>
8418
8419 * hppa-tdep.c (hppa_pseudo_register_read): Define.
8420 (hppa_gdbarch_init): Set pseudo_register_read.
8421 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
8422 * regcache.c (supply_register): Remove check for
8423 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
8424
8425 2004-04-17 Randolph Chung <tausq@debian.org>
8426
8427 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
8428 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
8429 (hpread_adjust_stack_address): Move to hpread.c.
8430 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8431 obj_private_struct): Move from tm-hppa.h.
8432 * hpread.c (hppa-tdep.h): Include.
8433 (hpread_adjust_stack_address): Move from hppa-tdep.c.
8434 (hpread_read_function_type, hpread_read_doc_function_type)
8435 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
8436 directly.
8437 * pa64solib.c (hppa-tdep.h): Include.
8438 * somsolib.c (hppa-tdep.h): Include.
8439 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
8440 inferior_status): Remove unused forward declarations.
8441 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
8442 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8443 obj_private_struct): Move to hppa-tdep.h.
8444 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
8445
8446 2004-04-17 Randolph Chung <tausq@debian.org>
8447
8448 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
8449 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
8450 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
8451 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
8452 Remove forward declaration and make static.
8453 (hppa_reg_struct_has_addr): Remove.
8454
8455 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8456
8457 * observer.sh: Move comments in sed command to first column.
8458
8459 2004-04-16 Jason Molenda (jmolenda@apple.com)
8460
8461 * frame.c: Minor typeo corrections in comments.
8462
8463 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8464
8465 * observer.c (observer_test_first_notification_function): Update
8466 function profile.
8467 (observer_test_second_notification_function): Likewise.
8468 (observer_test_third_notification_function): Likewise.
8469
8470 2004-04-16 Mark Kettenis <kettenis@gnu.org>
8471
8472 From Brian Ford <ford@vss.fsi.com>:
8473 * i386-tdep.c (i386_coff_init_abi): New function.
8474 * i386-tdep.h (i386_coff_init_abi): New prototype.
8475 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
8476 register number translation functions for DWARF and DWARF 2.
8477
8478 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8479
8480 * dwarf2read.c: Back out my previous change, it was incorrect.
8481
8482 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
8483
8484 * dwarf2read.c: Include "hashtab.h".
8485 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
8486 has_namespace_info.
8487 (struct partial_die_info): Add comments. Use bitfields to reduce
8488 memory footprint. Add scope, scope_set, has_specification,
8489 spec_offset, die_parent, die_child, and die_sibling.
8490 (peek_die_abbrev): Add prototype.
8491 (partial_read_comp_unit_head): New function, broken out from
8492 dwarf2_build_psymtabs_hard.
8493 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
8494 Use partial_read_comp_unit_head. Initialize the CU and
8495 comp_unit_obstack. Update calls to read_partial_die and
8496 scan_partial_symbols. Use free_stack_comp_unit and
8497 load_partial_dies.
8498 (scan_partial_symbols): Change PDI to a pointer. Use the child and
8499 sibling pointers to walk partial DIEs. Call fixup_partial_die.
8500 Update calls to helper functions. Remove NAMESPACE argument.
8501 Update comments.
8502 (partial_die_parent_scope, partial_die_full_name): New functions.
8503 (add_partial_symbol): Remove namespace argument. Update call to
8504 pdi_needs_namespace. Use partial_die_full_name. Handle
8505 DW_TAG_namespace. Check has_namespace_info flag.
8506 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
8507 tag. Handle namespaces.
8508 (add_partial_namespace, add_partial_enumeration): Simplify.
8509 (guess_structure_name): New function, derived from
8510 add_partial_structure.
8511 (add_partial_structure): Remove.
8512 (determine_class_name): Update comment.
8513 (dwarf2_read_abbrevs): Set has_namespace_info flag.
8514 (is_type_tag_for_partial, load_partial_dies): New functions.
8515 (read_partial_die): Pass abbrev and abbrev_len as arguments.
8516 Record specifications instead of following them immediately.
8517 (find_partial_die_in_comp_unit, find_partial_die)
8518 (fixup_partial_die, free_stack_comp_unit)
8519 (hashtab_obstack_allocate, dummy_obstack_deallocate)
8520 (partial_die_hash, partial_die_eq): New functions.
8521 * Makefile.in (hashtab_h): Define.
8522 (dwarf2read.o): Update dependencies.
8523 (observer_inc, observer_h): Move to the correct section.
8524
8525 2004-04-15 Joel Brobecker <brobecker@gnat.com>
8526
8527 * dwarf2read.c (dwarf2_attribute_true_p): New function.
8528 (die_is_declaration): Use the function above. Add comment.
8529
8530 2004-04-15 Joel Brobecker <brobecker@gnat.com>
8531
8532 * dwarf2read.c (read_structure_scope): Identify stub types
8533 using die_is_declaration() only.
8534
8535 2004-04-15 Roland McGrath <roland@redhat.com>
8536
8537 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
8538 argument instead of NAME.
8539 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
8540 in call to symbol_file_add_with_addrs_or_offsets.
8541 (build_addr_info): New function, helper for ...
8542 (symbol_file_add_from_memory): New function.
8543 (add_symbol_file_from_memory_command): New function using that.
8544 (_initialize_symfile): Register it for add-symbol-file-from-memory.
8545 (pre_add_symbol_hook): Add const to argument type.
8546 * symfile.h (symbol_file_add_from_memory): Declare it.
8547
8548 2004-04-15 Mark Kettenis <kettenis@gnu.org>
8549
8550 * NEWS (New native configurations): Mention OpenBSD/vax.
8551 * configure.host: Add vax-*-openbsd*.
8552 * config/vax/obsd.mh: New file.
8553 * config/vax/nm-obsd.h: New file.
8554
8555 * vax-tdep.c: Include "regset.h".
8556 (vax_supply_gregset): New function.
8557 (vax_gregset): New variable.
8558 (vax_regset_from_core_section): New function.
8559 (vax_gdbarch_init): Set regset_from_core_section.
8560 * Makefile.in (vax-tdep.o): Update dependencies.
8561
8562 2004-04-15 Andrew Cagney <cagney@redhat.com>
8563
8564 * observer.c (normal_stop_subject, observer_notify_normal_stop)
8565 (observer_normal_stop_notification_stub)
8566 (observer_attach_normal_stop, observer_detach_normal_stop):
8567 Delete, replaced by #include "observer.inc".
8568 * infrun.c (normal_stop): Pass "stop_bpstat" to
8569 observer_notify_normal_stop.
8570 * Makefile.in (observer_inc): Define.
8571 (observer.o): Update dependencies.
8572 (observer.h, observer.inc): New rules.
8573 * observer.h: Delete file.
8574 * observer.sh: New file.
8575
8576 2004-04-15 Mark Kettenis <kettenis@gnu.org>
8577
8578 * vax-tdep.c (vax_frame_cache): Fix typo.
8579
8580 2004-04-14 Mark Kettenis <kettenis@gnu.org>
8581
8582 * NEWS (New native configurations): Mention NetBSD/vax.
8583 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
8584 * config/vax/nbsdelf.mh: New file.
8585 * config/vax/nbsdaout.mh: New file.
8586 * config/vax/nm-nbsd.h: New file.
8587 * config/vax/nm-nbsdaout.h: New file.
8588
8589 * vaxnbsd-tdep.c: New file.
8590 * Makefile.in (vaxnbsd-tdep.o): New dependency.
8591 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
8592 * config/vax/nbsd.mt: New file.
8593 * config/vax/tm-nbsd.h: New file.
8594
8595 * Makefile.in (vaxbsd-nat.o): New dependency.
8596
8597 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
8598 * vax-tdep.c (vax_store_arguments): Remove struct_return and
8599 struct_addr arguments. Don't push return value address.
8600 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
8601 arguments to vax_store_arguments. Store return value address in
8602 R1.
8603 (vax_store_struct_return, vax_extract_return_value)
8604 (vax_store_return_value): Remove functions.
8605 (vax_return_value): New function.
8606 (vax_gdbarch_init): Set return value. Don't set
8607 deprecated_store_struct_return, deprecated_extract_struct_return
8608 and deprecated_store_return_value.
8609
8610 2004-04-14 Andreas Schwab <schwab@suse.de>
8611
8612 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
8613 value buffer.
8614 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
8615
8616 2004-04-14 Mark Kettenis <kettenis@gnu.org>
8617
8618 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
8619 (vax_unwind_dummy_id): New functions.
8620 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
8621 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
8622 variables.
8623 (vax_fix_call_dummy): Remove function.
8624 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
8625 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
8626 call_dummy_location, deprecated_call_dummy_words,
8627 deprecated_sizeof_call_dummy_words,
8628 deprecated_call_dummy_breakpoint_offset,
8629 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
8630 and deprecated_dummy_write_sp.
8631
8632 2004-04-13 David Carlton <carlton@kealia.com>
8633
8634 * MAINTAINERS: Move myself to "paper trail" section.
8635
8636 2004-04-12 Mark Kettenis <kettenis@gnu.org>
8637
8638 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
8639 "trad-frame.h".
8640 (vax_frame_init_saved_regs): Remove function.
8641 (vax_sigtramp_saved_pc): Remove function.
8642 (vax_frame_saved_pc): Remove function.
8643 (vax_frame_args_address): Remove function.
8644 (vax_frame_num_args): Rewrite.
8645 (vax_frame_chain): Remove function.
8646 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
8647 VAX_FP_REGNUM.
8648 (vax_pop_frame): Likewise.
8649 (vax_saved_pc_after_call): Remove function.
8650 (struct vax_frame_cache): New structure.
8651 (vax_frame_cache): New function.
8652 (vax_frame_this_id): New function.
8653 (vax_frame_prev_register): New function.
8654 (vax_frame_unwind): New variable.
8655 (vax_frame_sniffer): New function.
8656 (vax_frame_base_address): New function.
8657 (vax_frame_args_address): New function.
8658 (vax_frame_base): New variable.
8659 (vax_unwind_pc): New function.
8660 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
8661 deprecated_fp_regnum, deprecated_saved_pc_after_call,
8662 deprecated_frame_chain, deprecated_frame_saved_pc,
8663 deprecated_frame_args_address and
8664 deprecated_frame_init_saved_regs.
8665 * Makefile.in (vax-tdep.o): Update dependencies.
8666
8667 * vaxbsd-nat.c: New file.
8668
8669 * vax-tdep.h: Update copyright year. Adjust comments.
8670 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
8671 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
8672 (vax_regnum): New enum. Replacing...
8673 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
8674 (VAX_PS_REGNUM): ... these removed macros.
8675 * vax-tdep.c (vax_register_name): Remove prototype.
8676 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
8677 (vax_register_byte, vax_register_raw_size,
8678 vax_register_virtual_size, vax_register_virtual_type): Remove
8679 functions.
8680 (vax_register_type): New function.
8681 (vax_breakpoint_from_pc): Reorganize.
8682 (vax_gdbarch_init): Set register_type. Don't set
8683 deprecated_register_size, deprecated_register_bytes,
8684 deprecated_register_byte, deprecated_register_raw_size,
8685 deprecated_max_register_raw_size,
8686 deprecated_register_virtual_size,
8687 deprecated_max_register_virtual_size and
8688 deprecated_register_virtual_type. Add comment on stack direction.
8689
8690 2004-04-11 Mark Kettenis <kettenis@gnu.org>
8691
8692 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
8693 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
8694 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
8695
8696 2004-04-10 Randolph Chung <tausq@debian.org>
8697
8698 * MAINTAINERS (write after approval): Add myself.
8699
8700 2004-04-07 Randolph Chung <tausq@debian.org>
8701
8702 * hppa-tdep.c (hppa_inner_than): Remove.
8703 (is_pa_2): Remove unused static variable.
8704 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
8705
8706 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
8707
8708 * language.h (language_defn): Add new la_post_parser field.
8709 * parser-defs.h (null_post_parser): New declaration (default for
8710 la_post_parser).
8711
8712 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
8713 insert call to that function.
8714 (parse_exp_in_context): New function, including code formerly in
8715 parse_exp_1. Calls language-dependent post-parser after
8716 prefixification.
8717 (parse_expression_in_context): New exported function.
8718 (null_post_parser): New definition.
8719 * expression.h (parse_expression_in_context): Add declaration.
8720
8721 * p-lang.c (pascal_language_defn): Add trivial post-parser.
8722 * c-lang.c (c_language_defn): Ditto.
8723 (cplus_language_defn): Ditto.
8724 (asm_language_defn): Ditto.
8725 (minimal_language_defn): Ditto.
8726 * f-lang.c (f_language_defn): Ditto.
8727 * jv-lang.c (java_language_defn): Ditto.
8728 * language.c (unknown_language_defn): Ditto.
8729 (auto_language_defn): Ditto.
8730 (local_language_defn): Ditto.
8731 * m2-lang.c (m2_language_defn): Ditto.
8732 * scm-lang.c (scm_language_defn): Ditto.
8733 * obj-lang.c (objc_language_defn): Ditto.
8734
8735 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8736
8737 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
8738 (amd64nbsd_mcontext_addr): New function.
8739 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
8740 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
8741 with amd64nbsd_r_reg_offset, instead of building it on the fly.
8742
8743 * corelow.c (core_xfer_partial): Fix coding standards violation.
8744 Add support for TARGET_OBJECT_WCOOKIE.
8745
8746 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
8747 deprecated_pc_in_sigtramp.
8748 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
8749 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
8750 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
8751 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
8752 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
8753 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
8754 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
8755
8756 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
8757 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
8758 Fix typo.
8759
8760 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
8761 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
8762 (amd64_collect_fxsave): Likewise.
8763
8764 * i386-sol2-tdep.c: Include "gdb_string.h".
8765 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
8766 name.
8767 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8768
8769 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8770
8771 * i386-sol2-tdep.c: Include "solib-svr4.h".
8772 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8773 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8774 * config/i386/tm-i386sol2.h: Include :solib.h".
8775 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
8776 solib-svr4.o and solib-legacy.o.
8777 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
8778 solib-svr4.o.
8779
8780 2004-04-09 Mark Kettenis <kettenis@gnu.org>
8781
8782 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
8783 whether a register is supplied by PTRACE_GETFPREGS.
8784 (store_inferior_registers): Likewise.
8785 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
8786 whether a register is supplied by PT_GETFPREGS.
8787 (store_inferior_registers): Likewise.
8788
8789 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
8790 * config/i386/linux64.mt (TDEPFILES): Likewise.
8791
8792 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
8793
8794 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
8795 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8796 the program counter is in the range specified by `struct
8797 gdbarch_tdep'.
8798 * amd64-linux-tdep.c: Include "symtab.h".
8799 (amd64_linux_pc_in_sigtramp): Remove function.
8800 (amd64_linux_sigtramp_p): New function.
8801 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8802 deprecated_pc_in_sigtramp.
8803 * amd64nbsd-tdep.c: Include "symtab.h".
8804 (amd64nbsd_sigtramp_p): New function.
8805 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8806 deprecated_pc_in_sigtramp.
8807 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
8808 few comments.
8809 (amd64obsd_pc_in_sigtramp): Remove function.
8810 (amd64obsd_sigtramp_p): New function.
8811 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8812 deprecated_pc_in_sigtramp.
8813 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
8814 (i386bsd_pc_ins_sigtramp): Remove prototype.
8815 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
8816 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
8817 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8818 the program counter is in the range specified by `struct
8819 gdbarch_tdep'.
8820 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
8821 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
8822 (i386_go32_pc_in_sigtramp): Remove function.
8823 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
8824 Initialize TDEP->sigtramp_p.
8825 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
8826 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
8827 deprecated_pc_in_sigtramp.
8828 * i386-linux-tdep.c: Adjust comments.
8829 (i386_linux_pc_in_sigtramp): Remove function.
8830 (i386_linux_sigtramp_p): New function.
8831 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8832 deprecated_pc_in_sigtramp.
8833 * i386-nto-tdep.c: Update copyright year.
8834 (i386nto_pc_in_sigtramp): Remove function.
8835 (i386nto_sigtramp_p): New function.
8836 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
8837 SP_REGNUM.
8838 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
8839 deprecated_pc_in_sigtramp.
8840 * i386-sol2-tdep.c: Update copyright year.
8841 (i386_sol2_pc_in_sigtramp): Remove function.
8842 (i386_sol2_sigtramp_p): New function.
8843 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
8844 deprecated_pc_in_sigtramp.
8845 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
8846 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
8847 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8848 deprecated_sigtramp_start and deprecated_sigtramp_end.
8849 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
8850 (i386nbsd_pc_in_sigtramp): Remove function.
8851 (i386nbsd_sigtramp_p): New function.
8852 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8853 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8854 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
8855 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
8856 (i386obsd_pc_in_sigtramp): Remove function.
8857 (i386obsd_sigtramp_p): New function.
8858 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
8859 functions.
8860 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8861 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8862 TDEP->sigtramp_p.
8863 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
8864 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
8865 dependencies.
8866
8867 * config/i386/i386aout.mt: Remove file.
8868
8869 * configure.tgt: Remove i[34567]86-*-go32*,
8870 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
8871 and i[34567]86-*-isc*. Set gdb_target to i386 for
8872 i[34567]86-*-netware* and i[34567]86-*-*.
8873 * config/i386/i386.mt: New file.
8874 * config/i386/embed.mt: Remove file.
8875 * config/i386/go32.mt: Remove file.
8876 * config/i386/i386nw.mt: Remove file.
8877 * config/i386/i386v.mt: Remove file.
8878 * config/i386/tm-go32.h: Remove file.
8879
8880 * tui/tui-hooks.c: Include "readline/readline.h" after
8881 "gdb_curses.h" instead of before.
8882 * tui/tui-io.c: Likewise.
8883
8884 * tui/tui.c: Fix typo in comment.
8885
8886 * sparc64-tdep.c (sparc_address_from_register): Remove function.
8887
8888 2004-04-08 Andrew Cagney <cagney@redhat.com>
8889
8890 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
8891 (deprecated_exception_support_initialized): Declare.
8892 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
8893 (initialize_hp_cxx_exception_support)
8894 (child_enable_exception_callback): Update.
8895 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
8896 (deprecated_exception_support_initialized): Rename
8897 deprecated_exception_catchpoints_are_fragile and
8898 deprecated_exception_support_initialized.
8899 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
8900
8901 * symtab.c (deprecated_hp_som_som_object_present): Rename
8902 hp_som_som_object_present.
8903 * symtab.h (deprecated_hp_som_som_object_present): Declare.
8904 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
8905 Update. Delete extern declaration.
8906 * valops.c (hp_som_som_object_present): Ditto.
8907 * parse.c (deprecated_hp_som_som_object_present)
8908 (parse_nested_classes_for_hpacc): Ditto.
8909 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8910 * hppa-hpux-tdep.c (hp_som_som_object_present)
8911 (initialize_hp_cxx_exception_support): Ditto.
8912 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8913 * cp-valprint.c (hp_som_som_object_present)
8914 (cp_print_class_method): Ditto.
8915 * c-typeprint.c (hp_som_som_object_present):
8916 (c_type_print_base): Ditto.
8917 * c-exp.y (hp_som_som_object_present): Ditto.
8918
8919 2004-04-08 Andrew Cagney <cagney@redhat.com>
8920
8921 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
8922 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
8923 (frame_unwind_find_by_frame): Re-implement the unwind code so
8924 that it can both prepend and append sniffers. Replace
8925 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
8926 * tramp-frame.c (tramp_frame_append): Use
8927 frame_unwind_prepend_unwinder.
8928 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
8929 frame_unwind_register_unwinder.
8930 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
8931 tramp_frame_append.
8932 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8933 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
8934 (mips_linux_init_abi): Update.
8935
8936 2004-04-08 Kevin Buettner <kevinb@redhat.com>
8937
8938 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
8939 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
8940 file support.
8941
8942 2004-04-07 Kevin Buettner <kevinb@redhat.com>
8943
8944 * ia64-tdep.c (elf.h): Don't include.
8945 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
8946
8947 2004-04-07 Jason Molenda (jmolenda@apple.com)
8948
8949 * frame.h: Typeo corrections in comments.
8950
8951 2004-04-07 Jim Blandy <jimb@redhat.com>
8952
8953 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
8954 %esp and %ebp
8955
8956 2004-04-07 Mark Kettenis <kettenis@gnu.org>
8957
8958 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
8959 * config/sparc/linux64.mt (TDEPFILES): Likewise.
8960 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8961 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
8962 and solib-legacy.o.
8963 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
8964 solib-svr4.o.
8965 * config/sparc/tm-sol2.h: Update copyright year. Include
8966 "solib.h".
8967
8968 * sparc-sol2-tdep.c: Update copyright year. Include
8969 "solib-svr4.h".
8970 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8971 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
8972 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8973 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
8974 dependencies.
8975
8976 2004-04-06 Andrew Cagney <cagney@redhat.com>
8977
8978 * infttrace.c: Include "infttrace.h".
8979 * infttrace.h: Include "target.h".
8980 * Makefile.in (infttrace_h): Update.
8981 (infttrace.o): Update.
8982
8983 2004-04-06 Andrew Cagney <cagney@redhat.com>
8984
8985 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
8986 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
8987 move extern declarations from here ...
8988 * infttrace.h: ... to here.
8989 * Makefile.in (hppah-nat.o): Update dependencies.
8990
8991 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
8992 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8993 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
8994 (hppa_breakpoint_from_pc): Delete.
8995
8996 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
8997
8998 2004-04-05 Andrew Cagney <cagney@redhat.com>
8999
9000 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9001 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9002 <sys/file.h>.
9003
9004 2004-04-06 Randolph Chung <tausq@debian.org>
9005
9006 Committed by Andrew Cagney (mechanical change).
9007 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9008 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9009 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9010 child_enable_exception_callback, current_ex_event,
9011 null_symtab_and_line, child_get_current_exception_event,
9012 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9013 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9014 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9015 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9016 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9017 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9018 Move hpux-specific definitions ...
9019 * hppa-hpux-tdep.c: ... to here.
9020
9021 2004-04-05 Andrew Cagney <cagney@redhat.com>
9022
9023 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9024 skip_prologue_using_sal.
9025
9026 2004-04-05 Andrew Cagney <cagney@redhat.com>
9027
9028 * config/i386/tm-i386.h: Delete file.
9029 * config/i386/tm-vxworks.h: Update copyright, do not include
9030 "tm-i386.h".
9031 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9032 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9033 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9034 * config/i386/ncr3000.mt (TM_FILE): Delete.
9035 * config/i386/interix.mt (TM_FILE): Delete.
9036 * config/i386/i386v.mt (TM_FILE): Delete.
9037 * config/i386/i386nw.mt (TM_FILE): Delete.
9038 * config/i386/i386gnu.mt (TM_FILE): Delete.
9039 * config/i386/i386aout.mt (TM_FILE): Delete.
9040 * config/i386/embed.mt (TM_FILE): Delete.
9041
9042 2004-04-05 Kevin Buettner <kevinb@redhat.com>
9043
9044 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9045 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9046 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9047 (accg7_regnum): New constants.
9048 (last_spr_regnum, last_pseudo_regnum): Update.
9049 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9050 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
9051 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9052 for accg registers.
9053 (frv_register_sim_regno): Update spr_map[].
9054
9055 2004-04-04 Andrew Cagney <cagney@redhat.com>
9056
9057 * config/mips/xm-riscos.h: Delete.
9058 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9059 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9060 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9061 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9062 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9063 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9064 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9065 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9066 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9067 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9068 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9069 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9070 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9071 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9072 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9073 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9074 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9075 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9076 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9077 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9078 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9079 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9080 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9081 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9082 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9083 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
9084
9085 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9086 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9087 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9088 * configure.host: Remove m680[01]0-sun-sunos3*,
9089 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9090 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9091 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9092 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9093 mips-*-riscos*.
9094 * NEWS: Mention removed systems.
9095
9096 2004-04-04 Andrew Cagney <cagney@redhat.com>
9097
9098 GDB 6.1 release created from 6.1 branch.
9099
9100 2004-04-04 Andrew Cagney <cagney@redhat.com>
9101
9102 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9103 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9104 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9105
9106 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9107 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9108 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9109
9110 2004-04-03 Jim Blandy <jimb@redhat.com>
9111
9112 * MAINTAINERS: Chris Faylor has changed employers; add him to
9113 "paper trail" section, and update his E-mail address.
9114
9115 2004-04-03 Andrew Cagney <cagney@redhat.com>
9116
9117 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9118 generic dummy frames.
9119 * dummy-frame.c: Update copyright.
9120 (dummy_frame_sniffer): Delete check for generic dummy frames.
9121
9122 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
9123 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
9124 (REG_PARM_STACK_SPACE): Delete.
9125 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9126 Inline reference to REG_PARM_STACK_SPACE.
9127
9128 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9129 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9130 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9131 (FRAME_BASE_BEFORE_SIGTRAMP)
9132 (hppa32_hpux_frame_base_before_sigtramp)
9133 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9134 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9135 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9136 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9137 (FRAME_BASE_BEFORE_SIGTRAMP)
9138 (hppa64_hpux_frame_base_before_sigtramp)
9139 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9140
9141 2004-04-03 Andrew Cagney <cagney@redhat.com>
9142
9143 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9144
9145 2004-04-02 Andrew Cagney <cagney@redhat.com>
9146
9147 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9148 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9149 * dummy-frame.h: Delete out-of-date comments.
9150 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9151 * gdbarch.h, gdbarch.c: Re-generate.
9152
9153 2004-04-02 Joel Brobecker <brobecker@gnat.com>
9154
9155 Committed by Andrew Cagney <cagney@redhat.com>.
9156 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9157 into account an instruction saving a register if we have already
9158 seen an earlier instruction saving that same register.
9159
9160 2004-04-02 Andrew Cagney <cagney@redhat.com>
9161
9162 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9163 * gdbarch.h, gdbarch.c: Re-generate.
9164 * frame.c (legacy_get_prev_frame): Delete references to
9165 DEPRECATED_INIT_FRAME_PC_FIRST.
9166
9167 * infrun.c (pc_in_sigtramp): Delete function.
9168 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9169 get_frame_type.
9170
9171 2004-04-02 Andrew Cagney <cagney@redhat.com>
9172
9173 * infrun.c (handle_step_into_function): Delete code conditional on
9174 legacy_frame_p.
9175 (handle_inferior_event, step_over_function): Ditto.
9176
9177 2004-04-02 Andrew Cagney <cagney@redhat.com>
9178
9179 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9180 "previous frame inner to this frame" test.
9181
9182 2004-04-02 Andrew Cagney <cagney@redhat.com>
9183
9184 * frame.c (safe_frame_unwind_memory): New function.
9185 * frame.h (safe_frame_unwind_memory): Declare. Update description
9186 of /safe_/ methods.
9187 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9188 "next_frame". Use safe_frame_unwind_memory.
9189 (tramp_frame_sniffer): Update call to tramp_frame_start.
9190
9191 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
9192
9193 * dwarf2read.c (dwarf2_objfile_data_key): New.
9194 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
9195 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
9196 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
9197 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
9198 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
9199 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
9200 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
9201 Remove variables.
9202 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
9203 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
9204 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
9205 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
9206 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
9207 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
9208 Remove macros.
9209 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
9210 data.
9211 (dwarf2_locate_sections, dwarf2_build_psymtabs)
9212 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
9213 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
9214 (read_partial_die, read_full_die, read_indirect_string)
9215 (dwarf_decode_line_header, dwarf_decode_macros)
9216 (dwarf2_symbol_mark_computed): Remove use of removed macros.
9217 Update uses of removed variables.
9218 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
9219 of removed macros.
9220 (_initialize_dwarf2_read): New function.
9221 * symfile.h (dwarf2_has_info): Update prototype.
9222 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
9223 * elfread.c (elf_symfile_read): Likewise.
9224
9225 2004-04-01 Jim Blandy <jimb@redhat.com>
9226
9227 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
9228 function for register numbers on all the rs6000-derived targets.
9229 (rs6000_gdbarch_init): Don't register a separate
9230 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
9231 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
9232 variants.
9233
9234 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
9235 numbering.
9236
9237 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
9238
9239 * valarith.c: Update copyright notice.
9240 (value_add): Handle range types.
9241 (value_sub): Ditto.
9242 (value_equal): Ditto.
9243 (value_less): Ditto.
9244 (value_neg): Ditto.
9245 (value_complement): Ditto.
9246 (value_binop): Simplify slightly by using is_integral_type and
9247 eliminiating unnecessary COERCE_ENUMs.
9248
9249 2004-03-31 Andrew Cagney <cagney@redhat.com>
9250
9251 * frame.h (frame_unwind_id): Declare.
9252 * frame.c (frame_unwind_id): New function.
9253 (get_prev_frame_1): New function.
9254 (frame_debug_got_null_frame): New function.
9255 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
9256 code proper to prev_frame, update description.
9257 * infrun.c (step_over_function): Use frame_unwind_id.
9258
9259 2004-04-31 J. Brobecker <brobecker@gnat.com>
9260
9261 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
9262 (hppa64_push_dummy_call): Likewise.
9263
9264 2004-03-30 Jim Blandy <jimb@redhat.com>
9265
9266 From Ulrich Weigand:
9267 * utils.c (query): Do not use a va_list variable multiple times.
9268
9269 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
9270
9271 * Makefile.in (linux_nat_h): Update dependencies.
9272 * configure.in: Check for <gnu/libc-version.h>.
9273 * configure: Regenerate.
9274 * config.in: Regenerate.
9275 * linux-nat.h: Include "target.h". Add waitstatus field to
9276 struct lwp_info.
9277 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
9278 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
9279 to.
9280 (lin_lwp_handle_extended): New function. Handle clone events.
9281 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
9282 thread exit events.
9283 (child_wait): Handle clone events.
9284 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
9285 * linux-nat.c (linux_enable_event_reporting): Turn on
9286 PTRACE_O_TRACECLONE.
9287 (linux_handle_extended_wait): Handle clone events.
9288 * thread-db.c: Include <gnu/libc-version.h>.
9289 (struct private_thread_info): Add dying flag.
9290 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
9291 higher.
9292 (attach_thread): Update comments. Handle dying threads.
9293 (detach_thread): Set the dying flag.
9294 (check_event): Always call attach_thread.
9295
9296 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
9297
9298 * mips-tdep.c (mips_pdr_data): New.
9299 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
9300 (_initialize_mips_tdep): Initialize mips_pdr_data.
9301
9302 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
9303
9304 * minsyms.c (install_minimal_symbols): Move dropping leading
9305 char from linkage name from here...
9306 (prim_record_minimal_symbol_and_info): ...to here. Simplify
9307 test for "__gnu_compiled*" symbols.
9308
9309 2004-03-28 Jim Blandy <jimb@redhat.com>
9310
9311 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
9312 registers to temp register r0 and byte stores as prologue
9313 instructions.
9314
9315 2004-03-28 Andrew Cagney <cagney@redhat.com>
9316
9317 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
9318 arm*-*-*.
9319
9320 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9321
9322 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
9323 and switch the layout to force a display of register window.
9324
9325 2004-02-26 J. Brobecker <brobecker@gnat.com>
9326
9327 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
9328 of the INTEGER class.
9329
9330 2004-03-26 Jim Blandy <jimb@redhat.com>
9331
9332 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
9333 bytes long on PPC GNU/Linux.
9334
9335 2004-03-26 David Carlton <carlton@kealia.com>
9336
9337 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
9338
9339 2004-03-25 Andrew Cagney <cagney@redhat.com>
9340
9341 * PROBLEMS: Add general section titles, remove references to
9342 specific releases.
9343
9344 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
9345
9346 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
9347 INT_REGISTER_SIZE.
9348 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
9349 FP_REGISTER_VIRTUAL_SIZE.
9350 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
9351 of DEPRECATED_REGISTER_RAW_SIZE.
9352 (arm_register_type): Add gdbarch argument.
9353 (arm_register_raw_size, arm_register_virtual_size): Delete.
9354 (arm_register_byte, arm_extract_return_value)
9355 (arm_store_return_value, arm_get_longjmp_target): Update references
9356 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
9357 (arm_gdbarch_init): Likewise. Don't set
9358 deprecated_register_raw_size, deprecated_register_virtual_size,
9359 deprecated_max_register_raw_size,
9360 deprecated_max_register_virtual_size, or
9361 deprecated_max_register_virtual_type. Do set register_type.
9362 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
9363 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
9364 (FP_REGISTER_VIRTUAL_SIZE): Delete.
9365 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
9366 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
9367 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
9368 INT_REGISTER_SIZE.
9369 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
9370 (remote_rdp_store_register): Likewise.
9371
9372 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
9373
9374 * Makefile.in (mips-linux-tdep.o): Update dependencies.
9375 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
9376 to after osabi initialization.
9377 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
9378 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
9379 functions.
9380 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
9381 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
9382 variables.
9383 (mips_linux_init_abi): Append signal trampoline unwinders.
9384
9385 2004-03-24 Andrew Cagney <cagney@redhat.com>
9386
9387 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
9388 * tramp-frame.c: Include "gdb_assert.h".
9389 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
9390 correct sizeof.
9391 (tramp_frame_append): Validate the tramp frame's instructions.
9392 * Makefile.in (tramp-frame.o): Update dependencies.
9393
9394 2004-03-23 Andrew Cagney <cagney@redhat.com>
9395
9396 * trad-frame.h (trad_frame_set_reg_addr): Declare.
9397
9398 2004-03-23 Andrew Cagney <cagney@redhat.com>
9399
9400 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
9401 Nasser as past testsuite/lib/ (and other) maintainers.
9402
9403 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
9404
9405 * infcmd.c (attach_command): Reread symbols if we already have
9406 an exec file.
9407
9408 2004-03-23 Andrew Cagney <cagney@redhat.com>
9409
9410 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
9411
9412 2004-03-23 Andrew Cagney <cagney@redhat.com>
9413
9414 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
9415 * gdbarch.h, gdbarch.c: Re-generate.
9416 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9417 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9418 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9419 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
9420 (DEPRECATED_SIGTRAMP_START): Update.
9421 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
9422 (DEPRECATED_SIGTRAMP_START): Update.
9423 * blockframe.c (find_pc_sect_partial_function): Update.
9424 * arch-utils.c (legacy_pc_in_sigtramp): Update.
9425
9426 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
9427
9428 * remote.c (remote_open_1): Reopen the exec file and reread symbols
9429 if necessary.
9430
9431 2004-03-23 Andrew Cagney <cagney@redhat.com>
9432
9433 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
9434 predicate, deprecate.
9435 * gdbarch.h, gdbarch.c: Re-generate.
9436 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
9437 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
9438 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
9439 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
9440 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
9441 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
9442 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
9443 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
9444 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
9445 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
9446 * blockframe.c (find_pc_partial_function): Update.
9447 * breakpoint.c (bpstat_what): Update.
9448 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
9449 * frv-linux-tdep.c (frv_linux_init_abi): Update.
9450 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
9451 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
9452 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9453 * i386-linux-tdep.c (i386_linux_init_abi): Update.
9454 * i386-nto-tdep.c (i386nto_init_abi): Update.
9455 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
9456 * i386-tdep.c (i386_sigtramp_frame_sniffer)
9457 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
9458 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9459 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9460 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9461 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
9462 * infrun.c (pc_in_sigtramp): Update.
9463 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
9464 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9465 * mips-tdep.c (mips_gdbarch_init): Update.
9466 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
9467 * ppc-linux-tdep.c: Update comment.
9468 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
9469 * shnbsd-tdep.c (shnbsd_init_abi): Update.
9470 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
9471 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
9472 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
9473 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
9474 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
9475 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
9476 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
9477 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
9478
9479 2004-03-23 Andrew Cagney <cagney@redhat.com>
9480
9481 * tramp-frame.h, tramp-frame.h: New files.
9482 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
9483 Update rules to include "tramp-frame.h" and "tramp-frame.c".
9484
9485 * Makefile.in: Update all dependencies.
9486
9487 2004-03-23 Andrew Cagney <cagney@redhat.com>
9488
9489 * Makefile.in (trad_frame_h): Add $(frame_h).
9490 * trad-frame.h: Update copyright. Include "frame.h".
9491 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
9492 (trad_frame_set_id, trad_frame_get_id): Declare.
9493 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
9494 * trad-frame.c: Update copyright.
9495 (struct trad_frame_cache): Define.
9496 (trad_frame_cache_zalloc): New function.
9497 (trad_frame_set_id, trad_frame_get_id): New functions.
9498 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
9499
9500 2004-03-22 Andrew Cagney <cagney@redhat.com>
9501
9502 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
9503 s390_pltstub_unwind_cache.
9504 (s390_stub_frame_unwind_cache): Rename
9505 s390_pltstub_frame_unwind_cache.
9506 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
9507 (s390_stub_frame_prev_register): Rename
9508 s390_pltstub_frame_prev_register.
9509 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
9510 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
9511
9512 From Ulrich Weigand:
9513 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
9514 pointer calls like PLT calls.
9515
9516 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
9517
9518 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
9519 PC rather than the partial function start address. Use the start
9520 address to sanity check the found PDR.
9521
9522 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
9523
9524 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
9525 linux_handle_extended_wait.
9526
9527 2004-03-22 Andrew Cagney <cagney@redhat.com>
9528
9529 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
9530 function.
9531
9532 * frame.h (generic_pop_current_frame): Delete declaration.
9533 (deprecate_pop_dummy_frame): Deprecate
9534 generic_pop_dummy_frame.
9535 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
9536 (generic_pop_current_frame): Delete function.
9537 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
9538 generic_pop_current_frame.
9539 * v850-tdep.c (v850_pop_frame): Update.
9540 * mcore-tdep.c (mcore_pop_frame): Update.
9541 * sh64-tdep.c (sh64_pop_frame): Update.
9542 * h8300-tdep.c (h8300_pop_frame): Update.
9543
9544 2004-03-22 Andrew Cagney <cagney@redhat.com>
9545
9546 * frame.h (deprecated_pc_in_call_dummy): Rename
9547 generic_pc_in_call_dummy.
9548 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
9549 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
9550 generic_pc_in_call_dummy.
9551 (pc_in_dummy_frame): Make static.
9552 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
9553 * gdbarch.h, gdbarch.c: Re-generate.
9554 * dummy-frame.c (dummy_frame_sniffer): Simplify.
9555 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
9556 (legacy_get_prev_frame): Ditto.
9557 * inferior.h: Delete reference to generic_pc_in_call_dummy in
9558 comment.
9559
9560 2004-03-21 Andrew Cagney <cagney@redhat.com>
9561
9562 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
9563 declaration and out-of-date comment.
9564 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9565 Delete function.
9566 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
9567 deprecated_pc_in_call_dummy.
9568
9569 * infrun.c (handle_inferior_event): For non legacy frames, use the
9570 frame ID and frame type to identify a signal trampoline. Update
9571 comments.
9572
9573 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
9574
9575 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
9576 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
9577
9578 2004-03-21 Andrew Cagney <cagney@redhat.com>
9579
9580 * frame-unwind.h: Update copyright.
9581 (struct frame_data): Add opaque declaration.
9582 (frame_sniffer_ftype): Declare.
9583 (struct frame_unwind): Add "unwind_data" and "sniffer".
9584 (frame_unwind_register_unwinder): Declare.
9585 (frame_unwind_find_by_frame): Add parameter "this_cache".
9586 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
9587 (legacy_get_prev_frame, legacy_get_prev_frame)
9588 (get_frame_type): Pass the prologue_cache to
9589 frame_unwind_find_by_frame.
9590 * frame-unwind.c (struct frame_unwind_table_entry): Add field
9591 "unwinder".
9592 (frame_unwind_register_unwinder): New function.
9593 (frame_unwind_find_by_frame): Handle an unwind sniffer.
9594
9595 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
9596
9597 * bcache.c (print_percentage): Use floating point to avoid
9598 incorrect results when portion*100 overflows.
9599
9600 2004-03-19 Kevin Buettner <kevinb@redhat.com>
9601
9602 * ppc_tdep.h (ppc_linux_frame_saved_pc)
9603 (ppc_linux_init_extra_frame_info)
9604 (ppc_linux_frameless_function_invocation)
9605 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
9606 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
9607 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
9608 (rs6000_frame_chain): Delete declarations.
9609 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
9610 (ppc_linux_init_extra_frame_info)
9611 (ppc_linux_frameless_function_invocation)
9612 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
9613 (ppc_linux_init_abi): Remove registration of above deleted functions.
9614 * rs6000-tdep.c (rs6000_init_extra_frame_info)
9615 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
9616 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
9617 (rs6000_pop_frame, rs6000_frameless_function_invocation)
9618 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
9619 (rs6000_gdbarch_init): Remove registration of above deleted functions.
9620 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
9621 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
9622 frame management for all OSABIs.
9623
9624 2004-03-19 Andrew Cagney <cagney@redhat.com>
9625
9626 Committed by Kevin Buettner <kevinb@redhat.com>.
9627
9628 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
9629 Update copyright.
9630 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
9631 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
9632 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
9633 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
9634 unwinders. #ifdef legacy frame code.
9635 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9636 "frame-base.h".
9637 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
9638 (struct rs6000_frame_cache, rs6000_frame_cache)
9639 (rs6000_frame_this_id, rs6000_frame_prev_register)
9640 (rs6000_frame_sniffer, rs6000_frame_unwind)
9641 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
9642 (rs6000_frame_base): Implement a traditional frame unwinder.
9643 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
9644 frame unwinder.
9645
9646 2004-03-19 Kevin Buettner <kevinb@redhat.com>
9647
9648 * breakpoint.c (adjust_breakpoint_address): Don't adjust
9649 breakpoint address for watchpoints or the catch eventpoints.
9650 Add new paramter ``bptype''. Adjust all callers.
9651
9652 2004-03-19 Andrew Cagney <cagney@redhat.com>
9653
9654 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
9655
9656 * PROBLEMS: Delete note that ARM does not use frame code, problem
9657 fixed.
9658
9659 2004-03-18 Andrew Cagney <cagney@redhat.com>
9660
9661 * stack.c (return_command): Delete code wrapped in #ifdef
9662 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
9663
9664 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
9665
9666 2004-03-18 Andrew Cagney <cagney@redhat.com>
9667
9668 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
9669 DEPRECATED_IN_SIGTRAMP.
9670 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9671 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
9672 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9673 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9674 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9675 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9676 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9677 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9678 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
9679 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
9680
9681 2004-03-18 Andrew Cagney <cagney@redhat.com>
9682
9683 * frame-base.c: Update copyright. Include "gdb_obstack.h".
9684 (struct frame_base_table_entry): Define.
9685 (struct frame_base_table): Re-implement as a linked list.
9686 (frame_base_init): Re-implement.
9687 (frame_base_table): Delete function.
9688 (append_predicate): Delete function.
9689 (frame_base_append_sniffer): Update.
9690 (frame_base_set_default): Update.
9691 (frame_base_find_by_frame): Update.
9692 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
9693 * Makefile.in (frame-base.o): Update dependencies.
9694
9695 2004-03-17 Andrew Cagney <cagney@redhat.com>
9696
9697 * frame.c (legacy_get_prev_frame): Pass correct frame to
9698 frame_unwind_find_by_frame.
9699
9700 2004-03-17 David Carlton <carlton@kealia.com>
9701
9702 * NEWS: Mention C++ nested types and namespaces
9703
9704 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
9705
9706 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
9707 and "Regressions since gdb 5.3.". Add known regressions since
9708 gdb 6.0.
9709
9710 2004-03-16 David Carlton <carlton@kealia.com>
9711
9712 * dwarf2read.c (process_structure_scope): Process children even
9713 when we're a declaration.
9714
9715 2004-03-16 Andrew Cagney <cagney@redhat.com>
9716
9717 * symtab.h (find_pc_sect_partial_function): Delete declaration.
9718 * blockframe.c (find_pc_partial_function)
9719 (find_pc_sect_partial_function): Merge into a single
9720 find_pc_partial_function.
9721
9722 2004-03-16 Mark Kettenis <kettenis@gnu.org>
9723
9724 * i386bsd-nat.c: s/regno/regnum/g.
9725 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
9726 FP0_REGNUM.
9727 (store_inferior_registers): Likewise.
9728
9729 2004-03-16 Mark Kettenis <kettenis@gnu.org>
9730
9731 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
9732 of i387_fill_fsave.
9733 (store_inferior_registers): Call i387_collect_fsave and
9734 i387_collect_fxsave instead of i387_fill_fsave and
9735 i387_fill_fxsave.
9736
9737 2004-03-15 Andrew Cagney <cagney@redhat.com>
9738
9739 * Makefile.in (frame-unwind.o): Update dependencies.
9740 * frame-unwind.c: Include "gdb_obstack.h".
9741 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
9742 parameter.
9743 (append_predicate): Delete function.
9744 (struct frame_unwind_table_entry): New structure.
9745 (struct frame_unwind_table): Replace "sniffer" with "head" and
9746 "tail".
9747 (frame_unwind_append_sniffer): Update.
9748 (frame_unwind_find_by_frame): Update.
9749 (_initialize_frame_unwind): Registe frame_unwind_init using
9750 gdbarch_data_register_pre_init.
9751
9752 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9753
9754 * i386bsd-nat.c: Update copyright year.
9755 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
9756 define unconditionally.
9757
9758 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9759
9760 * i387-tdep.h (i387_collect_fsave): New prototype.
9761 * i387-tdep.c (i387_collect_fsave): New function containing most
9762 of the code from i387_fill_fsave.
9763 (i387_fill_fsave): Call i387_collect_fsave.
9764
9765 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9766
9767 * i386-linux-tdep.c: Update copyright year.
9768 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
9769 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
9770 svr4_ilp32_link_map_offsets instead of
9771 i386_linux_svr4_fetch_link_map_offsets.
9772
9773 2004-03-15 David Carlton <carlton@kealia.com>
9774
9775 Fix for PR c++/1553:
9776 * dwarf2read.c (read_structure_type): Determine type name by
9777 calling determine_class_name.
9778 (determine_class_name): New.
9779 (determine_prefix): Look at TYPE_TAG_NAME and call
9780 determine_class_name when appropriate.
9781 (determine_prefix_aux, class_name): Delete.
9782 (read_namespace): Set die->type.
9783
9784 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9785
9786 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
9787 unused macro definition. The definition in target.h (or perhaps
9788 elsewhere) takes precedence.
9789
9790 2004-03-15 Andrew Cagney <cagney@redhat.com>
9791
9792 * ppc-tdep.h: Update copyright.
9793 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
9794 function signatures to match "regsets.h".
9795 * ppc-linux-tdep.c: Include "regset.h".
9796 (ELF_GREGSET_SIZE): Delete.
9797 (right_supply_register): New function.
9798 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
9799 using right_supply_register.
9800 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
9801 functions.
9802 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
9803 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
9804 (_initialize_ppc_linux_tdep): Do not register
9805 ppc_linux_regset_core_fns.
9806 (ppc_linux_regset_from_core_section): Replace
9807 fetch_core_registers.
9808 (ppc_linux_regset_core_fns): Delete.
9809 * ppc-linux-nat.c: (right_fill_reg): New function.
9810 (supply_gregset): Update call to ppc_linux_supply_gregset.
9811 (fill_gregset): Clear the register set, use right_fill_reg.
9812 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
9813 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
9814
9815 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
9816 unsigned.
9817
9818 2004-03-15 Andrew Cagney <cagney@redhat.com>
9819
9820 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
9821 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
9822 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
9823 and register_gdbarch_data.
9824 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
9825 (struct gdbarch_data): Replace "init" by "pre_init" and
9826 "post_init".
9827 * gdbarch.h, gdbarch.c: Re-generate.
9828 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
9829 with"obstack", use OBSTACK_ZALLOC.
9830 (dwarf2_frame_ops): Delete.
9831 (dwarf2_frame_set_init_reg): Use gdbarch_data.
9832 (dwarf2_frame_init_reg): Use gdbarch_data.
9833 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
9834 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
9835 (_initialize_svr4_solib): Update.
9836 * user-regs.c (_initialize_user_regs): Update.
9837 * reggroups.c (_initialize_reggroup): Update.
9838 * regcache.c (_initialize_regcache): Update.
9839 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9840 * libunwind-frame.c (_initialize_libunwind_frame): Update.
9841 * gnu-v3-abi.c (init_gnuv3_ops): Update.
9842 * frame-unwind.c (_initialize_frame_unwind): Update.
9843 * frame-base.c (_initialize_frame_base): Update.
9844 * user-regs.c (user_reg_add): Update.
9845 * reggroups.c (reggroup_add): Update.
9846 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
9847 * libunwind-frame.c (libunwind_frame_set_descr): Update.
9848 * frame-unwind.c (frame_unwind_append_sniffer): Update.
9849 * frame-base.c (frame_base_table): Update.
9850 * remote.c (_initialize_remote): Update.
9851 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
9852
9853 2004-03-15 Andrew Cagney <cagney@redhat.com>
9854
9855 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
9856
9857 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9858
9859 * Makefile.in (frv-linux-tdep.o): Add dependencies.
9860 * frv-linux-tdep.c: New file.
9861 * frv-tdep.c (struct gdbarch_tdep): Add new field
9862 ``sigcontext_reg_addr''.
9863 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
9864 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
9865 (frv_sigramp_frame_sniffer): New functions.
9866 (frv_sigtramp_frame_unwind): New static global.
9867 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
9868 sniffers.
9869 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
9870 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
9871
9872 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9873
9874 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
9875 but not via a call to error(), when unable to read memory.
9876
9877 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9878
9879 * frv-tdep.c (frv_call_dummy_words): Delete.
9880 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
9881
9882 2004-03-15 Andrew Cagney <cagney@redhat.com>
9883
9884 * infrun.c (handle_step_into_function, step_over_function): Only
9885 update and use STEP_FRAME_ID when the system is using legacy
9886 frames. Update comments.
9887
9888 2004-03-14 Mark Kettenis <kettenis@gnu.org>
9889
9890 * amd64-linux-tdep.h: Remove file.
9891 * amd64-linux-tdep.c: Don't include "inferior.h" and
9892 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
9893 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
9894 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
9895 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
9896 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
9897 macros.
9898 (user_to_gdb_regmap): Remove variable.
9899 (amd64_linux_gregset_reg_offset): New variable.
9900 (amd64_core_fns): Remove variable.
9901 (fetch_core_registers): Remove function.
9902 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
9903 functions.
9904 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
9905 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
9906 * Makefile.in (amd64_linux_tdep_h): Remove.
9907 (amd64-linux-nat.o): Update dependencies.
9908 (amd64-linux-tdep.o): Update dependencies.
9909
9910 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
9911 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
9912 functions.
9913 (fetch_inferior_registers, store_inferior_registers): Rewrite.
9914
9915 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
9916 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
9917
9918 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
9919
9920 * dwarf2read.c (read_structure_type): Rename from
9921 read_structure_scope. Don't create a symbol or call process_die.
9922 Return immediately if die->type is set. Call read_type_die before
9923 dwarf2_add_member_fn.
9924 (process_structure_scope): New function.
9925 (read_enumeration_type, process_enumeration_scope): New functions,
9926 broken out from read_enumeration. Don't create the enumeration
9927 type if it has already been created.
9928 (read_enumeration): Removed.
9929 (process_die): Call read_structure_type, process_structure_scope,
9930 read_enumeration_type, and process_enumeration_scope. Just call
9931 new_symbol for base and subrange types. Add a comment about other
9932 type dies.
9933 (read_type_die): Call read_enumeration_type.
9934 (add_partial_structure, new_symbol): Update comments.
9935
9936 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9937
9938 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
9939
9940 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9941
9942 * tui/tui-win.h (tui_get_cmd_list): Declare.
9943 * tui/tui-win.c (tui_command): New function.
9944 (tui_get_cmd_list): New function.
9945 (_initialize_tui_win): Moved initialization of tui command in
9946 tui_get_cmd_list.
9947
9948 * tui/tui-data.c (init_content_element): Setup new data members.
9949 (init_win_info): Likewise.
9950 (free_content_elements): Free it.
9951 * tui/tui-data.h (struct tui_data_element): Store the register
9952 content to print.
9953 (struct tui_data_info): Keep the current register group.
9954
9955 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
9956
9957 * tui/tui-regs.h (tui_show_registers): Update prototype.
9958 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
9959 (tui_resize_all): No need to calculate anything for register window.
9960 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
9961 (tui_set_register_element, tui_set_general_regs_content): Remove.
9962 (tui_set_special_regs_content): Remove.
9963 (tui_set_general_and_special_regs_content): Remove.
9964 (tui_set_float_regs_content): Remove.
9965 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
9966 (tui_set_regs_content): Remove.
9967 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
9968 (tui_v_show_registers_command_support): Remove.
9969 (tui_show_registers): Use a reggroup to specify the registers to show.
9970 (tui_show_register_group): New function.
9971 (tui_display_registers_from): Compute the layout of register window
9972 and refresh with new API; be sure to delete old register windows.
9973 (tui_check_register_values): Update to use tui_get_register and
9974 tui_display_data.
9975 (tui_display_register): Just refresh the register window part.
9976 (tui_register_format): Format registers and save in tui_data_element.
9977 (tui_get_register): New to combine tui_reg_value_has_changed and
9978 tui_get_register_raw_value; fix to use the new gdb API.
9979 (tui_show_float_command): Renamed tui_reg_float_command.
9980 (tui_show_general_command): Renamed tui_reg_general_command.
9981 (tui_show_special_command): Renamed tui_reg_system_command.
9982 (_initialize_tui_regs): Remove unused commands.
9983
9984 2004-03-13 Mark Kettenis <kettenis@gnu.org>
9985
9986 * NEWS (New native configurations): Mention OpenBSD/amd64.
9987
9988 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
9989 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
9990 Remove defines.
9991 * config/i386/nm-fbsd64.h: Likewise.
9992 * config/i386/nm-obsd.h: Likewise.
9993 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
9994 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
9995
9996 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9997
9998 * frv-tdep.c (set_variant_scratch_registers): New function.
9999 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10000 New constants.
10001
10002 From Richard Sandiford <rsandifo@redhat.com>:
10003 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10004
10005 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10006
10007 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10008 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10009 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10010 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10011 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10012 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10013 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10014 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10015 definitions from frv-tdep.c to frv-tdep.h.
10016
10017 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10018
10019 Add shared library support for FR-V FDPIC ABI:
10020 * Makefile.in (solib-frv.o): Add dependencies.
10021 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10022 New functions.
10023 (frv_push_dummy_call): Add support for FDPIC ABI.
10024 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10025 for FDPIC ABI.
10026 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10027 (frv_fdpic_find_canonical_descriptor): Declare.
10028 * solib-frv.c: New file.
10029 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10030 * config/frv/tm-frv.h (solib.h): Include.
10031
10032 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10033
10034 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10035 (frv-tdep.o): Update dependencies.
10036 * frv-tdep.h: New file.
10037 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10038 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10039 constants.
10040 (struct gdbarch_tdep): Add new member ``frv_abi''.
10041 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10042 functions.
10043 (new_variant): Set ``frv_abi'' field.
10044 (gdb_arch_init): Detect FDPIC executables.
10045
10046 2004-03-12 Mark Kettenis <kettenis@gnu.org>
10047
10048 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10049 wrapper.
10050
10051 2004-03-11 Andrew Cagney <cagney@redhat.com>
10052
10053 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10054
10055 2004-03-11 Kevin Buettner <kevinb@redhat.com>
10056
10057 * solist.h (master_so_list): New function.
10058 * solib.c (master_so_list): Likewise.
10059 * solib-svr4.c (enable_break): Iterate over so_list entries
10060 obtained from master list instead of entries obtained directly
10061 via svr4_current_sos().
10062
10063 2004-03-10 Ben Elliston <bje@gnu.org>
10064
10065 * MAINTAINERS: Update my mail address.
10066
10067 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10068
10069 * remote-m32r-sdi.c: Support hardware watchpoint.
10070
10071 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10072
10073 * user-regs.c: Update copyright years.
10074 (struct user_regs): Rename to gdb_user_regs.
10075 (append_user_reg, builtin_user_regs, user_regs_init)
10076 (user_reg_add, user_reg_map_name_to_regnum)
10077 (usernum_to_user_reg): Update.
10078
10079 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10080
10081 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10082 (skip_children): New functions.
10083 (locate_pdi_sibling): Call skip_children.
10084
10085 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10086
10087 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10088 * gdbtypes.c (check_typedef): Update comments.
10089
10090 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10091
10092 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10093 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10094 pointer. Update comment about comp_unit_head.
10095 (struct abbrev_info): Shorten two int flags.
10096 (dwarf_alloc_abbrev): Take a CU argument.
10097 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10098 each time through the loop. Update cleanup argument.
10099 (psymtab_to_symtab_1): Update cleanup call.
10100 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10101 abbrev_obstack.
10102 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10103 Just call obstack_free and clear the pointer.
10104
10105 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10106
10107 * infrun.c (handle_inferior_event): Remove short-circuit code for
10108 events in a different thread.
10109
10110 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10111
10112 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10113 print the whole transfer.
10114 (initialize_targets): Update description of "set debug target".
10115
10116 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10117
10118 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10119
10120 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
10121
10122 * MAINTAINERS (write after approval): Add myself.
10123
10124 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10125
10126 * sh-tdep.c (sh_print_registers_info): Use for loop.
10127 Don't skip multiple registers when a float register is encountered.
10128
10129 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10130
10131 Fix PR tdep/1291.
10132 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10133 to official SH documentation.
10134
10135 2004-03-07 Andrew Cagney <cagney@redhat.com>
10136
10137 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10138 unused function.
10139
10140 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
10141
10142 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10143 (arm_get_next_pc): Handle BX and BLX.
10144
10145 2004-03-07 Andrew Cagney <cagney@redhat.com>
10146
10147 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10148 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10149 HPPA_SP_REGNUM.
10150 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10151 (hppa_target_read_fp): Delete.
10152 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10153 register_virtual_size, max_register_raw_size,
10154 max_register_virtual_size, register_byte, register_size,
10155 target_read_fp, fp_regnum, and register_bytes. Set register_type
10156 instead of register_virtual_type.
10157 (hppa32_register_type, hppa64_register_type): Replace
10158 hppa32_register_virtual_type and hppa64_register_virtual_type.
10159 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10160 (HPPA_FP_REGNUM): Define.
10161
10162 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10163
10164 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10165 (pa_do_registers_info): Delete.
10166 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
10167 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
10168 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
10169
10170 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10171 GDB_TARGET_IS_HPPA code.
10172 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
10173 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
10174 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10175 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
10176 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10177 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10178 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
10179 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
10180 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10181 (hppa_frameless_function_invocation, hppa64_store_return_value)
10182 (hppa_store_struct_return, hppa64_extract_return_value)
10183 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
10184 (hppa32_call_dummy_length, hppa64_call_dummy_length)
10185 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
10186 (find_proc_framesize, deposit_21, restore_pc_queue)
10187 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
10188 (rp_saved, pc_in_linker_stub): Delete.
10189
10190 Unconditionally enable 64-bit frame and ABI code.
10191 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10192 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10193 push_dummy_frame, fix_call_dummy, push_arguments,
10194 call_dummy_location, extract_return_value, use_struct_convention,
10195 store_return_value, store_struct_return, saved_pc_after_call,
10196 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
10197 frame_chain, frame_chain_valid, frameless_function_invocation,
10198 frame_saved_pc, and pop_frame.
10199
10200 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
10201 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
10202 (hppa_gdbarch_init): Do not set PC_REGNUM.
10203
10204 2004-03-06 Mark Kettenis <kettenis@gnu.org>
10205
10206 * config/alpha/tm-fbsd.h: Remove file.
10207 * config/alpha/fbsd.mt: Tweak comment.
10208 (TM_FILE): Set to tm-alpha.h.
10209
10210 2004-03-05 Andrew Cagney <cagney@redhat.com>
10211
10212 * infrun.c (step_over_function): When non-legacy code, and no
10213 step_frame_id, use the unwinder to get the caller's frame ID.
10214
10215 2004-03-05 Mark Kettenis <kettenis@gnu.org>
10216
10217 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
10218 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
10219 bfd_arch_unknown. Adjust comment.
10220
10221 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
10222 * i386obsd-tdep.c: Correct spelling in comment.
10223 * i386nbsd-tdep.c: Correct spelling in comment.
10224 * sparc-tdep.c: Correct spelling in comments.
10225
10226 2004-03-05 David Carlton <carlton@kealia.com>
10227
10228 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
10229 bug.
10230
10231 2004-03-05 Mark Kettenis <kettenis@gnu.org>
10232
10233 * sparc-tdep.c: Fix typo in comment.
10234
10235 2004-03-04 J. Brobecker <brobecker@gnat.com>
10236
10237 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
10238
10239 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
10240
10241 * dwarf2read.c: Add comment describing memory lifetimes.
10242 (struct dwarf2_pinfo): Update comment.
10243 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
10244 (read_enumeration, new_symbol): Don't use obsavestring.
10245
10246 2004-03-04 Mark Kettenis <kettenis@gnu.org>
10247
10248 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
10249 instead of amd64_fill_fxsave.
10250 * amd64bsd-nat.c (store_inferior_registers): Likewise.
10251 * amd64fbsd-nat.c (fill_fpregset): Likewise.
10252
10253 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
10254 Reorganize code a bit.
10255
10256 2004-03-04 Orjan Friberg <orjanf@axis.com>
10257
10258 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
10259 when the frame pointer is pushed. Don't set the frame pointer's
10260 address on the stack unless it's actually located there.
10261 Set the SRP's address on the stack correctly when the PC is still in
10262 the prologue.
10263 (cris_return_value): New function.
10264 (cris_gdbarch_init): Clear deprecated store_return_value,
10265 extract_return_value.
10266
10267 2004-03-02 Jim Blandy <jimb@redhat.com>
10268
10269 * stabsread.c (reg_value_complaint): The maximum register number
10270 is one less than the number of registers.
10271
10272 2004-03-02 Andrew Cagney <cagney@redhat.com>
10273
10274 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
10275 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
10276 trailing comma and redundant assignment of I386_ST0_REGNUM.
10277 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
10278 32-bit segment registers.
10279
10280 2004-03-01 Andrew Cagney <cagney@redhat.com>
10281
10282 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
10283 use frame_relative_level and get_next_frame.
10284
10285 2004-02-29 Andrew Cagney <cagney@redhat.com>
10286
10287 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
10288 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
10289 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
10290 Delete macro.
10291
10292 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10293
10294 * inflow.c (terminal_inferior): Don't give up the terminal if we
10295 previously couldn't get the inferior's terminal state.
10296
10297 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10298
10299 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
10300 PC_REGNUM.
10301
10302 2004-02-28 Andrew Cagney <cagney@redhat.com>
10303
10304 * NEWS: Refer to GDB 6.1.
10305 * README: Refer to GDB 6.1.
10306 * PROBLEMS: Refer to GDB 6.1.
10307
10308 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
10309
10310 * thread-db.c (disable_thread_signals): Remove unused function.
10311
10312 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10313
10314 * amd64-nat.c: Include "gdb_string.h".
10315 (amd64_collect_native_gregset): Zero-extend the 32-bit
10316 general-purpose registers and %eip.
10317
10318 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
10319 * amd64-tdep.c (amd64_collect_fxsave): New function.
10320 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
10321
10322 * i387-tdep.h: Update copyright year.
10323 (i387_collect_fxsave): New prototype.
10324 * i387-tdep.c: Update copyright year.
10325 (i387_collect_fxsave): New function containing most of the code
10326 from i387_fill_fxsave.
10327 (i387_fill_fxsave): Call i387_collect_fxsave.
10328
10329 2004-02-28 Andrew Cagney <cagney@redhat.com>
10330
10331 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
10332 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
10333
10334 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10335
10336 * amd64-tdep.c (amd64_frame_cache): Fix comment.
10337
10338 2004-02-28 Andrew Cagney <cagney@redhat.com>
10339
10340 * utils.c: Use "", instead of <>, to include readline.
10341 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
10342 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
10343 * source.c, solib.c, exec.c, event-top.c: Ditto.
10344 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
10345 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
10346 * Makefile.in: Update all dependencies.
10347 (readline_tilde_h, readline_history_h): Define.
10348 (readline_headers): Delete.
10349
10350 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10351
10352 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
10353 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
10354 "config/i386/tm-lx64.h".
10355
10356 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
10357 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
10358 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
10359
10360 2004-02-28 Andrew Cagney <cagney@redhat.com>
10361
10362 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
10363
10364 * breakpoint.c (_initialize_breakpoint): Use
10365 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
10366 Add help to show command.
10367
10368 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10369
10370 * i386-nat.c: Reformat to be closer to coding standards.
10371 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
10372 `retval'. Make variables `align' and `size' local to while-loop.
10373 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
10374 (_initialize_i386_nat): New prototype.
10375
10376 * tui/tui.c: Include <readline/readline.h> instead of
10377 "readline/readline.h". Include it after <term.h> and
10378 "gdb_curses.h".
10379
10380 2004-02-27 Andrew Cagney <cagney@redhat.com>
10381
10382 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
10383 the new frame unwind code.
10384 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
10385 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
10386 PCOQ_HEAD_REGNUM.
10387
10388 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
10389 "return_value" and "push_dummy_call".
10390 (hppa32_use_struct_convention): Delete unused function.
10391 (hppa32_store_return_value): Delete unused function.
10392 (hppa32_extract_return_value): Delete unused function.
10393 (hppa32_stack_align): Delete function.
10394
10395 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
10396
10397 * coffread.c (enter_linenos): Don't let rawptr reference memory
10398 outside linetab[]'s limits.
10399
10400 2004-02-27 Andrew Cagney <cagney@redhat.com>
10401
10402 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
10403 inferior stack space - the stack needs to grow upwards.
10404 (hppa32_frame_align): New function.
10405 (hppa64_frame_align): Replace hppa_frame_align.
10406 (hppa_gdbarch_init): Update.
10407
10408 2004-02-26 Orjan Friberg <orjanf@axis.com>
10409
10410 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
10411 (dwarf2-frame.h): Include.
10412 (enum cris_regnums): New enum CRIS_FP_REGNUM.
10413 Remove static variables related to ABI setting.
10414 (struct gdbarch_tdep): Remove cris_abi member.
10415 (struct frame_extra_info): Remove.
10416 (cris_unwind_cache, stack_item): New structs.
10417 (cris_frame_unwind, cris_frame_base): New variables.
10418 (push_stack_item, pop_stack_item)
10419 (cris_frame_unwind_cache, cris_frame_this_id)
10420 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
10421 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
10422 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
10423 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
10424 (cris_reg_struct_has_addr): New functions.
10425 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
10426 (cris_frame_saved_pc, cris_saved_pc_after_call,
10427 (cris_store_struct_return, cris_frameless_function_invocation)
10428 (cris_pop_frame, cris_skip_prologue_main)
10429 (cris_abi_original_store_return_value)
10430 (cris_abi_v2_store_return_value)
10431 (cris_abi_original_extract_return_value)
10432 (cris_abi_v2_extract_return_value)
10433 (cris_abi_original_reg_struct_has_addr)
10434 (cris_abi_v2_reg_struct_has_addr)
10435 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
10436 (cris_push_return_address, cris_abi_update): Remove.
10437 (_initialize_cris_tdep): Remove ABI command.
10438 (cris_dump_tdep): Ditto.
10439 (cris_gdbarch_init): Remove ABI command.
10440 Set store_return_value, extract_return_value, push_dummy_code,
10441 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
10442 frame_unwind_append_sniffer, frame_base_set_default.
10443 Clear deprecated init_frame_pc, push_arguments, store_return_value,
10444 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
10445 sizeof_call_dummy_words, get_saved_register, push_return_address,
10446 pop_frame, store_struct_return, frame_init_saved_regs,
10447 init_extra_frame_info, frameless_function_invocation, frame_chain,
10448 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
10449 dummy_write_sp.
10450
10451 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10452
10453 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
10454 * valprint.c (print_hex_chars): Change from static to external.
10455 (print_char_chars): New function.
10456 * printcmd.c (print_scalar_formatted): For integer and enum types
10457 that are longer than LONGEST, perform processing via appropriate
10458 print_*_chars routines.
10459
10460 2004-02-26 Andrew Cagney <cagney@redhat.com>
10461
10462 * Makefile.in: Update dependencies.
10463 Changes from Ulrich Weigand,
10464 * s390-tdep.c: Include "dwarf2-frame.h".
10465 (s390_dwarf2_frame_init_reg): New function.
10466 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
10467 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
10468
10469 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10470
10471 * breakpoint.c (pending_break_support): New setting variable.
10472 (break_command_1): Account for pending_break_support setting
10473 when creating pending breakpoints.
10474 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
10475 (_initialize_breakpoint): Add "set breakpoint pending" and
10476 "show breakpoint pending" commands.
10477
10478 2004-02-26 Andrew Cagney <cagney@redhat.com>
10479
10480 Fix PR i18n/1570.
10481 * charset.c (backslashable, backslashed, represented): Remove 'e'
10482 from list of escaped characters, not part of ISO-C.
10483
10484 2004-02-25 J. Brobecker <brobecker@gnat.com>
10485
10486 From Peter Schauer <schauer@pdf.de>:
10487 * tui/tui.c: Move system header includes after local includes.
10488 Fixes a build failure on solaris systems.
10489
10490 2004-02-25 J. Brobecker <brobecker@gnat.com>
10491
10492 * configure.in: Refine the previous change.
10493 * configure: Regenerate.
10494
10495 2004-02-25 Mark Kettenis <kettenis@gnu.org>
10496
10497 * amd64-tdep.h: Renamed from x86-64-tdep.h.
10498 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
10499 "amd64-tdep.h" instead of "x86-64-tdep.h".
10500 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10501 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
10502 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
10503 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10504 and "x86-64-tdep.c".
10505 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
10506 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10507 and "x86-64-tdep.c".
10508 * amd64bsd-nat.c: Update copyright year.
10509 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10510 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
10511 "x86-64-tdep.h".
10512 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
10513 "x86-64-tdep.h".
10514 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
10515 "x86-64-tdep.h".
10516 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
10517 "x86-64-tdep.h".
10518 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
10519 "x86-64-tdep.h".
10520 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
10521 "x86-64-tdep.h".
10522 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
10523 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
10524 * Makefile.in (amd64_linux_tdep_h): Renamed from
10525 x86_64_linux_tdep_h.
10526 (amd64_tdep_h): Renamed from x86_64_tdep_h.
10527 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
10528 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
10529 (amd64obsd-tdep.o): Update dependencies.
10530 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
10531 dependencies.
10532 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
10533 dependencies.
10534 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
10535 amd64-linux-nat.c amd64-linux-tdep.c.
10536 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
10537 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
10538 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
10539 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
10540 amd64-tdep.o and amd64-linux-tdep.o.
10541 (TM_FILE): Set to tm-linux64.h.
10542 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
10543 (NAT_FILE): Set to nm-linux64.h.
10544 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
10545 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10546 amd64-tdep.o.
10547 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10548 amd64-tdep.o.
10549 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10550 amd64-tdep.o.
10551
10552 2004-02-25 Roland McGrath <roland@redhat.com>
10553
10554 * remote.c (remote_protocol_qPart_auxv): New variable.
10555 (init_all_packet_configs): Initialize it.
10556 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
10557 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
10558 (show_remote_cmd): Call it.
10559 (_initialize_remote): Initialize commands.
10560 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
10561 service TARGET_OBJECT_AUXV requests.
10562
10563 2004-02-25 J. Brobecker <brobecker@gnat.com>
10564
10565 * configure.in: Make sure that the wborder function is available.
10566 Otherwise, search for it in the cur_colr library.
10567 * configure: Regenerate.
10568
10569 2004-02-25 Andrew Cagney <cagney@redhat.com>
10570
10571 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
10572
10573 2004-02-25 Mark Kettenis <kettenis@gnu.org>
10574
10575 * config/i386/tm-x86-64linux.h: Tweak comments.
10576
10577 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
10578
10579 * MAINTAINERS: Add self to write-after-approval list.
10580
10581 2004-02-25 Andrew Cagney <cagney@redhat.com>
10582
10583 PR cli/1566. Problem found, and fix suggested by David Allan.
10584 * cli/cli-script.c (execute_control_command): Unconditionally
10585 install a cleanup. Default "ret" to "invalid_control". Use
10586 "break" instead of "return" to escape from the switch.
10587
10588 2004-02-24 J. Brobecker <brobecker@gnat.com>
10589
10590 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
10591 with the lines macro defined in term.h on AiX.
10592 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
10593 a collision with the label_width macro defined in term.h on AiX.
10594
10595 2004-02-23 David Mosberger <davidm@hpl.hp.com>
10596
10597 Committed by Kevin Buettner <kevinb@redhat.com>.
10598
10599 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
10600 * ia64-tdep.c (ia64_write_pc): Make it a global function.
10601 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
10602 instead of ia64_write_pc().
10603 * ia64-linux-tdep.c (regcache.h): Include.
10604 (ia64_linux_write_pc): New function.
10605
10606 2004-02-23 Roland McGrath <roland@redhat.com>
10607
10608 * auxv.c (info_auxv_command): Fix typos in error messages.
10609
10610 2004-02-23 Mark Kettenis <kettenis@gnu.org>
10611
10612 * x86-64-tdep.h: Tweak comment.
10613 (enum amd64_regnum): New.
10614 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
10615 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
10616 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
10617 (X86_64_XMM1_REGNUM): Removed.
10618 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
10619 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
10620 prototypes for renamed functions.
10621 * x86-64-tdep.c: Fix typo.
10622 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
10623 register numbers.
10624 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
10625 Use constants from `enum amd64_regnum' for register numbers.
10626 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
10627 (amd64_analyze_prologue, amd64_frame_cache,
10628 amd64_sigtramp_frame_cache): Use constants from `enum
10629 amd64_regnum' for register numbers.
10630 (amd64_supply_fpregset): Adjust for renamed functions.
10631 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
10632 `enum amd64_regnum' for register numbers.
10633 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
10634 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
10635 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
10636 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
10637 (amd64_linux_fill_gregset): Adjust for renamed macros.
10638 (fetch_core_registers): Adjust for renamed functions.
10639 (amd64_linux_init_abi): Adjust for renamed functions.
10640 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
10641 renamed functions.
10642 * amd64-nat.c: Adjust for renamed macros.
10643 * amd64bsd-nat.c (fetch_inferior_registers)
10644 (store_inferior_registers): Use constants from `enum amd64_regnum'
10645 for register numbers. Adjust for renamed variables.
10646 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
10647 renamed variables.
10648 (_initialize_amd64fbsd_nat): Use constants from `enum
10649 amd64_regnum' for register numbers.
10650 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
10651 `enum amd64_regnum' for register numbers.
10652 (amd64fbsd_init_abi): Adjust for renamed functions.
10653 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
10654 `enum amd64_regnum' for register numbers.
10655 (amd64nbsd_init_abi): Adjust for renamed functions.
10656 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
10657 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
10658 `enum amd64_regnum' for register numbers.
10659 (amd64obsd_init_abi): Adjust for renamed functions.
10660 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
10661
10662 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10663
10664 * breakpoint.c (print_one_breakpoint): Do not output spaces
10665 after printing <PENDING> for a pending breakpoint.
10666
10667 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10668
10669 * printcmd.c (print_scalar_formatted): Initialize val_long
10670 to remove compiler warning message.
10671
10672 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10673
10674 * defs.h (nquery, yquery): New prototypes.
10675 * breakpoint.c (break_command_1): Use new nquery interface.
10676 * utils.c (defaulted_query, nquery, yquery): New functions.
10677
10678 2004-02-23 Andrew Cagney <cagney@redhat.com>
10679
10680 * hppa-tdep.c (hppa_frame_align): New function.
10681 (hppa32_push_dummy_call): New function.
10682 (hppa64_push_dummy_call): New function.
10683 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
10684 disabled.
10685
10686 * infcall.c (legacy_push_dummy_code): Don't call deprecated
10687 FIX_CALL_DUMMY when push_dummy_call is available.
10688 (call_function_by_hand, push_dummy_code): Ditto.
10689
10690 2004-02-22 Andrew Cagney <cagney@redhat.com>
10691
10692 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
10693 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
10694 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
10695 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
10696 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
10697 call_dummy_location to ON_STACK.
10698
10699 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10700
10701 * x86-64-linux-tdep.c: Tweak comment.
10702 (amd64_linux_supply_gregset): Renamed from
10703 x86_64_linux_supply_gresget.
10704 (amd64_linux_fill_gregset): Renamed from
10705 x86_64_linux_fill_gregset.
10706 (fetch_core_registers): Adjust for renamed functions.
10707 (amd64_core_fns): Renamed from x86_64_core_fns.
10708 (amd64_linux_sigtramp_start): Renamed from
10709 x86_64_linux_sigtramp_start.
10710 (amd64_linux_pc_in_sigtramp): Renamed from
10711 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
10712 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
10713 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
10714 (amd64_linux_sigcontext_addr): Renamed from
10715 x86_64_linux_sigcontext_addr.
10716 (amd64_linux_sc_reg_offset): Renamed from
10717 x86_64_linux_sc_reg_offset.
10718 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
10719 Adjust for renamed functions and variables.
10720 (_initialize_amd64_linux_tdep): Renamed from
10721 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
10722 variables.
10723 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
10724 Adjust for renamed functions.
10725
10726 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
10727 from x86_64_linux_gregset64_reg_offset.
10728 (amd64_linux_gregset32_reg_offset): Rename from
10729 x86_64_linux_gregset64_reg_offset.
10730 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
10731 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
10732 (amd64_linux_dr_set_control): Renamed from
10733 x86_64_linux_dr_set_control. Adjust for renamed functions.
10734 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
10735 Adjust for renamed functions.
10736 (amd64_linux_dr_reset_addr): Renamed from
10737 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
10738 (amd64_linux_dr_get_status): Renamed from
10739 x86_64_linux_dr_get_status. Adjust for renamed functions.
10740 (_initialize_amd64_linux_nat): Renamed from
10741 _initialize_x86_64_linux_nat. Adjust for renamed variables and
10742 functions.
10743 * config/i386/nm-x86-64linux.h: Update copyright year.
10744 Adjust for renamed functions.
10745
10746 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
10747 amd64fbsd_sigtramp_start.
10748 (amd64fbsd_sigtramp_end_addr): Renamed from
10749 amd64fbsd_sigtramp_end.
10750 (amd64fbsd_init_abi): Adjust for renamed variables.
10751 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
10752 variables.
10753 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
10754 amd64fbsd_sigtramp_start.
10755 (amd64fbsd_sigtramp_end_addr): Renamed from
10756 amd64fbsd_sigtramp_end.
10757
10758 2004-02-22 Andrew Cagney <cagney@redhat.com>
10759
10760 * hppa-tdep.c (hppa32_return_value): New function.
10761 (hppa64_return_value): New function.
10762 (hppa_gdbarch_init): Set return_value; keep disabled.
10763
10764 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
10765 struct-return and inferior function call methods.
10766
10767 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10768 "frame-base.h".
10769 (struct hppa_frame_cache): Define.
10770 (hppa_frame_cache, hppa_frame_this_id): New functions.
10771 (hppa_frame_prev_register): New function.
10772 (hppa_frame_unwind, hppa_frame_base): New variables.
10773 (hppa_frame_unwind_sniffer): New function.
10774 (hppa_frame_base_address, hppa_unwind_pc): New function.
10775 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
10776 sniffer, and frame base sniffer; keep disabled.
10777 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
10778 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
10779
10780 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
10781 to predicates for "seriously old code".
10782
10783 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
10784 runtime if(0).
10785
10786 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
10787 unsigned.
10788 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
10789
10790 * config/pa/tm-hppa.h: Update copyright.
10791 (DEPRECATED_INIT_FRAME_PC): Delete macro.
10792 (deprecated_init_frame_pc_default): Delete declaration.
10793 (hppa_frame_init_saved_regs): Delete declaration.
10794 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10795 * hppa-tdep.c: Include "arch-utils.h".
10796 (hppa_gdbarch_init): Set deprecated init_frame_pc
10797 and deprecated frame_init_saved_regs.
10798 (hppa_frame_init_saved_regs): Make static.
10799
10800 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10801
10802 Remove old 386BSD support.
10803 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
10804 * configure.host: Remove i[34567]86-*-bsd*.
10805 * configure.tgt: Remove i[34567]86-*-bsd*.
10806 * i386b-nat.c: Removed.
10807 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
10808 (i386b-nat.o): Remove dependencies.
10809
10810 * config/i386/i386bsd.mh: Removed.
10811 * config/i386/i386bsd.mt: Removed.
10812 * config/i386/nm-i386bsd.h: Removed.
10813 * config/i386/tm-i386bsd.h: Removed.
10814 * config/i386/xm-i386bsd.h: Removed.
10815
10816 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
10817
10818 * amd64fbsd-tdep.c: Include "solib-svr4.h".
10819 (amd64fbsd_init_abi): Set link map offsets.
10820 * amd64nbsd-tdep.c: Include "slib-svr4.h".
10821 (amd64nbsd_init_abi): Set link map offsets.
10822 * amd64obsd-tdep.c: Include "solib-svr4.h".
10823 (amd64obsd_init_abi): Set link map offsets.
10824 * i386fbsd-tdep.c: Include "solib-svr4.h".
10825 (i386fbsd_init_abi): Set link map offsets.
10826 * i386nbsd-tdep.c: Include "solib-svr4.h".
10827 (i386nbsdelf_init_abi): Set link map offsets.
10828 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
10829 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
10830 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
10831 solib-legacy.o and core-aout.o. Reformat.
10832 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
10833 solib-svr4.o, solib-legacy.o. Reformat.
10834 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
10835 * config/i386/nbsdelf.mh: Reformat.
10836 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
10837 solib-svr4.o, solib-legacy.o and corelow.o.
10838 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
10839 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
10840 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
10841 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10842 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10843 (TM_FILE): Set to tm-fbsd.h.
10844 * config/i386/nbsd.mt (TDEPFILES): Reformat.
10845 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
10846 solib-svr4.o.
10847 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
10848 solib-svr4.o.
10849 (TM_FILE): Set to nm-nbsd.h.
10850 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
10851 Simplify shared library support. Don't include "elf/common.h".
10852 (SVR4_SHARED_LIBS): Don't define.
10853 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
10854 "solib.h".
10855 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
10856 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
10857 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
10858 Don't include "i386/tm-i386.h". Include "solib.h".
10859 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
10860 Don't include "i386/tm-i386.h".
10861 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
10862 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
10863 Include "i386/xm-i386.h".
10864 (HOST_LONG_DOUBLE_FORMAT): Remove.
10865
10866 Fix OpenBSD/i386 sigtramp recognition.
10867 * i386-tdep.h: Update copyright year.
10868 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
10869 (i386bsd_sigtramp_end): New prototypes.
10870 (i386fbsd_sigtramp_start_addr): Renamed from
10871 i386fbsd_sigtramp_start.
10872 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10873 (i386obsd_sigtramp_start_addr): Renamed from
10874 i386obsd_sigtramp_start.
10875 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10876 * i386bsd-tdep.c: Update copyright year.
10877 (i386bsd_pc_in_sigtramp): Make public.
10878 * i386fbsd-nat.c: Update copyright year.
10879 (_initialize_i386fbsd_nat): Adjust for renamed variables.
10880 * i386fbsd-tdep.c: Update copyright year.
10881 (i386fbsd_sigtramp_start_addr): Renamed from
10882 i386fbsd_sigtramp_start.
10883 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10884 (i386fbsdaout_init_abi): Adjust for renamed variables.
10885 * i386obsd-nat.c: Update copyright year.
10886 (_initialize_i386obsd_nat): Adjust for renamed variables.
10887 * i386obsd-tdep.c: Include "target.h".
10888 (i386obsd_page_size): New variable.
10889 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
10890 (i386obsd_sigtramp_end): New functions.
10891 (i386obsd_sigtramp_start_addr): Renamed from
10892 i386obsd_sigtramp_start.
10893 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10894 (i386obsd_init_abi): Adjust for renamed variables. Set
10895 pc_in_sigtramp, sigtramp_start and sigtramp_end.
10896 * Makefile.in (i386obsd-tdep.o): Update dependencies.
10897
10898 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
10899 trampoline change in OpenBSD kernel.
10900
10901 * amd64-nat.c: Update copyright year.
10902 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
10903 architecture from REGCACHE.
10904
10905 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
10906 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
10907
10908 2004-02-21 Mark Kettenis <kettenis@gnu.org>
10909
10910 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
10911 i[34567]86-*-openbsd3.[0-3].
10912 * config/i386/obsdaout.mh: New file.
10913
10914 * config/i386/obsd.mh (MH_FLAGS): Remove.
10915
10916 Fix PR build/1549.
10917 * i386obsd-tdep.c: Update copyright years. Include
10918 "solib-svr4.h".
10919 (i386obsd_init_abi): Don't set regset_from_core_section here.
10920 (i386obsd_aout_init_abi): New function. Set
10921 regset_from_core_section here.
10922 (i386obsd_elf_init_abi): New function.
10923 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
10924 * Makefile.in (i386obsd-tdep.o): Update dependecies.
10925 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
10926 (TM_FILE): Set to tm-nbsd.h.
10927
10928 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
10929 solib-sunos.o.
10930
10931 * solib-svr4.h: Update copyright year.
10932 (svr4_ilp32_fetch_link_map_offsets)
10933 (svr4_lp64_fetch_link_map_offsets): New prototype.
10934 * solib-svr4.c: Update copyright year.
10935 (svr4_ilp32_fetch_link_map_offsets)
10936 (svr4_lp64_fetch_link_map_offsets): New function.
10937
10938 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
10939
10940 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
10941 to the partial symbol table.
10942
10943 2004-02-20 J. brobecker <brobecker@gnat.com>
10944
10945 * PROBLEMS: Add description of problem documented under gdb/1560.
10946
10947 2004-02-20 Mark Kettenis <kettenis@gnu.org>
10948
10949 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
10950 comments.
10951 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
10952 functions.
10953 (amd64obsd_init_abi): Reorder initializations. Use
10954 amd64obsd_r_reg_offset to initialize the general-purpose register
10955 set details. Set regset_from_core_section.
10956 (_initialize_amd64obsd_tdep): Rename from
10957 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
10958 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
10959 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
10960
10961 * NEWS (New native configurations): Mention OpenBSD/alpha.
10962 * configure.tgt: Add alpha*-*-openbsd*.
10963 * configure.host: Add alpha*-*-openbsd*.
10964 * alphanbsd-tdep.c: Update copyright year.
10965 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
10966
10967 2004-02-20 Andrew Cagney <cagney@redhat.com>
10968
10969 Fix PR tdep/1372.
10970 * configure.tgt: Delete target "none-*-*".
10971 * configure.host: Delete host "none-*-*".
10972 * config/none/none.mh: Delete file.
10973 * config/none/none.mt: Delete file.
10974 * config/none/xm-none.h: Delete file.
10975 * config/none/tm-none.h: Delete file.
10976 * config/none/nm-none.h: Delete file.
10977
10978 2004-02-19 Fred Fish <fnf@redhat.com>
10979
10980 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
10981 cache->uses_fp prior to setting it.
10982
10983 2004-02-19 Fred Fish <fnf@redhat.com>
10984
10985 Fix for PR breakpoint/1558.
10986 * sh-tdep.c (IS_JSR): New macro.
10987 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
10988
10989 2004-02-19 Jim Blandy <jimb@redhat.com>
10990
10991 * findvar.c (value_from_register): Doc fix.
10992
10993 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
10994
10995 * printcmd.c (print_scalar_formatted): Do not check for sizeof
10996 type being greater than sizeof of host's LONGEST. Always use
10997 unpack_long() unless format 'f' chosen.
10998
10999 2004-02-19 Joel Brobecker <brobecker@gnat.com>
11000
11001 Committed by Elena Zannoni <ezannoni@redhat.com>
11002
11003 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11004 contains a symbol wich is the best, non-exact match for the given
11005 pc. Update comments.
11006
11007 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
11008
11009 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11010 macro, which was part of the now removed Mach 3 port.
11011 * utils.c (request_quit): Ditto.
11012
11013 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11014
11015 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11016 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11017
11018 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11019
11020 Committed by Mark Kettenis <kettenis@gnu.org>.
11021
11022 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11023 Define.
11024
11025 2004-02-18 Andrew Cagney <cagney@redhat.com>
11026
11027 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11028 CONFIG_INSTALL and CONFIG_UNINSTALL.
11029 * configure: Re-generate.
11030 * interps.h (INTERP_TUI): Define.
11031 * Makefile.in: Update dependencies.
11032 (TUI): New macro.
11033 (tui-main.o): Specify dependencies.
11034 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11035 * tui/tui-main.c: New file.
11036
11037 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11038
11039 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11040 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11041 dependencies.
11042 * configure.host: Add x86_64-*-openbsd*.
11043 * configure.tgt: Add x86_64-*-openbsd*.
11044 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11045
11046 * tui/tui.c: Don't include <malloc.h>.
11047
11048 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11049 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11050 amd64nbsd-tdep.c.
11051
11052 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
11053 static. Remove extraneous whitespace.
11054 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11055 static.
11056
11057 2004-02-17 Jim Blandy <jimb@redhat.com>
11058
11059 * findvar.c (value_from_register): Doc fix.
11060
11061 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11062
11063 Committed by Jim Blandy <jimb@redhat.com>.
11064
11065 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
11066 CORE_ADDR as type for selectors. Correct types for GNU run time
11067 message lookup function to use double indirection.
11068 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11069 * objc-lang.h (lookup_child_selector): Adapt prototype.
11070
11071 * s390-nat.c (SUBOFF): New macro.
11072 (supply_gregset, fill_gregset): Use it to handle debugging
11073 of 32-bit exectuables running under a 64-bit kernel.
11074 * s390-tdep.c: Include "solib-svr4.h".
11075 (s390_svr4_fetch_link_map_offset): New function.
11076 (s390x_svr_fetch_link_map_offset): Likewise.
11077 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11078 * Makefile.in (s390-tdep.o): Update dependencies.
11079
11080 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11081 "frame-unwind.h".
11082 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11083 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11084 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11085 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11086 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11087 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
11088 S390_SIGNAL_FRAMESIZE,
11089 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11090 (struct frame_extra_info): Remove.
11091 (s390_memset_extra_info): Remove.
11092 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11093 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11094 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
11095 (is_rse): Renamed to ...
11096 (is_rsy): ... this. Support long displacements.
11097 (is_rxe): Renamed to ...
11098 (is_rxy): ... this. Support long displacements.
11099 (compute_x_addr): Support long displacements.
11100 (struct s390_prologue_data): New data type.
11101 (s390_on_stack): Change API to use struct s390_prologue_data.
11102 (s390_store): Reimplement.
11103 (s390_load): New function.
11104 (s390_get_signal_frame_info): Remove.
11105 (s390_get_frame_info): Remove, replace by ...
11106 (s390_analyze_prolog): ... this new function.
11107 (s390_check_function_end): Remove.
11108 (s390_function_start): Remove.
11109 (s390_frameless_function_invokation): Remove.
11110 (s390_is_sigreturn): Remove.
11111 (s390_init_frame_pc_first): Remove.
11112 (s390_init_frame_extra_info): Remove.
11113 (s390_frame_init_saved_regs): Remove.
11114 (s390_frame_saved_pc_nofix): Remove.
11115 (s390_frame_saved_pc): Remove.
11116 (s390_frame_chain): Remove.
11117 (s390_fp_regnum, s390_read_fp): Remove.
11118 (s390_pop_frame_regular, s390_pop_frame): Remove.
11119 (s390_saved_pc_after_call): Remove.
11120 (s390_skip_prologue): Reimplement.
11121 (s390_in_function_epilogue_p): Support long displacements.
11122 (struct s390_unwind_cache): New data structure.
11123 (s390_frame_unwind_cache): New function.
11124 (s390_prologue_frame_unwind_cache): Likewise.
11125 (s390_backchain_frame_unwind_cache): Likewise.
11126 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11127 (s390_frame_unwind): Define.
11128 (s390_frame_sniffer): New function.
11129 (struct s390_pltstub_unwind_cache): New data structure.
11130 (s390_pltstub_frame_unwind_cache): New function.
11131 (s390_pltstub_frame_this_id): Likewise.
11132 (s390_pltstub_frame_prev_register): Likewise.
11133 (s390_pltstub_frame_unwind): Define.
11134 (s390_pltstub_frame_sniffer): New function.
11135 (struct s390_sigtramp_unwind_cache): New data structure.
11136 (s390_sigtramp_frame_unwind_cache): New function.
11137 (s390_sigtramp_frame_this_id): Likewise.
11138 (s390_sigtramp_frame_prev_register): Likewise.
11139 (s390_sigtramp_frame_unwind): Define.
11140 (s390_sigtramp_frame_sniffer): New function.
11141 (s390_frame_base_address, s390_local_base_address): New functions.
11142 (s390_frame_base): Define.
11143 (s390_unwind_pc, s390_unwind_sp): New function.
11144 (s390_push_dummy_call): Use new frame base location.
11145 (s390_unwind_dummy_id): Likewise.
11146 (s390_gdbarch_init): Remove calls to:
11147 set_gdbarch_frameless_function_invocation,
11148 set_gdbarch_deprecated_init_frame_pc,
11149 set_gdbarch_deprecated_frame_chain,
11150 set_gdbarch_deprecated_frame_init_saved_regs,
11151 set_gdbarch_deprecated_pop_frame,
11152 set_gdbarch_deprecated_init_extra_frame_info,
11153 set_gdbarch_deprecated_init_frame_pc_first,
11154 set_gdbarch_deprecated_target_read_fp,
11155 set_gdbarch_deprecated_frame_saved_pc,
11156 set_gdbarch_deprecated_saved_pc_after_call,
11157 set_gdbarch_deprecated_fp_regnum.
11158 Add calls to:
11159 set_gdbarch_in_solib_call_trampoline,
11160 frame_unwind_append_sniffer,
11161 frame_base_set_default,
11162 set_gdbarch_unwind_pc,
11163 set_gdbarch_unwind_sp.
11164 * Makefile.in (s390-tdep.o): Update dependencies.
11165
11166 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11167 (S390_STACK_FRAME_OVERHEAD): Remove.
11168 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11169 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11170 (s390_promote_integer_argument): Remove.
11171 (s390_cannot_extract_struct_value_address): Remove.
11172 (s390_use_struct_convention, s390_store_struct_return): Remove.
11173 (s390_extract_return_value, s390_store_return_value): Remove.
11174 (s390_return_value_convention, s390_return_value): New functions.
11175 (is_float_singleton): Handle typedefs.
11176 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
11177 Remove, replace by ...
11178 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11179 s390_function_arg_integer): ... these new functions.
11180 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11181 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11182 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11183 Fill in tdep->abi.
11184 Remove calls to:
11185 set_gdbarch_deprecated_store_struct_return,
11186 set_gdbarch_deprecated_extract_return_value,
11187 set_gdbarch_deprecated_store_return_value,
11188 set_gdbarch_use_struct_convention,
11189 set_gdbarch_extract_struct_value_address,
11190 set_gdbarch_deprecated_pc_in_call_dummy,
11191 set_gdbarch_deprecated_push_arguments,
11192 set_gdbarch_deprecated_save_dummy_frame_tos,
11193 set_gdbarch_deprecated_push_return_address,
11194 set_gdbarch_deprecated_sizeof_call_dummy_words,
11195 set_gdbarch_deprecated_call_dummy_words,
11196 set_gdbarch_deprecated_dummy_write_sp.
11197 Add calls to:
11198 set_gdbarch_push_dummy_call,
11199 set_gdbarch_unwind_dummy_id,
11200 set_gdbarch_return_value.
11201
11202 * config/s390/nm-linux.h: Update comments.
11203 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
11204 (STOPPED_BY_WATCHPOINT): Redefine.
11205 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
11206 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
11207 (s390_stopped_by_watchpoint): Likewise.
11208 (watch_area_cnt): Remove.
11209 * s390-nat.c: Update comments.
11210 (watch_area): Remove typedef.
11211 Global replace watch_area by struct watch_area.
11212 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
11213 (s390_stopped_by_watchpoint): Remove pid argument,
11214 use s390_inferior_tid. Add short-cut for the no watchpoint case.
11215 (s390_fix_watch_points): Remove pid argument,
11216 use s390_inferior_tid. Recompute area spanned by watchpoints.
11217 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
11218 argument. Reimplement.
11219
11220 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
11221 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
11222 (FETCH_INFERIOR_REGISTERS): Define.
11223 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
11224 core-regset.o.
11225 * config/s390/s390x.mt: Remove.
11226 * config/s390/tm-s390.h: Remove.
11227 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
11228 (TARGET_ELF64): Remove.
11229 (SKIP_TRAMPOLINE_CODE): Do not undefine.
11230 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
11231 s390*-*-* case; always set gdb_target to s390.
11232 * regformats/reg-s390.dat: Remove control registers.
11233 * regformats/reg-s390x.dat: Likewise.
11234 * s390-tdep.h: New file.
11235 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
11236 Include "inferior.h" and "s390-tdep.h".
11237 Remove private definition of offsetof.
11238 (s390_register_u_addr): Remove.
11239 (regmap_gregset, regmap_fpregset): Define.
11240 (supply_gregset, fill_gregset): Reimplement.
11241 (supply_fpregset, fill_fpregset): Likewise.
11242 (s390_inferior_tid): New function.
11243 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
11244 (fetch_inferior_registers, store_inferior_registers): Likewise.
11245 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
11246 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
11247 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
11248 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
11249 (struct gdbarch_tdep): Define.
11250 (struct s390_register_info): Define.
11251 (s390_register_info): New variable.
11252 (s390_register_name): Reimplement.
11253 (s390_register_type): New function.
11254 (s390_register_raw_size, s390x_register_raw_size): Remove.
11255 (s390_cannot_fetch_register): Remove.
11256 (s390_register_byte): Remove.
11257 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
11258 (s390_dwarf_regmap): New variable.
11259 (s390_dwarf_reg_to_regnum): New function.
11260 (s390_stab_reg_to_regnum): Remove.
11261 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
11262 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
11263 (s390_convert_register_p): Likewise.
11264 (s390_register_to_value, s390_value_to_register): Likewise.
11265 (s390_register_reggroup_p): Likewise.
11266 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
11267 s390_gregset, s390x_gregset, s390_fpregset): New variables.
11268 (s390_supply_regset, s390_regset_from_core_section): New functions.
11269 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
11270 (S390_FPR_SIZE): Likewise.
11271 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
11272 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
11273 (S390_NUM_GPRS): Move here from tm-s390.h.
11274 (S390_NUM_FPRS): Likewise.
11275 (s390_in_function_epilogue_p): New function.
11276 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
11277 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
11278 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
11279 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
11280 Replace S390_FP_REGNUM by S390_SP_REGNUM.
11281 Remove calls to:
11282 set_gdbarch_deprecated_max_register_raw_size,
11283 set_gdbarch_deprecated_max_register_virtual_size,
11284 set_gdbarch_deprecated_register_byte,
11285 set_gdbarch_cannot_fetch_register,
11286 set_gdbarch_cannot_store_register,
11287 set_gdbarch_deprecated_register_size,
11288 set_gdbarch_deprecated_register_raw_size,
11289 set_gdbarch_deprecated_register_virtual_size,
11290 set_gdbarch_deprecated_register_virtual_type,
11291 set_gdbarch_deprecated_register_bytes.
11292 Add calls to:
11293 set_gdbarch_num_pseudo_regs,
11294 set_gdbarch_register_type,
11295 set_gdbarch_convert_register_p,
11296 set_gdbarch_register_to_value,
11297 set_gdbarch_value_to_register,
11298 set_gdbarch_register_reggroup_p,
11299 set_gdbarch_regset_from_core_section,
11300 set_gdbarch_pseudo_register_read,
11301 set_gdbarch_pseudo_register_write,
11302 set_gdbarch_in_function_epilogue_p.
11303 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
11304 (s390_tdep_h): New variable.
11305
11306 2004-02-17 Jim Blandy <jimb@redhat.com>
11307
11308 * findvar.c (value_from_register): If the type has no length, just
11309 return an acceptable value --- don't report an internal error.
11310
11311 * stabsread.c (read_type): If we find any type numbers that are
11312 forward references, complain if the references aren't resolved by
11313 the time we're finished reading.
11314 (cleanup_undefined_types): Make error message more appropriate for
11315 a complaint.
11316
11317 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11318
11319 * Makefile.in (defs_h): Remove dependency on progress_h.
11320 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
11321 progress.h.
11322 * main.c (captured_main): Delete use of START_PROGRESS and
11323 END_PROGRESS.
11324
11325 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11326
11327 * objfiles.c (terminate_minimal_symbol_table): Add back
11328 initialization of MSYMBOL_TYPE.
11329
11330 2004-02-17 David Mosberger <davidm@hpl.hp.com>
11331
11332 Committed by Andrew Cagney.
11333 * Makefile.in (ia64_tdep_h): New macro.
11334 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
11335 (ia64-tdep.o): Likewise.
11336 * ia64-tdep.h: New file.
11337 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
11338 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
11339 (ia64_aix_sigcontext_register_address): Likewise.
11340 (ia64_linux_getunwind_table): Delete declaration.
11341 * ia64-linux-tdep.c: Likewise.
11342
11343 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
11344
11345 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
11346 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
11347 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
11348
11349 2004-02-17 Andrew Cagney <cagney@redhat.com>
11350
11351 * symtab.c (skip_prologue_using_sal): New function.
11352 * symtab.h (skip_prologue_using_sal): Declare.
11353 * frv-tdep.c: Include "symtab.h".
11354 (skip_prologue_using_sal): Delete function.
11355 * mips-tdep.c (skip_prologue_using_sal): Delete function.
11356 * rs6000-tdep.c (refine_prologue_limit): Mention
11357 skip_prologue_using_sal.
11358 * ia64-tdep.c (refine_prologue_limit): Ditto.
11359 * Makefile.in: Update dependencies.
11360
11361 2004-02-16 Andrew Cagney <cagney@redhat.com>
11362
11363 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
11364 START_INFERIOR_TRAPS_EXPECTED.
11365 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
11366 START_INFERIOR_TRAPS_EXPECTED.
11367 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
11368 Delete macro.
11369 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
11370 macro, moved to "nm-osf.h". Update copyright.
11371 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
11372 update copyright.
11373
11374 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
11375 and function replacing FRAMELESS_FUNCTION_INVOCATION.
11376 * blockframe.c (legacy_frameless_look_for_prologue): Rename
11377 frameless_look_for_prologue.
11378 * frame.h (legacy_frameless_look_for_prologue): Rename
11379 frameless_look_for_prologue.
11380 * gdbarch.h, gdbarch.c: Re-generate.
11381 * sh64-tdep.c (sh64_gdbarch_init): Update.
11382 * sh-tdep.c (sh_gdbarch_init): Update.
11383 * s390-tdep.c (s390_gdbarch_init): Update.
11384 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11385 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11386 * m68k-tdep.c (m68k_gdbarch_init): Update.
11387 (delta68_frame_args_address): Update.
11388 * m32r-tdep.c (m32r_gdbarch_init): Update.
11389 * hppa-tdep.c (hppa_gdbarch_init): Update.
11390 * h8300-tdep.c (h8300_gdbarch_init): Update.
11391 * frv-tdep.c (frv_gdbarch_init): Update.
11392 (frv_frameless_function_invocation): Update.
11393 * cris-tdep.c (cris_gdbarch_init): Update.
11394 (cris_frameless_function_invocation): Update.
11395 * avr-tdep.c (avr_gdbarch_init): Update.
11396 * arm-tdep.c (arm_gdbarch_init): Update.
11397 * stack.c (frame_info): Update, call predicate.
11398 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
11399 * frame.c (legacy_get_prev_frame): Update, call predicate..
11400 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
11401 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
11402 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
11403 invocation.
11404 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11405 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11406 * vax-tdep.c (vax_gdbarch_init): Ditto.
11407
11408 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
11409 function.
11410
11411 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
11412
11413 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
11414 initializations.
11415
11416 2004-02-16 Andrew Cagney <cagney@redhat.com>
11417
11418 * tui/tui-windata.c: Include "gdb_string.h".
11419 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
11420 * tui/tui-layout.c, tui/tui-command.c: Ditto.
11421 * Makefile.in: Update dependencies.
11422
11423 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
11424
11425 * Makefile.in (infrun.o): Add $(gdb_assert_h).
11426 * infrun.c: Include "gdb_assert.h".
11427 (singlestep_ptid, saved_singlestep_ptid)
11428 (stepping_past_singlestep_breakpoint): New variables.
11429 (resume): Set singlestep_ptid. Check for singlestep thread
11430 hop.
11431 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
11432 (handle_inferior_event): Handle singlestep thread hop.
11433
11434 2004-02-16 Andrew Cagney <cagney@redhat.com>
11435
11436 * dwarf2-frame.c (dwarf2_frame_ops): New function.
11437 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
11438 (dwarf2_frame_init_reg): Ditto.
11439
11440 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
11441 suggested by Joshua Neuheisel
11442
11443 * configure.in: Always check for curses, including pdcurses.
11444 Warn, instead of error, when no curses are found. Enable TUI when
11445 curses is available.
11446 * configure: Re-generate.
11447
11448 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
11449
11450 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
11451 sh_sh4_register_convert_to_virtual.
11452 (sh_register_convert_to_raw): Rename from
11453 sh_sh4_register_convert_to_raw.
11454 (sh_pseudo_register_read): Accomodate above name change.
11455 (sh_pseudo_register_write): Ditto.
11456
11457 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
11458
11459 * sh-tdep.c (sh_generic_register_name): Remove.
11460 (sh_gdbarch_init): Use sh_sh_register_name in default case.
11461
11462 2004-02-15 Andrew Cagney <cagney@redhat.com>
11463
11464 * configure.in (build_warnings): Add -Wunused-function.
11465 * configure: Re-generate.
11466
11467 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
11468 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
11469
11470 * procfs.c (procfs_init_inferior): Assume that
11471 START_INFERIOR_TRAPS_EXPECTED is defined.
11472 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
11473 * config/ns32k/tm-nbsd.h: Delete file,
11474 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
11475
11476 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
11477 * config/vax/tm-vax.h: Delete file.
11478
11479 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11480 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11481 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11482 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11483 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
11484 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11485 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
11486
11487 2004-02-15 Mark Kettenis <kettenis@gnu.org>
11488
11489 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
11490 * dwarf2-frame.c (dwarf2_frame_data): New variable.
11491 (struct dwarf2_frame_ops): New.
11492 (dwarf2_frame_default_init_reg): New function, based on
11493 dwarf2_frame_init_reg.
11494 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
11495 (dwarf2_frame_init_reg): Call architecture-specific function.
11496 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
11497 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
11498 instead of dwarf2_frame_data.
11499 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
11500 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
11501
11502 2004-02-15 Andrew Cagney <cagney@redhat.com>
11503
11504 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
11505 register_gdbarch_swap.
11506 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
11507 * f-lang.c (_initialize_f_language): Update, use
11508 DEPRECATED_REGISTER_GDBARCH_SWAP.
11509 * remote.c (_initialize_remote): Ditto.
11510 * regcache.c (_initialize_regcache): Ditto.
11511 * parse.c (_initialize_parse): Ditto.
11512 * infrun.c (_initialize_infrun): Ditto.
11513 * mi/mi-main.c (_initialize_mi_main): Ditto.
11514 * gdbtypes.c (_initialize_gdbtypes): Ditto.
11515
11516 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
11517 poking .cacheable directly.
11518 * symfile.c (symfile_bfd_open): Ditto.
11519
11520 * Makefile.in: Update all dependencies.
11521
11522 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
11523 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
11524 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
11525 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
11526 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
11527
11528 2004-02-14 Andrew Cagney <cagney@redhat.com>
11529
11530 * arch-utils.c (legacy_convert_register_p): Check
11531 DEPRECATED_REGISTER_CONVERTIBLE_P.
11532 * findvar.c (value_of_register): Ditto.
11533
11534 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
11535 * gdbarch.h, gdbarch.c: Re-generate.
11536 * arch-utils.c (deprecated_register_convertible_not): Delete.
11537 * arch-utils.h (deprecated_register_convertible_not): Delete.
11538 * mi/mi-main.c (get_register): Update. Update copyright.
11539 * infcmd.c (default_print_registers_info): Update.
11540
11541 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11542 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
11543 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
11544 * gdbarch.h, gdbarch.c: Re-generate.
11545 * frame.c (deprecated_get_next_frame_hack): Delete function.
11546 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
11547 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
11548 Update.
11549 * infcall.c (call_function_by_hand): Update.
11550
11551 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
11552
11553 * symfile.c (init_entry_point_info, entry_point_address): Move
11554 from here...
11555 * objfiles.c (init_entry_point_info, entry_point_address):..to
11556 here.
11557 * symfile.h (init_entry_point_info, entry_point_address): Remove
11558 prototypes.
11559 * objfiles.h (init_entry_point_info, entry_point_address):Add
11560 prototypes.
11561 * cris-tdep.c: Remove include of symfile.h. Add include of
11562 objfiles.h.
11563 * infcall.c: Ditto.
11564 * mcore-tdep.c: Ditto.
11565 * mn10300-tdep.c: Ditto.
11566 * sh64-tdep.c: Ditto.
11567 * v850-tdep.c: Ditto.
11568 * arm-tdep.c: Remove include of symfile.h.
11569 * blockframe.c: Ditto.
11570 * coffread.c: Ditto.
11571 * dbxread.c: Ditto.
11572 * dwarf2read.c: Ditto.
11573 * dwarfread.c: Ditto.
11574 * frv-tdep.c: Ditto.
11575 * ia64-tdep.c: Ditto.
11576 * mdebugread.c: Ditto.
11577 * mipsread.c: Ditto.
11578 * rs6000-tdep.c: Ditto.
11579 * s390-tdep.c: Ditto.
11580 * sh-tdep.c: Ditto.
11581 * xstormy16-tdep.c: Ditto.
11582 * gdbarch.sh: Remove include of symfile.h.
11583 * gdbarch.c: Regenerate.
11584 * solib-irix.c (enable_break): Use entry_point_address().
11585 Add comment about include file.
11586 * xcoffread.c: Add comment about include file.
11587 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
11588 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
11589 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
11590 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
11591 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
11592
11593 2004-02-13 Andrew Cagney <cagney@redhat.com>
11594
11595 * corelow.c (core_xfer_partial): Use "struct bfd_section".
11596 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
11597 copyright.
11598 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
11599
11600 2004-02-12 Fred Fish <fnf@redhat.com>
11601
11602 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
11603 set_gdbarch_store_return_value.
11604
11605 2004-02-12 Andrew Cagney <cagney@redhat.com>
11606
11607 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
11608 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
11609 (interrupt_query): Ditto.
11610 (ofunc): Delete unused variable.
11611 * cris-tdep.c (cris_abi): Delete unused function.
11612 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
11613 (cris_get_wide_opcode, cris_get_short_size): Ditto.
11614 (cris_get_asr_quick_shift_steps): Ditto.
11615 (cris_skip_prologue_frameless_p): Ditto.
11616 * arm-tdep.c (arm_push_return_address): Delete unused function.
11617 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
11618 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
11619 * s390-tdep.c (s390_function_start): Delete unused function.
11620
11621 2004-02-12 Andrew Cagney <cagney@redhat.com>
11622
11623 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
11624 gdbarch.h, gdbarch.c: Re-generate.
11625 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
11626 to generic_prologue_frameless_p.
11627 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
11628 * arch-utils.c (generic_prologue_frameless_p): Delete function.
11629
11630 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
11631
11632 * mips-linux-tdep.c: Include "frame.h".
11633 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
11634 (mips_linux_skip_resolver): New functions.
11635 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
11636 and set_gdbarch_in_solib_call_trampoline.
11637 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
11638 to after set_gdbarch_in_solib_return_trampoline. Only set the
11639 solib hooks to mips16 functions if the OS ABI is unknown.
11640 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
11641 including "config/tm-linux.h".
11642 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
11643 * Makefile.in (mips-linux-tdep.o): Update.
11644
11645 2004-02-11 David Carlton <carlton@kealia.com>
11646
11647 * linespec.c (decode_compound): Only look for a class symbol when
11648 considering all but the rightmost component.
11649
11650 2004-02-11 Andrew Cagney <cagney@redhat.com>
11651
11652 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
11653 abi code are are separatly grouped.
11654
11655 2004-02-11 Andrew Cagney <cagney@redhat.com>
11656
11657 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
11658 * gdbarch.h, gdbarch.c: Re-generate.
11659 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11660 * v850-tdep.c (v850_gdbarch_init): Update.
11661 * sh64-tdep.c (sh64_gdbarch_init): Update.
11662 * sh-tdep.c (sh_gdbarch_init): Update.
11663 * s390-tdep.c (s390_gdbarch_init): Update.
11664 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11665 * mips-tdep.c (mips_gdbarch_init): Update.
11666 * mcore-tdep.c (mcore_gdbarch_init): Update.
11667 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11668 * m32r-tdep.c (m32r_gdbarch_init): Update.
11669 * ia64-tdep.c (ia64_gdbarch_init): Update.
11670 * hppa-tdep.c (hppa_gdbarch_init): Update.
11671 * h8300-tdep.c (h8300_gdbarch_init): Update.
11672 * frv-tdep.c (frv_gdbarch_init): Update.
11673 * d10v-tdep.c (d10v_gdbarch_init): Update.
11674 * cris-tdep.c (cris_gdbarch_init): Update.
11675 * avr-tdep.c (avr_gdbarch_init): Update.
11676 * arm-tdep.c (arm_gdbarch_init): Update.
11677 * alpha-tdep.c (alpha_gdbarch_init): Update.
11678
11679 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
11680
11681 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
11682 comma.
11683 (sh_sh4al_dsp_register_name): Ditto.
11684
11685 2004-02-10 Andrew Cagney <cagney@redhat.com>
11686
11687 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
11688 (mips_init_frame_pc_first): Delete function.
11689 (mips_frame_saved_pc): Delete function.
11690 (mips_frame_chain): Delete function.
11691 (mips_init_extra_frame_info): Delete function.
11692 (mips_xfer_register): Delete unused variable "reg".
11693 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
11694 (mips_n32n64_return_value): Delete unused variable "reg".
11695 (mips_n32n64_return_value): Delete unused variable "pos".
11696 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
11697 (mips_o32_return_value): Delete unused variable "pos".
11698 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
11699 (mips_print_fp_register): Delete unused variable "namelen"
11700 (mips_print_fp_register): Delete unused variable "flt2"
11701 (get_frame_pointer): Delete function.
11702 (cached_proc_desc): Delete static variable.
11703 (mips_pop_frame): Delete function.
11704 (mips_find_saved_regs): Delete function.
11705 (mips_get_saved_register): Delete function.
11706 (mips_saved_pc_after_call): Delete function.
11707 (SIGFRAME_BASE): Delete macro.
11708 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
11709 (SIGFRAME_PC_OFF): Delete macro.
11710 (SIGFRAME_REGSAVE_OFF): Delete macro.
11711 (mips_dump_tdep): Do not print deleted macro definitions.
11712
11713 2004-02-10 Andrew Cagney <cagney@redhat.com>
11714
11715 * Makefile.in (SFILES): Remove explictly listed tui files.
11716 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
11717
11718 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
11719
11720 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
11721 to use paddr functions to format ia64 addresses and long values.
11722 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
11723 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
11724 (get_kernel_table, ia64_find_proc_info_x): Ditto.
11725 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
11726 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
11727
11728 2004-02-10 Andrew Cagney <cagney@redhat.com>
11729
11730 * defs.h: Do not include "tui.h".
11731 * gdb_curses.h: New file.
11732 * tui/tui-hooks.h: New file.
11733 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
11734 (tui_install_hooks, tui_remove_hooks): Delete declarations.
11735 (tui_initialize_io): Delete declaration.
11736 (tui_initialize_readline: Delete redundant declaration.
11737 (struct tui_point): Delete definition.
11738 * tui/tui-data.h (struct tui_point): Define.
11739 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
11740 * utils.c: Include "tui/tui.h".
11741 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
11742 * printcmd.c [TUI]: Include "tui/tui.h".
11743 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
11744 * tui/tui-command.c: Include "gdb_curses.h".
11745 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
11746 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
11747 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
11748 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
11749 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
11750 * Makefile.in: Update all dependencies.
11751 (tui_hooks_h, gdb_curses_h): Define.
11752 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
11753
11754 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
11755
11756 * objfiles.h (struct objfile): Remove unused fields auxf1 and
11757 auxf2. Add comments about some other rarely used fields.
11758
11759 2004-02-10 Andrew Cagney <cagney@redhat.com>
11760
11761 * Makefile.in (init.c): Fix script removing duplicates. Problem
11762 reported by Peter Schauer.
11763
11764 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11765
11766 * bcache.c (bcache_xmalloc): Use obstack_init instead of
11767 obstack_specify_allocation.
11768 * objfiles.c (allocate_objfile): Ditto.
11769 * solib-sunos.c (solib_add_common_symbols)
11770 (allocate_rt_common_objfile): Ditto.
11771 * symfile.c (reread_symbols): Ditto.
11772 * gdb_obstack.h: Add comment.
11773
11774 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11775
11776 * linespec.c (decode_line_1, locate_first_half)
11777 (decode_compound, lookup_prefix_sym): Update comments. Delete old
11778 commented out code.
11779
11780 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
11781
11782 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
11783 obstack_free.
11784
11785 2004-02-09 Andrew Cagney <cagney@redhat.com>
11786
11787 * blockframe.c (find_pc_partial_function): If find_pc_overlay
11788 fails, try find_pc_section. Fix PR c++/1267.
11789 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
11790 instead of find_pc_mapped_section.
11791 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
11792 not default to the section containing PC. Fix PR symtab/1519.
11793
11794 2004-02-09 Andrew Cagney <cagney@redhat.com>
11795
11796 * Makefile.in (mips-tdep.o): Update dependencies.
11797 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
11798 "trad-frame.h".
11799 (mips_unwind_pc): Return the pseudo PC register.
11800 (mips_unwind_dummy_id): New function.
11801 (mips16_fetch_instruction): New function.
11802 (mips32_fetch_instruction): New function.
11803 (struct mips_frame_cache): Define.
11804 (mips_mdebug_frame_cache): New function.
11805 (mips_mdebug_frame_this_id): New function.
11806 (mips_mdebug_frame_prev_register): New function.
11807 (mips_mdebug_frame_unwind): Define.
11808 (mips_mdebug_frame_sniffer): New function.
11809 (mips_mdebug_frame_base_address): New function.
11810 (mips_mdebug_frame_base): Define.
11811 (mips_mdebug_frame_base_sniffer): New function.
11812 (mips_gdbarch_init): Append unwind and base sniffers. Set
11813 unwind_dummy_id.
11814
11815 2004-02-08 Andrew Cagney <cagney@redhat.com>
11816
11817 * frame.c: Print both the register number and name.
11818
11819 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
11820 and a sed into a single sed. Make .c and .o patterns more robust.
11821 (OBS): Delete.
11822 (INIT_FILES): Replace OBS with COMMON_OBS.
11823 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
11824
11825 2004-02-08 Mark Kettenis <kettenis@gnu.org>
11826
11827 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
11828 the PT_WCOOKIE request.
11829
11830 2004-02-08 Andrew Cagney <cagney@redhat.com>
11831
11832 * mips-tdep.c (mips_unwind_pc): New function.
11833 (mips_gdbarch_init): Set mips_unwind_pc.
11834
11835 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
11836 (get_frame_id): Allow the UNKNOWN_FRAME.
11837 (frame_register_unwind, get_frame_type): Ditto.
11838
11839 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
11840 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
11841 unwind_dummy_id indicates a legacy frame.
11842
11843 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
11844 * configure: Re-generate.
11845
11846 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
11847 methods.
11848
11849 2004-02-08 Andrew Cagney <cagney@redhat.com>
11850
11851 * configure.in (CONFIG_ALL): Set to Makefile target, and not
11852 makefile macro.
11853 * configure: Re-generate.
11854 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
11855 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
11856 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
11857 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
11858 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
11859 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
11860 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
11861 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
11862 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
11863 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
11864
11865 2004-02-07 Andrew Cagney <cagney@redhat.com>
11866
11867 * Makefile.in: Update all dependencies.
11868
11869 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
11870 * configure: Re-generate.
11871 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
11872 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
11873 (COMMON_OBS): Add "main.o" and "annotate.o".
11874 (ANNOTATE_OBS): Delete.
11875 (OBS): Remove ANNOTATE_OBS.
11876 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
11877 CONFIG_INITS.
11878 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
11879 against CONFIG_OBS and "main.o".
11880 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
11881 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
11882
11883 * tui/tui-command.c: Include "gdb_string.h", delete register
11884 attribute, use ISO-C function signatures.
11885 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
11886 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11887 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
11888 * tui/tui.c: Ditto.
11889
11890 * tui/tui-command.c: Change variable and function names to lower
11891 case.
11892 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
11893 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
11894 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11895 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11896 * tui/tui-winsource.c, tui/tui.c: Ditto.
11897
11898 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11899
11900 * buildsym.c (free_pending_blocks, finish_block)
11901 (record_pending_block, make_blockvector, end_symtab): Replace
11902 symbol_obstack with objfile_obstack.
11903 * coffread.c (process_coff_symbol, coff_read_struct_type)
11904 (coff_read_enum_type): Ditto.
11905 * cp-namespace.c (initialize_namespace_symtab)
11906 (check_one_possible_namespace_symbol): Ditto.
11907 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
11908 (dwarf2_symbol_mark_computed): Ditto.
11909 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
11910 * elfread.c (elf_symtab_read): Ditto.
11911 * hpread.c (hpread_symfile_init, hpread_symfile_init)
11912 (hpread_read_enum_type, hpread_read_function_type)
11913 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
11914 Ditto.
11915 * jv-lang.c (get_java_class_symtab, add_class_symbol)
11916 (java_link_class_type): Ditto.
11917 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
11918 (new_symbol): Ditto.
11919 * minsyms.c (install_minimal_symbols): Ditto.
11920 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
11921 (terminate_minimal_symbol_table): Replace symbol_obstack with
11922 objfile_obstack.
11923 (free_objfile): Remove freeing of symbol_obstack.
11924 * objfiles.h: Remove symbol_obstack field.
11925 * pa64solib.c (add_to_solist): Replace symbol_obstack with
11926 objfile_obstack.
11927 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11928 symbol_obstack.
11929 (solib_add_common_symbols): Replace symbol_obstack with
11930 objfile_obstack.
11931 * somsolib.c (som_solib_add): Ditto.
11932 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
11933 (common_block_start, common_block_end): Ditto.
11934 * symfile.c (reread_symbols): Remove freeing and init of
11935 symbol_obstack.
11936 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
11937 * symfile.h: Update comment.
11938 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
11939 stats printing.
11940 * symtab.c (symbol_set_names): Replace symbol_obstack with
11941 objfile_obstack.
11942 * symtab.h (struct general_symbol_info, struct minimal_symbol):
11943 Update comments.
11944 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
11945 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
11946 objfile_obstack.
11947
11948 2004-02-07 Andrew Cagney <cagney@redhat.com>
11949
11950 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
11951 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
11952 fields and variables.
11953 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
11954 (m_beInvisible): Delete macro.
11955 * tui/tui-data.h: Fix case case fields and variables.
11956 (m_genWinPtrIsNull): Delete macro.
11957 (tui_win_list): Rename winList.
11958 (TUI_SRC_WIN): Rename srcWin.
11959 (TUI_DISASM_WIN): Rename disassemWin.
11960 (TUI_DATA_WIN): Rename dataWin.
11961 (TUI_CMD_WIN): Rename cmdWin.
11962 (m_genWinPtrNotNull): Delete macro.
11963 (m_winPtrIsNull): Delete macro.
11964 (m_winPtrNotNull): Delete macro.
11965 (tui_win_is_source_type): Replace m_winIsSourceType
11966 (tui_win_is_auxillary): Replace m_winIsAuzillary.
11967 (tui_win_has_locator): Replace m_hasLocator.
11968 (tui_set_win_highlight): Replace m_setWinHighlightOn and
11969 m_setWinHighlightOff.
11970 * tui/tui-data.c: Update references.
11971 (tui_win_is_source_type, tui_set_win_highlight): New functions.
11972 (tui_win_has_locator, tui_win_is_auxillary): New functions.
11973 * tui/tui-command.c, tui/tui-disasm.c: Update references.
11974 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
11975 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
11976 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11977 * tui/tui-winsource.c, tui/tui.c: Ditto.
11978
11979 2004-02-07 Mark Kettenis <kettenis@gnu.org>
11980
11981 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
11982 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
11983 StackGhost.
11984
11985 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
11986 variable `i6' to `i7'.
11987 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11988
11989 2004-02-07 Andrew Cagney <cagney@redhat.com>
11990
11991 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
11992 (TuiPoint, TuiPointPtr): Ditto.
11993 (TuiStatus, TuiStatusPtr): Ditto.
11994 (TuiWinType, TuiWinTypePtr): Ditto.
11995 (struct tui_point): Rename _TuiPoint.
11996 (tui_get_low_disassembly_address): Rename
11997 tuiGetLowDisassemblyAddress.
11998 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
11999 (tuiFree): Delete declaration.
12000 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12001 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12002 * tui/tui.c (tuiFree): Delete function.
12003 * cli/cli-cmds.c (disassemble_command): Update references.
12004 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12005 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12006 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12007 * tui/tui-winsource.c: Ditto.
12008
12009 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12010
12011 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12012 coffstab_build_psymtabs, elfstab_build_psymtabs)
12013 (stabsect_build_psymtabs): Replace psymbol_obstack with
12014 objfile_obstack.
12015 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12016 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12017 Ditto.
12018 * dwarfread.c (scan_compilation_units): Ditto.
12019 * elfread.c (elfstab_offset_sections): Ditto.
12020 * hppa-tdep.c (read_unwind_info): Ditto.
12021 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12022 (hpread_end_psymtab): Ditto.
12023 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12024 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12025 Ditto.
12026 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
12027 * objfiles.c (add_to_objfile_sections)
12028 (build_objfile_section_table): Ditto.
12029 (allocate_objfile): Remove init of psymbol_obstack.
12030 (free_objfile): Remove freeing of psymbol_obstack.
12031 * objfiles.h (struct objfile): Remove field
12032 psymbol_obstack. Update comments.
12033 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12034 psymbol_obstack with objfile_obstack.
12035 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12036 psymbol_obstack.
12037 * somread.c (som_symfile_offsets, init_import_symbols)
12038 (init_export_symbols): Replace psymbol_obstack with
12039 objfile_obstack.
12040 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12041 * symfile.c (default_symfile_offsets, syms_from_objfile)
12042 (reread_symbols): Remove freeing and init of psymbol_obstack.
12043 (cashier_psymtab): Update comment.
12044 * symmisc.c (print_objfile_statistics): Don't report stats for
12045 psymbol obstack.
12046 * symtab.h (struct general_symbol_info, struct partial_symtab):
12047 Update comments.
12048 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12049 (xcoff_symfile_offsets): Replace psymbol_obstack with
12050 objfile_obstack.
12051
12052 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12053
12054 * objfiles.h (struct objfile): Add objfile_obstack field.
12055 Remove type_obstack field.
12056
12057 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12058 read_structure_scope read_enumeration, new_symbol): Replace
12059 type_obstack with objfile_obstack.
12060 * dwarfread.c (struct_type, enum_type): Ditto.
12061 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
12062 (lookup_fundamental_type): Ditto.
12063 * gdbtypes.h (TYPE_ALLOC): Ditto.
12064 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12065 (hpread_read_doc_function_type, hpread_read_struct_type)
12066 (fix_static_member_physnames, hpread_read_array_type)
12067 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
12068 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
12069 (java_link_class_type): Ditto.
12070 * mdebugread.c (parse_type): Ditto.
12071 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12072 * solib-sunos.c (solib_add_common_symbols): Ditto.
12073 * stabsread.c (define_symbol, read_type, read_member_functions,
12074 read_cpp_abbrev, read_one_struct_field): Ditto.
12075 * symfile.c (reread_symbols): Ditto.
12076 * symmisc.c (print_objfile_statistics): Ditto.
12077
12078 2004-02-07 Andrew Cagney <cagney@redhat.com>
12079
12080 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12081 (tui_exec_info_content): Rename TuiExecInfoContent.
12082 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12083 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12084 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12085 (TuiList, TuiListPtr): Ditto.
12086 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12087 (TuiDataType, TuiDataTypePtr): Ditto.
12088 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12089 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12090 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12091 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12092 (TuiDataElement, TuiDataElementPtr): Ditto.
12093 (TuiWinElement, TuiWinElementPtr): Ditto.
12094 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12095 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12096 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12097 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12098 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12099 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12100 * tui/tui-command.c, tui/tui-data.c: Update references.
12101 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12102 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12103 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12104 * tui/tui-winsource.c, tui/tui.c: Ditto.
12105
12106 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12107
12108 * dwarf2-frame.h: Update copyright.
12109 (enum dwarf2_frame_reg_rule): New.
12110 (struct dwarf2_frame_state_reg): New.
12111 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12112 * dwarf2-frame.c: Update copyright.
12113 (enum dwarf2_reg_rule): Remove.
12114 (struct dwarf2_frame_state): Remove defenition of `struct
12115 dwarf2_frame_state_reg'.
12116 (read_reg): Call get_frame_arch to get the architecture instead of
12117 using CURRENT_GDBARCH.
12118 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12119 DWARF2_FRAME_.
12120 (dwarf2_frame_init_reg): New function.
12121 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12122 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12123 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12124 tags with DWARF2_FRAME_.
12125 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12126 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12127 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12128
12129 2004-02-06 Andrew Cagney <cagney@redhat.com>
12130
12131 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12132 (enum tui_data_type): Rename _TuiDataType.
12133 (struct tui_layout_def): Rename _TuiLayoutDef.
12134 (struct tui_source_element): Rename _TuiSourceElement.
12135 (struct tui_data_element): Rename _TuiDataElement.
12136 (struct tui_command_element): Rename _TuiCommandElement.
12137 (struct tui_locator_element): Rename _TuiLocatorElement.
12138 (union tui_which_element): Define.
12139 (struct tui_win_element): Rename _TuiWinElement.
12140 (struct tui_data_info): Rename _TuiDataInfo.
12141 (struct tui_source_info): Rename _TuiSourceInfo.
12142 (struct tui_command_info): Rename _TuiCommandInfo.
12143 (tui_initialize_static_data): Rename initializeStaticData.
12144 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12145 (tui_alloc_win_info): Rename allocWinInfo.
12146 (tui_init_generic_part): Rename initGenericPart.
12147 (tui_init_win_info): Rename initWinInfo.
12148 (tui_alloc_content): Rename allocContent.
12149 (tui_add_content_elements): Rename addContentElements.
12150 (tui_init_content_element): Rename initContentElement.
12151 (tui_free_window): Rename freeWindow.
12152 (tui_free_win_content): Rename freeWinContent.
12153 (tui_free_data_content): Rename freeDataContent.
12154 (tui_free_all_source_wins_content): Rename
12155 freeAllSourceWinsContent.
12156 (tui_del_window): Rename tuiDelWindow.
12157 (tui_del_data_windows): Rename tuiDelDataWindows.
12158 (tui_partial_win_by_name): Rename partialWinByName.
12159 (tui_win_name): Rename winName.
12160 (tui_current_layout): Rename currentLayout.
12161 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12162 (tui_term_height): Rename termHeight.
12163 (tui_set_term_height_to): Rename setTermHeightTo.
12164 (tui_term_width): Rename termWidth.
12165 (tui_set_term_width_to): Rename setTermWidthTo.
12166 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12167 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12168 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12169 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12170 (tui_source_windows): Rename sourceWindows.
12171 (tui_clear_source_windows): Rename clearSourceWindows.
12172 (tui_clear_source_windows_detail): Rename
12173 clearSourceWindowsDetail.
12174 (tui_clear_win_detail): Rename clearWinDetail.
12175 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12176 (tui_default_tab_len): Rename tuiDefaultTabLen.
12177 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12178 (tui_win_with_focus): Rename tuiWinWithFocus.
12179 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12180 (tui_layout_def): Rename tuiLayoutDef.
12181 (tui_win_resized): Rename tuiWinResized.
12182 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12183 (tui_next_win): Rename tuiNextWin.
12184 (tui_prev_win): Rename tuiPrevWin.
12185 (tui_add_to_source_windows): Rename addToSourceWindows.
12186 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12187 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12188 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12189 * tui/tui.c, tui/tui-data.c: Ditto.
12190 * tui/tui-interp.c, tui/tui-data.c: Ditto.
12191 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12192
12193 * tui/tui-source.h: Update copyright. Include "tui-data.h".
12194 (struct symtab): Declare.
12195 (tui_set_source_content): Rename tuiSetSourceContent.
12196 (tui_show_symtab_source): Rename tuiShowSource.
12197 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
12198 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
12199 * tui/tui-source.c: Update copyright. Update references.
12200 * tui/tui-win.c, tui/tui-winsource.c: Update references.
12201 * tui/tui-stack.c: Update references.
12202
12203 * tui/tui-win.h: Update copyright. Include "tui-data.h".
12204 (struct tui_win_info): Declare.
12205 (tui_scroll_forward): Rename tuiScrollForward.
12206 (tui_scroll_backward): Rename tuiScrollBackward.
12207 (tui_scroll_left): Rename tuiScrollLeft.
12208 (tui_scroll_right): Rename tuiScrollRight.
12209 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
12210 (tui_resize_all): Rename tuiResizeAll.
12211 (tui_refresh_all_win): Rename tuiRefreshAll.
12212 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
12213 * tui/tui-layout.c, * tui/tui-io.c: Update references.
12214 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
12215 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
12216
12217 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
12218 (tui_erase_data_content): Rename tuiEraseDataContent.
12219 (tui_display_all_data): Rename tuiDisplayAllData.
12220 (tui_check_data_values): Rename tuiCheckDataValues.
12221 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
12222 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
12223 (tui_first_data_element_no_in_line): Rename
12224 tuiFirstDataElementNoInLine.
12225 (tui_delete_data_content_windows): Rename
12226 tuiDeleteDataContentWindows.
12227 (tui_refresh_data_win): Rename tuiRefreshDataWin.
12228 (tui_display_data_from): Rename tuiDisplayDataFrom.
12229 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
12230 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
12231 * tui/tui-win.c, tui/tui-regs.c: Update references.
12232 * tui/tui-layout.c, tui/tui.c: Update references.
12233
12234 * tui/tui-wingeneral.h: Update copyright.
12235 (m_allBeVisible): Delete macro.
12236 (m_allBeInvisible): Delete macro.
12237 (struct tui_gen_win_info): Declare.
12238 (struct tui_win_info): Declare.
12239 (tui_unhighlight_win): Rename unhighlightWin.
12240 (tui_make_visible, tui_make_invisible): Replace makeVisible.
12241 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
12242 (tui_make_window): Rename makeWindow.
12243 (tui_copy_win): Rename copyWin.
12244 (tui_box_win): Rename boxWin.
12245 (tui_highlight_win): Rename highlightWin.
12246 (tui_check_and_display_highlight_if_needed): Rename
12247 checkAndDisplayHighlightIfNeeded.
12248 (tui_refresh_all): Rename refreshAll.
12249 (tui_delete_win): Rename tuiDelwin.
12250 (tui_refresh_win): Rename tuiRefreshWin.
12251 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
12252 (tui_make_visible, tui_make_invisible): New functions.
12253 (tui_make_all_visible, tui_make_all_invisible): New functions.
12254 (make_all_visible): Rename makeAllVisible.
12255 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
12256 * tui/tui-data.c, tui/tui-winsource.c: Update references.
12257 * tui/tui-windata.c, tui/tui-win.c: Update references.
12258 * tui/tui-regs.c, tui/tui-layout.c: Update references.
12259 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
12260
12261 2004-02-06 Mark Kettenis <kettenis@gnu.org>
12262
12263 * proc-api.c (write_with_trace): Initialize local variable to
12264 silence compiler warning.
12265
12266 2004-02-06 Andrew Cagney <cagney@redhat.com>
12267
12268 * tui/tui-source.h: Do not include "defs.h".
12269 (struct tui_win_info): Declare.
12270 (tui_set_source_content_nil): Declare.
12271 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
12272 (union tui_line_or_address): Rename _TuiLineOrAddress.
12273 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
12274 (tui_update_source_window): Rename tuiUpdateSourceWindow.
12275 (tui_update_source_window_as_is): Rename
12276 tuiUpdateSourceWindowAsIs.
12277 (tui_update_source_windows_with_addr): Rename
12278 tuiUpdateSourceWindowsWithAddr.
12279 (tui_update_source_windows_with_line): Rename
12280 tuiUpdateSourceWindowsWithLine.
12281 (tui_clear_source_content): Rename tuiClearSourceContent.
12282 (tui_erase_source_content): Rename tuiEraseSourceContent.
12283 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
12284 (tui_show_source_content): Rename tuiShowSourceContent.
12285 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
12286 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
12287 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
12288 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
12289 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
12290 (tui_update_exec_info): Rename tuiUpdateExecInfo.
12291 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
12292 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
12293 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
12294 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
12295 (struct tui_win_info): Declare.
12296 * tui/tui-stack.c: Update references.
12297 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
12298 * tui/tui-win.c, tui/tui-source.c: Ditto.
12299 * tui/tui.c, tui/tui-disasm.c: Ditto.
12300
12301 2004-02-06 Mark Kettenis <kettenis@gnu.org>
12302
12303 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
12304 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
12305
12306 2004-02-05 Mark Kettenis <kettenis@gnu.org>
12307
12308 * infrun.c (handle_inferior_event): Allow for breakpoint
12309 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
12310 and SIGEMT. Update comments.
12311 * NEWS (Revised SPARC target): Mention support for non-executable
12312 stack.
12313
12314 2004-02-04 Mark Kettenis <kettenis@gnu.org>
12315
12316 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
12317 * inftarg.c: Update copyright year.
12318 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
12319 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
12320 (sparc_xfer_wcookie): New function.
12321 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12322 * Makefile.in (sparc-nat.o): Update dependencies.
12323 * config/sparc/nm-nbsd.h: Include "target.h".
12324 (NATIVE_XFER_WCOOKIE): New define.
12325 (sparc_xfer_wcookie): New prototype.
12326
12327 2004-02-04 Andrew Cagney <cagney@redhat.com>
12328
12329 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
12330 SYSCALL_TRAP function.
12331 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
12332
12333 2004-02-04 Andrew Cagney <cagney@redhat.com>
12334 Daniel Jacobowitz <drow@mvista.com>
12335
12336 * objfiles.h: Delete comments refering to inside_entry_func and
12337 DEPRECATED_FRAME_CHAIN_VALID.
12338 * defs.h (inside_entry_func): Update prototype..
12339 * blockframe.c (inside_entry_func): Rename to
12340 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
12341 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
12342
12343 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
12344
12345 * breakpoint.c (struct captured_parse_breakpoint_args): Move
12346 outside of #ifdef SOLIB_ADD region.
12347 (do_restore_lang_radix_cleanup): Ditto.
12348 (resolve_pending_breakpoint): Ditto.
12349
12350 2004-02-03 Andrew Cagney <cagney@redhat.com>
12351
12352 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
12353 (process_note_abi_tag_sections): Delete unused function.
12354 (ia64_read_fp): Delete unused function.
12355 (gdbarch_extract_struct_value_address): Delete declaration.
12356
12357 2004-02-02 Andrew Cagney <cagney@redhat.com>
12358
12359 * vax-tdep.c (vax_frame_chain): Delete call to
12360 deprecated_inside_entry_file.
12361 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
12362
12363 2004-02-02 Mark Kettenis <kettenis@gnu.org>
12364
12365 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
12366 column that's "empty" or "same value" when eliminating REG_RA
12367 rules.
12368
12369 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12370
12371 * NEWS: Add information about new pending breakpoint support.
12372
12373 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12374
12375 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
12376 and pending fields for pending breakpoint support.
12377 * breakpoint.c (breakpoint_enabled): Add check for not pending.
12378 (condition_command): Only parse condition if not a pending
12379 breakpoint.
12380 (print_one_breakpoint): Add support for pending breakpoints.
12381 (describe_other_breakpoints): Add checks to verify we are not
12382 dealing with pending breakpoints.
12383 (check_duplicates): Don't check pending breakpoints.
12384 (set_raw_breakpoint): Initialize pending flag.
12385 (do_restore_lang_radix_cleanup): New cleanup routine.
12386 (resolve_pending_breakpoint): New function.
12387 (re_enable_breakpoints_in_shlibs): Try and resolve any
12388 pending breakpoints via resolve_pending_breakpoint.
12389 (mention): Add pending breakpoint support.
12390 (parse_breakpoint_sals): Add new parameter to pass to
12391 decode_line_1 to indicate silent errors when files or functions
12392 are not found. Change all callers.
12393 (do_captured_parse_breakpoint): New function.
12394 (break_command_1): Change prototype to return an rc value and to
12395 take an optional pending breakpoint pointer. Support creating
12396 a pending breakpoint if a "not found" form of error occurs when
12397 parsing the breakpoint. Also support resolving an existing pending
12398 breakpoint and be silent if the resolution fails.
12399 (create_breakpoints): Change prototype to take pending breakpoint
12400 pointer. When resolving a pending breakpoint, use the new pointer
12401 to provide a conditional or commands added by the end-user.
12402 (delete_breakpoint): Add appropriate check for pending.
12403 (breakpoint_re_set_one): Ditto.
12404 (do_enable_breakpoint): Ditto.
12405
12406 2004-02-02 David Carlton <carlton@kealia.com>
12407
12408 * valops.c (enum oload_classification): New.
12409 (find_overload_match): Break implementation into separate
12410 functions; delete #if 0'd code; look for symbols within
12411 namespaces.
12412 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
12413 (find_oload_champ,oload_method_static,classify_oload_match): New.
12414 * cp-support.h: Add declaration for cp_func_name; update
12415 declaration for make_symbol_overload_list.
12416 * cp-support.c (cp_func_name): New.
12417 (overload_list_add_symbol): Fix comment, use
12418 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
12419 (make_symbol_overload_list): Take a function name and a namespace
12420 instead of a symbol; change implementation.
12421 (make_symbol_overload_list_using): New.
12422 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
12423
12424 2004-02-02 Fred Fish <fnf@redhat.com>
12425
12426 * main.c (gdb_stdtarg): Move definition to group with other
12427 gdb_stdtarg definitions and update copyright years.
12428 * remote-sim.c (gdb_os_write_stderr): Write output to
12429 gdb_stdtargerr stream instead of gdb_stdtarg stream.
12430 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
12431 gdb_stderr stream and update copyright years.
12432
12433 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12434
12435 * Makefile.in (mips-linux-nat.o): Update dependencies.
12436 * mips-linux-nat.c: Include mips-tdep.h.
12437
12438 2004-02-01 Roland McGrath <roland@redhat.com>
12439
12440 * sol-thread.c (sol_thread_xfer_partial): New function.
12441 (init_sol_thread_ops): Use that for to_xfer_partial hook.
12442 (init_sol_core_ops): Likewise.
12443
12444 * procfs.c (procfs_xfer_partial): New function.
12445 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
12446 * Makefile.in (procfs.o): Add $(auxv_h) dep.
12447
12448 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
12449 procfs_xfer_auxv function.
12450
12451 * procfs.c (procfs_make_note_section): If we can read
12452 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
12453 * linux-proc.c (linux_make_note_section): Likewise.
12454
12455 * auxv.h: New file.
12456 * auxv.c: New file.
12457 * Makefile.in (auxv_h): New variable.
12458 (COMMON_OBS): Add auxv.o here.
12459 (auxv.o): New target.
12460
12461 * corelow.c (core_xfer_partial): New function.
12462 (init_core_ops): Use it for core_ops.to_xfer_partial.
12463
12464 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
12465 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
12466 macro if that is defined.
12467
12468 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12469
12470 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
12471 and check the specified thread for each breakpoint.
12472 * breakpoint.h (bpstat_stop_status): Update prototype.
12473 * infrun.c (handle_inferior_event): Update calls to
12474 bpstat_stop_status.
12475
12476 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12477
12478 * Makefile.in (cli-cmds.o): Add $(readline_h).
12479
12480 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12481
12482 * cli/cli-cmds.c: Include readline.h.
12483 (complete_command): Pass the start of the last word to
12484 complete_line.
12485
12486 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12487
12488 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
12489 argument, and change first argument to a CORE_ADDR.
12490 * breakpoint.h (bpstat_stop_status): Update prototype.
12491 * infrun.c (adjust_pc_after_break): Add a new comment.
12492 (handle_inferior_event): Update calls to bpstat_stop_status.
12493
12494 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12495
12496 * breakpoint.h: Update copyright years.
12497
12498 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12499
12500 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
12501 (bpstat_stop_status): Don't decrement PC.
12502 * breakpoint.h (software_breakpoint_inserted_here_p): Add
12503 prototype.
12504 * infrun.c (adjust_pc_after_break): New function.
12505 (handle_inferior_event): Call it, early. Remove later references
12506 to DECR_PC_AFTER_BREAK.
12507 (normal_stop): Add commentary.
12508
12509 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12510
12511 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
12512 2004-01-27 double-free fix.
12513
12514 2004-01-31 Mark Kettenis <kettenis@gnu.org>
12515
12516 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12517 (sparc32_frame_prev_register): Handle StackGhost.
12518 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12519
12520 2004-01-29 Roland McGrath <roland@redhat.com>
12521
12522 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
12523 * configure: Regenerated.
12524
12525 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
12526 * Makefile.in (procfs.o): Add dep.
12527
12528 2004-01-28 Andrew Cagney <cagney@redhat.com>
12529
12530 * tui/tui-stack.h: Update copyright.
12531 (struct frame_info): Add opaque declaration.
12532 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
12533 (tui_show_locator_content): Rename tuiShowLocatorContent.
12534 (tui_show_frame_info): Rename tuiShowFrameInfo.
12535 * tui/tui-stack.c: Update copyright. Update references.
12536 * tui/tui-winsource.c: Update references.
12537 * tui/tui-win.c: Update references.
12538 * tui/tui-layout.c: Update references.
12539 * tui/tui-hooks.c: Update copyright, update references.
12540 * tui/tui.c: Update copyright, update references.
12541 * tui/tui-disasm.c: Update references.
12542
12543 2004-01-28 David Carlton <carlton@kealia.com>
12544
12545 * dwarf2read.c (add_partial_structure): Use demangled name if
12546 namespace equals "".
12547
12548 2004-01-27 Jim Blandy <jimb@redhat.com>
12549
12550 Clean up misapplied patch:
12551 * dwarf2read.c (determine_prefix): Change one of the two forward
12552 declarations for 'determine_prefix_aux' to a declaration for this.
12553 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
12554 argument to 'die_specification'.
12555
12556 * dwarf2read.c (read_func_scope): Re-indent comment.
12557
12558 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
12559
12560 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
12561 b->exp to NULL after freeing so that error during re-parsing or
12562 evaluation of expressions associated with breakpoint don't
12563 eventually lead to re-freeing of storage.
12564 Committed by Andrew Cagney.
12565
12566 2004-01-27 Andrew Cagney <cagney@redhat.com>
12567
12568 * source.c (ambiguous_line_spec): Delete undefined declaration.
12569 * m32r-rom.c (m32r_set_board_address): Delete unused function.
12570 (m32r_set_server_address, m32r_set_download_path): Ditto.
12571 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
12572
12573 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
12574
12575 * dwarf2read.c: Update calls to changed and renamed functions, and
12576 references to moved variables.
12577
12578 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
12579 language, language_defn, list_in_scope, and ftypes members.
12580 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
12581 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
12582 (baseaddr): Remove globals.
12583
12584 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
12585 (set_cu_language, die_is_declaration, die_specification)
12586 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
12587 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
12588 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
12589 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
12590
12591 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
12592 cu.list_in_scope. Don't initialize cu_header_offset.
12593 (add_partial_symbol): Add local baseaddr.
12594 (psymtab_to_symtab_1): Add local baseaddr. Use
12595 objfile->section_offsets for consistency. Don't initialize
12596 cu_header_offset; do initialize cu.header.offset and
12597 cu.list_in_scope.
12598 (read_file_scope, read_func_scope, read_lexical_block_scope)
12599 (dwarf_decode_lines, new_symbol): Add local baseaddr.
12600
12601 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
12602
12603 * PROBLEMS: Add gdb/1516.
12604
12605 2003-12-29 Robert Millan <robertmh@gnu.org>
12606
12607 Patch committed by Andrw Cagney.
12608 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
12609 * configure.tgt: Match knetbsd*-gnu.
12610
12611 2004-01-26 Andrew Cagney <cagney@redhat.com>
12612
12613 * breakpoint.c (catch_command_1): Delete #ifdef code.
12614 (catch_fork_command_1): Delete #ifdef wrapper.
12615 (catch_exec_command_1): Ditto.
12616 (catch_load_command_1): Ditto.
12617 (catch_unload_command_1): Ditto.
12618
12619 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
12620 (catch_breakpoint): Delete #if0ed function.
12621 (disable_catch_breakpoint): Ditto.
12622 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
12623 (disable_catch, enable_catch, delete_catch): Ditto.
12624
12625 2004-01-26 Andrew Cagney <cagney@redhat.com>
12626
12627 * remote.c (echo_check, quit_flag): Delete variables.
12628 (cisco_kernel_mode): Delete variable.
12629 (minitelnet_return, tty_input, escape_count): Delete variables.
12630 (remote_cisco_mode): Delete variable.
12631 (remote_cisco_open, remote_cisco_close): Delete function.
12632 (remote_cisco_mourn, remote_cisco_wait): Delete function.
12633 (init_remote_cisco_ops): Delete function.
12634 (_initialize_remote): Do not install "remote cisco" code.
12635 (read_frame): Delete cisco specific code.
12636 (remote_info_process): Delete function.
12637 (remote_wait): Delete cisco specific code.
12638 (remote_cisco_section_offsets): Delete function.
12639 (remote_cisco_objfile_relocate): Delete function.
12640 (remote_async_wait): Delete cisco specific code.
12641 (minitelnet, readtty, readsocket): Delete function.
12642
12643 2004-01-26 Andrew Cagney <cagney@redhat.com>
12644
12645 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
12646 comments mentioning extract_returned_value_address.
12647 * infcmd.c (print_return_value): Update. Add comments on
12648 extract_returned_value_address.
12649 * stack.c (return_command): Add comments on
12650 extract_returned_value_address.
12651 * values.c: Update comment.
12652 * m32r-tdep.c: Update comment.
12653 * sparc-tdep.c: Update comment.
12654 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
12655 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12656 * sh64-tdep.c (sh64_gdbarch_init): Update.
12657 * sh-tdep.c (sh_gdbarch_init): Update.
12658 * s390-tdep.c (s390_gdbarch_init): Update.
12659 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12660 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
12661 * m68k-tdep.c (m68k_gdbarch_init): Update.
12662 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12663 * m32r-tdep.c (m32r_gdbarch_init): Update.
12664 * ia64-tdep.c (ia64_gdbarch_init): Update.
12665 * h8300-tdep.c (h8300_gdbarch_init): Update.
12666 * frv-tdep.c (frv_gdbarch_init): Update.
12667 * arm-tdep.c (arm_gdbarch_init): Update.
12668 * alpha-tdep.c (alpha_gdbarch_init): Update.
12669
12670 2004-01-26 Andrew Cagney <cagney@redhat.com>
12671
12672 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
12673 SYMBOL_LOCATION_FUNCS
12674 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
12675 "struct symbol_ops".
12676 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
12677 type to "struct symbol_ops".
12678 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
12679 (struct symbol): Replace ".aux_value.loc.funcs" and
12680 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
12681 (SYMBOL_OBJFILE): Delete macro.
12682 (SYMBOL_LOCATION_FUNCS): Delete macro.
12683 (SYMBOL_LOCATION_BATON): Update.
12684 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
12685 intead of SYMBOL_LOCATION_FUNCS.
12686 * ax-gdb.c (gen_var_ref): Ditto.
12687 * printcmd.c (address_info): Ditto.
12688 * findvar.c (read_var_value): Ditto.
12689 (symbol_read_needs_frame): Ditto.
12690
12691 2004-01-26 Andrew Cagney <cagney@redhat.com>
12692
12693 * dwarf2read.c (read_func_scope): Document frame-base hack.
12694
12695 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12696
12697 * infcmd.c (print_return_value): Plug memory leak; delete
12698 ui_stream object. Rename argument `structure_return' to
12699 `struct_return'.
12700
12701 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12702
12703 * infcmd.c (print_return_value): Wrap long lines.
12704 (finish_command_continuation, finish_command): Remove unused
12705 variable `funcaddr'. Fix some coding-standards problems.
12706
12707 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
12708 SECT_SIZE is large enough, not whether it's exactly the right size.
12709 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
12710 TDEP->fpregset to zero.
12711
12712 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
12713 floating-point registers for traditional NetBSD core files.
12714 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
12715 TDEP->sizeof_fpregset here.
12716
12717 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12718
12719 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
12720 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
12721 function with code split out from
12722 sparc32nbsd_sigcontext_frame_cache.
12723 (sparc32nbsd_sigcontext_frame_cache): Use
12724 sparc32nbsd_sigcontext_saved_regs.
12725 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
12726 OpenBSD.
12727 * sparcobsd-tdep.c: New file.
12728 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
12729 (sparcobsd-tdep.o): New dependency.
12730 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
12731 * config/sparc/obsd.mt: New file.
12732
12733 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
12734 TDEP->fpregset to be initialized to enable core file register
12735 sets.
12736
12737 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12738
12739 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
12740 Add opaque declarations.
12741 (sparc64nbsd_sigcontext_saved_regs): New prototype.
12742 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
12743 function with code split out from
12744 sparc64nbsd_sigcontext_frame_cache.
12745 (sparc64nbsd_sigcontext_frame_cache): Use
12746 sparc64nbsd_sigcontext_saved_regs.
12747 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
12748 OpenBSD.
12749 * sparc64obsd-tdep.c: New file.
12750 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
12751 (sparc64obsd-tdep.o): New dependency.
12752 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
12753 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
12754 * config/sparc/obsd64.mt: New file.
12755
12756 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
12757 read the instruction at PC.
12758
12759 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
12760 value of GDB_OSABI_DEFAULT.
12761 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
12762 instead of GDB_OSABI_NETBSD_AOUT.
12763
12764 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12765
12766 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
12767 copyright.
12768
12769 2004-01-23 Andrew Cagney <cagney@redhat.com>
12770
12771 * printcmd.c (display_command): Replace tui_set_display call with
12772 tui_set_layout_for_display_command.
12773 * tui/tui.h (enum tui_win_type): Define.
12774 (tui_set_layout): Delete declaration.
12775 (tui_set_layout_for_display_command): Rename set_tui_layout.
12776 * tui/tui-data.h (enum tui_layout_type): Define.
12777 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
12778 "tui.h".
12779 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
12780 (tui_default_win_height): Rename tuiDefaultWinHeight.
12781 (tui_default_win_viewport_height): Rename
12782 tuiDefaultWinViewportHeight.
12783 (tui_set_layout): RenametuiSetLayout.
12784 * tui/tui-layout.c: Update references.
12785 * tui/tui.c: Update references.
12786 * tui/tui-disasm.c: Update references.
12787
12788 2004-01-23 David Carlton <carlton@kealia.com>
12789
12790 Partial workaround for PR c++/1511:
12791 * cp-namespace.c: Include frame.h.
12792 (cp_lookup_transparent_type): New
12793 (cp_lookup_transparent_type_loop): New.
12794 * cp-support.h: Declare cp_lookup_transparent_type.
12795 * symtab.c (basic_lookup_transparent_type): Renamed from
12796 lookup_transparent_type.
12797 (lookup_transparent_type): Replace old body by a call to
12798 current_language->la_lookup_transparent_type.
12799 * symtab.h: Update copyright. Declare
12800 basic_lookup_transparent_type.
12801 * language.h: Update copyright.
12802 (struct language_defn): Add la_lookup_transparent_type.
12803 * language.c: Update copyright.
12804 (unknown_language_defn): Add basic_lookup_transparent_type.
12805 (auto_language_defn): Add basic_lookup_transparent_type.
12806 (local_language_defn): Add basic_lookup_transparent_type.
12807 * ada-lang.c: Update copyright.
12808 (ada_language_defn): Add basic_lookup_transparent_type.
12809 * c-lang.c: Update copyright.
12810 (c_language_defn): Add basic_lookup_transparent_type.
12811 (cplus_language_defn): Add basic_lookup_transparent_type.
12812 (asm_language_defn): Add basic_lookup_transparent_type.
12813 (minimal_language_defn): Add basic_lookup_transparent_type.
12814 * f-lang.c: Update copyright.
12815 (f_language_defn): Add basic_lookup_transparent_type.
12816 * jv-lang.c: Update copyright.
12817 (java_language_defn): Add basic_lookup_transparent_type.
12818 * m2-lang.c: Update copyright.
12819 (m2_language_defn): Add basic_lookup_transparent_type.
12820 * objc-lang.c: Update copyright.
12821 (objc_language_defn): Add basic_lookup_transparent_type.
12822 * p-lang.c: Update copyright.
12823 (p_language_defn): Add basic_lookup_transparent_type.
12824 * scm-lang.c: Update copyright.
12825 (scm_language_defn): Add basic_lookup_transparent_type.
12826 * Makefile.in (cp-namespace.o): Depend on frame.h.
12827
12828 2004-01-23 David Carlton <carlton@kealia.com>
12829
12830 Patch for PR c++/1520:
12831 * dwarf2read.c (read_func_scope): Set processing_current_prefix
12832 properly if we have a specification die.
12833 (determine_prefix_aux): Rename from determine_prefix.
12834 (determine_prefix): Like the old determine_prefix, but never
12835 returns NULL.
12836
12837 2004-01-23 Theodore A. Roth <troth@openavr.org>
12838
12839 * avr-tdep.c: Update copyright.
12840 (avr_iaddr_p): Delete unused function.
12841 (avr_saddr_p): Delete unused function.
12842
12843 2004-01-23 David Carlton <carlton@kealia.com>
12844
12845 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
12846 Fix for PR symtab/1534.
12847
12848 2004-01-23 Mark Kettenis <kettenis@gnu.org>
12849
12850 * NEWS (New native configurations): Mention OpenBSD/sparc and
12851 OpenBSD/sparc64.
12852 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
12853 * configure.host: Likewise.
12854 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
12855 handler for OpenBSD.
12856 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
12857
12858 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12859
12860 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
12861 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
12862
12863 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
12864 * cli/cli-cmds.c (shell_escape): Likewise.
12865
12866 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
12867 OpenBSD .note.openbsd.ident sections.
12868
12869 2004-01-22 David Carlton <carlton@kealia.com>
12870
12871 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
12872 get_scope_pc_bounds.
12873 (read_file_scope): Ditto.
12874 (get_scope_pc_bounds): New function, produced by extracting code
12875 from the above two functions, consolidating it, and adding support
12876 for DW_TAG_namespace.
12877
12878 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12879
12880 * osabi.c (MAX_NOTESZ): New define.
12881 (check_note): New function.
12882 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
12883 check_note.
12884
12885 2004-01-21 Roland McGrath <roland@redhat.com>
12886
12887 * MAINTAINERS (write after approval): Add myself.
12888
12889 2004-01-21 Eli Zaretskii <eliz@gnu.org>
12890
12891 * utils.c (init_page_info): Move declarations of `rows' and
12892 `cols' before the __GO32__-specific code. Move the closing brace
12893 outside the #ifdef __GO32__..#endif block.
12894 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
12895
12896 2004-01-21 Paul Brook <paul@codesourcery.com>
12897
12898 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
12899 BPSTAT_WHAT_CHECK_SHLIBS.
12900
12901 2004-01-21 Paul Brook <paul@codesourcery.com>
12902
12903 * MAINTAINERS: Add myself to write-after-approval.
12904
12905 2004-01-20 Andrew Cagney <cagney@redhat.com>
12906
12907 * ax-gdb.c (print_axs_value): Delete unused function.
12908 * jv-lang.c (java_lookup_type): Delete unused function.
12909 * cli/cli-dump.c (dump_filetype): Delete unused function.
12910 * remote-mips.c (remote_mips_insert_hw_breakpoint)
12911 (remote_mips_remove_hw_breakpoint): Delete unused functions.
12912 (mips_getstring): Delete unused function.
12913 (pmon_insert_breakpoint): Delete #if0ed function.
12914 (PMON_MAX_BP): Delete #if0ed MACRO.
12915 (mips_pmon_bp_info): Delete #if0ed variable.
12916 (pmon_remove_breakpoint): Delete #if0ed function.
12917 * monitor.c (monitor_write_even_block): Delete unused function.
12918 (monitor_write_memory_block): Delete #if0ed code.
12919 * dink32-rom.c (dink32_load): Delete unused function.
12920 (_initialize_dink32_rom): Delete #if0ed code.
12921 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
12922
12923 * tui/tui-command.c: Update references.
12924 * tui/tui-io.c: Update references.
12925 * tui/tui-command.h: Update copyright.
12926 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
12927
12928 * source.c (ambiguous_line_spec): Delete never-defined function.
12929 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
12930 * gdbtypes.c (add_name, add_mangled_type): Ditto.
12931 * cli/cli-cmds.c (validate_comname): Ditto.
12932
12933 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
12934 "tui-data.h".
12935 (tui_set_disassem_content): Rename tuiSetDisassemContent.
12936 (tui_show_disassem): Rename tuiShowDisassem.
12937 (tui_show_disassem_and_update_source): Rename
12938 tuiVerticalDisassemScroll.
12939 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
12940 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
12941 * tui/tui.h: Update copyright.
12942 (enum tui_status): Define.
12943 * tui/tui-data.h (enum tui_scroll_direction): Define.
12944 * tui/tui-disasm.c: Update copyright. Update references.
12945 * tui/tui-winsource.c: Update copyright. Update references.
12946 * tui/tui-win.c: Update references.
12947 * tui/tui-layout.c: Update references.
12948
12949 2004-01-20 Andrew Cagney <cagney@redhat.com>
12950
12951 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
12952 sym2 to start of block.
12953
12954 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
12955
12956 * MAINTAINERS: Delete mmalloc.
12957 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
12958 * NEWS: Mention removal of --with-malloc.
12959 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
12960 * config.in: Regenerate.
12961 * configure: Regenerate.
12962 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
12963 USE_MMALLOC, MMCHECK_FORCE.
12964 * gdbinit.in: Remove mmalloc.
12965 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
12966 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
12967 * config/i386/go32.mh: Likewise.
12968 * config/i386/interix.mh: Likewise.
12969 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
12970
12971 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
12972
12973 * linespec.c (decode_variable, symtab_from_filename): Call
12974 error_silent with error message instead of throwing an exception
12975 directly.
12976 * defs.h (error_silent, error_output_message): Add prototypes.
12977 (catch_exceptions_with_msg): Ditto.
12978 * utils.c (error_silent, error_output_message): New functions.
12979 * top.c (catch_exceptions_with_msg): New function.
12980
12981 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
12982
12983 * mi/mi-cmds.h (enum print_values): Add definition.
12984
12985 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
12986 type and value for simple data types and just the name and type
12987 for complex ones, if required.
12988
12989 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
12990 children, if required.
12991
12992 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12993
12994 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
12995 unused declarations.
12996
12997 2004-01-19 Andrew Cagney <cagney@redhat.com>
12998
12999 * top.h (mapped_symbol_files): Delete declaration.
13000 * main.c (captured_main): Delete option "m" and "mapped".
13001 * objfiles.c (mapped_symbol_files): Delete variable.
13002 * symfile.c (symbol_file_command): Delete mmap code.
13003 (symbol_file_add_with_addrs_or_offsets): Ditto.
13004 (add_symbol_file_command, reread_separate_symbols): Ditto.
13005 * objfiles.h (OBJF_MAPPED): Delete.
13006 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13007 (free_objfile) [USE_MMALLOC]: Ditto.
13008 (open_existing_mapped_file): Delete function.
13009 (open_mapped_file): Delete function.
13010 (map_to_file): Delete function.
13011
13012 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13013
13014 * infrun.c (step_into_function): Account for possible breakpoint
13015 adjustment when computing ``stop_func_start''.
13016
13017 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13018
13019 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13020 the region size against the size of a pointer, not the size of
13021 a register as given by DEPRECATED_REGISTER_SIZE.
13022
13023 2004-01-19 Andrew Cagney <cagney@redhat.com>
13024
13025 * tui/tui-regs.h: Include "tui-data.h".
13026 (tuiFirstRegElementNoInLine): Delete declaration.
13027 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13028 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13029 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13030 (tui_calculate_regs_column_count): Rename
13031 tuiCalculateRegsColumnCount.
13032 (tui_check_register_values): Rename tuiCheckRegisterValues.
13033 (tui_show_registers): Rename tuiShowRegisters.
13034 (tui_display_registers_from_line): Rename
13035 tuiDisplayRegistersFromLine.
13036 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13037 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13038 (tui_first_reg_element_no_inline): Rename
13039 tuiFirstRegElementNoInLine.
13040 * tui/tui-data.h: Update copyright.
13041 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13042 * tui/tui-windata.c: Update copyright, update references.
13043 * tui/tui-regs.c: Update copyright, update references.
13044 * tui/tui-win.c: Update copyright, update references.
13045 * tui/tui-layout.c: Update copyright, update references.
13046
13047 2004-01-18 Andrew Cagney <cagney@redhat.com>
13048
13049 * tui/tui-io.c: Update copyright.
13050 (key_is_end_sequence, key_is_backspace): New functions.
13051 (key_is_command_char, key_is_start_sequence): New function.
13052 (tui_getc): Update references.
13053 * tui/tui-io.h: Update copyright.
13054 (m_tuiStartNewLine): Delete macro.
13055 (m_isBackspace, m_isDeleteChar): Delete macros.
13056 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13057 (m_isNextPage, m_isPrevPage): Delete macros.
13058 (m_isLeftArrow, m_isRightArrow): Delete macros.
13059 (m_isXdbStyleCommandChar): Delete macro.
13060 (key_is_start_sequence): Declare, replace m_isStartSequence.
13061 (key_is_end_sequence): Declare, replace m_isEndSequence.
13062 (key_is_backspace): Declare ,replace m_isBackspace.
13063 (key_is_command_char): Declare, replace m_isCommandChar.
13064 * tui/tui-command.c: Update copyright.
13065 (tuiDispatchCtrlChar): Update references.
13066
13067 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13068 tuiSourceWin.h.
13069
13070 * tui/tui-command.c: Rename tui/tuiCommand.c.
13071 * tui/tui-command.h: Rename tui/tuiCommand.h.
13072 * tui/tui-data.c: Rename tui/tuiData.c.
13073 * tui/tui-data.h: Rename tui/tuiData.h.
13074 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13075 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13076 * tui/tui-io.c: Rename tui/tuiIO.c.
13077 * tui/tui-io.h: Rename tui/tuiIO.h.
13078 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13079 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13080 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13081 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13082 * tui/tui-source.c: Rename tui/tuiSource.c.
13083 * tui/tui-source.h: Rename tui/tuiSource.h.
13084 * tui/tui-stack.c: Rename tui/tuiStack.c.
13085 * tui/tui-stack.h: Rename tui/tuiStack.h.
13086 * tui/tui-win.c: Rename tui/tuiWin.c.
13087 * tui/tui-win.h: Rename tui/tuiWin.h.
13088 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13089 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13090 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13091 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13092 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13093 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13094 * tui/tui-file.c: Update includes.
13095 * tui/tui-hooks.c: Update includes.
13096 * tui/tui-interp.c: Update includes.
13097 * tui/tui.c: Update includes.
13098 * Makefile.in: Update all tui/ dependencies.
13099 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13100
13101 * Makefile.in: Update copyright. Update dependencies.
13102
13103 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13104 problem.
13105
13106 2004-01-18 Andrew Cagney <cagney@redhat.com>
13107
13108 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13109 instead of register_gdbarch_init.
13110
13111 * remote-sds.c (tohex): Delete unused function. Update copyright.
13112 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13113 * v850-tdep.c (v850_register_virtual_size): Ditto.
13114 * target.c (normal_target_post_startup_inferior): Ditto.
13115 * source.c (ambiguous_line_spec): Ditto.
13116 * remote.c (adapt_remote_get_threadinfo): Ditto.
13117 * mi/mi-out.c (out_field_fmt): Ditto.
13118 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13119 (output_control_change_notification): Ditto.
13120 * m68k-tdep.c (m68k_register_byte): Ditto.
13121 (m68k_remote_breakpoint_from_pc): Ditto.
13122 * ui-out.c (init_ui_out_state): Delete unused declaration.
13123 * stabsread.c (search_value): Ditto.
13124 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13125 * maint.c (print_section_table): Ditto.
13126 * infrun.c (set_follow_fork_mode_command): Ditto.
13127
13128 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13129
13130 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13131 DW_CFA_def_cfa_exporession. Add support for
13132 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13133 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13134
13135 2004-01-18 Andrew Cagney <cagney@redhat.com>
13136
13137 * ocd.c: Update copyright.
13138 (bdm_read_register_command): Delete unused function.
13139 (_initialize_remote_ocd): Delete commented out reference.
13140 (get_quoted_char, reset_packet): Delete #if0ed function.
13141 (output_packet, put_quoted_char): Delete #if0ed function.
13142 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13143 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13144 (BDM_BREAKPOINT): Delete #if0ed macro.
13145 (remote_timeout): Delete #if0ed variable.
13146
13147 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13148
13149 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13150 (core-sol2.o): Remove dependency.
13151 * core-sol2.c: Remove file.
13152
13153 2004-01-17 Andrew Cagney <cagney@redhat.com>
13154
13155 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13156 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13157 enums.
13158
13159 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13160
13161 * remote.c: Update copyright years.
13162
13163 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13164
13165 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13166
13167 2004-01-17 Andrew Cagney <cagney@redhat.com>
13168
13169 * mdebugread.c: Update copyright.
13170 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13171 (parse_type, parse_procedure): Ditto.
13172 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13173
13174 * cris-tdep.c (cris_store_struct_return): Put back accidently
13175 deleted function.
13176
13177 * gdbarch.sh: Update copyright year.
13178 * gdbarch.h, gdbarch.c: Re-generate.
13179
13180 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13181
13182 Suggested by George Anzinger.
13183 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13184 correct stack offset. Include unknown opcode numbers in the error
13185 message.
13186
13187 2004-01-17 Andrew Cagney <cagney@redhat.com>
13188
13189 * x86-64-tdep.c (x86_64_init_abi): No need to clear
13190 extract_struct_value_address, i386 does not set it.
13191 * sparc64-tdep.c (sparc64_init_abi): Do not set
13192 extract_struct_value_address, never called.
13193 (sparc64_extract_struct_value_address): Delete function.
13194 * m68hc11-tdep.c: Update copyright.
13195 (m68hc11_gdbarch_init): Delete redundant assignment of
13196 extract_struct_value_address.
13197 * i386-tdep.c: Update copyright.
13198 (i386_gdbarch_init): Do not set extract_struct_value_address,
13199 never called.
13200 (i386_extract_struct_value_address): Delete function.
13201 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
13202 extract_struct_value_address, never called.
13203 (sparc32_extract_struct_value_address): #if 0 function. Add
13204 comments explaining its future.
13205
13206 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13207
13208 * arm-tdep.c (arm_write_pc): New function.
13209 (arm_gdbarch_init): Call set_gdbarch_write_pc.
13210
13211 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13212
13213 * breakpoint.c (must_shift_inst_regs): Delete.
13214 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
13215 and SHIFT_INST_REGS.
13216 * infcmd.c (step_1, step_1_continuation): Delete references to
13217 SHIFT_INST_REGS.
13218 * infrun.c (keep_going): Likewise.
13219 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
13220 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
13221
13222 2004-01-17 Andrew Cagney <cagney@redhat.com>
13223
13224 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
13225 * gdbarch.h, gdbarch.c: Re-generate.
13226 * infcmd.c (print_return_value): Delete reference to
13227 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
13228
13229 * cris-tdep.c (cris_gdbarch_init): Do not set
13230 deprecated_extract_struct_value_address.
13231
13232 * xstormy16-tdep.c: Update copyright.
13233 (xstormy16_extract_struct_value_address): Update to current
13234 extract struct value address interface.
13235 (xstormy16_gdbarch_init): Set extract_struct_value_address.
13236 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
13237 current extract struct value address interface.
13238 (sh64_gdbarch_init): Set extract_struct_value_address.
13239
13240 * cris-tdep.c: Update copyright.
13241 (cris_extract_struct_value_address): Delete function.
13242 (struct_return_address): Delete variable.
13243 (cris_store_struct_return): Do not set struct_return_address.
13244
13245 * mcore-tdep.c: Update copyright.
13246 (mcore_extract_struct_value_address): Delete function. Update
13247 comments.
13248 (mcore_gdbarch_init): Update.
13249 * mn10300-tdep.c: Update copyright.
13250 (mn10300_extract_struct_value_address): Delete function.
13251 (mn10300_gdbarch_init): Update.
13252 * v850-tdep.c: Update copyright.
13253 (v850_extract_struct_value_address): Delete.
13254 (v850_gdbarch_init): Update.
13255 * ns32k-tdep.c: Update copyright.
13256 (ns32k_extract_struct_value_address): Delete.
13257 (ns32k_gdbarch_init): Update.
13258 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
13259 (hppa_gdbarch_init): Update.
13260 * vax-tdep.c: Update copyright.
13261 (vax_extract_struct_value_address): Delete.
13262 (vax_gdbarch_init): Update.
13263
13264 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
13265 * gdbarch.h, gdbarch.c: Re-generate.
13266 * procfs.c (procfs_fetch_registers): Delete reference to
13267 DEPRECATED_NPC_REGNUM.
13268 (procfs_store_registers): Ditto.
13269 * regcache.c (generic_target_write_pc): Simplify.
13270 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
13271
13272 * core-sol2.c (fetch_core_registers): Replace
13273 DEPRECATED_NPC_REGNUM with equivalent tdep value.
13274
13275 * hppa-tdep.c: Update copyright year.
13276 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
13277 NPC_REGNUM.
13278 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
13279
13280 * mips-tdep.c (mips_write_pc): New function.
13281 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
13282 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
13283 (mips_find_saved_regs, mips_software_single_step: Ditto.
13284 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
13285 mips_init_extra_frame_info, mips_pop_frame): Ditto.
13286
13287 2004-01-17 Andrew Cagney <cagney@redhat.com>
13288
13289 * mips-tdep.c: Re-indent. Group functions by ABI.
13290
13291 2004-01-17 Andrew Cagney <cagney@redhat.com>
13292
13293 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
13294 * gdbarch.c: Re-generate.
13295 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13296 DECR_PC_AFTER_BREAK to zero.
13297 * vax-tdep.c (vax_gdbarch_init): Ditto.
13298 * v850-tdep.c (v850_gdbarch_init): Ditto.
13299 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13300 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13301 * sh-tdep.c (sh_gdbarch_init): Ditto.
13302 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13303 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13304 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13305 * mips-tdep.c (mips_gdbarch_init): Ditto.
13306 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13307 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13308 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13309 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13310 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
13311 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13312 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13313 * frv-tdep.c (frv_gdbarch_init): Ditto.
13314 * cris-tdep.c (cris_gdbarch_init): Ditto.
13315 * avr-tdep.c (avr_gdbarch_init): Ditto.
13316 * arm-tdep.c (arm_gdbarch_init): Ditto.
13317 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
13318
13319 2004-01-17 J. Brobecker <brobecker@gnat.com>
13320
13321 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
13322 Delete, no longer used.
13323 (read_subrange_type): New function, mostly extracted from
13324 read_array_type().
13325 (read_array_type): Replace extracted code by call to
13326 read_subrange_type().
13327 (dwarf2_get_attr_constant_value): New function.
13328 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
13329 (add_partial_symbol): Likewise.
13330 (process_die): Likewise.
13331 (new_symbol): Likewise.
13332 (read_type_die): Likewise.
13333
13334 2004-01-16 Andrew Cagney <cagney@redhat.com>
13335
13336 * symfile.c: Update copyright year.
13337 (compare_symbols): Delete unused function.
13338 * stabsread.c: Update copyright year.
13339 (lrs_general_complaint): Delete unused function.
13340 (ref_search_value): Ditto.
13341 (get_substring): Delete declaration.
13342 * sh64-tdep.c: Update copyright year.
13343 (sh64_get_gdb_regnum): Delete unused function.
13344 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
13345 Delete unused function.
13346
13347 2004-01-17 Mark Kettenis <kettenis@gnu.org>
13348
13349 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
13350 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
13351
13352 2004-01-16 Andrew Cagney <cagney@redhat.com>
13353
13354 Changes from Peter Schauer.
13355 * rs6000-tdep.c: Update copyright year.
13356 (rs6000_push_dummy_call): Update the stack pointer before
13357 accessing the corresponding stack region.
13358 * rs6000-nat.c: Update copyright year.
13359 (set_host_arch): Set "info.abfd" to "exec_bfd".
13360
13361 2004-01-15 Mark Kettenis <kettenis@gnu.org>
13362
13363 * blockframe.c: Update copyright year.
13364 (inside_entry_func): Don't treat a zero PC specially.
13365
13366 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
13367
13368 * gcore.c (gcore_copy_callback): Use paddr_d to print size
13369 variable.
13370 (gcore_create_callback): Ditto. Skip any memory segment that has
13371 no permissions set.
13372
13373 2004-01-14 David Carlton <carlton@kealia.com>
13374
13375 Change symbols for C++ nested types to contain the fully qualified
13376 name, if possible. (At least in the DWARF-2 case.) Partial fix
13377 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
13378 c++/895.
13379 * c-exp.y (qualified_type): Handle types nested within classes.
13380 * cp-namespace.c: Update comments.
13381 (cp_set_block_scope): Delete #if 0.
13382 (cp_lookup_nested_type): Handle types nested within classes.
13383 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
13384 when appropriate.
13385 (add_partial_symbol): Add the name of the enclosing namespace to
13386 types.
13387 (pdi_needs_namespace): New.
13388 (add_partial_namespace): Tweak comment.
13389 (add_partial_structure): New.
13390 (psymtab_to_symtab_1): Initialize processing_current_prefix
13391 here...
13392 (process_die): instead of here.
13393 (read_structure_scope): Try to figure out the name of the class or
13394 namespace that the structure might be defined within.
13395 (read_enumeration): Generate fully-qualified names, if possible.
13396 (read_namespace): Don't set name to NULL.
13397 (die_specification): New.
13398 (new_symbol): Generate fully-qualified names for types.
13399 (read_type_die): Determine appropriate prefix.
13400 (determine_prefix): New.
13401 (typename_concat): New.
13402 (class_name): New.
13403 * valops.c (value_aggregate_elt): Pass NOSIDE to
13404 value_struct_elt_for_reference.
13405 (value_struct_elt_for_reference): Make static, add NOSIDE
13406 parameter, call value_maybe_namespace_elt as a last resort.
13407 (value_namespace_elt): Break out code into
13408 value_maybe_namespace_elt.
13409 (value_maybe_namespace_elt): New.
13410
13411 2004-01-12 Andrew Cagney <cagney@redhat.com>
13412
13413 * mips-tdep.c (mips_convert_register_p): Handle both raw and
13414 cooked floating-point registers.
13415 (mips_gdbarch_init): Set convert_register_p, register_to_value,
13416 and value_to_register.
13417
13418 2004-01-13 Andrew Cagney <cagney@redhat.com>
13419
13420 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
13421 * gdbarch.c: Re-generate.
13422 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13423 FUNCTION_START_OFFSET.
13424 * v850-tdep.c (v850_gdbarch_init): Ditto.
13425 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13426 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13427 * sh-tdep.c (sh_gdbarch_init): Ditto.
13428 * s390-tdep.c (s390_gdbarch_init): Ditto.
13429 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13430 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13431 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13432 * mips-tdep.c (mips_gdbarch_init): Ditto.
13433 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13434 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
13435 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13436 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13437 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13438 * i386-tdep.c (i386_gdbarch_init): Ditto.
13439 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13440 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13441 * frv-tdep.c (frv_gdbarch_init): Ditto.
13442 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
13443 * cris-tdep.c (cris_gdbarch_init): Ditto.
13444 * avr-tdep.c (avr_gdbarch_init): Ditto.
13445 * arm-tdep.c (arm_gdbarch_init): Ditto.
13446 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
13447
13448 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
13449
13450 * infrun.c (follow_fork_mode_ask): Remove.
13451 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
13452 (follow_fork): Simplify and remove internal error for
13453 follow_fork_mode_ask.
13454 (_initialize_infrun): Update "set follow-fork-mode" help text.
13455
13456 2004-01-13 Andrew Cagney <cagney@redhat.com>
13457
13458 * configure.in: Update copyright year.
13459 (build_warnings): Add -Wunused-label.
13460 * configure: Re-generate.
13461
13462 2004-01-12 Andrew Cagney <cagney@redhat.com>
13463
13464 * exec.h (exec_ops): Make "extern".
13465
13466 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
13467 the function is void.
13468 (mips_pseudo_register_write): Ditto.
13469
13470 2004-01-12 Andrew Cagney <cagney@redhat.com>
13471
13472 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
13473 call. Never defined.
13474 * sparc-tdep.h (struct frame_info): Add opaque declaration.
13475 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
13476 (struct sparc_gregset, struct regcache): Ditto.
13477 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
13478
13479 2004-01-12 Andrew Cagney <cagney@redhat.com>
13480
13481 * mi/ChangeLog: Delete file. Renamed to ...
13482 * mi/ChangeLog-1999-2003: New file.
13483 * tui/ChangeLog: Delete file. Renamed to ...
13484 * tui/ChangeLog-1998-2003: New file.
13485
13486 2004-01-11 Mark Kettenis <kettenis@gnu.org>
13487
13488 * sparc64nbsd-tdep.c: Include "regset.h".
13489 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
13490 Remove variables.
13491 (fetch_core_registers): Remove function.
13492 (sparc64nbsd_core_fns): Remove variable.
13493 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
13494 functions.
13495 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
13496 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13497 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
13498
13499 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
13500 sparc_extract_struct_value_address.
13501 (sparc32_gdbarch_init): Set extract_struct_value_address.
13502 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
13503 function.
13504 (sparc64_init_abi): Set extract_struct_value_address. Don't set
13505 return_value_on_stack.
13506
13507 * NEWS: Mention that %cs and %ss have been added to the AMD64
13508 configurations
13509
13510 * frame.c: Update copyright year.
13511 (get_prev_frame): Improve comment.
13512
13513 * sparc64fbsd-tdep.c: Include "regset.h".
13514 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13515 Remove variables.
13516 (fetch_core_registers): Remove function.
13517 (sparc64fbsd_core_fns): Remove variable.
13518 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
13519 functions.
13520 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
13521 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13522 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
13523
13524 * sparcnbsd-tdep.c: Include "regset.h".
13525 (fetch_core_registers): Remove function.
13526 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
13527 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
13528 functions.
13529 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
13530 TDEP->fpregset.
13531 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
13532
13533 * sparc-tdep.h (struct regset): Provide opaque declaration.
13534 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
13535 fpregset and sizeof_fpregset members.
13536 * sparc-tdep.c (struct regset): Provide opaque declaration.
13537 (sparc_regset_from_core_section): New function.
13538 (sparc32_gdbarch_init): Initialize TDEP->gregset,
13539 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
13540 Set regset_from_core_section when appropriate.
13541
13542 2004-01-10 Mark Kettenis <kettenis@gnu.org>
13543
13544 * x86-64-tdep.c (amd64_non_pod_p): New function.
13545 (amd64_classify_aggregate): Return class memory for non-POD
13546 C++ structure types.
13547
13548 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
13549 argument. Use it to reserve a register if necessary.
13550 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
13551 amd64_push_arguments.
13552
13553 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
13554
13555 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
13556 register numbers in comments.
13557 * x86-64-tdep.h: Update copyright year.
13558 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
13559 Adjust for addition of %cs and %ss.
13560 * amd64fbsd-nat.c: Update copyright year.
13561 (reg_offset): Add register offsets for %cs and %ss.
13562 * amd64fbsd-tdep.c: Update copyright year.
13563 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
13564 (amd64fbsd_sc_reg_offset): Likewise.
13565 * x86-64-linux-nat.c: Update copyright year.
13566 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
13567 and %ss.
13568 * amd64nbsd-nat.c: Update copyright year.
13569 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
13570 * amd64nbsd-tdep.c: Update copyright year.
13571 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
13572 * x86-64-linux-tdep.c: Update copyright year.
13573 (user_to_gdb_regmap): Add mapping for %cs and %ss.
13574 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
13575 * regformats/reg-x86-64.dat: Add %cs and %ss.
13576
13577 * blockframe.c (inside_entry_func): Reformat. Introduce new local
13578 variables to prevent long lines. Update comments to reflect
13579 reality.
13580
13581 2004-01-09 David Carlton <carlton@kealia.com>
13582
13583 Checked in by Elena Zannoni <ezannoni@redhat.com>.
13584 * dwarf2read.c (read_namespace): Pull out name-generating code
13585 into namespace_name. Rename previous_namespace to previous_prefix
13586 and processing_current_namespace to processing_current_prefix..
13587 (namespace_name): New function.
13588 (add_partial_symbol): Substitute uses of pdi->name with
13589 actual_name.
13590 * cp-support.h: Rename processing_current_namespace to
13591 processing_current_prefix.
13592 Update copyright year.
13593 * cp-namespace.c: Rename processing_current_namespace to
13594 processing_current_prefix.
13595 Update copyright year.
13596
13597 2004-01-09 Andrew Cagney <cagney@redhat.com>
13598
13599 * jv-valprint.c, ser-unix.c: Add missing copyright years.
13600
13601 2004-01-09 Mark Kettenis <kettenis@gnu.org>
13602
13603 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
13604 complaining.
13605 (process_one_symbol): Deal with N_PATCH stabs.
13606
13607 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
13608
13609 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
13610 ifdeffed code.
13611 Update copyright year.
13612
13613 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13614
13615 * config/pa/tm-hppa.h: Update extern declarations for
13616 hppa32_hpux_frame_saved_pc_in_sigtramp,
13617 hppa32_hpux_frame_base_before_sigtramp, and
13618 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
13619
13620 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13621
13622 * config/pa/tm-hppah.h: Update copyright years.
13623
13624 2004-01-08 Andrew Cagney <cagney@redhat.com>
13625
13626 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
13627 (mips_o32_reg_struct_has_addr): Delete function.
13628 (mips_gdbarch_init): Update.
13629 (mips_extract_struct_value_address): Delete function.
13630
13631 2004-01-08 David Mosberger <davidm@hpl.hp.com>
13632
13633 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
13634 reality.
13635
13636 2004-01-07 Andrew Cagney <cagney@redhat.com>
13637
13638 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
13639 architecture's elf flags (when available).
13640
13641 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
13642 FPU to the start, check the MIPS FPU when looking for an old
13643 architecture.
13644 (set_mipsfpu_single_command): Update the architecture.
13645 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
13646
13647 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
13648 (mips_mask_address_p): Add "tdep" parameter.
13649 (show_mask_address, mips_addr_bits_remove): Update.
13650 (mips_dump_tdep): Update.
13651 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
13652 (MIPS_STACK_ARGSIZE): Delete macro.
13653 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
13654 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
13655 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
13656 (mips_dump_tdep): Update.
13657 (MIPS_SAVED_REGSIZE): Delete macro.
13658 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
13659 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
13660 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
13661 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
13662 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
13663 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
13664 (mips_pop_frame, return_value_location): Update.
13665 (mips_n32n64_return_value, mips_dump_tdep): Update.
13666
13667 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
13668 MIPS ABI.
13669
13670 * mips-tdep.c: Update copyright.
13671 (mips_gdbarch_init): Merge two code blocks handling the register
13672 name and number layout.
13673
13674 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
13675
13676 * tracepoint.c (validate_actionline): Fix segv at EOF
13677
13678 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13679
13680 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
13681 properly for static fields.
13682
13683 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
13684 Jason Molenda <jmolenda@apple.com>
13685
13686 * disasm.c: Update copyright to include 2004.
13687 (do_mixed_source_and_assembly): For uiout asm list
13688 and tuple cleanups, initialize to null_cleanup instead of
13689 NULL and do so prior to loop. Only reset when we close off
13690 the tuple/list. Move check for whether to close off the
13691 asm tuple/list to after dump_insns call where it will be run
13692 on each loop iteration.
13693
13694 2004-01-05 Andrew Cagney <cagney@redhat.com>
13695
13696 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
13697 should be a switch case and not a label.
13698 * mips-tdep.c (mips32_next_pc): Delete unused labels
13699 "greater_equal_branch" and "less_zero_branch".
13700 * jv-valprint.c (java_print_value_fields): Delete unused label
13701 "flush_it".
13702
13703 * target.c (unpush_target): Only close a target that is in the
13704 target stack.
13705
13706 2004-01-05 Mark Kettenis <kettenis@gnu.org>
13707
13708 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
13709 address from [sp + 64] instead of %o2.
13710
13711 * frame.c (get_prev_frame): Don't try to unwind the PC. This
13712 fixes PR backtrace/1476.
13713
13714 2004-01-05 Andrew Cagney <cagney@redhat.com>
13715
13716 * libunwind-frame.h (struct frame_id): Add opaque declaration,
13717 move to start of file.
13718 * i386-tdep.h (struct regcache): Add opaque declaration.
13719 * config/ia64/nm-linux.h (struct target_ops): Add opaque
13720 declaration.
13721 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
13722 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
13723 * win32-nat.c (fake_create_process): Use ISO C style definition.
13724 * stabsread.c (define_symbol): Delete #ifndef
13725 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
13726 stabs_argument_has_addr call, macro never defined.
13727
13728 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
13729
13730 * op50-rom.c: Delete.
13731 * w89k-rom.c: Delete.
13732 * Makefile.in: Remove references.
13733
13734 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13735
13736 * x86-64-tdep.c: Update copyright year.
13737 (struct amd64_register_info): Rename from x86_64_register_info.
13738 (amd64_register_info): Rename from x86_64_register_info.
13739 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
13740 (amd64_register_name): Rename from x86_64_register_name.
13741 (amd64_register_type): Rename from x86_64_register_type.
13742 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
13743 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
13744 (amd64_dwarf_reg_to_regnum): Rename from
13745 x86_64_dwarf_reg_to_regnum.
13746 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
13747 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
13748 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
13749 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
13750 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
13751 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
13752 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
13753 (amd64_frame_cache): Rename from x86_64_frame_cache.
13754 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
13755 (amd64_frame_prev_register): Rename from
13756 x86_64_frame_prev_register.
13757 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
13758 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
13759 (amd64_sigtramp_frame_cache): Rename from
13760 x86_64_sigtramp_frame_cache.
13761 (amd64_sigtramp_frame_prev_register): Rename from
13762 x86_64_sigtramp_frame_prev_register.
13763 (amd64_sigtramp_frame_unwind): Rename from
13764 x86_64_sigtramp_frame_unwind.
13765 (amd64_sigtramp_frame_sniffer): Rename from
13766 x86_64_sigtramp_frame_sniffer.
13767 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
13768 (amd64_frame_base): Rename from x86_64_frame_base.
13769 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
13770 (amd64_frame_align): Rename from x86_64_frame_align.
13771 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
13772 (amd64_regset_from_core_section): Rename from
13773 x86_64_regset_from_core_section.
13774 (x86_64_init_abi): Update comments.
13775
13776 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
13777
13778 * MAINTAINERS (write after approval): Add myself.
13779
13780 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13781
13782 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
13783 `float' arguments.
13784
13785 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13786
13787 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
13788 such that it mentions a specific version of GCC that exhibits this
13789 bug.
13790
13791 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13792
13793 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
13794 structure that has a single `float' member, store it in %f1 in
13795 addition to %f0.
13796
13797 * sparc-sol2-nat.c: Add missing '\'.
13798
13799 * sparc-tdep.c (sparc32_return_value): New function.
13800 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
13801 Remove functions.
13802 (sparc32_gdbarch_init): Set return_value, don't set
13803 extract_return_value, store_return_value, use_struct_convention
13804 and return_value_on_stack.
13805
13806 * sparc-sol2-nat.c: Add missing ')'.
13807
13808 2004-01-03 J. Brobecker <brobecker@gnat.com>
13809
13810 * infrun.c (handle_step_into_function): New function.
13811 (handle_inferior_event): Extract out some code into the new
13812 function above.
13813
13814 2004-01-03 J. Brobecker <brobecker@gnat.com>
13815
13816 * infrun.c (handle_inferior_event): Move the declaration of
13817 real_stop_pc inside the if blocks where it is used.
13818
13819 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13820
13821 * sparc64-tdep.c (sparc64_16_byte_align_p)
13822 (sparc64_store_floating_fields, sparc64_store_floating_fields):
13823 Use check_typedef to get subtypes of structures and unions.
13824 (sparc64_store_return_value): Fix calculation of the appropriate
13825 offset into VALBUF when storing a structure or union.
13826 (sparc64_return_value): New function.
13827 (sparc64_use_struct_convention): Remove function.
13828 (sparc64_init_abi): Set return_value, don't set
13829 extract_return_value, store_return_value and
13830 use_struct_convention.
13831
13832 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
13833
13834 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
13835 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
13836 gdb/config/alpha/xm-alphaosf.h,
13837 gdb/config/powerpc/tm-ppcle-eabi.h,
13838 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
13839 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
13840 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
13841 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
13842 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
13843 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
13844 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
13845 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
13846 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
13847 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
13848 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
13849 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
13850 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
13851 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
13852 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
13853 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
13854 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
13855 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
13856 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
13857 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
13858 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
13859 Remove lines for .cvsignore files.
13860
13861 2004-01-03 J. Brobecker <brobecker@gnat.com>
13862
13863 * infrun.c: Back out the previous change.
13864
13865 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13866
13867 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
13868 sparc-*-sunos4* to the list of REMOVED configurations.
13869
13870 * configure.tgt: Add back sparc-*-vxworks*.
13871 * remote-vxsparc.c: Remove all includes except for "defs.h",
13872 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
13873 Include "sparc-tdep.h".
13874 (SPARC_R_G1): New define.
13875 (vxsparc_gregset): New variable.
13876 (ext_format_sparc): Remove extern declaration.
13877 (vx_read_register): Rewrite to use sparc32_supply_gregset and
13878 sparc32_supply_fpregset.
13879 (vx_write_register): Rewrite to use sparc32_collect_gregset,
13880 sparc_collect_rwindow and sparc32_collect_fpregset.
13881 * config/sparc/tm-vxworks.h: New file, based on recently removed
13882 tm-vxsparc.h.
13883 * config/sparc/vxworks.mt: New file, based on recently removed
13884 vxworks.mt.
13885
13886 2004-01-03 J. Brobecker <brobecker@gnat.com>
13887
13888 * infrun.c (handle_step_into_function): New function.
13889 (handle_inferior_event): Extract out some code into the new
13890 function above.
13891
13892 2004-01-02 Mark Kettenis <kettenis@gnu.org>
13893
13894 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
13895 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
13896 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
13897 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
13898 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
13899 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
13900 (sparc_nat_h): New variable.
13901 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
13902 (tm-sun4os4.h): Remove dependency.
13903 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
13904 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
13905 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
13906 sparc-tdep.o): Update dependencies.
13907 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
13908 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
13909 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
13910 dependencies.
13911 * configure.host: Remove existing sparc-*-lynxos*,
13912 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
13913 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
13914 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
13915 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
13916 triplets.
13917 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
13918 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
13919 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
13920 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
13921 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
13922 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
13923 sparc64-*-solaris2* and sparc64-*-* triplets.
13924 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
13925 "symtab.h" and "objfiles.h".
13926 (BIAS): Remove define.
13927 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
13928 (X_DISP19): Remove macros.
13929 (sparc_fetch_instruction): Remove function.
13930 (struct gdbarch_tdep): Remove definition.
13931 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
13932 (sparc_breakpoint_from_pc): Remove function.
13933 (struct sparc64_frame_cache): Remove definition.
13934 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
13935 sparc64_unwind_pc): Remove functions.
13936 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
13937 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
13938 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
13939 (sparc64_frame_cache): Change return type to `struct
13940 sparc_frame_cache *'. Simply call sparc_frame_cache.
13941 (sparc64_frame_this_id, sparc64_frame_prev_register,
13942 sparc64_frame_base_address): Use `struct sparc_frame_cache'
13943 instead of `struct sparc64_frame_cache.
13944 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
13945 sparc_analyze_control_transfer, sparc_software_single_step,
13946 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
13947 _initialize_sparc64_tdep): Remove functions.
13948 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
13949 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
13950 macros.
13951 (sparc64_supply_gregset, sparc64_collect_gregset,
13952 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
13953 (sparc64_init_abi): New function.
13954 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
13955 inclusion guard. Include "sparc-tdep.h".
13956 (BIAS): Define.
13957 (r_tstate_offset, r_fprs_offset): New defines.
13958 (enum sparc_regnum): Remove defenition.
13959 (enum sparc64_regnum): Reformat.
13960 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
13961 (sparc64_init_abi, sparc64_supply_gregset,
13962 sparc64_collect_gregset, sparc64_supply_fpregset,
13963 sparc64_collect_fpregset): New prototypes.
13964 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
13965 Add extern declarations.
13966 (sparc64_sol2_init_abi): New prototype.
13967 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13968 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13969 prototypes.
13970 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
13971 "sparnbsd-nat.h".
13972 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
13973 functions.
13974 (_initialize_sparc64fbsd_nat): Remove initialization of
13975 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
13976 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
13977 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
13978 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
13979 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
13980 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
13981 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
13982 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
13983 (sparc64fbsd_r_y_offset): Remove variables.
13984 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13985 Make static and const.
13986 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13987 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13988 functions.
13989 (sparc64fbsd_gregset): New variable.
13990 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
13991 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
13992 and sparc64_supply_fpregset.
13993 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
13994 (sparc64fbsd_sigtramp_frame_this_id)
13995 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
13996 (sparc64fbsd_sigtramp_frame_unwind): New variable.
13997 (sparc64fbsd_sigtramp_frame_sniffer): New function.
13998 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
13999 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14000 * sparcnbsd-tdep.c: Update copyright year. Include
14001 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14002 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14003 "value.h" and "sparcnbsd-tdep.h".
14004 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14005 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14006 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14007 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14008 defines.
14009 (sparcnbsd_gregset): New variable.
14010 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14011 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14012 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14013 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14014 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14015 variables.
14016 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14017 (sparc32nbsd_sigcontext_frame_this_id)
14018 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14019 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14020 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14021 (sparcnbsd_get_longjmp_target_32,
14022 sparcnbsd_get_longjmp_target_64): Remove functions.
14023 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14024 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14025 sparcnbsd_init_elf): Remove.
14026 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14027 (sparcnbsd_elf_init_abi): New functions.
14028 (_initialize_sparcnbsd_tdep): New prototype.
14029 (_initialize_sparnbsd_tdep): Update.
14030 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14031 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14032 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14033 * config/sparc/linux.mh: Update comment.
14034 (XM_FILE, HOST_IPC): Remove variables.
14035 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14036 sparc-linux-nat.o.
14037 * config/sparc/linux.mt: Update comment.
14038 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14039 * config/sparc/nbsd.mt: Reformat.
14040 * config/sparc/nbsd64.mh: Update comment.
14041 (NATDEPFILES): Add sparc-nat.o.
14042 * config/sparc/nbsd64.mt: Update comment.
14043 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14044 (TM_FILE): Set to tm-nbsd.h.
14045 * config/sparc/nbsdelf.mh: Update comment.
14046 (NATDEPFILES): Add sparc-nat.o.
14047 (XM_FILE): Delete.
14048 * config/sparc/nbsdaout.mh: Update comment.
14049 (NATDEPFILES): Add sparc-nat.o
14050 (XM_FILE): Delete.
14051 * config/sparc/nm-linux.h: Update copyright year. Don't include
14052 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14053 inclusion.
14054 (KERNEL_U_SIZE): Remove define.
14055 (kernel_u_size): Remove prototype.
14056 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14057 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14058 "regcache.h".
14059 (CHILD_PREPARE_TO_STORE): Remove define.
14060 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14061 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14062 sparcnbsd-nat.c: Rewrite files.
14063 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14064 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14065 sparcnbsd-tdep.h: Remove files.
14066 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14067 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14068 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14069 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14070 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14071 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14072 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14073 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14074 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14075 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14076 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14077 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14078 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14079 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14080 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14081 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14082 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14083 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14084 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14085
14086 2004-01-02 Andrew Cagney <cagney@redhat.com>
14087
14088 From 2003-12-18 Kazuhiro Inaoka:
14089 * configure.host: Add m32r-linux target.
14090
14091 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14092
14093 * top.c (print_gdb_version): Update year to 2004.
14094
14095 2004-01-02 Mark Mitchell <mark@codesourcery.com>
14096
14097 * MAINTAINERS: Add myself to the write-after-approval category.
14098
14099 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
14100
14101 From Bernardo Innocenti <bernie@develer.com>:
14102 * configure.tgt: Add uClinux target.
14103
14104 2004-01-02 Andrew Cagney <cagney@redhat.com>
14105
14106 * utils.c (do_my_cleanups): Make static, add forward declaration.
14107 * defs.h (do_my_cleanups): Delete declaration.
14108
14109 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
14110
14111 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14112 bfd/ChangeLog-0203.
14113
14114 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14115
14116 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14117 in <machine/reg.h>.
14118 * configure, config.in: Regenerate.
14119
14120 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14121 tui/ChangeLog-1998-2003.
14122 \f
14123 Local Variables:
14124 mode: change-log
14125 left-margin: 8
14126 fill-column: 74
14127 version-control: never
14128 End:
This page took 0.320981 seconds and 4 git commands to generate.