986318a1fd7df0345d533f97a02b44f8e29230d9
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-11-11 Randolph Chung <tausq@debian.org>
2
3 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
4 register so that it can be unwound from anywhere in the prologue.
5
6 2004-11-10 msnyder <msnyder@redhat.com>
7
8 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
9 must invalidate lr_reg (so we don't try to save it again).
10 Ditto for cr_offset and cr_reg.
11
12 2004-11-05 Jon Beniston <jon@beniston.com>
13
14 Committed by Andrew Cagney.
15 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
16 when an unexpected packet is received, as the target stubs
17 continually retransmit the same packet until ACKed.
18
19 2004-11-10 Randolph Chung <tausq@debian.org>
20
21 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
22 frame's type.
23
24 2004-11-10 Randolph Chung <tausq@debian.org>
25
26 * blockframe.c (inside_entry_func): Move to .....
27 * frame.c (inside_entry_func): ... here, and make static.
28 (backtrace_past_entry): New flag.
29 (get_prev_frame): Stop backtrace at the entry function if enabled
30 by flag. Update comments.
31 (_initialize_frame): Add command to set backtrace_past_entry flag.
32 * defs.h (inside_entry_func): Remove prototype.
33
34 2004-11-10 Mark Kettenis <kettenis@gnu.org>
35
36 * dwarf2read.c: Fix formatting.
37
38 2004-11-10 Andrew Cagney <cagney@gnu.org>
39
40 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
41 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
42 macros with function declarations.
43 * value.c (coerce_ref, coerce_array, coerce_number)
44 (coerce_enum): New functions.
45 (value_as_long, value_as_address): Update.
46 * ada-lang.c (ada_coerce_ref, ada_value_binop)
47 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
48 * jv-lang.c (evaluate_subexp_java): Update.
49 * valarith.c (value_less, value_neg, value_complement)
50 (value_binop, value_add, value_subscript, value_x_binop)
51 (value_logical_not, value_sub): Update.
52 * valops.c (check_field, value_struct_elt, value_ind)
53 (value_find_oload_method_list, value_cast, value_assign): Update.
54 * eval.c (evaluate_subexp_standard): Update.
55
56 2004-11-10 Mark Kettenis <kettenis@gnu.org>
57
58 * mips-tdep.c (mips32_relative_offset): Change return type to
59 LONGEST, change argument type to ULONGEST. Fix sign-extension.
60
61 2004-11-10 Randolph Chung <tausq@debian.org>
62
63 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
64 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
65 (hppa_fetch_pointer_argument): Likewise.
66 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
67 deprecated_read_memory_nobpt.
68 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
69 add_set_cmd sequence with add_setshow_boolean_cmd.
70
71 2004-11-09 Andrew Cagney <cagney@gnu.org>
72
73 GDB 6.3 released from GDB 6.3 branch.
74
75 2004-11-09 Andrew Cagney <cagney@gnu.org>
76
77 * values.c: Rename to ...
78 * value.c: ..., new file.
79 * Makefile.in: Update.
80
81 2004-11-09 Daniel Jacobowitz <dan@debian.org>
82
83 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
84 size.
85
86 2004-11-09 Andrew Cagney <cagney@gnu.org>
87
88 * TODO: Delete.
89
90 * value.h (struct value): Delete field bfd_section.
91 (VALUE_BFD_SECTION): Delete macro.
92 (COERCE_REF): Update.
93 (value_at, value_at_lazy): Delete asection parameter.
94 * printcmd.c (print_formatted, x_command): Update.
95 (do_examine): Delete asection parameter.
96 (next_section): Delete variable.
97 * valops.c (value_cast, value_at, value_at_lazy)
98 (value_coerce_function, value_addr, value_ind, value_string)
99 (find_rt_vbase_offset, value_full_object): Update.
100 * hpacc-abi.c (hpacc_virtual_fn_field)
101 (hpacc_value_rtti_type): Update.
102 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
103 (gnuv3_baseclass_offset): Update.
104 * f-valprint.c (f_val_print): Update.
105 * c-valprint.c (c_val_print): Update.
106 * p-valprint.c (pascal_val_print): Update.
107 * jv-valprint.c (java_value_print): Update.
108 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
109 * ada-lang.c (ada_value_primitive_packed_val)
110 (ada_evaluate_subexp): Update.
111 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
112 * expprint.c (print_subexp_standard): Update.
113 * infcall.c (call_function_by_hand): Update.
114 * valarith.c (value_add): Update.
115 * eval.c (evaluate_subexp_standard): Update.
116 * values.c (allocate_value, value_copy, value_static_field): Update.
117 * findvar.c (read_var_value, locate_var_value): Update.
118
119 2004-11-09 Andrew Cagney <cagney@gnu.org>
120
121 * i386-linux-tdep.c: Include "dwarf2-frame.h".
122 * Makefile.in: Update all dependencies.
123
124 2004-11-08 Andrew Cagney <cagney@gnu.org>
125
126 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
127 (sentinel_frame_unwinder): Add the prev_pc method.
128 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
129 available. Do not handle the sentinel-frame case.
130 * frame-unwind.h (frame_prev_register_ftype): Define.
131 (struct frame_unwind): Add prev_pc;
132
133 2004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
134
135 * configure.in: Check for ncurses/term.h.
136 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
137 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
138 * tui/tui.c: Don't include term.h.
139 * configure, config.in: Rebuilt.
140
141 2004-11-08 Mark Kettenis <kettenis@gnu.org>
142
143 * m68kbsd-nat.c: Include "inf-ptrace.h".
144 (_initialize_m68kbsd_nat): Fix pasto.
145 * Makefile.in (m68kbsd-nat.o): Update dependencies.
146
147 2004-11-08 Randolph Chung <tausq@debian.org>
148
149 * infrun.c (debug_infrun): New variable.
150 (resume, proceed, wait_for_inferior): Annotate with debug messages.
151 (handle_inferior_event, keep_going): Likewise.
152 (_initialize_infrun): Register "set debug infrun" command.
153
154 2004-11-08 Andreas Schwab <schwab@suse.de>
155
156 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
157 PTRACE_EVENT_VFORKDONE.
158 (child_follow_fork): Adjust.
159
160 2004-11-08 Andrew Cagney <cagney@gnu.org>
161
162 * README: Refer to 6.3, not 6.2, update directory listing droppng
163 references to intl/ and mmalloc/.
164 * PROBLEMS: Refer to 6.3 not 6.2.
165
166 * PROBLEMS: Delete no-longer applicable problems.
167
168 2004-11-07 Andrew Cagney <cagney@redhat.com>
169 Daniel Jacobowitz <dan@debian.org>
170 Roland McGrath <roland@redhat.com>
171
172 * Makefile.in (symfile-mem.o): Update dependencies.
173 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
174 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
175 * inf-ptrace.c (inf_ptrace_attach): Call
176 observer_notify_inferior_created.
177 * inftarg.c (child_attach): Likewise.
178 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
179 (symbol_file_add_from_memory): Take NAME argument. Use it for
180 the new BFD's filename.
181 (add_symbol_file_from_memory_command): Update call to
182 symbol_file_add_from_memory.
183 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
184 (symbol_file_add_from_memory_wrapper): New.
185 (_initialize_symfile_mem): Register add_vsyscall_page as an
186 inferior_created observer.
187
188 2004-11-07 Mark Kettenis <kettenis@gnu.org>
189
190 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
191 fetch_inferior_registers. Make static.
192 (m68kbsd_store_inferior_registers): Rename from
193 store_inferior_registers. Make static.
194 (_initialize_m68kbsd_nat): Construct and add target vector.
195 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
196 inftarg.o. Add inf-ptrace.o.
197 (NAT_FILE): Set to tm-solib.h.
198 (LOADLIBES): New variable.
199 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
200 inftarg.o. Add inf-ptrace.o.
201 (NAT_FILE): Delete variable.
202 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
203 inftarg.o. Add inf-ptrace.o.
204 (NAT_FILE): Set to tm-solib.h.
205 * config/m68k/nm-nbsdaout.h: Remove file.
206
207 2004-11-07 Daniel Jacobowitz <dan@debian.org>
208
209 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
210 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
211 (dwarf2_signal_frame_unwind): New.
212 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
213 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
214
215 2004-11-07 Mark Kettenis <kettenis@gnu.org>
216
217 * Makefile.in (mips64obsd-tdep.o): Fix typo.
218
219 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
220 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
221 to only include the structure members we actually need.
222 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
223 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
224 only include the structure members we actually need.
225 (mipsnbsd_init_abi): Update.
226
227 * mips64obsd-nat.c: Include "mips-tdep.h".
228 (MIPS64OBSD_NUM_REGS): Remove define.
229 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
230 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
231 floating-point registers correctly.
232 * Makefile.in (mips64obsd-nat.o): Update dependencies.
233
234 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
235 "gdb_assert.h".
236 (mips64obsd_sigframe_init): New function.
237 (mips64obsd_sigframe): New variable.
238 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
239 unwinder.
240 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
241
242 2004-11-06 Joel Brobecker <brobecker@gnat.com>
243
244 * alpha-mdebug-tdep.c: #include mdebugread.h.
245 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
246 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
247
248 2004-11-05 Andrew Cagney <cagney@gnu.org>
249
250 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
251 CFI and the init_reg method leave the register unspecified.
252 Include the register name in the "Incomplete CFI data" complaint.
253 Supress leading zeros in the address.
254
255 2004-11-05 Mark Kettenis <kettenis@gnu.org>
256
257 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
258 skipping a personality routine in a CIE augmentation.
259
260 2004-11-05 Jeff Johnston <jjohnstn@redhat.com>
261
262 * defs.h (fatal, vfatal): New function prototypes.
263 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
264 via catch_errors.
265 (backtrace_command): Change to call backtrace_command_stub via
266 catch_errors instead of calling backtrace_command_1 directly.
267 (backtrace_full_command): Ditto.
268 * utils.c (error_stream_1): New static function.
269 (verror): Change to call error_stream_1 instead of error_stream.
270 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
271 (vfatal, fatal): New functions.
272
273 2004-11-05 Andrew Cagney <cagney@gnu.org>
274
275 * stack.c (parse_frame_specification_1): Clear selected_frame_p
276 when not using selected frame.
277
278 2004-11-05 Mark Kettenis <kettenis@jive.nl>
279
280 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
281 personality routine in a CIE augmentation.
282
283 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
284
285 * stack.c (set_current_sal_from_frame): New function.
286 (print_args_stub): Use it.
287 (print_frame_info): Don't set sal here.
288
289 2004-11-04 Mark Kettenis <kettenis@gnu.org>
290
291 * dwarf2-frame.c (read_encoded_value): Change type of third
292 argument to `unsigned char *'. Add support for LEB128 encodings.
293
294 2004-11-04 Jim Blandy <jimb@redhat.com>
295
296 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
297 prevent cross-objfile references.
298 (make_cv_type): Doc fix. Don't create cross-objfile references,
299 even for stub types.
300 (replace_type): Add assertion to prevent cross-objfile references.
301 (check_typedef): Never resolve a stub type by copying over a type
302 from another file.
303
304 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
305
306 * Makefile.in (m32r-tdep.o): Update dependencies.
307 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
308 ABI-specific overrides.
309
310 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
311
312 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
313 unnecessary parallel execution bit.
314 (m32r_memory_remove_breakpoint): Ditto.
315 (m32r_breakpoint_from_pc): Update.
316
317 2004-11-03 Randolph Chung <tausq@debian.org>
318
319 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
320 frame_func_unwind to locate the unwind entry.
321 (hppa_frame_this_id): Likewise.
322
323 2004-11-03 Andrew Cagney <cagney@gnu.org>
324
325 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
326 packet, obsolete configurations, end-of-life deprecated_registers.
327
328 2004-11-02 Mark Kettenis <kettenis@gnu.org>
329
330 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
331 encodings as well as unsigned encodings.
332
333 2004-11-02 Andrew Cagney <cagney@gnu.org>
334
335 * value.h (COERCE_VARYING_ARRAY): Delete.
336 * valops.c (value_cast, value_slice): Delete use.
337 * valarith.c (value_subscript, value_concat): Delete use.
338
339 2004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
340
341 * NEWS: GDB understands GNAT Ada.
342
343 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
344
345 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
346 (amd64-sol2-tdep.o): Add dependencies.
347 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
348 config/i386/sol2-64.mt: New files.
349 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
350 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
351 (supply_gregset): Correct order of arguments to
352 amd64_supply_native_gregset.
353 (fill_gregset): Correct order of arguments to
354 amd64_collect_native_gregset.
355 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
356 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
357 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
358 for definition of NEW_PROC_API.
359 * configure: Regenerate.
360
361 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
362
363 * MAINTAINERS (Write After Approval): Add myself.
364
365 2004-11-01 Andrew Cagney <cagney@gnu.org>
366
367 * configure.tgt: Mark d10v-*-* as obsolete.
368 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
369
370 2004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
371
372 * values.c (modify_field): Correct handling of bit-fields that
373 don't fit in 32 bits. Use unsigned operations throughout and
374 simplify the code a bit. Document preconditions.
375
376 2004-10-31 Andrew Cagney <cagney@gnu.org>
377
378 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
379 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
380 (in_plt_section): Delete.
381
382 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
383 (mips_gdbarch_init): Do not set same.
384
385 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
386 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
387
388 * gdbarch.sh (in_solib_call_trampoline): Delete.
389 * gdbarch.h, gdbarch.c: Re-generate.
390
391 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
392 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
393 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
394 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
395 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
396
397 2004-10-31 Mark Kettenis <kettenis@gnu.org>
398
399 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
400 (mipsnbsd_fetch_inferior_registers): Rename from
401 fetch_inferior_registers. Make static.
402 (mipsnbsd_store_inferior_registers): Rename from
403 store_inferior_registers. Make static.
404 (_initialize_mipsnbsd_nat): New function and prototype.
405 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
406 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
407 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
408 inf-ptrace.o.
409
410 2004-10-31 Andrew Cagney <cagney@gnu.org>
411
412 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
413 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
414 delete corresponding unused function.
415 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
416 in_solib_call_trampoline.
417 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
418 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
419 * config/mips/tm-nbsd.h: Ditto.
420 * config/arm/tm-linux.h: Ditto.
421 * config/mips/tm-linux.h: Ditto.
422
423 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
424 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
425 in_solib_call_trampoline, delete corresponding unused function.
426 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
427 (vaxnbsd_aout_init_abi): Ditto.
428 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
429 (sparc32nbsd_aout_init_abi): Ditto.
430 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
431 (ppc_linux_init_abi): Ditto.
432 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
433 (ns32knbsd_init_abi_aout): Ditto.
434 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
435 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
436 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
437 (m68kbsd_aout_init_abi): Ditto.
438 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
439 (i386_cygwin_init_abi): Ditto.
440 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
441 (i386bsd_init_abi): Ditto.
442
443 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
444 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
445 isn't used by this architecture.
446 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
447 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
448 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
449 * s390-tdep.c (s390_gdbarch_init): Ditto.
450 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
451 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
452 * i386-tdep.c (i386_svr4_init_abi): Ditto.
453 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
454 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
455 * amd64-tdep.c (amd64_init_abi): Ditto.
456
457 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
458 in_solib_call_trampoline to its default value of
459 generic_in_solib_call_trampoline.
460 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
461 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
462 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
463 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
464 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
465 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
466
467 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
468
469 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
470
471 * config/mips/tm-mips.h: Delete file.
472 * remote-mips.c: Delete tm-mips.h from comment.
473 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
474 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
475 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
476 * config/mips/tm-linux.h: Don't include tm-mips.h.
477 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
478 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
479 * config/mips/tm-wince.h: Don't include.
480
481 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
482 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
483 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
484 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
485
486 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
487 * mdebugread.c (ecoff_relocate_efi): Delete function.
488 * objfiles.c (objfile_relocate): Delete #ifdef
489 MDEBUG_EFI_SYMBOL_NAME code.
490
491 2004-10-31 Orjan Friberg <organ.friberg@axis.com>
492 Andrew Cagney <cagney@gnu.org>
493
494 * gdbarch.sh (single_step_through_delay): Add.
495 * gdbarch.h, gdbarch.c: Re-generate.
496 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
497 (mips_step_skips_delay): Delete.
498 * mips-tdep.c (mips_single_step_through_delay): Replace
499 mips_step_skips_delay.
500 (mips_gdbarch_init): Set single_step_through_delay.
501 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
502
503 2004-10-31 Mark Kettenis <kettenis@gnu.org>
504
505 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
506 from TRAMP_FRAME frame type.
507
508 2004-10-31 Andrew Cagney <cagney@gnu.org>
509
510 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
511
512 * mips-tdep.c (mips_ignore_helper): Delete.
513 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
514 * infrun.c (handle_inferior_event): Delete #ifdef
515 DEPRECATED_IGNORE_HELPER_CALL code.
516
517 * config/mips/tm-mips.h (RA_REGNUM): Delete.
518
519 2004-10-31 Mark Kettenis <kettenis@gnu.org>
520
521 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
522 (fill_fpregset): Do not compile for 64-bit systems.
523 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
524 * Makefile.in (i386-sol2-nat.o): Update dependencies.
525 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
526
527 2004-10-30 Andrew Cagney <cagney@gnu.org>
528
529 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
530 (struct mdebug_extra_func_info): Define.
531 * config/alpha/tm-alpha.h: Delete same.
532 * config/mips/tm-mips.h: Delete same.
533 * mdebugread.c: Delete same.
534 * Makefile.in: Update dependencies.
535 * mips-mdebug-tdep.c: Include "mdebugread.h".
536
537 * objfiles.c: Include "mdebugread.h".
538 * mdebugread.c: Include "mdebugread.h".
539 (ecoff_relocate_cfi): Delete.
540 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
541 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
542 * mdebugread.h (ecoff_relocate_efi): New file.
543 * Makefile.in: Update dependencies.
544
545 * mips-tdep.c (struct frame_extra_info): Delete.
546 (temp_proc_desc): Delete.
547
548 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
549 MIPS_EFI_SYMBOL_NAME.
550 (mips_extra_func_info_t, mips_extra_func_info): Delete.
551 (struct mdebug_extra_func_info): Replace struct
552 alpha_extra_func_info and alpha_extra_func_info_t.
553 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
554 MIPS_EFI_SYMBOL_NAME.
555 (struct mdebug_extra_func_info): Replace struct
556 alpha_extra_func_info and alpha_extra_func_info_t.
557 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
558 * mdebugread.c, alpha-mdebug-tdep.c:
559
560 Suggested by Mark Kettenis.
561 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
562 fields frame_adjust and high_addr.
563 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
564 (non_heuristic_proc_desc): Delete references.
565
566 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
567 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
568 * mips-tdep.c: Update.
569
570 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
571 (MIPS_LAST_EMBED_REGNUM): Add.
572 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
573 (LAST_EMBED_REGNUM): Delete.
574 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
575
576 * config/mips/tm-mips.h (PS_REGNUM): Delete.
577 * mips-tdep.h (MIPS_PS_REGNUM): Add.
578 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
579 * mips-linux-nat.c: Update.
580
581 * mips-tdep.h: Add comments on registers.
582 (MIPS_UNUSED_REGNUM): Define.
583 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
584 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
585 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
586 * mips-linux-nat.c, remote-mips.c: Update.
587
588 * config/mips/tm-mips.h (t_insn): Delete.
589 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
590 Replace t_insn with ULONGEST.
591
592 2004-10-30 Mark Kettenis <kettenis@gnu.org>
593
594 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
595 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
596 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
597 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
598 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
599 (mipsnbsd_core_osabi_sniffer): New function.
600 (mipsnbsd_init_abi): Set regset_from_core_section.
601 (_initialize_mipsnbsd_tdep): Remove calls to
602 deprecated_add_core_fns.
603 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
604 (mipsnbsd_regset_from_core_section): New functions.
605 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
606 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
607
608 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
609 Remove optimization for DEPRECATED_FP_REGNUM.
610
611 2004-10-30 Andrew Cagney <cagney@gnu.org>
612
613 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
614 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
615 (alpha_setup_arbitrary_frame): Delete.
616 * mips-tdep.c (setup_arbitrary_frame): Delete.
617 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
618 (setup_arbitrary_frame): Delete.
619 * stack.c (parse_frame_specification_1): When specified, call
620 create_new_frame with two parameters. Delete #ifdef
621 SETUP_ARBITRARY_FRAME.
622
623 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
624 (MIPS_INSTLEN): Delete.
625 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
626 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
627 * remote-mips.c, mips-tdep.c: Update.
628
629 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
630 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
631 * mips-tdep.c (mips_mdebug_frame_cache)
632 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
633 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
634 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
635 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
636 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
637 (mips_gdbarch_init): Do not append mdebug sniffers.
638 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
639 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
640 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
641 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
642 * Makefile.in: Update dependencies.
643
644 * mips-tdep.h (mips_abi_regsize): Declare.
645 * mips-tdep.c (mips_abi_regsize): Make non-static.
646
647 * mips-tdep.c (gdb_print_insn_mips): Simplify.
648 (make_mips16_addr): Delete.
649
650 2004-10-30 Mark Kettenis <kettenis@gnu.org>
651
652 * i386-sol2-nat.c: New file.
653 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
654 i386-sol2-tdep.c.
655 (i386-sol2-nat.o): Update dependencies.
656 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
657 i386-sol2-nat.o.
658
659 2004-10-30 Andrew Cagney <cagney@gnu.org>
660
661 Total breakage identified by Joel Brobecker.
662 * mips-tdep.c (after_prologue): Delete.
663 (mips_skip_prologue): Use skip_prologue_using_sal.
664 (heuristic_proc_desc): Delete, unused.
665
666 2004-10-30 Mark Kettenis <kettenis@gnu.org>
667
668 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
669 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
670 Cleanup coding style.
671
672 2004-10-30 Andrew Cagney <cagney@gnu.org>
673
674 * mips-tdep.h (mips_pc_is_mips16): Declare.
675 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
676 non-static. Update calls.
677
678 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
679 * command.h (add_setshow_enum_cmd): Declare.
680 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
681
682 * mips-tdep.c (_initialize_mips_tdep): Use
683 add_setshow_zinteger_cmd.
684
685 * mips-tdep.c (mips_eabi_extract_return_value)
686 (mips_o64_extract_return_value, mips_o64_store_return_value)
687 (return_value_location, mips_eabi_reg_struct_has_addr)
688 (mips_eabi_use_struct_convention)
689 (mips_eabi_store_return_value): Delete.
690 (mips_eabi_store_return_value): New function.
691 (mips_eabi_return_value): New function.
692 (mips_gdbarch_init): For O64 and EABI, delete
693 extract_return_value, store_return_value, use_struct_convention
694 and reg_struct_has_addr, add return_value.
695
696 * mips-tdep.c (read_signed_register): Use
697 regcache_cooked_read_signed.
698
699 2004-10-30 Mark Kettenis <kettenis@gnu.org>
700
701 * mipsread.c: Cleanup coding style.
702 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
703 (mipscoff_symfile_finish): Remove prototypes.
704
705 2004-10-29 Mark Kettenis <kettenis@gnu.org>
706
707 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
708 (mips_mdebug_frame_cache, mips16_scan_prologue)
709 (mips32_scan_prologue, mips_stub_frame_cache)
710 (heuristic_proc_start, heuristic_proc_desc)
711 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
712 (mips_n32n64_return_value, mips_o32_push_dummy_call)
713 (mips_o32_return_value, mips_o64_push_dummy_call)
714 (mips_step_skips_delay, mips_skip_trampoline_code)
715 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
716 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
717 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
718 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
719 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
720 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
721 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
722 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
723 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
724 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
725 ZERO_REGNUM.
726 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
727 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
728 ZERO_REGNUM.
729 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
730 A0_REGNUM.
731 * mipsnbsd-nat.c: Include "mips-tdep.h".
732 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
733 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
734
735 2004-10-29 Andrew Cagney <cagney@gnu.org>
736
737 * stack.c (parse_frame_specification_1): New function based on
738 parse_frame_specification. Add message and selected_frame_p
739 paramters. Truely always return non-NULL.
740 (parse_frame_specification): Call parse_frame_specification_1.
741 (frame_info): Update. Eliminate target_has_stack check.
742 (select_frame_command): Update.
743
744 2004-10-29 Andrew Cagney <cagney@gnu.org>
745
746 * frame.h (get_selected_frame): Add message parameter.
747 * frame.c (get_selected_frame): Add and use message parameter.
748 * stack.c (current_frame_command, return_command, locals_info)
749 (catch_info, args_info, up_silently_base, down_silently_base): Use
750 get_selected_frame with an explicit message.
751 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
752 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
753 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
754 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
755 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
756 * breakpoint.c: Update.
757
758 2004-10-29 Andrew Cagney <cagney@gnu.org>
759
760 * trad-frame.c (trad_frame_get_prev_register): Use
761 frame_unwind_register instead of frame_register_unwind, do not
762 recurse the register's location.
763 * xstormy16-tdep.c (xstormy16_frame_prev_register):
764 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
765 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
766 * sh-tdep.c (sh_frame_prev_register): Ditto.
767 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
768 * i386-tdep.c (i386_frame_prev_register): Ditto.
769 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
770 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
771
772 2004-10-28 Mark Kettenis <kettenis@jive.nl>
773
774 * proc-events.c: Fix several coding-style issues. Consistently
775 use #ifdef instead of #if defined().
776 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
777 ARRAY_SIZE.
778 (_initialize_proc_events): New prototype.
779
780 * proc-why.c: Fix several coding-style issues.
781 (proc_prettyfprint_why): Use ARRAY_SIZE.
782
783 2004-10-27 Jim Blandy <jimb@redhat.com>
784
785 * remote.c (fetch_register_using_p): Construct 'p' packet in a
786 manner independent of the host byte order.
787
788 2004-10-27 Mark Kettenis <kettenis@gnu.org>
789
790 * mips-tdep.c (id_delayed): Remove prototype.
791
792 2004-10-26 Mark Kettenis <kettenis@gnu.org>
793
794 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
795 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
796 to enum with register numbers.
797 (enum mips_insn_size): New enum.
798
799 2004-10-26 Andrew Cagney <cagney@gnu.org>
800
801 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
802 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
803 (mips_gdbarch_init): Update.
804 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
805
806 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
807 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
808 IN_SOLIB_RETURN_TRAMPOLINE.
809 * mips-tdep.c (mips_dump_tdep): Do not print
810 IN_SOLIB_RETURN_TRAMPOLINE.
811 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
812 (mips_gdbarch_init): Update.
813
814 * mips-tdep.h (mips_software_single_step): Move to here ...
815 * config/mips/tm-mips.h: ... from here.
816 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
817 (SOFTWARE_SINGLE_STEP): Delete.
818 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
819
820 2004-10-25 Andrew Cagney <cagney@gnu.org>
821
822 * NEWS: Add Changes since GDB 6.3 section.
823
824 2004-10-23 Andreas Schwab <schwab@suse.de>
825
826 * ada-lang.c (grow_vect): Return the new array instead of
827 expecting pointer to pointer to avoid violation of aliasing rules.
828 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
829
830 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
831
832 * s390-tdep.c (enum pv_boolean): Remove.
833 (pv_is_array_ref): Remove.
834 (s390_on_stack): Remove.
835 (S390_NUM_SPILL_SLOTS): Remove.
836 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
837 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
838 (s390_store): Track all stores of orginal incoming registers to the
839 stack constant offsets relative to the CFA, instead of only tracking
840 stores into specific spill slots.
841 (s390_load): Likewise.
842 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
843 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
844 defined as call-saved by the ABI.
845 (s390_push_dummy_call): Use bottom of dummy call argument save area
846 as return value, not the top. Do not store to the called function's
847 register save area.
848 (s390_unwind_dummy_id): Adapt accordingly.
849
850 2004-10-23 Andrew Cagney <cagney@gnu.org>
851
852 * objfiles.h (struct objfile): Rename obj_private to
853 deprecated_obj_private, sym_private to deprecated_sym_private, and
854 sym_stab_info to deprecated_sym_stab_info.
855 * gdb-stabs.h: Update.
856 * elfread.c: Update.
857 * dbxread.c: Update.
858 * coffread.c: Update.
859 * xcoffread.c: Update.
860 * symfile.c: Update.
861 * somread.c: Update.
862 * nlmread.c: Update.
863 * mdebugread.c: Update.
864 * hpread.c: Update.
865 * coffread.c: Update.
866
867 2004-10-23 Mark Kettenis <kettenis@gnu.org>
868
869 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
870 * configure.host: Add mips64*-*-openbsd*.
871 * configure.tgt: Add mips64*-*-openbsd*.
872 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
873 mips64obsd-tdep.c.
874 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
875 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
876
877 2004-10-21 Joel Brobecker <brobecker@gnat.com>
878
879 * symtab.c (symbol_search_name): Minor reformatting.
880
881 2004-10-20 Joel Brobecker <brobecker@gnat.com>
882
883 * symtab.h: Fix typo in comment.
884
885 2004-10-19 Mark Kettenis <kettenis@gnu.org>
886
887 * dwarf2read.c (struct comp_unit_head): Fix coding style.
888 (dwarf_decode_line_header): Likewise.
889
890 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
891
892 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
893
894 2004-10-19 Andrew Cagney <cagney@gnu.org>
895
896 GDB 6.3 branch created.
897 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
898
899 2004-10-15 Joel Brobecker <brobecker@gnat.com>
900
901 * dwarf2read.c (set_cu_language): Set language to Ada for
902 DW_LANG_Ada83 and DW_LANG_Ada95.
903
904 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
905
906 From Andreas Schwab <schwab@suse.de>:
907 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
908 for xmalloc and xrealloc.
909
910 2004-10-15 Andrew Cagney <cagney@gnu.org>
911
912 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
913 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
914 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
915 Update dependencies.
916
917 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
918
919 * ada-lang.c (ada_lookup_symbol): Correct comment.
920 (ada_evaluate_subexp): Change error message for
921 OP_FUNCALL case so as not to indicate an internal error.
922
923 2004-10-15 Joel Brobecker <brobecker@gnat.com>
924
925 Committed by Paul Hilfinger.
926 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
927 type sizes in XVE/XVU types, and emit a warning when that happens,
928 instead of rounding up the size of the resulting type.
929 Some minor reformatting.
930 (ada_is_aligner_type): Do not consider a type as an aligner type
931 if there is a corresponding XVS type as well.
932 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
933 have several levels of pointer indirection to the array.
934
935 2004-10-15 Jerome Guitton <guitton@gnat.com>
936
937 Committed by Paul Hilfinger.
938 * ada-lang.c (check_size): New function.
939 (coerce_unspec_val_to_type): call check_size to make sure
940 that the object size is reasonable.
941 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
942 Implements the case when we get a reference when we evaluate
943 the expression of one of the bounds of the slice.
944 (ada_value_struct_elt): when a packed array field is
945 a reference, use ada_coerce_ref to dereference it; use
946 ada_value_ind only if it is a pointer.
947
948 2004-10-15 Joel Brobecker <brobecker@gnat.com>
949
950 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
951 a bit to avoid the necessity of an advance declaration. Remove
952 declaration.
953 (set_reg_offset): Move implemenation up.
954 (mips16_get_imm): Likewise.
955 (mips16_scan_prologue): Likewise.
956 (reset_saved_regs): Likewise.
957 (mips32_scan_prologue): Likewise.
958
959 2004-10-14 Joel Brobecker <brobecker@gnat.com>
960
961 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
962 Remove sp as a parameter, compute it internally instead. Move
963 prologue scanning limit from heuristic_proc_desc to here.
964 (mips16_scan_prologue): Likewise.
965 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
966 by call to mips16_scan_prologue.
967 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
968 by call to mips32_scan_prologue.
969 (heuristic_proc_desc): Remove code that's no longer necessary.
970 Update calls to mips16_scan_prologue and mips32_scan_prologue.
971 (mips_skip_prologue): Update calls to mips16_scan_prologue
972 and mips32_scan_prologue.
973
974 2004-10-14 Joel Brobecker <brobecker@gnat.com>
975
976 * mips-tdep.c (mips16_scan_prologue): Merge code from
977 mips16_skip_prologue. Now return the address of the first
978 instruction past the function prologue.
979 (mips16_skip_prologue): Remove, no longer necessary.
980 (mips_skip_prologue): Replace call to mips16_skip_prologue
981 by call to mips16_scan_prologue.
982
983 2004-10-14 Joel Brobecker <brobecker@gnat.com>
984
985 * mips-tdep.c (mips32_scan_prologue): Merge code from
986 mips32_skip_prologue. Now return the address of the first
987 instruction past the function prologue.
988 (mips32_skip_prologue): Remove. No longer necessary.
989 (mips16_skip_prologue): Add parameter end_pc instead of
990 computing it.
991 (mips_skip_prologue): Compute the upper limit for the
992 prologue scanning. Update call to mips16_skip_prologue.
993 Replace call to mips32_skip_prologue by call to
994 mips32_scan_prologue.
995
996 2004-10-14 Mark Kettenis <kettenis@gnu.org>
997
998 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
999 NetBSD system call stubs that store %rp in the ERP slot of the
1000 stack frame.
1001
1002 * source.c: Always define O_BINARY to 0 if not defined already.
1003 (openp): Unconditionally use O_BINARY.
1004
1005 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1006 * event-top.c (gdb_readline2): Likewise.
1007
1008 2004-10-14 Orjan Friberg <orjanf@axis.com>
1009
1010 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1011 deprecated_add_core_fns which was removed by mistake.
1012
1013 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1014
1015 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1016 references to deprecated_registers[] with equivalent code.
1017
1018 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1019
1020 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1021 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1022 instead of explicit test and print statement.
1023
1024 2004-10-12 Mark Kettenis <kettenis@gnu.org>
1025
1026 * sparc-nat.c: Include "inf-ptrace.h".
1027 (sparc_target): New function.
1028 * sparc-nat.h: Update copyright year.
1029 (sparc_target): New prototype.
1030 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1031 (_initialize_sparcnbsd_nat): Construct and add target vector.
1032 * sparc64nbsd-nat.c: Include "target.h".
1033 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1034 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1035 Update dependencies.
1036 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1037 inftarg.o, add inf-ptrace.o.
1038 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1039 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1040 (NAT_FILE): Set to nm-bsd.h.
1041 (LOADLIBES): New variable.
1042 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1043 infarg.o, add inf-ptrace.o.
1044 * config/sparc/nm-nbsdaout.h: Remove file.
1045 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1046 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1047 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1048
1049 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1050 "fopen-same.h". Update comment.
1051
1052 2004-10-11 Mark Kettenis <kettenis@gnu.org>
1053
1054 * i386gnu-nat.c: Include "gdb_string.h".
1055 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1056 registers when the floating-point state isn't initialized.
1057 * Makefile.in (i386gnu-nat.o): Update dependencies.
1058
1059 2004-10-11 David Anderson <davea@sgi.com>
1060
1061 * regcache.c (regcache_raw_read): Comment was missing "to".
1062 Extraneous ' removed.
1063 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1064 comment now describes use.
1065
1066 2004-10-11 Orjan Friberg <orjanf@axis.com>
1067
1068 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1069 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1070 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1071 (cris_sigtramp_frame_sniffer): New functions.
1072 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1073 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1074 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1075 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1076 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1077 command.
1078 (cris_version_update): Remove, replace with ...
1079 (set_cris_version): New function.
1080 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1081 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1082 (_initialize_cris_tdep): Remove CRIS mode command.
1083 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1084 cris-fpless-backtrace command.
1085 (cris_scan_prologue): Fix prologue scanning limit.
1086 (cris_register_type): Update to reflect actual registers.
1087 (cris_register_bytes_ok) Remove.
1088 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1089 Remove set_gdbarch_deprecated_register_size,
1090 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1091
1092 2004-10-10 Andrew Cagney <cagney@gnu.org>
1093
1094 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1095 comment.
1096
1097 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1098
1099 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1100
1101 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1102
1103 * mips-tdep.c (mips16_scan_prologue): Renames
1104 mips16_heuristic_proc_desc. Update comment.
1105 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1106 (heuristic_proc_desc): Update calls to the 2 functions above.
1107
1108 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1109
1110 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1111 Update comments. Also immediately return empty cache when the start
1112 address of our function could not be found.
1113 (mips_insn32_frame_cache): Likewise.
1114
1115 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1116
1117 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1118 (mips_insn16_frame_cache): Pass frame cache in call to
1119 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1120 Remove code that became redundant as a consequence.
1121 (mips32_heuristic_proc_desc): No longer compute a fake
1122 procedure descriptor. Compute the full frame cache instead.
1123 Some minor comment reformatting.
1124
1125 2004-10-10 Jim Blandy <jimb@redhat.com>
1126
1127 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1128 reader, tracing bytecode stuff): Remove self.
1129
1130 2004-10-10 Mark Kettenis <kettenis@gnu.org>
1131
1132 * sparc64-linux-tdep.c: Update copyright year. Don't include
1133 "solib-svr4.h".
1134 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1135 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1136 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1137
1138 * sparc-linux-tdep.c: Update copyright year.
1139 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1140 to struct frame_info *. Use safe_frame_unwind_memory instead of
1141 deprecated_read_memory_nobpt.
1142 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1143 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1144 changed signature of sparc_linux_sigtramp_start.
1145 (sparc32_linux_pc_in_sigtramp): Remove function.
1146 (sparc32_linux_sigtramp_p): New function.
1147 (sparc32_linux_sigtramp_frame_sniffer): Use
1148 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1149
1150 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1151 Remove function.
1152 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1153
1154 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1155 (decode_packed_array_type, value_subscript_packed)
1156 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1157 argument in call to lim_warning.
1158
1159 * configure.in: Really disable the TUI if an enhanced curses
1160 library isn't found.
1161 * configure: Regenerate.
1162
1163 2004-10-09 Mark Kettenis <kettenis@gnu.org>
1164
1165 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1166 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1167 * config/i386/nm-nbsdaout.h: Remove file.
1168 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1169 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1170 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1171 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1172 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1173 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1174 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1175 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1176 (ldd, ld_un, ld_2): Remove defines.
1177 * config/i386/nm-obsd.h: Likewise.
1178
1179 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1180
1181 * ada-lex.l: Remove useless rule whose right-context clause
1182 causes unreferenced static function warning for yyrealloc.
1183 (ada_flex_use): Remove the artificial reference to yyrealloc.
1184
1185 2004-10-08 Andrew Cagney <cagney@gnu.org>
1186
1187 * target.h (struct target_ops): Rename to_xfer_memory to
1188 deprecated_xfer_memory.
1189 * target.c: Update.
1190 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1191 * wince.c: Update.
1192 * win32-nat.c: Update.
1193 * v850ice.c: Update.
1194 * uw-thread.c: Update.
1195 * thread-db.c: Update.
1196 * sol-thread.c: Update.
1197 * remote.c: Update.
1198 * remote-vx.c: Update.
1199 * remote-st.c: Update.
1200 * remote-sim.c: Update.
1201 * remote-sds.c: Update.
1202 * remote-rdp.c: Update.
1203 * remote-rdi.c: Update.
1204 * remote-mips.c: Update.
1205 * remote-m32r-sdi.c: Update.
1206 * remote-e7000.c: Update.
1207 * procfs.c: Update.
1208 * ppc-bdm.c: Update.
1209 * nto-procfs.c: Update.
1210 * monitor.c: Update.
1211 * linux-nat.c: Update.
1212 * inftarg.c: Update.
1213 * hpux-thread.c: Update.
1214 * go32-nat.c: Update.
1215 * gnu-nat.c: Update.
1216 * exec.c: Update.
1217 * corelow.c: Update.
1218 * bsd-kvm.c: Update.
1219 * aix-thread.c: Update.
1220
1221 2004-10-08 Andrew Cagney <cagney@gnu.org>
1222
1223 * target.c (debug_target): Move to near start of file.
1224 (target_stopped_data_address_p): Re-org logic, add casts.
1225
1226 2004-10-02 Mark Kettenis <kettenis@gnu.org>
1227
1228 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
1229 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
1230 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
1231 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
1232 New defines.
1233
1234 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1235
1236 * target.h (to_stopped_data_address): Change prototype to
1237 take a CORE_ADDR pointer and return an int.
1238 * target.c (update_current_target): Change to_stopped_data_address
1239 to match new prototype.
1240 (debug_to_stopped_data_address): Change appropriately.
1241 * breakpoint.c (bpstat_stop_status): Change call to
1242 target_stopped_data_address to use new prototype.
1243 * frv-tdep.c (frv_have_stopped_data_address): New function.
1244 (frv_stopped_data_address): Change to new prototype and
1245 functionality.
1246 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
1247 prototype and functionality.
1248 (ia64_stopped_by_watchpoint): New function.
1249 * i386-nat.c (i386_stopped_data_address): Change to new
1250 prototype and functionality.
1251 (i386_stopped_by_watchpoint): New function.
1252 * remote.c (remote_stopped_data_address): Change to new prototype
1253 and functionality.
1254 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
1255 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
1256 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
1257 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
1258 new i386_stopped_by_watchpoint function.
1259 (i386_stopped_by_watchpoint): New prototype.
1260 (i386_stoppped_data_address): Change to new prototype.
1261 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
1262 new ia64_stopped_by_watchpoint function.
1263 (ia64_stopped_by_watchpoint): New prototype.
1264 (ia64_stopped_data_address): Ditto.
1265
1266 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
1267
1268 * ada-typeprint.c (ada_print_type): Use int_string for printing
1269 modulus of modular type.
1270 * ada-lang.h (ada_modulus): Change return type to unsigned.
1271 * ada-lang.c (ada_language_arch_info): Correct type of
1272 string_char_type.
1273 (ada_modulus): Return unsigned result.
1274 (ada_lookup_symbol): Remove user disambiguation and modify comment
1275 accordingly.
1276
1277 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
1278
1279 Committed by Paul Hilfinger.
1280 * ada-lang.c (decode_packed_array): On big-endian targets,
1281 left-justify the value if it comes with a modular type.
1282
1283 2004-10-08 Joel Brobecker <brobecker@gnat.com>
1284
1285 Committed by Paul Hilfinger.
1286 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
1287 (is_name_suffix): Add support for "___JM" suffixes.
1288 (ada_check_typedef): Renames ada_completed_type.
1289 Update all users of CHECK_TYPEDEF, check_typedef, and
1290 ada_complete_type to call ada_check_typedef.
1291 * ada-typeprint.c: Likewise.
1292 * ada-valprint.c: Likewise.
1293
1294 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
1295
1296 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
1297
1298 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
1299
1300 * MAINTAINERS: Update e-mail address.
1301
1302 2004-10-07 Daniel Jacobowitz <dan@debian.org>
1303
1304 From Maciej W. Rozycki <macro@mips.com>:
1305 * mips-tdep.c (mips32_next_pc): Check the register's contents,
1306 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
1307
1308 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
1309
1310 * m32r-tdep.c (decode_prologue): Support functions written
1311 in assembler language. Recognize trap instructions as the
1312 end of prologue.
1313 (m32r_frame_unwind_cache): Ditto.
1314 (m32r_skip_prologue): Extend search limit. Quit analyzing
1315 prologue if pc's location is not readable.
1316
1317 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
1318
1319 * Makefile.in (.l.c): Do conversions of names of alloc and free
1320 functions that are done for .y.c files, plus special one
1321 for yy_flex_realloc. Also, correct missing-file tests here.
1322 * ada-lex.l (malloc, free): Remove macros.
1323 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
1324 xrealloc.
1325 (ada_flex_use): Dummy definition to remove warnings about unused
1326 functions.
1327 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
1328 to suppress warning.
1329
1330 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1331
1332 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
1333 RETURN_VALUE.
1334 (sh_return_value_fpu): Ditto for CPUs with FPU.
1335 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1336 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
1337 Install sh_return_value_nofpu resp. sh_return_value_fpu as
1338 RETURN_VALUE functions.
1339
1340 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1341
1342 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
1343 (sh_pseudo_register_write): Ditto.
1344
1345 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1346
1347 * sh-tdep.c (IS_MACL_STS): New define.
1348 (IS_MOVI20): Ditto.
1349 (IS_MACL_LDS): Ditto.
1350 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
1351 instructions in prologue.
1352 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
1353 instructions in epilogue.
1354
1355 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1356
1357 * sh-tdep.c (SH_NUM_REGS): Define as 67.
1358 (sh_sh_register_name): Add eight empty register names.
1359 (sh_sh3_register_name): Ditto.
1360 (sh_sh3e_register_name): Ditto.
1361 (sh_sh2e_register_name): Ditto.
1362 (sh_sh2a_register_name): New function, defining SH2A register set.
1363 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
1364 in nofpu case.
1365 (sh_sh_dsp_register_name): Add eight empty register names.
1366 (sh_sh3_dsp_register_name): Ditto.
1367 (sh_sh4_register_name): Ditto.
1368 (sh_sh4_nofpu_register_name): Ditto.
1369 (sh_sh4al_dsp_register_name): Ditto.
1370 (sh2a_show_regs): New function.
1371 (sh2a_nofpu_show_regs): New function.
1372 (sh_sh2a_register_type): New function.
1373 (do_bank_register_info): New function.
1374 (sh_print_pseudo_register): Call do_bank_register_info.
1375 Call sh_print_pseudo_register for valid "bank" register.
1376 (sh_sh2a_register_sim_regno): New function.
1377 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
1378 Increment pseudo register count by one for all sh variants with
1379 pseudo registers to accomodate pseudo bank register.
1380 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
1381 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
1382 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
1383 Increment pseudo register numbers.
1384
1385 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1386
1387 * dwarf2read.c (read_subroutine_type): Call make_function_type
1388 instead of lookup_function_type.
1389
1390 2004-10-05 Jim Blandy <jimb@redhat.com>
1391
1392 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
1393 (Previous change missed some uses.)
1394
1395 2004-10-05 Andrew Cagney <cagney@gnu.org>
1396
1397 * target.h (deprecated_child_ops): Rename child_ops.
1398 * wince.c: Update copyright. Rename child_ops.
1399 * win32-nat.c: Rename child_ops.
1400 * target.c: Rename child_ops.
1401 * rs6000-nat.c: Rename child_ops.
1402 * linux-nat.c: Rename child_ops.
1403 * infttrace.c: Rename child_ops.
1404 * inftarg.c: Rename child_ops.
1405 * infptrace.c: Rename child_ops.
1406 * hppah-nat.c: Update copyright. Rename child_ops.
1407 * hpux-thread.c: Update copyright. Rename child_ops.
1408
1409 2004-10-05 Daniel Jacobowitz <dan@debian.org>
1410
1411 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
1412
1413 2004-10-05 Andrew Cagney <cagney@gnu.org>
1414
1415 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
1416
1417 2004-10-05 Daniel Jacobowitz <dan@debian.org>
1418
1419 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
1420 (die_ref_table): Remove.
1421 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
1422 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
1423 the usage of this type.
1424 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
1425 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
1426 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
1427 (dwarf2_create_include_psymtab): Update comment.
1428 (find_partial_die): Remove third argument. Remove unreachable call
1429 to error ().
1430 (dwarf2_find_containing_comp_unit): Update comments. Change one
1431 assertion to an error. Remove an unreachable error.
1432 (dwarf2_find_comp_unit): Update comments.
1433 (type_at_offset): Remove dead code.
1434 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
1435 (store_in_ref_table): Add CU argument.
1436 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
1437 inter-compilation-unit references.
1438 (load_full_comp_unit, process_full_comp_unit): New functions, based
1439 on psymtab_to_symtab_1.
1440 (psymtab_to_symtab_1): Use them.
1441 (dwarf2_add_dependence): New function.
1442 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
1443 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
1444 (partial_die_parent_scope, guess_structure_name): Update for changes
1445 to find_partial_die.
1446 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
1447 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
1448 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
1449 (read_die_and_children): Update call to store_in_ref_table.
1450 (do_free_die_list_cleanup): Remove.
1451 (fixup_partial_die): Update for changes to find_partial_die.
1452 (read_full_die): Handle queueing absolute references.
1453 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
1454 (dwarf2_attr, die_specification, die_type)
1455 (die_containing_type, dwarf2_extension): Update calls to
1456 follow_die_ref.
1457 (dump_die): Update DW_FORM_ref* handling.
1458 (dwarf2_get_ref_die_offset): Likewise.
1459 (free_one_comp_unit): Release the dies list.
1460 (dwarf2_mark_helper): New function.
1461 (dwarf2_mark): Use it.
1462
1463 2004-10-05 Mark Kettenis <kettenis@jive.nl>
1464
1465 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
1466 when writing to memory.
1467
1468 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
1469
1470 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
1471 (m32r_extract_struct_value_address): Delete function.
1472 (m32r_return_value): New function.
1473 (m32r_gdbarch_init): Instead of store_return_value,
1474 extract_return_value, deprecated_extract_struct_value_address
1475 and deprecated_use_struct_convention, set return_value.
1476
1477 2004-10-03 Daniel Jacobowitz <dan@debian.org>
1478
1479 * dwarf2read.c (read_subrange_type): Add comment for variable
1480 sized arrays.
1481
1482 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
1483
1484 * Makefile.in (.l.c): Modify rule for compatibility with recent
1485 versions of flex, and remove most command-line options.
1486 * ada-lex.l: Add %options line in place of -I -i and -s command-line
1487 options.
1488
1489 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
1490
1491 Turn on initial Ada support (mainly expression evaluation).
1492
1493 * Makefile.in (SFILES): Remove ada-tasks.c.
1494 (HFILES_NO_SRCDIR): Add ada-lang.h.
1495 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
1496 (YYOBJ): Add ada-exp.o.
1497 (rule .l.c): Generalize to not mention ada.
1498 * symtab.c: Include ada-lang.h.
1499 (symbol_natural_name, symbol_demangled_name)
1500 (symbol_search_name): Add Ada case.
1501
1502 2004-10-01 Andrew Cagney <cagney@gnu.org>
1503
1504 * Makefile.in (COMMON_OBS): Add inf-child.o.
1505 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
1506 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1507 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1508 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
1509 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
1510 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
1511 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
1512 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
1513 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1514 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1515 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
1516 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
1517 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
1518
1519 * target.c (xfer_using_stratum): Change return type to LONGEST.
1520 On each iteration offset, readbuf and writebuf.
1521 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
1522 partial_length, and read/modify/write predicate, update comments.
1523 Pass buffer.word to ptrace write.
1524
1525 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1526
1527 * symfile.c (init_filename_language_table): Add extensions for
1528 Ada.
1529 * defs.h (enum language): Add language_ada.
1530 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
1531 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
1532 (add_symbols_from_enclosing_procs): Make a no-op for now.
1533 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
1534 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
1535 (find_line_in_linetable, find_next_line_in_linetable)
1536 (read_all_symtabs, is_plausible_func_for_line)
1537 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
1538 (is_runtime_sym_defined, check_size): Remove declaration.
1539 (function_name_from_pc, ada_translate_error_message)
1540 (ada_lookup_minimal_symbol): Remove definition.
1541 (ada_add_block_symbols): Remove useless label.
1542 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
1543 useless declaration.
1544 (ada_is_exception_sym): Likewise.
1545
1546 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
1547
1548 Add m32r-linux support.
1549 * configure.tgt: Add m32r*-*-linux*.
1550 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
1551 and m32r-linux-tdep.c.
1552 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
1553 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
1554 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
1555 m32r-linux-tdep.c.
1556 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
1557 config/m32r/linux.mh, config/m32r/linux.mt,
1558 config/m32r/nm-linux.h: New files.
1559
1560 2004-09-30 Joel Brobecker <brobecker@gnat.com>
1561
1562 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
1563 (mips32_fetch_instruction): Remove, unused.
1564
1565 2004-09-30 Joel Brobecker <brobecker@gnat.com>
1566
1567 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
1568 conditions that will always be true.
1569
1570 2004-09-30 Mark Kettenis <kettenis@gnu.org>
1571
1572 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
1573 (vaxbsd_fetch_inferior_registers): Rename from
1574 fetch_inferior_registers. Make static.
1575 (vaxbsd_store_inferior_registers): Rename from
1576 store_inferior_registers. Make static.
1577 (_initialize_vaxbsd_nat): Construct and add target vector.
1578 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1579 inftarg.o. Add inf-child.o and inf-ptrace.o.
1580 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1581 inftarg.o. Add inf-child.o and inf-ptrace.o.
1582 (NAT_FILE): Remove.
1583 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
1584 inftarg.o. Add inf-child.o and inf-ptrace.o.
1585 (NAT_FILE): Remove.
1586 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1587
1588 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1589 (m88kbsd_fetch_inferior_registers): Rename from
1590 fetch_inferior_registers. Make static.
1591 (m88kbsd_store_inferior_registers): Rename from
1592 store_inferior_registers. Make static.
1593 (_initialize_m88kbsd_nat): New prototype and function.
1594 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1595 inftarg.o. Add inf-child.o and inf-ptrace.o.
1596 (NAT_FILE): Remove.
1597 * Makefile.in (m88kbsd-nat.o): Update dependencies.
1598
1599 2004-09-30 Andrew Cagney <cagney@gnu.org>
1600
1601 * target.c (target_xfer_partial): New function.
1602 (target_read_memory_partial, target_write_memory_partial)
1603 (default_xfer_partial, target_read_partial, target_write_partial)
1604 (xfer_using_stratum): Use.
1605 (debug_to_xfer_partial): Delete function.
1606 (setup_target_debug): Do not override to_xfer_partial.
1607
1608 2004-09-30 Mark Kettenis <kettenis@chello.nl>
1609
1610 * fork-child.c: Update copyright year. Fix coding style.
1611
1612 2004-09-29 Mark Kettenis <kettenis@gnu.org>
1613
1614 * defs.h (msavestring, mstrsave): Remove prototypes.
1615 * utils.c (msavestring, mstrsave): Remove functions.
1616 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
1617 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
1618 of mstrsave.
1619 * source.c (find_and_open_source): Use xstrdup instead of
1620 mstrsave.
1621
1622 2004-09-30 Andrew Cagney <cagney@gnu.org>
1623
1624 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
1625 (inf_ptrace_xfer_memory): Delete.
1626 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
1627 (target_read_memory, target_write_memory): Use xfer_using_stratum
1628 when target_xfer_partial_p.
1629 (debug_target): Move to start of file.
1630 (target_read_memory_partial, target_write_memory_partial): Use
1631 to_xfer_partial when target_xfer_partial_p.
1632
1633 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
1634 inf_ptrace_xfer_memory with equivalent code.
1635 * inftarg.c (child_xfer_partial): When performing a write, pass
1636 writebuf to child_xfer_memory.
1637
1638 * target.c (target_read_string): Use target_read_memory instead of
1639 target_xfer_memory.
1640
1641 2004-09-29 Andrew Cagney <cagney@gnu.org>
1642
1643 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
1644 the address of status.
1645
1646 * infptrace.c (ptrace_wait): Mention problem with HPUX.
1647 (kill_inferior): Inline ptrace_wait call.
1648 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
1649 * inftarg.c (child_wait): Inline ptrace_wait call.
1650
1651 * target.h (struct target_ops): Delete field to_post_wait.
1652 (target_post_wait): Delete macro.
1653 (child_post_wait): Delete declaration.
1654 * target.c (update_current_target, update_current_target)
1655 (debug_to_post_wait, setup_target_debug): Delete functions and
1656 references.
1657 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
1658 * inftarg.c (child_post_wait): Delete.
1659 (init_child_ops): Do not set to_post_wait.
1660 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
1661 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
1662 * inf-child.c (inf_child_post_wait): Delete.
1663 (inf_child_target): Do not set to_post_wait.
1664 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
1665 (inf_ptrace_target): Do not set to_post_wait.
1666
1667 * wince.c (child_ops): Delete.
1668 * win32-nat.c (child_ops): Delete.
1669
1670 * inftarg.c (inftarg_set_find_memory_regions)
1671 (inftarg_set_make_corefile_notes): Delete functions.
1672 (_initialize_linux_nat): Inline calls.
1673
1674 * target.h (child_ops): Declare.
1675 * inftarg.c (child_ops): Move from here ...
1676 * target.c (child_ops): ... to here.
1677 * wince.c (child_ops): Delete extern declaration.
1678 * win32-nat.c (child_ops): Delete extern declaration.
1679 * linux-nat.c (child_ops): Delete extern declaration.
1680 * hpux-thread.c (child_ops): Delete extern declaration.
1681
1682 2004-09-28 Mark Kettenis <kettenis@gnu.org>
1683
1684 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
1685
1686 2004-09-28 Mark Kettenis <kettenis@gnu.org>
1687
1688 * configure.in: Only set host_makefile_frag when building a native
1689 debugger.
1690 * configure: Regenerate.
1691
1692 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
1693 for OpenBSD ELF.
1694
1695 2004-09-28 Andrew Cagney <cagney@gnu.org>
1696
1697 Problem identified by Paul Hilfinger.
1698 * Makefile.in (ada_lex_c): Define.
1699 (ada-lex.o): Delete rule.
1700
1701 * linux-proc.c: Delete file.
1702 * Makefile.in: Update.
1703 * config/sparc/linux64.mh (NATDEPFILES):
1704 * config/sparc/linux.mh (NATDEPFILES): Update.
1705 * config/s390/s390.mh (NATDEPFILES): Update.
1706 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
1707 * config/powerpc/linux.mh (NATDEPFILES): Update.
1708 * config/pa/linux.mh (NATDEPFILES): Update.
1709 * config/mips/linux.mh (NATDEPFILES): Update.
1710 * config/m68k/linux.mh (NATDEPFILES): Update.
1711 * config/ia64/linux.mh (NATDEPFILES): Update.
1712 * config/i386/linux64.mh (NATDEPFILES): Update.
1713 * config/i386/linux.mh (NATDEPFILES): Update.
1714 * config/arm/linux.mh (NATDEPFILES): Update.
1715 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
1716 * linux-nat.c: Update copyright. Include <sys/param.h>,
1717 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
1718 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
1719 (O_LARGEFILE): Possibly define.
1720 (_initialize_linux_nat, linux_proc_pending_signals)
1721 (add_line_to_sigset, linux_proc_xfer_memory)
1722 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
1723 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
1724 (struct linux_corefile_thread_data)
1725 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
1726 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
1727
1728 2004-09-16 Andrew Cagney <cagney@gnu.org>
1729
1730 * lin-lwp.c: Delete file.
1731 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
1732 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
1733 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
1734 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
1735 (linux_nat_attach, detach_callback, linux_nat_detach)
1736 (resume_callback, resume_clear_callback, linux_nat_resume)
1737 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
1738 (stop_wait_callback, linux_nat_has_pending, flush_callback)
1739 (status_callback, running_callback, count_events_callback)
1740 (select_singlestep_lwp_callback, select_event_lwp_callback)
1741 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
1742 (child_wait, stop_and_resume_callback, linux_nat_wait)
1743 (kill_callback, kill_wait_callback, linux_nat_kill)
1744 (linux_nat_create_inferior, linux_nat_mourn_inferior)
1745 (linux_nat_xfer_memory, linux_nat_thread_alive)
1746 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
1747 (_initialize_linux_nat): New functions.
1748 * Makefile.in: Update all dependencies.
1749 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1750 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1751 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
1752 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1753 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1754 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1755 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1756 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1757 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1758 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1759 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1760 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1761 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1762
1763 2004-09-27 Mark Kettenis <kettenis@gnu.org>
1764
1765 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
1766 config/i386/obsd64.mh (NAT_FILE): Remove variable.
1767
1768 * configure.in: Don't comment out NATDEPFILES in the generated
1769 Makefile if NAT_FILE is unset.
1770 * configure: Regenerate.
1771
1772 2004-09-27 Andrew Cagney <cagney@gnu.org>
1773
1774 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
1775 (insert_step_resume_breakpoint): Delete.
1776 (insert_step_resume_breakpoint_at_frame): New function.
1777 (insert_step_resume_breakpoint_at_sal): New function.
1778 (handle_inferior_event, step_into_function)
1779 (insert_step_resume_breakpoint): Simplify by using same.
1780
1781 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
1782
1783 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1784
1785 * fbsd-proc.c: Remove file.
1786 * Makefile.in (fbsd-proc.o): Remove dependency.
1787
1788 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
1789 code together.
1790
1791 * config/i386/nm-fbsd64.h: Remove file.
1792 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1793
1794 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1795
1796 * amd64-nat.h: Update copyright year.
1797 (amd64bsd_target): New prototype.
1798 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
1799 (amd64bsd_target): New function.
1800 (amd64bsd_fetch_inferior_registers): Rename from
1801 fetch_inferior_registers. Make static.
1802 (amd64bsd_store_inferior_registers): Rename from
1803 store_inferior_registers. Make static.
1804 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
1805 (_initialize_amd64fbsd_nat): Construct and add target vector.
1806 * amd64nbsd-nat.o: Include "target.h".
1807 (_initialize_amd64nbsd_nat): Construct and add target vector.
1808 * amd64obsd-nat.c: Include "target.h".
1809 (_initialize_amd64obsd_nat): Construct and add target vector.
1810 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
1811 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
1812 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
1813 fbsd-nat.o.
1814 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
1815 Remove infptrace.o and inftarg.o. Add inf-child.o and
1816 inf-ptrace.o.
1817 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
1818 (amd64obsd-nat.o): Update dependencies.
1819
1820 2004-09-25 Mark Kettenis <kettenis@gnu.org>
1821
1822 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
1823 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
1824 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
1825 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
1826 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
1827
1828 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
1829 Inline attach call.
1830 (inf_ptrace_detach): Inline detach call.
1831
1832 * configure.in: Check for waddstr instead of mvwaddstr when
1833 searching for curses library. Check for wborder.
1834 * configure, config.in: Regenerate.
1835 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
1836 available.
1837
1838 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
1839
1840 2004-09-24 Robert Picco <Robert.Picco@hp.com>
1841
1842 Committed by Andrew Cagney.
1843 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
1844 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
1845 configuration.
1846 (fetch_register_using_p): Implement 'p' packet. Based on code by
1847 Fernando Nasser.
1848 (remote_fetch_registers): Call fetch_register_using_p.
1849 (init_all_packet_configs, show_remote_cmd)
1850 (_initialize_remote): Add p-packet.
1851
1852 2004-09-24 Mark Kettenis <kettenis@gnu.org>
1853
1854 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
1855 instead of call_ptrace. Call wait directly instead of
1856 ptrace_wait.
1857 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
1858 (inf_ptrace_wait): Inline ptrace_wait call.
1859
1860 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1861
1862 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
1863 rolled back instead.
1864
1865 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1866
1867 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
1868 the new argument order.
1869
1870 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
1871
1872 * MAINTAINERS: Remove "broken" from XStormy16 entry.
1873 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
1874 (struct gdbarch_tdep): Remove.
1875 (struct xstormy16_frame_cache): New frame cache structure.
1876 (xstormy16_register_byte, xstormy16_register_raw_size)
1877 (xstormy16_reg_virtual_type, xstormy16_register_type)
1878 (xstormy16_push_arguments, xstormy16_push_return_address)
1879 (xstormy16_pop_frame, xstormy16_store_struct_return)
1880 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
1881 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
1882 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
1883 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
1884 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
1885 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
1886 (xstormy16_use_struct_convention): Drop gcc_p parameter.
1887 (xstormy16_extract_return_value, xstormy16_store_return_value):
1888 Regcachify. Drop useless struct convention handling.
1889 (xstormy16_register_type, xstormy16_return_value)
1890 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
1891 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
1892 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
1893 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
1894 (xstormy16_unwind_sp, xstormy16_unwind_pc)
1895 (xstormy16_unwind_dummy_id) : New functions.
1896 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
1897 of xstormy16_scan_prologue.
1898 (xstormy16_frame_unwind): New frame_unwind structure.
1899 (xstormy16_frame_base): New frame_base structure.
1900 (xstormy16_gdbarch_init): Accomodate all of the above changes.
1901 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
1902
1903 2004-09-22 Mark Kettenis <kettenis@gnu.org>
1904
1905 * language.c (language_gdbarch_post_init): Fix off-by one error.
1906
1907 2004-09-21 Daniel Jacobowitz <dan@debian.org>
1908
1909 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
1910 (struct dwarf2_offset_and_type): New.
1911 (set_die_type, reset_die_and_siblings_types, get_die_type)
1912 (offset_and_type_hash, offset_and_type_eq): New functions.
1913 (read_structure_type, read_enumeration_type, read_array_type)
1914 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
1915 (read_tag_reference_type, read_tag_const_type)
1916 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
1917 (read_typedef, read_base_type, read_subrange_type): Use
1918 set_die_type.
1919
1920 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1921
1922 * Makefile.in (dwarf2read.o): Update dependencies.
1923 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
1924 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
1925 and read_in_chain.
1926 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
1927 mark, and has_form_ref_addr.
1928 (struct dwarf2_per_cu_data): New.
1929 (dwarf2_max_cache_age): New.
1930 (dwarf2_build_psymtabs_hard): Free cached compilation units
1931 after loading. Create and manage the list of compilation units.
1932 Remove unnecessary NULL initialization. Fix indentation.
1933 (psymtab_to_symtab_1): Initialize all of CU.
1934 (dwarf2_read_abbrevs): Set has_form_ref_addr.
1935 (find_partial_die): Use dwarf2_find_containing_comp_unit
1936 and load_comp_unit.
1937 (free_stack_comp_unit): Update comments. Clear the per-cu
1938 pointer. Handle aging.
1939 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
1940 (age_cached_comp_units, free_one_cached_comp_unit)
1941 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
1942 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
1943 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
1944 (show_dwarf2_cmd): New.
1945 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
1946 and "maint show dwarf2 max-cache-age".
1947 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
1948 externs.
1949 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
1950 global.
1951
1952 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
1953
1954 * dwarf2read.c (typename_concat): Change prototype to accept obstack
1955 and dwarf2_cu struct pointer as arguments. Change function to use
1956 obstack if provided and use dwarf2_cu to determine language-specific
1957 separator.
1958 (partial_die_parent_scope): Change comment to include java. Use
1959 new version of typename_concat instead of obconcat.
1960 (partial_die_full_name): Use typename_concat.
1961 (read_namespace): Ditto.
1962 (read_enumeration_type): Use typename_concat instead of obconcat.
1963 (new_symbol): Ditto.
1964 (add_partial_symbol): Enhance tests for C++ to also test for Java.
1965 (guess_structure_name): Ditto.
1966 (read_subroutine_type): Ditto.
1967 (read_structure_type): Ditto.
1968 (is_vtable_name): Add Java support.
1969 (determine_class_name): Switch to new typename_concat call.
1970 (determine_prefix): Switch to new typename_concat call.
1971 * jv-exp.y (FuncStart): New pattern.
1972 (MethodInvocation): Add support for simple function calls. Change
1973 warning message for other forms of inferior call currently not
1974 supported.
1975 * valarith.c (value_subscript): Treat an array with upper-bound
1976 of -1 as unknown size.
1977
1978 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1979
1980 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
1981 (lookup_partial_symtab): Use symtab_to_fullname.
1982
1983 2004-09-19 Jim Blandy <jimb@redhat.com>
1984
1985 * minsyms.c (lookup_minimal_symbol): Doc fix.
1986
1987 2004-09-20 Andrew Cagney <cagney@gnu.org>
1988
1989 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
1990 CHILD_RESUME.
1991 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
1992 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
1993 KILL_INFERIOR.
1994 * infptrace.c: Update.
1995
1996 2004-09-19 Daniel Jacobowitz <dan@debian.org>
1997
1998 * symtab.c (output_source_filename): Mark first argument as const.
1999 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2000 for "info sources" output.
2001
2002 2004-09-20 Mark Kettenis <kettenis@gnu.org>
2003
2004 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2005 <machine/vmparam.h>.
2006 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2007 (register_u_addr): Remove prototype.
2008
2009 2004-09-19 Mark Kettenis <kettenis@gnu.org>
2010
2011 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2012 (i386bsd_fetch_inferior_registers): Rename from
2013 fetch_inferior_registers. Make static.
2014 (i386bsd_store_inferior_registers): Rename from
2015 store_inferior_registers. Make static.
2016 (i386bsd_target): New function.
2017 * i386bsd-nat.h: New file.
2018 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2019 "i386bsd-nat.h".
2020 (i386fbsd_resume): Rename from child_resume. Make static.
2021 (_initialize_i386fbsd_nat): Construct and add target vector.
2022 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2023 (_initialize_i386nbsd_nat): Construct and add target vector.
2024 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2025 Remove defines.
2026 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2027 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2028 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2029 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2030 (LOADLIBES): New variable.
2031 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2032 inf-ptrace.o. Remove inftarg.o.
2033 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2034 inf-ptrace.o. Remove inftarg.o.
2035 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2036 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2037 (LOADLIBES): New variable.
2038 * Makefile.in (i386bsd_nat_h): New variable.
2039 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2040 dependencies.
2041
2042 * sparc64nbsd-tdep.c: Include "objfiles.h".
2043 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2044 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2045 svr4_lp64_fetch_link_map_offsets.
2046 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2047 "nbsd-tdep.h".
2048 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2049 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2050 svr4_lp64_fetch_link_map_offsets.
2051 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2052 dependencies.
2053
2054 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2055 * fbsd-nat.h: New file.
2056 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2057 (fbsd_nat_h): New variable.
2058 (fbsd-nat.o): New dependency.
2059
2060 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2061 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2062
2063 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2064 comment.
2065
2066 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2067
2068 * ada-exp.y (type_int): New function to add layer of abstraction
2069 around references to expression types.
2070 (type_long): Ditto.
2071 (type_long_long): Ditto.
2072 (type_float): Ditto.
2073 (type_double): Ditto.
2074 (type_long_double): Ditto.
2075 (type_char): Ditto.
2076 (type_system_address): Ditto.
2077 (simple_exp): Use type_* functions in place of builtin_*
2078 variables.
2079 (exp): Ditto.
2080 (write_var_from_name): Ditto.
2081 (write_object_renaming): Ditto.
2082 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2083 declaration.
2084 (build_ada_types): Remove, replacing with...
2085 (ada_language_arch_info): New function to initialize primitive
2086 type vector in language_arch_info.
2087 (ada_array_length): Remove use of builtin_type_ada_int.
2088 (value_pos_atr): Ditto.
2089 (ada_evaluate_subexp): Ditto.
2090 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2091 builtin_type_ada_long_long, builtin_type_ada_char,
2092 builtin_type_ada_float, builtin_type_ada_double,
2093 builtin_type_ada_long_double, builtin_type_ada_natural,
2094 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2095 (ada_builtin_types): Remove.
2096 (ada_language_defn): Remove entries for la_builtin_type_vector and
2097 string_char_type and use ada_language_arch_info.
2098 (_initialize_ada_language): Do type-vector initialization along
2099 the lines of c-lang.c.
2100 (ada_create_fundamental_type): Break up line.
2101 (ada_dump_symtab): Remove unused function.
2102 (enum ada_primitive_types): Define.
2103 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2104 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2105 builtin_type_ada_float, builtin_type_ada_double,
2106 builtin_type_ada_long_double, builtin_type_ada_natural,
2107 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2108 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2109 (processInt): Ditto.
2110 (processReal): Ditto.
2111 (name_lookup): Ditto.
2112 * ada-typeprint.c (print_range): Use builtin_type_int, not
2113 builtin_type_ada_int.
2114
2115 2004-09-18 Mark Kettenis <kettenis@gnu.org>
2116
2117 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2118
2119 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2120 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2121 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2122 * configure.in: Improve checks for curses library by checking for
2123 mvwaddstr instead of initscr. Drop HP curses in favour of
2124 standard curses on HP-UX.
2125 * configure: Regenerated.
2126
2127 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2128
2129 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2130 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2131 Minor formatting changes.
2132 (empty_array): Slight rewrite for formatting.
2133 (emit_char,parse,ada_language_defn,build_ada_types,
2134 ada_is_exception_sym, _initialize_ada_language): Move
2135 definitions around.
2136 (ada_dump_symtab): Remove unused definition.
2137 (ada_maybe_exception_partial_symbol): Remove unused definition.
2138
2139 2004-09-16 Andrew Cagney <cagney@gnu.org>
2140
2141 * inf-child.c: Include "gdb_string.h".
2142 (inf_child_core_file_to_sym_file): Delete.
2143 (inf_child_target): Set to_fetch_registers and to_store_registers.
2144 * inf-ptrace.c: Include "gdb_string.h".
2145 * Makefile.in: Update all dependencies.
2146
2147 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2148 problem.
2149
2150 2004-09-14 Joel Brobecker <brobecker@gnat.com>
2151
2152 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2153 call to heuristic_proc_desc. Remove code that became redundant
2154 as a consequence.
2155 (read_next_frame_reg): Remove special case for SP_REGNUM.
2156 (set_reg_offset): Fix small typo.
2157 (reset_saved_regs): New procedure.
2158 (mips32_heuristic_proc_desc): No longer compute a fake
2159 procedure descriptor. Compute the full frame cache instead.
2160 Some minor comment reformatting.
2161
2162 2004-09-14 Andrew Cagney <cagney@gnu.org>
2163
2164 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2165 maintainer.
2166
2167 * thread-db.c (thread_db_new_objfile): Assume that there is a
2168 child process.
2169
2170 2004-09-13 Jim Blandy <jimb@redhat.com>
2171
2172 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2173 so that its storage isn't referenced after its lifetime ends.
2174
2175 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2176 and never assigned to. Delete it, and the 'if (use_buffer)'
2177 clauses. Delete 'raw_buffer', since it is now unused.
2178
2179 2004-09-13 Andrew Cagney <cagney@gnu.org>
2180
2181 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2182 * configure: Re-generate.
2183 * nlm/Makefile.in (TAGS): Update.
2184 * Makefile.in (TAGS): Update.
2185 * config/vax/nbsd.mt (TM_FILE): Update.
2186 * config/sparc/vxworks.mt (TM_FILE): Update.
2187 * config/sparc/sol2.mt (TM_FILE): Update.
2188 * config/sparc/sol2-64.mt (TM_FILE): Update.
2189 * config/sparc/obsd64.mt (TM_FILE): Update.
2190 * config/sparc/obsd.mt (TM_FILE): Update.
2191 * config/sparc/nbsd64.mt (TM_FILE): Update.
2192 * config/sparc/nbsd.mt (TM_FILE): Update.
2193 * config/sparc/linux64.mt (TM_FILE): Update.
2194 * config/sparc/linux.mt (TM_FILE): Update.
2195 * config/sparc/fbsd.mt (TM_FILE): Update.
2196 * config/sh/wince.mt (TM_FILE): Update.
2197 * config/sh/nbsd.mt (TM_FILE): Update.
2198 * config/sh/linux.mt (TM_FILE): Update.
2199 * config/sh/embed.mt (TM_FILE): Update.
2200 * config/s390/s390.mt (TM_FILE): Update.
2201 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2202 * config/rs6000/rs6000.mt (TM_FILE): Update.
2203 * config/rs6000/aix4.mt (TM_FILE): Update.
2204 * config/powerpc/vxworks.mt (TM_FILE): Update.
2205 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2206 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2207 * config/powerpc/obsd.mt (TM_FILE): Update.
2208 * config/powerpc/nbsd.mt (TM_FILE): Update.
2209 * config/powerpc/linux.mt (TM_FILE): Update.
2210 * config/powerpc/aix.mt (TM_FILE): Update.
2211 * config/pa/obsd.mt (TM_FILE): Update.
2212 * config/pa/linux.mt (TM_FILE): Update.
2213 * config/pa/hppahpux.mt (TM_FILE): Update.
2214 * config/pa/hppa64.mt (TM_FILE): Update.
2215 * config/pa/hppa.mt (TM_FILE): Update.
2216 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2217 * config/mips/wince.mt (TM_FILE): Update.
2218 * config/mips/vxmips.mt (TM_FILE): Update.
2219 * config/mips/nbsd.mt (TM_FILE): Update.
2220 * config/mips/linux.mt (TM_FILE): Update.
2221 * config/mips/irix6.mt (TM_FILE): Update.
2222 * config/mips/irix5.mt (TM_FILE): Update.
2223 * config/mips/embed.mt (TM_FILE): Update.
2224 * config/m68k/vxworks68.mt (TM_FILE): Update.
2225 * config/m68k/st2000.mt (TM_FILE): Update.
2226 * config/m68k/os68k.mt (TM_FILE): Update.
2227 * config/m68k/obsd.mt (TM_FILE): Update.
2228 * config/m68k/nbsd.mt (TM_FILE): Update.
2229 * config/m68k/monitor.mt (TM_FILE): Update.
2230 * config/m68k/linux.mt (TM_FILE): Update.
2231 * config/m68k/cisco.mt (TM_FILE): Update.
2232 * config/ia64/linux.mt (TM_FILE): Update.
2233 * config/ia64/aix.mt (TM_FILE): Update.
2234 * config/ia64/ia64.mt (TM_FILE): Update.
2235 * config/i386/vxworks.mt (TM_FILE): Update.
2236 * config/i386/obsd64.mt (TM_FILE): Update.
2237 * config/i386/obsd.mt (TM_FILE): Update.
2238 * config/i386/nto.mt (TM_FILE): Update.
2239 * config/i386/nbsd64.mt (TM_FILE): Update.
2240 * config/i386/nbsd.mt (TM_FILE): Update.
2241 * config/i386/linux64.mt (TM_FILE): Update.
2242 * config/i386/linux.mt (TM_FILE): Update.
2243 * config/i386/i386sol2.mt (TM_FILE): Update.
2244 * config/i386/i386lynx.mt (TM_FILE): Update.
2245 * config/i386/fbsd64.mt (TM_FILE): Update.
2246 * config/i386/fbsd.mt (TM_FILE): Update.
2247 * config/i386/cygwin.mt (TM_FILE): Update.
2248 * config/h8300/h8300.mt (TM_FILE): Update.
2249 * config/frv/frv.mt (TM_FILE): Update.
2250 * config/cris/cris.mt (TM_FILE): Update.
2251 * config/arm/wince.mt (TM_FILE): Update.
2252 * config/arm/nbsd.mt (TM_FILE): Update.
2253 * config/arm/linux.mt (TM_FILE): Update.
2254 * config/arm/embed.mt (TM_FILE): Update.
2255 * config/alpha/nbsd.mt (TM_FILE): Update.
2256 * config/alpha/fbsd.mt (TM_FILE): Update.
2257 * config/alpha/alpha.mt (TM_FILE): Update.
2258 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
2259 * config/alpha/alpha-linux.mt (TM_FILE): Update.
2260
2261 Eliminate event_loop_p, always has the value 1.
2262 * defs.h (event_loop_p): Delete macro.
2263 * breakpoint.c (until_break_command): Simplify.
2264 * utils.c (prompt_for_continue): Simplify.
2265 * tracepoint.c (read_actions): Simplify.
2266 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
2267 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
2268 (set_prompt, init_main): Simplify.
2269 (init_signals, disconnect): Delete, unused.
2270 * remote.c (remote_async_resume)
2271 (extended_remote_async_create_inferior): Simplify.
2272 * mi/mi-interp.c (mi_input): Delete, unused.
2273 (mi_interpreter_resume, mi_command_loop): Simplify.
2274 * interps.c (current_interp_command_loop): Simplify.
2275 * infrun.c (proceed): Simplify.
2276 * infcmd.c (run_command, continue_command, step_1, jump_command)
2277 (until_command, advance_command, finish_command)
2278 (interrupt_target_command): Simplify.
2279 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
2280
2281 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2282 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2283 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2284 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2285 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2286 * mips-tdep.c (mips_dump_tdep): Do not print same.
2287
2288 2004-09-12 Andrew Cagney <cagney@gnu.org>
2289
2290 * valprint.c (print_longest): Use fputs_filtered. Make "val"
2291 const.
2292 * Makefile.in (valprint.o): Delete explict rule.
2293
2294 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
2295 reported by Dave Anderson.
2296
2297 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
2298
2299 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
2300
2301 2004-09-12 Salvador E. Tropea <set@users.sf.net>
2302 Andrew Cagney <cagney@gnu.org>
2303
2304 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
2305 (mi_cmd_data_list_register_values)
2306 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
2307 the register number computation.
2308
2309 2004-09-12 Andrew Cagney <cagney@gnu.org>
2310
2311 * ppcnbsd-nat.c: Include "inf-ptrace.h".
2312 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
2313 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
2314 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
2315 target.
2316 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
2317 inf-ptrace.o and inf-child.o.
2318 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
2319 * Makefile.in: Update dependencies.
2320
2321 2004-09-11 Andrew Cagney <cagney@gnu.org>
2322
2323 * language.c (hex_string, hex_string_custom): Move from here ...
2324 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
2325 (CELLSIZE): Increase to 50.
2326 * language.h (hex_string, hex_string_custom): Move from here ...
2327 * defs.h: ... to here.
2328 * Makefile.in: Update all dependencies.
2329
2330 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
2331
2332 * language.c (local_hex_format_custom): Remove.
2333 (local_hex_string): Rename to hex_string, use C format, and move to
2334 utils.c
2335 (local_hex_string_custom): Rename to hex_string_custom and change
2336 interface. Now uses C format. Move to utils.c
2337 (local_octal_format_custom): Remove.
2338 (local_decimal_format_custom): Remove.
2339 (unknown_language_defn): Remove language-specific number
2340 formatting entries.
2341 (auto_language_defn): Ditto.
2342 (local_language_defn): Ditto.
2343 * language.h (struct language_format_info): Delete declaration.
2344 (struct language_defn): Remove language_format_info fields
2345 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
2346 (local_binary_format): Remove macro.
2347 (local_binary_format_prefix): Remove macro.
2348 (local_binary_format_specifier): Remove macro.
2349 (local_binary_format_suffix): Remove macro.
2350 (local_octal_format): Remove macro.
2351 (local_octal_format_prefix): Remove macro.
2352 (local_octal_format_specifier): Remove macro.
2353 (local_octal_format_suffix): Remove macro.
2354 (local_decimal_format): Remove macro.
2355 (local_decimal_format_prefix): Remove macro.
2356 (local_decimal_format_specifier): Remove macro.
2357 (local_decimal_format_suffix): Remove macro.
2358 (local_hex_format): Remove macro.
2359 (local_hex_format_prefix): Remove macro.
2360 (local_hex_format_specifier): Remove macro.
2361 (local_hex_format_suffix): Remove macro.
2362 (local_decimal_format_custom): Remove.
2363 (local_octal_format_custom): Remove.
2364 (local_hex_format_custom): Remove.
2365 (local_hex_string): Rename to hex_string and move to defs.h.
2366 (local_hex_string_custom): Rename to hex_string_custom, change
2367 interface, and move to defs.h.
2368 * utils.c: (int_string): New function.
2369 (hex_string): New function (from language.c).
2370 (hex_string_custom): New function (from language.c).
2371 (octal2str): New function.
2372 (decimal2str): Add width parameter.
2373 (paddr_u): Use new decimal2str interface.
2374 (paddr_d): Ditto.
2375 * defs.h (hex_string): Declare.
2376 (hex_string_custom): Declare.
2377 (int_string): Declare.
2378 * printcmd.c (print_scalar_formatted): Remove localized binary
2379 formatting.
2380 * valprint.c (print_longest): Use int_string.
2381 (print_floating): Use C hex format.
2382 (print_hex_chars): Ditto.
2383 (print_binary_chars): Remove language-specific formatting.
2384 (print_octal_chars): Use C octal format.
2385 (print_decimal_chars): Delocalize format.
2386 (print_decimal): Remove.
2387 * ada-lang.c (ada_language_defn): Remove language-specific number
2388 formatting entries.
2389 * p-lang.c (pascal_language_defn): Ditto.
2390 * c-lang.c (c_language_defn): Ditto.
2391 (cplus_language_defn): Ditto.
2392 (asm_language_defn): Ditto.
2393 (minimal_language_defn): Ditto.
2394 * f-lang.c (f_language_defn): Ditto.
2395 * jv-lang.c (java_language_defn): Ditto.
2396 * m2-lang.c (m2_language_defn): Ditto.
2397 * scm-lang.c (scm_language_defn): Ditto.
2398 * objc-lang.c (objc_language_defn): Ditto.
2399 * memattr.c (mem_info_command): Use renamed hex_string_custom with
2400 new interface.
2401 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
2402 * ui-out.c (ui_out_field_core_addr): Ditto.
2403 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
2404 * exec.c (print_section_info): Ditto.
2405 * i387-tdep.c (print_i387_status_word): Ditto.
2406 (print_i387_control_word): Ditto.
2407 (i387_print_float_info): Ditto.
2408 * maint.c (maint_print_section_info): Ditto.
2409 * solib.c (info_sharedlibrary_command): Ditto.
2410 * somsolib.c (som_sharedlibrary_info_command): Ditto.
2411 * symtab.c (print_msymbol_info): Ditto.
2412 * tracepoint.c (tracepoints_info): Ditto.
2413 * solib-frv.c (lm_base): Ditto.
2414 (frv_current_sos): Ditto.
2415 (enable_break2): Ditto.
2416 (enable_break): Ditto.
2417 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
2418 (process_one_symbol): Ditto.
2419 * infcmd.c (program_info): Ditto.
2420 * mdebugread.c (parse_partial_symbols): Ditto.
2421 * symfile.c (add_symbol_file_command): Ditto.
2422 * cli/cli-cmds.c (edit_command): Ditto.
2423 (list_command): Ditto.
2424 * infcall.c (call_function_by_hand): Ditto.
2425 * remote-vx.c (vx_run_files_info): Ditto.
2426 (vx_wait): Ditto.
2427 (vx_attach): Ditto.
2428 (vx_detach): Ditto.
2429 (vx_kill): Ditto.
2430 * aix-thread.c (pdc_symbol_addrs): Ditto.
2431 (pdc_read_regs): Ditto.
2432 (pdc_write_regs): Ditto.
2433 (pdc_read_data): Ditto.
2434 (pdc_write_data): Ditto.
2435 * d10v-tdep.c (display_trace): Ditto.
2436 * rs6000-nat.c (find_toc_address): Ditto.
2437 * aix-thread.c: Don't include language.h.
2438 * buildsym.c: Ditto.
2439 * dbxread.c: Ditto.
2440 * mdebugread.c: Ditto.
2441 * rs6000-nat.c: Ditto.
2442 * buildsym.c (make_blockvector): Use renamed hex_string.
2443
2444 2004-09-10 Jason Molenda (jmolenda@apple.com)
2445
2446 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
2447 chars after 'if' or 'while' commands in user-defined commands.
2448
2449 2004-09-08 Jim Blandy <jimb@redhat.com>
2450
2451 Fix bug reported and analyzed by Olivier Crete:
2452 * symfile.c (copy_section_addr_info): New function.
2453 (symbol_file_add_with_addrs_or_offsets): Use it to save the
2454 original set of address arguments, instead of handwritten code
2455 that uses one length to allocate and a different length to
2456 initialize. Use make_cleanup_free_section_addr_info.
2457 * symfile.h (copy_section_addr_info): New declaration.
2458 * utils.c: #include "symfile.h".
2459 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
2460 New functions.
2461 * defs.h (make_cleanup_free_section_addr_info): New declaration.
2462 * Makefile.in (utils.o): Update dependencies.
2463
2464 2004-09-08 Andrew Cagney <cagney@gnu.org>
2465
2466 * thread-db.c (keep_thread_db): Delete.
2467 (thread_db_new_objfile, thread_db_create_inferior)
2468 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
2469
2470 2004-09-08 Mark Kettenis <kettenis@gnu.org>
2471
2472 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
2473 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
2474 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
2475 (i386_frameless_signal_p): Remove prototype.
2476 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
2477 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
2478 I386_SSE_NUM_REGS.
2479 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
2480 instead of FP0_REGNUM.
2481 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
2482 of FP0_REGNUM and FPC_REGNUM.
2483
2484 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
2485 (sunos_solib_create_inferior_hook): Don't call
2486 sunos_relocate_main_executable.
2487
2488 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
2489 solib_svr4_fetch_link_map_offsets to
2490 svr4_ilp32_fetch_link_map_offsets.
2491 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
2492 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
2493 svr4_ilp32_fetch_link_map_offsets.
2494 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
2495
2496 2004-09-07 Jim Blandy <jimb@redhat.com>
2497
2498 * frame.h (frame_register): Doc fix.
2499
2500 2004-09-07 Andrew Cagney <cagney@gnu.org>
2501
2502 * vx-share/wait.h: Delete #ifdef USG.
2503 * utils.c (request_quit): Ditto.
2504 * tui/tui.c (tui_reset): Ditto.
2505 * remote.c: Ditto.
2506 * remote-sds.c: Ditto.
2507 * remote-rdi.c: Ditto.
2508 * mdebugread.c: Ditto.
2509 * m68klinux-nat.c: Ditto.
2510 * infttrace.c: Ditto.
2511 * infptrace.c: Ditto.
2512 * i386v-nat.c: Ditto.
2513 * exec.c: Ditto.
2514 * dbxread.c: Ditto.
2515 * core-aout.c: Ditto.
2516
2517 2004-09-05 Joel Brobecker <brobecker@gnat.com>
2518
2519 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
2520 heuristic_proc_desc.
2521 (mips_insn32_frame_cache): Likewise.
2522
2523 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2524
2525 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
2526 left behind by error.
2527
2528 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2529
2530 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
2531 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
2532
2533 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2534
2535 * config/rs6000/xm-aix4.h: Remove this file.
2536 * config/rs6000/aix4.mh (XM_FILE): Delete.
2537
2538 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2539
2540 * config/rs6000/xm-rs6000.h: Remove this file.
2541 * config/rs6000/rs6000.mh (XM_FILE): Remove.
2542
2543 2004-09-03 Andrew Cagney <cagney@gnu.org>
2544
2545 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
2546 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
2547 only use.
2548
2549 * mips-tdep.c (temp_saved_regs): Delete.
2550 (set_reg_offset): Replace saved_regs parameter with this_cache.
2551 (heuristic_proc_desc, mips16_heuristic_proc_desc)
2552 (mips32_heuristic_proc_desc): Add this_cache parameter.
2553 (mips_insn32_frame_cache, mips_insn16_frame_cache)
2554 (after_prologue): Pass a NULL this_cache.
2555
2556 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
2557 non-kernel trap prologues.
2558
2559 * mips-tdep.c (find_proc_desc): Delete function.
2560 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
2561 simplify.
2562 (mips_insn16_frame_cache): Replace find_proc_desc with code from
2563 mips_insn32_frame_cache.
2564
2565 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
2566 Simplify as NEXT_FRAME is NULL.
2567 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
2568
2569 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
2570 local variable.
2571 (mips_skip_prologue): Update.
2572
2573 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
2574 "cur_frame" parameter.
2575 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
2576 (mips_insn32_frame_cache, find_proc_desc): Update
2577
2578 * config/vax/nm-obsd.h: Delete file.
2579 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2580 * config/vax/nm-nbsd.h: Delete file.
2581 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
2582 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2583 * config/sh/nm-nbsd.h: Delete file.
2584 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2585 * config/rs6000/nm-rs6000ly.h: Delete file.
2586 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
2587 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2588 * config/powerpc/nm-obsd.h: Delete file.
2589 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2590 * config/powerpc/nm-nbsd.h: Delete file.
2591 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2592 * config/pa/nm-obsd.h: Delete file.
2593 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2594 * config/mips/nm-nbsd.h: Delete file.
2595 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2596 * config/m88k/nm-obsd.h: Delete file.
2597 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2598 * config/m68k/nm-nbsd.h: Delete file.
2599 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
2600 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2601 * config/i386/nm-nbsd.h: Delete file.
2602 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
2603 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2604 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2605 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2606 * config/i386/nm-i386lynx.h: Delete file.
2607 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2608 * config/arm/nm-nbsd.h: Delete file.
2609 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
2610 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2611
2612 * config/i386/tm-fbsd.h: Delete file.
2613 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
2614 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
2615
2616 * config/rs6000/tm-rs6000-aix4.h: Delete file.
2617 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
2618 * config/rs6000/aix4.mt (TM_FILE): Set to
2619 config/rs6000/tm-rs6000.h.
2620 * config/powerpc/tm-ppc-aix.h: Delete file.
2621 * config/powerpc/aix.mt (TM_FILE): Set to
2622 config/rs6000/tm-rs6000.h.
2623 * config/m68k/tm-linux.h: Delete file.
2624 * config/m68k/linux.mt (TM_FILE): Set to solib.h
2625 * config/i386/tm-linux64.h: Delete file.
2626 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
2627 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
2628
2629 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2630 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
2631 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
2632 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2633 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
2634 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
2635 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
2636 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2637 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2638
2639 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
2640 gdb_host_cpu.
2641
2642 2004-09-02 Joel Brobecker <brobecker@gnat.com>
2643
2644 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
2645 Minor reformatting. Some code factoring.
2646
2647 2004-09-02 Andrew Cagney <cagney@gnu.org>
2648
2649 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
2650 * config/vax/tm-nbsd.h: Delete file.
2651 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2652 * config/sparc/tm-vxworks.h: Delete file.
2653 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
2654 * config/sparc/tm-nbsd.h: Delete file.
2655 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
2656 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
2657 * config/sparc/tm-linux.h: Delete file.
2658 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
2659 * config/s390/tm-linux.h: Delete file.
2660 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
2661 * config/pa/tm-bsd.h: Delete file.
2662 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
2663 * config/m68k/tm-obsd.h: Delete file.
2664 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
2665 * config/m68k/tm-nbsd.h: Delete file.
2666 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2667 * config/i386/tm-vxworks.h: Delete file.
2668 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
2669 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
2670 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
2671 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
2672 * config/i386/tm-nbsd.h: Delete file.
2673 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
2674 * config/i386/tm-i386lynx.h: Delete file.
2675 * config/cris/cris.mt (TM_FILE): Set to solib.h.
2676 * config/cris/tm-cris.h: Delete file.
2677
2678 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
2679 * configure: Re-generate.
2680 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
2681 * config/arm/tm-nbsd.h: Delete file.
2682
2683 * config/powerpc/tm-ppcle-sim.h: Delete.
2684 * config/powerpc/tm-ppcle-eabi.h: Delete.
2685 * config/powerpc/tm-nbsd.h: Delete.
2686 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
2687 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
2688 tm-ppcle-eabi.h.
2689
2690 * config/i386/nto.mh (NAT_FILE): Delete.
2691 * config/i386/nm-nto.h: Delete.
2692
2693 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
2694 * config/m68k/tm-os68k.h: Ditto.
2695 * config/m68k/tm-monitor.h: Ditto.
2696 * config/m68k/tm-cisco.h: Ditto.
2697 * config/m68k/st2000.mt (TM_FILE): Delete.
2698 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
2699 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
2700 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
2701 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
2702
2703 * config/m68k/tm-st2000.h: Delete.
2704 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
2705 * config/sparc/fbsd.mt (TM_FILE): Delete.
2706 * config/sparc/tm-fbsd.h: Delete.
2707
2708 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
2709 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
2710 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
2711
2712 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
2713 GDB_TM_FILE and GDB_XM_FILE.
2714 * gdbarch.c: Re-generate.
2715 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
2716 quotes in macro definition.
2717 * configure.in: Re-generate.
2718
2719 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
2720 validating architecture methods.
2721 * gdbarch.c: Re-generate.
2722
2723 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
2724 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
2725 GDB_MULTI_ARCH_PARTIAL.
2726 * gdbarch.h: Re-generate.
2727
2728 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
2729 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
2730 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
2731 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
2732 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
2733 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
2734 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
2735 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
2736 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
2737 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
2738 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
2739 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
2740
2741 2004-09-01 Andrew Cagney <cagney@gnu.org>
2742
2743 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
2744 and main_func_highpc.
2745 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
2746 * objfiles.c (init_entry_point_info, objfile_relocate): Update
2747 * nlmread.c (nlm_symfile_read): Update.
2748
2749 2004-09-01 Joel Brobecker <brobecker@gnat.com>
2750
2751 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
2752 (mips_insn32_frame_cache): Inline call to find_proc_desc.
2753 (find_proc_desc): Remove dead code.
2754
2755 2004-09-01 Joel Brobecker <brobecker@gnat.com>
2756
2757 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
2758
2759 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2760
2761 * observer.sh: Add struct so_list declaration.
2762 * Makefile.in: Add dependencies on observer.h for solib.c and
2763 breakpoint.c.
2764 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
2765 function.
2766 (_initialize_breakpoint): Register
2767 disable_breakpoints_in_unloaded_shlib as an observer of the
2768 "solib unloaded" observation event.
2769 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
2770 call decode_line_1 so unfound breakpoint errors are silent.
2771 * solib.c (update_solib_list): When a solib is discovered to have
2772 been unloaded by the program, notify all observers of the
2773 "solib unloaded" observation event.
2774
2775 2004-09-01 Andrew Cagney <cagney@gnu.org>
2776
2777 * frame.c: Include "objfiles.h".
2778 (inside_main_func): New function.
2779 (get_prev_frame): Use new inside_main_func.
2780 * Makefile.in (frame.o): Update dependencies.
2781 * defs.h (inside_main_func): Delete declaration.
2782 * blockframe.c (inside_main_func): Delete function.
2783
2784 2004-08-31 Jim Blandy <jimb@redhat.com>
2785
2786 * dwarf2read.c (is_vtable_name): New function, based on logic from
2787 read_structure_type, but passing the correct length to strncmp,
2788 and using 'sizeof' instead of 'strlen'.
2789 (read_structure_type): Call it.
2790
2791 2004-08-31 Joel Brobecker <brobecker@gnat.com>
2792
2793 * config/powerpc/aix.mh: Add comment.
2794
2795 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
2796
2797 * MAINTAINERS: Add self to Write-After-Approval.
2798
2799 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
2800
2801 * MAINTAINERS: Add self to Write-After-Approval.
2802
2803 2004-08-30 Andrew Cagney <cagney@gnu.org>
2804
2805 Fix PR breakpoints/1757.
2806 * infrun.c (struct execution_control_state): Replace
2807 remove_breakpoints_on_following_step with
2808 step_after_step_resume_breakpoint.
2809 (init_execution_control_state): Update.
2810 (handle_inferior_event): For signals, when stepping off a
2811 breakpoint, set step_after_step_resume_breakpoint. When
2812 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
2813 (keep_going): Delete code handling
2814 remove_breakpoints_on_following_step.
2815
2816 2004-08-29 David Lecomber <david@streamline-computing.com>
2817
2818 Fix PR gdb/648
2819 * language.h (enum array_ordering): New enum.
2820 * language.h (struct language_defn): New la_array_ordering
2821 attribute.
2822 * language.c (unknown_language_defn, auto_language_defn)
2823 (local_language_defn): Ditto.
2824 * ada-lang.c (ada_language_defn): Ditto.
2825 * c-lang.c (c_language_defn, cplus_language_defn)
2826 (asm_language_defn, minimal_language_defn): Ditto.
2827 * f-lang.c (f_language_defn): Ditto.
2828 * jv-lang.c (java_language_defn): Ditto.
2829 * m2-lang.c (f_language_defn): Ditto.
2830 * objc-lang.c (objc_language_defn): Ditto.
2831 * p-lang.c (pascal_language_defn): Ditto.
2832 * scm-lang.c (scm_language_defn): Ditto.
2833 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
2834 oriented large to small in type structure.
2835 * dwarf2read.c (read_array_order): New function.
2836 (read_array_type): Use read_array_order to check row/column
2837 major ordering.
2838
2839 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
2840
2841 * target.c (target_resize_to_sections): Check
2842 current_target.to_sections for an old value when updating.
2843
2844 2004-08-27 Joel Brobecker <brobecker@gnat.com>
2845
2846 * procfs.c (dbx_link_bpt_addr): New static global variable.
2847 (dbx_link_shadow_contents): New static global variable.
2848 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
2849 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
2850 if we just hit it.
2851 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
2852 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
2853 from run to run.
2854 (procfs_create_inferior): Remove syssgi syscall-exit notifications
2855 after the inferior has been forked.
2856 (remove_dbx_link_breakpoint): New function.
2857 (dbx_link_addr): New function.
2858 (insert_dbx_link_bpt_in_file): New function.
2859 (insert_dbx_link_bpt_in_region): New function.
2860 (insert_dbx_link_breakpoint): New function.
2861 (proc_trace_syscalls_1): New function, extracted from
2862 proc_trace_syscalls.
2863 (proc_trace_syscalls): Replace extract code by call to
2864 proc_trace_syscalls_1.
2865 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
2866 is no longer valid.
2867
2868 2004-08-25 Jim Blandy <jimb@redhat.com>
2869
2870 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
2871
2872 2004-08-25 Andrew Cagney <cagney@gnu.org>
2873
2874 * infrun.c (struct execution_control_state): Delete field
2875 "stepping_through_sigtramp".
2876 (init_execution_control_state): Do not set same.
2877 (context_switch): Do not pass same to save_infrun_state and
2878 load_infrun_state.
2879 * gdbthread.h (struct thread_info): Delete field
2880 stepping_through_sigtramp.
2881 (save_infrun_state, load_infrun_state): Delete parameter
2882 stepping_through_sigtramp.
2883 * thread.c (load_infrun_state, save_infrun_state): Update.
2884
2885 * infrun.c: Re-indent. Move expression operators to the beginning
2886 of the line. Remove long disabled #if 0 code.
2887
2888 2004-08-24 Andrew Cagney <cagney@gnu.org>
2889
2890 * doublest.h (floatformat_ieee_quad): Rename
2891 floatformat_ia64_quad.
2892 * doublest.c (floatformat_ieee_quad): Rename
2893 floatformat_ia64_quad.
2894 (_initialize_doublest): Update.
2895
2896 2004-08-24 Jim Blandy <jimb@redhat.com>
2897
2898 * dwarf2expr.h (struct dwarf_expr_context): New members
2899 'num_pieces' and 'pieces', for returning the result of an
2900 expression that uses DW_OP_piece.
2901 (struct dwarf_expr_piece): New struct type.
2902 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
2903 pieces.
2904 (free_dwarf_expr_context): Free pieces, if any.
2905 (add_piece): New function.
2906 (execute_stack_op): Implement DW_OP_piece.
2907 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
2908 expression is a list of pieces, print an error message.
2909 (dwarf2_loc_desc_needs_frame): If the expression yields
2910 pieces, and any piece is in a register, then we need a frame.
2911
2912 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
2913 the stack until we've decided what sort of result the evaluation
2914 has produced. Use separate variables, with more specific names.
2915
2916 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
2917
2918 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
2919 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
2920 (arm_netbsd_init_abi_common): Register them.
2921
2922 2004-08-22 Mark Kettenis <kettenis@gnu.org>
2923
2924 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
2925
2926 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
2927 safe_frame_unwind_memory instead of target_read_memory.
2928
2929 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
2930 Reorder includes.
2931 (fetch_register, store_register): Remove prototypes.
2932 (child_resume): Reorganize code and comments such that it is
2933 grouped a bit more logically.
2934 (attach): Explicitly compare errno against 0.
2935 (detach): Likewise. Use perror_with_name instead of
2936 print_sys_errmsg.
2937 * Makefile.in (infptrace.o): Update dependencies.
2938
2939 * ia64-linux-nat.c: Update copyright year.
2940 (fetch_debug_register, store_debug_register)
2941 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
2942 PTRACE_TYPE_ARG3.
2943 * config/ia64/nm-linux.h: Update copyright year.
2944 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
2945
2946 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
2947 from CORE_ADDR to struct frame_info *. Use
2948 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
2949 (amd64_linux_sigtramp_p): Adjust for changed signature of
2950 and64_linux_sigtramp_start
2951
2952 * gdb_ptrace.h: GNU/Linux.
2953
2954 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2955 Remove defines.
2956
2957 * infptrace.c: Include "gdb_assert.h".
2958 (PTRACE_XFER_TYPE): Remove define.
2959 (offsetof): Only define if U_REGS_OFFSET isn't defined.
2960 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
2961 Tweak comment.
2962 (fetch_inferior_registers, store_inferior_registers): Remove
2963 redundant culry braces. Tweak comment. s/regno/regnum.
2964 * Makefile.in (infptrace.o): Update dependencies.
2965
2966 * configure.in: Change test for return type of ptrace to default
2967 to `long' instead of `int'.
2968 * configure: Regenerate.
2969
2970 2004-08-21 Mark Kettenis <kettenis@gnu.org>
2971
2972 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
2973
2974 * configure.in: Check for ttrace function.
2975 * configure, config.in: Regenerate.
2976
2977 * gdb_ptrace.h: New file.
2978 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
2979 <sys/ptrace.h>.
2980 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
2981 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
2982 (attach): Don't define PT_ATTACH.
2983 (detach): Don't define PT_DETACH.
2984 * Makefile.in (gdb_ptrace_h): New variable.
2985 (infptrace.o): Update dependencies.
2986
2987 2004-08-16 Mark Kettenis <kettenis@gnu.org>
2988
2989 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
2990 instead of `int' if not already defined.
2991 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
2992 PTRACE_TYPE_ARG3.
2993 * infptrace.c (call_ptrace): Revert change that replaced
2994 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2995
2996 2004-08-15 Mark Kettenis <kettenis@gnu.org>
2997
2998 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2999 Remove defines.
3000
3001 * linux-nat.c (kill_inferior): Add missing third and fourth
3002 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3003
3004 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3005 PTRACE_TYPE_RET.
3006
3007 * proc-why.c (proc_prettyfprint_why): Fix format string.
3008
3009 * solib-osf.c (osf_current_sos): Remove unsused label.
3010
3011 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3012 curses headers.
3013 * configure, config.in: Regenerate.
3014 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3015 <ncurses/ncurses.h>.
3016
3017 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3018 * config/nm-nbsd.h: Update copyright year.
3019 (PTRACE_ARG3_TYPE): Remove define.
3020
3021 * sparc-nat.c (fetch_inferior_registers)
3022 (store_inferior_registers, sparc_xfer_wcookie):
3023 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3024
3025 * alphabsd-nat.c (fetch_inferior_registers):
3026 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3027 PTRACE_TYPE_ARG3.
3028 * amd64bsd-nat.c (fetch_inferior_registers)
3029 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3030 PTRACE_TYPE_ARG3.
3031 * armnbsd-nat.c: Update copyright year.
3032 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3033 (store_register, store_regs, store_fp_register, store_fp_regs):
3034 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3035 * hppabsd-nat.c (fetch_inferior_registers)
3036 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3037 PTRACE_TYPE_ARG3.
3038 * i386bsd-nat.c (fetch_inferior_registers)
3039 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3040 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3041 * m68kbsd-nat.c (fetch_inferior_registers)
3042 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3043 PTRACE_TYPE_ARG3.
3044 * m88kbsd-nat.c (fetch_inferior_registers)
3045 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3046 PTRACE_TYPE_ARG3.
3047 * mipsnbsd-nat.c: Update copyright year.
3048 (fetch_inferior_registers, store_inferior_registers):
3049 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3050 * ns32knbsd-nat.c: Update copyright year.
3051 (fetch_inferior_registers, store_inferior_registers):
3052 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3053 * ppcnbsd-nat.c (fetch_inferior_registers):
3054 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3055 PTRACE_TYPE_ARG3.
3056 * ppcobsd-nat.c (fetch_inferior_registers):
3057 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3058 PTRACE_TYPE_ARG3.
3059 * shnbsd-nat.c: Update copyright year.
3060 (fetch_inferior_registers, store_inferior_registers):
3061 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3062 * vaxbsd-nat.c (fetch_inferior_registers)
3063 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3064 PTRACE_TYPE_ARG3.
3065
3066 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3067 PTRACE_TYPE_ARG3.
3068 * infptrace.c (call_ptrace, child_resume, attach, detach)
3069 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3070 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3071 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3072 PTRACE_TYPE_ARG3.
3073
3074 2004-08-14 Mark Kettenis <kettenis@gnu.org>
3075
3076 * defs.h: Remove out-of-date comment.
3077 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3078 [!GETENV_PROVIDED] (getenv): Remove prototype.
3079
3080 * standalone.c: Remove file.
3081 * Makefile.in (standalone.o): Remove dependency.
3082
3083 * i386-linux-nat.c (dummy_sse_values): Remove function and
3084 prototype.
3085 (i386_linux_dr_get): Fix typo in comment.
3086 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3087
3088 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3089
3090 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3091 from declaration.
3092 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3093 from definition.
3094
3095 2004-08-13 Mark Kettenis <kettenis@gnu.org>
3096
3097 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3098 parenthesis in definition.
3099 * configure: Regenerated.
3100
3101 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3102
3103 * PROBLEMS: Mention build/1411.
3104
3105 2004-08-09 Robert Millan <robertmh@gnu.org>
3106
3107 Committed by Nathanael Nerode.
3108 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3109 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3110
3111 2004-08-12 Andrew Cagney <cagney@gnu.org>
3112
3113 * NEWS: Mention fixes in GDB 6.2.1.
3114 * PROBLEMS: Remove mention of mips-irix.
3115
3116 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3117
3118 * config/powerpc/xm-aix.h: Delete.
3119 * config/powerpc/aix.mh (MH_FILE): Remove.
3120 * config/powerpc/aix432.mh (MH_FILE): Remove.
3121
3122 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3123
3124 * config/powerpc/aix.mh: Remove obsolete comment.
3125 * config/powerpc/aix432.mh: Likewise.
3126
3127 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3128
3129 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3130
3131 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3132
3133 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3134 this file is now empty.
3135 * config/xm-aix4.h: Remove, this file is no longer included
3136 anywhere.
3137
3138 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3139
3140 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3141 that file is now empty.
3142 (termdef): Remove prototype, function no longer used.
3143
3144 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3145
3146 * doc/gdbint.texinfo (Host Definition): Remove documentation
3147 for USE_O_NOCTTY, no longer used.
3148 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3149 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3150
3151 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3152
3153 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3154 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3155 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3156
3157 2004-08-11 Mark Kettenis <kettenis@gnu.org>
3158
3159 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3160 instead of FIVE_ARG_PTRACE.
3161
3162 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3163 (new_tty): Use O_NOCTTY unconditionally.
3164
3165 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3166
3167 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3168 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3169 fflush on stdout.
3170
3171 2004-08-10 Joel Brobecker <brobecker@gnat.com>
3172
3173 * xcoff_symfile_finish: Replace last call to xmfree by call
3174 to xfree.
3175
3176 2004-08-10 Andrew Cagney <cagney@gnu.org>
3177
3178 * main.c (captured_main): Delete call to init_malloc.
3179 * defs.h (init_malloc): Delete declaration.
3180 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3181 (init_malloc): Delete functions.
3182
3183 * defs.h (xmfree): Delete.
3184 * utils.c (xmfree): Delete function.
3185 (xfree): Inline calls to xmfree and mfree.
3186 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3187 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3188 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3189 * somread.c (som_symfile_finish): Ditto.
3190 * objfiles.c (allocate_objfile, free_objfile):
3191 * nlmread.c (nlm_symfile_finish): Ditto.
3192 * hpread.c (hpread_symfile_finish): Ditto.
3193 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3194 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3195 * coffread.c (coff_symfile_finish): Ditto.
3196
3197 * defs.h (xmcalloc): Delete declaration.
3198 * utils.c (xmcalloc): Delete.
3199 (xcalloc): Inline calls to xmcalloc and mcalloc.
3200 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3201 xcalloc and xfree.
3202 * symtab.c (create_demangled_names_hash): Ditto.
3203
3204 * defs.h (xmrealloc): Delete.
3205 * utils.c (xmrealloc): Delete.
3206 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3207 * symmisc.c (extend_psymbol_list): Use xrealloc.
3208 * source.c (find_source_lines): Ditto.
3209 * hpread.c (hpread_lookup_type): Ditto.
3210 * dbxread.c (add_bincl_to_list): Ditto.
3211
3212 * utils.c (xmmalloc): Delete.
3213 (xmalloc): Inline xmmalloc and mmalloc calls.
3214 (msavestring): Use xmalloc.
3215 * defs.h (xmmalloc): Delete declaration.
3216 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3217 xmmalloc.
3218 * symmisc.c (extend_psymbol_list): Ditto.
3219 * symfile.c (init_psymbol_list): Ditto.
3220 * source.c (find_source_lines): Ditto.
3221 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3222 * elfread.c (elf_symtab_read): Ditto.
3223 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3224 * coffread.c (coff_symfile_init): Ditto.
3225
3226 2004-08-10 David Carlton <carlton@bactrian.org>
3227
3228 * MAINTAINERS: Remove David Carlton from c++ testsuite
3229 maintainers.
3230
3231 2004-08-10 Jerome Guitton <guitton@gnat.com>
3232
3233 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
3234 print a line feed before the prompt.
3235
3236 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3237
3238 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
3239
3240 2004-08-09 Joel Brobecker <brobecker@gnat.com>
3241
3242 General cleanup of the AIX xm include file:
3243 * config/xm-aix4.h (fd_set): Remove undefine.
3244 Remove include of <sys/select.h>.
3245 (HAVE_TERMIO): Remove define.
3246 (USG): Likewise.
3247 (NULL): Remove redefine.
3248 (alloca): Remove #pragma.
3249 (vfork): Remove define.
3250 (termdef): Remove.
3251 (SIGWINCH_HANDLER): Remove.
3252 (SIGWINCH_HANDLER_BODY): Remove.
3253
3254 2004-08-09 Mark Kettenis <kettenis@gnu.org>
3255
3256 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
3257 GDB_OSABI_OPENBSD_ELF.
3258
3259 2004-08-07 Robert Millan <robertmh@gnu.org>
3260
3261 * bsd-kvm.c: Check for nlist.h before including it.
3262
3263 2004-08-09 Mark Kettenis <kettenis@gnu.org>
3264
3265 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
3266 sigcontext' offset consistency checks for ancient BSD.
3267
3268 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
3269
3270 * configure.in: Check for <sys/types.h>. Check return and
3271 argument types of ptrace.
3272 * configure, config.in: Regenerate.
3273
3274 2004-08-09 Jim Blandy <jimb@redhat.com>
3275
3276 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
3277 rs6000_register_sim_regno): Doc fixes.
3278
3279 2004-08-08 Joel Brobecker <brobecker@gnat.com>
3280
3281 * mips-tdep.c: Include "floatformat.h".
3282 (n32n64_floatformat_always_valid): New function.
3283 (floatformat_n32n64_long_double_big): New constant.
3284 (mips_gdbarch_init): Set size and format of long double
3285 for N32 and N64 ABIs.
3286 * Makefile.in (mips-tdep.o): Update dependencies.
3287
3288 2004-08-08 Andrew Cagney <cagney@gnu.org>
3289
3290 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
3291 print. Improve script's error messages.
3292 * gdbarch.h: Re-generate.
3293
3294 * gdbarch.sh (pformat): New function.
3295 (float_format, double_format, long_double_format): List with bit
3296 members. Use pformat when printing.
3297 * gdbarch.c, gdbarch.h: Re-generate.
3298
3299 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
3300
3301 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
3302 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
3303 (ppcnbsd_supply_pcb): New function.
3304 (_initialize_ppcnbsd_nat): New prototype and function.
3305 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3306 (LOADLIBES): New variable.
3307 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
3308
3309 2004-08-08 Andrew Cagney <cagney@gnu.org>
3310
3311 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
3312 (builtin_type_ieee_double, builtin_type_ia64_quad)
3313 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
3314 BE/LE floating-point types.
3315 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
3316 (builtin_type_ieee_double, builtin_type_ia64_quad)
3317 (builtin_type_ia64_spill): Declare.
3318 * doublest.c (_initialize_doublest, floatformat_ieee_single)
3319 (floatformat_ieee_double, floatformat_arm_ext)
3320 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
3321 of LE/BE floatformats.
3322 * doublest.h: (struct floatformat, floatformat_ieee_single)
3323 (floatformat_ieee_double, floatformat_arm_ext)
3324 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
3325
3326 2004-08-08 Mark Kettenis <kettenis@gnu.org>
3327
3328 * i386gnu-nat.c (gnu_store_registers): Fix typo.
3329
3330 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
3331 instead of regcache_raw_supply when storing the registers.
3332
3333 * i386gnu-nat.c: Update copyright year.
3334 (gnu_store_registers): Don't use deprecated_registers and
3335 deprecated_registers_valid. Use regcache_valid_p and
3336 regcache_raw_supply instead.
3337
3338 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
3339 frame_pc_unwind.
3340
3341 * procfs.c (procfs_pid_to_str): Remove redundant and unused
3342 variables. Incapitalized "process".
3343
3344 * configure.in: Add cursesX to the list of possible curses libs.
3345 Add cursesX.h to the list of possible curses headers.
3346 * configure, config.in: Regenerate.
3347
3348 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3349
3350 * configure.in: Test for struct lwp in <sys/lwp.h>.
3351 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
3352 the offset of l_addr in struct lwp.
3353
3354 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3355
3356 * bsd-kvm.c: Include "gdbcore.h"
3357 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
3358
3359 2004-08-07 Andrew Cagney <cagney@gnu.org>
3360
3361 * gdbtypes.c (build_flt, build_complex): New functions.
3362 (gdbtypes_post_init): Use.
3363
3364 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
3365
3366 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
3367 through to builtin_type_uint128.
3368
3369 * c-exp.y: Use builtin_type function to obtain builtin types.
3370
3371 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
3372 builtin_uint128.
3373 * gdbtypes.c (gdbtypes_post_init): Update.
3374 (build_gdbtypes): Move initialization of builtin_type_int0
3375 through to builtin_type_uint128 from here ...
3376 (_initialize_gdbtypes): ... to here.
3377 * d10v-tdep.c (d10v_register_type): Update.
3378
3379 * doublest.c: Update copyright.
3380 (floatformat_from_length): Call error when floatformat is NULL.
3381 (extract_floating_by_length): Remove NULL fmt check.
3382 (store_floating_by_length): Ditto.
3383
3384 2004-08-07 Andrew Cagney <cagney@gnu.org>
3385
3386 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
3387 that the register is valid.
3388
3389 2004-08-05 Mark Kettenis <kettenis@chello.nl>
3390
3391 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3392 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
3393 struct frame_info *. Use safe_frame_unwind_memory instead of
3394 deprecated_read_memory_nobpt.
3395 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
3396 changed signature of i386_linux_sigtramp_start and
3397 i386_linux_rt_sigtramp_start.
3398
3399 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
3400 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
3401 instead of deprecated_read_memory_nobpt.
3402 (i386nbsd_sigtramp_p): Adjust for changed signature of
3403 i386nbsd_sigtramp_offset.
3404
3405 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
3406 safe_frame_unwind_memory instead of target_read_memory.
3407
3408 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3409 !NO_SYS_FILE.
3410 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
3411 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
3412 (_initialize_kernel_u_addr): Remove prototype and function.
3413 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3414 !NO_SYS_FILE.
3415 * xcoffread.c: Likewise.
3416
3417 2004-08-06 Mark Kettenis <kettenis@gnu.org>
3418
3419 * vax-nat.c: New file.
3420 * vaxbsd-nat.c: Tweak comment.
3421 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
3422 vaxnbsd-tdep.c.
3423 (vax-nat.o): New dependency.
3424 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
3425 (vax-*-ultrix2*): Remove.
3426 * config/vax/vax.mh: New file.
3427 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
3428 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
3429 (vax_register_u_addr): New prototype.
3430 (REGISTER_U_ADDR): Define using vax_register_u_addr.
3431 * config/vax/vaxult2.mh: Remove file.
3432 * config/vax/vaxult.mh: Remove file.
3433 * config/vax/vaxbsd.mh: Remove file.
3434 * config/vax/vax.mt (TM_FILE): Remove.
3435 * config/vax/tm-vaxbsd.h: Remove file.
3436
3437 2004-08-06 Joel Brobecker <brobecker@gnat.com>
3438
3439 * aix-thread.c (get_signaled_thread): New function.
3440 (iter_trap): Delete, no longer used.
3441 (iter_tid): New function.
3442 (pd_update): Find the thread that received the SIGTRAP signal
3443 by first locating the kernel thread, and then finding its
3444 associated thread.
3445
3446 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
3447
3448 * lin-lwp.c (child_wait): Continue inferior after processing
3449 PTRACE_EVENT_CLONE event.
3450
3451 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
3452
3453 * MAINTAINERS: Add self to Write-After-Approval.
3454
3455 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
3456
3457 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
3458 libunwind-xxxx.so" where xxxx is UNW_TARGET.
3459
3460 2004-08-05 Andrew Cagney <cagney@gnu.org>
3461
3462 * config/xm-sysv4.h: Delete file.
3463 * config/mips/xm-irix5.h: Delete file.
3464 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
3465 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
3466 * config/ia64/xm-aix.h: Delete file.
3467 * config/ia64/aix.mh (XM_FILE): Delete.
3468 * config/pa/xm-hppah.h: Delete file.
3469 * config/pa/hpux11w.mh (XM_FILE): Delete.
3470 * config/pa/hpux11.mh (XM_FILE): Delete.
3471 * config/pa/hpux1020.mh (XM_FILE): Delete.
3472 * config/pa/hppahpux.mh (XM_FILE): Delete.
3473
3474 * config/alpha/xm-alphalinux.h: Delete file.
3475 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
3476 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
3477 * config/alpha/xm-alphaosf.h: Delete file.
3478 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
3479 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
3480 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
3481 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
3482
3483 * config/i386/xm-i386v.h: Delete file.
3484 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
3485 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
3486 * config/i386/xm-i386sco.h: Delete file.
3487 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
3488 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
3489 * config/i386/xm-i386v4.h: Delete file.
3490 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
3491 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
3492 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
3493 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
3494
3495 * config/vax/xm-vax.h: Delete file.
3496 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
3497 * config/vax/xm-vaxult2.h: Delete file.
3498 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
3499 * config/vax/vaxult2.mh (XM_FILE): Delete.
3500 * config/vax/xm-vaxult.h: Delete file.
3501 * config/vax/vaxult.mh (XM_FILE): Delete.
3502 * config/vax/xm-vaxbsd.h: Delete file.
3503 * config/vax/vaxbsd.mh (XM_FILE): Delete.
3504
3505 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
3506 * gdbarch.h, gdbarch.c: Re-generate.
3507 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
3508 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
3509 * frame.h: Delete deprecated_read_fp from comments.
3510 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
3511 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
3512
3513 2004-08-04 Mark Kettenis <kettenis@gnu.org>
3514
3515 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
3516 trampoline in OpenBSD 3.5-current.
3517
3518 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
3519 SSE registers.
3520
3521 * Makefile.in: Remove embedded page breaks.
3522
3523 2004-08-04 Jim Blandy <jimb@redhat.com>
3524
3525 * regcache.c (regcache_raw_read): Assert that, after calling
3526 target_fetch_registers, the register we're reading is cached.
3527
3528 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
3529 a call to 'internal_error', with a more helpful error message.
3530 * rs6000-tdep.c (e500_pseudo_register_read,
3531 e500_pseudo_register_write, rs6000_store_return_value): Same.
3532
3533 2004-08-04 Andrew Cagney <cagney@gnu.org>
3534
3535 * Makefile.in: Update dependencies.
3536
3537 2004-08-04 Jim Blandy <jimb@redhat.com>
3538
3539 Change the layout of the PowerPC E500 raw register cache to allow
3540 the lower 32-bit halves of the GPRS to be their own raw registers,
3541 not pseudoregisters.
3542 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
3543 add ppc_ev0_upper_regnum flag.
3544 * rs6000-tdep.c: #include "reggroups.h".
3545 (spe_register_p): Recognize the ev upper half registers as SPE
3546 registers.
3547 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
3548 registers.
3549 (e500_move_ev_register): New function.
3550 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
3551 vector registers are the pseudo-registers now, formed by splicing
3552 together the gprs and the upper-half registers.
3553 (e500_register_reggroup_p): New function.
3554 (P): Macro deleted.
3555 (P8, A4): New macro.
3556 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
3557 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
3558 macros.
3559 (registers_e500): Rearrange register set so that the raw register
3560 set contains 32-bit GPRs and upper-half registers, and the SPE
3561 vector registers become pseudo-registers.
3562 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
3563 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
3564 register numbers are now the same for the E500 as they are for
3565 other PowerPC variants. Register e500_register_reggroup_p as the
3566 register group function for the E500.
3567 * Makefile.in (rs6000-tdep.o): Update dependencies.
3568
3569 Adapt PPC E500 native support to the new raw regcache layout.
3570 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
3571 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
3572 (fetch_spe_register, store_spe_register): Handle fetching/storing
3573 all the SPE registers at once, if regno == -1. These now take
3574 over the job of fetch_spe_registers and store_spe_registers.
3575 (fetch_spe_registers, store_spe_registers): Deleted.
3576 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
3577 unconditionally; they're always raw. Fetch/store SPE upper half
3578 registers, if present, instead of ev registers.
3579 (fetch_register, store_register): Remove sanity checks: gprs are
3580 never pseudo-registers now, so we never need to even mention any
3581 registers that are ever pseudoregisters.
3582
3583 Use a fixed register numbering when communicating with the PowerPC
3584 simulator.
3585 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
3586 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
3587 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
3588 New functions.
3589 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
3590 init_sim_regno_table.
3591 * Makefile.in (gdb_sim_ppc_h): New variable.
3592 (rs6000-tdep.o): Update dependencies.
3593
3594 2004-08-02 Andrew Cagney <cagney@gnu.org>
3595
3596 * cris-tdep.c (cris_register_size): Restore function, still used
3597 locally.
3598
3599 * gdbarch.sh (deprecated_target_read_fp)
3600 (deprecated_frame_locals_address, deprecated_frame_args_address)
3601 (deprecated_frame_chain_valid, deprecated_frame_chain)
3602 (deprecated_init_extra_frame_info, deprecated_pop_frame)
3603 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
3604 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
3605 * gdbarch.h, gdbarch.c: Re-generate.
3606 * regcache.c (deprecated_read_fp): Do not call
3607 DEPRECATED_TARGET_READ_FP_P.
3608 * infcmd.c (default_print_registers_info): Do not call
3609 DEPRECATED_DO_REGISTERS_INFO.
3610 * frame-base.c (default_frame_locals_address): Do not call
3611 DEPRECATED_FRAME_LOCALS_ADDRESS.
3612 (default_frame_args_address): Do not call
3613 DEPRECATED_FRAME_ARGS_ADDRESS.
3614
3615 * gdbarch.sh (deprecated_register_raw_size)
3616 (deprecated_register_virtual_size:int): Delete.
3617 * gdbarch.h, gdbarch.c: Re-generate.
3618 * cris-tdep.c (cris_register_size): Delete.
3619 (cris_gdbarch_init): Update.
3620 * alpha-tdep.c (alpha_register_raw_size)
3621 (alpha_register_virtual_size): Delete.
3622 (alpha_gdbarch_init): Update.
3623
3624 * gdbarch.sh (deprecated_register_virtual_type)
3625 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
3626 (deprecated_dummy_write_sp): Delete.
3627 * gdbarch.h, gdbarch.c: Re-generate.
3628
3629 * gdbarch.sh (deprecated_register_bytes): Delete.
3630 * gdbarch.h, gdbarch.c: Re-generate.
3631 * regcache.c (deprecated_register_bytes): New function.
3632 * regcache.h (deprecated_register_bytes): Declare.
3633 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3634 * v850-tdep.c (v850_gdbarch_init): Update.
3635 * sh64-tdep.c (sh64_gdbarch_init): Update.
3636 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
3637 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3638 * mcore-tdep.c (mcore_gdbarch_init): Update.
3639 * cris-tdep.c (cris_gdbarch_init): Update.
3640 * arm-tdep.c (arm_gdbarch_init): Update.
3641 * remote.c (init_remote_state): Update.
3642 * remote-vx.c (vx_prepare_to_store): Update.
3643 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
3644 * irix5-nat.c (fetch_core_registers): Update.
3645 * cris-tdep.c (cris_register_bytes_ok): Update.
3646 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
3647
3648 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
3649 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
3650 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
3651 (mips_insn16_frame_base_address, mips_insn16_frame_base)
3652 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
3653 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
3654 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
3655 (mips_insn32_frame_base_address, mips_insn32_frame_base)
3656 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
3657 with mips_insn16 and mips_insn32.
3658
3659 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
3660 * rs6000-tdep.c (rs6000_push_dummy_call)
3661 (rs6000_extract_return_value): Use register_size.
3662 * xstormy16-tdep.c (xstormy16_get_saved_register)
3663 (xstormy16_extract_return_value): Ditto.
3664 * valops.c (value_assign): Ditto.
3665 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
3666 * v850-tdep.c (v850_extract_return_value): Ditto.
3667 * tracepoint.c (collect_symbol): Ditto.
3668 * target.c (debug_print_register): Ditto.
3669 * stack.c (frame_info): Ditto.
3670 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
3671 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
3672 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
3673 (store_register_using_P): Ditto.
3674 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
3675 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
3676 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3677 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
3678 * regcache.c (deprecated_read_register_bytes)
3679 (deprecated_write_register_bytes, read_register)
3680 (write_register): Ditto.
3681 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
3682 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
3683 * monitor.c (monitor_supply_register, monitor_fetch_register)
3684 (monitor_store_register): Ditto.
3685 * mn10300-tdep.c (mn10300_pop_frame_regular)
3686 (mn10300_print_register): Ditto.
3687 * mipsv4-nat.c (fill_fpregset): Ditto.
3688 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
3689 (mips64_fill_fpregset): Ditto.
3690 * mi/mi-main.c (register_changed_p, get_register)
3691 (mi_cmd_data_write_register_values): Ditto.
3692 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
3693 * irix5-nat.c (fill_gregset, fetch_core_registers):
3694 * infrun.c (write_inferior_status_register): Ditto.
3695 * infptrace.c (fetch_register, store_register): Ditto.
3696 * infcmd.c (default_print_registers_info): Ditto.
3697 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
3698 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
3699 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
3700 * hpux-thread.c (hpux_thread_fetch_registers)
3701 (hpux_thread_store_registers): Ditto.
3702 * hppah-nat.c (store_inferior_registers, fetch_register):
3703 * findvar.c (value_from_register): Ditto.
3704 * dve3900-rom.c (fetch_bitmapped_register):
3705 * cris-tdep.c (cris_gdbarch_init): Ditto.
3706 * alpha-tdep.h: Ditto.
3707 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
3708
3709 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
3710 DEPRECATED_REGISTER_RAW_SIZE from comments.
3711 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
3712 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
3713 DEPRECATED_REGISTER_RAW_SIZE.
3714 * findvar.c (value_of_register): Simplify by assuming that the
3715 registers raw and virtual sizes are identical.
3716 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
3717 comment.
3718 * arch-utils.c (generic_register_size): Simplify by assuming
3719 register_type.
3720
3721 * regcache.c (legacy_read_register_gen, real_register)
3722 (legacy_write_register_gen): Delete, not used.
3723
3724 * regcache.c (struct regcache_descr): Delete legacy_p.
3725 (init_legacy_regcache_descr): Delete function.
3726 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
3727 Do not use deprecated register functions.
3728 (regcache_raw_read, deprecated_write_register_gen):
3729 (deprecated_read_register_gen, regcache_raw_write): Delete code
3730 predicated on legacy_p.
3731 (register_size): Delete check against register raw size.
3732
3733 * cris-tdep.c (cris_register_type): Replace
3734 cris_register_virtual_type.
3735 (cris_gdbarch_init): Update, set register_type.
3736
3737 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
3738 * gdbarch.h, gdbarch.c: Re-generate.
3739 * arm-tdep.c (arm_frameless_function_invocation): Delete.
3740 (arm_gdbarch_init) Do not set frameless function invocation.
3741 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
3742 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
3743 * frv-tdep.c (frv_frameless_function_invocation): Delete.
3744 (frv_gdbarch_init): Do not set frameless function invocation.
3745 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
3746 * sh-tdep.c (sh_gdbarch_init): Ditto.
3747 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
3748 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3749 * avr-tdep.c (avr_gdbarch_init): Ditto.
3750
3751 * blockframe.c (legacy_frame_chain_valid): Delete function.
3752
3753 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
3754 and pc. Update comments.
3755 (pc_in_dummy_frame): Delete function.
3756 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
3757 use the "id".
3758 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
3759 call_hi, top and pc, use the id.
3760 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
3761
3762 * dummy-frame.c: Include "gdb_string.h".
3763 (generic_save_call_dummy_addr, generic_push_dummy_frame)
3764 (generic_save_dummy_frame_tos): Delete.
3765 (dummy_frame_push): New function, replaces above.
3766 * dummy-frame.h: Update copyright.
3767 (dummy_frame_push): Declare.
3768 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
3769 (generic_save_call_dummy_addr): Delete declarations.
3770 * infcall.c: Include "dummy-frame.h".
3771 (call_function_by_hand): Add locals caller_regcache,
3772 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
3773 with call to frame_save_as_regcache plus cleanup. Delete calls to
3774 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
3775 Move clear_proceed_status to just before the resume, add call to
3776 dummy_frame_push (discard cleanup).
3777 * Makefile.in (infcall.o): Add $(dummy_frame_h).
3778 (dummy-frame.o): Add $(gdb_string_h).
3779
3780 2004-08-01 Andrew Cagney <cagney@gnu.org>
3781
3782 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
3783 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
3784 * dummy-frame.c (find_dummy_frame): Delete.
3785 (struct dummy_frame_cache, dummy_frame_sniffer)
3786 (dummy_frame_prev_register, dummy_frame_this_id)
3787 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
3788 frame unwinder using a dummy_frame_cache.
3789
3790 2004-08-01 Andrew Cagney <cagney@gnu.org>
3791
3792 * frame.h (frame_save_as_regcache): Declare.
3793 * frame.c (frame_save_as_regcache): New function.
3794 (do_frame_read_register): Replace do_frame_unwind_register.
3795 (frame_pop): Use frame_save_as_regcache.
3796 * dummy-frame.c (generic_push_dummy_frame): Use
3797 frame_save_as_regcache.
3798
3799 2004-08-01 Joel Brobecker <brobecker@gnat.com>
3800
3801 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
3802 file as included until we record the first line in the linetable.
3803
3804 2004-08-01 Andrew Cagney <cagney@gnu.org>
3805
3806 * frame.h (deprecated_pop_dummy_frame)
3807 (deprecated_read_register_dummy)
3808 (deprecated_generic_find_dummy_frame): Delete.
3809 * dummy-frame.c (deprecated_generic_find_dummy_frame)
3810 (deprecated_read_register_dummy)
3811 (deprecated_find_dummy_frame_regcache)
3812 (discard_innermost_dummy)
3813 (deprecated_pop_dummy_frame): Delete.
3814 (dummy_frame_this_id): Simplify.
3815 (struct dummy_frame): Delete "fp" and "sp".
3816 (find_dummy_frame): Simplify.
3817 (generic_push_dummy_frame): Do not set "fp" or "sp".
3818 (fprint_dummy_frames): Do not print "fp" and "sp"
3819
3820 2004-08-01 Mark Kettenis <kettenis@gnu.org>
3821
3822 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
3823 (struct i386_insn): New structure.
3824 (i386_match_insn): New function.
3825 (i386_frame_setup_skip_insns): New variable.
3826 (i386_analyze_frame_setup): Change to use i386_match_insn and the
3827 array i386_frame_setup_insns of instructions that should be
3828 skipped inside the frame setup sequence.
3829
3830 2004-08-01 Andrew Cagney <cagney@gnu.org>
3831
3832 * frame.h (deprecated_frame_xmalloc_with_cleanup)
3833 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3834 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3835 * stack.c (frame_info): Delete references to
3836 DEPRECATED_FRAME_INIT_SAVED_REGS and
3837 deprecated_get_frame_saved_regs.
3838 * frame.c (struct frame_info): Delete saved_regs and extra_info.
3839 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
3840 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
3841 (frame_unwind_register_signed)
3842 (frame_unwind_register_unsigned)
3843 (frame_unwind_unsigned_register): Use register_size.
3844 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
3845 (deprecated_frame_xmalloc_with_cleanup)
3846 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3847 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3848
3849 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
3850 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
3851 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
3852 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
3853
3854 * infcall.c (call_function_by_hand): Do not use
3855 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
3856 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
3857 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
3858 DEPRECATED_STACK_ALIGN.
3859
3860 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
3861
3862 Committed by Andrew Cagney.
3863 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
3864
3865 2004-08-01 Andrew Cagney <cagney@gnu.org>
3866
3867 * mips-tdep.c (mips16_frame_cache)
3868 (mips16_frame_this_id, mips16_frame_prev_register)
3869 (mips16_frame_unwind, mips16_frame_sniffer)
3870 (mips16_frame_base_address, mips16_frame_base)
3871 (mips16_frame_base_sniffer, mips32_frame_cache)
3872 (mips32_frame_this_id, mips32_frame_prev_register)
3873 (mips32_frame_unwind, mips32_frame_sniffer)
3874 (mips32_frame_base_address, mips32_frame_base)
3875 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
3876 separate heuristic mips16 and mips32 unwinders.
3877 (mips_stub_frame_cache, mips_stub_frame_this_id)
3878 (mips_stub_frame_prev_register)
3879 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
3880 (mips_stub_frame_base_address, mips_stub_frame_base)
3881 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
3882 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
3883 match true mdebug frames.
3884 (non_heuristic_proc_desc): Add forward declaration.
3885
3886 2004-08-01 Andrew Cagney <cagney@gnu.org>
3887
3888 * config/mips/tm-irix6.h: Delete file.
3889 * config/mips/tm-irix5.h: Delete file.
3890 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
3891 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
3892
3893 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
3894 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
3895 * config/nm-gnu.h (NO_CORE_OPS): Delete.
3896 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
3897 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
3898 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
3899 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
3900 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
3901 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
3902 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
3903 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
3904 (TARGET_SIGNAL_RAW_VALUES): Delete.
3905 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3906 Delete.
3907 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
3908 (TARGET_HW_WATCH_LIMIT): Delete.
3909 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
3910 * minimon.h: Delete file.
3911
3912 * trad-frame.c (trad_frame_get_this_base)
3913 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
3914 functions.
3915 * trad-frame.h (trad_frame_set_this_base)
3916 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
3917
3918 2004-07-31 Andrew Cagney <cagney@gnu.org>
3919
3920 * trad-frame.c (trad_frame_get_prev_register): Rename
3921 trad_frame_get_prev_register.
3922 * vax-tdep.c (vax_frame_prev_register): Update.
3923 * trad-frame.h: Update.
3924 * trad-frame.c (trad_frame_get_register): Update.
3925 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
3926 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
3927 Update.
3928 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
3929 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
3930 Update.
3931 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
3932 Update.
3933 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
3934 Update.
3935 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
3936 Update.
3937 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
3938 Update.
3939 * s390-tdep.c (s390_frame_prev_register)
3940 (s390_stub_frame_prev_register)
3941 (s390_sigtramp_frame_prev_register): Update.
3942 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
3943 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
3944 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
3945 * m88k-tdep.c (m88k_frame_prev_register)
3946 * m68hc11-tdep.c (m68hc11_frame_prev_register)
3947 * m32r-tdep.c (m32r_frame_prev_register): Update.
3948 * hppa-tdep.c (hppa_frame_prev_register_helper)
3949 * frv-tdep.c (frv_frame_prev_register): Update.
3950 * d10v-tdep.c (d10v_frame_prev_register): Update.
3951 * cris-tdep.c (cris_frame_prev_register): Update.
3952 * avr-tdep.c (avr_frame_prev_register): Update.
3953 * arm-tdep.c (arm_prologue_prev_register)
3954 (arm_sigtramp_prev_register): Update.
3955
3956 2004-07-31 Andrew Cagney <cagney@gnu.org>
3957
3958 * frame.h (legacy_saved_regs_unwind)
3959 (legacy_frame_chain_valid, legacy_frame_p)
3960 (enum frame_type): Delete UNKNOWN_FRAME.
3961 * dummy-frame.c (dummy_frame_this_id): Simplify.
3962 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
3963 * frame.c (struct frame_info): Delete the field "type".
3964 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
3965 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
3966 (legacy_saved_regs_unwind, legacy_frame_p)
3967 (frame_type_from_pc): Delete.
3968 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
3969 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
3970
3971 2004-07-31 Mark Kettenis <kettenis@gnu.org>
3972
3973 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
3974 indentation.
3975
3976 * mips-nat.c: Remove file.
3977 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
3978 (mips-nat.o): Remove dependency.
3979
3980 * infptrace.c: Update copyright year.
3981 (fetch_register): Pass NULL in regcache_raw_supply call instead of
3982 explicitly setting the buffer to all zeroes.
3983
3984 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
3985 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
3986
3987 2004-07-30 Andrew Cagney <cagney@gnu.org>
3988
3989 * GDB 6.2 released from gdb_6_2-branch.
3990
3991 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
3992
3993 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
3994
3995 * exec.c (exec_file_attach):
3996 * nto-tdep.c (nto_find_and_open_solib):
3997 * pa64solib.c (pa64_solib_sizeof_symbol_table):
3998 * solib.c (solib_open):
3999 * somsolib.c (som_solib_sizeof_symbol_table):
4000 * source.c (is_regular_file, openp, open_source_file):
4001 * symfile.c (symfile_bfd_open):
4002 * wince.c (upload_to_device): Differentiate between the search for
4003 binary and source files.
4004
4005 2004-07-30 Andrew Cagney <cagney@gnu.org>
4006
4007 * complaints.c (_initialize_complaints): Pass NULL to
4008 add_setshow_zinteger_cmd for help_doc.
4009 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4010
4011 2004-07-30 Andrew Cagney <cagney@gnu.org>
4012
4013 Fix PR i18n/761.
4014 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4015 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4016 $(PACKAGE).pot and update-po.
4017 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4018 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4019 (update-po): New rules.
4020 (localedir): Define using autoconf.
4021 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4022 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4023 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4024 * configure.in: Generate CATALOGS and LINGUAS from contents of
4025 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4026 * configure: Re-generate.
4027 * po/gdbtext: New file
4028
4029 2004-07-30 Jerome Guitton <guitton@gnat.com>
4030
4031 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4032 order.
4033
4034 2004-07-30 David Lecomber <dsl@sources.redhat.com>
4035
4036 * dwarf2read.c (read_file_scope): Set producer if attribute
4037 present.
4038 (struct dwarf2_cu): Added new member producer.
4039
4040 2004-07-30 Jerome Guitton <guitton@gnat.com>
4041
4042 * inflow.c (kill_command): release file handles in BFD.
4043 * exec.c (exec_file_attach): Ditto.
4044 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4045
4046 2004-07-29 Andrew Cagney <cagney@gnu.org>
4047
4048 * PROBLEMS (mips-irix): Note that it is broken.
4049
4050 2004-07-29 Andrew Cagney <cagney@gnu.org>
4051
4052 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4053 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4054
4055 * config/xm-nbsd.h: Delete file.
4056 * config/arm/xm-nbsd.h: Delete file.
4057 * config/i386/xm-nbsd.h: Delete file.
4058 * config/ns32k/xm-nbsd.h: Delete file.
4059 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4060 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4061 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4062 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4063 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4064
4065 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4066 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4067 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4068 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4069 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4070 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4071
4072 * config/powerpc/xm-linux.h: Delete empty file.
4073 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4074 * config/powerpc/linux.mh (XM_FILE): Delete.
4075 * config/m68k/xm-linux.h: Delete empty file.
4076 * config/m68k/linux.mh (XM_FILE): Delete.
4077 * config/ia64/xm-linux.h: Delete empty file.
4078 * config/ia64/linux.mh (XM_FILE): Delete.
4079 * config/arm/xm-linux.h: Delete empty file.
4080 * config/arm/linux.mh (XM_FILE): Delete.
4081
4082 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4083 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4084 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4085 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4086 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4087 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4088 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4089 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4090
4091 * config/m68k/xm-m68k.h: Delete file.
4092 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4093 copyright.
4094 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4095 * config/pa/xm-linux.h: Delete empty file.
4096 * config/pa/linux.mh (XM_FILE): Delete.
4097 * config/i386/xm-i386.h: Delete empty file.
4098 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4099 "i386/xm-i386.h".
4100 * config/i386/obsdaout.mh (XM_FILE): Delete.
4101 * config/i386/obsd64.mh (XM_FILE): Delete.
4102 * config/i386/fbsd64.mh (XM_FILE): Delete.
4103 * config/i386/nto.mh (XM_FILE): Delete.
4104 * config/i386/obsd.mh (XM_FILE): Delete.
4105 * config/i386/linux64.mh (XM_FILE): Delete.
4106 * config/i386/linux.mh (XM_FILE): Delete.
4107 * config/i386/i386sol2.mh (XM_FILE): Delete.
4108 * config/i386/i386gnu.mh (XM_FILE): Delete.
4109 * config/i386/fbsd.mh (XM_FILE): Delete.
4110 * config/i386/nbsd64.mh (XM_FILE): Delete.
4111
4112 2004-07-29 Andrew Cagney <cagney@gnu.org>
4113
4114 * config/pa/xm-linux.h: Do not include "floatformat.h".
4115 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4116 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4117 * config/i386/xm-i386.h: Do not include "floatformat.h".
4118 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4119 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4120 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4121 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4122 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4123 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4124 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4125 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4126 * configure, config.in: Regenerate.
4127 * configure.host (gdb_host_float_format, gdb_host_double_format)
4128 (gdb_host_long_double_format): Set according to the host.
4129
4130 2004-07-29 Andrew Cagney <cagney@gnu.org>
4131
4132 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4133
4134 2004-07-28 Andrew Cagney <cagney@gnu.org>
4135
4136 * PROBLEMS: Mention threads/1650.
4137 * NEWS: Mention the NPTL fix.
4138
4139 2004-07-28 Andrew Cagney <cagney@gnu.org>
4140
4141 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4142 (add_setshow_cmd_full): Make static.
4143 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4144 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4145 * cli/cli-decode.c (add_setshow_filename_cmd)
4146 (add_setshow_string_cmd): New functions.
4147 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4148 * mips-tdep.c (_initialize_mips_tdep): Update.
4149 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4150 * cli/cli-logging.c (_initialize_cli_logging): Update.
4151 * complaints.c (_initialize_complaints): Update.
4152 * remote.c (_initialize_remote): Update.
4153
4154 2004-07-28 Andrew Cagney <cagney@gnu.org>
4155
4156 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4157 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4158 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4159 print parameters. Make string parameters constant.
4160 * command.h: Update. Update copyright.
4161 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4162 * observer.c (_initialize_observer): Ditto.
4163 * frame.c (_initialize_frame): Ditto.
4164 * complaints.c (_initialize_complaints): Ditto.
4165 * maint.c (_initialize_maint_cmds): Ditto.
4166 * target.c (initialize_targets): Ditto.
4167 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4168 * infcall.c (_initialize_infcall): Ditto.
4169 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4170 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4171 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4172 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4173 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4174
4175 2004-07-28 Andrew Cagney <cagney@gnu.org>
4176
4177 * gdbtypes.c (lookup_primitive_typename): Delete function.
4178 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4179 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4180 * gdbtypes.c (lookup_typename): Ditto.
4181 * f-exp.y (yylex): Ditto.
4182 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4183
4184 * scm-lang.c (c_builtin_types): Delete extern declaration.
4185 (scm_language_defn): Replace
4186 string_char_type and primitive_type_vector with
4187 la_language_arch_info.
4188 * jv-lang.c (java_language_defn): Replace
4189 string_char_type and primitive_type_vector with
4190 la_language_arch_info.
4191 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4192 c_builtin_types in comment.
4193 * c-lang.h (struct language_arch_info): Declare opaque.
4194 (c_language_arch_info): Declare.
4195 (c_builtin_types): Delete declaration.
4196 * c-lang.c (c_language_arch_info): Set string_char_type to
4197 builtin_char, not builtin_true_char. Make global.
4198 (c_builtin_types): Delete array.
4199 (asm_language_defn, minimal_language_defn): Replace
4200 string_char_type and primitive_type_vector with
4201 la_language_arch_info.
4202
4203 2004-07-28 Andrew Cagney <cagney@gnu.org>
4204
4205 * gdbtypes.h (struct builtin_type): Rename true_char to
4206 builtin_true_char.
4207 * gdbtypes.c (gdbtypes_post_init): Update.
4208 * c-lang.c (arch_info): New function.
4209 (enum c_primitive_types): New enum.
4210 (c_language_defn): Instead of string_char_type and
4211 primitive_type_vector set la_language_arch_info.
4212
4213 2004-07-28 Andrew Cagney <cagney@gnu.org>
4214
4215 * language.h (struct language_arch_info): Fix typo
4216 s/primative/primitive/.
4217 * gdbtypes.c (lookup_primitive_typename): Ditto.
4218 * language.c (language_lookup_primitive_type_by_name)
4219 (unknown_language_arch_info): Ditto.
4220
4221 2004-07-27 Andrew Cagney <cagney@gnu.org>
4222
4223 * defs.h (enum language): Add nr_languages.
4224 * language.h (struct language_arch_info): Define.
4225 (struct language_defn): Add la_language_arch_info.
4226 (language_lookup_primative_type_by_name): Declare.
4227 (language_string_char_type): Declare.
4228 * language.c (_initialize_language, language_gdbarch_post_init)
4229 (struct language_gdbarch, language_gdbarch_data): Implement
4230 per-architecture language information.
4231 (unknown_language_arch_info, language_string_char_type)
4232 (language_lookup_primative_type_by_name): New functions.
4233 (unknown_language_defn, auto_language_defn)
4234 (local_language_defn): Set la_language_arch_info to
4235 unknown_language_arch_info.
4236 (unknown_builtin_types): Delete.
4237 * gdbtypes.c (lookup_primitive_typename): Use
4238 language_lookup_primative_type_by_name.
4239 (create_string_type): Use language_string_char_type.
4240 * values.c (value_from_string): Use language_string_char_type.
4241 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
4242 * p-lang.c (pascal_language_defn): Ditto.
4243 * m2-lang.c (m2_language_defn): Ditto.
4244 * jv-lang.c (java_language_defn): Ditto.
4245 * objc-lang.c (objc_language_defn): Ditto.
4246 * f-lang.c (f_language_defn): Ditto.
4247 * c-lang.c (c_language_defn, cplus_language_defn)
4248 (asm_language_defn, minimal_language_defn): Ditto.
4249
4250 2004-07-27 Andrew Cagney <cagney@gnu.org>
4251
4252 * gdbtypes.h (struct builtin_type): Declare.
4253 (builtin_type): Declare.
4254 * d10v-tdep.c (d10v_register_type): Use builtin_type.
4255 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
4256 (gdbtypes_post_init): New function.
4257 (builtin_type): New function.
4258
4259 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
4260
4261 * remote-m32r-sdi.c: Fix breakpoint bug.
4262 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
4263 recv_char_data, recv_long_data): New functions to replace communication
4264 sequences.
4265
4266 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
4267
4268 Document PR threads/1650.
4269 * PROBLEMS (Threads): Document problem with many threads
4270
4271 2004-07-26 Andrew Cagney <cagney@gnu.org>
4272
4273 * gdb-mi.el: Move from here ...
4274 * mi/gdb-mi.el: ... to here.
4275
4276 2004-07-26 Andrew Cagney <cagney@gnu.org>
4277
4278 Problem reported by Ashley Pittman <ashley@quadrics.com>.
4279 * main.c (captured_main): When in batch mode always detach.
4280
4281 2004-07-26 Andrew Cagney <cagney@gnu.org>
4282
4283 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
4284 and h8300 as broken.
4285 * NEWS: END-OF-LIFE frame compatibility module.
4286 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
4287 specific comments.
4288
4289 2004-07-26 Andrew Cagney <cagney@gnu.org>
4290
4291 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
4292 * xcoffsolib.c (_initialize_xcoffsolib): Update.
4293 * wince.c (_initialize_wince): Update.
4294 * win32-nat.c (_initialize_win32_nat): Update.
4295 * varobj.c (_initialize_varobj): Update.
4296 * valops.c (_initialize_valops): Update.
4297 * utils.c (initialize_utils, initialize_utils): Update.
4298 * tui/tui-win.c (_initialize_tui_win): Update.
4299 * top.c (init_main): Update.
4300 * symfile.c (_initialize_symfile): Update.
4301 * source.c (_initialize_source): Update.
4302 * somsolib.c (_initialize_som_solib): Update.
4303 * solib.c (_initialize_solib): Update.
4304 * solib-frv.c (_initialize_frv_solib): Update.
4305 * serial.c (_initialize_serial): Update.
4306 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
4307 * remote.c (_initialize_remote, _initialize_remote): Update.
4308 * remote-vx.c (_initialize_vx): Update.
4309 * remote-utils.c (_initialize_sr_support): Update.
4310 * remote-sds.c (_initialize_remote_sds): Update.
4311 * remote-mips.c (_initialize_remote_mips): Update.
4312 * remote-e7000.c (_initialize_remote_e7000): Update.
4313 * proc-api.c (_initialize_proc_api): Update.
4314 * printcmd.c: Update.
4315 * parse.c (_initialize_parse): Update.
4316 * pa64solib.c (_initialize_pa64_solib): Update.
4317 * p-valprint.c (_initialize_pascal_valprint): Update.
4318 * monitor.c (_initialize_remote_monitors): Update.
4319 * mips-tdep.c (_initialize_mips_tdep): Update.
4320 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4321 * maint.c (_initialize_maint_cmds): Update.
4322 * lin-lwp.c (_initialize_lin_lwp): Update.
4323 * language.c (_initialize_language): Update.
4324 * kod.c (_initialize_kod): Update.
4325 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
4326 * i386-tdep.c (_initialize_i386_tdep): Update.
4327 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
4328 * gdbarch.sh: Update.
4329 * gdbarch.c: Re-generate.
4330 * gdb-events.sh: Update.
4331 * gdb-events.c: Re-generate.
4332 * frame.c (_initialize_frame): Update.
4333 * exec.c: Update.
4334 * demangle.c (_initialize_demangler): Update.
4335 * dcache.c (_initialize_dcache): Update.
4336 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
4337 * cp-valprint.c (_initialize_cp_valprint): Update.
4338 * corefile.c (_initialize_core): Update.
4339 * command.h: Update.
4340 * cli/cli-decode.h: Update.
4341 * cli/cli-cmds.c (init_cli_cmds): Update.
4342 * charset.c (_initialize_charset): Update.
4343 * breakpoint.c (_initialize_breakpoint): Update.
4344 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
4345 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4346 * aix-thread.c (_initialize_aix_thread): Update.
4347
4348 2004-07-24 Mark Kettenis <kettenis@gnu.org>
4349
4350 Partial fix for PR backtrace/1718.
4351 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
4352 that GCC migrates into the prolugue. Don't handle any
4353 instructions that clobber %ebx.
4354
4355 2004-07-23 Andrew Cagney <cagney@gnu.org>
4356
4357 Use regcache_raw_collect instead of regcache_collect.
4358 * regcache.h (regcache_collect): Delete declaration.
4359 * regcache.c (regcache_colect): Delete function.
4360 * win32-nat.c (do_child_store_inferior_registers): Update.
4361 * sol-thread.c (sol_thread_store_registers): Update.
4362 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
4363 * rs6000-nat.c (store_register): Update.
4364 * remote.c (store_register_using_P, remote_store_registers): Update.
4365 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
4366 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
4367 (fill_vrregset, store_spe_registers, fill_gregset)
4368 (fill_gregset): Update.
4369 * nto-procfs.c (procfs_store_registers): Update.
4370 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
4371 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
4372 * m68klinux-nat.c (store_register, fill_gregset): Update.
4373 * m68k-tdep.c (fill_gregset): Update.
4374 * infptrace.c (store_register): Update.
4375 * i386-nto-tdep.c (i386nto_regset_fill): Update.
4376 * i386-linux-nat.c (store_register, fill_gregset): Update.
4377 * hppa-linux-nat.c (fill_gregset): Update.
4378 * go32-nat.c (store_register): Update.
4379 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
4380 (store_fp_regs): Update.
4381 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
4382 (store_nwfpe_extended, store_fpregister, store_fpregs)
4383 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
4384 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
4385 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
4386 (store_regs_user_thread, store_regs_kernel_thread): Update.
4387
4388 2004-07-24 Mark Kettenis <kettenis@gnu.org>
4389
4390 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
4391 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
4392 encoding.
4393 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
4394 member of `struct comp_unit'.
4395
4396 2004-07-23 Andrew Cagney <cagney@gnu.org>
4397
4398 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
4399 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
4400
4401 2004-07-23 Martin Hunt <hunt@redhat.com>
4402 Kevin Buettner <kevinb@redhat.com>
4403
4404 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
4405 alignment was being added to the offset instead of multiplied.
4406
4407 2004-07-23 Mark Kettenis <kettenis@gnu.org>
4408
4409 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
4410 changed signal trampoline in OpenBSD 3.5-current.
4411
4412 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
4413 <machine/pcb.h> and "bsd-kvm.h".
4414 (sparc64nbsd_supply_pcb): New function.
4415 (_initialize_sparc64nbsd_nat): Renamed from
4416 _initialize_sparcnbsd_nat. Enable libkvm interface.
4417 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
4418 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
4419 (LOADLIBES): New variable.
4420
4421 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
4422
4423 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
4424
4425 2004-07-21 Andrew Cagney <cagney@gnu.org>
4426
4427 Use regcache_raw_supply instead of supply_register.
4428 * regcache.h (supply_register): Delete declaration.
4429 * regcache.c (supply_register): Delete function.
4430 * wince.c (do_child_fetch_inferior_registers): Update.
4431 * win32-nat.c (do_child_fetch_inferior_registers)
4432 (fetch_elf_core_registers): Update.
4433 * v850ice.c (v850ice_fetch_registers): Update.
4434 * thread-db.c (thread_db_store_registers): Update.
4435 * sol-thread.c (sol_thread_store_registers): Update.
4436 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
4437 * rs6000-nat.c (fetch_register): Update.
4438 * rom68k-rom.c (rom68k_supply_one_register): Update.
4439 * remote.c (remote_wait, remote_async_wait): Update.
4440 * remote-st.c (get_hex_regs): Update.
4441 * remote-sim.c (gdbsim_fetch_register): Update.
4442 * remote-sds.c (sds_fetch_registers): Update.
4443 * remote-rdp.c (remote_rdp_fetch_register): Update.
4444 * remote-rdi.c (arm_rdi_fetch_registers): Update.
4445 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
4446 * remote-m32r-sdi.c (m32r_fetch_register): Update.
4447 * remote-hms.c (init_hms_cmds): Update.
4448 * remote-est.c (init_est_cmds): Update.
4449 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
4450 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
4451 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
4452 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
4453 (fetch_register, supply_vrregset, supply_vrregset)
4454 (fetch_spe_registers): Update.
4455 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
4456 * monitor.c (monitor_supply_register): Update.
4457 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
4458 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
4459 (mipsnbsd_supply_fpreg): Update.
4460 * mips-nat.c (fetch_inferior_registers)
4461 (fetch_core_registers): Update.
4462 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
4463 (supply_fpregset, mips64_supply_gregset)
4464 (mips64_supply_fpregset): Update.
4465 * m68klinux-nat.c (fetch_register, supply_gregset)
4466 (supply_fpregset): Update.
4467 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
4468 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
4469 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
4470 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
4471 * infptrace.c (fetch_register): Update.
4472 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
4473 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
4474 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
4475 (gnu_fetch_registers, gnu_store_registers): Update.
4476 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
4477 * i386-linux-nat.c (fetch_register, supply_gregset)
4478 (dummy_sse_values): Update.
4479 * hpux-thread.c (hpux_thread_fetch_registers): Update.
4480 * hppah-nat.c (fetch_register): Update.
4481 * hppa-linux-nat.c (fetch_register, supply_gregset)
4482 (supply_fpregset): Update.
4483 * go32-nat.c (fetch_register): Update.
4484 * dve3900-rom.c (fetch_bitmapped_register)
4485 (_initialize_r3900_rom): Update.
4486 * cris-tdep.c (supply_gregset): Update.
4487 * abug-rom.c (init_abug_cmds): Update.
4488 * core-aout.c (fetch_core_registers): Update.
4489 * armnbsd-nat.c (supply_gregset, supply_fparegset)
4490 (fetch_register, fetch_fp_register): Update.
4491 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
4492 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
4493 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
4494 * alphanbsd-tdep.c (fetch_core_registers): Update.
4495 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
4496 * alpha-nat.c (fetch_osf_core_registers)
4497 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
4498 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
4499 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
4500
4501 2004-07-21 Andrew Cagney <cagney@gnu.org>
4502
4503 * PROBLEMS: Mention breakpoints/1702.
4504 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
4505 that is known to work.
4506
4507 2004-07-21 Andrew Cagney <cagney@gnu.org>
4508
4509 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
4510 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
4511 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
4512 (handle_inferior_event): Wrap call to deprecated
4513 IGNORE_HELPER_CALL in #ifdef.
4514 * config/mips/tm-nbsd.h: Update.
4515
4516 2004-07-20 Jim Blandy <jimb@redhat.com>
4517
4518 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
4519 bfd_mach_ppc has no segment registers.
4520
4521 Include PowerPC SPR numbers for special-purpose registers.
4522 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
4523 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
4524 new member in initializer.
4525 (S, S4, SN4, S64): New macros for defining special-purpose
4526 registers.
4527 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
4528 registers_403, registers_403GC, registers_505, registers_860,
4529 registers_601, registers_602, registers_603, registers_604,
4530 registers_750, registers_e500): Use them.
4531
4532 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
4533 replace references with expression used to initialize variable.
4534
4535 2004-07-20 Andrew Cagney <cagney@gnu.org>
4536
4537 * breakpoint.c (deprecated_read_memory_nobpt): Rename
4538 read_memory_nobpt.
4539 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
4540 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
4541 (s390_sigtramp_frame_sniffer): Update.
4542 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
4543 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
4544 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
4545 (mips32_fetch_instruction): Update.
4546 * mcore-tdep.c (get_insn): Update.
4547 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
4548 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
4549 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
4550 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4551 (i386_linux_rt_sigtramp_start): Update.
4552 * i386-linux-nat.c (child_resume): Update.
4553 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
4554 * hppa-linux-tdep.c (insns_match_pattern): Update.
4555 * gdbcore.h: Update.
4556 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
4557 * frame.c (safe_frame_unwind_memory): Update.
4558 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
4559 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
4560 * alpha-tdep.c (alpha_read_insn): Update.
4561
4562 2004-07-20 Andrew Cagney <cagney@gnu.org>
4563
4564 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
4565 containing both bytes and mask. Add "frame_type".
4566 * tramp-frame.c (tramp_frame_start): Update.
4567 (tramp_frame_prepend_unwinder): Update.
4568 * mips-linux-tdep.c (mips_linux_o32_sigframe)
4569 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
4570 (mips_linux_n64_rt_sigframe): Update. Make "static const".
4571 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
4572
4573 2004-07-19 Eli Zaretskii <eliz@gnu.org>
4574
4575 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
4576 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
4577 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
4578 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
4579
4580 2004-07-17 Andrew Cagney <cagney@gnu.org>
4581
4582 * NEWS, PROBLEMS: Update for 6.2.
4583
4584 * README: Update to 6.2.
4585
4586 * utils.c (xvasprintf): Call xstrvprintf.
4587
4588 * parse.c: Update copyright.
4589 (null_post_parser): Eliminate ARGSUSED.
4590
4591 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
4592 * tui/tui-win.c (tui_get_cmd_list): Ditto.
4593 * symfile-mem.c (_initialize_symfile_mem): Ditto.
4594
4595 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
4596 * ppc-linux-nat.c: Use "Linux kernel".
4597 * hppa-linux-tdep.c: Use GNU/Linux.
4598 * hppa-linux-nat.c: Use GNU/Linux.
4599 * dwarfread.c: Add [sic] to use of Linux.
4600
4601 * hppa-linux-nat.c: Do not include <string.h>.
4602 (supply_fpregset): Remove "register" attribute.
4603
4604 * solib-frv.c (fetch_loadmap): Use xfree, not free.
4605
4606 2004-07-17 Mark Kettenis <kettenis@gnu.org>
4607
4608 * configure.in: Define _MSE_INT_H on Solaris 9 too.
4609 * configure, config.in: Regenerated.
4610
4611 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4612 "bsd-kvm.h".
4613 (vaxbsd_supply_pcb): New function.
4614 (_initialize_vaxbsd_nat): New prototype and function.
4615 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
4616 solib-sunos.o.
4617 (LOADLIBES): New variable.
4618 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4619 (LOADLIBES): New variable.
4620 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4621 (LOADLIBES): New variable.
4622 * Makefile.in (vaxbsd-nat.o): Update dependencies.
4623
4624 2004-07-16 Andrew Cagney <cagney@gnu.org>
4625
4626 * defs.h (event_loop_p): Replace variable declaration with macro,
4627 always 1.
4628 * main.c (captured_main): Delete options "-async" and "-noasync".
4629 (event_loop_p): Delete variable.
4630 * NEWS: Mention that "-async" and "-noasync" were removed.
4631
4632 2004-07-16 Andrew Cagney <cagney@gnu.org>
4633
4634 * remote-m32r-sdi.c: Re-indent.
4635
4636 2004-07-16 Jim Blandy <jimb@redhat.com>
4637
4638 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
4639 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
4640 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
4641 missing MPC823 SPRs.
4642 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
4643 incorrect. (This was corrected in GDB's register name tables on
4644 2004-07-14.)
4645
4646 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
4647 should be "esasrr" ("ESA Save and Restore Register").
4648
4649 2004-07-16 Andrew Cagney <cagney@gnu.org>
4650
4651 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
4652 calls, no longer applicable. Update comments and rename parameter
4653 "step_frame" to "return_frame".
4654
4655 2004-07-16 Andrew Cagney <cagney@gnu.org>
4656
4657 * frame.c (fprint_field): New function.
4658 (fprint_frame_id): Use fprint_field.
4659
4660 2004-07-15 Joel Brobecker <brobecker@gnat.com>
4661
4662 * ada-lang.c (ada_language_defn): Remove commented out code.
4663
4664 2004-07-15 Jim Blandy <jimb@redhat.com>
4665
4666 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
4667 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
4668
4669 2004-07-14 Jim Blandy <jimb@redhat.com>
4670
4671 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
4672
4673 * ppc-tdep.h (ppc_num_vrs): New enum constant.
4674
4675 * ppc-tdep.h (ppc_num_srs): New enum constant.
4676
4677 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
4678 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
4679 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
4680 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
4681 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
4682 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
4683 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
4684 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
4685 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
4686 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
4687 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
4688 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
4689 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
4690 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
4691 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
4692 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
4693 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
4694 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
4695 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
4696 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
4697 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
4698 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
4699 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
4700 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
4701 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
4702 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
4703 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
4704 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
4705 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
4706 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
4707 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
4708 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
4709 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
4710 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
4711 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
4712 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
4713 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
4714 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
4715 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
4716 special-purpose register numbers.
4717
4718 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
4719 manual mentions 'md_twb', but many mention 'm_twb', and at that
4720 point in the register list.)
4721
4722 2004-07-14 Andrew Cagney <cagney@gnu.org>
4723
4724 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
4725 instead of "internal-error".
4726
4727 2004-07-10 Joel Brobecker <brobecker@gnat.com>
4728
4729 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
4730 that was inserted inside a comment.
4731
4732 2004-07-10 Randolph Chung <tausq@debian.org>
4733
4734 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
4735 function.
4736 (hppa_hpux_push_dummy_code): New function.
4737 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
4738 Set find_global_pointer method.
4739
4740 2004-07-10 Mark Kettenis <kettenis@gnu.org>
4741
4742 * NEWS: Mention BSD libkvm interface.
4743
4744 2004-07-10 Michael Snyder <msnyder@redhat.com>
4745
4746 * symfile.c (generic_load): Comment typo.
4747 * stack.c (get_selected_block): Ditto.
4748 * regcache.c (regcache_cooked_read): Ditto.
4749 * monitor.c (monitor_debug): Ditto.
4750 * mips-tdep.c (mips_read_pc): Ditto.
4751 * i386-linux-nat.c (ps_get_thread_area): Ditto.
4752 * gdb_mbuild.sh: Ditto.
4753 * gdbarch.sh: Ditto.
4754 * gdbarch.h: Ditto.
4755
4756 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
4757
4758 * ada-tasks.c: Remove file.
4759
4760 Remove ARI problems:
4761
4762 * ada-exp.y (write_var_from_sym): Reformat to put operator at
4763 beginning of line.
4764
4765 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
4766 Add comment.
4767 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
4768 (MIN_OF_SIZE): Rename min_of_size. Add comment.
4769 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
4770 (UMIN_OF_SIZE): Remove.
4771 (max_of_type): New function to replace orphan macro in gdbtypes.h
4772 (min_of_type): Ditto.
4773 (discrete_type_high_bound): Use max_of_type.
4774 (discrete_type_low_bound): Use min_of_type.
4775 (possible_user_operator_p): Move operator to beginning of line.
4776 (ada_is_variant_part): Ditto.
4777 (ensure_lval): Rewrite to avoid deprecated operations.
4778 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
4779 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
4780 (ada_enum_name): Remove assignments in 'if' statements.
4781 (build_ada_types): Add gdbarch parameter.
4782 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
4783 with gdbarch_data_register_post_init.
4784 Use add_setshow_uinteger_cmd rather than add_set_cmd and
4785 add_show_from_set.
4786
4787 * ada-valprint.c (inspect_it): Remove declaration.
4788 (repeat_count_threshold): Remove declaration.
4789 (ada_print_floating): Remove assignments in 'if' statements.
4790 (print_str): Move operator to beginning of line.
4791
4792 2004-07-08 Jim Blandy <jimb@redhat.com>
4793
4794 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
4795
4796 2004-07-08 Bob Rossi <bob@brasko.net>
4797
4798 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
4799
4800 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
4801
4802 * language.h (struct_language_defn): Add new function pointer:
4803 la_class_name_from_physname. Also add new prototype for
4804 language_class_name_from_physname.
4805 * language.c (language_class_name_from_physname): New function.
4806 (unk_lang_class_name): Ditto.
4807 (unknown_language_defn, auto_language_defn): Change
4808 to add unk_lang_class_name function pointer for
4809 la_class_name_from_physname.
4810 (local_language_defn): Ditto.
4811 * dwarf2read.c (guess_structure_name): Change to call
4812 language_class_name_from_physname.
4813 (determine_class_name): Ditto.
4814 * cp-support.c (class_name_from_physname): Renamed.
4815 (cp_class_name_from_physname): New name of function.
4816 * cp-support.h: Ditto.
4817 * c-lang.c (c_language_defn): Change to add NULL
4818 for class_name_from_physname function pointer.
4819 (cplus_language_defn): Change to add cp_class_name_from_physname.
4820 * jv-lang.c (java_class_name_physname): New function.
4821 (java_find_last_component): New static routine.
4822 (java_language_defn): Add java_class_name_from_physname pointer.
4823 * ada-lang.c (ada_language_defn): Change to add NULL
4824 for class_name_from_physname function pointer.
4825 * f-lang.c (f_language_defn): Ditto.
4826 * m2-lang.c (m2_language_defn): Ditto.
4827 * objc-lang.c (objc_language_defn): Ditto.
4828 * p-lang.c (pascal_language_defn): Ditto.
4829 * scm-lang.c (scm_language_defn): Ditto.
4830
4831 2004-07-06 Andrew Cagney <cagney@gnu.org>
4832
4833 Patch from Bart Robinson.
4834 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
4835 (O_LARGEFILE): Define to 0, if not defined.
4836
4837 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4838
4839 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
4840 <machine/pcb.h> and "bsd-kvm.h".
4841 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
4842 (m68kbsd_supply_pcb): New function.
4843 (_initialize_m68kbsd_nat): New prototype and function.
4844 * Makefile.in (m68kbsd-nat.o): Update dependencies.
4845 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4846 (LOADLIBES): New variable.
4847 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4848 (LOADLIBES): New variable.
4849
4850 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
4851
4852 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4853
4854 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
4855 <sys/proc.h>.
4856 (bsd_kvm_cmdlist): New variable.
4857 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
4858 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
4859 command and "kvm proc" command.
4860 * Makefile.in (bsd-kvm.o): Update dependencies.
4861
4862 2004-07-02 Mark Kettenis <kettenis@gnu.org>
4863
4864 * osabi.c: Update copyright year.
4865 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
4866 notes if EI_OSABI is set to ELFOSABI_HPUX.
4867
4868 2004-07-01 Michael Snyder <msnyder@redhat.com>
4869
4870 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
4871 that seems to have gotten whacked out of line.
4872
4873 2004-07-01 Mark Kettenis <kettenis@gnu.org>
4874
4875 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
4876 code.
4877
4878 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4879
4880 * ada-lang.c (decode_packed_array): Minor change to comment.
4881 (ada_value_slice_ptr): New function.
4882 (ada_value_slice): New function.
4883 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
4884 test. Don't know why it is there.
4885 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
4886 to avoid dereferencing huge arrays from which one is slicing.
4887 (empty_array): Correct to return an array rather than
4888 a subrange value.
4889 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
4890 on empty arrays (let'em use 'FIRST instead).
4891
4892 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4893
4894 Address complaints from gdb_ari.sh:
4895
4896 * ada-exp.y: Include gdb_string.h rather than string.h.
4897 (convert_char_literal): Reformat declaration.
4898 * ada-lang.h: Include opaque struct declaration for struct frame_info.
4899 * ada-lex.l: Change use of free to xfree (the macro would do so
4900 anyway, but this is harmless).
4901 Include gdb_string.h rather than string.h.
4902 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
4903
4904 * ada-lang.c (parse): Remove K&Rism in parameter list.
4905 (is_name_suffix): Correct Linux => GNU/Linux in comment.
4906
4907 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4908
4909 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
4910 dead code.
4911
4912 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4913
4914 * alphabsd-nat.c: Update copyright year.
4915 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
4916
4917 2004-06-29 Joel Brobecker <brobecker@gnat.com>
4918
4919 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
4920 (i386_cygwin_in_solib_call_trampoline): New function.
4921 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
4922 and skip_trampoline_code gdbarch methods.
4923
4924 2004-06-29 Jim Blandy <jimb@redhat.com>
4925
4926 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
4927 name actually used in the dependency lists.
4928
4929 2004-06-29 Randolph Chung <tausq@debian.org>
4930
4931 * NEWS (New native configurations): Mention GNU/Linux/hppa.
4932
4933 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4934
4935 * win32-nat.c (child_pid_to_exec_file): New function.
4936 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
4937 functionality.
4938
4939 2004-06-28 Andrew Cagney <cagney@gnu.org>
4940
4941 * defs.h (xstrvprintf): Declare.
4942 * utils.c (xstrvprintf): New function.
4943 (internal_vproblem, xstrprintf, xasprintf)
4944 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
4945 * serial.c (serial_printf): Ditto.
4946 * complaints.c (vcomplaint): Ditto.
4947
4948 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4949
4950 * infcmd.c (attach_command): Move call to target_terminal_inferior
4951 behind loading symbol table.
4952
4953 2004-06-28 Andrew Cagney <cagney@gnu.org>
4954
4955 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
4956 change - add back extern deprecated_ui_loop_hook declaration.
4957
4958 2004-06-28 Andrew Cagney <cagney@gnu.org>
4959
4960 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
4961 xstrprintf.
4962 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
4963 (c_value_of_variable): Ditto.
4964 * utils.c (internal_vproblem): Ditto.
4965 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
4966 * remote.c (add_packet_config_cmd): Ditto.
4967 * remote-rdp.c (rdp_set_command_line): Ditto.
4968 * regcache.c (regcache_dump): Ditto.
4969 * frv-tdep.c (new_variant, new_variant): Ditto.
4970 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
4971 (fbsd_find_memory_regions): Ditto.
4972 * breakpoint.c (create_thread_event_breakpoint)
4973 (create_breakpoints): Ditto.
4974 * aix-thread.c (aix_thread_pid_to_str): Ditto.
4975 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
4976
4977 2004-06-28 Joel Brobecker <brobecker@gnat.com>
4978
4979 * ada-lang.c: Re-indent file, with some massaging to help indent
4980 a bit when the result is otherwise really too ugly.
4981
4982 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4983
4984 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
4985 code_addr_p and special_addr_p to 'unsigned int'.
4986
4987 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4988
4989 * i386v4-nat.c: Update copyright year and tweak comment.
4990 (regmap): Remove trailing comma.
4991 (supply_gregset): Rename local variable i to regnum. Call
4992 regcache_raw_supply instead of supply_register.
4993 (fill_gregset): Rename argument regno to regnum. Call
4994 regcache_raw_collect instead of regcache_collect.
4995
4996 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4997
4998 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
4999 and special_addr_p.
5000 (frame_id_build, frame_id_build_special): Update comments.
5001 (frame_id_build_wild): New prototype.
5002 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5003 struct frame_id fields.
5004 (frame_id_build_wild): New function.
5005 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5006
5007 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5008
5009 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5010 hppabsd-tdep.c.
5011
5012 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5013
5014 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5015
5016 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5017
5018 * ada-lang.c: Re-indent file.
5019
5020 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5021
5022 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5023 (no_symtab_msg): Likewise.
5024
5025 2004-06-27 Andreas Schwab <schwab@suse.de>
5026
5027 * source.c: Fix whitespace.
5028
5029 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5030
5031 * configure.in: Include <sys/param.h> for td_pcb test.
5032 * configure: Regenerated.
5033
5034 * i386nbsd-nat.c: New file.
5035 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5036 i386obsd-nat.c and i386obsd-tdep.c.
5037 (i386nbsd-nat.o): New dependency.
5038 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5039 bsd-kvm.o.
5040 (LOADLIBES): New variable.
5041 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5042 bsd-kvm.o.
5043 (LOADLIBES): New variable.
5044
5045 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5046 (LOADLIBES): New variable.
5047
5048 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5049 fetching from BSD_KVM_PADDR. Correctly lookup address for
5050 "_thread0".
5051
5052 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5053 "bsd-kvm.h".
5054 (amd64fbsd_supply_pcb): New funcion.
5055 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5056
5057 2004-06-27 <david@streamline-computing.com>
5058
5059 Partial fix for PR cli/1056.
5060 * valarith.c: Check for zero in division and remainder
5061 evaluation.
5062
5063 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5064
5065 * i387-tdep.c: Remove excessive whitespace.
5066
5067 2004-06-26 Andrew Cagney <cagney@gnu.org>
5068
5069 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5070 * gdb-events.h, gdb-events.c: Re-generate.
5071 * tui/tui-hooks.c (tui_install_hooks): Update.
5072 (tui_remove_hooks): Update.
5073 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5074
5075 2004-06-26 Mark Kettenis <kettenis@gnu.org>
5076
5077 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5078 (gregset_t, fpregset_t): Remove typedefs.
5079 (REG_OFFSET): Rename argument.
5080 (amd64bsd_r_reg_offset): Rename from reg_offset.
5081 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5082 Remove functions.
5083 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5084 of reg_offset.
5085 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5086
5087 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5088
5089 * vax-tdep.c: Tweak comment.
5090
5091 Add OpenBSD/hppa support.
5092 * NEWS (New native configurations): Mention OpenBSD/hppa.
5093 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5094 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5095 files.
5096 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5097 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5098 * configure.host: Add hppa*-*-openbsd*.
5099 * configure.tgt: Add hppa*-*-openbsd*.
5100
5101 2004-06-25 Andrew Cagney <cagney@gnu.org>
5102
5103 * defs.h (deprecated_ui_loop_hook): Deprecated.
5104 * wince.c (child_wait): Update.
5105 * win32-nat.c (child_wait): Update.
5106 * v850ice.c (v850ice_wait): Update.
5107 * top.c (deprecated_ui_loop_hook): Update.
5108 * serial.h: Update.
5109 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5110 (do_unix_readchar): Update.
5111 * ser-tcp.c (net_open): Update.
5112 * remote-sim.c (gdb_os_poll_quit): Update.
5113 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5114
5115 2004-06-24 Andrew Cagney <cagney@gnu.org>
5116
5117 * defs.h (deprecated_pre_add_symbol_hook)
5118 (deprecated_post_add_symbol_hook): Deprecated.
5119 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5120 (symbol_file_add_with_addrs_or_offsets): Update references.
5121
5122 2004-06-24 Andrew Cagney <cagney@gnu.org>
5123
5124 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5125 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5126 * wince.c (ui_loop_hook): Delete extern declaration.
5127 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5128 * v850ice.c (ui_loop_hook): Delete extern declaration..
5129 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5130 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5131 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5132 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5133 ui_loop_hook declaration.
5134
5135 2004-06-24 Andrew Cagney <cagney@gnu.org>
5136
5137 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5138 entry_func_highpc fields.
5139 * objfiles.c (init_entry_point_info): Do not clear
5140 entry_func_lowpc and entry_func_highpc.
5141 (objfile_relocate): Do not relocate entry_func_lowpc and
5142 entry_func_highpc.
5143 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5144 entry_func_highpc.
5145 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5146 entry_func_highpc.
5147 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5148 entry_func_lowpc and entry_func_highpc with call to
5149 inside_entry_func.
5150
5151 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5152
5153 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5154 quad-precision floating point arguments in registers.
5155
5156 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5157
5158 From Michael Mueller <m.mueller99@kay-mueller.de>:
5159 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5160 account.
5161
5162 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5163
5164 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5165 to -1.
5166 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5167 untriggered watchpoints to a separate if clause. Update function
5168 comment regarding STOPPED_BY_WATCHPOINT argument.
5169
5170 2004-06-22 Jim Blandy <jimb@redhat.com>
5171
5172 * gdbarch.sh: Doc fix.
5173
5174 2004-06-21 Martin Hunt <hunt@redhat.com>
5175 Kevin Buettner <kevinb@redhat.com>
5176
5177 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5178 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5179 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5180 to set_gdbarch_sp_regnum(). Use cooked register number.
5181 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5182
5183 2004-06-21 Andrew Cagney <cagney@gnu.org>
5184
5185 * gdbarch.sh: When the macro field is empty, do not generate a
5186 macro definition. When the macro field is "=", generate the macro
5187 name from the upper-case function name.
5188 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5189 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5190 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5191 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5192 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5193 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5194 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5195 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5196 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5197 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5198 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5199 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5200 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5201 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5202 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5203 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5204 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5205 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5206 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5207 (DEPRECATED_USE_STRUCT_CONVENTION)
5208 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5209 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5210 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5211 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5212 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5213 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5214 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5215 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5216 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5217 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5218 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5219 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5220 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5221 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5222 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5223 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5224 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5225 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5226
5227 2004-06-21 Andrew Cagney <cagney@gnu.org>
5228
5229 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
5230 macro name, and the function rather than macro value. Only wrap
5231 macro print statements in #ifdef. Move format logic to where it
5232 is needed.
5233 * gdbarch.c: Re-generate.
5234
5235 * gdbarch.sh (read): Delete "print_p" and "description", add
5236 "garbage_at_eol". Check for non-empty garbage at end-of-line.
5237 Delete references to print_p.
5238 (TARGET_ARCHITECTURE): Delete print predicate.
5239 * gdbarch.c: Re-generate.
5240
5241 * gdbarch.sh: Check that multi-arch methods do not provide a
5242 macro.
5243 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
5244 (print_registers_info, print_float_info, print_vector_info)
5245 (adjust_breakpoint_address, remote_translate_xfer_address)
5246 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
5247 (address_class_type_flags_to_name, unwind_sp): Remove the macro
5248 name from the multi-arch definition.
5249
5250 2004-06-20 Andrew Cagney <cagney@gnu.org>
5251
5252 * gdbarch.sh: Sort by the function, instead of macro name.
5253 * gdbarch.c: Re-generate.
5254
5255 2004-06-20 Andrew Cagney <cagney@gnu.org>
5256
5257 * gdbarch.sh: Use the function, instead of macro name in
5258 errors and the log file.
5259 (return_value): Remove stray ":" in spec.
5260
5261 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
5262 * gdbarch.h, gdbarch.c: Re-generate.
5263 * Makefile.in (arch-utils.o): Update dependencies.
5264 * values.c (using_struct_return): Move code calling
5265 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
5266 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
5267 to legacy_return_value, simplify.
5268 * infcmd.c (print_return_value): Move code calling
5269 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
5270 to legacy_return_value, simplify.
5271 * infcall.c (call_function_by_hand): Move code calling
5272 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
5273 * arch-utils.c: Update copyright. Include "gdbcore.h".
5274 (legacy_return_value): New function.
5275 * arch-utils.h: Update copyright.
5276 (legacy_return_value): Declare.
5277
5278 2004-06-20 Andrew Cagney <cagney@gnu.org>
5279
5280 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
5281 * gdbarch.h, gdbarch.c: Re-generate.
5282 * values.c (using_struct_return): Update call.
5283 * mcore-tdep.c: Update comment.
5284 * infcall.c (call_function_by_hand): Update comment.
5285 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5286 * arch-utils.h (always_use_struct_convention): Update.
5287 * v850-tdep.c (v850_gdbarch_init): Update.
5288 * sh64-tdep.c (sh64_gdbarch_init): Update.
5289 * sh-tdep.c (sh_gdbarch_init): Update.
5290 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5291 * mips-tdep.c (mips_gdbarch_init): Update.
5292 * mcore-tdep.c (mcore_gdbarch_init): Update.
5293 * m32r-tdep.c (m32r_gdbarch_init): Update.
5294 * ia64-tdep.c (ia64_gdbarch_init): Update.
5295 * h8300-tdep.c (h8300_gdbarch_init): Update.
5296 * frv-tdep.c (frv_gdbarch_init): Update.
5297 * cris-tdep.c (cris_gdbarch_init): Update.
5298 * arm-tdep.c (arm_gdbarch_init): Update.
5299 * alpha-tdep.c (alpha_gdbarch_init): Update.
5300
5301 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
5302
5303 * PROBLEMS: Add more specific information, and a work-around,
5304 for PR gdb/1458.
5305
5306 2004-06-18 Andrew Cagney <cagney@gnu.org>
5307
5308 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
5309 * gdbarch.h, gdbarch.c: Re-generate.
5310 * ada-lang.c (ada_finish_decode_line_1): Update.
5311 * infrun.c (handle_inferior_event): Update.
5312 * infcall.c (find_function_addr): Update.
5313 * linespec.c (minsym_found): Update.
5314 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
5315 Update.
5316 * blockframe.c (legacy_frameless_look_for_prologue): Update.
5317 * cli/cli-cmds.c (disassemble_command): Update.
5318 * vax-tdep.c (vax_gdbarch_init): Update.
5319
5320 2004-06-18 Mark Kettenis <kettenis@gnu.org>
5321
5322 * i386-tdep.c (i386_collect_fpregset): Fix comment.
5323
5324 2004-06-17 Andrew Cagney <cagney@gnu.org>
5325
5326 GDB 6.1.1 released from the GDB 6.1 branch.
5327 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
5328 * PROBLEMS: Ditto.
5329
5330 2004-06-16 Daniel Jacobowitz <dan@debian.org>
5331
5332 PR gdb/1658
5333 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
5334 operation as a uleb128. Found by Michael Coulter.
5335
5336 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
5337
5338 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
5339 make it non-static.
5340 * ada-lang.h (task_control_block): declaration moved from ada-task.c
5341 to ada-lang.h; this is needed to be able to implement the kill command
5342 in multi-task mode.
5343 (task_ptid): Ditto.
5344 (task_entry): Ditto.
5345 (task_list): Ditto.
5346 (ada_build_task_list): Ditto.
5347
5348 * ada-lang.c: Conditionalize routines and data structures related
5349 to breakpoints, exceptions, completion, and symbol caching on
5350 GNAT_GDB, since these are not yet used in the submitted public sources.
5351 (ada_main_name): Editorial: Move definition out of exception-related
5352 code.
5353
5354 2004-06-15 Andrew Cagney <cagney@gnu.org>
5355
5356 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
5357 deprecated_pc_in_call_dummy.
5358
5359 2004-06-15 Alan Modra <amodra@bigpond.net.au>
5360
5361 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
5362 bfd_get_section_size_before_reloc or _raw_size.
5363 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
5364 * dwarf2read.c (dwarf2_locate_sections): Likewise.
5365 (dwarf2_read_section): Likewise.
5366 * elfread.c (elf_locate_sections): Likewise.
5367 * gcore.c (derive_heap_segment): Likewise.
5368 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
5369 * remote-e7000.c (e7000_load): Likewise.
5370 * remote-m32r-sdi.c (m32r_load): Likewise.
5371 * remote-mips.c (mips_load_srec): Likewise.
5372 (pmon_load_fast): Likewise.
5373 * remote.c (compare_sections_command): Likewise.
5374 * symfile.c (add_section_size_callback): Likewise.
5375 (load_section_callback): Likewise.
5376 (pc_in_unmapped_range): Likewise.
5377 (pc_in_mapped_range): Likewise.
5378 (sections_overlap): Likewise.
5379 (list_overlays_command): Likewise.
5380 (simple_overlay_update_1): Likewise.
5381 (simple_overlay_update): Likewise.
5382 * tracepoint.c (remote_set_transparent_ranges): Likewise.
5383 * win32-nat.c (core_section_load_dll_symbols): Likewise.
5384
5385 2004-06-14 Randolph Chung <tausq@debian.org>
5386
5387 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
5388 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
5389 static.
5390 (hppa_hpux_inferior_created): New function.
5391 (hppa_hpux_init_abi): Register observer.
5392 * symfile.c (hp_cxx_exception_support_initialized)
5393 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
5394 (symbol_file_add_main_1, symbol_file_clear): Likewise.
5395
5396 2004-06-14 Randolph Chung <tausq@debian.org>
5397
5398 * MAINTAINERS (Write After Approval): Alphabetize my entry
5399 correctly.
5400
5401 2004-06-14 Andrew Cagney <cagney@gnu.org>
5402
5403 * MAINTAINERS (testsuite): List Michael Chastain as the lead
5404 testsuite maintainer.
5405
5406 2004-06-13 Andrew Cagney <cagney@gnu.org>
5407
5408 * infcmd.c (print_return_value): Fix logic, allow
5409 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
5410
5411 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
5412 defining any macros.
5413 * gdbarch.h: Re-generate.
5414
5415 * gdbarch.sh: Delete "level" attribute. Only check for a macro
5416 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
5417 * gdbarch.h: Re-generate.
5418
5419 * values.c (generic_use_struct_convention): Don't check gcc_p.
5420
5421 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5422 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
5423 * gdbarch.h, gdbarch.c: Regenerate.
5424 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
5425 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
5426 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5427 deprecated_max_register_raw_size and
5428 deprecated_max_register_virtual_size.
5429 * v850-tdep.c (v850_gdbarch_init): Ditto.
5430 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5431 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5432 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5433 * cris-tdep.c (cris_gdbarch_init): Ditto.
5434
5435 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
5436 * gdbarch.h, gdbarch.c: Re-generate.
5437 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
5438 (m68hc11_use_struct_convention): Delete function.
5439 (m68hc11_extract_struct_value_address): Delete function.
5440 (m68hc11_return_value): New function.
5441 (m68hc11_gdbarch_init): Instead of store_return_value,
5442 extract_return_value, return_value_on_stack,
5443 deprecated_extract_struct_value_address and use_struct_convention,
5444 set return_value.
5445 * values.c (using_struct_return): Do not call
5446 RETURN_VALUE_ON_STACK.
5447 * arch-utils.h (generic_return_value_on_stack_not): Delete
5448 declaration.
5449 * arch-utils.c (generic_return_value_on_stack_not): Delete
5450 function.
5451
5452 2004-06-12 Andrew Cagney <cagney@gnu.org>
5453
5454 * values.c (register_value_being_returned): Delete function.
5455 * infcmd.c (legacy_return_value): Delete function.
5456 * infcall.c (call_function_by_hand): Inline
5457 "register_value_being_returned", simplify.
5458 * values.c (using_struct_return): Update comment, refer to
5459 print_return_value instead of register_value_being_returned.
5460 * infcmd.c (print_return_value): Inline calls to
5461 register_value_being_returned and legacy_return_value. Simplify.
5462
5463 2004-06-11 Randolph Chung <tausq@debian.org>
5464
5465 * somread.c (som_symtab_read): Exclude gcc local symbols.
5466
5467 2004-06-11 Randolph Chung <tausq@debian.org>
5468
5469 * infrun.c (handle_inferior_event): Handle the case when a
5470 trampoline ends up in the runtime resolver, and if the trampoline
5471 has no name. Rearrange the code so that all the trampoline
5472 processing happens before other step-out-of-range handling.
5473
5474 2004-06-11 Martin Hunt <hunt@redhat.com>
5475
5476 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
5477 has no fpu.
5478
5479 2004-06-10 Andrew Cagney <cagney@gnu.org>
5480
5481 * blockframe.c (legacy_inside_entry_func): Delete.
5482 (legacy_frame_chain_valid): Inline call to
5483 legacy_inside_entry_func, simplify.
5484
5485 2004-06-10 Bob Rossi <bob@brasko.net>
5486
5487 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
5488 * dwarf2read.c (partial_die_info): Add dirname field.
5489 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
5490 (read_partial_die): Save away DW_AT_comp_dir.
5491 * defs.h (symtab_to_filename): Removed.
5492 * source.c (find_and_open_source): Added.
5493 (open_source_file): Just calls find_and_open_source.
5494 (symtab_to_filename): Removed.
5495 (symtab_to_fullname, psymtab_to_fullname): Added.
5496 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
5497 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
5498 symtab_to_filename.
5499 * symtab.h (partial_symtab): Add dirname field.
5500 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
5501 (mi_cmd_file_list_exec_source_file): Call new function
5502 symtab_to_fullname to find fullname.
5503 (mi_cmd_file_list_exec_source_files): Added.
5504 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
5505 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
5506
5507 2004-06-10 Andrew Cagney <cagney@gnu.org>
5508
5509 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
5510 to generic_use_struct_convention, the default value.
5511
5512 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
5513 of abort.
5514
5515 * ns32k-tdep.c (ns32k_push_arguments): New function.
5516 (ns32k_gdbarch_init): Set deprecated_push_arguments.
5517 * infcall.c (call_function_by_hand): Call error instead of
5518 legacy_push_arguments.
5519 * value.h (legacy_push_arguments): Delete declaration.
5520 * valops.c (legacy_push_arguments): Delete function.
5521 (value_push): Delete function.
5522
5523 2004-06-10 Brian Ford <ford@vss.fsi.com>
5524
5525 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
5526 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
5527 info.
5528 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
5529
5530 2004-06-10 Andrew Cagney <cagney@gnu.org>
5531
5532 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
5533 * gdbarch.h, gdbarch.c: Re-generate.
5534 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
5535 parameters.
5536 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
5537 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
5538 deprecated_pc_in_call_dummy instead of
5539 DEPRECATED_PC_IN_CALL_DUMMY.
5540 (arm_skip_prologue): Ditto.
5541 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
5542 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
5543 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
5544 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
5545 Ditto.
5546 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
5547 (sh64_init_extra_frame_info, sh64_get_saved_register)
5548 (sh64_pop_frame): Ditto.
5549 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
5550 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
5551 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
5552 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
5553 (h8300_pop_frame): Ditto.
5554 * blockframe.c (legacy_inside_entry_func)
5555 (legacy_frame_chain_valid): Ditto.
5556 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
5557 to deprecated_pc_in_call_dummy.
5558
5559 2004-06-09 Andrew Cagney <cagney@gnu.org>
5560
5561 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
5562 provide a default value.
5563 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
5564 * gdbarch.h, gdbarch.c: Re-generate.
5565 * arch-utils.c (generic_convert_register_p): Rename
5566 legacy_convert_register_p
5567 (legacy_register_to_value, legacy_value_to_register): Delete
5568 functions.
5569 * arch-utils.h (generic_convert_register_p): Rename
5570 legacy_convert_register_p.
5571 (legacy_register_to_value, legacy_value_to_register): Delete
5572 declarations.
5573
5574 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
5575 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
5576 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
5577 * gdbarch.h, gdbarch.c: Re-generate.
5578 * infcmd.c (default_print_registers_info): Simplify.
5579 * findvar.c (value_of_register): Simplify.
5580 * mi/mi-main.c (get_register): Simplify.
5581 * arch-utils.c (legacy_convert_register_p): Always return 0.
5582 (legacy_register_to_value, legacy_value_to_register): Always call
5583 internal_error.
5584
5585 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
5586 #ifdef CLEAR_INSN_CACHE code.
5587 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
5588 Delete #ifdef CLEAR_DEFERRED_STORES code.
5589
5590 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
5591
5592 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
5593 copyright.
5594 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
5595
5596 * config/mips/mipsv4.mh: Delete file.
5597
5598 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
5599 unreferenced macro.
5600 (hpread_adjust_stack_address): Delete declaration.
5601
5602 2004-06-08 Andrew Cagney <cagney@gnu.org>
5603
5604 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5605 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
5606 PTRACE_ATTACH / PTRACE_DETACH available call error.
5607 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
5608 * infttrace.c (update_thread_state_after_attach, attach, detach):
5609 Remove #ifdef wrappers.
5610 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
5611 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5612 * config/nm-bsd.h (ATTACH_DETACH): Delete.
5613 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
5614 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
5615 * config/nm-linux.h (ATTACH_DETACH): Delete.
5616 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
5617 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
5618 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
5619 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
5620 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
5621
5622 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
5623
5624 * configure.in: Set $configdir to the right OS specific value.
5625 Use value when setting $tcldir and $tkdir.
5626 * configure: Regenerate.
5627
5628 2004-06-06 Paul Brook <paul@codesourcery.com>
5629
5630 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
5631 records.
5632
5633 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
5634
5635 * ada-lang.c (lookup_symbol_in_language): New function to allow
5636 re-use of another language's symbol lookup code. (Placed here
5637 temporarily while Ada support is being integrated into the public
5638 tree).
5639 (restore_language): New auxiliary function for
5640 lookup_symbol_in_language.
5641 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
5642 temporarily while Ada support is being integrated into the public
5643 tree).
5644
5645 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
5646
5647 * Makefile.in (check//%): New.
5648
5649 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
5650 (mn10300_store_return_value): Rewrite.
5651 (mn10300_type_align): New.
5652 (mn10300_use_struct_convention): Rewrite.
5653 (mn10300_return_value): New, using all of the above.
5654 (mn10300_pop_frame_regular): Add saved_regs_size.
5655 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
5656
5657 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
5658 regs if PC is on movm.
5659
5660 2004-06-07 Jim Blandy <jimb@redhat.com>
5661
5662 Add native Linux support for the PowerPC E500.
5663 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
5664 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
5665 all architectures except the E500.
5666 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
5667 #definitions.
5668 (struct gdb_evrregset_t): New type.
5669 (have_ptrace_getsetevrregs): New variable.
5670 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
5671 fetch_spe_registers): New functions.
5672 (fetch_register): Call fetch_spe_register as appropriate.
5673 Assert that we're only passed raw register numbers.
5674 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
5675 Don't fetch gprs if they're pseudoregisters.
5676 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
5677 store_spe_registers): New functions.
5678 (store_register): Call store_spe_register as appropriate.
5679 Assert that we're only passed raw register numbers.
5680 (store_ppc_registers): Call store_spe_registers as appropriate.
5681 Don't store gprs if they're pseudoregisters.
5682
5683 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
5684
5685 * thread-db.c (thread_get_info_callback): Fill in the thread_info
5686 struct if one exists, even if we are dealing with a zombie thread.
5687
5688 2004-06-07 Andrew Cagney <cagney@gnu.org>
5689
5690 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
5691 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
5692 Rename PC_REQUIRES_RUN_BEFORE_USE.
5693 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
5694 #ifdef.
5695
5696 2004-06-07 Randolph Chung <tausq@debian.org>
5697
5698 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
5699 unwinding after sp has been saved to the stack but before the end
5700 of the prologue, and after the fp has been modified but before it has
5701 been saved to the stack.
5702 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
5703 Remove superfluous definitions.
5704 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
5705
5706 2004-06-07 Guy Martin <gmsoft@gentoo.org>
5707
5708 Committed by Randolph Chung.
5709 * hppa-linux-nat.c: Include the correct version of the header file
5710 depending on the kernel version.
5711
5712 2004-06-06 Randolph Chung <tausq@debian.org>
5713
5714 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
5715 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
5716
5717 2004-06-06 Randolph Chung <tausq@debian.org>
5718
5719 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5720 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
5721 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
5722 * hppa-tdep.c (hppa_symbol_address): New function definition.
5723 * hppa-tdep.h (hppa_symbol_address): New function declaration.
5724
5725 2004-06-06 Randolph Chung <tausq@debian.org>
5726
5727 * hppa-tdep.h (struct value): Forward declaration.
5728 (gdbarch_tdep): Define tdep find_global_pointer method.
5729 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
5730 associated with the function we are trying to call, and write it
5731 to the gp register.
5732 (hppa32_convert_from_funct_ptr_addr): New function.
5733 (hppa_find_global_pointer): New function.
5734 (hppa_gdbarch_init): Set default find_global_pointer method; set
5735 convert_from_func_ptr_addr method.
5736 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
5737 (hppa_linux_init_abi): Set find_global_pointer method.
5738 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
5739
5740 2004-06-06 Randolph Chung <tausq@debian.org>
5741
5742 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
5743 to struct value *function.
5744 * gdbarch.c: Regenerate.
5745 * gdbarch.h: Likewise.
5746 * infcall.c (call_function_by_hand): Pass entire function value
5747 to push_dummy_call.
5748
5749 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
5750 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
5751 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
5752 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
5753 * arm-tdep.c (arm_push_dummy_call): Likewise.
5754 * avr-tdep.c (avr_push_dummy_call): Likewise.
5755 * cris-tdep.c (cris_push_dummy_call): Likewise.
5756 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
5757 * frv-tdep.c (frv_push_dummy_call): Likewise.
5758 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
5759 * hppa-tdep.c (hppa32_push_dummy_call)
5760 (hppa64_push_dummy_call): Likewise.
5761 * i386-tdep.c (i386_push_dummy_call): Likewise.
5762 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
5763 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
5764 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
5765 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
5766 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
5767 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
5768 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
5769 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
5770 (ppc64_sysv_abi_push_dummy_call): Likewise.
5771 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
5772 (ppc64_sysv_abi_push_dummy_call): Likewise.
5773 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
5774 * s390-tdep.c (s390_push_dummy_call): Likewise.
5775 * sh-tdep.c (sh_push_dummy_call_fpu)
5776 (sh_push_dummy_call_nofpu): Likewise.
5777 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
5778 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
5779 * vax-tdep.c (vax_push_dummy_call): Likewise.
5780
5781 2004-06-04 Jim Blandy <jimb@redhat.com>
5782
5783 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
5784 gdbarch argument to register_size.
5785
5786 * rs6000-tdep.c (rs6000_store_return_value): Use
5787 regcache_cooked_write_part instead of
5788 deprecated_write_register_bytes.
5789 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
5790 not gdbarch_deprecated_store_return_value.
5791
5792 * ppc-linux-nat.c (store_register, fetch_register): Remove
5793 incorrect assertions. Simplify and generalize handling of
5794 transfers whose sizes are not multiples of, or less than, sizeof
5795 (PTRACE_XFER_TYPE).
5796
5797 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
5798
5799 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
5800 as a new thread event.
5801 * thread-db.c (thread_get_info_callback): If the thread is a
5802 zombie, return TD_THR_ZOMBIE.
5803 (thread_from_lwp): If thread_get_info_callback returns
5804 TD_THR_ZOMBIE, check if the thread is still on the thread list
5805 and return a -1 ptid if not found.
5806 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
5807 change the status to TARGET_WAITKIND_SPURIOUS.
5808
5809 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
5810
5811 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
5812 double values in little endian mode.
5813
5814 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
5815
5816 Committed by Andrew Cagney.
5817 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
5818 after last enum constant to avoid error from IBM C
5819 compiler.
5820
5821 2004-06-02 Jim Blandy <jimb@redhat.com>
5822
5823 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
5824 to 'message', and make it local to the lone block that uses it.
5825
5826 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
5827
5828 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
5829
5830 * ada-exp.y: Update copyright notice.
5831 Include block.h.
5832
5833 Replace REGNAME, LAST, INTERNAL_VARIABLE with
5834 SPECIAL_VARIABLE and unify the treatment of these cases.
5835
5836 (write_attribute_call0): Remove.
5837 (write_attribute_call1): Remove.
5838 (write_attribute_calln): Remove.
5839 (save_qualifier): Add missing semicolon.
5840
5841 (simple_exp,exp): Decomment (i.e., reactivate) code that was
5842 temporarily disabled to allow compilation with FSF head version.
5843
5844 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
5845 use individual operators (OP_*) for all attributes.
5846 (exp syntax): Use write_int.
5847 Handle STRING literals with OP_STRING.
5848 (variable syntax): Add limit parameter to calls to
5849 write_object_renaming.
5850
5851 (temp_parse_space): New definition to hold entities that need
5852 only live until the next call to ada_parse.
5853 (string_to_operator): Rename fields of ada_opname_table entries.
5854
5855 (write_var_from_sym): Record block.
5856 (write_var_from_name): Minor reformatting.
5857 Make sure saved name is properly encoded in the case of multiple
5858 matches, and set its language to Ada.
5859 Update comment.
5860 Modify to indicate unresolved name as symbol in the UNRESOLVED
5861 namespace, allocated in temp_parse_space.
5862 (write_int): New function.
5863
5864 (write_object_renaming): Add max_depth parameter to limit
5865 chains of object renamings.
5866 Handle case where root of renaming expression is itself a renaming.
5867 Use temp_parse_space for temporary name buffer.
5868 Handle renamings to dereferenced pointers (___XEXA suffices).
5869
5870 (ada_parse, yyerror, string_to_operator,
5871 write_var_from_sym, write_var_from_name, write_attribute_call0,
5872 write_attribute_call1, write_attribute_calln,
5873 write_object_renaming): Protoize.
5874
5875 (_initialize_ada_exp): New function.
5876
5877 * ada-lang.c: Update copyright notice.
5878 General terminology change to conform to GNAT compiler usage:
5879 mangle => encode, demangle => decode
5880 Include gdb_obstack.h.
5881 Include gdb_regex.h
5882 Include frame.h
5883 Include hashtab.h
5884 Include completer.h
5885 Include gdb_stat.h
5886 Include block.h
5887 Include infcall.h
5888
5889 (ADA_RETAIN_DOTS): Make sure this is defined.
5890 (TRUNCATION_TOWARDS_ZERO): Define.
5891 (struct string_vector): Define.
5892 (unresolved_names): Remove definition.
5893 (xnew_string_vector): New function.
5894 (string_vector_append): New function.
5895 (extract_string): Make static.
5896 (ada_unqualified_name): New function.
5897 (add_angle_brackets): New function.
5898 (function_name_from_pc): New function.
5899 (place_on_stack): Rename to ensure_lval.
5900
5901 (ensure_lval): Renamed from place_on_stack.
5902 Make identity on lvals.
5903 Update comment.
5904 (is_nonfunction): New interface.
5905 Only symbols in LOC_CONST class can be enumerals.
5906 (fill_in_ada_prototype): Remove; now independent of language.
5907 (add_defn_to_vec): Add obstack and symtab arguments.
5908 Use obstack to hold collected definitions.
5909 (num_defns_collected): New function.
5910 (defns_collected): New function.
5911 (ada_resolve_subexp): Rename to resolve_subexp.
5912 (resolve_subexp): Renamed from ada_resolve_subexp.
5913 (ada_op_name): Return non-const result.
5914 (ada_decoded_op_name): Renamed from ada_op_name, now used for
5915 other purposes.
5916
5917 (to_fixed_array_type): Add declaration.
5918 (coerce_unspec_val_to_type): Remove offset parameter.
5919 (find_sal_from_funcs_and_line): New interface.
5920 (find_line_in_linetable): Ditto.
5921
5922 (all_sals_for_line): Rename to ada_sals_for_line and make
5923 global.
5924 Add new parameter. When set, do not ask the user to choose the
5925 instance, but use the first one found instead.
5926 Use given line number in returned sals.
5927 Fix comment.
5928 Skip the prologue if funfirstline is set.
5929 Correct for memory leak when 0 lines found.
5930
5931 (value_pos_atr): Use pos_atr.
5932 (pos_atr): New function.
5933 (standard_lookup): Add block parameter.
5934
5935 (makeTimeStart): Remove declaration and uses.
5936 (makeTimeStop): Remove declaration and uses.
5937
5938 (ada_completer_word_break_characters): Allow for VMS.
5939 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
5940 (raise_sym_name): New constant.
5941 (raise_unhandled_sym_name): New constant.
5942 (raise_assert_sym_name): New constant.
5943 (process_raise_exception_name): New constant.
5944 (longest_exception_template): New constant.
5945 (warning_limit): New variable to limit warnings during expression
5946 evaluation.
5947 (warnings_issued): New variable to keep track of warnings issued.
5948 (known_runtime_file_name_patterns): New constant.
5949 (known_auxiliary_function_name_patterns): New constant.
5950 (symbol_list_obstack): New variable.
5951
5952 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
5953 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
5954 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
5955 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
5956 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
5957 ada_variant_discrim_name, field_alignment, dynamic_template_type,
5958 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
5959 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
5960 and strcmp.
5961
5962 (ada_get_field_index): New function.
5963 (lim_warning): New function.
5964 (ada_translate_error_message): New function.
5965 (MAX_OF_SIZE): New function.
5966 (MIN_OF_SIZE): New function.
5967 (UMAX_OF_SIZE): New function.
5968 (UMIN_OF_SIZE): New function.
5969 (discrete_type_high_bound): New function.
5970 (discrete_type_low_bound): New function.
5971 (base_type): New function.
5972 (do_command): Remove.
5973
5974 (ada_update_initial_language): Use language_ada, not language_unknown.
5975 (ada_encode): Renamed from ada_mangle.
5976 Obey ADA_RETAIN_DOTS.
5977 (ada_decode): Renamed from ada_demangle.
5978 Update coding conventions.
5979 (decoded_names_store): New hash table.
5980 (ada_decode_symbol): New function.
5981 (ada_la_decode): New function.
5982
5983 (modify_general_field): Correct computations of offset and bit
5984 position.
5985 (desc_base_type): Handle ref types, too.
5986 (ada_is_direct_array_type): New function.
5987
5988 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5989 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5990 (ada_is_bogus_array_descriptor,ada_type_of_array,
5991 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
5992 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
5993 ada_is_array_descriptor_type.
5994
5995 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
5996 (ada_is_packed_array_type): Handle pointers or
5997 references to packed arrays as well.
5998 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
5999 (decode_packed_array_type): Search for the packed array type
6000 symbol in the currently selected block and associated
6001 superblocks too.
6002 Use lookup_symbol again.
6003
6004 (decode_packed_array): Handle pointers and references.
6005 Update call to coerce_unspec_val_to_type.
6006 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6007 (ada_value_primitive_packed_val): Improve comment.
6008
6009 (ada_index_type): Substitute int type for "undefined".
6010 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6011 ada_array_langth, ada_is_string_type): Use renamed
6012 ada_is_simple_array_type.
6013 (empty_array): New function.
6014
6015 (ada_resolve): Rename to resolve.
6016 (resolve): Make static.
6017 Call renamed resolve_subexp.
6018 Update comment.
6019 (ada_resolve_subexp): Rename to resolve_subexp.
6020 (resolve_subexp): Update comment.
6021 Decomment disabled code.
6022 Add LOC_COMPUTED* cases.
6023 Modify to use temporary struct symbols (marked as being in
6024 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6025 OP_UNRESOLVED_VALUE.
6026 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6027 Add OP_STRING case.
6028 Remove OP_ARRAY.
6029 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6030 Use new ada_lookup_symbol_list interface.
6031 Use new ada_resolve_function interface.
6032 Remove OP_TYPE case.
6033
6034 (ada_args_match): Idiot proof against null actuals.
6035 Use intermediate variables to clarify.
6036 (ada_resolve_function): Update comment and interface.
6037 (mangled_ordered_before): Rename to encoded_ordered_before and
6038 update comment.
6039 (sort_choices): Update comment and interface.
6040 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6041 (user_select_syms): New interface.
6042 Use new sort_choices interface.
6043 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6044 (possible_user_operator_p): Idiot-proof against null values.
6045 (ada_simple_renamed_entity): Don't make cleanup; rely on
6046 caller to free result string.
6047 Remove const from return type.
6048 (make_array_descriptor): Rename uses of place_on_stack to
6049 ensure_lval.
6050 Make sure that arrays are on stack.
6051
6052 (HASH_SIZE): Define.
6053 (struct cache_entry): Define.
6054 (cache_space): Define.
6055 (cache): Define.
6056 (clear_ada_sym_cache): New function.
6057 (find_entry): New function.
6058 (lookup_cached_symbol): New function.
6059 (defn_vector_size): Define.
6060 (cache_symbol): New function.
6061 (defn_symbols): Remove.
6062
6063 (standard_lookup): Use lookup_symbol_in_language to get effect of
6064 C lookup.
6065 Cache results.
6066
6067 (symbol_completion_match): New function.
6068 (symbol_completion_add): New function.
6069 (ada_make_symbol_completion_list): New function.
6070
6071 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6072 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6073 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6074 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6075
6076 (ada_lookup_simple_minsym): New function.
6077 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6078
6079 (add_symbols_from_enclosing_procs): New interface.
6080 Conditionalize more helpfully.
6081 Don't bother if program isn't running.
6082 Use new interface to get_frame_block.
6083 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6084
6085 (remove_extra_symbols): New interface.
6086 (xget_renaming_scope): New function.
6087 (is_package_name): New function.
6088 (renaming_is_visible): New function.
6089 (remove_out_of_scope_renamings): New function.
6090
6091 (ada_lookup_symbol_list): New interface.
6092 Properly reinitialize the symbol list obstack.
6093 Don't call add_symbols_from_enclosing_procs if we start from a
6094 static or global block.
6095 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6096 add_symbols_from_enclosing_procs.
6097 Add symtab data to cached entries.
6098 Handle symbols prefixed with
6099 "standard__" specially; strip prefix and don't look in local symbols.
6100 Do not include out of scope renaming symbols in list of
6101 symbols returned.
6102 Add const to block parameter.
6103 Move check for non-local, non-global symbols earlier.
6104 Remove timing stuff.
6105 (ada_lookup_symbol): New interface.
6106 Find symtab as well.
6107 (ada_lookup_symbol_nonlocal): New function.
6108
6109 (is_name_suffix): Enhance suffix detection to recognize
6110 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6111 (is_dot_digits_suffix): New function.
6112 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6113
6114 (ada_add_block_symbols): New interface. Use obstack to return results
6115 in a vector of struct ada_symbol_infos. Add symtab argument.
6116 Use new interface to add_defn_to_vec.
6117 Remove calls to fill_in_ada_prototype.
6118 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6119
6120 (ada_finish_decode_line_1): Add const qualification to local to fix
6121 warning.
6122 Start looking in static block for functions to avoid attempts
6123 to search frame chain for up-level variables.
6124 Adapt to new ada_sals_for_line interface.
6125 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6126 Handle quoting of the function name inside the spec string.
6127 Skip prologue when funfirstline is set and update the
6128 function documentation to that effect.
6129
6130 (debug_print_lines, debug_print_block, debug_print_blocks,
6131 debug_print_symtab): Remove.
6132
6133 (ada_main_name): New function.
6134 (ada_exception_breakpoint_type): New function.
6135 (is_known_support_routine): New function.
6136 (ada_find_printable_frame): Renamed from find_printable_frame and made
6137 global.
6138 Remove level parameter.
6139 Use new interface to select_frame.
6140
6141 (begin_command): Remove.
6142 (ada_adjust_exception_stop): New function.
6143 (ada_print_exception_stop): New function.
6144 (exception_name_from_cond): New function.
6145 (ada_report_exception_break): Replace disabled code with
6146 conditionalization on GNAT_GDB.
6147 Get the exception name from the condition string.
6148 Remove and move functionality into new functions
6149 ada_print_exception_breakpoint_task and
6150 ada_print_exception_breakpoint_nontask.
6151 (error_breakpoint_runtime_sym_not_found): New function.
6152 (is_runtime_sym_defined): New function.
6153 (ada_breakpoint_rewrite): Uncomment suppressed code.
6154 Use symbolic error-message and runtime-symbol names.
6155 Surround runtime symbol names in quotes.
6156 Allow non-specific breakpoints on exceptions and assertions before
6157 program starts.
6158
6159 (ada_is_tagged_type): Add parameter.
6160 (ada_is_tag_type): New function.
6161 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6162 (ada_variant_discrim_type): Ditto.
6163 (value_tag_from_contents_and_address): New function.
6164 (type_from_tag): New function.
6165 (struct tag_args): New structure used to communicate with
6166 ada_tag_name_1.
6167 (ada_tag_name_1): New function.
6168 (ada_tag_name): New function.
6169
6170 (ada_scan_number): Update comment.
6171 (find_struct_field): New function.
6172 (ada_search_struct_field): Make static.
6173 (ada_value_struct_elt): New version that returns references when
6174 given pointers or references to structs.
6175 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6176 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6177 interface.
6178 (ada_value_ind): Use new ada_to_fixed_value interface.
6179 (ada_coerce_ref): Ditto.
6180 (field_offset): Remove.
6181
6182 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6183 (ada_find_renaming_symbol): New function.
6184 (ada_prefer_type): Prefer named types over unnamed ones.
6185 (variant_field_index): New function.
6186 (contains_variant_part): Removed: subsumed by variant_field_index.
6187 (ada_template_to_fixed_record_type): New function, mostly from
6188 template_to_fixed_record_type.
6189 (template_to_fixed_record_type):
6190 Do not scan the type fields beyond the last one; prevents a
6191 potential SEGV.
6192 Handle case where variant field is listed BEFORE discriminant it
6193 depends on.
6194 Fix calculation of record length when bit length is
6195 not evenly divisible by char length.
6196 Move code to ada_template_to_fixed_record_type and call it.
6197
6198 (template_to_static_fixed_type): Revise comment.
6199 Modify to work on ordinary record types as well as templates,
6200 so as to handle fields that use ___XVE or ___XVU encodings.
6201 (to_record_with_fixed_variant_part): Fill out comment.
6202 Initialize C++ stuff in right type.
6203 Allow case where DVAL is null.
6204 Handle case where variant field is not last.
6205 Fix typo concerning record length.
6206 (to_fixed_record_type): Decomment disabled code.
6207 (to_fixed_record_type): Use variant_field_index instead of
6208 contains_variant_part.
6209 (to_fixed_variant_branch_type): Ditto.
6210 (to_fixed_array_type): Decomment disabled code.
6211 (ada_to_fixed_type): Convert tagged types to the specific type.
6212 Deactivate the size-check for array types in order to avoid
6213 some false size alarms.
6214 (to_static_fixed_type): Decomment disabled code.
6215 Modify to call template_to_static_fixed_type
6216 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6217 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6218 Remove valaddr argument, as it is never really used.
6219 (ada_to_fixed_value): Change interface to act on single struct value*
6220 operand.
6221 (adjust_pc_past_prologue): New function.
6222 (ada_attribute_name): Modify to take enum exp_opcode argument.
6223
6224 (ada_enum_name): Recognize new homonym-distinguishing convention.
6225 Adjust local variable's type to remove compiler warning.
6226 Fix a small problem in the part that unqualifies the enumeration name.
6227 (ada_value_binop): New function.
6228 (ada_value_equal): New function.
6229
6230 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
6231 Don't give error message when not doing normal evaluation
6232 and a tagged type doesn't seem to contain a structure member.
6233 Give error message for packed arrays.
6234 For indexing arrays, handle pointers to packed arrays correctly.
6235 Handle case of 'first and 'last attributes of bare integral type
6236 without encoded subtype info.
6237 Remove some unnecessary casts.
6238 Fix uninitialized value of type in computing 'first, 'last, or 'length
6239 of array object.
6240 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
6241 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
6242 calls.
6243 Attributes are now exp_opcode values.
6244 Correct treatment of 'modulus.
6245 Better error message for taking 'length of wrong kind of type;
6246 improve comment.
6247 Change EVAL_NORMAL to noside for consistency.
6248 Use ada_value_binop for DIV, MOD, REM.
6249 Make special case out of array of length 0, since an argument
6250 of 0 upsets some platforms' malloc.
6251 Use OP_STRING instead of OP_ARRAY.
6252 For slice, add check that we have an array type before extracting
6253 a slice out of it. Avoids a SEGV.
6254 When evaluating an array slice, if the array type is a reference to
6255 an aligner type, then replace the aligner type by the actual type.
6256 Decomment disabled code.
6257 Remove some dead code.
6258 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
6259 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
6260 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
6261 and UNOP_MBR to UNOP_IN_RANGE.
6262 If an array type has a parallel ___XVE type, then use it.
6263 Turn arrays into pointers for lvalue arrays.
6264 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
6265 bounds error and handle 0-length slices.
6266 Use lim_warning.
6267 When selecting fields, apply ada_to_fixed_value (because the fields
6268 might have ___XVU or ___XVE encodings even if not dynamic.)
6269 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
6270 (ada_is_system_address_type): New function.
6271
6272 (get_var_value): Use new interface to ada_lookup_symbol_list.
6273 (get_int_var_value): New interface.
6274 (to_fixed_range_type): Allow unknown bound, with warning.
6275 (ada_is_modular_type): Decomment disabled code.
6276 (ADA_OPERATORS): New definition.
6277 (ada_operator_length): New function.
6278 (ada_expr_op_name): New function.
6279 (ada_forward_operator_length): New function.
6280 (ada_dump_subexp_body): New function.
6281 (ada_print_subexp): New function.
6282 (ada_exp_descriptor): New constant.
6283 (ada_op_print_tab): Add 'size. Remove FIXMEs.
6284 (ada_language_defn): Add ada_exp_descriptor entry.
6285 Change ada_parse => parse.
6286 Add post-parser entry.
6287 Use ada-specific non-local symbol lookup.
6288 Don't use C-style arrays.
6289 String lower-bound is 1.
6290 Decomment disabled code.
6291 (parse): New function.
6292 New fields ada_translate_error_message, ada_lookup_symbol,
6293 ada_lookup_minimal_symbol.
6294
6295 * ada-lang.h: Update copyright dates.
6296 Replace the mangle/demangle terminology throughout by the
6297 more appropriate encode/decode one.
6298 Include breakpoint.h.
6299 Forward declare struct partial_symbol, struct block.
6300 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
6301 (EXTRACT_ADDRESS): Remove.
6302 (EXTRACT_INT): Remove.
6303 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
6304 (MAX_ENCLOSING_FRAME_LEVELS): Define.
6305 (MAX_RENAMING_CHAIN_LENGTH): Define.
6306 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
6307
6308 (enum task_states): Remove.
6309 ada_task_states: Remove.
6310 (fat_string): Remove.
6311 (struct entry_call): Remove.
6312 (struct task_fields): Remove.
6313 (struct task_entry): Remove.
6314
6315 (struct ada_symbol_info): Define.
6316 (enum ada_attribute): Remove.
6317 (enum ada_operator): Define.
6318
6319 (ada_get_field_index): Declare.
6320 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
6321 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6322 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6323 (ada_lookup_symbol_list): New interface.
6324 (ada_decode_symbol): Declare.
6325 (ada_decode): Declare.
6326 (ada_lookup_symbol): New interface.
6327 (ada_update_initial_language): Declare.
6328 (ada_lookup_simple_minsym): Declare.
6329 (user_select_syms): New interface.
6330 (ada_sals_for_line): Declare.
6331 (ada_is_tagged_type): New interface.
6332 (ada_tag_name): Declare.
6333 (ada_lookup_struct_elt_type): Remove declaration.
6334 (ada_search_struct_field): Remove declaration.
6335 (ada_attribute_name): New interface.
6336 (ada_is_system_address_type): Declare.
6337 (ada_to_fixed_value): Remove declaration.
6338 (ada_template_to_fixed_record_type_1): Declare.
6339 (get_int_var_value): New interface.
6340 (ada_find_any_symbol): Declare.
6341 (ada_find_renaming_symbol): Declare.
6342 (ada_mangle): Rename to ada_encode.
6343 (ada_simple_renamed_entity): Remove const.
6344 (ada_main_name): Declare.
6345 (get_current_task): Rename to ada_get_current_task.
6346 (get_entry_number): Remove declaration.
6347 (ada_report_exception_break): Remove declaration.
6348 (ada_print_exception_breakpoint_nontask): Declare.
6349 (ada_print_exception_breakpoint_task): Declare.
6350 (ada_find_printable_frame): Declare.
6351
6352 * ada-lex.l: Update copyright notices.
6353 Use xmalloc and xfree instead of malloc and free.
6354 Use new interface to name_lookup.
6355 Use new interface to
6356 ada_mangle=>ada_encode.
6357 Redo handling of '$...' variable to parallel current treatment
6358 in c-exp.y.
6359 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
6360 digit_to_int, strtoulst, processInt, processReal, processId,
6361 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
6362 yywrap): Protoize.
6363
6364 (processInt): Use cast to remove harmless warning.
6365 (processReal): Modify to get rid of compiler warning on scan formats.
6366
6367 (processId): Replace xmalloc with obstack_alloc for name and remove
6368 call to ada_name_string_cleanup.
6369 Remove obsolete disabled code.
6370 (name_lookup): Ditto.
6371 New interface.
6372 Use obsavestring on temp_parse_space instead of savestring
6373 on name, and remove call to ada_name_string_cleanup.
6374 Free string returned from ada_simple_renamed_entity.
6375 Use new interface to ada_lookup_symbol_list.
6376 Decomment disabled code.
6377 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
6378 not types.
6379 When a type name lookup succeeds as a result of
6380 lookup_primitive_typename, check for regular type entry that has not
6381 yet been read in.
6382 Limit length of chain of renamed symbols we are willing to follow.
6383 Do not break names beginning with "standard__" into segments.
6384 (block_lookup): Use new interface to ada_lookup_symbol_list.
6385
6386 * ada-typeprint.c: Update copyright notice.
6387 (demangled_type_name): Rename to decoded_type_name.
6388 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
6389 (print_range_bound): Correct handling of negative
6390 bounds that make the index type looked unsigned under STABS.
6391 (print_dynamic_range_bound): Use new interface to get_int_var_value.
6392 (print_range_type_named): Use the builtin int type if no type
6393 corresponding to the given type name could be found.
6394 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
6395 Add some bullet-proofing.
6396 (print_variant_clauses): Allow for variant branches with ___XVU
6397 encodings that are not dynamic fields.
6398 Use new interface to ada_is_tagged_type.
6399 (print_record_type): Allow for fields with ___XVE encodings that
6400 are not dynamic fields.
6401 Use new interface to ada_is_tagged_type.
6402 (ada_print_type): ada_is_array_descriptor =>
6403 ada_is_array_descriptor_type.
6404
6405 * ada-valprint.c: Update copyright notice.
6406 Include gdb_string.h
6407 Include infcall.h
6408 (ui_memcpy): New function.
6409 (ada_print_floating): New function.
6410 (ada_print_str): Order arguments correctly.
6411 Correct handling of empty arrays and arrays of 0-length items.
6412 ada_is_array_descriptor => ada_is_array_descriptor_type
6413 Print values of type System.Address in hexadecimal format.
6414 Use ada_print_floating to print floating-point numbers in Ada format.
6415 Print class tag values with type names.
6416 No longer print the address of reference values. Avoids
6417 a potential confusion.
6418 (ada_value_print): Stop printing the object type for reference
6419 values, but preserve that behavior for access types. Avoids
6420 a potential confusion.
6421 Simplify one conditional expression, as the first part is now
6422 necessarily true.
6423 ada_is_array_descriptor => ada_is_array_descriptor_type
6424 Add check for arrays for null records, and print them by hand.
6425
6426 2004-06-01 Jim Blandy <jimb@redhat.com>
6427
6428 * ppc-tdep.h: Delete unused 'regoff' member.
6429 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
6430
6431 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
6432
6433 Fix PR symtab/1661.
6434 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
6435 (hpread_read_struct_type): Likewise.
6436
6437 2004-06-01 Andrew Cagney <cagney@gnu.org>
6438
6439 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
6440 instead of xasprintf.
6441 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
6442 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
6443 (mi_cmd_data_list_register_names)
6444 (mi_cmd_data_list_changed_registers)
6445 (mi_cmd_data_list_register_values)
6446 (get_register, mi_cmd_data_write_register_values)
6447 (mi_cmd_data_write_register_values)
6448 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
6449 (mi_cmd_target_download, mi_cmd_target_select)
6450 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
6451 (mi_execute_cli_command, mi_execute_async_cli_command)
6452 (mi_execute_async_cli_command): Ditto.
6453 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
6454 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
6455
6456 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
6457 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
6458 error_last_message instead of mi_error_last_message.
6459 * mi/mi-main.c (mi_error_last_message): Delete function.
6460
6461 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
6462 "invalid number of columns" error. Delete redundant "out of
6463 memory" check.
6464
6465 2004-05-31 Mark Kettenis <kettenis@gnu.org>
6466
6467 * i386bsd-nat.c: Don't include <sys/procfs.h>.
6468 (gregset_t, fpregset_t): Remove typedefs.
6469 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
6470 (REG_OFFSET): Rename argument.
6471 (i386bsd_r_reg_offset): Rename from reg_offset.
6472 (REG_ADDR): Remove macro.
6473 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
6474 functions.
6475 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
6476 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
6477 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
6478 instead of supply_gregset.
6479 (store_inferior_registers): Use `struct reg' and `struct fpreg'
6480 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
6481 instead of fill_gregset.
6482 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
6483
6484 * i386bsd-nat.c: Don't include "gregset.h".
6485 (supply_gregset, fill_gregset): Make static.
6486 (supply_fpregset, fill_fpregset): Remove.
6487 * Makefile.in (i386bsd-nat.o): Update dependencies.
6488
6489 2004-05-30 Mark Kettenis <kettenis@gnu.org>
6490
6491 * fbsd-proc.c: Include "regcache.h", "regset.h" and
6492 "gdb_assert.h". Con't include "gregset.h".
6493 (fbsd_make_corefile_notes): Use regset-based core file support
6494 instead off fill_gregset and fill_fpregset.
6495 * Makefile.in (fbsd-proc.o): Update dependencies.
6496
6497 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
6498 instructions.
6499 (m88k_frame_prev_register): Simplify code a bit.
6500
6501 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
6502 (amd64_collect_fpregset): New function.
6503 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
6504
6505 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
6506
6507 * i386-tdep.c (i386_supply_gregset): Adjust comment.
6508 (i386_collect_gregset): New function.
6509 (i386_supply_fpregset): Adjust comment.
6510 (i386_collect_fpregset): New function.
6511 (i386_regset_from_core_section): Use i386_collect_gregset and
6512 i386_collect_fpregset.
6513
6514 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
6515 handle VALUEP being null.
6516
6517 * regset.h (collect_regset_ftype): Unconstify fourth argument.
6518
6519 2004-05-29 Mark Kettenis <kettenis@gnu.org>
6520
6521 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
6522
6523 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
6524 assembler in OpenBSD 3.5-current.
6525 (amd64obsd_sigcontext_addr): Likewise.
6526
6527 2004-05-28 Jim Blandy <jimb@redhat.com>
6528
6529 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
6530 register set, so our regcache isn't declared "legacy" and our E500
6531 pseudoregister read and write functions aren't ignored.
6532 (rs6000_register_byte, rs6000_register_raw_size,
6533 rs6000_register_virtual_type, rs6000_register_convertible,
6534 rs6000_register_convert_to_virtual,
6535 rs6000_register_convert_to_raw): Deleted.
6536 (rs6000_register_type, rs6000_convert_register_p,
6537 rs6000_register_to_value, rs6000_value_to_register): New
6538 functions.
6539 (rs6000_gdbarch_init): Don't register
6540 gdbarch_deprecated_register_size,
6541 gdbarch_deprecated_register_bytes,
6542 gdbarch_deprecated_register_byte,
6543 gdbarch_deprecated_register_raw_size,
6544 gdbarch_deprecated_register_virtual_type,
6545 gdbarch_deprecated_register_convertible,
6546 gdbarch_deprecated_register_convert_to_virtual, or
6547 gdbarch_deprecated_register_convert_to_raw methods. Instead,
6548 register gdbarch_register_type, gdbarch_convert_register_p,
6549 gdbarch_register_to_value, and gdbarch_value_to_register methods.
6550
6551 2004-05-26 Jim Blandy <jimb@redhat.com>
6552
6553 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
6554 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
6555 functions, updated to match the register numberings used in GCC.
6556 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
6557 rs6000_dwarf2_reg_to_regnum as register number conversions
6558 functions for STABS and Dwarf2.
6559
6560 2004-05-26 Randolph Chung <tausq@debian.org>
6561
6562 * infttrace.h (target_waitkind): Forward declare type instead of pulling
6563 in header file.
6564
6565 2004-05-25 Joel Brobecker <brobecker@gnat.com>
6566
6567 * NEWS: Document new "start" command.
6568
6569 2004-05-25 Randolph Chung <tausq@debian.org>
6570
6571 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
6572 hppa-linux.
6573
6574 2004-05-25 Randolph Chung <tausq@debian.org>
6575
6576 * hppa-hpux-tdep.c (offsetof): Define.
6577 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
6578 (hppa32_hpux_frame_base_before_sigtramp)
6579 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6580 (hppa64_hpux_frame_saved_pc_in_sigtramp)
6581 (hppa64_hpux_frame_base_before_sigtramp)
6582 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
6583 functions.
6584 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
6585 (hppa_hpux_sigtramp_frame_unwind_cache)
6586 (hppa_hpux_sigtramp_frame_this_id)
6587 (hppa_hpux_sigtramp_frame_prev_register)
6588 (hppa_hpux_sigtramp_frame_unwind)
6589 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
6590 (hppa_hpux_init_abi): Register sigtramp unwinder.
6591 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
6592
6593 2004-05-25 Randolph Chung <tausq@debian.org>
6594
6595 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
6596 and multiple stack unwinds.
6597 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
6598
6599 2004-05-25 Andrew Cagney <cagney@gnu.org>
6600
6601 * symfile.h (symbol_file_add_from_memory): Delete declaration.
6602 * symfile-mem.h: Delete file.
6603 * symfile-mem.c: Do not include "symfile-mem.h".
6604 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
6605 "struct bfd_section". When an error do not bother returning NULL.
6606 (add_symbol_file_from_memory_command): Use "struct bfd" and
6607 "struct bfd_section".
6608 * Makefile.in (symfile_mem_h): Delete.
6609 (symfile-mem.o): Update dependencies.
6610
6611 2004-05-25 Nick Roberts <nickrob@gnu.org>
6612
6613 * gdb-mi.el: New file.
6614
6615 2004-05-25 Andrew Cagney <cagney@gnu.org>
6616
6617 * inftarg.c: Include "observer.h".
6618 (child_attach, child_create_inferior): Notify inferior_created.
6619 * corelow.c: Include "observer.h".
6620 (core_open): Notify inferior_created.
6621 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
6622
6623 2004-05-25 Andrew Cagney <cagney@gnu.org>
6624
6625 * target.h (struct target_ops): Add from_tty to
6626 to_create_inferior.
6627 (target_create_inferior, find_default_create_inferior): Update.
6628 * infcmd.c (run_command): Update.
6629 * wince.c (child_create_inferior): Update.
6630 * win32-nat.c (child_create_inferior): Update.
6631 * uw-thread.c (uw_thread_create_inferior): Update.
6632 * thread-db.c (thread_db_create_inferior): Update.
6633 * target.c (debug_to_create_inferior)
6634 (find_default_create_inferior): Update.
6635 (maybe_kill_then_create_inferior): Update.
6636 * sol-thread.c (sol_thread_create_inferior): Update.
6637 * remote.c (extended_remote_async_create_inferior)
6638 (extended_remote_create_inferior): Update.
6639 * remote-vx.c (vx_create_inferior): Update.
6640 * remote-st.c (st2000_create_inferior): Update.
6641 * remote-sim.c (gdbsim_create_inferior): Update.
6642 * remote-sds.c (sds_create_inferior): Update.
6643 * remote-rdp.c (remote_rdp_create_inferior): Update.
6644 * remote-rdi.c (arm_rdi_create_inferior): Update.
6645 * remote-m32r-sdi.c (m32r_create_inferior): Update.
6646 * remote-e7000.c (e7000_create_inferior): Update.
6647 * procfs.c (procfs_create_inferior): Update.
6648 * ocd.c (ocd_create_inferior): Update.
6649 * ocd.h (ocd_create_inferior): Update.
6650 * nto-procfs.c (procfs_create_inferior): Update.
6651 * monitor.c (monitor_create_inferior): Update.
6652 * lin-lwp.c (lin_lwp_create_inferior): Update.
6653 * inftarg.c (child_create_inferior): Update.
6654 * hpux-thread.c (hpux_thread_create_inferior): Update.
6655 * gnu-nat.c (gnu_create_inferior): Update.
6656
6657 2004-05-25 Andrew Cagney <cagney@gnu.com>
6658
6659 * MAINTAINERS: Update e-mail address.
6660
6661 2004-05-24 Randolph Chung <tausq@debian.org>
6662
6663 * thread.c (info_threads_command, thread_apply_all_command)
6664 (thread_apply_command, thread_command, do_captured_thread_select):
6665 Remove HPUXHPPA-specific code.
6666
6667 2004-05-24 Randolph Chung <tausq@debian.org>
6668
6669 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
6670 unused symbols.
6671 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
6672 references.
6673
6674 2004-05-24 Joel Brobecker <brobecker@gnat.com>
6675
6676 * infcmd.c (kill_if_already_running): New function, extracted
6677 from run_command().
6678 (run_command): Replace extracted code by call to
6679 kill_if_already_running().
6680 (start_command): New function.
6681 (_initialize_infcmd): Add "start" command.
6682
6683 2004-05-24 Mark Kettenis <kettenis@gnu.org>
6684
6685 Add OpenBSD/m88k support.
6686 * NEWS (New native configurations): Mention OpenBSD/m88k.
6687 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
6688 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
6689 * Makefile.in (m88k_tdep_h): New variable.
6690 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
6691 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
6692 * configure.host: Add m88*-*-openbsd*.
6693 * configure.tgt: Add m88*-*-openbsd*.
6694
6695 2004-05-24 Jim Blandy <jimb@redhat.com>
6696
6697 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
6698 to approve changes.
6699
6700 2004-05-24 Kevin Buettner <kevinb@redhat.com>
6701
6702 * symtab.c (fixup_section): Search section table when lookup by
6703 name fails.
6704
6705 2004-05-24 Randolph Chung <tausq@debian.org>
6706
6707 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
6708 be "small_struct".
6709
6710 2004-05-24 Mark Kettenis <kettenis@gnu.org>
6711
6712 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
6713 register number in regcache_raw_collect call.
6714 (m68kbsd_collect_fpregset): Likewise.
6715 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
6716
6717 * regset.h (struct regset): Add back `regset' member.
6718
6719 2004-05-23 Mark Kettenis <kettenis@gnu.org>
6720
6721 * configure.in: Check for td_pcb in `struct thread'.
6722 * configure, config.in: Regenerated.
6723
6724 * dpx2-nat.c: Remove file.
6725 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
6726 (dpx2-nat.o): Remove dependencies.
6727
6728 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
6729 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
6730 (amd64obsd_supply_pcb): New function.
6731 (_initialize_amd64obsd_nat): Enable libkvm interface.
6732 * Makefile.in (amd64obsd-nat.o): Update dependencies.
6733 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
6734 (LOADLIBES): New variable.
6735
6736 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
6737 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
6738 (sparc32nbsd_supply_pcb): New function.
6739 (_initialize_sparcnbsd_nat): Enable libkvm interface.
6740 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
6741 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
6742 (LOADLIBES): New variable.
6743
6744 2004-05-22 Mark Kettenis <kettenis@gnu.org>
6745
6746 * bsd-kvm.c, bsd-kvm.h: New files.
6747 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
6748 "bsd-kvm.h".
6749 (i386fbsd_supply_pcb): New function.
6750 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
6751 (i386fbsd-nat.o): Update dependencies.
6752 (bsd_kvm_h): New variable.
6753 (bsd-kvm.o): New dependency.
6754 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
6755 (LOADLIBES): New variable.
6756
6757 * regset.c: Tweak comment.
6758 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
6759 macro.
6760 * regset.h: Update copyright year.
6761 (struct regset): Remove `descr' member, add `gdbarch' member.
6762 (regset_alloc): Adjust prototype and comment.
6763 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
6764 (i386_supply_fpregset): Likewise.
6765 (i386_regset_from_core_section): Update call to regset_alloc.
6766 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
6767 REGSET->arch.
6768 (i386obsd_aout_regset_from_core_section): Update call to
6769 regset_alloc.
6770 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
6771 REGSET->arch.
6772 (i386nbsd_aout_regset_from_core_section): Update call to
6773 regset_alloc.
6774 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
6775 REGSET->arch.
6776 (amd64_regset_from_core_section): Update call to regset_alloc.
6777 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
6778 REGSET->arch.
6779 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
6780 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
6781 &sparc32nbsd_gregset in sparc32_supply_gregset call.
6782 (sparc32nbsd_init_abi): Update call to regset_alloc.
6783 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
6784 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
6785 (sparc64obsd_init_abi): Update call to regset_alloc.
6786 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
6787 &sparc64nbsd_gregset in sparc64_supply_gregset call.
6788 (sparc64nbsd_init_abi): Update call to regset_alloc.
6789 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
6790 &sparc64fbsd_gregset in sparc64_supply_gregset call.
6791 (sparc64fbsd_init_abi): Update call to regset_alloc.
6792
6793 2004-05-22 Jim Blandy <jimb@redhat.com>
6794
6795 * ppc-tdep.h (spe_register_p): New declaration.
6796 (struct gdbarch_tdep): New members: ppc_acc_regnum and
6797 ppc_spefscr_regnum.
6798 * rs6000-tdep.c (spe_register_p): New function.
6799 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
6800 spefscr.
6801 (rs6000_gdbarch_init): Initialize the new members of the tdep
6802 structure.
6803
6804 2004-05-21 Jim Blandy <jimb@redhat.com>
6805
6806 * ppc-linux-nat.c (fetch_register): Move code back to be next
6807 to the comment that describes it. (Moved code, instead of
6808 comment, for symmetry with store_register.)
6809
6810 Allocate regset structures in the gdbarch's obstack, not using
6811 xmalloc.
6812 * regset.c (regset_alloc): Renamed from regset_xmalloc.
6813 Add 'arch' argument. Allocate the regset on arch's obstack, not
6814 using xmalloc.
6815 * regset.h (regset_alloc): Update declaration.
6816 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
6817 gdbarch argument.
6818 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6819 * i386-tdep.c (i386_regset_from_core_section): Same.
6820 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6821 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6822 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6823 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6824 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6825 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6826
6827 2004-05-21 Joel Brobecker <brobecker@gnat.com>
6828
6829 * config/djgpp/fnchange.lst: Undo previous change, was useless.
6830
6831 2004-05-21 Jim Blandy <jimb@redhat.com>
6832
6833 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
6834 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
6835
6836 2004-05-20 Jim Blandy <jimb@redhat.com>
6837
6838 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
6839
6840 2004-05-20 Mark Kettenis <kettenis@gnu.org>
6841
6842 * regset.h: Make prototype const-correct.
6843 * regset.c (regset_xmalloc): Make const-correct.
6844
6845 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
6846
6847 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
6848 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
6849 (symbol_search_name): Declare.
6850
6851 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
6852 (iter_name_next_hashed): Ditto.
6853 (iter_name_next_linear): Ditto.
6854 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
6855
6856 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
6857 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
6858 (symbol_search_name): New function.
6859
6860 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
6861
6862 * minsyms.c (build_minimal_symbol_hash_tables): Change
6863 test for adding to demangled hash table to check for difference
6864 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
6865
6866 2004-05-19 Jim Blandy <jimb@redhat.com>
6867
6868 Use a constructor function to create regset structures.
6869 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
6870 (struct regset): Use supply_regset_ftype. Add new
6871 'collect_regset' member.
6872 (regset_xmalloc): New declaration.
6873 * regset.c: New file.
6874 * am64-tdep.c (amd64_regset_from_core_section): Use
6875 regset_xmalloc to construct regset structures.
6876 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6877 * i386-tdep.c (i386_regset_from_core_section): Same.
6878 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6879 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6880 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6881 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6882 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6883 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6884 * Makefile.in (COMMON_OBS): Add regset.o.
6885 (regset.o): New rule.
6886
6887 2004-05-19 Joel Brobecker <brobecker@gnat.com>
6888
6889 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
6890 and pthread_cond_wait.c.
6891
6892 2004-05-18 Jim Blandy <jimb@redhat.com>
6893
6894 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
6895 before the mach-specific switch, and then let the individual cases
6896 override the defaults, rather than leaving them uninitialized
6897 until the switch and then setting them in each case.
6898
6899 2004-05-18 Randolph Chung <tausq@debian.org>
6900
6901 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
6902 millicode functions.
6903
6904 2004-05-18 Randolph Chung <tausq@debian.org>
6905
6906 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
6907 references to dld_flags_buffer consistent.
6908
6909 2004-05-18 Randolph Chung <tausq@debian.org>
6910
6911 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
6912 it for unwinding the stack.
6913
6914 2004-05-18 Randolph Chung <tausq@debian.org>
6915
6916 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
6917 Undefine these so we can overide them using gdbarch.
6918
6919 2004-05-18 Randolph Chung <tausq@debian.org>
6920
6921 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
6922 handling for 64-bit HPUX (elf).
6923
6924 2004-05-18 Daniel Jacobowitz <dan@debian.org>
6925
6926 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
6927 constants.
6928 * amd64-tdep.c (amd64_skip_prologue): Likewise.
6929 * ia64-tdep.c (examine_prologue): Likewise.
6930 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
6931 * v850-tdep.c (v850_fix_call_dummy): Likewise.
6932
6933 2004-05-18 Mark Kettenis <kettenis@gnu.org>
6934
6935 * vax-tdep.c (vax_return_value): Implement
6936 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6937
6938 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6939
6940 * vax-tdep.c (vax_return_value): Fix typo.
6941
6942 2004-05-17 Andrew Cagney <cagney@redhat.com>
6943
6944 * MAINTAINERS: Mark Salter was also responsible for
6945 testsuite/config/
6946
6947 * NEWS: Mention signal fixes.
6948
6949 2004-05-17 Randolph Chung <tausq@debian.org>
6950
6951 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
6952 check to see if we are unwinding an export stub. Export stubs clobber
6953 the %rp in the call path and stores the original rp in a stack slot.
6954
6955 2004-05-17 Jim Blandy <jimb@redhat.com>
6956
6957 * MAINTAINERS: Update address for J.T. Conklin.
6958
6959 2004-05-17 Randolph Chung <tausq@debian.org>
6960
6961 * hppa-tdep.c: Remove superfluous #include's.
6962 * Makefile.in (hppa-tdep.o): Update dependencies.
6963
6964 2004-05-17 Randolph Chung <tausq@debian.org>
6965
6966 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
6967 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
6968 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
6969 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
6970 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
6971 Remove static function declarations.
6972
6973 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6974
6975 * alphabsd-nat.c: Update copyright year.
6976 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
6977
6978 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
6979 and M68K_A2_REGNUM.
6980
6981 * m68k-tdep.c (m68k_svr4_return_value): Implement
6982 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6983
6984 2004-05-16 Mark Kettenis <kettenis@gnu.org>
6985
6986 * sol-thread.c Update copyright year. Fix various coding
6987 standards violations. Tweak a few comments.
6988 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
6989 Delete prototypes.
6990
6991 2004-05-15 Randolph Chung <tausq@debian.org>
6992
6993 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
6994 as pointer instead of array reference since HPUX compiler does
6995 not accept unsized array arguments.
6996 * somsolib.c (dld_flags_buffer): Use constant array size.
6997
6998 2004-05-15 Mark Kettenis <kettenis@gnu.org>
6999
7000 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7001 offset with decimal offset.
7002 (amd64obsd_sigcontext_addr): Return correct address for entire
7003 signal trampoline.
7004
7005 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7006 instead of get_frame_base.
7007
7008 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7009 (fill_gregset): Use regcache_raw_collect.
7010
7011 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7012 ppcobsd-tdep.c.
7013
7014 * config/sparc/tm-nbsd64.h: Remove file.
7015 * config/tm-sunos.h: Remove file.
7016
7017 2004-05-15 Joel Brobecker <brobecker@gnat.com>
7018
7019 * rs6000-tdep.c (store_param_on_stack_p): New function,
7020 an improved version of some code extracted from skip_prologue().
7021 (skip_prologue): Use store_param_on_stack_p() to detect
7022 instructions saving a parameter on the stack. Detect when r0
7023 is used to save a parameter.
7024 Do not mark "li rx, SIMM" instructions as part of the prologue,
7025 unless the following instruction is also part of the prologue.
7026
7027 2004-05-14 Andrew Cagney <cagney@redhat.com>
7028
7029 * infrun.c (handle_inferior_event): Simplify
7030 STEP_OVER_UNDEBUGGABLE.
7031
7032 * infrun.c (handle_step_into_function): Delete function.
7033 (handle_inferior_event): Inline calls to
7034 handle_step_into_function.
7035
7036 2004-05-14 Jerome Guitton <guitton@gnat.com>
7037
7038 * rs6000-nat.c: Fix a comment.
7039
7040 2004-05-12 David Anderson <davea@sgi.com>
7041
7042 Committed by Jim Blandy <jimb@redhat.com>:
7043 * regcache.c (struct regcache_descr): fix comment spelling.
7044
7045 2004-05-13 J. Brobecker <brobecker@gnat.com>
7046
7047 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7048 Fixes a link link failure.
7049
7050 2004-05-13 J. Brobecker <brobecker@gnat.com>
7051
7052 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7053 error that was causing the build to fail.
7054
7055 2004-05-13 J. Brobecker <brobecker@gnat.com>
7056
7057 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7058 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7059
7060 2004-05-13 Andrew Cagney <cagney@redhat.com>
7061
7062 * infrun.c (handle_inferior_event): Check for
7063 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7064 calls. Update comments.
7065
7066 2004-05-13 Jim Blandy <jimb@redhat.com>
7067
7068 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7069 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7070 (store_regs_user_thread, store_regs_kernel_thread): Use
7071 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7072 * ppc-linux-nat.c (fill_gregset): Same.
7073 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7074 (ppc_linux_sigtramp_cache): Same.
7075 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7076 (ppcnbsd_sigtramp_cache_init): Same.
7077 * rs6000-nat.c (fetch_core_registers): Same.
7078 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7079 (rs6000_frame_cache): Same.
7080
7081 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7082 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7083 of assuming that the gprs are numbered starting with zero.
7084 * ppc-linux-nat.c (fill_gregset): Same.
7085 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7086 * ppcnbsd-nat.c (getregs_supplies): Same.
7087 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7088 * rs6000-nat.c (fetch_core_registers): Same.
7089 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7090
7091 2004-05-07 Michael Snyder <msnyder@redhat.com>
7092
7093 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7094 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7095
7096 2004-05-13 Andrew Cagney <cagney@redhat.com>
7097
7098 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7099
7100 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7101
7102 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7103 base_address for shared libraries.
7104
7105 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7106
7107 * MAINTAINERS (write after approval): Add myself.
7108
7109 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7110
7111 * breakpoint.c (bpstat_stop_status): Add new argument
7112 STOPPED_BY_WATCHPOINT. Use it instead of testing
7113 target_stopped_data_address agaist 0 to check whether
7114 or not we stopped due to a hardware watchpoint.
7115 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7116 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7117 with new argument.
7118
7119 2004-05-12 Jim Blandy <jimb@redhat.com>
7120
7121 * configure.in: When checking whether we should use the -bbigtoc
7122 option, don't forget to restore the original value of LDFLAGS.
7123 * configure: Regenerated.
7124
7125 2004-05-12 Andrew Cagney <cagney@redhat.com>
7126
7127 * thread.c (load_infrun_state): Delete step_sp.
7128 * infrun.c (context_switch): Ditto.
7129 * inferior.h (step_sp): Ditto.
7130 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7131 * gdbthread.h (struct thread_info, save_infrun_state)
7132 (restore_infrun_state): Ditto.
7133
7134 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
7135
7136 * MAINTAINERS (write after approval): Add myself.
7137
7138 2004-05-12 Andrew Cagney <cagney@redhat.com>
7139
7140 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7141 eliminate reference to step_sp.
7142 (struct execution_control_state, init_execution_control_state)
7143 (handle_inferior_event, keep_going): Delete update_step_sp and
7144 step_sp.
7145 * infcmd.c (step_sp): Note that variable is unused.
7146
7147 2004-05-11 Andrew Cagney <cagney@redhat.com>
7148
7149 * infrun.c (step_over_function): Delete function.
7150 (handle_step_into_function): Use insert_step_resume_breakpoint.
7151 (insert_step_resume_breakpoint): Fix assertion.
7152
7153 2004-05-11 Nick Roberts <nickrob@gnu.org>
7154
7155 * utils.c (defaulted_query): Just use the normal query input type
7156 when printing the annotations.
7157
7158 2004-05-11 Andrew Cagney <cagney@redhat.com>
7159
7160 * infrun.c (handle_inferior_event): Simplify code handling
7161 step-into or return-from a signal trampoline.
7162
7163 2004-05-11 Andrew Cagney <cagney@redhat.com>
7164
7165 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7166 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7167
7168 2004-05-10 Jim Blandy <jimb@redhat.com>
7169
7170 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7171 with a call to internal_error.
7172
7173 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7174 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7175 processor variant lacks those registers.
7176 (ppc_floating_point_unit_p): Change description to make it clear
7177 that this returns info about the ISA, not the ABI.
7178 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7179 return true or false by checking tdep->ppc_fp0_regnum and
7180 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7181 arch/mach switching done in rs6000_gdbarch_init; it's better to
7182 keep that logic there, and just check the results here.
7183 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7184 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7185 floating-point registers.
7186 (ppc_supply_fpregset, ppc_collect_fpregset)
7187 (rs6000_push_dummy_call, rs6000_extract_return_value)
7188 (rs6000_store_return_value): Assert that we have floating-point
7189 registers.
7190 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7191 (rs6000_frame_cache): Don't note the locations at which
7192 floating-point registers were saved if we have no fprs.
7193 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7194 registers.
7195 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7196 (store_regs_user_thread, store_regs_kernel_thread): Only call
7197 supply_fprs / fill_fprs if we actually have floating-point
7198 registers.
7199 (special_register_p): Check ppc_fpscr_regnum before matching
7200 against it.
7201 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7202 supply / collect fpscr if we don't have it.
7203 * ppc-bdm.c: #include "gdb_assert.h".
7204 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7205 have floating-point registers, since I can't test this code on
7206 FP-free systems to adapt it.
7207 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7208 fpscr and floating point register numbers if they don't exist.
7209 (fetch_register): Assert that we have floating-point registers
7210 before we reach the code that handles them.
7211 (store_register): Same. And use tdep instead of calling
7212 gdbarch_tdep again.
7213 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7214 don't have them.
7215 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7216 fprs and fpscr if we don't have them.
7217 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7218 don't have them.
7219 * ppcnbsd-nat.c: #include "gdb_assert.h".
7220 (getfpregs_supplies): Assert that we have floating-point registers.
7221 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7222 * ppcobsd-tdep.c: #include "gdb_assert.h".
7223 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7224 have floating-point registers.
7225 * rs6000-nat.c (regmap): Don't match against the fpscr and
7226 floating point register numbers if they don't exist.
7227 (fetch_inferior_registers, store_inferior_registers,
7228 fetch_core_registers): Only fetch / store / supply the
7229 floating-point registers and the fpscr if we have them.
7230 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
7231 (ppcobsd-tdep.o): Update dependencies.
7232
7233 2004-05-10 Andrew Cagney <cagney@redhat.com>
7234
7235 * infrun.c (through_sigtramp_breakpoint): Delete variable.
7236 (context_switch): Do not switch through_sigtramp_breakpoint.
7237 * gdbthread.h (save_infrun_state, load_infrun_state)
7238 (struct thread_info): Delete through_sigtramp_breakpoint parameter
7239 and structure member.
7240 * thread.c (load_infrun_state, save_infrun_state): Update.
7241
7242 2004-05-10 Mark Kettenis <kettenis@gnu.org>
7243
7244 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
7245
7246 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7247
7248 * acinclude.m4: Quote macro names being defined by AC_DEFUN
7249 throughout.
7250 * aclocal.m4: Regenerate.
7251
7252 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
7253
7254 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
7255
7256 2004-05-10 Andrew Cagney <cagney@redhat.com>
7257
7258 * infrun.c (check_sigtramp2): Delete function.
7259 (handle_inferior_event): When single stepping, and taking a
7260 signal, set a breakpoint at the signal return address. Delete
7261 redundant calls to check_sigtramp2.
7262 (insert_step_resume_breakpoint): New function.
7263 (through_sigtramp_breakpoint, handle_inferior_event)
7264 (follow_exec, wait_for_inferior, fetch_inferior_event)
7265 (currently_stepping, keep_going): Delete most uses of
7266 through_sigtramp_breakpoint, not that it should be deleted.
7267 (delete_breakpoint_current_contents): Delete function.
7268
7269 2004-05-10 Randolph Chung <tausq@debian.org>
7270
7271 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
7272 target.
7273 * config/pa/tm-linux.h: New file.
7274
7275 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
7276
7277 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
7278 of prefixes. Don't print the prefix twice in the CLI.
7279
7280 2004-05-10 Jim Blandy <jimb@redhat.com>
7281
7282 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
7283 collect all the gprs.
7284
7285 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
7286 loop collecting gprs.
7287
7288 2004-05-09 Andrew Cagney <cagney@redhat.com>
7289
7290 * remote-vx.c (net_step): Delete step-range code.
7291 * remote.c (remote_resume, init_all_packet_configs)
7292 (set_remote_protocol_E_packet_cmd)
7293 (show_remote_protocol_E_packet_cmd)
7294 (remote_protocol_E, show_remote_cmd, _initialize_remote)
7295 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
7296 (show_remote_protocol_e_packet_cmd): Ditto.
7297
7298 2004-05-09 Mark Kettenis <kettenis@gnu.org>
7299
7300 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
7301
7302 * hppa-tdep.h: Update copyright year.
7303 (struct trad_frame_saved_reg): Add opaque declaration.
7304
7305 * amd64-tdep.c (amd64_return_value): Implement
7306 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7307
7308 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
7309 (m68k_value_to_register): New functions.
7310 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
7311 value_to_register.
7312
7313 * defs.h (enum return_value_convention): Add
7314 RETURN_VALUE_ABI_RETURNS_ADDRESS and
7315 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7316 * infcmd.c (legacy_return_value): New function.
7317 (print_return_value): Rwerite to implement
7318 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7319 * values.c (using_struct_return): Check for inequality to
7320 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
7321 RETURN_VALUE_STRUCT_CONVENTION.
7322 * i386-tdep.c (i386_return_value): Implement
7323 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7324
7325 * vax-tdep.c: Tweak comments. Reorder include files. Don't
7326 include "symtab.h", "opcode/vax.h" and "inferior.h".
7327 (vax_skip_prologue): Replace calls to read_memory_integer by calls
7328 to read_memory_unsigned_integer.
7329 (vax_gdbarch_init): Reorder.
7330 (_initialize_vax_tdep): Spell out prototype.
7331 * Makefile.in (vax-tdep.o): Update dependencies.
7332
7333 2004-05-08 Andrew Cagney <cagney@redhat.com>
7334
7335 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
7336 * target.c (target_detach, target_disconnect): Ditto.
7337
7338 * infcall.c (call_function_by_hand): When no
7339 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
7340 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
7341 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
7342 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7343 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7344
7345 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
7346 * gdbarch.h, gdbarch.c: Re-generate.
7347 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7348 deprecated_fix_call_dummy.
7349 * v850-tdep.c (v850_gdbarch_init): Ditto.
7350 * infcall.c (call_function_by_hand): Do not call
7351 DEPRECATED_FIX_CALL_DUMMY.
7352
7353 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
7354 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
7355 * gdbarch.h, gdbarch.c: Re-generate.
7356 * arm-linux-tdep.c (arm_linux_call_dummy_words)
7357 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
7358 deprecated_sizeof_call_dummy_words.
7359 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
7360 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
7361 * v850-tdep.c (v850_gdbarch_init): Ditto.
7362 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7363 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
7364 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7365 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7366 * arch-utils.h (legacy_call_dummy_words)
7367 (legacy_sizeof_call_dummy_words): Delete declarations.
7368 * arch-utils.c (legacy_call_dummy_words)
7369 (legacy_sizeof_call_dummy_words): Delete variables.
7370
7371 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
7372 * gdbarch.h, gdbarch.c: Re-generate.
7373 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
7374 * infcall.c (call_function_by_hand): Eliminate call to
7375 DEPRECATED_PUSH_DUMMY_FRAME.
7376 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7377 push_dummy_frame.
7378 (ns32k_push_dummy_frame): Delete function.
7379
7380 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7381 deprecated_call_dummy_breakpoint_offset or
7382 deprecated_call_dummy_start_offset.
7383 * dummy-frame.c, arm-tdep.c: Update comments.
7384 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
7385 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
7386 * gdbarch.h, gdbarch.c: Re-generate.
7387
7388 * infcall.c (legacy_push_dummy_code): Delete function.
7389 (push_dummy_code): Delete call.
7390
7391 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
7392 * gdbarch.h, gdbarch.c: Re-generate.
7393 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
7394 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
7395 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
7396 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
7397
7398 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
7399 (struct frame_info): Delete opaque declaration.
7400 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
7401 * frame.c (get_frame_type): Delete call.
7402
7403 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7404 pc_in_call_dummy.
7405 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
7406 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
7407
7408 2004-05-08 Mark Kettenis <kettenis@gnu.org>
7409
7410 * alphanbsd-tdep.c: Include "gdb_string.h".
7411 * armnbsd-tdep.c: Update copyright year.
7412 Include "gdb_string.h".
7413 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
7414 dependencies.
7415
7416 * delta68-nat.c: Remove file.
7417 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
7418 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
7419 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
7420 (delta68-nat.o): Remove dependency.
7421
7422 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
7423 function.
7424 (m68k_gdbarch_init): Don't set
7425 deprecated_frameless_function_invocation.
7426
7427 2004-05-07 Randolph Chung <tausq@debian.org>
7428
7429 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
7430 read_memory_nobpt for code reading when doing frame unwinding.
7431 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
7432
7433 2004-05-07 Randolph Chung <tausq@debian.org>
7434
7435 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
7436 instead of sp, handle sigaltstack case.
7437 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
7438 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
7439 signal handler and not that of the caller.
7440 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
7441 hppa_linux_sigtramp_find_sigcontext.
7442
7443 2004-05-07 Randolph Chung <tausq@debian.org>
7444
7445 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
7446 hppa-linux-nat.c.
7447 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
7448 * hppa-linux-nat.c (fetch_register, store_register): Define.
7449 (fetch_inferior_registers, store_inferior_registers): Define.
7450 (supply_gregset): Add comment and clean up some unneeded code.
7451 (fill_gregset): Add comment and fix so that it saves registers in
7452 the right place in the gregset.
7453 (fill_fpregset): Fix buffer overrun problem.
7454 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
7455
7456 2004-05-07 Randolph Chung <tausq@debian.org>
7457
7458 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
7459 do common handling of the pcoqt register.
7460 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
7461 to use helper function.
7462 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
7463 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
7464 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
7465 generic fallback unwinder when all else fails.
7466 (hppa_gdbarch_init): Add fallback sniffer.
7467 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
7468 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
7469 to use helper function.
7470
7471 2004-05-08 Joel Brobecker <brobecker@gnat.com>
7472
7473 * config/djgpp/fnchange.lst: Add translation rules for
7474 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
7475
7476 2004-05-08 Mark Kettenis <kettenis@gnu.org>
7477
7478 * frame.c (get_prev_frame_1): Work around GCC bug.
7479 * frame.h: Add comment about GCC bug.
7480
7481 2004-05-07 Andrew Cagney <cagney@redhat.com>
7482
7483 * observer.c: Include "commands.h" and "gdbcmd.h".
7484 (observer_debug, _initialize_observer): Add the
7485 command "set/show debug observer".
7486 * observer.sh: When observer debugging, log notify calls.
7487 * Makefile.in (observer.o): Update dependencies.
7488
7489 2004-05-07 Jason Molenda (jmolenda@apple.com)
7490
7491 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
7492
7493 2004-05-07 Jim Blandy <jimb@redhat.com>
7494
7495 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
7496 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
7497 to recognize gpr regnums, instead of assuming that
7498 tdep->ppc_fp0_regnum marks the end of the general-purpose
7499 registers.
7500
7501 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
7502 the given architecture has floating-point registers.
7503
7504 2004-05-07 Andrew Cagney <cagney@redhat.com>
7505
7506 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
7507 macro defined to 1.
7508 * gdbarch.h, gdbarch.c: Re-generate.
7509 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7510 deprecated_use_generic_dummy_frames.
7511
7512 2004-05-07 Brian Ford <ford@vss.fsi.com>
7513
7514 * NEWS: Mention Cygwin DWARF 2 support.
7515
7516 2004-05-07 Andrew Cagney <cagney@redhat.com>
7517
7518 * objfiles.h (struct entry_info): Delete unused fields
7519 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
7520 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
7521 * mipsread.c (mipscoff_symfile_read): Update.
7522 * mdebugread.c (parse_partial_symbols): Update.
7523 * dwarfread.c (read_file_scope): Update.
7524 * dwarf2read.c (read_file_scope): Update.
7525 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
7526 * coffread.c (complete_symtab): Update.
7527
7528 2004-05-07 Mark Kettenis <kettenis@gnu.org>
7529
7530 * infcall.c (_initialize_infcall): Fix typo.
7531
7532 2004-05-07 Andrew Cagney <cagney@redhat.com>
7533
7534 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
7535 * command.h (add_setshow_zinteger_cmd): Declare.
7536
7537 2004-05-06 Randolph Chung <tausq@debian.org>
7538
7539 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
7540 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
7541 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
7542 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
7543 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
7544 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
7545 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
7546 definitions ...
7547 * hppa-tdep.h: ... to here, with HPPA_ prefix.
7548 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
7549 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
7550 (hppa64_hpux_frame_find_saved_regs_in_sig)
7551 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
7552 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
7553 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
7554 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
7555 (hppa_linux_sigtramp_frame_prev_register): Likewise.
7556 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
7557 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
7558 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
7559 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
7560 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
7561 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
7562 (hppa32_register_type, hppa_cannot_store_register)
7563 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
7564 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
7565 * hpread.c (hpread_process_one_debug_symbol): Likewise.
7566 * pa64solib.c (pa64_solib_have_load_event)
7567 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
7568 (pa64_solib_unloaded_library_pathname): Likewise.
7569 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
7570 (som_solib_library_pathname): Likewise.
7571
7572 2004-05-05 Jim Ingham <jingham@apple.com>
7573
7574 * breakpoint.c (create_breakpoints): Copy the ignore count and
7575 thread id over from the pended breakpoint to the actual
7576 breakpoint.
7577
7578 2004-05-05 Andrew Cagney <cagney@redhat.com>
7579
7580 * gdbarch.sh (PARM_BOUNDARY): Delete.
7581 gdbarch.h, gdbarch.c: Re-generate.
7582 * valops.c (PARM_BOUNDARY): Delete macro.
7583 (value_push): Delete PARM_BOUNDARY code.
7584 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
7585
7586 2004-05-04 Jim Blandy <jimb@redhat.com>
7587
7588 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
7589 Don't assume that the gprs, fprs, and UISA sprs are
7590 contiguous, start at register number zero, and end with fpscr.
7591 Instead, use the numbers from the tdep structure.
7592
7593 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
7594 should no longer be used in code specific to the RS6000 and its
7595 derivatives.
7596 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
7597 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
7598 tdep->ppc_fp0_regnum.
7599 (ppc_supply_fpregset, ppc_collect_fpregset)
7600 (rs6000_push_dummy_call, rs6000_extract_return_value)
7601 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
7602 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
7603 FP0_REGNUM.
7604 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
7605 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
7606 Same.
7607 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
7608 bdm_ppc_store_registers): Same.
7609 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
7610 (store_register, fill_fpregset): Same.
7611 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
7612 (ppc_linux_supply_fpregset): Same.
7613 * ppcnbsd-nat.c (getfpregs_supplies): Same.
7614 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
7615 Same.
7616 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
7617 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
7618 ppc64_sysv_abi_return_value): Same.
7619 * rs6000-nat.c (regmap, fetch_inferior_registers)
7620 (store_inferior_registers, fetch_core_registers): Same.
7621
7622 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7623
7624 * m68knbsd-nat.c: Remove file.
7625 * m68knbsd-tdep.c: Remove file.
7626 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
7627 dependencies.
7628 * configure.host: Add m68k-*-netbsdelf*.
7629 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
7630 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
7631 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
7632 (XM_FILE): Remove.
7633 * config/m68k/nbsdelf.mh: New file.
7634 * config/m68k/nbsd.mt: New file.
7635 * config/m68k/nbsdaout.mt: Remove file.
7636 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
7637 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
7638 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
7639 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
7640 (use_struct_convention): Remove prototype.
7641 (USE_STRUCT_CONVENTION): Remove define.
7642 * config/m68k/xm-nbsd.h: Remove file.
7643
7644 2004-05-04 Michael Snyder <msnyder@redhat.com>
7645
7646 * m68k-tdep.c (m68k_gdbarch_init): Default to using
7647 reg_struct_return method (as gcc usually does for cross targets).
7648
7649 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7650
7651 Committed by Andrew Cagney.
7652 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
7653 alignment padding when accessing ucontext struct members.
7654
7655 2004-05-04 Jim Blandy <jimb@redhat.com>
7656
7657 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
7658 'ppc_gplast_regnum' member.
7659 (ppc_num_gprs): New enum constant.
7660 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
7661 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
7662 * rs6000-nat.c (regmap, fetch_inferior_registers,
7663 store_inferior_registers): Same.
7664 * rs6000-tdep.c (e500_pseudo_register_read)
7665 (e500_pseudo_register_write): Same.
7666 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
7667
7668 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
7669 * ppc-tdep.h (ppc_num_fprs): New enum constant.
7670 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
7671 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
7672 FPLAST_REGNUM.
7673 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7674 Same.
7675 * ppc-linux-nat.c (ppc_register_u_addr): Same.
7676 * rs6000-nat.c (regmap, fetch_inferior_registers)
7677 (store_inferior_registers): Same.
7678
7679 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
7680 with FPLAST_REGNUM.
7681
7682 2004-05-03 Joel Brobecker <brobecker@gnat.com>
7683
7684 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
7685 failure detected by recent versions of GCC.
7686 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
7687 to be consistent with the usage in dwarf2_create_include_psymtab.
7688
7689 2004-05-03 Michael Snyder <msnyder@redhat.com>
7690
7691 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
7692 (heuristic_proc_start): Whitespace cleanup.
7693
7694 2004-05-04 Mark Kettenis <kettenis@gnu.org>
7695
7696 * sun3-nat.c: Remove file.
7697 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
7698 dependencies.
7699 (ALLDEPFILES): Remove sun3-nat.c.
7700 (sun3-nat.o): Remove dependencies.
7701
7702 * i386-interix-nat.c, i386-interix-tdep.c,
7703 config/i386/nm-interix.h, config/i386/interix.mh,
7704 config/i386/interix.mt: Remove files.
7705 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
7706 dependencies.
7707
7708 2004-05-03 Mark Kettenis <kettenis@gnu.org>
7709
7710 * m68k-tdep.h (struct gdbarch_tdep): Add member
7711 struct_value_regnum.
7712 (m68k_svr4_init_abi): New prototype.
7713 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
7714 different calling conventions.
7715 (m68k_extract_return_value): Remove code dealing with single-field
7716 structs.
7717 (m68k_store_return_value): Remove code dealing with single-field
7718 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
7719 (m68k_extract_struct_value_address): Remove function.
7720 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
7721 (m68k_reg_struct_return_p, m68k_return_value)
7722 (m68k_svr4_return_value): New functions.
7723 (m68k_use_struct_convention): Remove function.
7724 (m68k_push_dummy_call): Use new struct_value_regnum member of
7725 `struct gdbarch_tdep' instead of hardcoded register number to
7726 store STRUCT_ADDR.
7727 (m68k_svr4_init_abi): New function.
7728 (m68k_gdbarch_init): Don't set extract_return_value,
7729 store_return_values, deprecated_extract_struct_value_address and
7730 use_struct_convention. Set return_value instead. Initialize new
7731 struct_value_regnum member of `struct gdbarch_tdep'.
7732 * m68klinux-tdep.c: Update copyright year.
7733 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
7734 (m68k_linux_extract_struct_value_address): Remove function.
7735 (m68k_linux_init_abi): Don't set extract_return_value,
7736 store_return_values, deprecated_extract_struct_value_address and
7737 use_struct_convention. Call m68k_svr4_init_abi but override the
7738 new struct_value_regnum member of `struct gdbarch_tdep'.
7739 * Makefile.in (m68k-tdep.o): Update dependencies.
7740
7741 2004-05-03 J. Brobecker <brobecker@gnat.com>
7742
7743 * dwarf2read.c (line_header): Add new included_p field in
7744 field file_names.
7745 (partial_die_info): New field has_stmt_list. New field line_offset.
7746 (dwarf2_create_include_psymtab): New function.
7747 (dwarf2_build_include_psymtabs): New function.
7748 (add_file_name): Add forward declaration. Initialize new field.
7749 (dwarf_decode_lines): Add new parameter. Enhance this procedure
7750 to be able to determine the list of files included by the
7751 given unit, and build their associated psymtabs.
7752 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
7753 files as well.
7754 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
7755 (read_file_scope): Update call to dwarf_decode_lines.
7756 (read_partial_die): Handle DW_AT_stmt_list attributes.
7757
7758 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
7759
7760 Unfix PR gdb/1626.
7761 * configure.in: Revert special case for osf5.*.
7762 * configure: Regenerate.
7763
7764 2004-05-02 Jim Blandy <jimb@redhat.com>
7765
7766 Move the symbol-file-from-memory functions into their own file.
7767 * symfile-mem.c, symfile-mem.h: New files.
7768 * symfile.c (symbol_file_add_from_bfd): New function.
7769 (symbol_file_add): Call symbol_file_add_from_bfd.
7770 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
7771 Moved to symfile-mem.c.
7772 (_initialize_symfile): Move definition of
7773 add-symbol-file-from-memory command to symfile-mem.c.
7774 * symfile.h (symbol_file_add_from_bfd): New declaration.
7775 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
7776 * config/powerpc/linux.mt (TDEPFILES): Same.
7777 * Makefile.in (SFILES): Add symfile-mem.c.
7778 (symfile_mem_h): New variable.
7779 (HFILES_NO_SRCDIR): Add symfile-mem.h.
7780 (symfile-mem.o): New rule.
7781
7782 2004-05-01 Andrew Cagney <cagney@redhat.com>
7783
7784 * breakpoint.c (insert_bp_location): Use get_frame_id, and
7785 frame_find_by_id instead of frame_relative_level.
7786 (do_enable_breakpoint): Ditto.
7787 * thread.c: Update copyright.
7788 (info_threads_command): Ditto, simplify.
7789
7790 * frame.c (deprecated_generic_get_saved_register): Delete
7791 function, moved to "xstormy16-tdep.c".
7792 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
7793 deprecated_generic_get_saved_register from "frame.c".
7794 (xstormy16_frame_saved_register): Call
7795 xstormy16_get_saved_register.
7796 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
7797 static.
7798 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
7799 * frame.h (deprecated_generic_get_saved_register): Delete.
7800
7801 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
7802
7803 * dwarfread.c: Update documentation on the state of dwarf-1.
7804
7805 2004-05-01 Andrew Cagney <cagney@redhat.com>
7806
7807 * stack.c (select_frame_command): Delete call to
7808 frame_relative_level.
7809 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
7810 Delete #if0 code.
7811 (frame_info): Do not print FRAMELESS.
7812 (print_block_frame_labels): Replace DEPRECATED_STREQ.
7813 (catch_info): Delete #if0 code.
7814
7815 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
7816 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
7817 of frame_relative_level.
7818 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
7819 to SENTINEL_FRAME.
7820 * frame.h (enum frame_type): Add SENTINEL_FRAME.
7821 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
7822 frame_relative_level.
7823
7824 * frame.h (deprecated_set_frame_type): Delete declaration.
7825 * frame.c (deprecated_set_frame_type): Delete function, update
7826 comments.
7827
7828 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
7829 * gdbarch.h, gdbarch.c: Re-generate.
7830 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
7831 (shnbsd_pc_in_sigtramp): Delete.
7832 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
7833 pc_in_sigtramp.
7834 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
7835 pc_in_sigtramp.
7836 * frame.h: Update comments.
7837 * ppc-linux-tdep.c: Update comments.
7838 * breakpoint.c (bpstat_what): Update comments.
7839
7840 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
7841 m68klinux-tdep.o's dependencies, were previously added to
7842 m68klinux-nat.o.
7843
7844 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
7845 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
7846 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7847 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7848 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7849
7850 * Makefile.in (m68klinux-nat.o): Update dependencies.
7851 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7852 (m68k_linux_sigtramp_frame_cache)
7853 (m68k_linux_sigtramp_frame_this_id)
7854 (m68k_linux_sigtramp_frame_prev_register)
7855 (m68k_linux_sigtramp_frame_unwind)
7856 (m68k_linux_sigtramp_frame_sniffer)
7857 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
7858 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
7859 names, use trad-frame.h.
7860 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
7861 (struct m68k_sigtramp_info): Delete.
7862 * m68k-tdep.c (m68k_sigtramp_frame_cache)
7863 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
7864 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
7865 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
7866 "m68klinux-tdep.c".
7867
7868 * infrun.c (check_sigtramp2): Delete check for
7869 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
7870
7871 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7872
7873 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
7874
7875 2004-05-01 Andrew Cagney <cagney@redhat.com>
7876
7877 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7878 (frv_linux_sigtramp_frame_cache)
7879 (frv_linux_sigtramp_frame_this_id)
7880 (frv_linux_sigtramp_frame_prev_register)
7881 (frv_linux_sigtramp_frame_unwind)
7882 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
7883 include "linux" in function and variable names, directly call
7884 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
7885 the latest trad-frame code.
7886 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
7887 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
7888 * Makefile.in (frv-linux-tdep.o): Update dependencies.
7889 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
7890 * frv-tdep.c (frv_sigtramp_frame_cache)
7891 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7892 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
7893 frv-linux-tdep.c.
7894 (frv_gdbarch_init): Do not append a sigtramp sniffer.
7895 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
7896 (frv_set_sigcontext_reg_addr): Delete function.
7897
7898 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
7899 (DEPRECATED_SIGTRAMP_END): Delete.
7900 * gdbarch.h, gdbarch.c: Re-generate.
7901 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
7902 * config/vax/tm-vaxbsd.h: Update copyright.
7903 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7904 (DEPRECATED_IN_SIGTRAMP): Define.
7905 * config/m68k/tm-nbsd.h: Update copyright.
7906 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7907 (DEPRECATED_IN_SIGTRAMP): Define.
7908
7909 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7910
7911 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
7912 encondings. Fixes PR gdb/1628.
7913
7914 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
7915 DW_CFA_restore state without a matching DW_CFA_remember_state
7916 instead of aborting. Fixes PR backtrace/1589.
7917
7918 2004-04-30 Joel Brobecker <brobecker@gnat.com>
7919
7920 * MAINTAINERS: Add self as AIX maintainer.
7921 Update my e-mail address in write-after-approval section.
7922
7923 2004-04-30 Andrew Cagney <cagney@redhat.com>
7924
7925 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
7926 (legacy_get_prev_frame): Ditto.
7927
7928 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
7929 (mips_gdbarch_init): Do not set pc_in_sigtramp.
7930 * mipsread.c (sigtramp_address): Delete extern variable.
7931 (mipscoff_new_init): Delete reference.
7932 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
7933 (fixup_sigtramp): Delete function.
7934 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
7935 (fixup_sigtramp): Delete declarations.
7936
7937 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
7938 deprecated_pc_in_sigtramp.
7939 (ppcnbsd_pc_in_sigtramp): Delete function.
7940
7941 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7942
7943 * config/m68k/nm-nbsd.h: Tweak comments.
7944 * config/m68k/nm-nbsdaout.h: Likewise.
7945
7946 2004-04-30 Andrew Cagney <cagney@redhat.com>
7947
7948 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
7949 legacy_pc_in_sigtramp.
7950 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
7951
7952 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7953
7954 Add OpenBSD/m68k support.
7955 * NEWS (New native configurations): Mention OpenBSD/m68k.
7956 * m68kbsd-tdep.c: New file.
7957 * m68kbsd-nat.c: New file.
7958 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
7959 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
7960 * configure.host: Add m68k-*-openbsd.
7961 * configure.tgt: Add m68k-*-openbsd.
7962 * config/m68k/tm-obsd.h: New file.
7963 * config/m68k/obsd.mt: New file.
7964 * config/m68k/obsd.mh: New file.
7965 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
7966 m68kbsd-tdep.c.
7967
7968 2004-04-30 Andrew Cagney <cagney@redhat.com>
7969
7970 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
7971 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
7972
7973 2004-04-30 Mark Kettenis <kettenis@gnu.org>
7974
7975 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
7976 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
7977
7978 2004-04-30 Brian Ford <ford@vss.fsi.com>
7979
7980 Revert 2004-04-16 change.
7981 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
7982 (i386_coff_init_abi): Remove.
7983 * i386-tdep.h (i386_coff_init_abi): Remove.
7984 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
7985
7986 2004-04-30 Andrew Cagney <cagney@redhat.com>
7987
7988 * blockframe.c (find_pc_partial_function): Delete use of
7989 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
7990 DEPRECATED_SIGTRAMP_END.
7991
7992 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
7993 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
7994 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
7995 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
7996 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
7997
7998 * defs.h (deprecated_inside_entry_file): Delete declaration.
7999 * blockframe.c (deprecated_inside_entry_file): Delete function.
8000 (legacy_frame_chain_valid): Delete call.
8001 * sh64-tdep.c (sh64_frame_chain): Delete call.
8002 * objfiles.h: Update comments.
8003 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8004 call.
8005 * frame.c (get_prev_frame): Delete call, update comments.
8006
8007 2004-04-30 Brian Ford <ford@vss.fsi.com>
8008
8009 * MAINTAINERS (Write After Approval): Add myself.
8010
8011 2004-04-30 Andrew Cagney <cagney@redhat.com>
8012
8013 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8014 * gdbarch.h, gdbarch.c: Re-generate.
8015 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8016 code.
8017
8018 2004-04-30 Andrew Cagney <cagney@redhat.com>
8019
8020 * gdb-events.sh (selected_thread_changed)
8021 (selected_frame_level_changed, target_changed): Delete.
8022 * gdb-events.h, gdb-events.c: Re-generate.
8023 * valops.c (value_assign): Update.
8024 * stack.c (select_frame_command, up_silently_base)
8025 (down_silently_base): Update.
8026
8027 2004-04-29 Andrew Cagney <cagney@redhat.com>
8028
8029 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8030 registers correctly.
8031 (print_gp_register_row, mips32_heuristic_proc_desc)
8032 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8033 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8034 references to mips_isa_regsize.
8035
8036 2004-04-29 Andrew Cagney <cagney@redhat.com>
8037
8038 * mips-tdep.c (struct gdbarch_tdep): Delete
8039 mips_fp_register_double.
8040 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8041 mips_abi_regsize.
8042 (mips_gdbarch_init): Do not set mips_fp_register_double.
8043 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8044
8045 2004-04-29 Joel Brobecker <brobecker@gnat.com>
8046
8047 Committed by Andrew Cagney.
8048 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8049 function calls.
8050
8051 2004-04-29 Andrew Cagney <cagney@redhat.com>
8052
8053 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8054 gdbarch, use mips_abi, update callers.
8055 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8056 mips_abi_regsize, update callers.
8057 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8058 mips_default_abi_regsize.
8059 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8060 mips_default_abi_regsize.
8061
8062 2004-04-29 Andrew Cagney <cagney@redhat.com>
8063
8064 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8065 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8066 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8067 mips_default_abi_regsize.
8068 (mips_isa_regsize): Rename mips_regisze.
8069 * mipsnbsd-tdep.c: Update.
8070 * mips-linux-tdep.c: Update.
8071 * irix5-nat.c: Update.
8072 * mips-tdep.h (mips_isa_regsize): Update.
8073
8074 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8075 Delete all disabled code.
8076 * gdb-events.h, gdb-events.c: Re-generate.
8077
8078 2004-04-19 Jerome Guitton <guitton@gnat.com>
8079 Mark Kettenis <kettenis@gnu.org>
8080
8081 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8082 the function begins with a branch instruction.
8083
8084 2004-04-29 Mark Kettenis <kettenis@gnu.org>
8085
8086 * i386-tdep.c: Fix spelling mistakes.
8087
8088 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8089 Andrew Cagney <cagney@redhat.com>
8090
8091 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8092 <sys/proc.h>.
8093 * acconfig.h: Provide default _KMEMUSER value.
8094 * config.in, configure: Re-generate.
8095 * NEWS: Mention fix.
8096
8097 2004-04-24 Randolph Chung <tausq@debian.org>
8098
8099 * configure.host (hppa*-*-linux*): New target.
8100 * configure.tgt (hppa*-*-linux*): Likewise.
8101 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8102 gdbarch_init_osabi() call earlier so that osabi-specific frame
8103 unwinders can be registered first.
8104 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8105 hppa-linux-nat.c.
8106 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8107 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8108 * config/pa/linux.mh: New file.
8109 * config/pa/linux.mt: New file.
8110 * config/pa/nm-linux.h: New file.
8111 * config/pa/xm-linux.h: New file.
8112 * hppa-linux-nat.c: New file.
8113 * hppa-linux-tdep.c: New file.
8114
8115 2004-04-28 Randolph Chung <tausq@debian.org>
8116
8117 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8118 return values.
8119 (hppa32_push_dummy_call): Fix small struct and floating point argument
8120 passing, and make sure the stack frame is properly aligned.
8121
8122 2004-04-28 Andrew Cagney <cagney@redhat.com>
8123
8124 * stack.c (print_stack_frame): Fix description.
8125
8126 * NEWS: Mention gdb/gdbserver/configure execute permission
8127 changed. PR server/519.
8128
8129 2004-04-28 Andrew Cagney <cagney@redhat.com>
8130
8131 * stack.c (print_stack_frame_stub): Delete declaration.
8132 (struct print_stack_frame_args, print_stack_frame)
8133 (print_frame_info, print_frame): Replace "source" with print what.
8134 Replace "print" with "print_level". Replace "args" with
8135 "print_args".
8136 * frame.h (show_and_print_stack_frame, print_stack_frame)
8137 (print_frame_info): Update declarations.
8138 * stack.c (select_and_print_frame, frame_command)
8139 (current_frame_command, up_command, down_command): Update calls -
8140 use get_selected_frame, pass "enum print_what" for source, do not
8141 call frame_relative_level.
8142 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8143 * remote-rdp.c (remote_rdp_open): Ditto.
8144 * remote-mips.c (common_open): Ditto.
8145 * remote-e7000.c (e7000_start_remote): Ditto.
8146 * ocd.c (ocd_start_remote): Ditto.
8147 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8148 * infrun.c (normal_stop): Ditto.
8149 * inflow.c (kill_command): Ditto.
8150 * infcmd.c (finish_command): Ditto.
8151 * corelow.c (core_open): Ditto.
8152 * tracepoint.c (finish_tfind_command): Ditto.
8153 * thread.c (info_threads_command, info_threads_command)
8154 (restore_current_thread, do_captured_thread_select): Ditto.
8155 * ada-tasks.c (task_command): Ditto.
8156
8157 2004-04-26 Orjan Friberg <orjanf@axis.com>
8158
8159 * frame.c: Include "observer.h".
8160 (frame_observer_target_changed): New function.
8161 (_initialize_frame): Attach target_changed observer.
8162 * regcache.c: Include "observer.h".
8163 (regcache_observer_target_changed): New function.
8164 (_initialize_regcache): Attach target_changed observer.
8165 * valops.c: Include "observer.h".
8166 (value_assign): Notify target_changed event when modifying register.
8167 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8168
8169 2004-04-26 Orjan Friberg <orjanf@axis.com>
8170
8171 From Paul Koning <pkoning@equallogic.com>:
8172 * breakpoint.c (free_valchain): New function.
8173 (insert_bp_location, delete_breakpoint): Use free_valchain.
8174 (remove_breakpoint): Do not remove the valchain.
8175 (bpstat_stop_status): If not stopped by watchpoint, skip
8176 watchpoints when generating stop status list.
8177 * infrun.c (handle_inferior_event): Make
8178 stepped_after_stopped_by_watchpoint a global variable.
8179 * remote.c (remote_stopped_data_address): Return watch data
8180 address rather than zero if stepped_after_stopped_by_watchpoint is
8181 set.
8182
8183 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8184
8185 Fix PR gdb/1626.
8186 * configure.in: Check for curses after termcap.
8187 On osf5.*, do not check for ncurses.
8188 * configure: Regenerate.
8189
8190 2004-04-25 Mark Kettenis <kettenis@gnu.org>
8191
8192 * ppcobsd-nat.c: Include "ppc-tdep.h".
8193 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8194
8195 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8196 Fixes PR tdep/1623 and PR tdep/1624.
8197
8198 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
8199
8200 * xmodem.h, xmodem.c: Remove files.
8201 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8202
8203 2004-04-23 Randolph Chung <tausq@debian.org>
8204
8205 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8206 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8207 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8208 for handling stackless frames.
8209 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8210
8211 2004-04-23 Randolph Chung <tausq@debian.org>
8212
8213 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8214 starts at a pc before the frame is created.
8215
8216 2004-04-23 Joel Brobecker <brobecker@gnat.com>
8217
8218 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8219
8220 2004-04-23 Jerome Guitton <guitton@gnat.com>
8221
8222 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8223 use convert_typed_floating to get the appropriate format.
8224
8225 2004-04-22 Randolph Chung <tausq@debian.org>
8226
8227 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
8228 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
8229 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
8230 (hppa_sign_extend): Add prototype.
8231 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
8232 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
8233 (sign_extend): Rename with hppa_ prefix and make non-static. Other
8234 hppa targets will also use these functions.
8235 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
8236 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
8237 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
8238 (hppa_gdbarch_init): Remove gdbarch setting of
8239 skip_trampoline_code, in_solib_call_trampoline and
8240 in_solib_return_trampoline.
8241 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
8242 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
8243 hppa_in_solib_call_trampoline.
8244 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
8245 Moved from hppa-tdep.c.
8246 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
8247 in_solib_call_trampoline and in_solib_return_trampoline.
8248
8249 2004-04-22 Randolph Chung <tausq@debian.org>
8250
8251 * hppa-tdep.c (hppa_debug): New variable.
8252 (find_unwind_entry, hppa_frame_cache): Add debug output.
8253 (_initialize_hppa_tdep): Add command to set debug flag.
8254
8255 2004-04-22 Andrew Cagney <cagney@redhat.com>
8256
8257 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
8258 "trad-frame.h".
8259 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
8260 signal trampoline unwinder.
8261 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
8262
8263 2004-04-22 Mark Kettenis <kettenis@gnu.org>
8264
8265 Add OpenBSD/powerpc support.
8266 * NEWS (New native configurations): Mention OpenBSD/powerpc.
8267 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
8268 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
8269 (ppc_collect_fpregset): New prototypes.
8270 * ppcobsd-nat.c: New file.
8271 * ppcobsd-tdep.c: New file.
8272 * ppcobsd-tdep.h: New file.
8273 * rs6000-tdep.c: Include "regset.h".
8274 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
8275 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
8276 New functions.
8277 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
8278 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
8279 (rs6000-tdep.o): Update dependencies.
8280 * configure.host: Add powerpc-*-openbsd.
8281 * configure.tgt: Add powerpc-*-openbsd.
8282 * config/powerpc/obsd.mh: New file.
8283 * config/powerpc/nm-obsd.h: New file.
8284 * config/powerpc/obsd.mt: New file.
8285
8286 2004-04-22 Andrew Cagney <cagney@redhat.com>
8287
8288 * frame.h (show_frame_info): Delete declaration.
8289
8290 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
8291 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
8292 * m32r-tdep.c (m32r_frame_this_id): Ditto.
8293 * frv-tdep.c (frv_frame_this_id): Ditto.
8294 * avr-tdep.c (avr_frame_this_id): Ditto.
8295
8296 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
8297
8298 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
8299
8300 2004-04-22 Jim Blandy <jimb@redhat.com>
8301
8302 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
8303 register number zero.
8304
8305 2004-04-21 Michael Snyder <msnyder@redhat.com>
8306
8307 * mips-tdep.c (heuristic_proc_start):
8308 Warning() already prefixes "Warning: ".
8309
8310 2004-04-21 Andrew Cagney <cagney@redhat.com>
8311
8312 * annotate.h (deprecated_annotate_starting_hook)
8313 (deprecated_annotate_stopped_hook)
8314 (deprecated_annotate_exited_hook)
8315 (deprecated_annotate_signal_hook)
8316 (deprecated_annotate_signalled_hook): Deprecate.
8317 * tracepoint.h (deprecated_create_tracepoint_hook)
8318 (deprecated_delete_tracepoint_hook)
8319 (deprecated_modify_tracepoint_hook)
8320 (deprecated_trace_find_hook)
8321 (deprecated_trace_start_stop_hook): Deprecate.
8322 * target.h (deprecated_target_new_objfile_hook): Deprecate.
8323 * remote.h (deprecated_target_resume_hook)
8324 (deprecated_target_wait_loop_hook): Deprecate.
8325 * gdbcore.h (deprecated_exec_file_display_hook)
8326 (deprecated_file_changed_hook): Deprecate.
8327 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
8328 * defs.h (deprecated_modify_breakpoint_hook)
8329 (deprecated_command_loop_hook, deprecated_show_load_progress)
8330 (deprecated_print_frame_info_listing_hook)
8331 (deprecated_query_hook, deprecated_warning_hook)
8332 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
8333 (deprecated_delete_breakpoint_hook)
8334 (deprecated_interactive_hook, deprecated_registers_changed_hook)
8335 (deprecated_readline_begin_hook, deprecated_readline_hook)
8336 (deprecated_readline_end_hook, deprecated_register_changed_hook)
8337 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
8338 (deprecated_context_hook, deprecated_target_wait_hook)
8339 (deprecated_attach_hook, deprecated_detach_hook)
8340 (deprecated_call_command_hook, deprecated_set_hook)
8341 (deprecated_error_hook, deprecated_error_begin_hook)
8342 (deprecated_ui_load_progress_hook): Deprecate.
8343 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
8344 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
8345 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
8346 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
8347 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
8348 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
8349 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
8350 * annotate.c, aix-thread.c: Update.
8351
8352 2004-04-21 Andrew Cagney <cagney@redhat.com>
8353
8354 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
8355 * vaxnbsd-tdep.c: Include "gdb_string.h".
8356
8357 * symfile.c (symbol_file_add_from_memory): #if 0 function.
8358 (add_symbol_file_from_memory_command): #if 0 function body, call
8359 error instead.
8360
8361 2004-04-21 Andrew Cagney <cagney@redhat.com>
8362
8363 * gdbcore.h: Update copyright.
8364 (deprecated_add_core_fns): Rename add_core_fns.
8365 * win32-nat.c (_initialize_core_win32): Update.
8366 * sun3-nat.c (_initialize_core_sun3): Update.
8367 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
8368 * rs6000-nat.c (_initialize_core_rs6000): Update.
8369 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
8370 * nto-tdep.c (_initialize_nto_tdep): Update.
8371 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
8372 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
8373 * mips-nat.c (_initialize_core_mips): Update.
8374 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8375 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
8376 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
8377 * lynx-nat.c (_initialize_core_lynx): Update.
8378 * irix5-nat.c (_initialize_core_irix5): Update.
8379 * i386-interix-nat.c (_initialize_core_interix): Update.
8380 * cris-tdep.c (_initialize_cris_tdep): Update.
8381 * corelow.c (deprecated_add_core_fns): Update.
8382 * core-regset.c (_initialize_core_regset): Update.
8383 * core-aout.c (_initialize_core_aout): Update.
8384 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
8385 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
8386 * alpha-nat.c (_initialize_core_alpha): Update.
8387
8388 2004-04-21 Jim Blandy <jimb@redhat.com>
8389
8390 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
8391
8392 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
8393
8394 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
8395 Delete.
8396 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
8397 (read_attribute_value): Update calls to dwarf_alloc_block.
8398 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
8399 dwarf2_tmp_obstack.
8400 (psymtab_to_symtab_1): Likewise. Clean up using
8401 free_stack_comp_unit.
8402 (add_to_cu_func_list): Use the comp_unit_obstack.
8403
8404 2004-04-19 Joel Brobecker <brobecker@gnat.com>
8405
8406 * dwarf2read.c (dwarf2_flag_true_p): New function.
8407 (die_is_declaration): Use the function above. Add some comments.
8408
8409 2004-04-19 Mark Kettenis <kettenis@gnu.org>
8410
8411 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
8412 architecture when registering sparcnbsd_core_osabi_sniffer.
8413 Adjust comment.
8414
8415 2004-04-18 Mark Kettenis <kettenis@gnu.org>
8416
8417 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
8418 return value.
8419
8420 Based on a patch from Brian Ford <ford@vss.fsi.com>:
8421 * i386-tdep.c: Correct register numbering scheme comments
8422 throughout.
8423 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
8424 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
8425 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
8426 (i386_gdb_arch_init): Likewise.
8427
8428 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
8429 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
8430 ppcnbsd-tdep.o.
8431
8432 * m68k-tdep.h: Tweak comments.
8433 * m68k-tdep.c: Tweak comment.
8434
8435 2004-04-17 Randolph Chung <tausq@debian.org>
8436
8437 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
8438 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
8439 (hppa_hpux_som_init_abi): Set is_elf to 0.
8440 (hppa_hpux_elf_init_abi): Set is_elf to 1.
8441 * hppa-tdep.c (low_text_segment_address): Remove global.
8442 (record_text_segment_lowaddr): Pass in low address as parameter. Use
8443 section offset to calculate segment address.
8444 (internalize_unwinds): Define low_text_segment_address as local and
8445 pass to record_text_segment_lowaddr for ELF targets.
8446 (hppa_gdbarch_init): Zero fill tdep structure.
8447 (hppa_dump_tdep): Print tdep structure.
8448 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
8449
8450 2004-04-17 Randolph Chung <tausq@debian.org>
8451
8452 * hppa-tdep.c (hppa_pseudo_register_read): Define.
8453 (hppa_gdbarch_init): Set pseudo_register_read.
8454 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
8455 * regcache.c (supply_register): Remove check for
8456 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
8457
8458 2004-04-17 Randolph Chung <tausq@debian.org>
8459
8460 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
8461 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
8462 (hpread_adjust_stack_address): Move to hpread.c.
8463 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8464 obj_private_struct): Move from tm-hppa.h.
8465 * hpread.c (hppa-tdep.h): Include.
8466 (hpread_adjust_stack_address): Move from hppa-tdep.c.
8467 (hpread_read_function_type, hpread_read_doc_function_type)
8468 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
8469 directly.
8470 * pa64solib.c (hppa-tdep.h): Include.
8471 * somsolib.c (hppa-tdep.h): Include.
8472 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
8473 inferior_status): Remove unused forward declarations.
8474 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
8475 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8476 obj_private_struct): Move to hppa-tdep.h.
8477 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
8478
8479 2004-04-17 Randolph Chung <tausq@debian.org>
8480
8481 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
8482 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
8483 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
8484 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
8485 Remove forward declaration and make static.
8486 (hppa_reg_struct_has_addr): Remove.
8487
8488 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8489
8490 * observer.sh: Move comments in sed command to first column.
8491
8492 2004-04-16 Jason Molenda (jmolenda@apple.com)
8493
8494 * frame.c: Minor typeo corrections in comments.
8495
8496 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8497
8498 * observer.c (observer_test_first_notification_function): Update
8499 function profile.
8500 (observer_test_second_notification_function): Likewise.
8501 (observer_test_third_notification_function): Likewise.
8502
8503 2004-04-16 Mark Kettenis <kettenis@gnu.org>
8504
8505 From Brian Ford <ford@vss.fsi.com>:
8506 * i386-tdep.c (i386_coff_init_abi): New function.
8507 * i386-tdep.h (i386_coff_init_abi): New prototype.
8508 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
8509 register number translation functions for DWARF and DWARF 2.
8510
8511 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8512
8513 * dwarf2read.c: Back out my previous change, it was incorrect.
8514
8515 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
8516
8517 * dwarf2read.c: Include "hashtab.h".
8518 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
8519 has_namespace_info.
8520 (struct partial_die_info): Add comments. Use bitfields to reduce
8521 memory footprint. Add scope, scope_set, has_specification,
8522 spec_offset, die_parent, die_child, and die_sibling.
8523 (peek_die_abbrev): Add prototype.
8524 (partial_read_comp_unit_head): New function, broken out from
8525 dwarf2_build_psymtabs_hard.
8526 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
8527 Use partial_read_comp_unit_head. Initialize the CU and
8528 comp_unit_obstack. Update calls to read_partial_die and
8529 scan_partial_symbols. Use free_stack_comp_unit and
8530 load_partial_dies.
8531 (scan_partial_symbols): Change PDI to a pointer. Use the child and
8532 sibling pointers to walk partial DIEs. Call fixup_partial_die.
8533 Update calls to helper functions. Remove NAMESPACE argument.
8534 Update comments.
8535 (partial_die_parent_scope, partial_die_full_name): New functions.
8536 (add_partial_symbol): Remove namespace argument. Update call to
8537 pdi_needs_namespace. Use partial_die_full_name. Handle
8538 DW_TAG_namespace. Check has_namespace_info flag.
8539 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
8540 tag. Handle namespaces.
8541 (add_partial_namespace, add_partial_enumeration): Simplify.
8542 (guess_structure_name): New function, derived from
8543 add_partial_structure.
8544 (add_partial_structure): Remove.
8545 (determine_class_name): Update comment.
8546 (dwarf2_read_abbrevs): Set has_namespace_info flag.
8547 (is_type_tag_for_partial, load_partial_dies): New functions.
8548 (read_partial_die): Pass abbrev and abbrev_len as arguments.
8549 Record specifications instead of following them immediately.
8550 (find_partial_die_in_comp_unit, find_partial_die)
8551 (fixup_partial_die, free_stack_comp_unit)
8552 (hashtab_obstack_allocate, dummy_obstack_deallocate)
8553 (partial_die_hash, partial_die_eq): New functions.
8554 * Makefile.in (hashtab_h): Define.
8555 (dwarf2read.o): Update dependencies.
8556 (observer_inc, observer_h): Move to the correct section.
8557
8558 2004-04-15 Joel Brobecker <brobecker@gnat.com>
8559
8560 * dwarf2read.c (dwarf2_attribute_true_p): New function.
8561 (die_is_declaration): Use the function above. Add comment.
8562
8563 2004-04-15 Joel Brobecker <brobecker@gnat.com>
8564
8565 * dwarf2read.c (read_structure_scope): Identify stub types
8566 using die_is_declaration() only.
8567
8568 2004-04-15 Roland McGrath <roland@redhat.com>
8569
8570 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
8571 argument instead of NAME.
8572 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
8573 in call to symbol_file_add_with_addrs_or_offsets.
8574 (build_addr_info): New function, helper for ...
8575 (symbol_file_add_from_memory): New function.
8576 (add_symbol_file_from_memory_command): New function using that.
8577 (_initialize_symfile): Register it for add-symbol-file-from-memory.
8578 (pre_add_symbol_hook): Add const to argument type.
8579 * symfile.h (symbol_file_add_from_memory): Declare it.
8580
8581 2004-04-15 Mark Kettenis <kettenis@gnu.org>
8582
8583 * NEWS (New native configurations): Mention OpenBSD/vax.
8584 * configure.host: Add vax-*-openbsd*.
8585 * config/vax/obsd.mh: New file.
8586 * config/vax/nm-obsd.h: New file.
8587
8588 * vax-tdep.c: Include "regset.h".
8589 (vax_supply_gregset): New function.
8590 (vax_gregset): New variable.
8591 (vax_regset_from_core_section): New function.
8592 (vax_gdbarch_init): Set regset_from_core_section.
8593 * Makefile.in (vax-tdep.o): Update dependencies.
8594
8595 2004-04-15 Andrew Cagney <cagney@redhat.com>
8596
8597 * observer.c (normal_stop_subject, observer_notify_normal_stop)
8598 (observer_normal_stop_notification_stub)
8599 (observer_attach_normal_stop, observer_detach_normal_stop):
8600 Delete, replaced by #include "observer.inc".
8601 * infrun.c (normal_stop): Pass "stop_bpstat" to
8602 observer_notify_normal_stop.
8603 * Makefile.in (observer_inc): Define.
8604 (observer.o): Update dependencies.
8605 (observer.h, observer.inc): New rules.
8606 * observer.h: Delete file.
8607 * observer.sh: New file.
8608
8609 2004-04-15 Mark Kettenis <kettenis@gnu.org>
8610
8611 * vax-tdep.c (vax_frame_cache): Fix typo.
8612
8613 2004-04-14 Mark Kettenis <kettenis@gnu.org>
8614
8615 * NEWS (New native configurations): Mention NetBSD/vax.
8616 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
8617 * config/vax/nbsdelf.mh: New file.
8618 * config/vax/nbsdaout.mh: New file.
8619 * config/vax/nm-nbsd.h: New file.
8620 * config/vax/nm-nbsdaout.h: New file.
8621
8622 * vaxnbsd-tdep.c: New file.
8623 * Makefile.in (vaxnbsd-tdep.o): New dependency.
8624 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
8625 * config/vax/nbsd.mt: New file.
8626 * config/vax/tm-nbsd.h: New file.
8627
8628 * Makefile.in (vaxbsd-nat.o): New dependency.
8629
8630 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
8631 * vax-tdep.c (vax_store_arguments): Remove struct_return and
8632 struct_addr arguments. Don't push return value address.
8633 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
8634 arguments to vax_store_arguments. Store return value address in
8635 R1.
8636 (vax_store_struct_return, vax_extract_return_value)
8637 (vax_store_return_value): Remove functions.
8638 (vax_return_value): New function.
8639 (vax_gdbarch_init): Set return value. Don't set
8640 deprecated_store_struct_return, deprecated_extract_struct_return
8641 and deprecated_store_return_value.
8642
8643 2004-04-14 Andreas Schwab <schwab@suse.de>
8644
8645 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
8646 value buffer.
8647 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
8648
8649 2004-04-14 Mark Kettenis <kettenis@gnu.org>
8650
8651 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
8652 (vax_unwind_dummy_id): New functions.
8653 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
8654 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
8655 variables.
8656 (vax_fix_call_dummy): Remove function.
8657 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
8658 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
8659 call_dummy_location, deprecated_call_dummy_words,
8660 deprecated_sizeof_call_dummy_words,
8661 deprecated_call_dummy_breakpoint_offset,
8662 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
8663 and deprecated_dummy_write_sp.
8664
8665 2004-04-13 David Carlton <carlton@kealia.com>
8666
8667 * MAINTAINERS: Move myself to "paper trail" section.
8668
8669 2004-04-12 Mark Kettenis <kettenis@gnu.org>
8670
8671 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
8672 "trad-frame.h".
8673 (vax_frame_init_saved_regs): Remove function.
8674 (vax_sigtramp_saved_pc): Remove function.
8675 (vax_frame_saved_pc): Remove function.
8676 (vax_frame_args_address): Remove function.
8677 (vax_frame_num_args): Rewrite.
8678 (vax_frame_chain): Remove function.
8679 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
8680 VAX_FP_REGNUM.
8681 (vax_pop_frame): Likewise.
8682 (vax_saved_pc_after_call): Remove function.
8683 (struct vax_frame_cache): New structure.
8684 (vax_frame_cache): New function.
8685 (vax_frame_this_id): New function.
8686 (vax_frame_prev_register): New function.
8687 (vax_frame_unwind): New variable.
8688 (vax_frame_sniffer): New function.
8689 (vax_frame_base_address): New function.
8690 (vax_frame_args_address): New function.
8691 (vax_frame_base): New variable.
8692 (vax_unwind_pc): New function.
8693 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
8694 deprecated_fp_regnum, deprecated_saved_pc_after_call,
8695 deprecated_frame_chain, deprecated_frame_saved_pc,
8696 deprecated_frame_args_address and
8697 deprecated_frame_init_saved_regs.
8698 * Makefile.in (vax-tdep.o): Update dependencies.
8699
8700 * vaxbsd-nat.c: New file.
8701
8702 * vax-tdep.h: Update copyright year. Adjust comments.
8703 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
8704 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
8705 (vax_regnum): New enum. Replacing...
8706 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
8707 (VAX_PS_REGNUM): ... these removed macros.
8708 * vax-tdep.c (vax_register_name): Remove prototype.
8709 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
8710 (vax_register_byte, vax_register_raw_size,
8711 vax_register_virtual_size, vax_register_virtual_type): Remove
8712 functions.
8713 (vax_register_type): New function.
8714 (vax_breakpoint_from_pc): Reorganize.
8715 (vax_gdbarch_init): Set register_type. Don't set
8716 deprecated_register_size, deprecated_register_bytes,
8717 deprecated_register_byte, deprecated_register_raw_size,
8718 deprecated_max_register_raw_size,
8719 deprecated_register_virtual_size,
8720 deprecated_max_register_virtual_size and
8721 deprecated_register_virtual_type. Add comment on stack direction.
8722
8723 2004-04-11 Mark Kettenis <kettenis@gnu.org>
8724
8725 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
8726 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
8727 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
8728
8729 2004-04-10 Randolph Chung <tausq@debian.org>
8730
8731 * MAINTAINERS (write after approval): Add myself.
8732
8733 2004-04-07 Randolph Chung <tausq@debian.org>
8734
8735 * hppa-tdep.c (hppa_inner_than): Remove.
8736 (is_pa_2): Remove unused static variable.
8737 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
8738
8739 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
8740
8741 * language.h (language_defn): Add new la_post_parser field.
8742 * parser-defs.h (null_post_parser): New declaration (default for
8743 la_post_parser).
8744
8745 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
8746 insert call to that function.
8747 (parse_exp_in_context): New function, including code formerly in
8748 parse_exp_1. Calls language-dependent post-parser after
8749 prefixification.
8750 (parse_expression_in_context): New exported function.
8751 (null_post_parser): New definition.
8752 * expression.h (parse_expression_in_context): Add declaration.
8753
8754 * p-lang.c (pascal_language_defn): Add trivial post-parser.
8755 * c-lang.c (c_language_defn): Ditto.
8756 (cplus_language_defn): Ditto.
8757 (asm_language_defn): Ditto.
8758 (minimal_language_defn): Ditto.
8759 * f-lang.c (f_language_defn): Ditto.
8760 * jv-lang.c (java_language_defn): Ditto.
8761 * language.c (unknown_language_defn): Ditto.
8762 (auto_language_defn): Ditto.
8763 (local_language_defn): Ditto.
8764 * m2-lang.c (m2_language_defn): Ditto.
8765 * scm-lang.c (scm_language_defn): Ditto.
8766 * obj-lang.c (objc_language_defn): Ditto.
8767
8768 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8769
8770 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
8771 (amd64nbsd_mcontext_addr): New function.
8772 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
8773 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
8774 with amd64nbsd_r_reg_offset, instead of building it on the fly.
8775
8776 * corelow.c (core_xfer_partial): Fix coding standards violation.
8777 Add support for TARGET_OBJECT_WCOOKIE.
8778
8779 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
8780 deprecated_pc_in_sigtramp.
8781 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
8782 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
8783 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
8784 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
8785 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
8786 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
8787 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
8788
8789 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
8790 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
8791 Fix typo.
8792
8793 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
8794 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
8795 (amd64_collect_fxsave): Likewise.
8796
8797 * i386-sol2-tdep.c: Include "gdb_string.h".
8798 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
8799 name.
8800 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8801
8802 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8803
8804 * i386-sol2-tdep.c: Include "solib-svr4.h".
8805 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8806 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8807 * config/i386/tm-i386sol2.h: Include :solib.h".
8808 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
8809 solib-svr4.o and solib-legacy.o.
8810 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
8811 solib-svr4.o.
8812
8813 2004-04-09 Mark Kettenis <kettenis@gnu.org>
8814
8815 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
8816 whether a register is supplied by PTRACE_GETFPREGS.
8817 (store_inferior_registers): Likewise.
8818 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
8819 whether a register is supplied by PT_GETFPREGS.
8820 (store_inferior_registers): Likewise.
8821
8822 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
8823 * config/i386/linux64.mt (TDEPFILES): Likewise.
8824
8825 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
8826
8827 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
8828 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8829 the program counter is in the range specified by `struct
8830 gdbarch_tdep'.
8831 * amd64-linux-tdep.c: Include "symtab.h".
8832 (amd64_linux_pc_in_sigtramp): Remove function.
8833 (amd64_linux_sigtramp_p): New function.
8834 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8835 deprecated_pc_in_sigtramp.
8836 * amd64nbsd-tdep.c: Include "symtab.h".
8837 (amd64nbsd_sigtramp_p): New function.
8838 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8839 deprecated_pc_in_sigtramp.
8840 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
8841 few comments.
8842 (amd64obsd_pc_in_sigtramp): Remove function.
8843 (amd64obsd_sigtramp_p): New function.
8844 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8845 deprecated_pc_in_sigtramp.
8846 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
8847 (i386bsd_pc_ins_sigtramp): Remove prototype.
8848 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
8849 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
8850 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8851 the program counter is in the range specified by `struct
8852 gdbarch_tdep'.
8853 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
8854 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
8855 (i386_go32_pc_in_sigtramp): Remove function.
8856 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
8857 Initialize TDEP->sigtramp_p.
8858 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
8859 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
8860 deprecated_pc_in_sigtramp.
8861 * i386-linux-tdep.c: Adjust comments.
8862 (i386_linux_pc_in_sigtramp): Remove function.
8863 (i386_linux_sigtramp_p): New function.
8864 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8865 deprecated_pc_in_sigtramp.
8866 * i386-nto-tdep.c: Update copyright year.
8867 (i386nto_pc_in_sigtramp): Remove function.
8868 (i386nto_sigtramp_p): New function.
8869 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
8870 SP_REGNUM.
8871 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
8872 deprecated_pc_in_sigtramp.
8873 * i386-sol2-tdep.c: Update copyright year.
8874 (i386_sol2_pc_in_sigtramp): Remove function.
8875 (i386_sol2_sigtramp_p): New function.
8876 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
8877 deprecated_pc_in_sigtramp.
8878 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
8879 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
8880 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8881 deprecated_sigtramp_start and deprecated_sigtramp_end.
8882 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
8883 (i386nbsd_pc_in_sigtramp): Remove function.
8884 (i386nbsd_sigtramp_p): New function.
8885 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8886 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8887 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
8888 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
8889 (i386obsd_pc_in_sigtramp): Remove function.
8890 (i386obsd_sigtramp_p): New function.
8891 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
8892 functions.
8893 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8894 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8895 TDEP->sigtramp_p.
8896 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
8897 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
8898 dependencies.
8899
8900 * config/i386/i386aout.mt: Remove file.
8901
8902 * configure.tgt: Remove i[34567]86-*-go32*,
8903 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
8904 and i[34567]86-*-isc*. Set gdb_target to i386 for
8905 i[34567]86-*-netware* and i[34567]86-*-*.
8906 * config/i386/i386.mt: New file.
8907 * config/i386/embed.mt: Remove file.
8908 * config/i386/go32.mt: Remove file.
8909 * config/i386/i386nw.mt: Remove file.
8910 * config/i386/i386v.mt: Remove file.
8911 * config/i386/tm-go32.h: Remove file.
8912
8913 * tui/tui-hooks.c: Include "readline/readline.h" after
8914 "gdb_curses.h" instead of before.
8915 * tui/tui-io.c: Likewise.
8916
8917 * tui/tui.c: Fix typo in comment.
8918
8919 * sparc64-tdep.c (sparc_address_from_register): Remove function.
8920
8921 2004-04-08 Andrew Cagney <cagney@redhat.com>
8922
8923 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
8924 (deprecated_exception_support_initialized): Declare.
8925 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
8926 (initialize_hp_cxx_exception_support)
8927 (child_enable_exception_callback): Update.
8928 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
8929 (deprecated_exception_support_initialized): Rename
8930 deprecated_exception_catchpoints_are_fragile and
8931 deprecated_exception_support_initialized.
8932 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
8933
8934 * symtab.c (deprecated_hp_som_som_object_present): Rename
8935 hp_som_som_object_present.
8936 * symtab.h (deprecated_hp_som_som_object_present): Declare.
8937 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
8938 Update. Delete extern declaration.
8939 * valops.c (hp_som_som_object_present): Ditto.
8940 * parse.c (deprecated_hp_som_som_object_present)
8941 (parse_nested_classes_for_hpacc): Ditto.
8942 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8943 * hppa-hpux-tdep.c (hp_som_som_object_present)
8944 (initialize_hp_cxx_exception_support): Ditto.
8945 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8946 * cp-valprint.c (hp_som_som_object_present)
8947 (cp_print_class_method): Ditto.
8948 * c-typeprint.c (hp_som_som_object_present):
8949 (c_type_print_base): Ditto.
8950 * c-exp.y (hp_som_som_object_present): Ditto.
8951
8952 2004-04-08 Andrew Cagney <cagney@redhat.com>
8953
8954 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
8955 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
8956 (frame_unwind_find_by_frame): Re-implement the unwind code so
8957 that it can both prepend and append sniffers. Replace
8958 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
8959 * tramp-frame.c (tramp_frame_append): Use
8960 frame_unwind_prepend_unwinder.
8961 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
8962 frame_unwind_register_unwinder.
8963 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
8964 tramp_frame_append.
8965 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8966 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
8967 (mips_linux_init_abi): Update.
8968
8969 2004-04-08 Kevin Buettner <kevinb@redhat.com>
8970
8971 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
8972 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
8973 file support.
8974
8975 2004-04-07 Kevin Buettner <kevinb@redhat.com>
8976
8977 * ia64-tdep.c (elf.h): Don't include.
8978 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
8979
8980 2004-04-07 Jason Molenda (jmolenda@apple.com)
8981
8982 * frame.h: Typeo corrections in comments.
8983
8984 2004-04-07 Jim Blandy <jimb@redhat.com>
8985
8986 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
8987 %esp and %ebp
8988
8989 2004-04-07 Mark Kettenis <kettenis@gnu.org>
8990
8991 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
8992 * config/sparc/linux64.mt (TDEPFILES): Likewise.
8993 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8994 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
8995 and solib-legacy.o.
8996 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
8997 solib-svr4.o.
8998 * config/sparc/tm-sol2.h: Update copyright year. Include
8999 "solib.h".
9000
9001 * sparc-sol2-tdep.c: Update copyright year. Include
9002 "solib-svr4.h".
9003 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9004 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9005 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9006 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
9007 dependencies.
9008
9009 2004-04-06 Andrew Cagney <cagney@redhat.com>
9010
9011 * infttrace.c: Include "infttrace.h".
9012 * infttrace.h: Include "target.h".
9013 * Makefile.in (infttrace_h): Update.
9014 (infttrace.o): Update.
9015
9016 2004-04-06 Andrew Cagney <cagney@redhat.com>
9017
9018 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9019 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9020 move extern declarations from here ...
9021 * infttrace.h: ... to here.
9022 * Makefile.in (hppah-nat.o): Update dependencies.
9023
9024 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9025 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
9026 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
9027 (hppa_breakpoint_from_pc): Delete.
9028
9029 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9030
9031 2004-04-05 Andrew Cagney <cagney@redhat.com>
9032
9033 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9034 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9035 <sys/file.h>.
9036
9037 2004-04-06 Randolph Chung <tausq@debian.org>
9038
9039 Committed by Andrew Cagney (mechanical change).
9040 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9041 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9042 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9043 child_enable_exception_callback, current_ex_event,
9044 null_symtab_and_line, child_get_current_exception_event,
9045 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9046 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9047 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9048 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9049 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9050 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9051 Move hpux-specific definitions ...
9052 * hppa-hpux-tdep.c: ... to here.
9053
9054 2004-04-05 Andrew Cagney <cagney@redhat.com>
9055
9056 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9057 skip_prologue_using_sal.
9058
9059 2004-04-05 Andrew Cagney <cagney@redhat.com>
9060
9061 * config/i386/tm-i386.h: Delete file.
9062 * config/i386/tm-vxworks.h: Update copyright, do not include
9063 "tm-i386.h".
9064 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9065 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9066 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9067 * config/i386/ncr3000.mt (TM_FILE): Delete.
9068 * config/i386/interix.mt (TM_FILE): Delete.
9069 * config/i386/i386v.mt (TM_FILE): Delete.
9070 * config/i386/i386nw.mt (TM_FILE): Delete.
9071 * config/i386/i386gnu.mt (TM_FILE): Delete.
9072 * config/i386/i386aout.mt (TM_FILE): Delete.
9073 * config/i386/embed.mt (TM_FILE): Delete.
9074
9075 2004-04-05 Kevin Buettner <kevinb@redhat.com>
9076
9077 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9078 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9079 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9080 (accg7_regnum): New constants.
9081 (last_spr_regnum, last_pseudo_regnum): Update.
9082 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9083 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
9084 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9085 for accg registers.
9086 (frv_register_sim_regno): Update spr_map[].
9087
9088 2004-04-04 Andrew Cagney <cagney@redhat.com>
9089
9090 * config/mips/xm-riscos.h: Delete.
9091 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9092 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9093 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9094 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9095 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9096 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9097 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9098 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9099 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9100 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9101 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9102 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9103 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9104 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9105 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9106 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9107 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9108 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9109 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9110 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9111 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9112 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9113 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9114 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9115 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9116 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
9117
9118 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9119 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9120 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9121 * configure.host: Remove m680[01]0-sun-sunos3*,
9122 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9123 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9124 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9125 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9126 mips-*-riscos*.
9127 * NEWS: Mention removed systems.
9128
9129 2004-04-04 Andrew Cagney <cagney@redhat.com>
9130
9131 GDB 6.1 release created from 6.1 branch.
9132
9133 2004-04-04 Andrew Cagney <cagney@redhat.com>
9134
9135 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9136 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9137 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9138
9139 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9140 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9141 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9142
9143 2004-04-03 Jim Blandy <jimb@redhat.com>
9144
9145 * MAINTAINERS: Chris Faylor has changed employers; add him to
9146 "paper trail" section, and update his E-mail address.
9147
9148 2004-04-03 Andrew Cagney <cagney@redhat.com>
9149
9150 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9151 generic dummy frames.
9152 * dummy-frame.c: Update copyright.
9153 (dummy_frame_sniffer): Delete check for generic dummy frames.
9154
9155 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
9156 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
9157 (REG_PARM_STACK_SPACE): Delete.
9158 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9159 Inline reference to REG_PARM_STACK_SPACE.
9160
9161 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9162 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9163 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9164 (FRAME_BASE_BEFORE_SIGTRAMP)
9165 (hppa32_hpux_frame_base_before_sigtramp)
9166 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9167 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9168 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9169 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9170 (FRAME_BASE_BEFORE_SIGTRAMP)
9171 (hppa64_hpux_frame_base_before_sigtramp)
9172 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9173
9174 2004-04-03 Andrew Cagney <cagney@redhat.com>
9175
9176 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9177
9178 2004-04-02 Andrew Cagney <cagney@redhat.com>
9179
9180 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9181 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9182 * dummy-frame.h: Delete out-of-date comments.
9183 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9184 * gdbarch.h, gdbarch.c: Re-generate.
9185
9186 2004-04-02 Joel Brobecker <brobecker@gnat.com>
9187
9188 Committed by Andrew Cagney <cagney@redhat.com>.
9189 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9190 into account an instruction saving a register if we have already
9191 seen an earlier instruction saving that same register.
9192
9193 2004-04-02 Andrew Cagney <cagney@redhat.com>
9194
9195 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9196 * gdbarch.h, gdbarch.c: Re-generate.
9197 * frame.c (legacy_get_prev_frame): Delete references to
9198 DEPRECATED_INIT_FRAME_PC_FIRST.
9199
9200 * infrun.c (pc_in_sigtramp): Delete function.
9201 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9202 get_frame_type.
9203
9204 2004-04-02 Andrew Cagney <cagney@redhat.com>
9205
9206 * infrun.c (handle_step_into_function): Delete code conditional on
9207 legacy_frame_p.
9208 (handle_inferior_event, step_over_function): Ditto.
9209
9210 2004-04-02 Andrew Cagney <cagney@redhat.com>
9211
9212 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9213 "previous frame inner to this frame" test.
9214
9215 2004-04-02 Andrew Cagney <cagney@redhat.com>
9216
9217 * frame.c (safe_frame_unwind_memory): New function.
9218 * frame.h (safe_frame_unwind_memory): Declare. Update description
9219 of /safe_/ methods.
9220 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9221 "next_frame". Use safe_frame_unwind_memory.
9222 (tramp_frame_sniffer): Update call to tramp_frame_start.
9223
9224 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
9225
9226 * dwarf2read.c (dwarf2_objfile_data_key): New.
9227 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
9228 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
9229 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
9230 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
9231 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
9232 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
9233 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
9234 Remove variables.
9235 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
9236 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
9237 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
9238 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
9239 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
9240 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
9241 Remove macros.
9242 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
9243 data.
9244 (dwarf2_locate_sections, dwarf2_build_psymtabs)
9245 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
9246 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
9247 (read_partial_die, read_full_die, read_indirect_string)
9248 (dwarf_decode_line_header, dwarf_decode_macros)
9249 (dwarf2_symbol_mark_computed): Remove use of removed macros.
9250 Update uses of removed variables.
9251 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
9252 of removed macros.
9253 (_initialize_dwarf2_read): New function.
9254 * symfile.h (dwarf2_has_info): Update prototype.
9255 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
9256 * elfread.c (elf_symfile_read): Likewise.
9257
9258 2004-04-01 Jim Blandy <jimb@redhat.com>
9259
9260 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
9261 function for register numbers on all the rs6000-derived targets.
9262 (rs6000_gdbarch_init): Don't register a separate
9263 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
9264 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
9265 variants.
9266
9267 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
9268 numbering.
9269
9270 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
9271
9272 * valarith.c: Update copyright notice.
9273 (value_add): Handle range types.
9274 (value_sub): Ditto.
9275 (value_equal): Ditto.
9276 (value_less): Ditto.
9277 (value_neg): Ditto.
9278 (value_complement): Ditto.
9279 (value_binop): Simplify slightly by using is_integral_type and
9280 eliminiating unnecessary COERCE_ENUMs.
9281
9282 2004-03-31 Andrew Cagney <cagney@redhat.com>
9283
9284 * frame.h (frame_unwind_id): Declare.
9285 * frame.c (frame_unwind_id): New function.
9286 (get_prev_frame_1): New function.
9287 (frame_debug_got_null_frame): New function.
9288 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
9289 code proper to prev_frame, update description.
9290 * infrun.c (step_over_function): Use frame_unwind_id.
9291
9292 2004-04-31 J. Brobecker <brobecker@gnat.com>
9293
9294 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
9295 (hppa64_push_dummy_call): Likewise.
9296
9297 2004-03-30 Jim Blandy <jimb@redhat.com>
9298
9299 From Ulrich Weigand:
9300 * utils.c (query): Do not use a va_list variable multiple times.
9301
9302 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
9303
9304 * Makefile.in (linux_nat_h): Update dependencies.
9305 * configure.in: Check for <gnu/libc-version.h>.
9306 * configure: Regenerate.
9307 * config.in: Regenerate.
9308 * linux-nat.h: Include "target.h". Add waitstatus field to
9309 struct lwp_info.
9310 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
9311 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
9312 to.
9313 (lin_lwp_handle_extended): New function. Handle clone events.
9314 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
9315 thread exit events.
9316 (child_wait): Handle clone events.
9317 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
9318 * linux-nat.c (linux_enable_event_reporting): Turn on
9319 PTRACE_O_TRACECLONE.
9320 (linux_handle_extended_wait): Handle clone events.
9321 * thread-db.c: Include <gnu/libc-version.h>.
9322 (struct private_thread_info): Add dying flag.
9323 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
9324 higher.
9325 (attach_thread): Update comments. Handle dying threads.
9326 (detach_thread): Set the dying flag.
9327 (check_event): Always call attach_thread.
9328
9329 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
9330
9331 * mips-tdep.c (mips_pdr_data): New.
9332 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
9333 (_initialize_mips_tdep): Initialize mips_pdr_data.
9334
9335 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
9336
9337 * minsyms.c (install_minimal_symbols): Move dropping leading
9338 char from linkage name from here...
9339 (prim_record_minimal_symbol_and_info): ...to here. Simplify
9340 test for "__gnu_compiled*" symbols.
9341
9342 2004-03-28 Jim Blandy <jimb@redhat.com>
9343
9344 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
9345 registers to temp register r0 and byte stores as prologue
9346 instructions.
9347
9348 2004-03-28 Andrew Cagney <cagney@redhat.com>
9349
9350 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
9351 arm*-*-*.
9352
9353 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9354
9355 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
9356 and switch the layout to force a display of register window.
9357
9358 2004-02-26 J. Brobecker <brobecker@gnat.com>
9359
9360 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
9361 of the INTEGER class.
9362
9363 2004-03-26 Jim Blandy <jimb@redhat.com>
9364
9365 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
9366 bytes long on PPC GNU/Linux.
9367
9368 2004-03-26 David Carlton <carlton@kealia.com>
9369
9370 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
9371
9372 2004-03-25 Andrew Cagney <cagney@redhat.com>
9373
9374 * PROBLEMS: Add general section titles, remove references to
9375 specific releases.
9376
9377 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
9378
9379 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
9380 INT_REGISTER_SIZE.
9381 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
9382 FP_REGISTER_VIRTUAL_SIZE.
9383 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
9384 of DEPRECATED_REGISTER_RAW_SIZE.
9385 (arm_register_type): Add gdbarch argument.
9386 (arm_register_raw_size, arm_register_virtual_size): Delete.
9387 (arm_register_byte, arm_extract_return_value)
9388 (arm_store_return_value, arm_get_longjmp_target): Update references
9389 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
9390 (arm_gdbarch_init): Likewise. Don't set
9391 deprecated_register_raw_size, deprecated_register_virtual_size,
9392 deprecated_max_register_raw_size,
9393 deprecated_max_register_virtual_size, or
9394 deprecated_max_register_virtual_type. Do set register_type.
9395 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
9396 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
9397 (FP_REGISTER_VIRTUAL_SIZE): Delete.
9398 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
9399 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
9400 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
9401 INT_REGISTER_SIZE.
9402 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
9403 (remote_rdp_store_register): Likewise.
9404
9405 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
9406
9407 * Makefile.in (mips-linux-tdep.o): Update dependencies.
9408 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
9409 to after osabi initialization.
9410 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
9411 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
9412 functions.
9413 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
9414 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
9415 variables.
9416 (mips_linux_init_abi): Append signal trampoline unwinders.
9417
9418 2004-03-24 Andrew Cagney <cagney@redhat.com>
9419
9420 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
9421 * tramp-frame.c: Include "gdb_assert.h".
9422 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
9423 correct sizeof.
9424 (tramp_frame_append): Validate the tramp frame's instructions.
9425 * Makefile.in (tramp-frame.o): Update dependencies.
9426
9427 2004-03-23 Andrew Cagney <cagney@redhat.com>
9428
9429 * trad-frame.h (trad_frame_set_reg_addr): Declare.
9430
9431 2004-03-23 Andrew Cagney <cagney@redhat.com>
9432
9433 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
9434 Nasser as past testsuite/lib/ (and other) maintainers.
9435
9436 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
9437
9438 * infcmd.c (attach_command): Reread symbols if we already have
9439 an exec file.
9440
9441 2004-03-23 Andrew Cagney <cagney@redhat.com>
9442
9443 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
9444
9445 2004-03-23 Andrew Cagney <cagney@redhat.com>
9446
9447 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
9448 * gdbarch.h, gdbarch.c: Re-generate.
9449 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9450 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9451 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9452 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
9453 (DEPRECATED_SIGTRAMP_START): Update.
9454 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
9455 (DEPRECATED_SIGTRAMP_START): Update.
9456 * blockframe.c (find_pc_sect_partial_function): Update.
9457 * arch-utils.c (legacy_pc_in_sigtramp): Update.
9458
9459 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
9460
9461 * remote.c (remote_open_1): Reopen the exec file and reread symbols
9462 if necessary.
9463
9464 2004-03-23 Andrew Cagney <cagney@redhat.com>
9465
9466 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
9467 predicate, deprecate.
9468 * gdbarch.h, gdbarch.c: Re-generate.
9469 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
9470 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
9471 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
9472 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
9473 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
9474 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
9475 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
9476 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
9477 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
9478 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
9479 * blockframe.c (find_pc_partial_function): Update.
9480 * breakpoint.c (bpstat_what): Update.
9481 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
9482 * frv-linux-tdep.c (frv_linux_init_abi): Update.
9483 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
9484 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
9485 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9486 * i386-linux-tdep.c (i386_linux_init_abi): Update.
9487 * i386-nto-tdep.c (i386nto_init_abi): Update.
9488 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
9489 * i386-tdep.c (i386_sigtramp_frame_sniffer)
9490 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
9491 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9492 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9493 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9494 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
9495 * infrun.c (pc_in_sigtramp): Update.
9496 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
9497 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9498 * mips-tdep.c (mips_gdbarch_init): Update.
9499 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
9500 * ppc-linux-tdep.c: Update comment.
9501 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
9502 * shnbsd-tdep.c (shnbsd_init_abi): Update.
9503 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
9504 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
9505 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
9506 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
9507 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
9508 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
9509 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
9510 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
9511
9512 2004-03-23 Andrew Cagney <cagney@redhat.com>
9513
9514 * tramp-frame.h, tramp-frame.h: New files.
9515 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
9516 Update rules to include "tramp-frame.h" and "tramp-frame.c".
9517
9518 * Makefile.in: Update all dependencies.
9519
9520 2004-03-23 Andrew Cagney <cagney@redhat.com>
9521
9522 * Makefile.in (trad_frame_h): Add $(frame_h).
9523 * trad-frame.h: Update copyright. Include "frame.h".
9524 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
9525 (trad_frame_set_id, trad_frame_get_id): Declare.
9526 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
9527 * trad-frame.c: Update copyright.
9528 (struct trad_frame_cache): Define.
9529 (trad_frame_cache_zalloc): New function.
9530 (trad_frame_set_id, trad_frame_get_id): New functions.
9531 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
9532
9533 2004-03-22 Andrew Cagney <cagney@redhat.com>
9534
9535 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
9536 s390_pltstub_unwind_cache.
9537 (s390_stub_frame_unwind_cache): Rename
9538 s390_pltstub_frame_unwind_cache.
9539 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
9540 (s390_stub_frame_prev_register): Rename
9541 s390_pltstub_frame_prev_register.
9542 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
9543 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
9544
9545 From Ulrich Weigand:
9546 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
9547 pointer calls like PLT calls.
9548
9549 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
9550
9551 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
9552 PC rather than the partial function start address. Use the start
9553 address to sanity check the found PDR.
9554
9555 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
9556
9557 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
9558 linux_handle_extended_wait.
9559
9560 2004-03-22 Andrew Cagney <cagney@redhat.com>
9561
9562 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
9563 function.
9564
9565 * frame.h (generic_pop_current_frame): Delete declaration.
9566 (deprecate_pop_dummy_frame): Deprecate
9567 generic_pop_dummy_frame.
9568 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
9569 (generic_pop_current_frame): Delete function.
9570 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
9571 generic_pop_current_frame.
9572 * v850-tdep.c (v850_pop_frame): Update.
9573 * mcore-tdep.c (mcore_pop_frame): Update.
9574 * sh64-tdep.c (sh64_pop_frame): Update.
9575 * h8300-tdep.c (h8300_pop_frame): Update.
9576
9577 2004-03-22 Andrew Cagney <cagney@redhat.com>
9578
9579 * frame.h (deprecated_pc_in_call_dummy): Rename
9580 generic_pc_in_call_dummy.
9581 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
9582 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
9583 generic_pc_in_call_dummy.
9584 (pc_in_dummy_frame): Make static.
9585 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
9586 * gdbarch.h, gdbarch.c: Re-generate.
9587 * dummy-frame.c (dummy_frame_sniffer): Simplify.
9588 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
9589 (legacy_get_prev_frame): Ditto.
9590 * inferior.h: Delete reference to generic_pc_in_call_dummy in
9591 comment.
9592
9593 2004-03-21 Andrew Cagney <cagney@redhat.com>
9594
9595 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
9596 declaration and out-of-date comment.
9597 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9598 Delete function.
9599 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
9600 deprecated_pc_in_call_dummy.
9601
9602 * infrun.c (handle_inferior_event): For non legacy frames, use the
9603 frame ID and frame type to identify a signal trampoline. Update
9604 comments.
9605
9606 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
9607
9608 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
9609 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
9610
9611 2004-03-21 Andrew Cagney <cagney@redhat.com>
9612
9613 * frame-unwind.h: Update copyright.
9614 (struct frame_data): Add opaque declaration.
9615 (frame_sniffer_ftype): Declare.
9616 (struct frame_unwind): Add "unwind_data" and "sniffer".
9617 (frame_unwind_register_unwinder): Declare.
9618 (frame_unwind_find_by_frame): Add parameter "this_cache".
9619 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
9620 (legacy_get_prev_frame, legacy_get_prev_frame)
9621 (get_frame_type): Pass the prologue_cache to
9622 frame_unwind_find_by_frame.
9623 * frame-unwind.c (struct frame_unwind_table_entry): Add field
9624 "unwinder".
9625 (frame_unwind_register_unwinder): New function.
9626 (frame_unwind_find_by_frame): Handle an unwind sniffer.
9627
9628 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
9629
9630 * bcache.c (print_percentage): Use floating point to avoid
9631 incorrect results when portion*100 overflows.
9632
9633 2004-03-19 Kevin Buettner <kevinb@redhat.com>
9634
9635 * ppc_tdep.h (ppc_linux_frame_saved_pc)
9636 (ppc_linux_init_extra_frame_info)
9637 (ppc_linux_frameless_function_invocation)
9638 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
9639 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
9640 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
9641 (rs6000_frame_chain): Delete declarations.
9642 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
9643 (ppc_linux_init_extra_frame_info)
9644 (ppc_linux_frameless_function_invocation)
9645 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
9646 (ppc_linux_init_abi): Remove registration of above deleted functions.
9647 * rs6000-tdep.c (rs6000_init_extra_frame_info)
9648 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
9649 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
9650 (rs6000_pop_frame, rs6000_frameless_function_invocation)
9651 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
9652 (rs6000_gdbarch_init): Remove registration of above deleted functions.
9653 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
9654 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
9655 frame management for all OSABIs.
9656
9657 2004-03-19 Andrew Cagney <cagney@redhat.com>
9658
9659 Committed by Kevin Buettner <kevinb@redhat.com>.
9660
9661 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
9662 Update copyright.
9663 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
9664 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
9665 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
9666 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
9667 unwinders. #ifdef legacy frame code.
9668 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9669 "frame-base.h".
9670 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
9671 (struct rs6000_frame_cache, rs6000_frame_cache)
9672 (rs6000_frame_this_id, rs6000_frame_prev_register)
9673 (rs6000_frame_sniffer, rs6000_frame_unwind)
9674 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
9675 (rs6000_frame_base): Implement a traditional frame unwinder.
9676 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
9677 frame unwinder.
9678
9679 2004-03-19 Kevin Buettner <kevinb@redhat.com>
9680
9681 * breakpoint.c (adjust_breakpoint_address): Don't adjust
9682 breakpoint address for watchpoints or the catch eventpoints.
9683 Add new paramter ``bptype''. Adjust all callers.
9684
9685 2004-03-19 Andrew Cagney <cagney@redhat.com>
9686
9687 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
9688
9689 * PROBLEMS: Delete note that ARM does not use frame code, problem
9690 fixed.
9691
9692 2004-03-18 Andrew Cagney <cagney@redhat.com>
9693
9694 * stack.c (return_command): Delete code wrapped in #ifdef
9695 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
9696
9697 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
9698
9699 2004-03-18 Andrew Cagney <cagney@redhat.com>
9700
9701 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
9702 DEPRECATED_IN_SIGTRAMP.
9703 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9704 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
9705 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9706 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9707 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9708 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9709 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9710 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9711 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
9712 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
9713
9714 2004-03-18 Andrew Cagney <cagney@redhat.com>
9715
9716 * frame-base.c: Update copyright. Include "gdb_obstack.h".
9717 (struct frame_base_table_entry): Define.
9718 (struct frame_base_table): Re-implement as a linked list.
9719 (frame_base_init): Re-implement.
9720 (frame_base_table): Delete function.
9721 (append_predicate): Delete function.
9722 (frame_base_append_sniffer): Update.
9723 (frame_base_set_default): Update.
9724 (frame_base_find_by_frame): Update.
9725 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
9726 * Makefile.in (frame-base.o): Update dependencies.
9727
9728 2004-03-17 Andrew Cagney <cagney@redhat.com>
9729
9730 * frame.c (legacy_get_prev_frame): Pass correct frame to
9731 frame_unwind_find_by_frame.
9732
9733 2004-03-17 David Carlton <carlton@kealia.com>
9734
9735 * NEWS: Mention C++ nested types and namespaces
9736
9737 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
9738
9739 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
9740 and "Regressions since gdb 5.3.". Add known regressions since
9741 gdb 6.0.
9742
9743 2004-03-16 David Carlton <carlton@kealia.com>
9744
9745 * dwarf2read.c (process_structure_scope): Process children even
9746 when we're a declaration.
9747
9748 2004-03-16 Andrew Cagney <cagney@redhat.com>
9749
9750 * symtab.h (find_pc_sect_partial_function): Delete declaration.
9751 * blockframe.c (find_pc_partial_function)
9752 (find_pc_sect_partial_function): Merge into a single
9753 find_pc_partial_function.
9754
9755 2004-03-16 Mark Kettenis <kettenis@gnu.org>
9756
9757 * i386bsd-nat.c: s/regno/regnum/g.
9758 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
9759 FP0_REGNUM.
9760 (store_inferior_registers): Likewise.
9761
9762 2004-03-16 Mark Kettenis <kettenis@gnu.org>
9763
9764 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
9765 of i387_fill_fsave.
9766 (store_inferior_registers): Call i387_collect_fsave and
9767 i387_collect_fxsave instead of i387_fill_fsave and
9768 i387_fill_fxsave.
9769
9770 2004-03-15 Andrew Cagney <cagney@redhat.com>
9771
9772 * Makefile.in (frame-unwind.o): Update dependencies.
9773 * frame-unwind.c: Include "gdb_obstack.h".
9774 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
9775 parameter.
9776 (append_predicate): Delete function.
9777 (struct frame_unwind_table_entry): New structure.
9778 (struct frame_unwind_table): Replace "sniffer" with "head" and
9779 "tail".
9780 (frame_unwind_append_sniffer): Update.
9781 (frame_unwind_find_by_frame): Update.
9782 (_initialize_frame_unwind): Registe frame_unwind_init using
9783 gdbarch_data_register_pre_init.
9784
9785 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9786
9787 * i386bsd-nat.c: Update copyright year.
9788 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
9789 define unconditionally.
9790
9791 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9792
9793 * i387-tdep.h (i387_collect_fsave): New prototype.
9794 * i387-tdep.c (i387_collect_fsave): New function containing most
9795 of the code from i387_fill_fsave.
9796 (i387_fill_fsave): Call i387_collect_fsave.
9797
9798 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9799
9800 * i386-linux-tdep.c: Update copyright year.
9801 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
9802 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
9803 svr4_ilp32_link_map_offsets instead of
9804 i386_linux_svr4_fetch_link_map_offsets.
9805
9806 2004-03-15 David Carlton <carlton@kealia.com>
9807
9808 Fix for PR c++/1553:
9809 * dwarf2read.c (read_structure_type): Determine type name by
9810 calling determine_class_name.
9811 (determine_class_name): New.
9812 (determine_prefix): Look at TYPE_TAG_NAME and call
9813 determine_class_name when appropriate.
9814 (determine_prefix_aux, class_name): Delete.
9815 (read_namespace): Set die->type.
9816
9817 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9818
9819 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
9820 unused macro definition. The definition in target.h (or perhaps
9821 elsewhere) takes precedence.
9822
9823 2004-03-15 Andrew Cagney <cagney@redhat.com>
9824
9825 * ppc-tdep.h: Update copyright.
9826 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
9827 function signatures to match "regsets.h".
9828 * ppc-linux-tdep.c: Include "regset.h".
9829 (ELF_GREGSET_SIZE): Delete.
9830 (right_supply_register): New function.
9831 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
9832 using right_supply_register.
9833 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
9834 functions.
9835 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
9836 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
9837 (_initialize_ppc_linux_tdep): Do not register
9838 ppc_linux_regset_core_fns.
9839 (ppc_linux_regset_from_core_section): Replace
9840 fetch_core_registers.
9841 (ppc_linux_regset_core_fns): Delete.
9842 * ppc-linux-nat.c: (right_fill_reg): New function.
9843 (supply_gregset): Update call to ppc_linux_supply_gregset.
9844 (fill_gregset): Clear the register set, use right_fill_reg.
9845 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
9846 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
9847
9848 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
9849 unsigned.
9850
9851 2004-03-15 Andrew Cagney <cagney@redhat.com>
9852
9853 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
9854 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
9855 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
9856 and register_gdbarch_data.
9857 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
9858 (struct gdbarch_data): Replace "init" by "pre_init" and
9859 "post_init".
9860 * gdbarch.h, gdbarch.c: Re-generate.
9861 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
9862 with"obstack", use OBSTACK_ZALLOC.
9863 (dwarf2_frame_ops): Delete.
9864 (dwarf2_frame_set_init_reg): Use gdbarch_data.
9865 (dwarf2_frame_init_reg): Use gdbarch_data.
9866 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
9867 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
9868 (_initialize_svr4_solib): Update.
9869 * user-regs.c (_initialize_user_regs): Update.
9870 * reggroups.c (_initialize_reggroup): Update.
9871 * regcache.c (_initialize_regcache): Update.
9872 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9873 * libunwind-frame.c (_initialize_libunwind_frame): Update.
9874 * gnu-v3-abi.c (init_gnuv3_ops): Update.
9875 * frame-unwind.c (_initialize_frame_unwind): Update.
9876 * frame-base.c (_initialize_frame_base): Update.
9877 * user-regs.c (user_reg_add): Update.
9878 * reggroups.c (reggroup_add): Update.
9879 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
9880 * libunwind-frame.c (libunwind_frame_set_descr): Update.
9881 * frame-unwind.c (frame_unwind_append_sniffer): Update.
9882 * frame-base.c (frame_base_table): Update.
9883 * remote.c (_initialize_remote): Update.
9884 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
9885
9886 2004-03-15 Andrew Cagney <cagney@redhat.com>
9887
9888 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
9889
9890 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9891
9892 * Makefile.in (frv-linux-tdep.o): Add dependencies.
9893 * frv-linux-tdep.c: New file.
9894 * frv-tdep.c (struct gdbarch_tdep): Add new field
9895 ``sigcontext_reg_addr''.
9896 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
9897 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
9898 (frv_sigramp_frame_sniffer): New functions.
9899 (frv_sigtramp_frame_unwind): New static global.
9900 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
9901 sniffers.
9902 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
9903 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
9904
9905 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9906
9907 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
9908 but not via a call to error(), when unable to read memory.
9909
9910 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9911
9912 * frv-tdep.c (frv_call_dummy_words): Delete.
9913 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
9914
9915 2004-03-15 Andrew Cagney <cagney@redhat.com>
9916
9917 * infrun.c (handle_step_into_function, step_over_function): Only
9918 update and use STEP_FRAME_ID when the system is using legacy
9919 frames. Update comments.
9920
9921 2004-03-14 Mark Kettenis <kettenis@gnu.org>
9922
9923 * amd64-linux-tdep.h: Remove file.
9924 * amd64-linux-tdep.c: Don't include "inferior.h" and
9925 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
9926 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
9927 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
9928 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
9929 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
9930 macros.
9931 (user_to_gdb_regmap): Remove variable.
9932 (amd64_linux_gregset_reg_offset): New variable.
9933 (amd64_core_fns): Remove variable.
9934 (fetch_core_registers): Remove function.
9935 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
9936 functions.
9937 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
9938 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
9939 * Makefile.in (amd64_linux_tdep_h): Remove.
9940 (amd64-linux-nat.o): Update dependencies.
9941 (amd64-linux-tdep.o): Update dependencies.
9942
9943 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
9944 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
9945 functions.
9946 (fetch_inferior_registers, store_inferior_registers): Rewrite.
9947
9948 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
9949 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
9950
9951 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
9952
9953 * dwarf2read.c (read_structure_type): Rename from
9954 read_structure_scope. Don't create a symbol or call process_die.
9955 Return immediately if die->type is set. Call read_type_die before
9956 dwarf2_add_member_fn.
9957 (process_structure_scope): New function.
9958 (read_enumeration_type, process_enumeration_scope): New functions,
9959 broken out from read_enumeration. Don't create the enumeration
9960 type if it has already been created.
9961 (read_enumeration): Removed.
9962 (process_die): Call read_structure_type, process_structure_scope,
9963 read_enumeration_type, and process_enumeration_scope. Just call
9964 new_symbol for base and subrange types. Add a comment about other
9965 type dies.
9966 (read_type_die): Call read_enumeration_type.
9967 (add_partial_structure, new_symbol): Update comments.
9968
9969 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9970
9971 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
9972
9973 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9974
9975 * tui/tui-win.h (tui_get_cmd_list): Declare.
9976 * tui/tui-win.c (tui_command): New function.
9977 (tui_get_cmd_list): New function.
9978 (_initialize_tui_win): Moved initialization of tui command in
9979 tui_get_cmd_list.
9980
9981 * tui/tui-data.c (init_content_element): Setup new data members.
9982 (init_win_info): Likewise.
9983 (free_content_elements): Free it.
9984 * tui/tui-data.h (struct tui_data_element): Store the register
9985 content to print.
9986 (struct tui_data_info): Keep the current register group.
9987
9988 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
9989
9990 * tui/tui-regs.h (tui_show_registers): Update prototype.
9991 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
9992 (tui_resize_all): No need to calculate anything for register window.
9993 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
9994 (tui_set_register_element, tui_set_general_regs_content): Remove.
9995 (tui_set_special_regs_content): Remove.
9996 (tui_set_general_and_special_regs_content): Remove.
9997 (tui_set_float_regs_content): Remove.
9998 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
9999 (tui_set_regs_content): Remove.
10000 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10001 (tui_v_show_registers_command_support): Remove.
10002 (tui_show_registers): Use a reggroup to specify the registers to show.
10003 (tui_show_register_group): New function.
10004 (tui_display_registers_from): Compute the layout of register window
10005 and refresh with new API; be sure to delete old register windows.
10006 (tui_check_register_values): Update to use tui_get_register and
10007 tui_display_data.
10008 (tui_display_register): Just refresh the register window part.
10009 (tui_register_format): Format registers and save in tui_data_element.
10010 (tui_get_register): New to combine tui_reg_value_has_changed and
10011 tui_get_register_raw_value; fix to use the new gdb API.
10012 (tui_show_float_command): Renamed tui_reg_float_command.
10013 (tui_show_general_command): Renamed tui_reg_general_command.
10014 (tui_show_special_command): Renamed tui_reg_system_command.
10015 (_initialize_tui_regs): Remove unused commands.
10016
10017 2004-03-13 Mark Kettenis <kettenis@gnu.org>
10018
10019 * NEWS (New native configurations): Mention OpenBSD/amd64.
10020
10021 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10022 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10023 Remove defines.
10024 * config/i386/nm-fbsd64.h: Likewise.
10025 * config/i386/nm-obsd.h: Likewise.
10026 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10027 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10028
10029 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10030
10031 * frv-tdep.c (set_variant_scratch_registers): New function.
10032 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10033 New constants.
10034
10035 From Richard Sandiford <rsandifo@redhat.com>:
10036 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10037
10038 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10039
10040 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10041 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10042 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10043 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10044 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10045 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10046 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10047 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10048 definitions from frv-tdep.c to frv-tdep.h.
10049
10050 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10051
10052 Add shared library support for FR-V FDPIC ABI:
10053 * Makefile.in (solib-frv.o): Add dependencies.
10054 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10055 New functions.
10056 (frv_push_dummy_call): Add support for FDPIC ABI.
10057 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10058 for FDPIC ABI.
10059 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10060 (frv_fdpic_find_canonical_descriptor): Declare.
10061 * solib-frv.c: New file.
10062 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10063 * config/frv/tm-frv.h (solib.h): Include.
10064
10065 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10066
10067 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10068 (frv-tdep.o): Update dependencies.
10069 * frv-tdep.h: New file.
10070 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10071 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10072 constants.
10073 (struct gdbarch_tdep): Add new member ``frv_abi''.
10074 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10075 functions.
10076 (new_variant): Set ``frv_abi'' field.
10077 (gdb_arch_init): Detect FDPIC executables.
10078
10079 2004-03-12 Mark Kettenis <kettenis@gnu.org>
10080
10081 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10082 wrapper.
10083
10084 2004-03-11 Andrew Cagney <cagney@redhat.com>
10085
10086 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10087
10088 2004-03-11 Kevin Buettner <kevinb@redhat.com>
10089
10090 * solist.h (master_so_list): New function.
10091 * solib.c (master_so_list): Likewise.
10092 * solib-svr4.c (enable_break): Iterate over so_list entries
10093 obtained from master list instead of entries obtained directly
10094 via svr4_current_sos().
10095
10096 2004-03-10 Ben Elliston <bje@gnu.org>
10097
10098 * MAINTAINERS: Update my mail address.
10099
10100 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10101
10102 * remote-m32r-sdi.c: Support hardware watchpoint.
10103
10104 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10105
10106 * user-regs.c: Update copyright years.
10107 (struct user_regs): Rename to gdb_user_regs.
10108 (append_user_reg, builtin_user_regs, user_regs_init)
10109 (user_reg_add, user_reg_map_name_to_regnum)
10110 (usernum_to_user_reg): Update.
10111
10112 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10113
10114 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10115 (skip_children): New functions.
10116 (locate_pdi_sibling): Call skip_children.
10117
10118 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10119
10120 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10121 * gdbtypes.c (check_typedef): Update comments.
10122
10123 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10124
10125 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10126 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10127 pointer. Update comment about comp_unit_head.
10128 (struct abbrev_info): Shorten two int flags.
10129 (dwarf_alloc_abbrev): Take a CU argument.
10130 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10131 each time through the loop. Update cleanup argument.
10132 (psymtab_to_symtab_1): Update cleanup call.
10133 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10134 abbrev_obstack.
10135 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10136 Just call obstack_free and clear the pointer.
10137
10138 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10139
10140 * infrun.c (handle_inferior_event): Remove short-circuit code for
10141 events in a different thread.
10142
10143 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10144
10145 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10146 print the whole transfer.
10147 (initialize_targets): Update description of "set debug target".
10148
10149 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10150
10151 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10152
10153 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
10154
10155 * MAINTAINERS (write after approval): Add myself.
10156
10157 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10158
10159 * sh-tdep.c (sh_print_registers_info): Use for loop.
10160 Don't skip multiple registers when a float register is encountered.
10161
10162 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10163
10164 Fix PR tdep/1291.
10165 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10166 to official SH documentation.
10167
10168 2004-03-07 Andrew Cagney <cagney@redhat.com>
10169
10170 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10171 unused function.
10172
10173 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
10174
10175 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10176 (arm_get_next_pc): Handle BX and BLX.
10177
10178 2004-03-07 Andrew Cagney <cagney@redhat.com>
10179
10180 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10181 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10182 HPPA_SP_REGNUM.
10183 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10184 (hppa_target_read_fp): Delete.
10185 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10186 register_virtual_size, max_register_raw_size,
10187 max_register_virtual_size, register_byte, register_size,
10188 target_read_fp, fp_regnum, and register_bytes. Set register_type
10189 instead of register_virtual_type.
10190 (hppa32_register_type, hppa64_register_type): Replace
10191 hppa32_register_virtual_type and hppa64_register_virtual_type.
10192 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10193 (HPPA_FP_REGNUM): Define.
10194
10195 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10196
10197 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10198 (pa_do_registers_info): Delete.
10199 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
10200 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
10201 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
10202
10203 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10204 GDB_TARGET_IS_HPPA code.
10205 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
10206 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
10207 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10208 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
10209 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10210 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10211 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
10212 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
10213 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10214 (hppa_frameless_function_invocation, hppa64_store_return_value)
10215 (hppa_store_struct_return, hppa64_extract_return_value)
10216 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
10217 (hppa32_call_dummy_length, hppa64_call_dummy_length)
10218 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
10219 (find_proc_framesize, deposit_21, restore_pc_queue)
10220 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
10221 (rp_saved, pc_in_linker_stub): Delete.
10222
10223 Unconditionally enable 64-bit frame and ABI code.
10224 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10225 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10226 push_dummy_frame, fix_call_dummy, push_arguments,
10227 call_dummy_location, extract_return_value, use_struct_convention,
10228 store_return_value, store_struct_return, saved_pc_after_call,
10229 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
10230 frame_chain, frame_chain_valid, frameless_function_invocation,
10231 frame_saved_pc, and pop_frame.
10232
10233 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
10234 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
10235 (hppa_gdbarch_init): Do not set PC_REGNUM.
10236
10237 2004-03-06 Mark Kettenis <kettenis@gnu.org>
10238
10239 * config/alpha/tm-fbsd.h: Remove file.
10240 * config/alpha/fbsd.mt: Tweak comment.
10241 (TM_FILE): Set to tm-alpha.h.
10242
10243 2004-03-05 Andrew Cagney <cagney@redhat.com>
10244
10245 * infrun.c (step_over_function): When non-legacy code, and no
10246 step_frame_id, use the unwinder to get the caller's frame ID.
10247
10248 2004-03-05 Mark Kettenis <kettenis@gnu.org>
10249
10250 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
10251 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
10252 bfd_arch_unknown. Adjust comment.
10253
10254 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
10255 * i386obsd-tdep.c: Correct spelling in comment.
10256 * i386nbsd-tdep.c: Correct spelling in comment.
10257 * sparc-tdep.c: Correct spelling in comments.
10258
10259 2004-03-05 David Carlton <carlton@kealia.com>
10260
10261 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
10262 bug.
10263
10264 2004-03-05 Mark Kettenis <kettenis@gnu.org>
10265
10266 * sparc-tdep.c: Fix typo in comment.
10267
10268 2004-03-04 J. Brobecker <brobecker@gnat.com>
10269
10270 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
10271
10272 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
10273
10274 * dwarf2read.c: Add comment describing memory lifetimes.
10275 (struct dwarf2_pinfo): Update comment.
10276 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
10277 (read_enumeration, new_symbol): Don't use obsavestring.
10278
10279 2004-03-04 Mark Kettenis <kettenis@gnu.org>
10280
10281 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
10282 instead of amd64_fill_fxsave.
10283 * amd64bsd-nat.c (store_inferior_registers): Likewise.
10284 * amd64fbsd-nat.c (fill_fpregset): Likewise.
10285
10286 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
10287 Reorganize code a bit.
10288
10289 2004-03-04 Orjan Friberg <orjanf@axis.com>
10290
10291 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
10292 when the frame pointer is pushed. Don't set the frame pointer's
10293 address on the stack unless it's actually located there.
10294 Set the SRP's address on the stack correctly when the PC is still in
10295 the prologue.
10296 (cris_return_value): New function.
10297 (cris_gdbarch_init): Clear deprecated store_return_value,
10298 extract_return_value.
10299
10300 2004-03-02 Jim Blandy <jimb@redhat.com>
10301
10302 * stabsread.c (reg_value_complaint): The maximum register number
10303 is one less than the number of registers.
10304
10305 2004-03-02 Andrew Cagney <cagney@redhat.com>
10306
10307 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
10308 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
10309 trailing comma and redundant assignment of I386_ST0_REGNUM.
10310 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
10311 32-bit segment registers.
10312
10313 2004-03-01 Andrew Cagney <cagney@redhat.com>
10314
10315 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
10316 use frame_relative_level and get_next_frame.
10317
10318 2004-02-29 Andrew Cagney <cagney@redhat.com>
10319
10320 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
10321 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
10322 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
10323 Delete macro.
10324
10325 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10326
10327 * inflow.c (terminal_inferior): Don't give up the terminal if we
10328 previously couldn't get the inferior's terminal state.
10329
10330 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10331
10332 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
10333 PC_REGNUM.
10334
10335 2004-02-28 Andrew Cagney <cagney@redhat.com>
10336
10337 * NEWS: Refer to GDB 6.1.
10338 * README: Refer to GDB 6.1.
10339 * PROBLEMS: Refer to GDB 6.1.
10340
10341 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
10342
10343 * thread-db.c (disable_thread_signals): Remove unused function.
10344
10345 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10346
10347 * amd64-nat.c: Include "gdb_string.h".
10348 (amd64_collect_native_gregset): Zero-extend the 32-bit
10349 general-purpose registers and %eip.
10350
10351 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
10352 * amd64-tdep.c (amd64_collect_fxsave): New function.
10353 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
10354
10355 * i387-tdep.h: Update copyright year.
10356 (i387_collect_fxsave): New prototype.
10357 * i387-tdep.c: Update copyright year.
10358 (i387_collect_fxsave): New function containing most of the code
10359 from i387_fill_fxsave.
10360 (i387_fill_fxsave): Call i387_collect_fxsave.
10361
10362 2004-02-28 Andrew Cagney <cagney@redhat.com>
10363
10364 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
10365 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
10366
10367 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10368
10369 * amd64-tdep.c (amd64_frame_cache): Fix comment.
10370
10371 2004-02-28 Andrew Cagney <cagney@redhat.com>
10372
10373 * utils.c: Use "", instead of <>, to include readline.
10374 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
10375 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
10376 * source.c, solib.c, exec.c, event-top.c: Ditto.
10377 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
10378 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
10379 * Makefile.in: Update all dependencies.
10380 (readline_tilde_h, readline_history_h): Define.
10381 (readline_headers): Delete.
10382
10383 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10384
10385 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
10386 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
10387 "config/i386/tm-lx64.h".
10388
10389 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
10390 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
10391 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
10392
10393 2004-02-28 Andrew Cagney <cagney@redhat.com>
10394
10395 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
10396
10397 * breakpoint.c (_initialize_breakpoint): Use
10398 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
10399 Add help to show command.
10400
10401 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10402
10403 * i386-nat.c: Reformat to be closer to coding standards.
10404 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
10405 `retval'. Make variables `align' and `size' local to while-loop.
10406 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
10407 (_initialize_i386_nat): New prototype.
10408
10409 * tui/tui.c: Include <readline/readline.h> instead of
10410 "readline/readline.h". Include it after <term.h> and
10411 "gdb_curses.h".
10412
10413 2004-02-27 Andrew Cagney <cagney@redhat.com>
10414
10415 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
10416 the new frame unwind code.
10417 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
10418 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
10419 PCOQ_HEAD_REGNUM.
10420
10421 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
10422 "return_value" and "push_dummy_call".
10423 (hppa32_use_struct_convention): Delete unused function.
10424 (hppa32_store_return_value): Delete unused function.
10425 (hppa32_extract_return_value): Delete unused function.
10426 (hppa32_stack_align): Delete function.
10427
10428 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
10429
10430 * coffread.c (enter_linenos): Don't let rawptr reference memory
10431 outside linetab[]'s limits.
10432
10433 2004-02-27 Andrew Cagney <cagney@redhat.com>
10434
10435 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
10436 inferior stack space - the stack needs to grow upwards.
10437 (hppa32_frame_align): New function.
10438 (hppa64_frame_align): Replace hppa_frame_align.
10439 (hppa_gdbarch_init): Update.
10440
10441 2004-02-26 Orjan Friberg <orjanf@axis.com>
10442
10443 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
10444 (dwarf2-frame.h): Include.
10445 (enum cris_regnums): New enum CRIS_FP_REGNUM.
10446 Remove static variables related to ABI setting.
10447 (struct gdbarch_tdep): Remove cris_abi member.
10448 (struct frame_extra_info): Remove.
10449 (cris_unwind_cache, stack_item): New structs.
10450 (cris_frame_unwind, cris_frame_base): New variables.
10451 (push_stack_item, pop_stack_item)
10452 (cris_frame_unwind_cache, cris_frame_this_id)
10453 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
10454 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
10455 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
10456 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
10457 (cris_reg_struct_has_addr): New functions.
10458 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
10459 (cris_frame_saved_pc, cris_saved_pc_after_call,
10460 (cris_store_struct_return, cris_frameless_function_invocation)
10461 (cris_pop_frame, cris_skip_prologue_main)
10462 (cris_abi_original_store_return_value)
10463 (cris_abi_v2_store_return_value)
10464 (cris_abi_original_extract_return_value)
10465 (cris_abi_v2_extract_return_value)
10466 (cris_abi_original_reg_struct_has_addr)
10467 (cris_abi_v2_reg_struct_has_addr)
10468 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
10469 (cris_push_return_address, cris_abi_update): Remove.
10470 (_initialize_cris_tdep): Remove ABI command.
10471 (cris_dump_tdep): Ditto.
10472 (cris_gdbarch_init): Remove ABI command.
10473 Set store_return_value, extract_return_value, push_dummy_code,
10474 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
10475 frame_unwind_append_sniffer, frame_base_set_default.
10476 Clear deprecated init_frame_pc, push_arguments, store_return_value,
10477 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
10478 sizeof_call_dummy_words, get_saved_register, push_return_address,
10479 pop_frame, store_struct_return, frame_init_saved_regs,
10480 init_extra_frame_info, frameless_function_invocation, frame_chain,
10481 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
10482 dummy_write_sp.
10483
10484 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10485
10486 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
10487 * valprint.c (print_hex_chars): Change from static to external.
10488 (print_char_chars): New function.
10489 * printcmd.c (print_scalar_formatted): For integer and enum types
10490 that are longer than LONGEST, perform processing via appropriate
10491 print_*_chars routines.
10492
10493 2004-02-26 Andrew Cagney <cagney@redhat.com>
10494
10495 * Makefile.in: Update dependencies.
10496 Changes from Ulrich Weigand,
10497 * s390-tdep.c: Include "dwarf2-frame.h".
10498 (s390_dwarf2_frame_init_reg): New function.
10499 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
10500 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
10501
10502 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10503
10504 * breakpoint.c (pending_break_support): New setting variable.
10505 (break_command_1): Account for pending_break_support setting
10506 when creating pending breakpoints.
10507 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
10508 (_initialize_breakpoint): Add "set breakpoint pending" and
10509 "show breakpoint pending" commands.
10510
10511 2004-02-26 Andrew Cagney <cagney@redhat.com>
10512
10513 Fix PR i18n/1570.
10514 * charset.c (backslashable, backslashed, represented): Remove 'e'
10515 from list of escaped characters, not part of ISO-C.
10516
10517 2004-02-25 J. Brobecker <brobecker@gnat.com>
10518
10519 From Peter Schauer <schauer@pdf.de>:
10520 * tui/tui.c: Move system header includes after local includes.
10521 Fixes a build failure on solaris systems.
10522
10523 2004-02-25 J. Brobecker <brobecker@gnat.com>
10524
10525 * configure.in: Refine the previous change.
10526 * configure: Regenerate.
10527
10528 2004-02-25 Mark Kettenis <kettenis@gnu.org>
10529
10530 * amd64-tdep.h: Renamed from x86-64-tdep.h.
10531 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
10532 "amd64-tdep.h" instead of "x86-64-tdep.h".
10533 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10534 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
10535 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
10536 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10537 and "x86-64-tdep.c".
10538 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
10539 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10540 and "x86-64-tdep.c".
10541 * amd64bsd-nat.c: Update copyright year.
10542 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10543 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
10544 "x86-64-tdep.h".
10545 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
10546 "x86-64-tdep.h".
10547 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
10548 "x86-64-tdep.h".
10549 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
10550 "x86-64-tdep.h".
10551 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
10552 "x86-64-tdep.h".
10553 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
10554 "x86-64-tdep.h".
10555 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
10556 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
10557 * Makefile.in (amd64_linux_tdep_h): Renamed from
10558 x86_64_linux_tdep_h.
10559 (amd64_tdep_h): Renamed from x86_64_tdep_h.
10560 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
10561 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
10562 (amd64obsd-tdep.o): Update dependencies.
10563 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
10564 dependencies.
10565 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
10566 dependencies.
10567 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
10568 amd64-linux-nat.c amd64-linux-tdep.c.
10569 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
10570 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
10571 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
10572 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
10573 amd64-tdep.o and amd64-linux-tdep.o.
10574 (TM_FILE): Set to tm-linux64.h.
10575 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
10576 (NAT_FILE): Set to nm-linux64.h.
10577 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
10578 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10579 amd64-tdep.o.
10580 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10581 amd64-tdep.o.
10582 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10583 amd64-tdep.o.
10584
10585 2004-02-25 Roland McGrath <roland@redhat.com>
10586
10587 * remote.c (remote_protocol_qPart_auxv): New variable.
10588 (init_all_packet_configs): Initialize it.
10589 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
10590 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
10591 (show_remote_cmd): Call it.
10592 (_initialize_remote): Initialize commands.
10593 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
10594 service TARGET_OBJECT_AUXV requests.
10595
10596 2004-02-25 J. Brobecker <brobecker@gnat.com>
10597
10598 * configure.in: Make sure that the wborder function is available.
10599 Otherwise, search for it in the cur_colr library.
10600 * configure: Regenerate.
10601
10602 2004-02-25 Andrew Cagney <cagney@redhat.com>
10603
10604 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
10605
10606 2004-02-25 Mark Kettenis <kettenis@gnu.org>
10607
10608 * config/i386/tm-x86-64linux.h: Tweak comments.
10609
10610 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
10611
10612 * MAINTAINERS: Add self to write-after-approval list.
10613
10614 2004-02-25 Andrew Cagney <cagney@redhat.com>
10615
10616 PR cli/1566. Problem found, and fix suggested by David Allan.
10617 * cli/cli-script.c (execute_control_command): Unconditionally
10618 install a cleanup. Default "ret" to "invalid_control". Use
10619 "break" instead of "return" to escape from the switch.
10620
10621 2004-02-24 J. Brobecker <brobecker@gnat.com>
10622
10623 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
10624 with the lines macro defined in term.h on AiX.
10625 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
10626 a collision with the label_width macro defined in term.h on AiX.
10627
10628 2004-02-23 David Mosberger <davidm@hpl.hp.com>
10629
10630 Committed by Kevin Buettner <kevinb@redhat.com>.
10631
10632 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
10633 * ia64-tdep.c (ia64_write_pc): Make it a global function.
10634 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
10635 instead of ia64_write_pc().
10636 * ia64-linux-tdep.c (regcache.h): Include.
10637 (ia64_linux_write_pc): New function.
10638
10639 2004-02-23 Roland McGrath <roland@redhat.com>
10640
10641 * auxv.c (info_auxv_command): Fix typos in error messages.
10642
10643 2004-02-23 Mark Kettenis <kettenis@gnu.org>
10644
10645 * x86-64-tdep.h: Tweak comment.
10646 (enum amd64_regnum): New.
10647 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
10648 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
10649 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
10650 (X86_64_XMM1_REGNUM): Removed.
10651 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
10652 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
10653 prototypes for renamed functions.
10654 * x86-64-tdep.c: Fix typo.
10655 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
10656 register numbers.
10657 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
10658 Use constants from `enum amd64_regnum' for register numbers.
10659 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
10660 (amd64_analyze_prologue, amd64_frame_cache,
10661 amd64_sigtramp_frame_cache): Use constants from `enum
10662 amd64_regnum' for register numbers.
10663 (amd64_supply_fpregset): Adjust for renamed functions.
10664 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
10665 `enum amd64_regnum' for register numbers.
10666 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
10667 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
10668 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
10669 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
10670 (amd64_linux_fill_gregset): Adjust for renamed macros.
10671 (fetch_core_registers): Adjust for renamed functions.
10672 (amd64_linux_init_abi): Adjust for renamed functions.
10673 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
10674 renamed functions.
10675 * amd64-nat.c: Adjust for renamed macros.
10676 * amd64bsd-nat.c (fetch_inferior_registers)
10677 (store_inferior_registers): Use constants from `enum amd64_regnum'
10678 for register numbers. Adjust for renamed variables.
10679 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
10680 renamed variables.
10681 (_initialize_amd64fbsd_nat): Use constants from `enum
10682 amd64_regnum' for register numbers.
10683 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
10684 `enum amd64_regnum' for register numbers.
10685 (amd64fbsd_init_abi): Adjust for renamed functions.
10686 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
10687 `enum amd64_regnum' for register numbers.
10688 (amd64nbsd_init_abi): Adjust for renamed functions.
10689 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
10690 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
10691 `enum amd64_regnum' for register numbers.
10692 (amd64obsd_init_abi): Adjust for renamed functions.
10693 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
10694
10695 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10696
10697 * breakpoint.c (print_one_breakpoint): Do not output spaces
10698 after printing <PENDING> for a pending breakpoint.
10699
10700 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10701
10702 * printcmd.c (print_scalar_formatted): Initialize val_long
10703 to remove compiler warning message.
10704
10705 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10706
10707 * defs.h (nquery, yquery): New prototypes.
10708 * breakpoint.c (break_command_1): Use new nquery interface.
10709 * utils.c (defaulted_query, nquery, yquery): New functions.
10710
10711 2004-02-23 Andrew Cagney <cagney@redhat.com>
10712
10713 * hppa-tdep.c (hppa_frame_align): New function.
10714 (hppa32_push_dummy_call): New function.
10715 (hppa64_push_dummy_call): New function.
10716 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
10717 disabled.
10718
10719 * infcall.c (legacy_push_dummy_code): Don't call deprecated
10720 FIX_CALL_DUMMY when push_dummy_call is available.
10721 (call_function_by_hand, push_dummy_code): Ditto.
10722
10723 2004-02-22 Andrew Cagney <cagney@redhat.com>
10724
10725 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
10726 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
10727 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
10728 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
10729 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
10730 call_dummy_location to ON_STACK.
10731
10732 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10733
10734 * x86-64-linux-tdep.c: Tweak comment.
10735 (amd64_linux_supply_gregset): Renamed from
10736 x86_64_linux_supply_gresget.
10737 (amd64_linux_fill_gregset): Renamed from
10738 x86_64_linux_fill_gregset.
10739 (fetch_core_registers): Adjust for renamed functions.
10740 (amd64_core_fns): Renamed from x86_64_core_fns.
10741 (amd64_linux_sigtramp_start): Renamed from
10742 x86_64_linux_sigtramp_start.
10743 (amd64_linux_pc_in_sigtramp): Renamed from
10744 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
10745 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
10746 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
10747 (amd64_linux_sigcontext_addr): Renamed from
10748 x86_64_linux_sigcontext_addr.
10749 (amd64_linux_sc_reg_offset): Renamed from
10750 x86_64_linux_sc_reg_offset.
10751 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
10752 Adjust for renamed functions and variables.
10753 (_initialize_amd64_linux_tdep): Renamed from
10754 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
10755 variables.
10756 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
10757 Adjust for renamed functions.
10758
10759 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
10760 from x86_64_linux_gregset64_reg_offset.
10761 (amd64_linux_gregset32_reg_offset): Rename from
10762 x86_64_linux_gregset64_reg_offset.
10763 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
10764 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
10765 (amd64_linux_dr_set_control): Renamed from
10766 x86_64_linux_dr_set_control. Adjust for renamed functions.
10767 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
10768 Adjust for renamed functions.
10769 (amd64_linux_dr_reset_addr): Renamed from
10770 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
10771 (amd64_linux_dr_get_status): Renamed from
10772 x86_64_linux_dr_get_status. Adjust for renamed functions.
10773 (_initialize_amd64_linux_nat): Renamed from
10774 _initialize_x86_64_linux_nat. Adjust for renamed variables and
10775 functions.
10776 * config/i386/nm-x86-64linux.h: Update copyright year.
10777 Adjust for renamed functions.
10778
10779 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
10780 amd64fbsd_sigtramp_start.
10781 (amd64fbsd_sigtramp_end_addr): Renamed from
10782 amd64fbsd_sigtramp_end.
10783 (amd64fbsd_init_abi): Adjust for renamed variables.
10784 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
10785 variables.
10786 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
10787 amd64fbsd_sigtramp_start.
10788 (amd64fbsd_sigtramp_end_addr): Renamed from
10789 amd64fbsd_sigtramp_end.
10790
10791 2004-02-22 Andrew Cagney <cagney@redhat.com>
10792
10793 * hppa-tdep.c (hppa32_return_value): New function.
10794 (hppa64_return_value): New function.
10795 (hppa_gdbarch_init): Set return_value; keep disabled.
10796
10797 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
10798 struct-return and inferior function call methods.
10799
10800 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10801 "frame-base.h".
10802 (struct hppa_frame_cache): Define.
10803 (hppa_frame_cache, hppa_frame_this_id): New functions.
10804 (hppa_frame_prev_register): New function.
10805 (hppa_frame_unwind, hppa_frame_base): New variables.
10806 (hppa_frame_unwind_sniffer): New function.
10807 (hppa_frame_base_address, hppa_unwind_pc): New function.
10808 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
10809 sniffer, and frame base sniffer; keep disabled.
10810 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
10811 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
10812
10813 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
10814 to predicates for "seriously old code".
10815
10816 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
10817 runtime if(0).
10818
10819 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
10820 unsigned.
10821 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
10822
10823 * config/pa/tm-hppa.h: Update copyright.
10824 (DEPRECATED_INIT_FRAME_PC): Delete macro.
10825 (deprecated_init_frame_pc_default): Delete declaration.
10826 (hppa_frame_init_saved_regs): Delete declaration.
10827 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10828 * hppa-tdep.c: Include "arch-utils.h".
10829 (hppa_gdbarch_init): Set deprecated init_frame_pc
10830 and deprecated frame_init_saved_regs.
10831 (hppa_frame_init_saved_regs): Make static.
10832
10833 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10834
10835 Remove old 386BSD support.
10836 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
10837 * configure.host: Remove i[34567]86-*-bsd*.
10838 * configure.tgt: Remove i[34567]86-*-bsd*.
10839 * i386b-nat.c: Removed.
10840 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
10841 (i386b-nat.o): Remove dependencies.
10842
10843 * config/i386/i386bsd.mh: Removed.
10844 * config/i386/i386bsd.mt: Removed.
10845 * config/i386/nm-i386bsd.h: Removed.
10846 * config/i386/tm-i386bsd.h: Removed.
10847 * config/i386/xm-i386bsd.h: Removed.
10848
10849 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
10850
10851 * amd64fbsd-tdep.c: Include "solib-svr4.h".
10852 (amd64fbsd_init_abi): Set link map offsets.
10853 * amd64nbsd-tdep.c: Include "slib-svr4.h".
10854 (amd64nbsd_init_abi): Set link map offsets.
10855 * amd64obsd-tdep.c: Include "solib-svr4.h".
10856 (amd64obsd_init_abi): Set link map offsets.
10857 * i386fbsd-tdep.c: Include "solib-svr4.h".
10858 (i386fbsd_init_abi): Set link map offsets.
10859 * i386nbsd-tdep.c: Include "solib-svr4.h".
10860 (i386nbsdelf_init_abi): Set link map offsets.
10861 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
10862 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
10863 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
10864 solib-legacy.o and core-aout.o. Reformat.
10865 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
10866 solib-svr4.o, solib-legacy.o. Reformat.
10867 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
10868 * config/i386/nbsdelf.mh: Reformat.
10869 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
10870 solib-svr4.o, solib-legacy.o and corelow.o.
10871 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
10872 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
10873 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
10874 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10875 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10876 (TM_FILE): Set to tm-fbsd.h.
10877 * config/i386/nbsd.mt (TDEPFILES): Reformat.
10878 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
10879 solib-svr4.o.
10880 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
10881 solib-svr4.o.
10882 (TM_FILE): Set to nm-nbsd.h.
10883 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
10884 Simplify shared library support. Don't include "elf/common.h".
10885 (SVR4_SHARED_LIBS): Don't define.
10886 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
10887 "solib.h".
10888 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
10889 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
10890 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
10891 Don't include "i386/tm-i386.h". Include "solib.h".
10892 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
10893 Don't include "i386/tm-i386.h".
10894 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
10895 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
10896 Include "i386/xm-i386.h".
10897 (HOST_LONG_DOUBLE_FORMAT): Remove.
10898
10899 Fix OpenBSD/i386 sigtramp recognition.
10900 * i386-tdep.h: Update copyright year.
10901 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
10902 (i386bsd_sigtramp_end): New prototypes.
10903 (i386fbsd_sigtramp_start_addr): Renamed from
10904 i386fbsd_sigtramp_start.
10905 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10906 (i386obsd_sigtramp_start_addr): Renamed from
10907 i386obsd_sigtramp_start.
10908 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10909 * i386bsd-tdep.c: Update copyright year.
10910 (i386bsd_pc_in_sigtramp): Make public.
10911 * i386fbsd-nat.c: Update copyright year.
10912 (_initialize_i386fbsd_nat): Adjust for renamed variables.
10913 * i386fbsd-tdep.c: Update copyright year.
10914 (i386fbsd_sigtramp_start_addr): Renamed from
10915 i386fbsd_sigtramp_start.
10916 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10917 (i386fbsdaout_init_abi): Adjust for renamed variables.
10918 * i386obsd-nat.c: Update copyright year.
10919 (_initialize_i386obsd_nat): Adjust for renamed variables.
10920 * i386obsd-tdep.c: Include "target.h".
10921 (i386obsd_page_size): New variable.
10922 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
10923 (i386obsd_sigtramp_end): New functions.
10924 (i386obsd_sigtramp_start_addr): Renamed from
10925 i386obsd_sigtramp_start.
10926 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10927 (i386obsd_init_abi): Adjust for renamed variables. Set
10928 pc_in_sigtramp, sigtramp_start and sigtramp_end.
10929 * Makefile.in (i386obsd-tdep.o): Update dependencies.
10930
10931 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
10932 trampoline change in OpenBSD kernel.
10933
10934 * amd64-nat.c: Update copyright year.
10935 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
10936 architecture from REGCACHE.
10937
10938 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
10939 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
10940
10941 2004-02-21 Mark Kettenis <kettenis@gnu.org>
10942
10943 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
10944 i[34567]86-*-openbsd3.[0-3].
10945 * config/i386/obsdaout.mh: New file.
10946
10947 * config/i386/obsd.mh (MH_FLAGS): Remove.
10948
10949 Fix PR build/1549.
10950 * i386obsd-tdep.c: Update copyright years. Include
10951 "solib-svr4.h".
10952 (i386obsd_init_abi): Don't set regset_from_core_section here.
10953 (i386obsd_aout_init_abi): New function. Set
10954 regset_from_core_section here.
10955 (i386obsd_elf_init_abi): New function.
10956 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
10957 * Makefile.in (i386obsd-tdep.o): Update dependecies.
10958 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
10959 (TM_FILE): Set to tm-nbsd.h.
10960
10961 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
10962 solib-sunos.o.
10963
10964 * solib-svr4.h: Update copyright year.
10965 (svr4_ilp32_fetch_link_map_offsets)
10966 (svr4_lp64_fetch_link_map_offsets): New prototype.
10967 * solib-svr4.c: Update copyright year.
10968 (svr4_ilp32_fetch_link_map_offsets)
10969 (svr4_lp64_fetch_link_map_offsets): New function.
10970
10971 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
10972
10973 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
10974 to the partial symbol table.
10975
10976 2004-02-20 J. brobecker <brobecker@gnat.com>
10977
10978 * PROBLEMS: Add description of problem documented under gdb/1560.
10979
10980 2004-02-20 Mark Kettenis <kettenis@gnu.org>
10981
10982 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
10983 comments.
10984 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
10985 functions.
10986 (amd64obsd_init_abi): Reorder initializations. Use
10987 amd64obsd_r_reg_offset to initialize the general-purpose register
10988 set details. Set regset_from_core_section.
10989 (_initialize_amd64obsd_tdep): Rename from
10990 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
10991 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
10992 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
10993
10994 * NEWS (New native configurations): Mention OpenBSD/alpha.
10995 * configure.tgt: Add alpha*-*-openbsd*.
10996 * configure.host: Add alpha*-*-openbsd*.
10997 * alphanbsd-tdep.c: Update copyright year.
10998 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
10999
11000 2004-02-20 Andrew Cagney <cagney@redhat.com>
11001
11002 Fix PR tdep/1372.
11003 * configure.tgt: Delete target "none-*-*".
11004 * configure.host: Delete host "none-*-*".
11005 * config/none/none.mh: Delete file.
11006 * config/none/none.mt: Delete file.
11007 * config/none/xm-none.h: Delete file.
11008 * config/none/tm-none.h: Delete file.
11009 * config/none/nm-none.h: Delete file.
11010
11011 2004-02-19 Fred Fish <fnf@redhat.com>
11012
11013 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11014 cache->uses_fp prior to setting it.
11015
11016 2004-02-19 Fred Fish <fnf@redhat.com>
11017
11018 Fix for PR breakpoint/1558.
11019 * sh-tdep.c (IS_JSR): New macro.
11020 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11021
11022 2004-02-19 Jim Blandy <jimb@redhat.com>
11023
11024 * findvar.c (value_from_register): Doc fix.
11025
11026 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
11027
11028 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11029 type being greater than sizeof of host's LONGEST. Always use
11030 unpack_long() unless format 'f' chosen.
11031
11032 2004-02-19 Joel Brobecker <brobecker@gnat.com>
11033
11034 Committed by Elena Zannoni <ezannoni@redhat.com>
11035
11036 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11037 contains a symbol wich is the best, non-exact match for the given
11038 pc. Update comments.
11039
11040 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
11041
11042 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11043 macro, which was part of the now removed Mach 3 port.
11044 * utils.c (request_quit): Ditto.
11045
11046 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11047
11048 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11049 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11050
11051 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11052
11053 Committed by Mark Kettenis <kettenis@gnu.org>.
11054
11055 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11056 Define.
11057
11058 2004-02-18 Andrew Cagney <cagney@redhat.com>
11059
11060 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11061 CONFIG_INSTALL and CONFIG_UNINSTALL.
11062 * configure: Re-generate.
11063 * interps.h (INTERP_TUI): Define.
11064 * Makefile.in: Update dependencies.
11065 (TUI): New macro.
11066 (tui-main.o): Specify dependencies.
11067 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11068 * tui/tui-main.c: New file.
11069
11070 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11071
11072 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11073 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11074 dependencies.
11075 * configure.host: Add x86_64-*-openbsd*.
11076 * configure.tgt: Add x86_64-*-openbsd*.
11077 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11078
11079 * tui/tui.c: Don't include <malloc.h>.
11080
11081 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11082 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11083 amd64nbsd-tdep.c.
11084
11085 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
11086 static. Remove extraneous whitespace.
11087 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11088 static.
11089
11090 2004-02-17 Jim Blandy <jimb@redhat.com>
11091
11092 * findvar.c (value_from_register): Doc fix.
11093
11094 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11095
11096 Committed by Jim Blandy <jimb@redhat.com>.
11097
11098 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
11099 CORE_ADDR as type for selectors. Correct types for GNU run time
11100 message lookup function to use double indirection.
11101 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11102 * objc-lang.h (lookup_child_selector): Adapt prototype.
11103
11104 * s390-nat.c (SUBOFF): New macro.
11105 (supply_gregset, fill_gregset): Use it to handle debugging
11106 of 32-bit exectuables running under a 64-bit kernel.
11107 * s390-tdep.c: Include "solib-svr4.h".
11108 (s390_svr4_fetch_link_map_offset): New function.
11109 (s390x_svr_fetch_link_map_offset): Likewise.
11110 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11111 * Makefile.in (s390-tdep.o): Update dependencies.
11112
11113 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11114 "frame-unwind.h".
11115 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11116 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11117 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11118 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11119 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11120 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
11121 S390_SIGNAL_FRAMESIZE,
11122 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11123 (struct frame_extra_info): Remove.
11124 (s390_memset_extra_info): Remove.
11125 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11126 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11127 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
11128 (is_rse): Renamed to ...
11129 (is_rsy): ... this. Support long displacements.
11130 (is_rxe): Renamed to ...
11131 (is_rxy): ... this. Support long displacements.
11132 (compute_x_addr): Support long displacements.
11133 (struct s390_prologue_data): New data type.
11134 (s390_on_stack): Change API to use struct s390_prologue_data.
11135 (s390_store): Reimplement.
11136 (s390_load): New function.
11137 (s390_get_signal_frame_info): Remove.
11138 (s390_get_frame_info): Remove, replace by ...
11139 (s390_analyze_prolog): ... this new function.
11140 (s390_check_function_end): Remove.
11141 (s390_function_start): Remove.
11142 (s390_frameless_function_invokation): Remove.
11143 (s390_is_sigreturn): Remove.
11144 (s390_init_frame_pc_first): Remove.
11145 (s390_init_frame_extra_info): Remove.
11146 (s390_frame_init_saved_regs): Remove.
11147 (s390_frame_saved_pc_nofix): Remove.
11148 (s390_frame_saved_pc): Remove.
11149 (s390_frame_chain): Remove.
11150 (s390_fp_regnum, s390_read_fp): Remove.
11151 (s390_pop_frame_regular, s390_pop_frame): Remove.
11152 (s390_saved_pc_after_call): Remove.
11153 (s390_skip_prologue): Reimplement.
11154 (s390_in_function_epilogue_p): Support long displacements.
11155 (struct s390_unwind_cache): New data structure.
11156 (s390_frame_unwind_cache): New function.
11157 (s390_prologue_frame_unwind_cache): Likewise.
11158 (s390_backchain_frame_unwind_cache): Likewise.
11159 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11160 (s390_frame_unwind): Define.
11161 (s390_frame_sniffer): New function.
11162 (struct s390_pltstub_unwind_cache): New data structure.
11163 (s390_pltstub_frame_unwind_cache): New function.
11164 (s390_pltstub_frame_this_id): Likewise.
11165 (s390_pltstub_frame_prev_register): Likewise.
11166 (s390_pltstub_frame_unwind): Define.
11167 (s390_pltstub_frame_sniffer): New function.
11168 (struct s390_sigtramp_unwind_cache): New data structure.
11169 (s390_sigtramp_frame_unwind_cache): New function.
11170 (s390_sigtramp_frame_this_id): Likewise.
11171 (s390_sigtramp_frame_prev_register): Likewise.
11172 (s390_sigtramp_frame_unwind): Define.
11173 (s390_sigtramp_frame_sniffer): New function.
11174 (s390_frame_base_address, s390_local_base_address): New functions.
11175 (s390_frame_base): Define.
11176 (s390_unwind_pc, s390_unwind_sp): New function.
11177 (s390_push_dummy_call): Use new frame base location.
11178 (s390_unwind_dummy_id): Likewise.
11179 (s390_gdbarch_init): Remove calls to:
11180 set_gdbarch_frameless_function_invocation,
11181 set_gdbarch_deprecated_init_frame_pc,
11182 set_gdbarch_deprecated_frame_chain,
11183 set_gdbarch_deprecated_frame_init_saved_regs,
11184 set_gdbarch_deprecated_pop_frame,
11185 set_gdbarch_deprecated_init_extra_frame_info,
11186 set_gdbarch_deprecated_init_frame_pc_first,
11187 set_gdbarch_deprecated_target_read_fp,
11188 set_gdbarch_deprecated_frame_saved_pc,
11189 set_gdbarch_deprecated_saved_pc_after_call,
11190 set_gdbarch_deprecated_fp_regnum.
11191 Add calls to:
11192 set_gdbarch_in_solib_call_trampoline,
11193 frame_unwind_append_sniffer,
11194 frame_base_set_default,
11195 set_gdbarch_unwind_pc,
11196 set_gdbarch_unwind_sp.
11197 * Makefile.in (s390-tdep.o): Update dependencies.
11198
11199 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11200 (S390_STACK_FRAME_OVERHEAD): Remove.
11201 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11202 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11203 (s390_promote_integer_argument): Remove.
11204 (s390_cannot_extract_struct_value_address): Remove.
11205 (s390_use_struct_convention, s390_store_struct_return): Remove.
11206 (s390_extract_return_value, s390_store_return_value): Remove.
11207 (s390_return_value_convention, s390_return_value): New functions.
11208 (is_float_singleton): Handle typedefs.
11209 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
11210 Remove, replace by ...
11211 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11212 s390_function_arg_integer): ... these new functions.
11213 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11214 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11215 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11216 Fill in tdep->abi.
11217 Remove calls to:
11218 set_gdbarch_deprecated_store_struct_return,
11219 set_gdbarch_deprecated_extract_return_value,
11220 set_gdbarch_deprecated_store_return_value,
11221 set_gdbarch_use_struct_convention,
11222 set_gdbarch_extract_struct_value_address,
11223 set_gdbarch_deprecated_pc_in_call_dummy,
11224 set_gdbarch_deprecated_push_arguments,
11225 set_gdbarch_deprecated_save_dummy_frame_tos,
11226 set_gdbarch_deprecated_push_return_address,
11227 set_gdbarch_deprecated_sizeof_call_dummy_words,
11228 set_gdbarch_deprecated_call_dummy_words,
11229 set_gdbarch_deprecated_dummy_write_sp.
11230 Add calls to:
11231 set_gdbarch_push_dummy_call,
11232 set_gdbarch_unwind_dummy_id,
11233 set_gdbarch_return_value.
11234
11235 * config/s390/nm-linux.h: Update comments.
11236 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
11237 (STOPPED_BY_WATCHPOINT): Redefine.
11238 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
11239 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
11240 (s390_stopped_by_watchpoint): Likewise.
11241 (watch_area_cnt): Remove.
11242 * s390-nat.c: Update comments.
11243 (watch_area): Remove typedef.
11244 Global replace watch_area by struct watch_area.
11245 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
11246 (s390_stopped_by_watchpoint): Remove pid argument,
11247 use s390_inferior_tid. Add short-cut for the no watchpoint case.
11248 (s390_fix_watch_points): Remove pid argument,
11249 use s390_inferior_tid. Recompute area spanned by watchpoints.
11250 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
11251 argument. Reimplement.
11252
11253 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
11254 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
11255 (FETCH_INFERIOR_REGISTERS): Define.
11256 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
11257 core-regset.o.
11258 * config/s390/s390x.mt: Remove.
11259 * config/s390/tm-s390.h: Remove.
11260 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
11261 (TARGET_ELF64): Remove.
11262 (SKIP_TRAMPOLINE_CODE): Do not undefine.
11263 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
11264 s390*-*-* case; always set gdb_target to s390.
11265 * regformats/reg-s390.dat: Remove control registers.
11266 * regformats/reg-s390x.dat: Likewise.
11267 * s390-tdep.h: New file.
11268 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
11269 Include "inferior.h" and "s390-tdep.h".
11270 Remove private definition of offsetof.
11271 (s390_register_u_addr): Remove.
11272 (regmap_gregset, regmap_fpregset): Define.
11273 (supply_gregset, fill_gregset): Reimplement.
11274 (supply_fpregset, fill_fpregset): Likewise.
11275 (s390_inferior_tid): New function.
11276 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
11277 (fetch_inferior_registers, store_inferior_registers): Likewise.
11278 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
11279 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
11280 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
11281 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
11282 (struct gdbarch_tdep): Define.
11283 (struct s390_register_info): Define.
11284 (s390_register_info): New variable.
11285 (s390_register_name): Reimplement.
11286 (s390_register_type): New function.
11287 (s390_register_raw_size, s390x_register_raw_size): Remove.
11288 (s390_cannot_fetch_register): Remove.
11289 (s390_register_byte): Remove.
11290 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
11291 (s390_dwarf_regmap): New variable.
11292 (s390_dwarf_reg_to_regnum): New function.
11293 (s390_stab_reg_to_regnum): Remove.
11294 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
11295 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
11296 (s390_convert_register_p): Likewise.
11297 (s390_register_to_value, s390_value_to_register): Likewise.
11298 (s390_register_reggroup_p): Likewise.
11299 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
11300 s390_gregset, s390x_gregset, s390_fpregset): New variables.
11301 (s390_supply_regset, s390_regset_from_core_section): New functions.
11302 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
11303 (S390_FPR_SIZE): Likewise.
11304 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
11305 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
11306 (S390_NUM_GPRS): Move here from tm-s390.h.
11307 (S390_NUM_FPRS): Likewise.
11308 (s390_in_function_epilogue_p): New function.
11309 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
11310 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
11311 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
11312 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
11313 Replace S390_FP_REGNUM by S390_SP_REGNUM.
11314 Remove calls to:
11315 set_gdbarch_deprecated_max_register_raw_size,
11316 set_gdbarch_deprecated_max_register_virtual_size,
11317 set_gdbarch_deprecated_register_byte,
11318 set_gdbarch_cannot_fetch_register,
11319 set_gdbarch_cannot_store_register,
11320 set_gdbarch_deprecated_register_size,
11321 set_gdbarch_deprecated_register_raw_size,
11322 set_gdbarch_deprecated_register_virtual_size,
11323 set_gdbarch_deprecated_register_virtual_type,
11324 set_gdbarch_deprecated_register_bytes.
11325 Add calls to:
11326 set_gdbarch_num_pseudo_regs,
11327 set_gdbarch_register_type,
11328 set_gdbarch_convert_register_p,
11329 set_gdbarch_register_to_value,
11330 set_gdbarch_value_to_register,
11331 set_gdbarch_register_reggroup_p,
11332 set_gdbarch_regset_from_core_section,
11333 set_gdbarch_pseudo_register_read,
11334 set_gdbarch_pseudo_register_write,
11335 set_gdbarch_in_function_epilogue_p.
11336 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
11337 (s390_tdep_h): New variable.
11338
11339 2004-02-17 Jim Blandy <jimb@redhat.com>
11340
11341 * findvar.c (value_from_register): If the type has no length, just
11342 return an acceptable value --- don't report an internal error.
11343
11344 * stabsread.c (read_type): If we find any type numbers that are
11345 forward references, complain if the references aren't resolved by
11346 the time we're finished reading.
11347 (cleanup_undefined_types): Make error message more appropriate for
11348 a complaint.
11349
11350 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11351
11352 * Makefile.in (defs_h): Remove dependency on progress_h.
11353 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
11354 progress.h.
11355 * main.c (captured_main): Delete use of START_PROGRESS and
11356 END_PROGRESS.
11357
11358 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11359
11360 * objfiles.c (terminate_minimal_symbol_table): Add back
11361 initialization of MSYMBOL_TYPE.
11362
11363 2004-02-17 David Mosberger <davidm@hpl.hp.com>
11364
11365 Committed by Andrew Cagney.
11366 * Makefile.in (ia64_tdep_h): New macro.
11367 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
11368 (ia64-tdep.o): Likewise.
11369 * ia64-tdep.h: New file.
11370 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
11371 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
11372 (ia64_aix_sigcontext_register_address): Likewise.
11373 (ia64_linux_getunwind_table): Delete declaration.
11374 * ia64-linux-tdep.c: Likewise.
11375
11376 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
11377
11378 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
11379 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
11380 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
11381
11382 2004-02-17 Andrew Cagney <cagney@redhat.com>
11383
11384 * symtab.c (skip_prologue_using_sal): New function.
11385 * symtab.h (skip_prologue_using_sal): Declare.
11386 * frv-tdep.c: Include "symtab.h".
11387 (skip_prologue_using_sal): Delete function.
11388 * mips-tdep.c (skip_prologue_using_sal): Delete function.
11389 * rs6000-tdep.c (refine_prologue_limit): Mention
11390 skip_prologue_using_sal.
11391 * ia64-tdep.c (refine_prologue_limit): Ditto.
11392 * Makefile.in: Update dependencies.
11393
11394 2004-02-16 Andrew Cagney <cagney@redhat.com>
11395
11396 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
11397 START_INFERIOR_TRAPS_EXPECTED.
11398 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
11399 START_INFERIOR_TRAPS_EXPECTED.
11400 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
11401 Delete macro.
11402 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
11403 macro, moved to "nm-osf.h". Update copyright.
11404 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
11405 update copyright.
11406
11407 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
11408 and function replacing FRAMELESS_FUNCTION_INVOCATION.
11409 * blockframe.c (legacy_frameless_look_for_prologue): Rename
11410 frameless_look_for_prologue.
11411 * frame.h (legacy_frameless_look_for_prologue): Rename
11412 frameless_look_for_prologue.
11413 * gdbarch.h, gdbarch.c: Re-generate.
11414 * sh64-tdep.c (sh64_gdbarch_init): Update.
11415 * sh-tdep.c (sh_gdbarch_init): Update.
11416 * s390-tdep.c (s390_gdbarch_init): Update.
11417 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11418 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11419 * m68k-tdep.c (m68k_gdbarch_init): Update.
11420 (delta68_frame_args_address): Update.
11421 * m32r-tdep.c (m32r_gdbarch_init): Update.
11422 * hppa-tdep.c (hppa_gdbarch_init): Update.
11423 * h8300-tdep.c (h8300_gdbarch_init): Update.
11424 * frv-tdep.c (frv_gdbarch_init): Update.
11425 (frv_frameless_function_invocation): Update.
11426 * cris-tdep.c (cris_gdbarch_init): Update.
11427 (cris_frameless_function_invocation): Update.
11428 * avr-tdep.c (avr_gdbarch_init): Update.
11429 * arm-tdep.c (arm_gdbarch_init): Update.
11430 * stack.c (frame_info): Update, call predicate.
11431 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
11432 * frame.c (legacy_get_prev_frame): Update, call predicate..
11433 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
11434 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
11435 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
11436 invocation.
11437 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11438 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11439 * vax-tdep.c (vax_gdbarch_init): Ditto.
11440
11441 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
11442 function.
11443
11444 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
11445
11446 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
11447 initializations.
11448
11449 2004-02-16 Andrew Cagney <cagney@redhat.com>
11450
11451 * tui/tui-windata.c: Include "gdb_string.h".
11452 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
11453 * tui/tui-layout.c, tui/tui-command.c: Ditto.
11454 * Makefile.in: Update dependencies.
11455
11456 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
11457
11458 * Makefile.in (infrun.o): Add $(gdb_assert_h).
11459 * infrun.c: Include "gdb_assert.h".
11460 (singlestep_ptid, saved_singlestep_ptid)
11461 (stepping_past_singlestep_breakpoint): New variables.
11462 (resume): Set singlestep_ptid. Check for singlestep thread
11463 hop.
11464 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
11465 (handle_inferior_event): Handle singlestep thread hop.
11466
11467 2004-02-16 Andrew Cagney <cagney@redhat.com>
11468
11469 * dwarf2-frame.c (dwarf2_frame_ops): New function.
11470 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
11471 (dwarf2_frame_init_reg): Ditto.
11472
11473 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
11474 suggested by Joshua Neuheisel
11475
11476 * configure.in: Always check for curses, including pdcurses.
11477 Warn, instead of error, when no curses are found. Enable TUI when
11478 curses is available.
11479 * configure: Re-generate.
11480
11481 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
11482
11483 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
11484 sh_sh4_register_convert_to_virtual.
11485 (sh_register_convert_to_raw): Rename from
11486 sh_sh4_register_convert_to_raw.
11487 (sh_pseudo_register_read): Accomodate above name change.
11488 (sh_pseudo_register_write): Ditto.
11489
11490 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
11491
11492 * sh-tdep.c (sh_generic_register_name): Remove.
11493 (sh_gdbarch_init): Use sh_sh_register_name in default case.
11494
11495 2004-02-15 Andrew Cagney <cagney@redhat.com>
11496
11497 * configure.in (build_warnings): Add -Wunused-function.
11498 * configure: Re-generate.
11499
11500 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
11501 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
11502
11503 * procfs.c (procfs_init_inferior): Assume that
11504 START_INFERIOR_TRAPS_EXPECTED is defined.
11505 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
11506 * config/ns32k/tm-nbsd.h: Delete file,
11507 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
11508
11509 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
11510 * config/vax/tm-vax.h: Delete file.
11511
11512 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11513 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11514 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11515 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11516 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
11517 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11518 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
11519
11520 2004-02-15 Mark Kettenis <kettenis@gnu.org>
11521
11522 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
11523 * dwarf2-frame.c (dwarf2_frame_data): New variable.
11524 (struct dwarf2_frame_ops): New.
11525 (dwarf2_frame_default_init_reg): New function, based on
11526 dwarf2_frame_init_reg.
11527 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
11528 (dwarf2_frame_init_reg): Call architecture-specific function.
11529 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
11530 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
11531 instead of dwarf2_frame_data.
11532 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
11533 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
11534
11535 2004-02-15 Andrew Cagney <cagney@redhat.com>
11536
11537 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
11538 register_gdbarch_swap.
11539 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
11540 * f-lang.c (_initialize_f_language): Update, use
11541 DEPRECATED_REGISTER_GDBARCH_SWAP.
11542 * remote.c (_initialize_remote): Ditto.
11543 * regcache.c (_initialize_regcache): Ditto.
11544 * parse.c (_initialize_parse): Ditto.
11545 * infrun.c (_initialize_infrun): Ditto.
11546 * mi/mi-main.c (_initialize_mi_main): Ditto.
11547 * gdbtypes.c (_initialize_gdbtypes): Ditto.
11548
11549 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
11550 poking .cacheable directly.
11551 * symfile.c (symfile_bfd_open): Ditto.
11552
11553 * Makefile.in: Update all dependencies.
11554
11555 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
11556 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
11557 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
11558 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
11559 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
11560
11561 2004-02-14 Andrew Cagney <cagney@redhat.com>
11562
11563 * arch-utils.c (legacy_convert_register_p): Check
11564 DEPRECATED_REGISTER_CONVERTIBLE_P.
11565 * findvar.c (value_of_register): Ditto.
11566
11567 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
11568 * gdbarch.h, gdbarch.c: Re-generate.
11569 * arch-utils.c (deprecated_register_convertible_not): Delete.
11570 * arch-utils.h (deprecated_register_convertible_not): Delete.
11571 * mi/mi-main.c (get_register): Update. Update copyright.
11572 * infcmd.c (default_print_registers_info): Update.
11573
11574 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11575 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
11576 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
11577 * gdbarch.h, gdbarch.c: Re-generate.
11578 * frame.c (deprecated_get_next_frame_hack): Delete function.
11579 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
11580 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
11581 Update.
11582 * infcall.c (call_function_by_hand): Update.
11583
11584 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
11585
11586 * symfile.c (init_entry_point_info, entry_point_address): Move
11587 from here...
11588 * objfiles.c (init_entry_point_info, entry_point_address):..to
11589 here.
11590 * symfile.h (init_entry_point_info, entry_point_address): Remove
11591 prototypes.
11592 * objfiles.h (init_entry_point_info, entry_point_address):Add
11593 prototypes.
11594 * cris-tdep.c: Remove include of symfile.h. Add include of
11595 objfiles.h.
11596 * infcall.c: Ditto.
11597 * mcore-tdep.c: Ditto.
11598 * mn10300-tdep.c: Ditto.
11599 * sh64-tdep.c: Ditto.
11600 * v850-tdep.c: Ditto.
11601 * arm-tdep.c: Remove include of symfile.h.
11602 * blockframe.c: Ditto.
11603 * coffread.c: Ditto.
11604 * dbxread.c: Ditto.
11605 * dwarf2read.c: Ditto.
11606 * dwarfread.c: Ditto.
11607 * frv-tdep.c: Ditto.
11608 * ia64-tdep.c: Ditto.
11609 * mdebugread.c: Ditto.
11610 * mipsread.c: Ditto.
11611 * rs6000-tdep.c: Ditto.
11612 * s390-tdep.c: Ditto.
11613 * sh-tdep.c: Ditto.
11614 * xstormy16-tdep.c: Ditto.
11615 * gdbarch.sh: Remove include of symfile.h.
11616 * gdbarch.c: Regenerate.
11617 * solib-irix.c (enable_break): Use entry_point_address().
11618 Add comment about include file.
11619 * xcoffread.c: Add comment about include file.
11620 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
11621 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
11622 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
11623 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
11624 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
11625
11626 2004-02-13 Andrew Cagney <cagney@redhat.com>
11627
11628 * corelow.c (core_xfer_partial): Use "struct bfd_section".
11629 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
11630 copyright.
11631 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
11632
11633 2004-02-12 Fred Fish <fnf@redhat.com>
11634
11635 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
11636 set_gdbarch_store_return_value.
11637
11638 2004-02-12 Andrew Cagney <cagney@redhat.com>
11639
11640 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
11641 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
11642 (interrupt_query): Ditto.
11643 (ofunc): Delete unused variable.
11644 * cris-tdep.c (cris_abi): Delete unused function.
11645 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
11646 (cris_get_wide_opcode, cris_get_short_size): Ditto.
11647 (cris_get_asr_quick_shift_steps): Ditto.
11648 (cris_skip_prologue_frameless_p): Ditto.
11649 * arm-tdep.c (arm_push_return_address): Delete unused function.
11650 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
11651 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
11652 * s390-tdep.c (s390_function_start): Delete unused function.
11653
11654 2004-02-12 Andrew Cagney <cagney@redhat.com>
11655
11656 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
11657 gdbarch.h, gdbarch.c: Re-generate.
11658 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
11659 to generic_prologue_frameless_p.
11660 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
11661 * arch-utils.c (generic_prologue_frameless_p): Delete function.
11662
11663 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
11664
11665 * mips-linux-tdep.c: Include "frame.h".
11666 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
11667 (mips_linux_skip_resolver): New functions.
11668 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
11669 and set_gdbarch_in_solib_call_trampoline.
11670 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
11671 to after set_gdbarch_in_solib_return_trampoline. Only set the
11672 solib hooks to mips16 functions if the OS ABI is unknown.
11673 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
11674 including "config/tm-linux.h".
11675 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
11676 * Makefile.in (mips-linux-tdep.o): Update.
11677
11678 2004-02-11 David Carlton <carlton@kealia.com>
11679
11680 * linespec.c (decode_compound): Only look for a class symbol when
11681 considering all but the rightmost component.
11682
11683 2004-02-11 Andrew Cagney <cagney@redhat.com>
11684
11685 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
11686 abi code are are separatly grouped.
11687
11688 2004-02-11 Andrew Cagney <cagney@redhat.com>
11689
11690 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
11691 * gdbarch.h, gdbarch.c: Re-generate.
11692 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11693 * v850-tdep.c (v850_gdbarch_init): Update.
11694 * sh64-tdep.c (sh64_gdbarch_init): Update.
11695 * sh-tdep.c (sh_gdbarch_init): Update.
11696 * s390-tdep.c (s390_gdbarch_init): Update.
11697 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11698 * mips-tdep.c (mips_gdbarch_init): Update.
11699 * mcore-tdep.c (mcore_gdbarch_init): Update.
11700 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11701 * m32r-tdep.c (m32r_gdbarch_init): Update.
11702 * ia64-tdep.c (ia64_gdbarch_init): Update.
11703 * hppa-tdep.c (hppa_gdbarch_init): Update.
11704 * h8300-tdep.c (h8300_gdbarch_init): Update.
11705 * frv-tdep.c (frv_gdbarch_init): Update.
11706 * d10v-tdep.c (d10v_gdbarch_init): Update.
11707 * cris-tdep.c (cris_gdbarch_init): Update.
11708 * avr-tdep.c (avr_gdbarch_init): Update.
11709 * arm-tdep.c (arm_gdbarch_init): Update.
11710 * alpha-tdep.c (alpha_gdbarch_init): Update.
11711
11712 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
11713
11714 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
11715 comma.
11716 (sh_sh4al_dsp_register_name): Ditto.
11717
11718 2004-02-10 Andrew Cagney <cagney@redhat.com>
11719
11720 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
11721 (mips_init_frame_pc_first): Delete function.
11722 (mips_frame_saved_pc): Delete function.
11723 (mips_frame_chain): Delete function.
11724 (mips_init_extra_frame_info): Delete function.
11725 (mips_xfer_register): Delete unused variable "reg".
11726 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
11727 (mips_n32n64_return_value): Delete unused variable "reg".
11728 (mips_n32n64_return_value): Delete unused variable "pos".
11729 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
11730 (mips_o32_return_value): Delete unused variable "pos".
11731 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
11732 (mips_print_fp_register): Delete unused variable "namelen"
11733 (mips_print_fp_register): Delete unused variable "flt2"
11734 (get_frame_pointer): Delete function.
11735 (cached_proc_desc): Delete static variable.
11736 (mips_pop_frame): Delete function.
11737 (mips_find_saved_regs): Delete function.
11738 (mips_get_saved_register): Delete function.
11739 (mips_saved_pc_after_call): Delete function.
11740 (SIGFRAME_BASE): Delete macro.
11741 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
11742 (SIGFRAME_PC_OFF): Delete macro.
11743 (SIGFRAME_REGSAVE_OFF): Delete macro.
11744 (mips_dump_tdep): Do not print deleted macro definitions.
11745
11746 2004-02-10 Andrew Cagney <cagney@redhat.com>
11747
11748 * Makefile.in (SFILES): Remove explictly listed tui files.
11749 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
11750
11751 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
11752
11753 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
11754 to use paddr functions to format ia64 addresses and long values.
11755 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
11756 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
11757 (get_kernel_table, ia64_find_proc_info_x): Ditto.
11758 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
11759 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
11760
11761 2004-02-10 Andrew Cagney <cagney@redhat.com>
11762
11763 * defs.h: Do not include "tui.h".
11764 * gdb_curses.h: New file.
11765 * tui/tui-hooks.h: New file.
11766 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
11767 (tui_install_hooks, tui_remove_hooks): Delete declarations.
11768 (tui_initialize_io): Delete declaration.
11769 (tui_initialize_readline: Delete redundant declaration.
11770 (struct tui_point): Delete definition.
11771 * tui/tui-data.h (struct tui_point): Define.
11772 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
11773 * utils.c: Include "tui/tui.h".
11774 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
11775 * printcmd.c [TUI]: Include "tui/tui.h".
11776 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
11777 * tui/tui-command.c: Include "gdb_curses.h".
11778 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
11779 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
11780 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
11781 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
11782 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
11783 * Makefile.in: Update all dependencies.
11784 (tui_hooks_h, gdb_curses_h): Define.
11785 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
11786
11787 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
11788
11789 * objfiles.h (struct objfile): Remove unused fields auxf1 and
11790 auxf2. Add comments about some other rarely used fields.
11791
11792 2004-02-10 Andrew Cagney <cagney@redhat.com>
11793
11794 * Makefile.in (init.c): Fix script removing duplicates. Problem
11795 reported by Peter Schauer.
11796
11797 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11798
11799 * bcache.c (bcache_xmalloc): Use obstack_init instead of
11800 obstack_specify_allocation.
11801 * objfiles.c (allocate_objfile): Ditto.
11802 * solib-sunos.c (solib_add_common_symbols)
11803 (allocate_rt_common_objfile): Ditto.
11804 * symfile.c (reread_symbols): Ditto.
11805 * gdb_obstack.h: Add comment.
11806
11807 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11808
11809 * linespec.c (decode_line_1, locate_first_half)
11810 (decode_compound, lookup_prefix_sym): Update comments. Delete old
11811 commented out code.
11812
11813 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
11814
11815 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
11816 obstack_free.
11817
11818 2004-02-09 Andrew Cagney <cagney@redhat.com>
11819
11820 * blockframe.c (find_pc_partial_function): If find_pc_overlay
11821 fails, try find_pc_section. Fix PR c++/1267.
11822 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
11823 instead of find_pc_mapped_section.
11824 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
11825 not default to the section containing PC. Fix PR symtab/1519.
11826
11827 2004-02-09 Andrew Cagney <cagney@redhat.com>
11828
11829 * Makefile.in (mips-tdep.o): Update dependencies.
11830 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
11831 "trad-frame.h".
11832 (mips_unwind_pc): Return the pseudo PC register.
11833 (mips_unwind_dummy_id): New function.
11834 (mips16_fetch_instruction): New function.
11835 (mips32_fetch_instruction): New function.
11836 (struct mips_frame_cache): Define.
11837 (mips_mdebug_frame_cache): New function.
11838 (mips_mdebug_frame_this_id): New function.
11839 (mips_mdebug_frame_prev_register): New function.
11840 (mips_mdebug_frame_unwind): Define.
11841 (mips_mdebug_frame_sniffer): New function.
11842 (mips_mdebug_frame_base_address): New function.
11843 (mips_mdebug_frame_base): Define.
11844 (mips_mdebug_frame_base_sniffer): New function.
11845 (mips_gdbarch_init): Append unwind and base sniffers. Set
11846 unwind_dummy_id.
11847
11848 2004-02-08 Andrew Cagney <cagney@redhat.com>
11849
11850 * frame.c: Print both the register number and name.
11851
11852 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
11853 and a sed into a single sed. Make .c and .o patterns more robust.
11854 (OBS): Delete.
11855 (INIT_FILES): Replace OBS with COMMON_OBS.
11856 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
11857
11858 2004-02-08 Mark Kettenis <kettenis@gnu.org>
11859
11860 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
11861 the PT_WCOOKIE request.
11862
11863 2004-02-08 Andrew Cagney <cagney@redhat.com>
11864
11865 * mips-tdep.c (mips_unwind_pc): New function.
11866 (mips_gdbarch_init): Set mips_unwind_pc.
11867
11868 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
11869 (get_frame_id): Allow the UNKNOWN_FRAME.
11870 (frame_register_unwind, get_frame_type): Ditto.
11871
11872 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
11873 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
11874 unwind_dummy_id indicates a legacy frame.
11875
11876 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
11877 * configure: Re-generate.
11878
11879 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
11880 methods.
11881
11882 2004-02-08 Andrew Cagney <cagney@redhat.com>
11883
11884 * configure.in (CONFIG_ALL): Set to Makefile target, and not
11885 makefile macro.
11886 * configure: Re-generate.
11887 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
11888 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
11889 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
11890 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
11891 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
11892 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
11893 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
11894 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
11895 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
11896 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
11897
11898 2004-02-07 Andrew Cagney <cagney@redhat.com>
11899
11900 * Makefile.in: Update all dependencies.
11901
11902 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
11903 * configure: Re-generate.
11904 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
11905 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
11906 (COMMON_OBS): Add "main.o" and "annotate.o".
11907 (ANNOTATE_OBS): Delete.
11908 (OBS): Remove ANNOTATE_OBS.
11909 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
11910 CONFIG_INITS.
11911 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
11912 against CONFIG_OBS and "main.o".
11913 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
11914 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
11915
11916 * tui/tui-command.c: Include "gdb_string.h", delete register
11917 attribute, use ISO-C function signatures.
11918 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
11919 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11920 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
11921 * tui/tui.c: Ditto.
11922
11923 * tui/tui-command.c: Change variable and function names to lower
11924 case.
11925 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
11926 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
11927 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11928 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11929 * tui/tui-winsource.c, tui/tui.c: Ditto.
11930
11931 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11932
11933 * buildsym.c (free_pending_blocks, finish_block)
11934 (record_pending_block, make_blockvector, end_symtab): Replace
11935 symbol_obstack with objfile_obstack.
11936 * coffread.c (process_coff_symbol, coff_read_struct_type)
11937 (coff_read_enum_type): Ditto.
11938 * cp-namespace.c (initialize_namespace_symtab)
11939 (check_one_possible_namespace_symbol): Ditto.
11940 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
11941 (dwarf2_symbol_mark_computed): Ditto.
11942 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
11943 * elfread.c (elf_symtab_read): Ditto.
11944 * hpread.c (hpread_symfile_init, hpread_symfile_init)
11945 (hpread_read_enum_type, hpread_read_function_type)
11946 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
11947 Ditto.
11948 * jv-lang.c (get_java_class_symtab, add_class_symbol)
11949 (java_link_class_type): Ditto.
11950 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
11951 (new_symbol): Ditto.
11952 * minsyms.c (install_minimal_symbols): Ditto.
11953 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
11954 (terminate_minimal_symbol_table): Replace symbol_obstack with
11955 objfile_obstack.
11956 (free_objfile): Remove freeing of symbol_obstack.
11957 * objfiles.h: Remove symbol_obstack field.
11958 * pa64solib.c (add_to_solist): Replace symbol_obstack with
11959 objfile_obstack.
11960 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11961 symbol_obstack.
11962 (solib_add_common_symbols): Replace symbol_obstack with
11963 objfile_obstack.
11964 * somsolib.c (som_solib_add): Ditto.
11965 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
11966 (common_block_start, common_block_end): Ditto.
11967 * symfile.c (reread_symbols): Remove freeing and init of
11968 symbol_obstack.
11969 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
11970 * symfile.h: Update comment.
11971 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
11972 stats printing.
11973 * symtab.c (symbol_set_names): Replace symbol_obstack with
11974 objfile_obstack.
11975 * symtab.h (struct general_symbol_info, struct minimal_symbol):
11976 Update comments.
11977 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
11978 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
11979 objfile_obstack.
11980
11981 2004-02-07 Andrew Cagney <cagney@redhat.com>
11982
11983 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
11984 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
11985 fields and variables.
11986 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
11987 (m_beInvisible): Delete macro.
11988 * tui/tui-data.h: Fix case case fields and variables.
11989 (m_genWinPtrIsNull): Delete macro.
11990 (tui_win_list): Rename winList.
11991 (TUI_SRC_WIN): Rename srcWin.
11992 (TUI_DISASM_WIN): Rename disassemWin.
11993 (TUI_DATA_WIN): Rename dataWin.
11994 (TUI_CMD_WIN): Rename cmdWin.
11995 (m_genWinPtrNotNull): Delete macro.
11996 (m_winPtrIsNull): Delete macro.
11997 (m_winPtrNotNull): Delete macro.
11998 (tui_win_is_source_type): Replace m_winIsSourceType
11999 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12000 (tui_win_has_locator): Replace m_hasLocator.
12001 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12002 m_setWinHighlightOff.
12003 * tui/tui-data.c: Update references.
12004 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12005 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12006 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12007 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12008 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12009 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12010 * tui/tui-winsource.c, tui/tui.c: Ditto.
12011
12012 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12013
12014 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12015 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12016 StackGhost.
12017
12018 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12019 variable `i6' to `i7'.
12020 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12021
12022 2004-02-07 Andrew Cagney <cagney@redhat.com>
12023
12024 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12025 (TuiPoint, TuiPointPtr): Ditto.
12026 (TuiStatus, TuiStatusPtr): Ditto.
12027 (TuiWinType, TuiWinTypePtr): Ditto.
12028 (struct tui_point): Rename _TuiPoint.
12029 (tui_get_low_disassembly_address): Rename
12030 tuiGetLowDisassemblyAddress.
12031 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12032 (tuiFree): Delete declaration.
12033 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12034 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12035 * tui/tui.c (tuiFree): Delete function.
12036 * cli/cli-cmds.c (disassemble_command): Update references.
12037 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12038 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12039 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12040 * tui/tui-winsource.c: Ditto.
12041
12042 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12043
12044 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12045 coffstab_build_psymtabs, elfstab_build_psymtabs)
12046 (stabsect_build_psymtabs): Replace psymbol_obstack with
12047 objfile_obstack.
12048 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12049 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12050 Ditto.
12051 * dwarfread.c (scan_compilation_units): Ditto.
12052 * elfread.c (elfstab_offset_sections): Ditto.
12053 * hppa-tdep.c (read_unwind_info): Ditto.
12054 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12055 (hpread_end_psymtab): Ditto.
12056 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12057 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12058 Ditto.
12059 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
12060 * objfiles.c (add_to_objfile_sections)
12061 (build_objfile_section_table): Ditto.
12062 (allocate_objfile): Remove init of psymbol_obstack.
12063 (free_objfile): Remove freeing of psymbol_obstack.
12064 * objfiles.h (struct objfile): Remove field
12065 psymbol_obstack. Update comments.
12066 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12067 psymbol_obstack with objfile_obstack.
12068 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12069 psymbol_obstack.
12070 * somread.c (som_symfile_offsets, init_import_symbols)
12071 (init_export_symbols): Replace psymbol_obstack with
12072 objfile_obstack.
12073 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12074 * symfile.c (default_symfile_offsets, syms_from_objfile)
12075 (reread_symbols): Remove freeing and init of psymbol_obstack.
12076 (cashier_psymtab): Update comment.
12077 * symmisc.c (print_objfile_statistics): Don't report stats for
12078 psymbol obstack.
12079 * symtab.h (struct general_symbol_info, struct partial_symtab):
12080 Update comments.
12081 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12082 (xcoff_symfile_offsets): Replace psymbol_obstack with
12083 objfile_obstack.
12084
12085 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12086
12087 * objfiles.h (struct objfile): Add objfile_obstack field.
12088 Remove type_obstack field.
12089
12090 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12091 read_structure_scope read_enumeration, new_symbol): Replace
12092 type_obstack with objfile_obstack.
12093 * dwarfread.c (struct_type, enum_type): Ditto.
12094 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
12095 (lookup_fundamental_type): Ditto.
12096 * gdbtypes.h (TYPE_ALLOC): Ditto.
12097 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12098 (hpread_read_doc_function_type, hpread_read_struct_type)
12099 (fix_static_member_physnames, hpread_read_array_type)
12100 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
12101 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
12102 (java_link_class_type): Ditto.
12103 * mdebugread.c (parse_type): Ditto.
12104 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12105 * solib-sunos.c (solib_add_common_symbols): Ditto.
12106 * stabsread.c (define_symbol, read_type, read_member_functions,
12107 read_cpp_abbrev, read_one_struct_field): Ditto.
12108 * symfile.c (reread_symbols): Ditto.
12109 * symmisc.c (print_objfile_statistics): Ditto.
12110
12111 2004-02-07 Andrew Cagney <cagney@redhat.com>
12112
12113 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12114 (tui_exec_info_content): Rename TuiExecInfoContent.
12115 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12116 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12117 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12118 (TuiList, TuiListPtr): Ditto.
12119 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12120 (TuiDataType, TuiDataTypePtr): Ditto.
12121 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12122 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12123 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12124 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12125 (TuiDataElement, TuiDataElementPtr): Ditto.
12126 (TuiWinElement, TuiWinElementPtr): Ditto.
12127 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12128 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12129 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12130 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12131 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12132 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12133 * tui/tui-command.c, tui/tui-data.c: Update references.
12134 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12135 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12136 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12137 * tui/tui-winsource.c, tui/tui.c: Ditto.
12138
12139 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12140
12141 * dwarf2-frame.h: Update copyright.
12142 (enum dwarf2_frame_reg_rule): New.
12143 (struct dwarf2_frame_state_reg): New.
12144 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12145 * dwarf2-frame.c: Update copyright.
12146 (enum dwarf2_reg_rule): Remove.
12147 (struct dwarf2_frame_state): Remove defenition of `struct
12148 dwarf2_frame_state_reg'.
12149 (read_reg): Call get_frame_arch to get the architecture instead of
12150 using CURRENT_GDBARCH.
12151 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12152 DWARF2_FRAME_.
12153 (dwarf2_frame_init_reg): New function.
12154 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12155 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12156 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12157 tags with DWARF2_FRAME_.
12158 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12159 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12160 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12161
12162 2004-02-06 Andrew Cagney <cagney@redhat.com>
12163
12164 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12165 (enum tui_data_type): Rename _TuiDataType.
12166 (struct tui_layout_def): Rename _TuiLayoutDef.
12167 (struct tui_source_element): Rename _TuiSourceElement.
12168 (struct tui_data_element): Rename _TuiDataElement.
12169 (struct tui_command_element): Rename _TuiCommandElement.
12170 (struct tui_locator_element): Rename _TuiLocatorElement.
12171 (union tui_which_element): Define.
12172 (struct tui_win_element): Rename _TuiWinElement.
12173 (struct tui_data_info): Rename _TuiDataInfo.
12174 (struct tui_source_info): Rename _TuiSourceInfo.
12175 (struct tui_command_info): Rename _TuiCommandInfo.
12176 (tui_initialize_static_data): Rename initializeStaticData.
12177 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12178 (tui_alloc_win_info): Rename allocWinInfo.
12179 (tui_init_generic_part): Rename initGenericPart.
12180 (tui_init_win_info): Rename initWinInfo.
12181 (tui_alloc_content): Rename allocContent.
12182 (tui_add_content_elements): Rename addContentElements.
12183 (tui_init_content_element): Rename initContentElement.
12184 (tui_free_window): Rename freeWindow.
12185 (tui_free_win_content): Rename freeWinContent.
12186 (tui_free_data_content): Rename freeDataContent.
12187 (tui_free_all_source_wins_content): Rename
12188 freeAllSourceWinsContent.
12189 (tui_del_window): Rename tuiDelWindow.
12190 (tui_del_data_windows): Rename tuiDelDataWindows.
12191 (tui_partial_win_by_name): Rename partialWinByName.
12192 (tui_win_name): Rename winName.
12193 (tui_current_layout): Rename currentLayout.
12194 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12195 (tui_term_height): Rename termHeight.
12196 (tui_set_term_height_to): Rename setTermHeightTo.
12197 (tui_term_width): Rename termWidth.
12198 (tui_set_term_width_to): Rename setTermWidthTo.
12199 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12200 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12201 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12202 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12203 (tui_source_windows): Rename sourceWindows.
12204 (tui_clear_source_windows): Rename clearSourceWindows.
12205 (tui_clear_source_windows_detail): Rename
12206 clearSourceWindowsDetail.
12207 (tui_clear_win_detail): Rename clearWinDetail.
12208 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12209 (tui_default_tab_len): Rename tuiDefaultTabLen.
12210 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12211 (tui_win_with_focus): Rename tuiWinWithFocus.
12212 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12213 (tui_layout_def): Rename tuiLayoutDef.
12214 (tui_win_resized): Rename tuiWinResized.
12215 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12216 (tui_next_win): Rename tuiNextWin.
12217 (tui_prev_win): Rename tuiPrevWin.
12218 (tui_add_to_source_windows): Rename addToSourceWindows.
12219 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12220 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12221 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12222 * tui/tui.c, tui/tui-data.c: Ditto.
12223 * tui/tui-interp.c, tui/tui-data.c: Ditto.
12224 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12225
12226 * tui/tui-source.h: Update copyright. Include "tui-data.h".
12227 (struct symtab): Declare.
12228 (tui_set_source_content): Rename tuiSetSourceContent.
12229 (tui_show_symtab_source): Rename tuiShowSource.
12230 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
12231 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
12232 * tui/tui-source.c: Update copyright. Update references.
12233 * tui/tui-win.c, tui/tui-winsource.c: Update references.
12234 * tui/tui-stack.c: Update references.
12235
12236 * tui/tui-win.h: Update copyright. Include "tui-data.h".
12237 (struct tui_win_info): Declare.
12238 (tui_scroll_forward): Rename tuiScrollForward.
12239 (tui_scroll_backward): Rename tuiScrollBackward.
12240 (tui_scroll_left): Rename tuiScrollLeft.
12241 (tui_scroll_right): Rename tuiScrollRight.
12242 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
12243 (tui_resize_all): Rename tuiResizeAll.
12244 (tui_refresh_all_win): Rename tuiRefreshAll.
12245 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
12246 * tui/tui-layout.c, * tui/tui-io.c: Update references.
12247 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
12248 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
12249
12250 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
12251 (tui_erase_data_content): Rename tuiEraseDataContent.
12252 (tui_display_all_data): Rename tuiDisplayAllData.
12253 (tui_check_data_values): Rename tuiCheckDataValues.
12254 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
12255 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
12256 (tui_first_data_element_no_in_line): Rename
12257 tuiFirstDataElementNoInLine.
12258 (tui_delete_data_content_windows): Rename
12259 tuiDeleteDataContentWindows.
12260 (tui_refresh_data_win): Rename tuiRefreshDataWin.
12261 (tui_display_data_from): Rename tuiDisplayDataFrom.
12262 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
12263 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
12264 * tui/tui-win.c, tui/tui-regs.c: Update references.
12265 * tui/tui-layout.c, tui/tui.c: Update references.
12266
12267 * tui/tui-wingeneral.h: Update copyright.
12268 (m_allBeVisible): Delete macro.
12269 (m_allBeInvisible): Delete macro.
12270 (struct tui_gen_win_info): Declare.
12271 (struct tui_win_info): Declare.
12272 (tui_unhighlight_win): Rename unhighlightWin.
12273 (tui_make_visible, tui_make_invisible): Replace makeVisible.
12274 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
12275 (tui_make_window): Rename makeWindow.
12276 (tui_copy_win): Rename copyWin.
12277 (tui_box_win): Rename boxWin.
12278 (tui_highlight_win): Rename highlightWin.
12279 (tui_check_and_display_highlight_if_needed): Rename
12280 checkAndDisplayHighlightIfNeeded.
12281 (tui_refresh_all): Rename refreshAll.
12282 (tui_delete_win): Rename tuiDelwin.
12283 (tui_refresh_win): Rename tuiRefreshWin.
12284 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
12285 (tui_make_visible, tui_make_invisible): New functions.
12286 (tui_make_all_visible, tui_make_all_invisible): New functions.
12287 (make_all_visible): Rename makeAllVisible.
12288 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
12289 * tui/tui-data.c, tui/tui-winsource.c: Update references.
12290 * tui/tui-windata.c, tui/tui-win.c: Update references.
12291 * tui/tui-regs.c, tui/tui-layout.c: Update references.
12292 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
12293
12294 2004-02-06 Mark Kettenis <kettenis@gnu.org>
12295
12296 * proc-api.c (write_with_trace): Initialize local variable to
12297 silence compiler warning.
12298
12299 2004-02-06 Andrew Cagney <cagney@redhat.com>
12300
12301 * tui/tui-source.h: Do not include "defs.h".
12302 (struct tui_win_info): Declare.
12303 (tui_set_source_content_nil): Declare.
12304 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
12305 (union tui_line_or_address): Rename _TuiLineOrAddress.
12306 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
12307 (tui_update_source_window): Rename tuiUpdateSourceWindow.
12308 (tui_update_source_window_as_is): Rename
12309 tuiUpdateSourceWindowAsIs.
12310 (tui_update_source_windows_with_addr): Rename
12311 tuiUpdateSourceWindowsWithAddr.
12312 (tui_update_source_windows_with_line): Rename
12313 tuiUpdateSourceWindowsWithLine.
12314 (tui_clear_source_content): Rename tuiClearSourceContent.
12315 (tui_erase_source_content): Rename tuiEraseSourceContent.
12316 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
12317 (tui_show_source_content): Rename tuiShowSourceContent.
12318 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
12319 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
12320 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
12321 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
12322 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
12323 (tui_update_exec_info): Rename tuiUpdateExecInfo.
12324 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
12325 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
12326 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
12327 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
12328 (struct tui_win_info): Declare.
12329 * tui/tui-stack.c: Update references.
12330 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
12331 * tui/tui-win.c, tui/tui-source.c: Ditto.
12332 * tui/tui.c, tui/tui-disasm.c: Ditto.
12333
12334 2004-02-06 Mark Kettenis <kettenis@gnu.org>
12335
12336 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
12337 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
12338
12339 2004-02-05 Mark Kettenis <kettenis@gnu.org>
12340
12341 * infrun.c (handle_inferior_event): Allow for breakpoint
12342 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
12343 and SIGEMT. Update comments.
12344 * NEWS (Revised SPARC target): Mention support for non-executable
12345 stack.
12346
12347 2004-02-04 Mark Kettenis <kettenis@gnu.org>
12348
12349 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
12350 * inftarg.c: Update copyright year.
12351 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
12352 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
12353 (sparc_xfer_wcookie): New function.
12354 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12355 * Makefile.in (sparc-nat.o): Update dependencies.
12356 * config/sparc/nm-nbsd.h: Include "target.h".
12357 (NATIVE_XFER_WCOOKIE): New define.
12358 (sparc_xfer_wcookie): New prototype.
12359
12360 2004-02-04 Andrew Cagney <cagney@redhat.com>
12361
12362 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
12363 SYSCALL_TRAP function.
12364 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
12365
12366 2004-02-04 Andrew Cagney <cagney@redhat.com>
12367 Daniel Jacobowitz <drow@mvista.com>
12368
12369 * objfiles.h: Delete comments refering to inside_entry_func and
12370 DEPRECATED_FRAME_CHAIN_VALID.
12371 * defs.h (inside_entry_func): Update prototype..
12372 * blockframe.c (inside_entry_func): Rename to
12373 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
12374 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
12375
12376 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
12377
12378 * breakpoint.c (struct captured_parse_breakpoint_args): Move
12379 outside of #ifdef SOLIB_ADD region.
12380 (do_restore_lang_radix_cleanup): Ditto.
12381 (resolve_pending_breakpoint): Ditto.
12382
12383 2004-02-03 Andrew Cagney <cagney@redhat.com>
12384
12385 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
12386 (process_note_abi_tag_sections): Delete unused function.
12387 (ia64_read_fp): Delete unused function.
12388 (gdbarch_extract_struct_value_address): Delete declaration.
12389
12390 2004-02-02 Andrew Cagney <cagney@redhat.com>
12391
12392 * vax-tdep.c (vax_frame_chain): Delete call to
12393 deprecated_inside_entry_file.
12394 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
12395
12396 2004-02-02 Mark Kettenis <kettenis@gnu.org>
12397
12398 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
12399 column that's "empty" or "same value" when eliminating REG_RA
12400 rules.
12401
12402 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12403
12404 * NEWS: Add information about new pending breakpoint support.
12405
12406 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12407
12408 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
12409 and pending fields for pending breakpoint support.
12410 * breakpoint.c (breakpoint_enabled): Add check for not pending.
12411 (condition_command): Only parse condition if not a pending
12412 breakpoint.
12413 (print_one_breakpoint): Add support for pending breakpoints.
12414 (describe_other_breakpoints): Add checks to verify we are not
12415 dealing with pending breakpoints.
12416 (check_duplicates): Don't check pending breakpoints.
12417 (set_raw_breakpoint): Initialize pending flag.
12418 (do_restore_lang_radix_cleanup): New cleanup routine.
12419 (resolve_pending_breakpoint): New function.
12420 (re_enable_breakpoints_in_shlibs): Try and resolve any
12421 pending breakpoints via resolve_pending_breakpoint.
12422 (mention): Add pending breakpoint support.
12423 (parse_breakpoint_sals): Add new parameter to pass to
12424 decode_line_1 to indicate silent errors when files or functions
12425 are not found. Change all callers.
12426 (do_captured_parse_breakpoint): New function.
12427 (break_command_1): Change prototype to return an rc value and to
12428 take an optional pending breakpoint pointer. Support creating
12429 a pending breakpoint if a "not found" form of error occurs when
12430 parsing the breakpoint. Also support resolving an existing pending
12431 breakpoint and be silent if the resolution fails.
12432 (create_breakpoints): Change prototype to take pending breakpoint
12433 pointer. When resolving a pending breakpoint, use the new pointer
12434 to provide a conditional or commands added by the end-user.
12435 (delete_breakpoint): Add appropriate check for pending.
12436 (breakpoint_re_set_one): Ditto.
12437 (do_enable_breakpoint): Ditto.
12438
12439 2004-02-02 David Carlton <carlton@kealia.com>
12440
12441 * valops.c (enum oload_classification): New.
12442 (find_overload_match): Break implementation into separate
12443 functions; delete #if 0'd code; look for symbols within
12444 namespaces.
12445 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
12446 (find_oload_champ,oload_method_static,classify_oload_match): New.
12447 * cp-support.h: Add declaration for cp_func_name; update
12448 declaration for make_symbol_overload_list.
12449 * cp-support.c (cp_func_name): New.
12450 (overload_list_add_symbol): Fix comment, use
12451 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
12452 (make_symbol_overload_list): Take a function name and a namespace
12453 instead of a symbol; change implementation.
12454 (make_symbol_overload_list_using): New.
12455 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
12456
12457 2004-02-02 Fred Fish <fnf@redhat.com>
12458
12459 * main.c (gdb_stdtarg): Move definition to group with other
12460 gdb_stdtarg definitions and update copyright years.
12461 * remote-sim.c (gdb_os_write_stderr): Write output to
12462 gdb_stdtargerr stream instead of gdb_stdtarg stream.
12463 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
12464 gdb_stderr stream and update copyright years.
12465
12466 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12467
12468 * Makefile.in (mips-linux-nat.o): Update dependencies.
12469 * mips-linux-nat.c: Include mips-tdep.h.
12470
12471 2004-02-01 Roland McGrath <roland@redhat.com>
12472
12473 * sol-thread.c (sol_thread_xfer_partial): New function.
12474 (init_sol_thread_ops): Use that for to_xfer_partial hook.
12475 (init_sol_core_ops): Likewise.
12476
12477 * procfs.c (procfs_xfer_partial): New function.
12478 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
12479 * Makefile.in (procfs.o): Add $(auxv_h) dep.
12480
12481 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
12482 procfs_xfer_auxv function.
12483
12484 * procfs.c (procfs_make_note_section): If we can read
12485 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
12486 * linux-proc.c (linux_make_note_section): Likewise.
12487
12488 * auxv.h: New file.
12489 * auxv.c: New file.
12490 * Makefile.in (auxv_h): New variable.
12491 (COMMON_OBS): Add auxv.o here.
12492 (auxv.o): New target.
12493
12494 * corelow.c (core_xfer_partial): New function.
12495 (init_core_ops): Use it for core_ops.to_xfer_partial.
12496
12497 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
12498 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
12499 macro if that is defined.
12500
12501 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12502
12503 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
12504 and check the specified thread for each breakpoint.
12505 * breakpoint.h (bpstat_stop_status): Update prototype.
12506 * infrun.c (handle_inferior_event): Update calls to
12507 bpstat_stop_status.
12508
12509 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12510
12511 * Makefile.in (cli-cmds.o): Add $(readline_h).
12512
12513 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12514
12515 * cli/cli-cmds.c: Include readline.h.
12516 (complete_command): Pass the start of the last word to
12517 complete_line.
12518
12519 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12520
12521 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
12522 argument, and change first argument to a CORE_ADDR.
12523 * breakpoint.h (bpstat_stop_status): Update prototype.
12524 * infrun.c (adjust_pc_after_break): Add a new comment.
12525 (handle_inferior_event): Update calls to bpstat_stop_status.
12526
12527 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12528
12529 * breakpoint.h: Update copyright years.
12530
12531 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12532
12533 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
12534 (bpstat_stop_status): Don't decrement PC.
12535 * breakpoint.h (software_breakpoint_inserted_here_p): Add
12536 prototype.
12537 * infrun.c (adjust_pc_after_break): New function.
12538 (handle_inferior_event): Call it, early. Remove later references
12539 to DECR_PC_AFTER_BREAK.
12540 (normal_stop): Add commentary.
12541
12542 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12543
12544 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
12545 2004-01-27 double-free fix.
12546
12547 2004-01-31 Mark Kettenis <kettenis@gnu.org>
12548
12549 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12550 (sparc32_frame_prev_register): Handle StackGhost.
12551 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12552
12553 2004-01-29 Roland McGrath <roland@redhat.com>
12554
12555 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
12556 * configure: Regenerated.
12557
12558 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
12559 * Makefile.in (procfs.o): Add dep.
12560
12561 2004-01-28 Andrew Cagney <cagney@redhat.com>
12562
12563 * tui/tui-stack.h: Update copyright.
12564 (struct frame_info): Add opaque declaration.
12565 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
12566 (tui_show_locator_content): Rename tuiShowLocatorContent.
12567 (tui_show_frame_info): Rename tuiShowFrameInfo.
12568 * tui/tui-stack.c: Update copyright. Update references.
12569 * tui/tui-winsource.c: Update references.
12570 * tui/tui-win.c: Update references.
12571 * tui/tui-layout.c: Update references.
12572 * tui/tui-hooks.c: Update copyright, update references.
12573 * tui/tui.c: Update copyright, update references.
12574 * tui/tui-disasm.c: Update references.
12575
12576 2004-01-28 David Carlton <carlton@kealia.com>
12577
12578 * dwarf2read.c (add_partial_structure): Use demangled name if
12579 namespace equals "".
12580
12581 2004-01-27 Jim Blandy <jimb@redhat.com>
12582
12583 Clean up misapplied patch:
12584 * dwarf2read.c (determine_prefix): Change one of the two forward
12585 declarations for 'determine_prefix_aux' to a declaration for this.
12586 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
12587 argument to 'die_specification'.
12588
12589 * dwarf2read.c (read_func_scope): Re-indent comment.
12590
12591 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
12592
12593 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
12594 b->exp to NULL after freeing so that error during re-parsing or
12595 evaluation of expressions associated with breakpoint don't
12596 eventually lead to re-freeing of storage.
12597 Committed by Andrew Cagney.
12598
12599 2004-01-27 Andrew Cagney <cagney@redhat.com>
12600
12601 * source.c (ambiguous_line_spec): Delete undefined declaration.
12602 * m32r-rom.c (m32r_set_board_address): Delete unused function.
12603 (m32r_set_server_address, m32r_set_download_path): Ditto.
12604 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
12605
12606 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
12607
12608 * dwarf2read.c: Update calls to changed and renamed functions, and
12609 references to moved variables.
12610
12611 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
12612 language, language_defn, list_in_scope, and ftypes members.
12613 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
12614 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
12615 (baseaddr): Remove globals.
12616
12617 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
12618 (set_cu_language, die_is_declaration, die_specification)
12619 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
12620 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
12621 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
12622 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
12623
12624 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
12625 cu.list_in_scope. Don't initialize cu_header_offset.
12626 (add_partial_symbol): Add local baseaddr.
12627 (psymtab_to_symtab_1): Add local baseaddr. Use
12628 objfile->section_offsets for consistency. Don't initialize
12629 cu_header_offset; do initialize cu.header.offset and
12630 cu.list_in_scope.
12631 (read_file_scope, read_func_scope, read_lexical_block_scope)
12632 (dwarf_decode_lines, new_symbol): Add local baseaddr.
12633
12634 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
12635
12636 * PROBLEMS: Add gdb/1516.
12637
12638 2003-12-29 Robert Millan <robertmh@gnu.org>
12639
12640 Patch committed by Andrw Cagney.
12641 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
12642 * configure.tgt: Match knetbsd*-gnu.
12643
12644 2004-01-26 Andrew Cagney <cagney@redhat.com>
12645
12646 * breakpoint.c (catch_command_1): Delete #ifdef code.
12647 (catch_fork_command_1): Delete #ifdef wrapper.
12648 (catch_exec_command_1): Ditto.
12649 (catch_load_command_1): Ditto.
12650 (catch_unload_command_1): Ditto.
12651
12652 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
12653 (catch_breakpoint): Delete #if0ed function.
12654 (disable_catch_breakpoint): Ditto.
12655 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
12656 (disable_catch, enable_catch, delete_catch): Ditto.
12657
12658 2004-01-26 Andrew Cagney <cagney@redhat.com>
12659
12660 * remote.c (echo_check, quit_flag): Delete variables.
12661 (cisco_kernel_mode): Delete variable.
12662 (minitelnet_return, tty_input, escape_count): Delete variables.
12663 (remote_cisco_mode): Delete variable.
12664 (remote_cisco_open, remote_cisco_close): Delete function.
12665 (remote_cisco_mourn, remote_cisco_wait): Delete function.
12666 (init_remote_cisco_ops): Delete function.
12667 (_initialize_remote): Do not install "remote cisco" code.
12668 (read_frame): Delete cisco specific code.
12669 (remote_info_process): Delete function.
12670 (remote_wait): Delete cisco specific code.
12671 (remote_cisco_section_offsets): Delete function.
12672 (remote_cisco_objfile_relocate): Delete function.
12673 (remote_async_wait): Delete cisco specific code.
12674 (minitelnet, readtty, readsocket): Delete function.
12675
12676 2004-01-26 Andrew Cagney <cagney@redhat.com>
12677
12678 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
12679 comments mentioning extract_returned_value_address.
12680 * infcmd.c (print_return_value): Update. Add comments on
12681 extract_returned_value_address.
12682 * stack.c (return_command): Add comments on
12683 extract_returned_value_address.
12684 * values.c: Update comment.
12685 * m32r-tdep.c: Update comment.
12686 * sparc-tdep.c: Update comment.
12687 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
12688 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12689 * sh64-tdep.c (sh64_gdbarch_init): Update.
12690 * sh-tdep.c (sh_gdbarch_init): Update.
12691 * s390-tdep.c (s390_gdbarch_init): Update.
12692 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12693 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
12694 * m68k-tdep.c (m68k_gdbarch_init): Update.
12695 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12696 * m32r-tdep.c (m32r_gdbarch_init): Update.
12697 * ia64-tdep.c (ia64_gdbarch_init): Update.
12698 * h8300-tdep.c (h8300_gdbarch_init): Update.
12699 * frv-tdep.c (frv_gdbarch_init): Update.
12700 * arm-tdep.c (arm_gdbarch_init): Update.
12701 * alpha-tdep.c (alpha_gdbarch_init): Update.
12702
12703 2004-01-26 Andrew Cagney <cagney@redhat.com>
12704
12705 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
12706 SYMBOL_LOCATION_FUNCS
12707 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
12708 "struct symbol_ops".
12709 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
12710 type to "struct symbol_ops".
12711 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
12712 (struct symbol): Replace ".aux_value.loc.funcs" and
12713 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
12714 (SYMBOL_OBJFILE): Delete macro.
12715 (SYMBOL_LOCATION_FUNCS): Delete macro.
12716 (SYMBOL_LOCATION_BATON): Update.
12717 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
12718 intead of SYMBOL_LOCATION_FUNCS.
12719 * ax-gdb.c (gen_var_ref): Ditto.
12720 * printcmd.c (address_info): Ditto.
12721 * findvar.c (read_var_value): Ditto.
12722 (symbol_read_needs_frame): Ditto.
12723
12724 2004-01-26 Andrew Cagney <cagney@redhat.com>
12725
12726 * dwarf2read.c (read_func_scope): Document frame-base hack.
12727
12728 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12729
12730 * infcmd.c (print_return_value): Plug memory leak; delete
12731 ui_stream object. Rename argument `structure_return' to
12732 `struct_return'.
12733
12734 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12735
12736 * infcmd.c (print_return_value): Wrap long lines.
12737 (finish_command_continuation, finish_command): Remove unused
12738 variable `funcaddr'. Fix some coding-standards problems.
12739
12740 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
12741 SECT_SIZE is large enough, not whether it's exactly the right size.
12742 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
12743 TDEP->fpregset to zero.
12744
12745 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
12746 floating-point registers for traditional NetBSD core files.
12747 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
12748 TDEP->sizeof_fpregset here.
12749
12750 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12751
12752 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
12753 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
12754 function with code split out from
12755 sparc32nbsd_sigcontext_frame_cache.
12756 (sparc32nbsd_sigcontext_frame_cache): Use
12757 sparc32nbsd_sigcontext_saved_regs.
12758 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
12759 OpenBSD.
12760 * sparcobsd-tdep.c: New file.
12761 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
12762 (sparcobsd-tdep.o): New dependency.
12763 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
12764 * config/sparc/obsd.mt: New file.
12765
12766 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
12767 TDEP->fpregset to be initialized to enable core file register
12768 sets.
12769
12770 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12771
12772 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
12773 Add opaque declarations.
12774 (sparc64nbsd_sigcontext_saved_regs): New prototype.
12775 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
12776 function with code split out from
12777 sparc64nbsd_sigcontext_frame_cache.
12778 (sparc64nbsd_sigcontext_frame_cache): Use
12779 sparc64nbsd_sigcontext_saved_regs.
12780 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
12781 OpenBSD.
12782 * sparc64obsd-tdep.c: New file.
12783 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
12784 (sparc64obsd-tdep.o): New dependency.
12785 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
12786 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
12787 * config/sparc/obsd64.mt: New file.
12788
12789 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
12790 read the instruction at PC.
12791
12792 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
12793 value of GDB_OSABI_DEFAULT.
12794 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
12795 instead of GDB_OSABI_NETBSD_AOUT.
12796
12797 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12798
12799 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
12800 copyright.
12801
12802 2004-01-23 Andrew Cagney <cagney@redhat.com>
12803
12804 * printcmd.c (display_command): Replace tui_set_display call with
12805 tui_set_layout_for_display_command.
12806 * tui/tui.h (enum tui_win_type): Define.
12807 (tui_set_layout): Delete declaration.
12808 (tui_set_layout_for_display_command): Rename set_tui_layout.
12809 * tui/tui-data.h (enum tui_layout_type): Define.
12810 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
12811 "tui.h".
12812 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
12813 (tui_default_win_height): Rename tuiDefaultWinHeight.
12814 (tui_default_win_viewport_height): Rename
12815 tuiDefaultWinViewportHeight.
12816 (tui_set_layout): RenametuiSetLayout.
12817 * tui/tui-layout.c: Update references.
12818 * tui/tui.c: Update references.
12819 * tui/tui-disasm.c: Update references.
12820
12821 2004-01-23 David Carlton <carlton@kealia.com>
12822
12823 Partial workaround for PR c++/1511:
12824 * cp-namespace.c: Include frame.h.
12825 (cp_lookup_transparent_type): New
12826 (cp_lookup_transparent_type_loop): New.
12827 * cp-support.h: Declare cp_lookup_transparent_type.
12828 * symtab.c (basic_lookup_transparent_type): Renamed from
12829 lookup_transparent_type.
12830 (lookup_transparent_type): Replace old body by a call to
12831 current_language->la_lookup_transparent_type.
12832 * symtab.h: Update copyright. Declare
12833 basic_lookup_transparent_type.
12834 * language.h: Update copyright.
12835 (struct language_defn): Add la_lookup_transparent_type.
12836 * language.c: Update copyright.
12837 (unknown_language_defn): Add basic_lookup_transparent_type.
12838 (auto_language_defn): Add basic_lookup_transparent_type.
12839 (local_language_defn): Add basic_lookup_transparent_type.
12840 * ada-lang.c: Update copyright.
12841 (ada_language_defn): Add basic_lookup_transparent_type.
12842 * c-lang.c: Update copyright.
12843 (c_language_defn): Add basic_lookup_transparent_type.
12844 (cplus_language_defn): Add basic_lookup_transparent_type.
12845 (asm_language_defn): Add basic_lookup_transparent_type.
12846 (minimal_language_defn): Add basic_lookup_transparent_type.
12847 * f-lang.c: Update copyright.
12848 (f_language_defn): Add basic_lookup_transparent_type.
12849 * jv-lang.c: Update copyright.
12850 (java_language_defn): Add basic_lookup_transparent_type.
12851 * m2-lang.c: Update copyright.
12852 (m2_language_defn): Add basic_lookup_transparent_type.
12853 * objc-lang.c: Update copyright.
12854 (objc_language_defn): Add basic_lookup_transparent_type.
12855 * p-lang.c: Update copyright.
12856 (p_language_defn): Add basic_lookup_transparent_type.
12857 * scm-lang.c: Update copyright.
12858 (scm_language_defn): Add basic_lookup_transparent_type.
12859 * Makefile.in (cp-namespace.o): Depend on frame.h.
12860
12861 2004-01-23 David Carlton <carlton@kealia.com>
12862
12863 Patch for PR c++/1520:
12864 * dwarf2read.c (read_func_scope): Set processing_current_prefix
12865 properly if we have a specification die.
12866 (determine_prefix_aux): Rename from determine_prefix.
12867 (determine_prefix): Like the old determine_prefix, but never
12868 returns NULL.
12869
12870 2004-01-23 Theodore A. Roth <troth@openavr.org>
12871
12872 * avr-tdep.c: Update copyright.
12873 (avr_iaddr_p): Delete unused function.
12874 (avr_saddr_p): Delete unused function.
12875
12876 2004-01-23 David Carlton <carlton@kealia.com>
12877
12878 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
12879 Fix for PR symtab/1534.
12880
12881 2004-01-23 Mark Kettenis <kettenis@gnu.org>
12882
12883 * NEWS (New native configurations): Mention OpenBSD/sparc and
12884 OpenBSD/sparc64.
12885 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
12886 * configure.host: Likewise.
12887 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
12888 handler for OpenBSD.
12889 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
12890
12891 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12892
12893 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
12894 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
12895
12896 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
12897 * cli/cli-cmds.c (shell_escape): Likewise.
12898
12899 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
12900 OpenBSD .note.openbsd.ident sections.
12901
12902 2004-01-22 David Carlton <carlton@kealia.com>
12903
12904 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
12905 get_scope_pc_bounds.
12906 (read_file_scope): Ditto.
12907 (get_scope_pc_bounds): New function, produced by extracting code
12908 from the above two functions, consolidating it, and adding support
12909 for DW_TAG_namespace.
12910
12911 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12912
12913 * osabi.c (MAX_NOTESZ): New define.
12914 (check_note): New function.
12915 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
12916 check_note.
12917
12918 2004-01-21 Roland McGrath <roland@redhat.com>
12919
12920 * MAINTAINERS (write after approval): Add myself.
12921
12922 2004-01-21 Eli Zaretskii <eliz@gnu.org>
12923
12924 * utils.c (init_page_info): Move declarations of `rows' and
12925 `cols' before the __GO32__-specific code. Move the closing brace
12926 outside the #ifdef __GO32__..#endif block.
12927 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
12928
12929 2004-01-21 Paul Brook <paul@codesourcery.com>
12930
12931 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
12932 BPSTAT_WHAT_CHECK_SHLIBS.
12933
12934 2004-01-21 Paul Brook <paul@codesourcery.com>
12935
12936 * MAINTAINERS: Add myself to write-after-approval.
12937
12938 2004-01-20 Andrew Cagney <cagney@redhat.com>
12939
12940 * ax-gdb.c (print_axs_value): Delete unused function.
12941 * jv-lang.c (java_lookup_type): Delete unused function.
12942 * cli/cli-dump.c (dump_filetype): Delete unused function.
12943 * remote-mips.c (remote_mips_insert_hw_breakpoint)
12944 (remote_mips_remove_hw_breakpoint): Delete unused functions.
12945 (mips_getstring): Delete unused function.
12946 (pmon_insert_breakpoint): Delete #if0ed function.
12947 (PMON_MAX_BP): Delete #if0ed MACRO.
12948 (mips_pmon_bp_info): Delete #if0ed variable.
12949 (pmon_remove_breakpoint): Delete #if0ed function.
12950 * monitor.c (monitor_write_even_block): Delete unused function.
12951 (monitor_write_memory_block): Delete #if0ed code.
12952 * dink32-rom.c (dink32_load): Delete unused function.
12953 (_initialize_dink32_rom): Delete #if0ed code.
12954 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
12955
12956 * tui/tui-command.c: Update references.
12957 * tui/tui-io.c: Update references.
12958 * tui/tui-command.h: Update copyright.
12959 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
12960
12961 * source.c (ambiguous_line_spec): Delete never-defined function.
12962 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
12963 * gdbtypes.c (add_name, add_mangled_type): Ditto.
12964 * cli/cli-cmds.c (validate_comname): Ditto.
12965
12966 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
12967 "tui-data.h".
12968 (tui_set_disassem_content): Rename tuiSetDisassemContent.
12969 (tui_show_disassem): Rename tuiShowDisassem.
12970 (tui_show_disassem_and_update_source): Rename
12971 tuiVerticalDisassemScroll.
12972 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
12973 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
12974 * tui/tui.h: Update copyright.
12975 (enum tui_status): Define.
12976 * tui/tui-data.h (enum tui_scroll_direction): Define.
12977 * tui/tui-disasm.c: Update copyright. Update references.
12978 * tui/tui-winsource.c: Update copyright. Update references.
12979 * tui/tui-win.c: Update references.
12980 * tui/tui-layout.c: Update references.
12981
12982 2004-01-20 Andrew Cagney <cagney@redhat.com>
12983
12984 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
12985 sym2 to start of block.
12986
12987 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
12988
12989 * MAINTAINERS: Delete mmalloc.
12990 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
12991 * NEWS: Mention removal of --with-malloc.
12992 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
12993 * config.in: Regenerate.
12994 * configure: Regenerate.
12995 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
12996 USE_MMALLOC, MMCHECK_FORCE.
12997 * gdbinit.in: Remove mmalloc.
12998 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
12999 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13000 * config/i386/go32.mh: Likewise.
13001 * config/i386/interix.mh: Likewise.
13002 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13003
13004 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
13005
13006 * linespec.c (decode_variable, symtab_from_filename): Call
13007 error_silent with error message instead of throwing an exception
13008 directly.
13009 * defs.h (error_silent, error_output_message): Add prototypes.
13010 (catch_exceptions_with_msg): Ditto.
13011 * utils.c (error_silent, error_output_message): New functions.
13012 * top.c (catch_exceptions_with_msg): New function.
13013
13014 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
13015
13016 * mi/mi-cmds.h (enum print_values): Add definition.
13017
13018 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13019 type and value for simple data types and just the name and type
13020 for complex ones, if required.
13021
13022 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13023 children, if required.
13024
13025 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13026
13027 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13028 unused declarations.
13029
13030 2004-01-19 Andrew Cagney <cagney@redhat.com>
13031
13032 * top.h (mapped_symbol_files): Delete declaration.
13033 * main.c (captured_main): Delete option "m" and "mapped".
13034 * objfiles.c (mapped_symbol_files): Delete variable.
13035 * symfile.c (symbol_file_command): Delete mmap code.
13036 (symbol_file_add_with_addrs_or_offsets): Ditto.
13037 (add_symbol_file_command, reread_separate_symbols): Ditto.
13038 * objfiles.h (OBJF_MAPPED): Delete.
13039 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13040 (free_objfile) [USE_MMALLOC]: Ditto.
13041 (open_existing_mapped_file): Delete function.
13042 (open_mapped_file): Delete function.
13043 (map_to_file): Delete function.
13044
13045 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13046
13047 * infrun.c (step_into_function): Account for possible breakpoint
13048 adjustment when computing ``stop_func_start''.
13049
13050 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13051
13052 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13053 the region size against the size of a pointer, not the size of
13054 a register as given by DEPRECATED_REGISTER_SIZE.
13055
13056 2004-01-19 Andrew Cagney <cagney@redhat.com>
13057
13058 * tui/tui-regs.h: Include "tui-data.h".
13059 (tuiFirstRegElementNoInLine): Delete declaration.
13060 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13061 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13062 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13063 (tui_calculate_regs_column_count): Rename
13064 tuiCalculateRegsColumnCount.
13065 (tui_check_register_values): Rename tuiCheckRegisterValues.
13066 (tui_show_registers): Rename tuiShowRegisters.
13067 (tui_display_registers_from_line): Rename
13068 tuiDisplayRegistersFromLine.
13069 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13070 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13071 (tui_first_reg_element_no_inline): Rename
13072 tuiFirstRegElementNoInLine.
13073 * tui/tui-data.h: Update copyright.
13074 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13075 * tui/tui-windata.c: Update copyright, update references.
13076 * tui/tui-regs.c: Update copyright, update references.
13077 * tui/tui-win.c: Update copyright, update references.
13078 * tui/tui-layout.c: Update copyright, update references.
13079
13080 2004-01-18 Andrew Cagney <cagney@redhat.com>
13081
13082 * tui/tui-io.c: Update copyright.
13083 (key_is_end_sequence, key_is_backspace): New functions.
13084 (key_is_command_char, key_is_start_sequence): New function.
13085 (tui_getc): Update references.
13086 * tui/tui-io.h: Update copyright.
13087 (m_tuiStartNewLine): Delete macro.
13088 (m_isBackspace, m_isDeleteChar): Delete macros.
13089 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13090 (m_isNextPage, m_isPrevPage): Delete macros.
13091 (m_isLeftArrow, m_isRightArrow): Delete macros.
13092 (m_isXdbStyleCommandChar): Delete macro.
13093 (key_is_start_sequence): Declare, replace m_isStartSequence.
13094 (key_is_end_sequence): Declare, replace m_isEndSequence.
13095 (key_is_backspace): Declare ,replace m_isBackspace.
13096 (key_is_command_char): Declare, replace m_isCommandChar.
13097 * tui/tui-command.c: Update copyright.
13098 (tuiDispatchCtrlChar): Update references.
13099
13100 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13101 tuiSourceWin.h.
13102
13103 * tui/tui-command.c: Rename tui/tuiCommand.c.
13104 * tui/tui-command.h: Rename tui/tuiCommand.h.
13105 * tui/tui-data.c: Rename tui/tuiData.c.
13106 * tui/tui-data.h: Rename tui/tuiData.h.
13107 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13108 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13109 * tui/tui-io.c: Rename tui/tuiIO.c.
13110 * tui/tui-io.h: Rename tui/tuiIO.h.
13111 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13112 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13113 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13114 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13115 * tui/tui-source.c: Rename tui/tuiSource.c.
13116 * tui/tui-source.h: Rename tui/tuiSource.h.
13117 * tui/tui-stack.c: Rename tui/tuiStack.c.
13118 * tui/tui-stack.h: Rename tui/tuiStack.h.
13119 * tui/tui-win.c: Rename tui/tuiWin.c.
13120 * tui/tui-win.h: Rename tui/tuiWin.h.
13121 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13122 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13123 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13124 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13125 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13126 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13127 * tui/tui-file.c: Update includes.
13128 * tui/tui-hooks.c: Update includes.
13129 * tui/tui-interp.c: Update includes.
13130 * tui/tui.c: Update includes.
13131 * Makefile.in: Update all tui/ dependencies.
13132 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13133
13134 * Makefile.in: Update copyright. Update dependencies.
13135
13136 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13137 problem.
13138
13139 2004-01-18 Andrew Cagney <cagney@redhat.com>
13140
13141 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13142 instead of register_gdbarch_init.
13143
13144 * remote-sds.c (tohex): Delete unused function. Update copyright.
13145 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13146 * v850-tdep.c (v850_register_virtual_size): Ditto.
13147 * target.c (normal_target_post_startup_inferior): Ditto.
13148 * source.c (ambiguous_line_spec): Ditto.
13149 * remote.c (adapt_remote_get_threadinfo): Ditto.
13150 * mi/mi-out.c (out_field_fmt): Ditto.
13151 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13152 (output_control_change_notification): Ditto.
13153 * m68k-tdep.c (m68k_register_byte): Ditto.
13154 (m68k_remote_breakpoint_from_pc): Ditto.
13155 * ui-out.c (init_ui_out_state): Delete unused declaration.
13156 * stabsread.c (search_value): Ditto.
13157 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13158 * maint.c (print_section_table): Ditto.
13159 * infrun.c (set_follow_fork_mode_command): Ditto.
13160
13161 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13162
13163 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13164 DW_CFA_def_cfa_exporession. Add support for
13165 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13166 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13167
13168 2004-01-18 Andrew Cagney <cagney@redhat.com>
13169
13170 * ocd.c: Update copyright.
13171 (bdm_read_register_command): Delete unused function.
13172 (_initialize_remote_ocd): Delete commented out reference.
13173 (get_quoted_char, reset_packet): Delete #if0ed function.
13174 (output_packet, put_quoted_char): Delete #if0ed function.
13175 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13176 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13177 (BDM_BREAKPOINT): Delete #if0ed macro.
13178 (remote_timeout): Delete #if0ed variable.
13179
13180 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13181
13182 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13183 (core-sol2.o): Remove dependency.
13184 * core-sol2.c: Remove file.
13185
13186 2004-01-17 Andrew Cagney <cagney@redhat.com>
13187
13188 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13189 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13190 enums.
13191
13192 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13193
13194 * remote.c: Update copyright years.
13195
13196 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13197
13198 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13199
13200 2004-01-17 Andrew Cagney <cagney@redhat.com>
13201
13202 * mdebugread.c: Update copyright.
13203 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13204 (parse_type, parse_procedure): Ditto.
13205 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13206
13207 * cris-tdep.c (cris_store_struct_return): Put back accidently
13208 deleted function.
13209
13210 * gdbarch.sh: Update copyright year.
13211 * gdbarch.h, gdbarch.c: Re-generate.
13212
13213 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13214
13215 Suggested by George Anzinger.
13216 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13217 correct stack offset. Include unknown opcode numbers in the error
13218 message.
13219
13220 2004-01-17 Andrew Cagney <cagney@redhat.com>
13221
13222 * x86-64-tdep.c (x86_64_init_abi): No need to clear
13223 extract_struct_value_address, i386 does not set it.
13224 * sparc64-tdep.c (sparc64_init_abi): Do not set
13225 extract_struct_value_address, never called.
13226 (sparc64_extract_struct_value_address): Delete function.
13227 * m68hc11-tdep.c: Update copyright.
13228 (m68hc11_gdbarch_init): Delete redundant assignment of
13229 extract_struct_value_address.
13230 * i386-tdep.c: Update copyright.
13231 (i386_gdbarch_init): Do not set extract_struct_value_address,
13232 never called.
13233 (i386_extract_struct_value_address): Delete function.
13234 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
13235 extract_struct_value_address, never called.
13236 (sparc32_extract_struct_value_address): #if 0 function. Add
13237 comments explaining its future.
13238
13239 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13240
13241 * arm-tdep.c (arm_write_pc): New function.
13242 (arm_gdbarch_init): Call set_gdbarch_write_pc.
13243
13244 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13245
13246 * breakpoint.c (must_shift_inst_regs): Delete.
13247 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
13248 and SHIFT_INST_REGS.
13249 * infcmd.c (step_1, step_1_continuation): Delete references to
13250 SHIFT_INST_REGS.
13251 * infrun.c (keep_going): Likewise.
13252 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
13253 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
13254
13255 2004-01-17 Andrew Cagney <cagney@redhat.com>
13256
13257 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
13258 * gdbarch.h, gdbarch.c: Re-generate.
13259 * infcmd.c (print_return_value): Delete reference to
13260 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
13261
13262 * cris-tdep.c (cris_gdbarch_init): Do not set
13263 deprecated_extract_struct_value_address.
13264
13265 * xstormy16-tdep.c: Update copyright.
13266 (xstormy16_extract_struct_value_address): Update to current
13267 extract struct value address interface.
13268 (xstormy16_gdbarch_init): Set extract_struct_value_address.
13269 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
13270 current extract struct value address interface.
13271 (sh64_gdbarch_init): Set extract_struct_value_address.
13272
13273 * cris-tdep.c: Update copyright.
13274 (cris_extract_struct_value_address): Delete function.
13275 (struct_return_address): Delete variable.
13276 (cris_store_struct_return): Do not set struct_return_address.
13277
13278 * mcore-tdep.c: Update copyright.
13279 (mcore_extract_struct_value_address): Delete function. Update
13280 comments.
13281 (mcore_gdbarch_init): Update.
13282 * mn10300-tdep.c: Update copyright.
13283 (mn10300_extract_struct_value_address): Delete function.
13284 (mn10300_gdbarch_init): Update.
13285 * v850-tdep.c: Update copyright.
13286 (v850_extract_struct_value_address): Delete.
13287 (v850_gdbarch_init): Update.
13288 * ns32k-tdep.c: Update copyright.
13289 (ns32k_extract_struct_value_address): Delete.
13290 (ns32k_gdbarch_init): Update.
13291 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
13292 (hppa_gdbarch_init): Update.
13293 * vax-tdep.c: Update copyright.
13294 (vax_extract_struct_value_address): Delete.
13295 (vax_gdbarch_init): Update.
13296
13297 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
13298 * gdbarch.h, gdbarch.c: Re-generate.
13299 * procfs.c (procfs_fetch_registers): Delete reference to
13300 DEPRECATED_NPC_REGNUM.
13301 (procfs_store_registers): Ditto.
13302 * regcache.c (generic_target_write_pc): Simplify.
13303 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
13304
13305 * core-sol2.c (fetch_core_registers): Replace
13306 DEPRECATED_NPC_REGNUM with equivalent tdep value.
13307
13308 * hppa-tdep.c: Update copyright year.
13309 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
13310 NPC_REGNUM.
13311 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
13312
13313 * mips-tdep.c (mips_write_pc): New function.
13314 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
13315 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
13316 (mips_find_saved_regs, mips_software_single_step: Ditto.
13317 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
13318 mips_init_extra_frame_info, mips_pop_frame): Ditto.
13319
13320 2004-01-17 Andrew Cagney <cagney@redhat.com>
13321
13322 * mips-tdep.c: Re-indent. Group functions by ABI.
13323
13324 2004-01-17 Andrew Cagney <cagney@redhat.com>
13325
13326 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
13327 * gdbarch.c: Re-generate.
13328 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13329 DECR_PC_AFTER_BREAK to zero.
13330 * vax-tdep.c (vax_gdbarch_init): Ditto.
13331 * v850-tdep.c (v850_gdbarch_init): Ditto.
13332 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13333 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13334 * sh-tdep.c (sh_gdbarch_init): Ditto.
13335 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13336 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13337 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13338 * mips-tdep.c (mips_gdbarch_init): Ditto.
13339 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13340 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13341 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13342 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13343 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
13344 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13345 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13346 * frv-tdep.c (frv_gdbarch_init): Ditto.
13347 * cris-tdep.c (cris_gdbarch_init): Ditto.
13348 * avr-tdep.c (avr_gdbarch_init): Ditto.
13349 * arm-tdep.c (arm_gdbarch_init): Ditto.
13350 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
13351
13352 2004-01-17 J. Brobecker <brobecker@gnat.com>
13353
13354 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
13355 Delete, no longer used.
13356 (read_subrange_type): New function, mostly extracted from
13357 read_array_type().
13358 (read_array_type): Replace extracted code by call to
13359 read_subrange_type().
13360 (dwarf2_get_attr_constant_value): New function.
13361 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
13362 (add_partial_symbol): Likewise.
13363 (process_die): Likewise.
13364 (new_symbol): Likewise.
13365 (read_type_die): Likewise.
13366
13367 2004-01-16 Andrew Cagney <cagney@redhat.com>
13368
13369 * symfile.c: Update copyright year.
13370 (compare_symbols): Delete unused function.
13371 * stabsread.c: Update copyright year.
13372 (lrs_general_complaint): Delete unused function.
13373 (ref_search_value): Ditto.
13374 (get_substring): Delete declaration.
13375 * sh64-tdep.c: Update copyright year.
13376 (sh64_get_gdb_regnum): Delete unused function.
13377 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
13378 Delete unused function.
13379
13380 2004-01-17 Mark Kettenis <kettenis@gnu.org>
13381
13382 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
13383 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
13384
13385 2004-01-16 Andrew Cagney <cagney@redhat.com>
13386
13387 Changes from Peter Schauer.
13388 * rs6000-tdep.c: Update copyright year.
13389 (rs6000_push_dummy_call): Update the stack pointer before
13390 accessing the corresponding stack region.
13391 * rs6000-nat.c: Update copyright year.
13392 (set_host_arch): Set "info.abfd" to "exec_bfd".
13393
13394 2004-01-15 Mark Kettenis <kettenis@gnu.org>
13395
13396 * blockframe.c: Update copyright year.
13397 (inside_entry_func): Don't treat a zero PC specially.
13398
13399 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
13400
13401 * gcore.c (gcore_copy_callback): Use paddr_d to print size
13402 variable.
13403 (gcore_create_callback): Ditto. Skip any memory segment that has
13404 no permissions set.
13405
13406 2004-01-14 David Carlton <carlton@kealia.com>
13407
13408 Change symbols for C++ nested types to contain the fully qualified
13409 name, if possible. (At least in the DWARF-2 case.) Partial fix
13410 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
13411 c++/895.
13412 * c-exp.y (qualified_type): Handle types nested within classes.
13413 * cp-namespace.c: Update comments.
13414 (cp_set_block_scope): Delete #if 0.
13415 (cp_lookup_nested_type): Handle types nested within classes.
13416 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
13417 when appropriate.
13418 (add_partial_symbol): Add the name of the enclosing namespace to
13419 types.
13420 (pdi_needs_namespace): New.
13421 (add_partial_namespace): Tweak comment.
13422 (add_partial_structure): New.
13423 (psymtab_to_symtab_1): Initialize processing_current_prefix
13424 here...
13425 (process_die): instead of here.
13426 (read_structure_scope): Try to figure out the name of the class or
13427 namespace that the structure might be defined within.
13428 (read_enumeration): Generate fully-qualified names, if possible.
13429 (read_namespace): Don't set name to NULL.
13430 (die_specification): New.
13431 (new_symbol): Generate fully-qualified names for types.
13432 (read_type_die): Determine appropriate prefix.
13433 (determine_prefix): New.
13434 (typename_concat): New.
13435 (class_name): New.
13436 * valops.c (value_aggregate_elt): Pass NOSIDE to
13437 value_struct_elt_for_reference.
13438 (value_struct_elt_for_reference): Make static, add NOSIDE
13439 parameter, call value_maybe_namespace_elt as a last resort.
13440 (value_namespace_elt): Break out code into
13441 value_maybe_namespace_elt.
13442 (value_maybe_namespace_elt): New.
13443
13444 2004-01-12 Andrew Cagney <cagney@redhat.com>
13445
13446 * mips-tdep.c (mips_convert_register_p): Handle both raw and
13447 cooked floating-point registers.
13448 (mips_gdbarch_init): Set convert_register_p, register_to_value,
13449 and value_to_register.
13450
13451 2004-01-13 Andrew Cagney <cagney@redhat.com>
13452
13453 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
13454 * gdbarch.c: Re-generate.
13455 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13456 FUNCTION_START_OFFSET.
13457 * v850-tdep.c (v850_gdbarch_init): Ditto.
13458 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13459 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13460 * sh-tdep.c (sh_gdbarch_init): Ditto.
13461 * s390-tdep.c (s390_gdbarch_init): Ditto.
13462 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13463 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13464 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13465 * mips-tdep.c (mips_gdbarch_init): Ditto.
13466 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13467 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
13468 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13469 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13470 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13471 * i386-tdep.c (i386_gdbarch_init): Ditto.
13472 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13473 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13474 * frv-tdep.c (frv_gdbarch_init): Ditto.
13475 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
13476 * cris-tdep.c (cris_gdbarch_init): Ditto.
13477 * avr-tdep.c (avr_gdbarch_init): Ditto.
13478 * arm-tdep.c (arm_gdbarch_init): Ditto.
13479 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
13480
13481 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
13482
13483 * infrun.c (follow_fork_mode_ask): Remove.
13484 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
13485 (follow_fork): Simplify and remove internal error for
13486 follow_fork_mode_ask.
13487 (_initialize_infrun): Update "set follow-fork-mode" help text.
13488
13489 2004-01-13 Andrew Cagney <cagney@redhat.com>
13490
13491 * configure.in: Update copyright year.
13492 (build_warnings): Add -Wunused-label.
13493 * configure: Re-generate.
13494
13495 2004-01-12 Andrew Cagney <cagney@redhat.com>
13496
13497 * exec.h (exec_ops): Make "extern".
13498
13499 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
13500 the function is void.
13501 (mips_pseudo_register_write): Ditto.
13502
13503 2004-01-12 Andrew Cagney <cagney@redhat.com>
13504
13505 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
13506 call. Never defined.
13507 * sparc-tdep.h (struct frame_info): Add opaque declaration.
13508 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
13509 (struct sparc_gregset, struct regcache): Ditto.
13510 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
13511
13512 2004-01-12 Andrew Cagney <cagney@redhat.com>
13513
13514 * mi/ChangeLog: Delete file. Renamed to ...
13515 * mi/ChangeLog-1999-2003: New file.
13516 * tui/ChangeLog: Delete file. Renamed to ...
13517 * tui/ChangeLog-1998-2003: New file.
13518
13519 2004-01-11 Mark Kettenis <kettenis@gnu.org>
13520
13521 * sparc64nbsd-tdep.c: Include "regset.h".
13522 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
13523 Remove variables.
13524 (fetch_core_registers): Remove function.
13525 (sparc64nbsd_core_fns): Remove variable.
13526 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
13527 functions.
13528 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
13529 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13530 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
13531
13532 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
13533 sparc_extract_struct_value_address.
13534 (sparc32_gdbarch_init): Set extract_struct_value_address.
13535 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
13536 function.
13537 (sparc64_init_abi): Set extract_struct_value_address. Don't set
13538 return_value_on_stack.
13539
13540 * NEWS: Mention that %cs and %ss have been added to the AMD64
13541 configurations
13542
13543 * frame.c: Update copyright year.
13544 (get_prev_frame): Improve comment.
13545
13546 * sparc64fbsd-tdep.c: Include "regset.h".
13547 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13548 Remove variables.
13549 (fetch_core_registers): Remove function.
13550 (sparc64fbsd_core_fns): Remove variable.
13551 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
13552 functions.
13553 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
13554 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13555 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
13556
13557 * sparcnbsd-tdep.c: Include "regset.h".
13558 (fetch_core_registers): Remove function.
13559 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
13560 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
13561 functions.
13562 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
13563 TDEP->fpregset.
13564 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
13565
13566 * sparc-tdep.h (struct regset): Provide opaque declaration.
13567 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
13568 fpregset and sizeof_fpregset members.
13569 * sparc-tdep.c (struct regset): Provide opaque declaration.
13570 (sparc_regset_from_core_section): New function.
13571 (sparc32_gdbarch_init): Initialize TDEP->gregset,
13572 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
13573 Set regset_from_core_section when appropriate.
13574
13575 2004-01-10 Mark Kettenis <kettenis@gnu.org>
13576
13577 * x86-64-tdep.c (amd64_non_pod_p): New function.
13578 (amd64_classify_aggregate): Return class memory for non-POD
13579 C++ structure types.
13580
13581 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
13582 argument. Use it to reserve a register if necessary.
13583 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
13584 amd64_push_arguments.
13585
13586 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
13587
13588 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
13589 register numbers in comments.
13590 * x86-64-tdep.h: Update copyright year.
13591 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
13592 Adjust for addition of %cs and %ss.
13593 * amd64fbsd-nat.c: Update copyright year.
13594 (reg_offset): Add register offsets for %cs and %ss.
13595 * amd64fbsd-tdep.c: Update copyright year.
13596 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
13597 (amd64fbsd_sc_reg_offset): Likewise.
13598 * x86-64-linux-nat.c: Update copyright year.
13599 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
13600 and %ss.
13601 * amd64nbsd-nat.c: Update copyright year.
13602 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
13603 * amd64nbsd-tdep.c: Update copyright year.
13604 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
13605 * x86-64-linux-tdep.c: Update copyright year.
13606 (user_to_gdb_regmap): Add mapping for %cs and %ss.
13607 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
13608 * regformats/reg-x86-64.dat: Add %cs and %ss.
13609
13610 * blockframe.c (inside_entry_func): Reformat. Introduce new local
13611 variables to prevent long lines. Update comments to reflect
13612 reality.
13613
13614 2004-01-09 David Carlton <carlton@kealia.com>
13615
13616 Checked in by Elena Zannoni <ezannoni@redhat.com>.
13617 * dwarf2read.c (read_namespace): Pull out name-generating code
13618 into namespace_name. Rename previous_namespace to previous_prefix
13619 and processing_current_namespace to processing_current_prefix..
13620 (namespace_name): New function.
13621 (add_partial_symbol): Substitute uses of pdi->name with
13622 actual_name.
13623 * cp-support.h: Rename processing_current_namespace to
13624 processing_current_prefix.
13625 Update copyright year.
13626 * cp-namespace.c: Rename processing_current_namespace to
13627 processing_current_prefix.
13628 Update copyright year.
13629
13630 2004-01-09 Andrew Cagney <cagney@redhat.com>
13631
13632 * jv-valprint.c, ser-unix.c: Add missing copyright years.
13633
13634 2004-01-09 Mark Kettenis <kettenis@gnu.org>
13635
13636 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
13637 complaining.
13638 (process_one_symbol): Deal with N_PATCH stabs.
13639
13640 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
13641
13642 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
13643 ifdeffed code.
13644 Update copyright year.
13645
13646 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13647
13648 * config/pa/tm-hppa.h: Update extern declarations for
13649 hppa32_hpux_frame_saved_pc_in_sigtramp,
13650 hppa32_hpux_frame_base_before_sigtramp, and
13651 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
13652
13653 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13654
13655 * config/pa/tm-hppah.h: Update copyright years.
13656
13657 2004-01-08 Andrew Cagney <cagney@redhat.com>
13658
13659 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
13660 (mips_o32_reg_struct_has_addr): Delete function.
13661 (mips_gdbarch_init): Update.
13662 (mips_extract_struct_value_address): Delete function.
13663
13664 2004-01-08 David Mosberger <davidm@hpl.hp.com>
13665
13666 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
13667 reality.
13668
13669 2004-01-07 Andrew Cagney <cagney@redhat.com>
13670
13671 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
13672 architecture's elf flags (when available).
13673
13674 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
13675 FPU to the start, check the MIPS FPU when looking for an old
13676 architecture.
13677 (set_mipsfpu_single_command): Update the architecture.
13678 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
13679
13680 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
13681 (mips_mask_address_p): Add "tdep" parameter.
13682 (show_mask_address, mips_addr_bits_remove): Update.
13683 (mips_dump_tdep): Update.
13684 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
13685 (MIPS_STACK_ARGSIZE): Delete macro.
13686 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
13687 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
13688 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
13689 (mips_dump_tdep): Update.
13690 (MIPS_SAVED_REGSIZE): Delete macro.
13691 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
13692 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
13693 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
13694 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
13695 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
13696 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
13697 (mips_pop_frame, return_value_location): Update.
13698 (mips_n32n64_return_value, mips_dump_tdep): Update.
13699
13700 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
13701 MIPS ABI.
13702
13703 * mips-tdep.c: Update copyright.
13704 (mips_gdbarch_init): Merge two code blocks handling the register
13705 name and number layout.
13706
13707 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
13708
13709 * tracepoint.c (validate_actionline): Fix segv at EOF
13710
13711 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13712
13713 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
13714 properly for static fields.
13715
13716 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
13717 Jason Molenda <jmolenda@apple.com>
13718
13719 * disasm.c: Update copyright to include 2004.
13720 (do_mixed_source_and_assembly): For uiout asm list
13721 and tuple cleanups, initialize to null_cleanup instead of
13722 NULL and do so prior to loop. Only reset when we close off
13723 the tuple/list. Move check for whether to close off the
13724 asm tuple/list to after dump_insns call where it will be run
13725 on each loop iteration.
13726
13727 2004-01-05 Andrew Cagney <cagney@redhat.com>
13728
13729 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
13730 should be a switch case and not a label.
13731 * mips-tdep.c (mips32_next_pc): Delete unused labels
13732 "greater_equal_branch" and "less_zero_branch".
13733 * jv-valprint.c (java_print_value_fields): Delete unused label
13734 "flush_it".
13735
13736 * target.c (unpush_target): Only close a target that is in the
13737 target stack.
13738
13739 2004-01-05 Mark Kettenis <kettenis@gnu.org>
13740
13741 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
13742 address from [sp + 64] instead of %o2.
13743
13744 * frame.c (get_prev_frame): Don't try to unwind the PC. This
13745 fixes PR backtrace/1476.
13746
13747 2004-01-05 Andrew Cagney <cagney@redhat.com>
13748
13749 * libunwind-frame.h (struct frame_id): Add opaque declaration,
13750 move to start of file.
13751 * i386-tdep.h (struct regcache): Add opaque declaration.
13752 * config/ia64/nm-linux.h (struct target_ops): Add opaque
13753 declaration.
13754 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
13755 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
13756 * win32-nat.c (fake_create_process): Use ISO C style definition.
13757 * stabsread.c (define_symbol): Delete #ifndef
13758 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
13759 stabs_argument_has_addr call, macro never defined.
13760
13761 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
13762
13763 * op50-rom.c: Delete.
13764 * w89k-rom.c: Delete.
13765 * Makefile.in: Remove references.
13766
13767 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13768
13769 * x86-64-tdep.c: Update copyright year.
13770 (struct amd64_register_info): Rename from x86_64_register_info.
13771 (amd64_register_info): Rename from x86_64_register_info.
13772 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
13773 (amd64_register_name): Rename from x86_64_register_name.
13774 (amd64_register_type): Rename from x86_64_register_type.
13775 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
13776 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
13777 (amd64_dwarf_reg_to_regnum): Rename from
13778 x86_64_dwarf_reg_to_regnum.
13779 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
13780 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
13781 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
13782 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
13783 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
13784 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
13785 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
13786 (amd64_frame_cache): Rename from x86_64_frame_cache.
13787 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
13788 (amd64_frame_prev_register): Rename from
13789 x86_64_frame_prev_register.
13790 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
13791 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
13792 (amd64_sigtramp_frame_cache): Rename from
13793 x86_64_sigtramp_frame_cache.
13794 (amd64_sigtramp_frame_prev_register): Rename from
13795 x86_64_sigtramp_frame_prev_register.
13796 (amd64_sigtramp_frame_unwind): Rename from
13797 x86_64_sigtramp_frame_unwind.
13798 (amd64_sigtramp_frame_sniffer): Rename from
13799 x86_64_sigtramp_frame_sniffer.
13800 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
13801 (amd64_frame_base): Rename from x86_64_frame_base.
13802 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
13803 (amd64_frame_align): Rename from x86_64_frame_align.
13804 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
13805 (amd64_regset_from_core_section): Rename from
13806 x86_64_regset_from_core_section.
13807 (x86_64_init_abi): Update comments.
13808
13809 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
13810
13811 * MAINTAINERS (write after approval): Add myself.
13812
13813 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13814
13815 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
13816 `float' arguments.
13817
13818 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13819
13820 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
13821 such that it mentions a specific version of GCC that exhibits this
13822 bug.
13823
13824 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13825
13826 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
13827 structure that has a single `float' member, store it in %f1 in
13828 addition to %f0.
13829
13830 * sparc-sol2-nat.c: Add missing '\'.
13831
13832 * sparc-tdep.c (sparc32_return_value): New function.
13833 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
13834 Remove functions.
13835 (sparc32_gdbarch_init): Set return_value, don't set
13836 extract_return_value, store_return_value, use_struct_convention
13837 and return_value_on_stack.
13838
13839 * sparc-sol2-nat.c: Add missing ')'.
13840
13841 2004-01-03 J. Brobecker <brobecker@gnat.com>
13842
13843 * infrun.c (handle_step_into_function): New function.
13844 (handle_inferior_event): Extract out some code into the new
13845 function above.
13846
13847 2004-01-03 J. Brobecker <brobecker@gnat.com>
13848
13849 * infrun.c (handle_inferior_event): Move the declaration of
13850 real_stop_pc inside the if blocks where it is used.
13851
13852 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13853
13854 * sparc64-tdep.c (sparc64_16_byte_align_p)
13855 (sparc64_store_floating_fields, sparc64_store_floating_fields):
13856 Use check_typedef to get subtypes of structures and unions.
13857 (sparc64_store_return_value): Fix calculation of the appropriate
13858 offset into VALBUF when storing a structure or union.
13859 (sparc64_return_value): New function.
13860 (sparc64_use_struct_convention): Remove function.
13861 (sparc64_init_abi): Set return_value, don't set
13862 extract_return_value, store_return_value and
13863 use_struct_convention.
13864
13865 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
13866
13867 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
13868 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
13869 gdb/config/alpha/xm-alphaosf.h,
13870 gdb/config/powerpc/tm-ppcle-eabi.h,
13871 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
13872 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
13873 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
13874 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
13875 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
13876 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
13877 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
13878 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
13879 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
13880 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
13881 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
13882 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
13883 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
13884 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
13885 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
13886 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
13887 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
13888 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
13889 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
13890 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
13891 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
13892 Remove lines for .cvsignore files.
13893
13894 2004-01-03 J. Brobecker <brobecker@gnat.com>
13895
13896 * infrun.c: Back out the previous change.
13897
13898 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13899
13900 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
13901 sparc-*-sunos4* to the list of REMOVED configurations.
13902
13903 * configure.tgt: Add back sparc-*-vxworks*.
13904 * remote-vxsparc.c: Remove all includes except for "defs.h",
13905 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
13906 Include "sparc-tdep.h".
13907 (SPARC_R_G1): New define.
13908 (vxsparc_gregset): New variable.
13909 (ext_format_sparc): Remove extern declaration.
13910 (vx_read_register): Rewrite to use sparc32_supply_gregset and
13911 sparc32_supply_fpregset.
13912 (vx_write_register): Rewrite to use sparc32_collect_gregset,
13913 sparc_collect_rwindow and sparc32_collect_fpregset.
13914 * config/sparc/tm-vxworks.h: New file, based on recently removed
13915 tm-vxsparc.h.
13916 * config/sparc/vxworks.mt: New file, based on recently removed
13917 vxworks.mt.
13918
13919 2004-01-03 J. Brobecker <brobecker@gnat.com>
13920
13921 * infrun.c (handle_step_into_function): New function.
13922 (handle_inferior_event): Extract out some code into the new
13923 function above.
13924
13925 2004-01-02 Mark Kettenis <kettenis@gnu.org>
13926
13927 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
13928 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
13929 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
13930 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
13931 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
13932 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
13933 (sparc_nat_h): New variable.
13934 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
13935 (tm-sun4os4.h): Remove dependency.
13936 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
13937 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
13938 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
13939 sparc-tdep.o): Update dependencies.
13940 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
13941 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
13942 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
13943 dependencies.
13944 * configure.host: Remove existing sparc-*-lynxos*,
13945 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
13946 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
13947 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
13948 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
13949 triplets.
13950 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
13951 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
13952 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
13953 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
13954 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
13955 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
13956 sparc64-*-solaris2* and sparc64-*-* triplets.
13957 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
13958 "symtab.h" and "objfiles.h".
13959 (BIAS): Remove define.
13960 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
13961 (X_DISP19): Remove macros.
13962 (sparc_fetch_instruction): Remove function.
13963 (struct gdbarch_tdep): Remove definition.
13964 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
13965 (sparc_breakpoint_from_pc): Remove function.
13966 (struct sparc64_frame_cache): Remove definition.
13967 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
13968 sparc64_unwind_pc): Remove functions.
13969 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
13970 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
13971 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
13972 (sparc64_frame_cache): Change return type to `struct
13973 sparc_frame_cache *'. Simply call sparc_frame_cache.
13974 (sparc64_frame_this_id, sparc64_frame_prev_register,
13975 sparc64_frame_base_address): Use `struct sparc_frame_cache'
13976 instead of `struct sparc64_frame_cache.
13977 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
13978 sparc_analyze_control_transfer, sparc_software_single_step,
13979 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
13980 _initialize_sparc64_tdep): Remove functions.
13981 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
13982 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
13983 macros.
13984 (sparc64_supply_gregset, sparc64_collect_gregset,
13985 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
13986 (sparc64_init_abi): New function.
13987 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
13988 inclusion guard. Include "sparc-tdep.h".
13989 (BIAS): Define.
13990 (r_tstate_offset, r_fprs_offset): New defines.
13991 (enum sparc_regnum): Remove defenition.
13992 (enum sparc64_regnum): Reformat.
13993 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
13994 (sparc64_init_abi, sparc64_supply_gregset,
13995 sparc64_collect_gregset, sparc64_supply_fpregset,
13996 sparc64_collect_fpregset): New prototypes.
13997 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
13998 Add extern declarations.
13999 (sparc64_sol2_init_abi): New prototype.
14000 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14001 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14002 prototypes.
14003 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14004 "sparnbsd-nat.h".
14005 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14006 functions.
14007 (_initialize_sparc64fbsd_nat): Remove initialization of
14008 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14009 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
14010 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
14011 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14012 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14013 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14014 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14015 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14016 (sparc64fbsd_r_y_offset): Remove variables.
14017 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14018 Make static and const.
14019 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14020 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14021 functions.
14022 (sparc64fbsd_gregset): New variable.
14023 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14024 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14025 and sparc64_supply_fpregset.
14026 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14027 (sparc64fbsd_sigtramp_frame_this_id)
14028 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14029 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14030 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14031 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14032 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14033 * sparcnbsd-tdep.c: Update copyright year. Include
14034 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14035 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14036 "value.h" and "sparcnbsd-tdep.h".
14037 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14038 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14039 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14040 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14041 defines.
14042 (sparcnbsd_gregset): New variable.
14043 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14044 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14045 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14046 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14047 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14048 variables.
14049 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14050 (sparc32nbsd_sigcontext_frame_this_id)
14051 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14052 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14053 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14054 (sparcnbsd_get_longjmp_target_32,
14055 sparcnbsd_get_longjmp_target_64): Remove functions.
14056 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14057 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14058 sparcnbsd_init_elf): Remove.
14059 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14060 (sparcnbsd_elf_init_abi): New functions.
14061 (_initialize_sparcnbsd_tdep): New prototype.
14062 (_initialize_sparnbsd_tdep): Update.
14063 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14064 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14065 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14066 * config/sparc/linux.mh: Update comment.
14067 (XM_FILE, HOST_IPC): Remove variables.
14068 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14069 sparc-linux-nat.o.
14070 * config/sparc/linux.mt: Update comment.
14071 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14072 * config/sparc/nbsd.mt: Reformat.
14073 * config/sparc/nbsd64.mh: Update comment.
14074 (NATDEPFILES): Add sparc-nat.o.
14075 * config/sparc/nbsd64.mt: Update comment.
14076 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14077 (TM_FILE): Set to tm-nbsd.h.
14078 * config/sparc/nbsdelf.mh: Update comment.
14079 (NATDEPFILES): Add sparc-nat.o.
14080 (XM_FILE): Delete.
14081 * config/sparc/nbsdaout.mh: Update comment.
14082 (NATDEPFILES): Add sparc-nat.o
14083 (XM_FILE): Delete.
14084 * config/sparc/nm-linux.h: Update copyright year. Don't include
14085 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14086 inclusion.
14087 (KERNEL_U_SIZE): Remove define.
14088 (kernel_u_size): Remove prototype.
14089 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14090 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14091 "regcache.h".
14092 (CHILD_PREPARE_TO_STORE): Remove define.
14093 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14094 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14095 sparcnbsd-nat.c: Rewrite files.
14096 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14097 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14098 sparcnbsd-tdep.h: Remove files.
14099 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14100 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14101 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14102 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14103 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14104 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14105 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14106 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14107 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14108 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14109 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14110 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14111 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14112 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14113 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14114 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14115 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14116 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14117 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14118
14119 2004-01-02 Andrew Cagney <cagney@redhat.com>
14120
14121 From 2003-12-18 Kazuhiro Inaoka:
14122 * configure.host: Add m32r-linux target.
14123
14124 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14125
14126 * top.c (print_gdb_version): Update year to 2004.
14127
14128 2004-01-02 Mark Mitchell <mark@codesourcery.com>
14129
14130 * MAINTAINERS: Add myself to the write-after-approval category.
14131
14132 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
14133
14134 From Bernardo Innocenti <bernie@develer.com>:
14135 * configure.tgt: Add uClinux target.
14136
14137 2004-01-02 Andrew Cagney <cagney@redhat.com>
14138
14139 * utils.c (do_my_cleanups): Make static, add forward declaration.
14140 * defs.h (do_my_cleanups): Delete declaration.
14141
14142 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
14143
14144 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14145 bfd/ChangeLog-0203.
14146
14147 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14148
14149 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14150 in <machine/reg.h>.
14151 * configure, config.in: Regenerate.
14152
14153 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14154 tui/ChangeLog-1998-2003.
14155 \f
14156 Local Variables:
14157 mode: change-log
14158 left-margin: 8
14159 fill-column: 74
14160 version-control: never
14161 End:
This page took 0.365107 seconds and 4 git commands to generate.