f294ea85bb48fb4d8d54589aad0f7844e2a2f67c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-11-10 Randolph Chung <tausq@debian.org>
2
3 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
4 frame's type.
5
6 2004-11-10 Randolph Chung <tausq@debian.org>
7
8 * blockframe.c (inside_entry_func): Move to .....
9 * frame.c (inside_entry_func): ... here, and make static.
10 (backtrace_past_entry): New flag.
11 (get_prev_frame): Stop backtrace at the entry function if enabled
12 by flag. Update comments.
13 (_initialize_frame): Add command to set backtrace_past_entry flag.
14 * defs.h (inside_entry_func): Remove prototype.
15
16 2004-11-10 Mark Kettenis <kettenis@gnu.org>
17
18 * dwarf2read.c: Fix formatting.
19
20 2004-11-10 Andrew Cagney <cagney@gnu.org>
21
22 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
23 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
24 macros with function declarations.
25 * value.c (coerce_ref, coerce_array, coerce_number)
26 (coerce_enum): New functions.
27 (value_as_long, value_as_address): Update.
28 * ada-lang.c (ada_coerce_ref, ada_value_binop)
29 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
30 * jv-lang.c (evaluate_subexp_java): Update.
31 * valarith.c (value_less, value_neg, value_complement)
32 (value_binop, value_add, value_subscript, value_x_binop)
33 (value_logical_not, value_sub): Update.
34 * valops.c (check_field, value_struct_elt, value_ind)
35 (value_find_oload_method_list, value_cast, value_assign): Update.
36 * eval.c (evaluate_subexp_standard): Update.
37
38 2004-11-10 Mark Kettenis <kettenis@gnu.org>
39
40 * mips-tdep.c (mips32_relative_offset): Change return type to
41 LONGEST, change argument type to ULONGEST. Fix sign-extension.
42
43 2004-11-10 Randolph Chung <tausq@debian.org>
44
45 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
46 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
47 (hppa_fetch_pointer_argument): Likewise.
48 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
49 deprecated_read_memory_nobpt.
50 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
51 add_set_cmd sequence with add_setshow_boolean_cmd.
52
53 2004-11-09 Andrew Cagney <cagney@gnu.org>
54
55 GDB 6.3 released from GDB 6.3 branch.
56
57 2004-11-09 Andrew Cagney <cagney@gnu.org>
58
59 * values.c: Rename to ...
60 * value.c: ..., new file.
61 * Makefile.in: Update.
62
63 2004-11-09 Daniel Jacobowitz <dan@debian.org>
64
65 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
66 size.
67
68 2004-11-09 Andrew Cagney <cagney@gnu.org>
69
70 * TODO: Delete.
71
72 * value.h (struct value): Delete field bfd_section.
73 (VALUE_BFD_SECTION): Delete macro.
74 (COERCE_REF): Update.
75 (value_at, value_at_lazy): Delete asection parameter.
76 * printcmd.c (print_formatted, x_command): Update.
77 (do_examine): Delete asection parameter.
78 (next_section): Delete variable.
79 * valops.c (value_cast, value_at, value_at_lazy)
80 (value_coerce_function, value_addr, value_ind, value_string)
81 (find_rt_vbase_offset, value_full_object): Update.
82 * hpacc-abi.c (hpacc_virtual_fn_field)
83 (hpacc_value_rtti_type): Update.
84 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
85 (gnuv3_baseclass_offset): Update.
86 * f-valprint.c (f_val_print): Update.
87 * c-valprint.c (c_val_print): Update.
88 * p-valprint.c (pascal_val_print): Update.
89 * jv-valprint.c (java_value_print): Update.
90 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
91 * ada-lang.c (ada_value_primitive_packed_val)
92 (ada_evaluate_subexp): Update.
93 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
94 * expprint.c (print_subexp_standard): Update.
95 * infcall.c (call_function_by_hand): Update.
96 * valarith.c (value_add): Update.
97 * eval.c (evaluate_subexp_standard): Update.
98 * values.c (allocate_value, value_copy, value_static_field): Update.
99 * findvar.c (read_var_value, locate_var_value): Update.
100
101 2004-11-09 Andrew Cagney <cagney@gnu.org>
102
103 * i386-linux-tdep.c: Include "dwarf2-frame.h".
104 * Makefile.in: Update all dependencies.
105
106 2004-11-08 Andrew Cagney <cagney@gnu.org>
107
108 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
109 (sentinel_frame_unwinder): Add the prev_pc method.
110 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
111 available. Do not handle the sentinel-frame case.
112 * frame-unwind.h (frame_prev_register_ftype): Define.
113 (struct frame_unwind): Add prev_pc;
114
115 2004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
116
117 * configure.in: Check for ncurses/term.h.
118 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
119 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
120 * tui/tui.c: Don't include term.h.
121 * configure, config.in: Rebuilt.
122
123 2004-11-08 Mark Kettenis <kettenis@gnu.org>
124
125 * m68kbsd-nat.c: Include "inf-ptrace.h".
126 (_initialize_m68kbsd_nat): Fix pasto.
127 * Makefile.in (m68kbsd-nat.o): Update dependencies.
128
129 2004-11-08 Randolph Chung <tausq@debian.org>
130
131 * infrun.c (debug_infrun): New variable.
132 (resume, proceed, wait_for_inferior): Annotate with debug messages.
133 (handle_inferior_event, keep_going): Likewise.
134 (_initialize_infrun): Register "set debug infrun" command.
135
136 2004-11-08 Andreas Schwab <schwab@suse.de>
137
138 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
139 PTRACE_EVENT_VFORKDONE.
140 (child_follow_fork): Adjust.
141
142 2004-11-08 Andrew Cagney <cagney@gnu.org>
143
144 * README: Refer to 6.3, not 6.2, update directory listing droppng
145 references to intl/ and mmalloc/.
146 * PROBLEMS: Refer to 6.3 not 6.2.
147
148 * PROBLEMS: Delete no-longer applicable problems.
149
150 2004-11-07 Andrew Cagney <cagney@redhat.com>
151 Daniel Jacobowitz <dan@debian.org>
152 Roland McGrath <roland@redhat.com>
153
154 * Makefile.in (symfile-mem.o): Update dependencies.
155 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
156 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
157 * inf-ptrace.c (inf_ptrace_attach): Call
158 observer_notify_inferior_created.
159 * inftarg.c (child_attach): Likewise.
160 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
161 (symbol_file_add_from_memory): Take NAME argument. Use it for
162 the new BFD's filename.
163 (add_symbol_file_from_memory_command): Update call to
164 symbol_file_add_from_memory.
165 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
166 (symbol_file_add_from_memory_wrapper): New.
167 (_initialize_symfile_mem): Register add_vsyscall_page as an
168 inferior_created observer.
169
170 2004-11-07 Mark Kettenis <kettenis@gnu.org>
171
172 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
173 fetch_inferior_registers. Make static.
174 (m68kbsd_store_inferior_registers): Rename from
175 store_inferior_registers. Make static.
176 (_initialize_m68kbsd_nat): Construct and add target vector.
177 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
178 inftarg.o. Add inf-ptrace.o.
179 (NAT_FILE): Set to tm-solib.h.
180 (LOADLIBES): New variable.
181 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
182 inftarg.o. Add inf-ptrace.o.
183 (NAT_FILE): Delete variable.
184 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
185 inftarg.o. Add inf-ptrace.o.
186 (NAT_FILE): Set to tm-solib.h.
187 * config/m68k/nm-nbsdaout.h: Remove file.
188
189 2004-11-07 Daniel Jacobowitz <dan@debian.org>
190
191 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
192 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
193 (dwarf2_signal_frame_unwind): New.
194 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
195 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
196
197 2004-11-07 Mark Kettenis <kettenis@gnu.org>
198
199 * Makefile.in (mips64obsd-tdep.o): Fix typo.
200
201 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
202 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
203 to only include the structure members we actually need.
204 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
205 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
206 only include the structure members we actually need.
207 (mipsnbsd_init_abi): Update.
208
209 * mips64obsd-nat.c: Include "mips-tdep.h".
210 (MIPS64OBSD_NUM_REGS): Remove define.
211 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
212 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
213 floating-point registers correctly.
214 * Makefile.in (mips64obsd-nat.o): Update dependencies.
215
216 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
217 "gdb_assert.h".
218 (mips64obsd_sigframe_init): New function.
219 (mips64obsd_sigframe): New variable.
220 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
221 unwinder.
222 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
223
224 2004-11-06 Joel Brobecker <brobecker@gnat.com>
225
226 * alpha-mdebug-tdep.c: #include mdebugread.h.
227 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
228 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
229
230 2004-11-05 Andrew Cagney <cagney@gnu.org>
231
232 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
233 CFI and the init_reg method leave the register unspecified.
234 Include the register name in the "Incomplete CFI data" complaint.
235 Supress leading zeros in the address.
236
237 2004-11-05 Mark Kettenis <kettenis@gnu.org>
238
239 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
240 skipping a personality routine in a CIE augmentation.
241
242 2004-11-05 Jeff Johnston <jjohnstn@redhat.com>
243
244 * defs.h (fatal, vfatal): New function prototypes.
245 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
246 via catch_errors.
247 (backtrace_command): Change to call backtrace_command_stub via
248 catch_errors instead of calling backtrace_command_1 directly.
249 (backtrace_full_command): Ditto.
250 * utils.c (error_stream_1): New static function.
251 (verror): Change to call error_stream_1 instead of error_stream.
252 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
253 (vfatal, fatal): New functions.
254
255 2004-11-05 Andrew Cagney <cagney@gnu.org>
256
257 * stack.c (parse_frame_specification_1): Clear selected_frame_p
258 when not using selected frame.
259
260 2004-11-05 Mark Kettenis <kettenis@jive.nl>
261
262 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
263 personality routine in a CIE augmentation.
264
265 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
266
267 * stack.c (set_current_sal_from_frame): New function.
268 (print_args_stub): Use it.
269 (print_frame_info): Don't set sal here.
270
271 2004-11-04 Mark Kettenis <kettenis@gnu.org>
272
273 * dwarf2-frame.c (read_encoded_value): Change type of third
274 argument to `unsigned char *'. Add support for LEB128 encodings.
275
276 2004-11-04 Jim Blandy <jimb@redhat.com>
277
278 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
279 prevent cross-objfile references.
280 (make_cv_type): Doc fix. Don't create cross-objfile references,
281 even for stub types.
282 (replace_type): Add assertion to prevent cross-objfile references.
283 (check_typedef): Never resolve a stub type by copying over a type
284 from another file.
285
286 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
287
288 * Makefile.in (m32r-tdep.o): Update dependencies.
289 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
290 ABI-specific overrides.
291
292 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
293
294 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
295 unnecessary parallel execution bit.
296 (m32r_memory_remove_breakpoint): Ditto.
297 (m32r_breakpoint_from_pc): Update.
298
299 2004-11-03 Randolph Chung <tausq@debian.org>
300
301 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
302 frame_func_unwind to locate the unwind entry.
303 (hppa_frame_this_id): Likewise.
304
305 2004-11-03 Andrew Cagney <cagney@gnu.org>
306
307 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
308 packet, obsolete configurations, end-of-life deprecated_registers.
309
310 2004-11-02 Mark Kettenis <kettenis@gnu.org>
311
312 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
313 encodings as well as unsigned encodings.
314
315 2004-11-02 Andrew Cagney <cagney@gnu.org>
316
317 * value.h (COERCE_VARYING_ARRAY): Delete.
318 * valops.c (value_cast, value_slice): Delete use.
319 * valarith.c (value_subscript, value_concat): Delete use.
320
321 2004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
322
323 * NEWS: GDB understands GNAT Ada.
324
325 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
326
327 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
328 (amd64-sol2-tdep.o): Add dependencies.
329 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
330 config/i386/sol2-64.mt: New files.
331 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
332 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
333 (supply_gregset): Correct order of arguments to
334 amd64_supply_native_gregset.
335 (fill_gregset): Correct order of arguments to
336 amd64_collect_native_gregset.
337 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
338 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
339 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
340 for definition of NEW_PROC_API.
341 * configure: Regenerate.
342
343 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
344
345 * MAINTAINERS (Write After Approval): Add myself.
346
347 2004-11-01 Andrew Cagney <cagney@gnu.org>
348
349 * configure.tgt: Mark d10v-*-* as obsolete.
350 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
351
352 2004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
353
354 * values.c (modify_field): Correct handling of bit-fields that
355 don't fit in 32 bits. Use unsigned operations throughout and
356 simplify the code a bit. Document preconditions.
357
358 2004-10-31 Andrew Cagney <cagney@gnu.org>
359
360 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
361 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
362 (in_plt_section): Delete.
363
364 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
365 (mips_gdbarch_init): Do not set same.
366
367 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
368 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
369
370 * gdbarch.sh (in_solib_call_trampoline): Delete.
371 * gdbarch.h, gdbarch.c: Re-generate.
372
373 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
374 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
375 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
376 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
377 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
378
379 2004-10-31 Mark Kettenis <kettenis@gnu.org>
380
381 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
382 (mipsnbsd_fetch_inferior_registers): Rename from
383 fetch_inferior_registers. Make static.
384 (mipsnbsd_store_inferior_registers): Rename from
385 store_inferior_registers. Make static.
386 (_initialize_mipsnbsd_nat): New function and prototype.
387 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
388 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
389 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
390 inf-ptrace.o.
391
392 2004-10-31 Andrew Cagney <cagney@gnu.org>
393
394 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
395 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
396 delete corresponding unused function.
397 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
398 in_solib_call_trampoline.
399 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
400 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
401 * config/mips/tm-nbsd.h: Ditto.
402 * config/arm/tm-linux.h: Ditto.
403 * config/mips/tm-linux.h: Ditto.
404
405 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
406 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
407 in_solib_call_trampoline, delete corresponding unused function.
408 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
409 (vaxnbsd_aout_init_abi): Ditto.
410 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
411 (sparc32nbsd_aout_init_abi): Ditto.
412 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
413 (ppc_linux_init_abi): Ditto.
414 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
415 (ns32knbsd_init_abi_aout): Ditto.
416 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
417 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
418 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
419 (m68kbsd_aout_init_abi): Ditto.
420 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
421 (i386_cygwin_init_abi): Ditto.
422 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
423 (i386bsd_init_abi): Ditto.
424
425 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
426 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
427 isn't used by this architecture.
428 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
429 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
430 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
431 * s390-tdep.c (s390_gdbarch_init): Ditto.
432 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
433 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
434 * i386-tdep.c (i386_svr4_init_abi): Ditto.
435 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
436 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
437 * amd64-tdep.c (amd64_init_abi): Ditto.
438
439 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
440 in_solib_call_trampoline to its default value of
441 generic_in_solib_call_trampoline.
442 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
443 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
444 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
445 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
446 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
447 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
448
449 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
450
451 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
452
453 * config/mips/tm-mips.h: Delete file.
454 * remote-mips.c: Delete tm-mips.h from comment.
455 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
456 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
457 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
458 * config/mips/tm-linux.h: Don't include tm-mips.h.
459 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
460 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
461 * config/mips/tm-wince.h: Don't include.
462
463 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
464 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
465 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
466 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
467
468 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
469 * mdebugread.c (ecoff_relocate_efi): Delete function.
470 * objfiles.c (objfile_relocate): Delete #ifdef
471 MDEBUG_EFI_SYMBOL_NAME code.
472
473 2004-10-31 Orjan Friberg <organ.friberg@axis.com>
474 Andrew Cagney <cagney@gnu.org>
475
476 * gdbarch.sh (single_step_through_delay): Add.
477 * gdbarch.h, gdbarch.c: Re-generate.
478 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
479 (mips_step_skips_delay): Delete.
480 * mips-tdep.c (mips_single_step_through_delay): Replace
481 mips_step_skips_delay.
482 (mips_gdbarch_init): Set single_step_through_delay.
483 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
484
485 2004-10-31 Mark Kettenis <kettenis@gnu.org>
486
487 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
488 from TRAMP_FRAME frame type.
489
490 2004-10-31 Andrew Cagney <cagney@gnu.org>
491
492 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
493
494 * mips-tdep.c (mips_ignore_helper): Delete.
495 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
496 * infrun.c (handle_inferior_event): Delete #ifdef
497 DEPRECATED_IGNORE_HELPER_CALL code.
498
499 * config/mips/tm-mips.h (RA_REGNUM): Delete.
500
501 2004-10-31 Mark Kettenis <kettenis@gnu.org>
502
503 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
504 (fill_fpregset): Do not compile for 64-bit systems.
505 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
506 * Makefile.in (i386-sol2-nat.o): Update dependencies.
507 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
508
509 2004-10-30 Andrew Cagney <cagney@gnu.org>
510
511 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
512 (struct mdebug_extra_func_info): Define.
513 * config/alpha/tm-alpha.h: Delete same.
514 * config/mips/tm-mips.h: Delete same.
515 * mdebugread.c: Delete same.
516 * Makefile.in: Update dependencies.
517 * mips-mdebug-tdep.c: Include "mdebugread.h".
518
519 * objfiles.c: Include "mdebugread.h".
520 * mdebugread.c: Include "mdebugread.h".
521 (ecoff_relocate_cfi): Delete.
522 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
523 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
524 * mdebugread.h (ecoff_relocate_efi): New file.
525 * Makefile.in: Update dependencies.
526
527 * mips-tdep.c (struct frame_extra_info): Delete.
528 (temp_proc_desc): Delete.
529
530 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
531 MIPS_EFI_SYMBOL_NAME.
532 (mips_extra_func_info_t, mips_extra_func_info): Delete.
533 (struct mdebug_extra_func_info): Replace struct
534 alpha_extra_func_info and alpha_extra_func_info_t.
535 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
536 MIPS_EFI_SYMBOL_NAME.
537 (struct mdebug_extra_func_info): Replace struct
538 alpha_extra_func_info and alpha_extra_func_info_t.
539 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
540 * mdebugread.c, alpha-mdebug-tdep.c:
541
542 Suggested by Mark Kettenis.
543 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
544 fields frame_adjust and high_addr.
545 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
546 (non_heuristic_proc_desc): Delete references.
547
548 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
549 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
550 * mips-tdep.c: Update.
551
552 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
553 (MIPS_LAST_EMBED_REGNUM): Add.
554 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
555 (LAST_EMBED_REGNUM): Delete.
556 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
557
558 * config/mips/tm-mips.h (PS_REGNUM): Delete.
559 * mips-tdep.h (MIPS_PS_REGNUM): Add.
560 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
561 * mips-linux-nat.c: Update.
562
563 * mips-tdep.h: Add comments on registers.
564 (MIPS_UNUSED_REGNUM): Define.
565 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
566 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
567 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
568 * mips-linux-nat.c, remote-mips.c: Update.
569
570 * config/mips/tm-mips.h (t_insn): Delete.
571 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
572 Replace t_insn with ULONGEST.
573
574 2004-10-30 Mark Kettenis <kettenis@gnu.org>
575
576 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
577 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
578 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
579 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
580 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
581 (mipsnbsd_core_osabi_sniffer): New function.
582 (mipsnbsd_init_abi): Set regset_from_core_section.
583 (_initialize_mipsnbsd_tdep): Remove calls to
584 deprecated_add_core_fns.
585 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
586 (mipsnbsd_regset_from_core_section): New functions.
587 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
588 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
589
590 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
591 Remove optimization for DEPRECATED_FP_REGNUM.
592
593 2004-10-30 Andrew Cagney <cagney@gnu.org>
594
595 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
596 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
597 (alpha_setup_arbitrary_frame): Delete.
598 * mips-tdep.c (setup_arbitrary_frame): Delete.
599 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
600 (setup_arbitrary_frame): Delete.
601 * stack.c (parse_frame_specification_1): When specified, call
602 create_new_frame with two parameters. Delete #ifdef
603 SETUP_ARBITRARY_FRAME.
604
605 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
606 (MIPS_INSTLEN): Delete.
607 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
608 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
609 * remote-mips.c, mips-tdep.c: Update.
610
611 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
612 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
613 * mips-tdep.c (mips_mdebug_frame_cache)
614 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
615 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
616 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
617 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
618 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
619 (mips_gdbarch_init): Do not append mdebug sniffers.
620 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
621 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
622 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
623 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
624 * Makefile.in: Update dependencies.
625
626 * mips-tdep.h (mips_abi_regsize): Declare.
627 * mips-tdep.c (mips_abi_regsize): Make non-static.
628
629 * mips-tdep.c (gdb_print_insn_mips): Simplify.
630 (make_mips16_addr): Delete.
631
632 2004-10-30 Mark Kettenis <kettenis@gnu.org>
633
634 * i386-sol2-nat.c: New file.
635 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
636 i386-sol2-tdep.c.
637 (i386-sol2-nat.o): Update dependencies.
638 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
639 i386-sol2-nat.o.
640
641 2004-10-30 Andrew Cagney <cagney@gnu.org>
642
643 Total breakage identified by Joel Brobecker.
644 * mips-tdep.c (after_prologue): Delete.
645 (mips_skip_prologue): Use skip_prologue_using_sal.
646 (heuristic_proc_desc): Delete, unused.
647
648 2004-10-30 Mark Kettenis <kettenis@gnu.org>
649
650 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
651 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
652 Cleanup coding style.
653
654 2004-10-30 Andrew Cagney <cagney@gnu.org>
655
656 * mips-tdep.h (mips_pc_is_mips16): Declare.
657 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
658 non-static. Update calls.
659
660 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
661 * command.h (add_setshow_enum_cmd): Declare.
662 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
663
664 * mips-tdep.c (_initialize_mips_tdep): Use
665 add_setshow_zinteger_cmd.
666
667 * mips-tdep.c (mips_eabi_extract_return_value)
668 (mips_o64_extract_return_value, mips_o64_store_return_value)
669 (return_value_location, mips_eabi_reg_struct_has_addr)
670 (mips_eabi_use_struct_convention)
671 (mips_eabi_store_return_value): Delete.
672 (mips_eabi_store_return_value): New function.
673 (mips_eabi_return_value): New function.
674 (mips_gdbarch_init): For O64 and EABI, delete
675 extract_return_value, store_return_value, use_struct_convention
676 and reg_struct_has_addr, add return_value.
677
678 * mips-tdep.c (read_signed_register): Use
679 regcache_cooked_read_signed.
680
681 2004-10-30 Mark Kettenis <kettenis@gnu.org>
682
683 * mipsread.c: Cleanup coding style.
684 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
685 (mipscoff_symfile_finish): Remove prototypes.
686
687 2004-10-29 Mark Kettenis <kettenis@gnu.org>
688
689 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
690 (mips_mdebug_frame_cache, mips16_scan_prologue)
691 (mips32_scan_prologue, mips_stub_frame_cache)
692 (heuristic_proc_start, heuristic_proc_desc)
693 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
694 (mips_n32n64_return_value, mips_o32_push_dummy_call)
695 (mips_o32_return_value, mips_o64_push_dummy_call)
696 (mips_step_skips_delay, mips_skip_trampoline_code)
697 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
698 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
699 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
700 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
701 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
702 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
703 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
704 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
705 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
706 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
707 ZERO_REGNUM.
708 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
709 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
710 ZERO_REGNUM.
711 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
712 A0_REGNUM.
713 * mipsnbsd-nat.c: Include "mips-tdep.h".
714 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
715 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
716
717 2004-10-29 Andrew Cagney <cagney@gnu.org>
718
719 * stack.c (parse_frame_specification_1): New function based on
720 parse_frame_specification. Add message and selected_frame_p
721 paramters. Truely always return non-NULL.
722 (parse_frame_specification): Call parse_frame_specification_1.
723 (frame_info): Update. Eliminate target_has_stack check.
724 (select_frame_command): Update.
725
726 2004-10-29 Andrew Cagney <cagney@gnu.org>
727
728 * frame.h (get_selected_frame): Add message parameter.
729 * frame.c (get_selected_frame): Add and use message parameter.
730 * stack.c (current_frame_command, return_command, locals_info)
731 (catch_info, args_info, up_silently_base, down_silently_base): Use
732 get_selected_frame with an explicit message.
733 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
734 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
735 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
736 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
737 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
738 * breakpoint.c: Update.
739
740 2004-10-29 Andrew Cagney <cagney@gnu.org>
741
742 * trad-frame.c (trad_frame_get_prev_register): Use
743 frame_unwind_register instead of frame_register_unwind, do not
744 recurse the register's location.
745 * xstormy16-tdep.c (xstormy16_frame_prev_register):
746 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
747 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
748 * sh-tdep.c (sh_frame_prev_register): Ditto.
749 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
750 * i386-tdep.c (i386_frame_prev_register): Ditto.
751 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
752 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
753
754 2004-10-28 Mark Kettenis <kettenis@jive.nl>
755
756 * proc-events.c: Fix several coding-style issues. Consistently
757 use #ifdef instead of #if defined().
758 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
759 ARRAY_SIZE.
760 (_initialize_proc_events): New prototype.
761
762 * proc-why.c: Fix several coding-style issues.
763 (proc_prettyfprint_why): Use ARRAY_SIZE.
764
765 2004-10-27 Jim Blandy <jimb@redhat.com>
766
767 * remote.c (fetch_register_using_p): Construct 'p' packet in a
768 manner independent of the host byte order.
769
770 2004-10-27 Mark Kettenis <kettenis@gnu.org>
771
772 * mips-tdep.c (id_delayed): Remove prototype.
773
774 2004-10-26 Mark Kettenis <kettenis@gnu.org>
775
776 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
777 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
778 to enum with register numbers.
779 (enum mips_insn_size): New enum.
780
781 2004-10-26 Andrew Cagney <cagney@gnu.org>
782
783 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
784 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
785 (mips_gdbarch_init): Update.
786 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
787
788 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
789 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
790 IN_SOLIB_RETURN_TRAMPOLINE.
791 * mips-tdep.c (mips_dump_tdep): Do not print
792 IN_SOLIB_RETURN_TRAMPOLINE.
793 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
794 (mips_gdbarch_init): Update.
795
796 * mips-tdep.h (mips_software_single_step): Move to here ...
797 * config/mips/tm-mips.h: ... from here.
798 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
799 (SOFTWARE_SINGLE_STEP): Delete.
800 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
801
802 2004-10-25 Andrew Cagney <cagney@gnu.org>
803
804 * NEWS: Add Changes since GDB 6.3 section.
805
806 2004-10-23 Andreas Schwab <schwab@suse.de>
807
808 * ada-lang.c (grow_vect): Return the new array instead of
809 expecting pointer to pointer to avoid violation of aliasing rules.
810 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
811
812 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
813
814 * s390-tdep.c (enum pv_boolean): Remove.
815 (pv_is_array_ref): Remove.
816 (s390_on_stack): Remove.
817 (S390_NUM_SPILL_SLOTS): Remove.
818 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
819 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
820 (s390_store): Track all stores of orginal incoming registers to the
821 stack constant offsets relative to the CFA, instead of only tracking
822 stores into specific spill slots.
823 (s390_load): Likewise.
824 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
825 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
826 defined as call-saved by the ABI.
827 (s390_push_dummy_call): Use bottom of dummy call argument save area
828 as return value, not the top. Do not store to the called function's
829 register save area.
830 (s390_unwind_dummy_id): Adapt accordingly.
831
832 2004-10-23 Andrew Cagney <cagney@gnu.org>
833
834 * objfiles.h (struct objfile): Rename obj_private to
835 deprecated_obj_private, sym_private to deprecated_sym_private, and
836 sym_stab_info to deprecated_sym_stab_info.
837 * gdb-stabs.h: Update.
838 * elfread.c: Update.
839 * dbxread.c: Update.
840 * coffread.c: Update.
841 * xcoffread.c: Update.
842 * symfile.c: Update.
843 * somread.c: Update.
844 * nlmread.c: Update.
845 * mdebugread.c: Update.
846 * hpread.c: Update.
847 * coffread.c: Update.
848
849 2004-10-23 Mark Kettenis <kettenis@gnu.org>
850
851 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
852 * configure.host: Add mips64*-*-openbsd*.
853 * configure.tgt: Add mips64*-*-openbsd*.
854 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
855 mips64obsd-tdep.c.
856 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
857 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
858
859 2004-10-21 Joel Brobecker <brobecker@gnat.com>
860
861 * symtab.c (symbol_search_name): Minor reformatting.
862
863 2004-10-20 Joel Brobecker <brobecker@gnat.com>
864
865 * symtab.h: Fix typo in comment.
866
867 2004-10-19 Mark Kettenis <kettenis@gnu.org>
868
869 * dwarf2read.c (struct comp_unit_head): Fix coding style.
870 (dwarf_decode_line_header): Likewise.
871
872 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
873
874 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
875
876 2004-10-19 Andrew Cagney <cagney@gnu.org>
877
878 GDB 6.3 branch created.
879 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
880
881 2004-10-15 Joel Brobecker <brobecker@gnat.com>
882
883 * dwarf2read.c (set_cu_language): Set language to Ada for
884 DW_LANG_Ada83 and DW_LANG_Ada95.
885
886 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
887
888 From Andreas Schwab <schwab@suse.de>:
889 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
890 for xmalloc and xrealloc.
891
892 2004-10-15 Andrew Cagney <cagney@gnu.org>
893
894 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
895 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
896 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
897 Update dependencies.
898
899 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
900
901 * ada-lang.c (ada_lookup_symbol): Correct comment.
902 (ada_evaluate_subexp): Change error message for
903 OP_FUNCALL case so as not to indicate an internal error.
904
905 2004-10-15 Joel Brobecker <brobecker@gnat.com>
906
907 Committed by Paul Hilfinger.
908 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
909 type sizes in XVE/XVU types, and emit a warning when that happens,
910 instead of rounding up the size of the resulting type.
911 Some minor reformatting.
912 (ada_is_aligner_type): Do not consider a type as an aligner type
913 if there is a corresponding XVS type as well.
914 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
915 have several levels of pointer indirection to the array.
916
917 2004-10-15 Jerome Guitton <guitton@gnat.com>
918
919 Committed by Paul Hilfinger.
920 * ada-lang.c (check_size): New function.
921 (coerce_unspec_val_to_type): call check_size to make sure
922 that the object size is reasonable.
923 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
924 Implements the case when we get a reference when we evaluate
925 the expression of one of the bounds of the slice.
926 (ada_value_struct_elt): when a packed array field is
927 a reference, use ada_coerce_ref to dereference it; use
928 ada_value_ind only if it is a pointer.
929
930 2004-10-15 Joel Brobecker <brobecker@gnat.com>
931
932 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
933 a bit to avoid the necessity of an advance declaration. Remove
934 declaration.
935 (set_reg_offset): Move implemenation up.
936 (mips16_get_imm): Likewise.
937 (mips16_scan_prologue): Likewise.
938 (reset_saved_regs): Likewise.
939 (mips32_scan_prologue): Likewise.
940
941 2004-10-14 Joel Brobecker <brobecker@gnat.com>
942
943 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
944 Remove sp as a parameter, compute it internally instead. Move
945 prologue scanning limit from heuristic_proc_desc to here.
946 (mips16_scan_prologue): Likewise.
947 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
948 by call to mips16_scan_prologue.
949 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
950 by call to mips32_scan_prologue.
951 (heuristic_proc_desc): Remove code that's no longer necessary.
952 Update calls to mips16_scan_prologue and mips32_scan_prologue.
953 (mips_skip_prologue): Update calls to mips16_scan_prologue
954 and mips32_scan_prologue.
955
956 2004-10-14 Joel Brobecker <brobecker@gnat.com>
957
958 * mips-tdep.c (mips16_scan_prologue): Merge code from
959 mips16_skip_prologue. Now return the address of the first
960 instruction past the function prologue.
961 (mips16_skip_prologue): Remove, no longer necessary.
962 (mips_skip_prologue): Replace call to mips16_skip_prologue
963 by call to mips16_scan_prologue.
964
965 2004-10-14 Joel Brobecker <brobecker@gnat.com>
966
967 * mips-tdep.c (mips32_scan_prologue): Merge code from
968 mips32_skip_prologue. Now return the address of the first
969 instruction past the function prologue.
970 (mips32_skip_prologue): Remove. No longer necessary.
971 (mips16_skip_prologue): Add parameter end_pc instead of
972 computing it.
973 (mips_skip_prologue): Compute the upper limit for the
974 prologue scanning. Update call to mips16_skip_prologue.
975 Replace call to mips32_skip_prologue by call to
976 mips32_scan_prologue.
977
978 2004-10-14 Mark Kettenis <kettenis@gnu.org>
979
980 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
981 NetBSD system call stubs that store %rp in the ERP slot of the
982 stack frame.
983
984 * source.c: Always define O_BINARY to 0 if not defined already.
985 (openp): Unconditionally use O_BINARY.
986
987 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
988 * event-top.c (gdb_readline2): Likewise.
989
990 2004-10-14 Orjan Friberg <orjanf@axis.com>
991
992 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
993 deprecated_add_core_fns which was removed by mistake.
994
995 2004-10-13 Kevin Buettner <kevinb@redhat.com>
996
997 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
998 references to deprecated_registers[] with equivalent code.
999
1000 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1001
1002 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1003 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1004 instead of explicit test and print statement.
1005
1006 2004-10-12 Mark Kettenis <kettenis@gnu.org>
1007
1008 * sparc-nat.c: Include "inf-ptrace.h".
1009 (sparc_target): New function.
1010 * sparc-nat.h: Update copyright year.
1011 (sparc_target): New prototype.
1012 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1013 (_initialize_sparcnbsd_nat): Construct and add target vector.
1014 * sparc64nbsd-nat.c: Include "target.h".
1015 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1016 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1017 Update dependencies.
1018 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1019 inftarg.o, add inf-ptrace.o.
1020 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1021 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1022 (NAT_FILE): Set to nm-bsd.h.
1023 (LOADLIBES): New variable.
1024 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1025 infarg.o, add inf-ptrace.o.
1026 * config/sparc/nm-nbsdaout.h: Remove file.
1027 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1028 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1029 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1030
1031 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1032 "fopen-same.h". Update comment.
1033
1034 2004-10-11 Mark Kettenis <kettenis@gnu.org>
1035
1036 * i386gnu-nat.c: Include "gdb_string.h".
1037 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1038 registers when the floating-point state isn't initialized.
1039 * Makefile.in (i386gnu-nat.o): Update dependencies.
1040
1041 2004-10-11 David Anderson <davea@sgi.com>
1042
1043 * regcache.c (regcache_raw_read): Comment was missing "to".
1044 Extraneous ' removed.
1045 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1046 comment now describes use.
1047
1048 2004-10-11 Orjan Friberg <orjanf@axis.com>
1049
1050 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1051 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1052 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1053 (cris_sigtramp_frame_sniffer): New functions.
1054 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1055 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1056 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1057 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1058 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1059 command.
1060 (cris_version_update): Remove, replace with ...
1061 (set_cris_version): New function.
1062 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1063 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1064 (_initialize_cris_tdep): Remove CRIS mode command.
1065 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1066 cris-fpless-backtrace command.
1067 (cris_scan_prologue): Fix prologue scanning limit.
1068 (cris_register_type): Update to reflect actual registers.
1069 (cris_register_bytes_ok) Remove.
1070 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1071 Remove set_gdbarch_deprecated_register_size,
1072 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1073
1074 2004-10-10 Andrew Cagney <cagney@gnu.org>
1075
1076 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1077 comment.
1078
1079 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1080
1081 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1082
1083 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1084
1085 * mips-tdep.c (mips16_scan_prologue): Renames
1086 mips16_heuristic_proc_desc. Update comment.
1087 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1088 (heuristic_proc_desc): Update calls to the 2 functions above.
1089
1090 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1091
1092 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1093 Update comments. Also immediately return empty cache when the start
1094 address of our function could not be found.
1095 (mips_insn32_frame_cache): Likewise.
1096
1097 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1098
1099 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1100 (mips_insn16_frame_cache): Pass frame cache in call to
1101 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1102 Remove code that became redundant as a consequence.
1103 (mips32_heuristic_proc_desc): No longer compute a fake
1104 procedure descriptor. Compute the full frame cache instead.
1105 Some minor comment reformatting.
1106
1107 2004-10-10 Jim Blandy <jimb@redhat.com>
1108
1109 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1110 reader, tracing bytecode stuff): Remove self.
1111
1112 2004-10-10 Mark Kettenis <kettenis@gnu.org>
1113
1114 * sparc64-linux-tdep.c: Update copyright year. Don't include
1115 "solib-svr4.h".
1116 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1117 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1118 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1119
1120 * sparc-linux-tdep.c: Update copyright year.
1121 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1122 to struct frame_info *. Use safe_frame_unwind_memory instead of
1123 deprecated_read_memory_nobpt.
1124 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1125 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1126 changed signature of sparc_linux_sigtramp_start.
1127 (sparc32_linux_pc_in_sigtramp): Remove function.
1128 (sparc32_linux_sigtramp_p): New function.
1129 (sparc32_linux_sigtramp_frame_sniffer): Use
1130 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1131
1132 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1133 Remove function.
1134 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1135
1136 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1137 (decode_packed_array_type, value_subscript_packed)
1138 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1139 argument in call to lim_warning.
1140
1141 * configure.in: Really disable the TUI if an enhanced curses
1142 library isn't found.
1143 * configure: Regenerate.
1144
1145 2004-10-09 Mark Kettenis <kettenis@gnu.org>
1146
1147 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1148 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1149 * config/i386/nm-nbsdaout.h: Remove file.
1150 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1151 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1152 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1153 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1154 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1155 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1156 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1157 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1158 (ldd, ld_un, ld_2): Remove defines.
1159 * config/i386/nm-obsd.h: Likewise.
1160
1161 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1162
1163 * ada-lex.l: Remove useless rule whose right-context clause
1164 causes unreferenced static function warning for yyrealloc.
1165 (ada_flex_use): Remove the artificial reference to yyrealloc.
1166
1167 2004-10-08 Andrew Cagney <cagney@gnu.org>
1168
1169 * target.h (struct target_ops): Rename to_xfer_memory to
1170 deprecated_xfer_memory.
1171 * target.c: Update.
1172 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1173 * wince.c: Update.
1174 * win32-nat.c: Update.
1175 * v850ice.c: Update.
1176 * uw-thread.c: Update.
1177 * thread-db.c: Update.
1178 * sol-thread.c: Update.
1179 * remote.c: Update.
1180 * remote-vx.c: Update.
1181 * remote-st.c: Update.
1182 * remote-sim.c: Update.
1183 * remote-sds.c: Update.
1184 * remote-rdp.c: Update.
1185 * remote-rdi.c: Update.
1186 * remote-mips.c: Update.
1187 * remote-m32r-sdi.c: Update.
1188 * remote-e7000.c: Update.
1189 * procfs.c: Update.
1190 * ppc-bdm.c: Update.
1191 * nto-procfs.c: Update.
1192 * monitor.c: Update.
1193 * linux-nat.c: Update.
1194 * inftarg.c: Update.
1195 * hpux-thread.c: Update.
1196 * go32-nat.c: Update.
1197 * gnu-nat.c: Update.
1198 * exec.c: Update.
1199 * corelow.c: Update.
1200 * bsd-kvm.c: Update.
1201 * aix-thread.c: Update.
1202
1203 2004-10-08 Andrew Cagney <cagney@gnu.org>
1204
1205 * target.c (debug_target): Move to near start of file.
1206 (target_stopped_data_address_p): Re-org logic, add casts.
1207
1208 2004-10-02 Mark Kettenis <kettenis@gnu.org>
1209
1210 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
1211 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
1212 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
1213 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
1214 New defines.
1215
1216 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1217
1218 * target.h (to_stopped_data_address): Change prototype to
1219 take a CORE_ADDR pointer and return an int.
1220 * target.c (update_current_target): Change to_stopped_data_address
1221 to match new prototype.
1222 (debug_to_stopped_data_address): Change appropriately.
1223 * breakpoint.c (bpstat_stop_status): Change call to
1224 target_stopped_data_address to use new prototype.
1225 * frv-tdep.c (frv_have_stopped_data_address): New function.
1226 (frv_stopped_data_address): Change to new prototype and
1227 functionality.
1228 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
1229 prototype and functionality.
1230 (ia64_stopped_by_watchpoint): New function.
1231 * i386-nat.c (i386_stopped_data_address): Change to new
1232 prototype and functionality.
1233 (i386_stopped_by_watchpoint): New function.
1234 * remote.c (remote_stopped_data_address): Change to new prototype
1235 and functionality.
1236 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
1237 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
1238 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
1239 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
1240 new i386_stopped_by_watchpoint function.
1241 (i386_stopped_by_watchpoint): New prototype.
1242 (i386_stoppped_data_address): Change to new prototype.
1243 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
1244 new ia64_stopped_by_watchpoint function.
1245 (ia64_stopped_by_watchpoint): New prototype.
1246 (ia64_stopped_data_address): Ditto.
1247
1248 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
1249
1250 * ada-typeprint.c (ada_print_type): Use int_string for printing
1251 modulus of modular type.
1252 * ada-lang.h (ada_modulus): Change return type to unsigned.
1253 * ada-lang.c (ada_language_arch_info): Correct type of
1254 string_char_type.
1255 (ada_modulus): Return unsigned result.
1256 (ada_lookup_symbol): Remove user disambiguation and modify comment
1257 accordingly.
1258
1259 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
1260
1261 Committed by Paul Hilfinger.
1262 * ada-lang.c (decode_packed_array): On big-endian targets,
1263 left-justify the value if it comes with a modular type.
1264
1265 2004-10-08 Joel Brobecker <brobecker@gnat.com>
1266
1267 Committed by Paul Hilfinger.
1268 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
1269 (is_name_suffix): Add support for "___JM" suffixes.
1270 (ada_check_typedef): Renames ada_completed_type.
1271 Update all users of CHECK_TYPEDEF, check_typedef, and
1272 ada_complete_type to call ada_check_typedef.
1273 * ada-typeprint.c: Likewise.
1274 * ada-valprint.c: Likewise.
1275
1276 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
1277
1278 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
1279
1280 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
1281
1282 * MAINTAINERS: Update e-mail address.
1283
1284 2004-10-07 Daniel Jacobowitz <dan@debian.org>
1285
1286 From Maciej W. Rozycki <macro@mips.com>:
1287 * mips-tdep.c (mips32_next_pc): Check the register's contents,
1288 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
1289
1290 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
1291
1292 * m32r-tdep.c (decode_prologue): Support functions written
1293 in assembler language. Recognize trap instructions as the
1294 end of prologue.
1295 (m32r_frame_unwind_cache): Ditto.
1296 (m32r_skip_prologue): Extend search limit. Quit analyzing
1297 prologue if pc's location is not readable.
1298
1299 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
1300
1301 * Makefile.in (.l.c): Do conversions of names of alloc and free
1302 functions that are done for .y.c files, plus special one
1303 for yy_flex_realloc. Also, correct missing-file tests here.
1304 * ada-lex.l (malloc, free): Remove macros.
1305 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
1306 xrealloc.
1307 (ada_flex_use): Dummy definition to remove warnings about unused
1308 functions.
1309 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
1310 to suppress warning.
1311
1312 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1313
1314 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
1315 RETURN_VALUE.
1316 (sh_return_value_fpu): Ditto for CPUs with FPU.
1317 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1318 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
1319 Install sh_return_value_nofpu resp. sh_return_value_fpu as
1320 RETURN_VALUE functions.
1321
1322 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1323
1324 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
1325 (sh_pseudo_register_write): Ditto.
1326
1327 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1328
1329 * sh-tdep.c (IS_MACL_STS): New define.
1330 (IS_MOVI20): Ditto.
1331 (IS_MACL_LDS): Ditto.
1332 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
1333 instructions in prologue.
1334 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
1335 instructions in epilogue.
1336
1337 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1338
1339 * sh-tdep.c (SH_NUM_REGS): Define as 67.
1340 (sh_sh_register_name): Add eight empty register names.
1341 (sh_sh3_register_name): Ditto.
1342 (sh_sh3e_register_name): Ditto.
1343 (sh_sh2e_register_name): Ditto.
1344 (sh_sh2a_register_name): New function, defining SH2A register set.
1345 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
1346 in nofpu case.
1347 (sh_sh_dsp_register_name): Add eight empty register names.
1348 (sh_sh3_dsp_register_name): Ditto.
1349 (sh_sh4_register_name): Ditto.
1350 (sh_sh4_nofpu_register_name): Ditto.
1351 (sh_sh4al_dsp_register_name): Ditto.
1352 (sh2a_show_regs): New function.
1353 (sh2a_nofpu_show_regs): New function.
1354 (sh_sh2a_register_type): New function.
1355 (do_bank_register_info): New function.
1356 (sh_print_pseudo_register): Call do_bank_register_info.
1357 Call sh_print_pseudo_register for valid "bank" register.
1358 (sh_sh2a_register_sim_regno): New function.
1359 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
1360 Increment pseudo register count by one for all sh variants with
1361 pseudo registers to accomodate pseudo bank register.
1362 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
1363 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
1364 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
1365 Increment pseudo register numbers.
1366
1367 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1368
1369 * dwarf2read.c (read_subroutine_type): Call make_function_type
1370 instead of lookup_function_type.
1371
1372 2004-10-05 Jim Blandy <jimb@redhat.com>
1373
1374 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
1375 (Previous change missed some uses.)
1376
1377 2004-10-05 Andrew Cagney <cagney@gnu.org>
1378
1379 * target.h (deprecated_child_ops): Rename child_ops.
1380 * wince.c: Update copyright. Rename child_ops.
1381 * win32-nat.c: Rename child_ops.
1382 * target.c: Rename child_ops.
1383 * rs6000-nat.c: Rename child_ops.
1384 * linux-nat.c: Rename child_ops.
1385 * infttrace.c: Rename child_ops.
1386 * inftarg.c: Rename child_ops.
1387 * infptrace.c: Rename child_ops.
1388 * hppah-nat.c: Update copyright. Rename child_ops.
1389 * hpux-thread.c: Update copyright. Rename child_ops.
1390
1391 2004-10-05 Daniel Jacobowitz <dan@debian.org>
1392
1393 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
1394
1395 2004-10-05 Andrew Cagney <cagney@gnu.org>
1396
1397 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
1398
1399 2004-10-05 Daniel Jacobowitz <dan@debian.org>
1400
1401 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
1402 (die_ref_table): Remove.
1403 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
1404 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
1405 the usage of this type.
1406 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
1407 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
1408 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
1409 (dwarf2_create_include_psymtab): Update comment.
1410 (find_partial_die): Remove third argument. Remove unreachable call
1411 to error ().
1412 (dwarf2_find_containing_comp_unit): Update comments. Change one
1413 assertion to an error. Remove an unreachable error.
1414 (dwarf2_find_comp_unit): Update comments.
1415 (type_at_offset): Remove dead code.
1416 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
1417 (store_in_ref_table): Add CU argument.
1418 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
1419 inter-compilation-unit references.
1420 (load_full_comp_unit, process_full_comp_unit): New functions, based
1421 on psymtab_to_symtab_1.
1422 (psymtab_to_symtab_1): Use them.
1423 (dwarf2_add_dependence): New function.
1424 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
1425 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
1426 (partial_die_parent_scope, guess_structure_name): Update for changes
1427 to find_partial_die.
1428 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
1429 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
1430 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
1431 (read_die_and_children): Update call to store_in_ref_table.
1432 (do_free_die_list_cleanup): Remove.
1433 (fixup_partial_die): Update for changes to find_partial_die.
1434 (read_full_die): Handle queueing absolute references.
1435 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
1436 (dwarf2_attr, die_specification, die_type)
1437 (die_containing_type, dwarf2_extension): Update calls to
1438 follow_die_ref.
1439 (dump_die): Update DW_FORM_ref* handling.
1440 (dwarf2_get_ref_die_offset): Likewise.
1441 (free_one_comp_unit): Release the dies list.
1442 (dwarf2_mark_helper): New function.
1443 (dwarf2_mark): Use it.
1444
1445 2004-10-05 Mark Kettenis <kettenis@jive.nl>
1446
1447 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
1448 when writing to memory.
1449
1450 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
1451
1452 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
1453 (m32r_extract_struct_value_address): Delete function.
1454 (m32r_return_value): New function.
1455 (m32r_gdbarch_init): Instead of store_return_value,
1456 extract_return_value, deprecated_extract_struct_value_address
1457 and deprecated_use_struct_convention, set return_value.
1458
1459 2004-10-03 Daniel Jacobowitz <dan@debian.org>
1460
1461 * dwarf2read.c (read_subrange_type): Add comment for variable
1462 sized arrays.
1463
1464 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
1465
1466 * Makefile.in (.l.c): Modify rule for compatibility with recent
1467 versions of flex, and remove most command-line options.
1468 * ada-lex.l: Add %options line in place of -I -i and -s command-line
1469 options.
1470
1471 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
1472
1473 Turn on initial Ada support (mainly expression evaluation).
1474
1475 * Makefile.in (SFILES): Remove ada-tasks.c.
1476 (HFILES_NO_SRCDIR): Add ada-lang.h.
1477 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
1478 (YYOBJ): Add ada-exp.o.
1479 (rule .l.c): Generalize to not mention ada.
1480 * symtab.c: Include ada-lang.h.
1481 (symbol_natural_name, symbol_demangled_name)
1482 (symbol_search_name): Add Ada case.
1483
1484 2004-10-01 Andrew Cagney <cagney@gnu.org>
1485
1486 * Makefile.in (COMMON_OBS): Add inf-child.o.
1487 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
1488 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1489 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1490 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
1491 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
1492 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
1493 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
1494 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
1495 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1496 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1497 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
1498 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
1499 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
1500
1501 * target.c (xfer_using_stratum): Change return type to LONGEST.
1502 On each iteration offset, readbuf and writebuf.
1503 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
1504 partial_length, and read/modify/write predicate, update comments.
1505 Pass buffer.word to ptrace write.
1506
1507 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1508
1509 * symfile.c (init_filename_language_table): Add extensions for
1510 Ada.
1511 * defs.h (enum language): Add language_ada.
1512 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
1513 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
1514 (add_symbols_from_enclosing_procs): Make a no-op for now.
1515 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
1516 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
1517 (find_line_in_linetable, find_next_line_in_linetable)
1518 (read_all_symtabs, is_plausible_func_for_line)
1519 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
1520 (is_runtime_sym_defined, check_size): Remove declaration.
1521 (function_name_from_pc, ada_translate_error_message)
1522 (ada_lookup_minimal_symbol): Remove definition.
1523 (ada_add_block_symbols): Remove useless label.
1524 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
1525 useless declaration.
1526 (ada_is_exception_sym): Likewise.
1527
1528 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
1529
1530 Add m32r-linux support.
1531 * configure.tgt: Add m32r*-*-linux*.
1532 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
1533 and m32r-linux-tdep.c.
1534 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
1535 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
1536 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
1537 m32r-linux-tdep.c.
1538 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
1539 config/m32r/linux.mh, config/m32r/linux.mt,
1540 config/m32r/nm-linux.h: New files.
1541
1542 2004-09-30 Joel Brobecker <brobecker@gnat.com>
1543
1544 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
1545 (mips32_fetch_instruction): Remove, unused.
1546
1547 2004-09-30 Joel Brobecker <brobecker@gnat.com>
1548
1549 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
1550 conditions that will always be true.
1551
1552 2004-09-30 Mark Kettenis <kettenis@gnu.org>
1553
1554 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
1555 (vaxbsd_fetch_inferior_registers): Rename from
1556 fetch_inferior_registers. Make static.
1557 (vaxbsd_store_inferior_registers): Rename from
1558 store_inferior_registers. Make static.
1559 (_initialize_vaxbsd_nat): Construct and add target vector.
1560 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1561 inftarg.o. Add inf-child.o and inf-ptrace.o.
1562 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1563 inftarg.o. Add inf-child.o and inf-ptrace.o.
1564 (NAT_FILE): Remove.
1565 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
1566 inftarg.o. Add inf-child.o and inf-ptrace.o.
1567 (NAT_FILE): Remove.
1568 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1569
1570 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1571 (m88kbsd_fetch_inferior_registers): Rename from
1572 fetch_inferior_registers. Make static.
1573 (m88kbsd_store_inferior_registers): Rename from
1574 store_inferior_registers. Make static.
1575 (_initialize_m88kbsd_nat): New prototype and function.
1576 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1577 inftarg.o. Add inf-child.o and inf-ptrace.o.
1578 (NAT_FILE): Remove.
1579 * Makefile.in (m88kbsd-nat.o): Update dependencies.
1580
1581 2004-09-30 Andrew Cagney <cagney@gnu.org>
1582
1583 * target.c (target_xfer_partial): New function.
1584 (target_read_memory_partial, target_write_memory_partial)
1585 (default_xfer_partial, target_read_partial, target_write_partial)
1586 (xfer_using_stratum): Use.
1587 (debug_to_xfer_partial): Delete function.
1588 (setup_target_debug): Do not override to_xfer_partial.
1589
1590 2004-09-30 Mark Kettenis <kettenis@chello.nl>
1591
1592 * fork-child.c: Update copyright year. Fix coding style.
1593
1594 2004-09-29 Mark Kettenis <kettenis@gnu.org>
1595
1596 * defs.h (msavestring, mstrsave): Remove prototypes.
1597 * utils.c (msavestring, mstrsave): Remove functions.
1598 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
1599 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
1600 of mstrsave.
1601 * source.c (find_and_open_source): Use xstrdup instead of
1602 mstrsave.
1603
1604 2004-09-30 Andrew Cagney <cagney@gnu.org>
1605
1606 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
1607 (inf_ptrace_xfer_memory): Delete.
1608 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
1609 (target_read_memory, target_write_memory): Use xfer_using_stratum
1610 when target_xfer_partial_p.
1611 (debug_target): Move to start of file.
1612 (target_read_memory_partial, target_write_memory_partial): Use
1613 to_xfer_partial when target_xfer_partial_p.
1614
1615 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
1616 inf_ptrace_xfer_memory with equivalent code.
1617 * inftarg.c (child_xfer_partial): When performing a write, pass
1618 writebuf to child_xfer_memory.
1619
1620 * target.c (target_read_string): Use target_read_memory instead of
1621 target_xfer_memory.
1622
1623 2004-09-29 Andrew Cagney <cagney@gnu.org>
1624
1625 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
1626 the address of status.
1627
1628 * infptrace.c (ptrace_wait): Mention problem with HPUX.
1629 (kill_inferior): Inline ptrace_wait call.
1630 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
1631 * inftarg.c (child_wait): Inline ptrace_wait call.
1632
1633 * target.h (struct target_ops): Delete field to_post_wait.
1634 (target_post_wait): Delete macro.
1635 (child_post_wait): Delete declaration.
1636 * target.c (update_current_target, update_current_target)
1637 (debug_to_post_wait, setup_target_debug): Delete functions and
1638 references.
1639 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
1640 * inftarg.c (child_post_wait): Delete.
1641 (init_child_ops): Do not set to_post_wait.
1642 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
1643 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
1644 * inf-child.c (inf_child_post_wait): Delete.
1645 (inf_child_target): Do not set to_post_wait.
1646 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
1647 (inf_ptrace_target): Do not set to_post_wait.
1648
1649 * wince.c (child_ops): Delete.
1650 * win32-nat.c (child_ops): Delete.
1651
1652 * inftarg.c (inftarg_set_find_memory_regions)
1653 (inftarg_set_make_corefile_notes): Delete functions.
1654 (_initialize_linux_nat): Inline calls.
1655
1656 * target.h (child_ops): Declare.
1657 * inftarg.c (child_ops): Move from here ...
1658 * target.c (child_ops): ... to here.
1659 * wince.c (child_ops): Delete extern declaration.
1660 * win32-nat.c (child_ops): Delete extern declaration.
1661 * linux-nat.c (child_ops): Delete extern declaration.
1662 * hpux-thread.c (child_ops): Delete extern declaration.
1663
1664 2004-09-28 Mark Kettenis <kettenis@gnu.org>
1665
1666 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
1667
1668 2004-09-28 Mark Kettenis <kettenis@gnu.org>
1669
1670 * configure.in: Only set host_makefile_frag when building a native
1671 debugger.
1672 * configure: Regenerate.
1673
1674 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
1675 for OpenBSD ELF.
1676
1677 2004-09-28 Andrew Cagney <cagney@gnu.org>
1678
1679 Problem identified by Paul Hilfinger.
1680 * Makefile.in (ada_lex_c): Define.
1681 (ada-lex.o): Delete rule.
1682
1683 * linux-proc.c: Delete file.
1684 * Makefile.in: Update.
1685 * config/sparc/linux64.mh (NATDEPFILES):
1686 * config/sparc/linux.mh (NATDEPFILES): Update.
1687 * config/s390/s390.mh (NATDEPFILES): Update.
1688 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
1689 * config/powerpc/linux.mh (NATDEPFILES): Update.
1690 * config/pa/linux.mh (NATDEPFILES): Update.
1691 * config/mips/linux.mh (NATDEPFILES): Update.
1692 * config/m68k/linux.mh (NATDEPFILES): Update.
1693 * config/ia64/linux.mh (NATDEPFILES): Update.
1694 * config/i386/linux64.mh (NATDEPFILES): Update.
1695 * config/i386/linux.mh (NATDEPFILES): Update.
1696 * config/arm/linux.mh (NATDEPFILES): Update.
1697 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
1698 * linux-nat.c: Update copyright. Include <sys/param.h>,
1699 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
1700 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
1701 (O_LARGEFILE): Possibly define.
1702 (_initialize_linux_nat, linux_proc_pending_signals)
1703 (add_line_to_sigset, linux_proc_xfer_memory)
1704 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
1705 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
1706 (struct linux_corefile_thread_data)
1707 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
1708 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
1709
1710 2004-09-16 Andrew Cagney <cagney@gnu.org>
1711
1712 * lin-lwp.c: Delete file.
1713 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
1714 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
1715 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
1716 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
1717 (linux_nat_attach, detach_callback, linux_nat_detach)
1718 (resume_callback, resume_clear_callback, linux_nat_resume)
1719 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
1720 (stop_wait_callback, linux_nat_has_pending, flush_callback)
1721 (status_callback, running_callback, count_events_callback)
1722 (select_singlestep_lwp_callback, select_event_lwp_callback)
1723 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
1724 (child_wait, stop_and_resume_callback, linux_nat_wait)
1725 (kill_callback, kill_wait_callback, linux_nat_kill)
1726 (linux_nat_create_inferior, linux_nat_mourn_inferior)
1727 (linux_nat_xfer_memory, linux_nat_thread_alive)
1728 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
1729 (_initialize_linux_nat): New functions.
1730 * Makefile.in: Update all dependencies.
1731 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1732 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1733 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
1734 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1735 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1736 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1737 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1738 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1739 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1740 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1741 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1742 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1743 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1744
1745 2004-09-27 Mark Kettenis <kettenis@gnu.org>
1746
1747 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
1748 config/i386/obsd64.mh (NAT_FILE): Remove variable.
1749
1750 * configure.in: Don't comment out NATDEPFILES in the generated
1751 Makefile if NAT_FILE is unset.
1752 * configure: Regenerate.
1753
1754 2004-09-27 Andrew Cagney <cagney@gnu.org>
1755
1756 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
1757 (insert_step_resume_breakpoint): Delete.
1758 (insert_step_resume_breakpoint_at_frame): New function.
1759 (insert_step_resume_breakpoint_at_sal): New function.
1760 (handle_inferior_event, step_into_function)
1761 (insert_step_resume_breakpoint): Simplify by using same.
1762
1763 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
1764
1765 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1766
1767 * fbsd-proc.c: Remove file.
1768 * Makefile.in (fbsd-proc.o): Remove dependency.
1769
1770 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
1771 code together.
1772
1773 * config/i386/nm-fbsd64.h: Remove file.
1774 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1775
1776 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1777
1778 * amd64-nat.h: Update copyright year.
1779 (amd64bsd_target): New prototype.
1780 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
1781 (amd64bsd_target): New function.
1782 (amd64bsd_fetch_inferior_registers): Rename from
1783 fetch_inferior_registers. Make static.
1784 (amd64bsd_store_inferior_registers): Rename from
1785 store_inferior_registers. Make static.
1786 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
1787 (_initialize_amd64fbsd_nat): Construct and add target vector.
1788 * amd64nbsd-nat.o: Include "target.h".
1789 (_initialize_amd64nbsd_nat): Construct and add target vector.
1790 * amd64obsd-nat.c: Include "target.h".
1791 (_initialize_amd64obsd_nat): Construct and add target vector.
1792 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
1793 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
1794 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
1795 fbsd-nat.o.
1796 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
1797 Remove infptrace.o and inftarg.o. Add inf-child.o and
1798 inf-ptrace.o.
1799 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
1800 (amd64obsd-nat.o): Update dependencies.
1801
1802 2004-09-25 Mark Kettenis <kettenis@gnu.org>
1803
1804 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
1805 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
1806 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
1807 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
1808 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
1809
1810 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
1811 Inline attach call.
1812 (inf_ptrace_detach): Inline detach call.
1813
1814 * configure.in: Check for waddstr instead of mvwaddstr when
1815 searching for curses library. Check for wborder.
1816 * configure, config.in: Regenerate.
1817 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
1818 available.
1819
1820 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
1821
1822 2004-09-24 Robert Picco <Robert.Picco@hp.com>
1823
1824 Committed by Andrew Cagney.
1825 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
1826 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
1827 configuration.
1828 (fetch_register_using_p): Implement 'p' packet. Based on code by
1829 Fernando Nasser.
1830 (remote_fetch_registers): Call fetch_register_using_p.
1831 (init_all_packet_configs, show_remote_cmd)
1832 (_initialize_remote): Add p-packet.
1833
1834 2004-09-24 Mark Kettenis <kettenis@gnu.org>
1835
1836 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
1837 instead of call_ptrace. Call wait directly instead of
1838 ptrace_wait.
1839 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
1840 (inf_ptrace_wait): Inline ptrace_wait call.
1841
1842 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1843
1844 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
1845 rolled back instead.
1846
1847 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1848
1849 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
1850 the new argument order.
1851
1852 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
1853
1854 * MAINTAINERS: Remove "broken" from XStormy16 entry.
1855 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
1856 (struct gdbarch_tdep): Remove.
1857 (struct xstormy16_frame_cache): New frame cache structure.
1858 (xstormy16_register_byte, xstormy16_register_raw_size)
1859 (xstormy16_reg_virtual_type, xstormy16_register_type)
1860 (xstormy16_push_arguments, xstormy16_push_return_address)
1861 (xstormy16_pop_frame, xstormy16_store_struct_return)
1862 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
1863 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
1864 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
1865 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
1866 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
1867 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
1868 (xstormy16_use_struct_convention): Drop gcc_p parameter.
1869 (xstormy16_extract_return_value, xstormy16_store_return_value):
1870 Regcachify. Drop useless struct convention handling.
1871 (xstormy16_register_type, xstormy16_return_value)
1872 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
1873 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
1874 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
1875 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
1876 (xstormy16_unwind_sp, xstormy16_unwind_pc)
1877 (xstormy16_unwind_dummy_id) : New functions.
1878 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
1879 of xstormy16_scan_prologue.
1880 (xstormy16_frame_unwind): New frame_unwind structure.
1881 (xstormy16_frame_base): New frame_base structure.
1882 (xstormy16_gdbarch_init): Accomodate all of the above changes.
1883 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
1884
1885 2004-09-22 Mark Kettenis <kettenis@gnu.org>
1886
1887 * language.c (language_gdbarch_post_init): Fix off-by one error.
1888
1889 2004-09-21 Daniel Jacobowitz <dan@debian.org>
1890
1891 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
1892 (struct dwarf2_offset_and_type): New.
1893 (set_die_type, reset_die_and_siblings_types, get_die_type)
1894 (offset_and_type_hash, offset_and_type_eq): New functions.
1895 (read_structure_type, read_enumeration_type, read_array_type)
1896 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
1897 (read_tag_reference_type, read_tag_const_type)
1898 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
1899 (read_typedef, read_base_type, read_subrange_type): Use
1900 set_die_type.
1901
1902 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1903
1904 * Makefile.in (dwarf2read.o): Update dependencies.
1905 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
1906 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
1907 and read_in_chain.
1908 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
1909 mark, and has_form_ref_addr.
1910 (struct dwarf2_per_cu_data): New.
1911 (dwarf2_max_cache_age): New.
1912 (dwarf2_build_psymtabs_hard): Free cached compilation units
1913 after loading. Create and manage the list of compilation units.
1914 Remove unnecessary NULL initialization. Fix indentation.
1915 (psymtab_to_symtab_1): Initialize all of CU.
1916 (dwarf2_read_abbrevs): Set has_form_ref_addr.
1917 (find_partial_die): Use dwarf2_find_containing_comp_unit
1918 and load_comp_unit.
1919 (free_stack_comp_unit): Update comments. Clear the per-cu
1920 pointer. Handle aging.
1921 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
1922 (age_cached_comp_units, free_one_cached_comp_unit)
1923 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
1924 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
1925 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
1926 (show_dwarf2_cmd): New.
1927 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
1928 and "maint show dwarf2 max-cache-age".
1929 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
1930 externs.
1931 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
1932 global.
1933
1934 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
1935
1936 * dwarf2read.c (typename_concat): Change prototype to accept obstack
1937 and dwarf2_cu struct pointer as arguments. Change function to use
1938 obstack if provided and use dwarf2_cu to determine language-specific
1939 separator.
1940 (partial_die_parent_scope): Change comment to include java. Use
1941 new version of typename_concat instead of obconcat.
1942 (partial_die_full_name): Use typename_concat.
1943 (read_namespace): Ditto.
1944 (read_enumeration_type): Use typename_concat instead of obconcat.
1945 (new_symbol): Ditto.
1946 (add_partial_symbol): Enhance tests for C++ to also test for Java.
1947 (guess_structure_name): Ditto.
1948 (read_subroutine_type): Ditto.
1949 (read_structure_type): Ditto.
1950 (is_vtable_name): Add Java support.
1951 (determine_class_name): Switch to new typename_concat call.
1952 (determine_prefix): Switch to new typename_concat call.
1953 * jv-exp.y (FuncStart): New pattern.
1954 (MethodInvocation): Add support for simple function calls. Change
1955 warning message for other forms of inferior call currently not
1956 supported.
1957 * valarith.c (value_subscript): Treat an array with upper-bound
1958 of -1 as unknown size.
1959
1960 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1961
1962 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
1963 (lookup_partial_symtab): Use symtab_to_fullname.
1964
1965 2004-09-19 Jim Blandy <jimb@redhat.com>
1966
1967 * minsyms.c (lookup_minimal_symbol): Doc fix.
1968
1969 2004-09-20 Andrew Cagney <cagney@gnu.org>
1970
1971 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
1972 CHILD_RESUME.
1973 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
1974 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
1975 KILL_INFERIOR.
1976 * infptrace.c: Update.
1977
1978 2004-09-19 Daniel Jacobowitz <dan@debian.org>
1979
1980 * symtab.c (output_source_filename): Mark first argument as const.
1981 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
1982 for "info sources" output.
1983
1984 2004-09-20 Mark Kettenis <kettenis@gnu.org>
1985
1986 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
1987 <machine/vmparam.h>.
1988 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
1989 (register_u_addr): Remove prototype.
1990
1991 2004-09-19 Mark Kettenis <kettenis@gnu.org>
1992
1993 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
1994 (i386bsd_fetch_inferior_registers): Rename from
1995 fetch_inferior_registers. Make static.
1996 (i386bsd_store_inferior_registers): Rename from
1997 store_inferior_registers. Make static.
1998 (i386bsd_target): New function.
1999 * i386bsd-nat.h: New file.
2000 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2001 "i386bsd-nat.h".
2002 (i386fbsd_resume): Rename from child_resume. Make static.
2003 (_initialize_i386fbsd_nat): Construct and add target vector.
2004 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2005 (_initialize_i386nbsd_nat): Construct and add target vector.
2006 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2007 Remove defines.
2008 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2009 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2010 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2011 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2012 (LOADLIBES): New variable.
2013 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2014 inf-ptrace.o. Remove inftarg.o.
2015 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2016 inf-ptrace.o. Remove inftarg.o.
2017 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2018 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2019 (LOADLIBES): New variable.
2020 * Makefile.in (i386bsd_nat_h): New variable.
2021 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2022 dependencies.
2023
2024 * sparc64nbsd-tdep.c: Include "objfiles.h".
2025 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2026 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2027 svr4_lp64_fetch_link_map_offsets.
2028 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2029 "nbsd-tdep.h".
2030 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2031 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2032 svr4_lp64_fetch_link_map_offsets.
2033 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2034 dependencies.
2035
2036 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2037 * fbsd-nat.h: New file.
2038 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2039 (fbsd_nat_h): New variable.
2040 (fbsd-nat.o): New dependency.
2041
2042 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2043 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2044
2045 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2046 comment.
2047
2048 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2049
2050 * ada-exp.y (type_int): New function to add layer of abstraction
2051 around references to expression types.
2052 (type_long): Ditto.
2053 (type_long_long): Ditto.
2054 (type_float): Ditto.
2055 (type_double): Ditto.
2056 (type_long_double): Ditto.
2057 (type_char): Ditto.
2058 (type_system_address): Ditto.
2059 (simple_exp): Use type_* functions in place of builtin_*
2060 variables.
2061 (exp): Ditto.
2062 (write_var_from_name): Ditto.
2063 (write_object_renaming): Ditto.
2064 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2065 declaration.
2066 (build_ada_types): Remove, replacing with...
2067 (ada_language_arch_info): New function to initialize primitive
2068 type vector in language_arch_info.
2069 (ada_array_length): Remove use of builtin_type_ada_int.
2070 (value_pos_atr): Ditto.
2071 (ada_evaluate_subexp): Ditto.
2072 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2073 builtin_type_ada_long_long, builtin_type_ada_char,
2074 builtin_type_ada_float, builtin_type_ada_double,
2075 builtin_type_ada_long_double, builtin_type_ada_natural,
2076 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2077 (ada_builtin_types): Remove.
2078 (ada_language_defn): Remove entries for la_builtin_type_vector and
2079 string_char_type and use ada_language_arch_info.
2080 (_initialize_ada_language): Do type-vector initialization along
2081 the lines of c-lang.c.
2082 (ada_create_fundamental_type): Break up line.
2083 (ada_dump_symtab): Remove unused function.
2084 (enum ada_primitive_types): Define.
2085 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2086 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2087 builtin_type_ada_float, builtin_type_ada_double,
2088 builtin_type_ada_long_double, builtin_type_ada_natural,
2089 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2090 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2091 (processInt): Ditto.
2092 (processReal): Ditto.
2093 (name_lookup): Ditto.
2094 * ada-typeprint.c (print_range): Use builtin_type_int, not
2095 builtin_type_ada_int.
2096
2097 2004-09-18 Mark Kettenis <kettenis@gnu.org>
2098
2099 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2100
2101 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2102 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2103 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2104 * configure.in: Improve checks for curses library by checking for
2105 mvwaddstr instead of initscr. Drop HP curses in favour of
2106 standard curses on HP-UX.
2107 * configure: Regenerated.
2108
2109 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2110
2111 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2112 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2113 Minor formatting changes.
2114 (empty_array): Slight rewrite for formatting.
2115 (emit_char,parse,ada_language_defn,build_ada_types,
2116 ada_is_exception_sym, _initialize_ada_language): Move
2117 definitions around.
2118 (ada_dump_symtab): Remove unused definition.
2119 (ada_maybe_exception_partial_symbol): Remove unused definition.
2120
2121 2004-09-16 Andrew Cagney <cagney@gnu.org>
2122
2123 * inf-child.c: Include "gdb_string.h".
2124 (inf_child_core_file_to_sym_file): Delete.
2125 (inf_child_target): Set to_fetch_registers and to_store_registers.
2126 * inf-ptrace.c: Include "gdb_string.h".
2127 * Makefile.in: Update all dependencies.
2128
2129 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2130 problem.
2131
2132 2004-09-14 Joel Brobecker <brobecker@gnat.com>
2133
2134 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2135 call to heuristic_proc_desc. Remove code that became redundant
2136 as a consequence.
2137 (read_next_frame_reg): Remove special case for SP_REGNUM.
2138 (set_reg_offset): Fix small typo.
2139 (reset_saved_regs): New procedure.
2140 (mips32_heuristic_proc_desc): No longer compute a fake
2141 procedure descriptor. Compute the full frame cache instead.
2142 Some minor comment reformatting.
2143
2144 2004-09-14 Andrew Cagney <cagney@gnu.org>
2145
2146 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2147 maintainer.
2148
2149 * thread-db.c (thread_db_new_objfile): Assume that there is a
2150 child process.
2151
2152 2004-09-13 Jim Blandy <jimb@redhat.com>
2153
2154 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2155 so that its storage isn't referenced after its lifetime ends.
2156
2157 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2158 and never assigned to. Delete it, and the 'if (use_buffer)'
2159 clauses. Delete 'raw_buffer', since it is now unused.
2160
2161 2004-09-13 Andrew Cagney <cagney@gnu.org>
2162
2163 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2164 * configure: Re-generate.
2165 * nlm/Makefile.in (TAGS): Update.
2166 * Makefile.in (TAGS): Update.
2167 * config/vax/nbsd.mt (TM_FILE): Update.
2168 * config/sparc/vxworks.mt (TM_FILE): Update.
2169 * config/sparc/sol2.mt (TM_FILE): Update.
2170 * config/sparc/sol2-64.mt (TM_FILE): Update.
2171 * config/sparc/obsd64.mt (TM_FILE): Update.
2172 * config/sparc/obsd.mt (TM_FILE): Update.
2173 * config/sparc/nbsd64.mt (TM_FILE): Update.
2174 * config/sparc/nbsd.mt (TM_FILE): Update.
2175 * config/sparc/linux64.mt (TM_FILE): Update.
2176 * config/sparc/linux.mt (TM_FILE): Update.
2177 * config/sparc/fbsd.mt (TM_FILE): Update.
2178 * config/sh/wince.mt (TM_FILE): Update.
2179 * config/sh/nbsd.mt (TM_FILE): Update.
2180 * config/sh/linux.mt (TM_FILE): Update.
2181 * config/sh/embed.mt (TM_FILE): Update.
2182 * config/s390/s390.mt (TM_FILE): Update.
2183 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2184 * config/rs6000/rs6000.mt (TM_FILE): Update.
2185 * config/rs6000/aix4.mt (TM_FILE): Update.
2186 * config/powerpc/vxworks.mt (TM_FILE): Update.
2187 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2188 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2189 * config/powerpc/obsd.mt (TM_FILE): Update.
2190 * config/powerpc/nbsd.mt (TM_FILE): Update.
2191 * config/powerpc/linux.mt (TM_FILE): Update.
2192 * config/powerpc/aix.mt (TM_FILE): Update.
2193 * config/pa/obsd.mt (TM_FILE): Update.
2194 * config/pa/linux.mt (TM_FILE): Update.
2195 * config/pa/hppahpux.mt (TM_FILE): Update.
2196 * config/pa/hppa64.mt (TM_FILE): Update.
2197 * config/pa/hppa.mt (TM_FILE): Update.
2198 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2199 * config/mips/wince.mt (TM_FILE): Update.
2200 * config/mips/vxmips.mt (TM_FILE): Update.
2201 * config/mips/nbsd.mt (TM_FILE): Update.
2202 * config/mips/linux.mt (TM_FILE): Update.
2203 * config/mips/irix6.mt (TM_FILE): Update.
2204 * config/mips/irix5.mt (TM_FILE): Update.
2205 * config/mips/embed.mt (TM_FILE): Update.
2206 * config/m68k/vxworks68.mt (TM_FILE): Update.
2207 * config/m68k/st2000.mt (TM_FILE): Update.
2208 * config/m68k/os68k.mt (TM_FILE): Update.
2209 * config/m68k/obsd.mt (TM_FILE): Update.
2210 * config/m68k/nbsd.mt (TM_FILE): Update.
2211 * config/m68k/monitor.mt (TM_FILE): Update.
2212 * config/m68k/linux.mt (TM_FILE): Update.
2213 * config/m68k/cisco.mt (TM_FILE): Update.
2214 * config/ia64/linux.mt (TM_FILE): Update.
2215 * config/ia64/aix.mt (TM_FILE): Update.
2216 * config/ia64/ia64.mt (TM_FILE): Update.
2217 * config/i386/vxworks.mt (TM_FILE): Update.
2218 * config/i386/obsd64.mt (TM_FILE): Update.
2219 * config/i386/obsd.mt (TM_FILE): Update.
2220 * config/i386/nto.mt (TM_FILE): Update.
2221 * config/i386/nbsd64.mt (TM_FILE): Update.
2222 * config/i386/nbsd.mt (TM_FILE): Update.
2223 * config/i386/linux64.mt (TM_FILE): Update.
2224 * config/i386/linux.mt (TM_FILE): Update.
2225 * config/i386/i386sol2.mt (TM_FILE): Update.
2226 * config/i386/i386lynx.mt (TM_FILE): Update.
2227 * config/i386/fbsd64.mt (TM_FILE): Update.
2228 * config/i386/fbsd.mt (TM_FILE): Update.
2229 * config/i386/cygwin.mt (TM_FILE): Update.
2230 * config/h8300/h8300.mt (TM_FILE): Update.
2231 * config/frv/frv.mt (TM_FILE): Update.
2232 * config/cris/cris.mt (TM_FILE): Update.
2233 * config/arm/wince.mt (TM_FILE): Update.
2234 * config/arm/nbsd.mt (TM_FILE): Update.
2235 * config/arm/linux.mt (TM_FILE): Update.
2236 * config/arm/embed.mt (TM_FILE): Update.
2237 * config/alpha/nbsd.mt (TM_FILE): Update.
2238 * config/alpha/fbsd.mt (TM_FILE): Update.
2239 * config/alpha/alpha.mt (TM_FILE): Update.
2240 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
2241 * config/alpha/alpha-linux.mt (TM_FILE): Update.
2242
2243 Eliminate event_loop_p, always has the value 1.
2244 * defs.h (event_loop_p): Delete macro.
2245 * breakpoint.c (until_break_command): Simplify.
2246 * utils.c (prompt_for_continue): Simplify.
2247 * tracepoint.c (read_actions): Simplify.
2248 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
2249 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
2250 (set_prompt, init_main): Simplify.
2251 (init_signals, disconnect): Delete, unused.
2252 * remote.c (remote_async_resume)
2253 (extended_remote_async_create_inferior): Simplify.
2254 * mi/mi-interp.c (mi_input): Delete, unused.
2255 (mi_interpreter_resume, mi_command_loop): Simplify.
2256 * interps.c (current_interp_command_loop): Simplify.
2257 * infrun.c (proceed): Simplify.
2258 * infcmd.c (run_command, continue_command, step_1, jump_command)
2259 (until_command, advance_command, finish_command)
2260 (interrupt_target_command): Simplify.
2261 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
2262
2263 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2264 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2265 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2266 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2267 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2268 * mips-tdep.c (mips_dump_tdep): Do not print same.
2269
2270 2004-09-12 Andrew Cagney <cagney@gnu.org>
2271
2272 * valprint.c (print_longest): Use fputs_filtered. Make "val"
2273 const.
2274 * Makefile.in (valprint.o): Delete explict rule.
2275
2276 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
2277 reported by Dave Anderson.
2278
2279 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
2280
2281 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
2282
2283 2004-09-12 Salvador E. Tropea <set@users.sf.net>
2284 Andrew Cagney <cagney@gnu.org>
2285
2286 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
2287 (mi_cmd_data_list_register_values)
2288 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
2289 the register number computation.
2290
2291 2004-09-12 Andrew Cagney <cagney@gnu.org>
2292
2293 * ppcnbsd-nat.c: Include "inf-ptrace.h".
2294 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
2295 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
2296 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
2297 target.
2298 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
2299 inf-ptrace.o and inf-child.o.
2300 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
2301 * Makefile.in: Update dependencies.
2302
2303 2004-09-11 Andrew Cagney <cagney@gnu.org>
2304
2305 * language.c (hex_string, hex_string_custom): Move from here ...
2306 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
2307 (CELLSIZE): Increase to 50.
2308 * language.h (hex_string, hex_string_custom): Move from here ...
2309 * defs.h: ... to here.
2310 * Makefile.in: Update all dependencies.
2311
2312 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
2313
2314 * language.c (local_hex_format_custom): Remove.
2315 (local_hex_string): Rename to hex_string, use C format, and move to
2316 utils.c
2317 (local_hex_string_custom): Rename to hex_string_custom and change
2318 interface. Now uses C format. Move to utils.c
2319 (local_octal_format_custom): Remove.
2320 (local_decimal_format_custom): Remove.
2321 (unknown_language_defn): Remove language-specific number
2322 formatting entries.
2323 (auto_language_defn): Ditto.
2324 (local_language_defn): Ditto.
2325 * language.h (struct language_format_info): Delete declaration.
2326 (struct language_defn): Remove language_format_info fields
2327 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
2328 (local_binary_format): Remove macro.
2329 (local_binary_format_prefix): Remove macro.
2330 (local_binary_format_specifier): Remove macro.
2331 (local_binary_format_suffix): Remove macro.
2332 (local_octal_format): Remove macro.
2333 (local_octal_format_prefix): Remove macro.
2334 (local_octal_format_specifier): Remove macro.
2335 (local_octal_format_suffix): Remove macro.
2336 (local_decimal_format): Remove macro.
2337 (local_decimal_format_prefix): Remove macro.
2338 (local_decimal_format_specifier): Remove macro.
2339 (local_decimal_format_suffix): Remove macro.
2340 (local_hex_format): Remove macro.
2341 (local_hex_format_prefix): Remove macro.
2342 (local_hex_format_specifier): Remove macro.
2343 (local_hex_format_suffix): Remove macro.
2344 (local_decimal_format_custom): Remove.
2345 (local_octal_format_custom): Remove.
2346 (local_hex_format_custom): Remove.
2347 (local_hex_string): Rename to hex_string and move to defs.h.
2348 (local_hex_string_custom): Rename to hex_string_custom, change
2349 interface, and move to defs.h.
2350 * utils.c: (int_string): New function.
2351 (hex_string): New function (from language.c).
2352 (hex_string_custom): New function (from language.c).
2353 (octal2str): New function.
2354 (decimal2str): Add width parameter.
2355 (paddr_u): Use new decimal2str interface.
2356 (paddr_d): Ditto.
2357 * defs.h (hex_string): Declare.
2358 (hex_string_custom): Declare.
2359 (int_string): Declare.
2360 * printcmd.c (print_scalar_formatted): Remove localized binary
2361 formatting.
2362 * valprint.c (print_longest): Use int_string.
2363 (print_floating): Use C hex format.
2364 (print_hex_chars): Ditto.
2365 (print_binary_chars): Remove language-specific formatting.
2366 (print_octal_chars): Use C octal format.
2367 (print_decimal_chars): Delocalize format.
2368 (print_decimal): Remove.
2369 * ada-lang.c (ada_language_defn): Remove language-specific number
2370 formatting entries.
2371 * p-lang.c (pascal_language_defn): Ditto.
2372 * c-lang.c (c_language_defn): Ditto.
2373 (cplus_language_defn): Ditto.
2374 (asm_language_defn): Ditto.
2375 (minimal_language_defn): Ditto.
2376 * f-lang.c (f_language_defn): Ditto.
2377 * jv-lang.c (java_language_defn): Ditto.
2378 * m2-lang.c (m2_language_defn): Ditto.
2379 * scm-lang.c (scm_language_defn): Ditto.
2380 * objc-lang.c (objc_language_defn): Ditto.
2381 * memattr.c (mem_info_command): Use renamed hex_string_custom with
2382 new interface.
2383 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
2384 * ui-out.c (ui_out_field_core_addr): Ditto.
2385 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
2386 * exec.c (print_section_info): Ditto.
2387 * i387-tdep.c (print_i387_status_word): Ditto.
2388 (print_i387_control_word): Ditto.
2389 (i387_print_float_info): Ditto.
2390 * maint.c (maint_print_section_info): Ditto.
2391 * solib.c (info_sharedlibrary_command): Ditto.
2392 * somsolib.c (som_sharedlibrary_info_command): Ditto.
2393 * symtab.c (print_msymbol_info): Ditto.
2394 * tracepoint.c (tracepoints_info): Ditto.
2395 * solib-frv.c (lm_base): Ditto.
2396 (frv_current_sos): Ditto.
2397 (enable_break2): Ditto.
2398 (enable_break): Ditto.
2399 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
2400 (process_one_symbol): Ditto.
2401 * infcmd.c (program_info): Ditto.
2402 * mdebugread.c (parse_partial_symbols): Ditto.
2403 * symfile.c (add_symbol_file_command): Ditto.
2404 * cli/cli-cmds.c (edit_command): Ditto.
2405 (list_command): Ditto.
2406 * infcall.c (call_function_by_hand): Ditto.
2407 * remote-vx.c (vx_run_files_info): Ditto.
2408 (vx_wait): Ditto.
2409 (vx_attach): Ditto.
2410 (vx_detach): Ditto.
2411 (vx_kill): Ditto.
2412 * aix-thread.c (pdc_symbol_addrs): Ditto.
2413 (pdc_read_regs): Ditto.
2414 (pdc_write_regs): Ditto.
2415 (pdc_read_data): Ditto.
2416 (pdc_write_data): Ditto.
2417 * d10v-tdep.c (display_trace): Ditto.
2418 * rs6000-nat.c (find_toc_address): Ditto.
2419 * aix-thread.c: Don't include language.h.
2420 * buildsym.c: Ditto.
2421 * dbxread.c: Ditto.
2422 * mdebugread.c: Ditto.
2423 * rs6000-nat.c: Ditto.
2424 * buildsym.c (make_blockvector): Use renamed hex_string.
2425
2426 2004-09-10 Jason Molenda (jmolenda@apple.com)
2427
2428 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
2429 chars after 'if' or 'while' commands in user-defined commands.
2430
2431 2004-09-08 Jim Blandy <jimb@redhat.com>
2432
2433 Fix bug reported and analyzed by Olivier Crete:
2434 * symfile.c (copy_section_addr_info): New function.
2435 (symbol_file_add_with_addrs_or_offsets): Use it to save the
2436 original set of address arguments, instead of handwritten code
2437 that uses one length to allocate and a different length to
2438 initialize. Use make_cleanup_free_section_addr_info.
2439 * symfile.h (copy_section_addr_info): New declaration.
2440 * utils.c: #include "symfile.h".
2441 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
2442 New functions.
2443 * defs.h (make_cleanup_free_section_addr_info): New declaration.
2444 * Makefile.in (utils.o): Update dependencies.
2445
2446 2004-09-08 Andrew Cagney <cagney@gnu.org>
2447
2448 * thread-db.c (keep_thread_db): Delete.
2449 (thread_db_new_objfile, thread_db_create_inferior)
2450 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
2451
2452 2004-09-08 Mark Kettenis <kettenis@gnu.org>
2453
2454 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
2455 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
2456 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
2457 (i386_frameless_signal_p): Remove prototype.
2458 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
2459 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
2460 I386_SSE_NUM_REGS.
2461 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
2462 instead of FP0_REGNUM.
2463 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
2464 of FP0_REGNUM and FPC_REGNUM.
2465
2466 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
2467 (sunos_solib_create_inferior_hook): Don't call
2468 sunos_relocate_main_executable.
2469
2470 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
2471 solib_svr4_fetch_link_map_offsets to
2472 svr4_ilp32_fetch_link_map_offsets.
2473 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
2474 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
2475 svr4_ilp32_fetch_link_map_offsets.
2476 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
2477
2478 2004-09-07 Jim Blandy <jimb@redhat.com>
2479
2480 * frame.h (frame_register): Doc fix.
2481
2482 2004-09-07 Andrew Cagney <cagney@gnu.org>
2483
2484 * vx-share/wait.h: Delete #ifdef USG.
2485 * utils.c (request_quit): Ditto.
2486 * tui/tui.c (tui_reset): Ditto.
2487 * remote.c: Ditto.
2488 * remote-sds.c: Ditto.
2489 * remote-rdi.c: Ditto.
2490 * mdebugread.c: Ditto.
2491 * m68klinux-nat.c: Ditto.
2492 * infttrace.c: Ditto.
2493 * infptrace.c: Ditto.
2494 * i386v-nat.c: Ditto.
2495 * exec.c: Ditto.
2496 * dbxread.c: Ditto.
2497 * core-aout.c: Ditto.
2498
2499 2004-09-05 Joel Brobecker <brobecker@gnat.com>
2500
2501 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
2502 heuristic_proc_desc.
2503 (mips_insn32_frame_cache): Likewise.
2504
2505 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2506
2507 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
2508 left behind by error.
2509
2510 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2511
2512 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
2513 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
2514
2515 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2516
2517 * config/rs6000/xm-aix4.h: Remove this file.
2518 * config/rs6000/aix4.mh (XM_FILE): Delete.
2519
2520 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2521
2522 * config/rs6000/xm-rs6000.h: Remove this file.
2523 * config/rs6000/rs6000.mh (XM_FILE): Remove.
2524
2525 2004-09-03 Andrew Cagney <cagney@gnu.org>
2526
2527 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
2528 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
2529 only use.
2530
2531 * mips-tdep.c (temp_saved_regs): Delete.
2532 (set_reg_offset): Replace saved_regs parameter with this_cache.
2533 (heuristic_proc_desc, mips16_heuristic_proc_desc)
2534 (mips32_heuristic_proc_desc): Add this_cache parameter.
2535 (mips_insn32_frame_cache, mips_insn16_frame_cache)
2536 (after_prologue): Pass a NULL this_cache.
2537
2538 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
2539 non-kernel trap prologues.
2540
2541 * mips-tdep.c (find_proc_desc): Delete function.
2542 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
2543 simplify.
2544 (mips_insn16_frame_cache): Replace find_proc_desc with code from
2545 mips_insn32_frame_cache.
2546
2547 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
2548 Simplify as NEXT_FRAME is NULL.
2549 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
2550
2551 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
2552 local variable.
2553 (mips_skip_prologue): Update.
2554
2555 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
2556 "cur_frame" parameter.
2557 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
2558 (mips_insn32_frame_cache, find_proc_desc): Update
2559
2560 * config/vax/nm-obsd.h: Delete file.
2561 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2562 * config/vax/nm-nbsd.h: Delete file.
2563 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
2564 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2565 * config/sh/nm-nbsd.h: Delete file.
2566 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2567 * config/rs6000/nm-rs6000ly.h: Delete file.
2568 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
2569 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2570 * config/powerpc/nm-obsd.h: Delete file.
2571 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2572 * config/powerpc/nm-nbsd.h: Delete file.
2573 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2574 * config/pa/nm-obsd.h: Delete file.
2575 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2576 * config/mips/nm-nbsd.h: Delete file.
2577 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2578 * config/m88k/nm-obsd.h: Delete file.
2579 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2580 * config/m68k/nm-nbsd.h: Delete file.
2581 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
2582 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2583 * config/i386/nm-nbsd.h: Delete file.
2584 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
2585 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2586 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2587 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2588 * config/i386/nm-i386lynx.h: Delete file.
2589 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2590 * config/arm/nm-nbsd.h: Delete file.
2591 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
2592 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2593
2594 * config/i386/tm-fbsd.h: Delete file.
2595 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
2596 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
2597
2598 * config/rs6000/tm-rs6000-aix4.h: Delete file.
2599 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
2600 * config/rs6000/aix4.mt (TM_FILE): Set to
2601 config/rs6000/tm-rs6000.h.
2602 * config/powerpc/tm-ppc-aix.h: Delete file.
2603 * config/powerpc/aix.mt (TM_FILE): Set to
2604 config/rs6000/tm-rs6000.h.
2605 * config/m68k/tm-linux.h: Delete file.
2606 * config/m68k/linux.mt (TM_FILE): Set to solib.h
2607 * config/i386/tm-linux64.h: Delete file.
2608 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
2609 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
2610
2611 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2612 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
2613 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
2614 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2615 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
2616 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
2617 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
2618 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2619 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2620
2621 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
2622 gdb_host_cpu.
2623
2624 2004-09-02 Joel Brobecker <brobecker@gnat.com>
2625
2626 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
2627 Minor reformatting. Some code factoring.
2628
2629 2004-09-02 Andrew Cagney <cagney@gnu.org>
2630
2631 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
2632 * config/vax/tm-nbsd.h: Delete file.
2633 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2634 * config/sparc/tm-vxworks.h: Delete file.
2635 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
2636 * config/sparc/tm-nbsd.h: Delete file.
2637 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
2638 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
2639 * config/sparc/tm-linux.h: Delete file.
2640 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
2641 * config/s390/tm-linux.h: Delete file.
2642 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
2643 * config/pa/tm-bsd.h: Delete file.
2644 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
2645 * config/m68k/tm-obsd.h: Delete file.
2646 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
2647 * config/m68k/tm-nbsd.h: Delete file.
2648 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2649 * config/i386/tm-vxworks.h: Delete file.
2650 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
2651 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
2652 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
2653 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
2654 * config/i386/tm-nbsd.h: Delete file.
2655 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
2656 * config/i386/tm-i386lynx.h: Delete file.
2657 * config/cris/cris.mt (TM_FILE): Set to solib.h.
2658 * config/cris/tm-cris.h: Delete file.
2659
2660 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
2661 * configure: Re-generate.
2662 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
2663 * config/arm/tm-nbsd.h: Delete file.
2664
2665 * config/powerpc/tm-ppcle-sim.h: Delete.
2666 * config/powerpc/tm-ppcle-eabi.h: Delete.
2667 * config/powerpc/tm-nbsd.h: Delete.
2668 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
2669 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
2670 tm-ppcle-eabi.h.
2671
2672 * config/i386/nto.mh (NAT_FILE): Delete.
2673 * config/i386/nm-nto.h: Delete.
2674
2675 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
2676 * config/m68k/tm-os68k.h: Ditto.
2677 * config/m68k/tm-monitor.h: Ditto.
2678 * config/m68k/tm-cisco.h: Ditto.
2679 * config/m68k/st2000.mt (TM_FILE): Delete.
2680 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
2681 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
2682 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
2683 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
2684
2685 * config/m68k/tm-st2000.h: Delete.
2686 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
2687 * config/sparc/fbsd.mt (TM_FILE): Delete.
2688 * config/sparc/tm-fbsd.h: Delete.
2689
2690 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
2691 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
2692 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
2693
2694 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
2695 GDB_TM_FILE and GDB_XM_FILE.
2696 * gdbarch.c: Re-generate.
2697 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
2698 quotes in macro definition.
2699 * configure.in: Re-generate.
2700
2701 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
2702 validating architecture methods.
2703 * gdbarch.c: Re-generate.
2704
2705 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
2706 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
2707 GDB_MULTI_ARCH_PARTIAL.
2708 * gdbarch.h: Re-generate.
2709
2710 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
2711 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
2712 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
2713 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
2714 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
2715 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
2716 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
2717 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
2718 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
2719 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
2720 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
2721 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
2722
2723 2004-09-01 Andrew Cagney <cagney@gnu.org>
2724
2725 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
2726 and main_func_highpc.
2727 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
2728 * objfiles.c (init_entry_point_info, objfile_relocate): Update
2729 * nlmread.c (nlm_symfile_read): Update.
2730
2731 2004-09-01 Joel Brobecker <brobecker@gnat.com>
2732
2733 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
2734 (mips_insn32_frame_cache): Inline call to find_proc_desc.
2735 (find_proc_desc): Remove dead code.
2736
2737 2004-09-01 Joel Brobecker <brobecker@gnat.com>
2738
2739 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
2740
2741 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2742
2743 * observer.sh: Add struct so_list declaration.
2744 * Makefile.in: Add dependencies on observer.h for solib.c and
2745 breakpoint.c.
2746 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
2747 function.
2748 (_initialize_breakpoint): Register
2749 disable_breakpoints_in_unloaded_shlib as an observer of the
2750 "solib unloaded" observation event.
2751 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
2752 call decode_line_1 so unfound breakpoint errors are silent.
2753 * solib.c (update_solib_list): When a solib is discovered to have
2754 been unloaded by the program, notify all observers of the
2755 "solib unloaded" observation event.
2756
2757 2004-09-01 Andrew Cagney <cagney@gnu.org>
2758
2759 * frame.c: Include "objfiles.h".
2760 (inside_main_func): New function.
2761 (get_prev_frame): Use new inside_main_func.
2762 * Makefile.in (frame.o): Update dependencies.
2763 * defs.h (inside_main_func): Delete declaration.
2764 * blockframe.c (inside_main_func): Delete function.
2765
2766 2004-08-31 Jim Blandy <jimb@redhat.com>
2767
2768 * dwarf2read.c (is_vtable_name): New function, based on logic from
2769 read_structure_type, but passing the correct length to strncmp,
2770 and using 'sizeof' instead of 'strlen'.
2771 (read_structure_type): Call it.
2772
2773 2004-08-31 Joel Brobecker <brobecker@gnat.com>
2774
2775 * config/powerpc/aix.mh: Add comment.
2776
2777 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
2778
2779 * MAINTAINERS: Add self to Write-After-Approval.
2780
2781 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
2782
2783 * MAINTAINERS: Add self to Write-After-Approval.
2784
2785 2004-08-30 Andrew Cagney <cagney@gnu.org>
2786
2787 Fix PR breakpoints/1757.
2788 * infrun.c (struct execution_control_state): Replace
2789 remove_breakpoints_on_following_step with
2790 step_after_step_resume_breakpoint.
2791 (init_execution_control_state): Update.
2792 (handle_inferior_event): For signals, when stepping off a
2793 breakpoint, set step_after_step_resume_breakpoint. When
2794 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
2795 (keep_going): Delete code handling
2796 remove_breakpoints_on_following_step.
2797
2798 2004-08-29 David Lecomber <david@streamline-computing.com>
2799
2800 Fix PR gdb/648
2801 * language.h (enum array_ordering): New enum.
2802 * language.h (struct language_defn): New la_array_ordering
2803 attribute.
2804 * language.c (unknown_language_defn, auto_language_defn)
2805 (local_language_defn): Ditto.
2806 * ada-lang.c (ada_language_defn): Ditto.
2807 * c-lang.c (c_language_defn, cplus_language_defn)
2808 (asm_language_defn, minimal_language_defn): Ditto.
2809 * f-lang.c (f_language_defn): Ditto.
2810 * jv-lang.c (java_language_defn): Ditto.
2811 * m2-lang.c (f_language_defn): Ditto.
2812 * objc-lang.c (objc_language_defn): Ditto.
2813 * p-lang.c (pascal_language_defn): Ditto.
2814 * scm-lang.c (scm_language_defn): Ditto.
2815 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
2816 oriented large to small in type structure.
2817 * dwarf2read.c (read_array_order): New function.
2818 (read_array_type): Use read_array_order to check row/column
2819 major ordering.
2820
2821 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
2822
2823 * target.c (target_resize_to_sections): Check
2824 current_target.to_sections for an old value when updating.
2825
2826 2004-08-27 Joel Brobecker <brobecker@gnat.com>
2827
2828 * procfs.c (dbx_link_bpt_addr): New static global variable.
2829 (dbx_link_shadow_contents): New static global variable.
2830 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
2831 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
2832 if we just hit it.
2833 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
2834 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
2835 from run to run.
2836 (procfs_create_inferior): Remove syssgi syscall-exit notifications
2837 after the inferior has been forked.
2838 (remove_dbx_link_breakpoint): New function.
2839 (dbx_link_addr): New function.
2840 (insert_dbx_link_bpt_in_file): New function.
2841 (insert_dbx_link_bpt_in_region): New function.
2842 (insert_dbx_link_breakpoint): New function.
2843 (proc_trace_syscalls_1): New function, extracted from
2844 proc_trace_syscalls.
2845 (proc_trace_syscalls): Replace extract code by call to
2846 proc_trace_syscalls_1.
2847 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
2848 is no longer valid.
2849
2850 2004-08-25 Jim Blandy <jimb@redhat.com>
2851
2852 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
2853
2854 2004-08-25 Andrew Cagney <cagney@gnu.org>
2855
2856 * infrun.c (struct execution_control_state): Delete field
2857 "stepping_through_sigtramp".
2858 (init_execution_control_state): Do not set same.
2859 (context_switch): Do not pass same to save_infrun_state and
2860 load_infrun_state.
2861 * gdbthread.h (struct thread_info): Delete field
2862 stepping_through_sigtramp.
2863 (save_infrun_state, load_infrun_state): Delete parameter
2864 stepping_through_sigtramp.
2865 * thread.c (load_infrun_state, save_infrun_state): Update.
2866
2867 * infrun.c: Re-indent. Move expression operators to the beginning
2868 of the line. Remove long disabled #if 0 code.
2869
2870 2004-08-24 Andrew Cagney <cagney@gnu.org>
2871
2872 * doublest.h (floatformat_ieee_quad): Rename
2873 floatformat_ia64_quad.
2874 * doublest.c (floatformat_ieee_quad): Rename
2875 floatformat_ia64_quad.
2876 (_initialize_doublest): Update.
2877
2878 2004-08-24 Jim Blandy <jimb@redhat.com>
2879
2880 * dwarf2expr.h (struct dwarf_expr_context): New members
2881 'num_pieces' and 'pieces', for returning the result of an
2882 expression that uses DW_OP_piece.
2883 (struct dwarf_expr_piece): New struct type.
2884 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
2885 pieces.
2886 (free_dwarf_expr_context): Free pieces, if any.
2887 (add_piece): New function.
2888 (execute_stack_op): Implement DW_OP_piece.
2889 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
2890 expression is a list of pieces, print an error message.
2891 (dwarf2_loc_desc_needs_frame): If the expression yields
2892 pieces, and any piece is in a register, then we need a frame.
2893
2894 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
2895 the stack until we've decided what sort of result the evaluation
2896 has produced. Use separate variables, with more specific names.
2897
2898 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
2899
2900 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
2901 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
2902 (arm_netbsd_init_abi_common): Register them.
2903
2904 2004-08-22 Mark Kettenis <kettenis@gnu.org>
2905
2906 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
2907
2908 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
2909 safe_frame_unwind_memory instead of target_read_memory.
2910
2911 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
2912 Reorder includes.
2913 (fetch_register, store_register): Remove prototypes.
2914 (child_resume): Reorganize code and comments such that it is
2915 grouped a bit more logically.
2916 (attach): Explicitly compare errno against 0.
2917 (detach): Likewise. Use perror_with_name instead of
2918 print_sys_errmsg.
2919 * Makefile.in (infptrace.o): Update dependencies.
2920
2921 * ia64-linux-nat.c: Update copyright year.
2922 (fetch_debug_register, store_debug_register)
2923 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
2924 PTRACE_TYPE_ARG3.
2925 * config/ia64/nm-linux.h: Update copyright year.
2926 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
2927
2928 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
2929 from CORE_ADDR to struct frame_info *. Use
2930 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
2931 (amd64_linux_sigtramp_p): Adjust for changed signature of
2932 and64_linux_sigtramp_start
2933
2934 * gdb_ptrace.h: GNU/Linux.
2935
2936 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2937 Remove defines.
2938
2939 * infptrace.c: Include "gdb_assert.h".
2940 (PTRACE_XFER_TYPE): Remove define.
2941 (offsetof): Only define if U_REGS_OFFSET isn't defined.
2942 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
2943 Tweak comment.
2944 (fetch_inferior_registers, store_inferior_registers): Remove
2945 redundant culry braces. Tweak comment. s/regno/regnum.
2946 * Makefile.in (infptrace.o): Update dependencies.
2947
2948 * configure.in: Change test for return type of ptrace to default
2949 to `long' instead of `int'.
2950 * configure: Regenerate.
2951
2952 2004-08-21 Mark Kettenis <kettenis@gnu.org>
2953
2954 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
2955
2956 * configure.in: Check for ttrace function.
2957 * configure, config.in: Regenerate.
2958
2959 * gdb_ptrace.h: New file.
2960 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
2961 <sys/ptrace.h>.
2962 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
2963 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
2964 (attach): Don't define PT_ATTACH.
2965 (detach): Don't define PT_DETACH.
2966 * Makefile.in (gdb_ptrace_h): New variable.
2967 (infptrace.o): Update dependencies.
2968
2969 2004-08-16 Mark Kettenis <kettenis@gnu.org>
2970
2971 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
2972 instead of `int' if not already defined.
2973 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
2974 PTRACE_TYPE_ARG3.
2975 * infptrace.c (call_ptrace): Revert change that replaced
2976 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2977
2978 2004-08-15 Mark Kettenis <kettenis@gnu.org>
2979
2980 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2981 Remove defines.
2982
2983 * linux-nat.c (kill_inferior): Add missing third and fourth
2984 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
2985
2986 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
2987 PTRACE_TYPE_RET.
2988
2989 * proc-why.c (proc_prettyfprint_why): Fix format string.
2990
2991 * solib-osf.c (osf_current_sos): Remove unsused label.
2992
2993 * configure.in: Add <ncurses/ncurses.h> to the list of possible
2994 curses headers.
2995 * configure, config.in: Regenerate.
2996 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
2997 <ncurses/ncurses.h>.
2998
2999 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3000 * config/nm-nbsd.h: Update copyright year.
3001 (PTRACE_ARG3_TYPE): Remove define.
3002
3003 * sparc-nat.c (fetch_inferior_registers)
3004 (store_inferior_registers, sparc_xfer_wcookie):
3005 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3006
3007 * alphabsd-nat.c (fetch_inferior_registers):
3008 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3009 PTRACE_TYPE_ARG3.
3010 * amd64bsd-nat.c (fetch_inferior_registers)
3011 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3012 PTRACE_TYPE_ARG3.
3013 * armnbsd-nat.c: Update copyright year.
3014 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3015 (store_register, store_regs, store_fp_register, store_fp_regs):
3016 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3017 * hppabsd-nat.c (fetch_inferior_registers)
3018 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3019 PTRACE_TYPE_ARG3.
3020 * i386bsd-nat.c (fetch_inferior_registers)
3021 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3022 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3023 * m68kbsd-nat.c (fetch_inferior_registers)
3024 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3025 PTRACE_TYPE_ARG3.
3026 * m88kbsd-nat.c (fetch_inferior_registers)
3027 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3028 PTRACE_TYPE_ARG3.
3029 * mipsnbsd-nat.c: Update copyright year.
3030 (fetch_inferior_registers, store_inferior_registers):
3031 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3032 * ns32knbsd-nat.c: Update copyright year.
3033 (fetch_inferior_registers, store_inferior_registers):
3034 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3035 * ppcnbsd-nat.c (fetch_inferior_registers):
3036 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3037 PTRACE_TYPE_ARG3.
3038 * ppcobsd-nat.c (fetch_inferior_registers):
3039 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3040 PTRACE_TYPE_ARG3.
3041 * shnbsd-nat.c: Update copyright year.
3042 (fetch_inferior_registers, store_inferior_registers):
3043 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3044 * vaxbsd-nat.c (fetch_inferior_registers)
3045 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3046 PTRACE_TYPE_ARG3.
3047
3048 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3049 PTRACE_TYPE_ARG3.
3050 * infptrace.c (call_ptrace, child_resume, attach, detach)
3051 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3052 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3053 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3054 PTRACE_TYPE_ARG3.
3055
3056 2004-08-14 Mark Kettenis <kettenis@gnu.org>
3057
3058 * defs.h: Remove out-of-date comment.
3059 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3060 [!GETENV_PROVIDED] (getenv): Remove prototype.
3061
3062 * standalone.c: Remove file.
3063 * Makefile.in (standalone.o): Remove dependency.
3064
3065 * i386-linux-nat.c (dummy_sse_values): Remove function and
3066 prototype.
3067 (i386_linux_dr_get): Fix typo in comment.
3068 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3069
3070 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3071
3072 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3073 from declaration.
3074 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3075 from definition.
3076
3077 2004-08-13 Mark Kettenis <kettenis@gnu.org>
3078
3079 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3080 parenthesis in definition.
3081 * configure: Regenerated.
3082
3083 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3084
3085 * PROBLEMS: Mention build/1411.
3086
3087 2004-08-09 Robert Millan <robertmh@gnu.org>
3088
3089 Committed by Nathanael Nerode.
3090 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3091 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3092
3093 2004-08-12 Andrew Cagney <cagney@gnu.org>
3094
3095 * NEWS: Mention fixes in GDB 6.2.1.
3096 * PROBLEMS: Remove mention of mips-irix.
3097
3098 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3099
3100 * config/powerpc/xm-aix.h: Delete.
3101 * config/powerpc/aix.mh (MH_FILE): Remove.
3102 * config/powerpc/aix432.mh (MH_FILE): Remove.
3103
3104 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3105
3106 * config/powerpc/aix.mh: Remove obsolete comment.
3107 * config/powerpc/aix432.mh: Likewise.
3108
3109 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3110
3111 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3112
3113 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3114
3115 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3116 this file is now empty.
3117 * config/xm-aix4.h: Remove, this file is no longer included
3118 anywhere.
3119
3120 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3121
3122 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3123 that file is now empty.
3124 (termdef): Remove prototype, function no longer used.
3125
3126 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3127
3128 * doc/gdbint.texinfo (Host Definition): Remove documentation
3129 for USE_O_NOCTTY, no longer used.
3130 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3131 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3132
3133 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3134
3135 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3136 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3137 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3138
3139 2004-08-11 Mark Kettenis <kettenis@gnu.org>
3140
3141 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3142 instead of FIVE_ARG_PTRACE.
3143
3144 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3145 (new_tty): Use O_NOCTTY unconditionally.
3146
3147 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3148
3149 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3150 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3151 fflush on stdout.
3152
3153 2004-08-10 Joel Brobecker <brobecker@gnat.com>
3154
3155 * xcoff_symfile_finish: Replace last call to xmfree by call
3156 to xfree.
3157
3158 2004-08-10 Andrew Cagney <cagney@gnu.org>
3159
3160 * main.c (captured_main): Delete call to init_malloc.
3161 * defs.h (init_malloc): Delete declaration.
3162 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3163 (init_malloc): Delete functions.
3164
3165 * defs.h (xmfree): Delete.
3166 * utils.c (xmfree): Delete function.
3167 (xfree): Inline calls to xmfree and mfree.
3168 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3169 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3170 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3171 * somread.c (som_symfile_finish): Ditto.
3172 * objfiles.c (allocate_objfile, free_objfile):
3173 * nlmread.c (nlm_symfile_finish): Ditto.
3174 * hpread.c (hpread_symfile_finish): Ditto.
3175 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3176 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3177 * coffread.c (coff_symfile_finish): Ditto.
3178
3179 * defs.h (xmcalloc): Delete declaration.
3180 * utils.c (xmcalloc): Delete.
3181 (xcalloc): Inline calls to xmcalloc and mcalloc.
3182 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3183 xcalloc and xfree.
3184 * symtab.c (create_demangled_names_hash): Ditto.
3185
3186 * defs.h (xmrealloc): Delete.
3187 * utils.c (xmrealloc): Delete.
3188 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3189 * symmisc.c (extend_psymbol_list): Use xrealloc.
3190 * source.c (find_source_lines): Ditto.
3191 * hpread.c (hpread_lookup_type): Ditto.
3192 * dbxread.c (add_bincl_to_list): Ditto.
3193
3194 * utils.c (xmmalloc): Delete.
3195 (xmalloc): Inline xmmalloc and mmalloc calls.
3196 (msavestring): Use xmalloc.
3197 * defs.h (xmmalloc): Delete declaration.
3198 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3199 xmmalloc.
3200 * symmisc.c (extend_psymbol_list): Ditto.
3201 * symfile.c (init_psymbol_list): Ditto.
3202 * source.c (find_source_lines): Ditto.
3203 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3204 * elfread.c (elf_symtab_read): Ditto.
3205 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3206 * coffread.c (coff_symfile_init): Ditto.
3207
3208 2004-08-10 David Carlton <carlton@bactrian.org>
3209
3210 * MAINTAINERS: Remove David Carlton from c++ testsuite
3211 maintainers.
3212
3213 2004-08-10 Jerome Guitton <guitton@gnat.com>
3214
3215 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
3216 print a line feed before the prompt.
3217
3218 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3219
3220 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
3221
3222 2004-08-09 Joel Brobecker <brobecker@gnat.com>
3223
3224 General cleanup of the AIX xm include file:
3225 * config/xm-aix4.h (fd_set): Remove undefine.
3226 Remove include of <sys/select.h>.
3227 (HAVE_TERMIO): Remove define.
3228 (USG): Likewise.
3229 (NULL): Remove redefine.
3230 (alloca): Remove #pragma.
3231 (vfork): Remove define.
3232 (termdef): Remove.
3233 (SIGWINCH_HANDLER): Remove.
3234 (SIGWINCH_HANDLER_BODY): Remove.
3235
3236 2004-08-09 Mark Kettenis <kettenis@gnu.org>
3237
3238 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
3239 GDB_OSABI_OPENBSD_ELF.
3240
3241 2004-08-07 Robert Millan <robertmh@gnu.org>
3242
3243 * bsd-kvm.c: Check for nlist.h before including it.
3244
3245 2004-08-09 Mark Kettenis <kettenis@gnu.org>
3246
3247 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
3248 sigcontext' offset consistency checks for ancient BSD.
3249
3250 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
3251
3252 * configure.in: Check for <sys/types.h>. Check return and
3253 argument types of ptrace.
3254 * configure, config.in: Regenerate.
3255
3256 2004-08-09 Jim Blandy <jimb@redhat.com>
3257
3258 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
3259 rs6000_register_sim_regno): Doc fixes.
3260
3261 2004-08-08 Joel Brobecker <brobecker@gnat.com>
3262
3263 * mips-tdep.c: Include "floatformat.h".
3264 (n32n64_floatformat_always_valid): New function.
3265 (floatformat_n32n64_long_double_big): New constant.
3266 (mips_gdbarch_init): Set size and format of long double
3267 for N32 and N64 ABIs.
3268 * Makefile.in (mips-tdep.o): Update dependencies.
3269
3270 2004-08-08 Andrew Cagney <cagney@gnu.org>
3271
3272 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
3273 print. Improve script's error messages.
3274 * gdbarch.h: Re-generate.
3275
3276 * gdbarch.sh (pformat): New function.
3277 (float_format, double_format, long_double_format): List with bit
3278 members. Use pformat when printing.
3279 * gdbarch.c, gdbarch.h: Re-generate.
3280
3281 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
3282
3283 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
3284 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
3285 (ppcnbsd_supply_pcb): New function.
3286 (_initialize_ppcnbsd_nat): New prototype and function.
3287 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3288 (LOADLIBES): New variable.
3289 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
3290
3291 2004-08-08 Andrew Cagney <cagney@gnu.org>
3292
3293 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
3294 (builtin_type_ieee_double, builtin_type_ia64_quad)
3295 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
3296 BE/LE floating-point types.
3297 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
3298 (builtin_type_ieee_double, builtin_type_ia64_quad)
3299 (builtin_type_ia64_spill): Declare.
3300 * doublest.c (_initialize_doublest, floatformat_ieee_single)
3301 (floatformat_ieee_double, floatformat_arm_ext)
3302 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
3303 of LE/BE floatformats.
3304 * doublest.h: (struct floatformat, floatformat_ieee_single)
3305 (floatformat_ieee_double, floatformat_arm_ext)
3306 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
3307
3308 2004-08-08 Mark Kettenis <kettenis@gnu.org>
3309
3310 * i386gnu-nat.c (gnu_store_registers): Fix typo.
3311
3312 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
3313 instead of regcache_raw_supply when storing the registers.
3314
3315 * i386gnu-nat.c: Update copyright year.
3316 (gnu_store_registers): Don't use deprecated_registers and
3317 deprecated_registers_valid. Use regcache_valid_p and
3318 regcache_raw_supply instead.
3319
3320 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
3321 frame_pc_unwind.
3322
3323 * procfs.c (procfs_pid_to_str): Remove redundant and unused
3324 variables. Incapitalized "process".
3325
3326 * configure.in: Add cursesX to the list of possible curses libs.
3327 Add cursesX.h to the list of possible curses headers.
3328 * configure, config.in: Regenerate.
3329
3330 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3331
3332 * configure.in: Test for struct lwp in <sys/lwp.h>.
3333 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
3334 the offset of l_addr in struct lwp.
3335
3336 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3337
3338 * bsd-kvm.c: Include "gdbcore.h"
3339 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
3340
3341 2004-08-07 Andrew Cagney <cagney@gnu.org>
3342
3343 * gdbtypes.c (build_flt, build_complex): New functions.
3344 (gdbtypes_post_init): Use.
3345
3346 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
3347
3348 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
3349 through to builtin_type_uint128.
3350
3351 * c-exp.y: Use builtin_type function to obtain builtin types.
3352
3353 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
3354 builtin_uint128.
3355 * gdbtypes.c (gdbtypes_post_init): Update.
3356 (build_gdbtypes): Move initialization of builtin_type_int0
3357 through to builtin_type_uint128 from here ...
3358 (_initialize_gdbtypes): ... to here.
3359 * d10v-tdep.c (d10v_register_type): Update.
3360
3361 * doublest.c: Update copyright.
3362 (floatformat_from_length): Call error when floatformat is NULL.
3363 (extract_floating_by_length): Remove NULL fmt check.
3364 (store_floating_by_length): Ditto.
3365
3366 2004-08-07 Andrew Cagney <cagney@gnu.org>
3367
3368 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
3369 that the register is valid.
3370
3371 2004-08-05 Mark Kettenis <kettenis@chello.nl>
3372
3373 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3374 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
3375 struct frame_info *. Use safe_frame_unwind_memory instead of
3376 deprecated_read_memory_nobpt.
3377 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
3378 changed signature of i386_linux_sigtramp_start and
3379 i386_linux_rt_sigtramp_start.
3380
3381 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
3382 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
3383 instead of deprecated_read_memory_nobpt.
3384 (i386nbsd_sigtramp_p): Adjust for changed signature of
3385 i386nbsd_sigtramp_offset.
3386
3387 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
3388 safe_frame_unwind_memory instead of target_read_memory.
3389
3390 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3391 !NO_SYS_FILE.
3392 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
3393 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
3394 (_initialize_kernel_u_addr): Remove prototype and function.
3395 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3396 !NO_SYS_FILE.
3397 * xcoffread.c: Likewise.
3398
3399 2004-08-06 Mark Kettenis <kettenis@gnu.org>
3400
3401 * vax-nat.c: New file.
3402 * vaxbsd-nat.c: Tweak comment.
3403 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
3404 vaxnbsd-tdep.c.
3405 (vax-nat.o): New dependency.
3406 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
3407 (vax-*-ultrix2*): Remove.
3408 * config/vax/vax.mh: New file.
3409 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
3410 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
3411 (vax_register_u_addr): New prototype.
3412 (REGISTER_U_ADDR): Define using vax_register_u_addr.
3413 * config/vax/vaxult2.mh: Remove file.
3414 * config/vax/vaxult.mh: Remove file.
3415 * config/vax/vaxbsd.mh: Remove file.
3416 * config/vax/vax.mt (TM_FILE): Remove.
3417 * config/vax/tm-vaxbsd.h: Remove file.
3418
3419 2004-08-06 Joel Brobecker <brobecker@gnat.com>
3420
3421 * aix-thread.c (get_signaled_thread): New function.
3422 (iter_trap): Delete, no longer used.
3423 (iter_tid): New function.
3424 (pd_update): Find the thread that received the SIGTRAP signal
3425 by first locating the kernel thread, and then finding its
3426 associated thread.
3427
3428 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
3429
3430 * lin-lwp.c (child_wait): Continue inferior after processing
3431 PTRACE_EVENT_CLONE event.
3432
3433 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
3434
3435 * MAINTAINERS: Add self to Write-After-Approval.
3436
3437 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
3438
3439 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
3440 libunwind-xxxx.so" where xxxx is UNW_TARGET.
3441
3442 2004-08-05 Andrew Cagney <cagney@gnu.org>
3443
3444 * config/xm-sysv4.h: Delete file.
3445 * config/mips/xm-irix5.h: Delete file.
3446 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
3447 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
3448 * config/ia64/xm-aix.h: Delete file.
3449 * config/ia64/aix.mh (XM_FILE): Delete.
3450 * config/pa/xm-hppah.h: Delete file.
3451 * config/pa/hpux11w.mh (XM_FILE): Delete.
3452 * config/pa/hpux11.mh (XM_FILE): Delete.
3453 * config/pa/hpux1020.mh (XM_FILE): Delete.
3454 * config/pa/hppahpux.mh (XM_FILE): Delete.
3455
3456 * config/alpha/xm-alphalinux.h: Delete file.
3457 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
3458 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
3459 * config/alpha/xm-alphaosf.h: Delete file.
3460 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
3461 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
3462 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
3463 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
3464
3465 * config/i386/xm-i386v.h: Delete file.
3466 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
3467 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
3468 * config/i386/xm-i386sco.h: Delete file.
3469 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
3470 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
3471 * config/i386/xm-i386v4.h: Delete file.
3472 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
3473 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
3474 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
3475 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
3476
3477 * config/vax/xm-vax.h: Delete file.
3478 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
3479 * config/vax/xm-vaxult2.h: Delete file.
3480 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
3481 * config/vax/vaxult2.mh (XM_FILE): Delete.
3482 * config/vax/xm-vaxult.h: Delete file.
3483 * config/vax/vaxult.mh (XM_FILE): Delete.
3484 * config/vax/xm-vaxbsd.h: Delete file.
3485 * config/vax/vaxbsd.mh (XM_FILE): Delete.
3486
3487 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
3488 * gdbarch.h, gdbarch.c: Re-generate.
3489 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
3490 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
3491 * frame.h: Delete deprecated_read_fp from comments.
3492 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
3493 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
3494
3495 2004-08-04 Mark Kettenis <kettenis@gnu.org>
3496
3497 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
3498 trampoline in OpenBSD 3.5-current.
3499
3500 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
3501 SSE registers.
3502
3503 * Makefile.in: Remove embedded page breaks.
3504
3505 2004-08-04 Jim Blandy <jimb@redhat.com>
3506
3507 * regcache.c (regcache_raw_read): Assert that, after calling
3508 target_fetch_registers, the register we're reading is cached.
3509
3510 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
3511 a call to 'internal_error', with a more helpful error message.
3512 * rs6000-tdep.c (e500_pseudo_register_read,
3513 e500_pseudo_register_write, rs6000_store_return_value): Same.
3514
3515 2004-08-04 Andrew Cagney <cagney@gnu.org>
3516
3517 * Makefile.in: Update dependencies.
3518
3519 2004-08-04 Jim Blandy <jimb@redhat.com>
3520
3521 Change the layout of the PowerPC E500 raw register cache to allow
3522 the lower 32-bit halves of the GPRS to be their own raw registers,
3523 not pseudoregisters.
3524 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
3525 add ppc_ev0_upper_regnum flag.
3526 * rs6000-tdep.c: #include "reggroups.h".
3527 (spe_register_p): Recognize the ev upper half registers as SPE
3528 registers.
3529 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
3530 registers.
3531 (e500_move_ev_register): New function.
3532 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
3533 vector registers are the pseudo-registers now, formed by splicing
3534 together the gprs and the upper-half registers.
3535 (e500_register_reggroup_p): New function.
3536 (P): Macro deleted.
3537 (P8, A4): New macro.
3538 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
3539 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
3540 macros.
3541 (registers_e500): Rearrange register set so that the raw register
3542 set contains 32-bit GPRs and upper-half registers, and the SPE
3543 vector registers become pseudo-registers.
3544 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
3545 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
3546 register numbers are now the same for the E500 as they are for
3547 other PowerPC variants. Register e500_register_reggroup_p as the
3548 register group function for the E500.
3549 * Makefile.in (rs6000-tdep.o): Update dependencies.
3550
3551 Adapt PPC E500 native support to the new raw regcache layout.
3552 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
3553 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
3554 (fetch_spe_register, store_spe_register): Handle fetching/storing
3555 all the SPE registers at once, if regno == -1. These now take
3556 over the job of fetch_spe_registers and store_spe_registers.
3557 (fetch_spe_registers, store_spe_registers): Deleted.
3558 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
3559 unconditionally; they're always raw. Fetch/store SPE upper half
3560 registers, if present, instead of ev registers.
3561 (fetch_register, store_register): Remove sanity checks: gprs are
3562 never pseudo-registers now, so we never need to even mention any
3563 registers that are ever pseudoregisters.
3564
3565 Use a fixed register numbering when communicating with the PowerPC
3566 simulator.
3567 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
3568 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
3569 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
3570 New functions.
3571 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
3572 init_sim_regno_table.
3573 * Makefile.in (gdb_sim_ppc_h): New variable.
3574 (rs6000-tdep.o): Update dependencies.
3575
3576 2004-08-02 Andrew Cagney <cagney@gnu.org>
3577
3578 * cris-tdep.c (cris_register_size): Restore function, still used
3579 locally.
3580
3581 * gdbarch.sh (deprecated_target_read_fp)
3582 (deprecated_frame_locals_address, deprecated_frame_args_address)
3583 (deprecated_frame_chain_valid, deprecated_frame_chain)
3584 (deprecated_init_extra_frame_info, deprecated_pop_frame)
3585 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
3586 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
3587 * gdbarch.h, gdbarch.c: Re-generate.
3588 * regcache.c (deprecated_read_fp): Do not call
3589 DEPRECATED_TARGET_READ_FP_P.
3590 * infcmd.c (default_print_registers_info): Do not call
3591 DEPRECATED_DO_REGISTERS_INFO.
3592 * frame-base.c (default_frame_locals_address): Do not call
3593 DEPRECATED_FRAME_LOCALS_ADDRESS.
3594 (default_frame_args_address): Do not call
3595 DEPRECATED_FRAME_ARGS_ADDRESS.
3596
3597 * gdbarch.sh (deprecated_register_raw_size)
3598 (deprecated_register_virtual_size:int): Delete.
3599 * gdbarch.h, gdbarch.c: Re-generate.
3600 * cris-tdep.c (cris_register_size): Delete.
3601 (cris_gdbarch_init): Update.
3602 * alpha-tdep.c (alpha_register_raw_size)
3603 (alpha_register_virtual_size): Delete.
3604 (alpha_gdbarch_init): Update.
3605
3606 * gdbarch.sh (deprecated_register_virtual_type)
3607 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
3608 (deprecated_dummy_write_sp): Delete.
3609 * gdbarch.h, gdbarch.c: Re-generate.
3610
3611 * gdbarch.sh (deprecated_register_bytes): Delete.
3612 * gdbarch.h, gdbarch.c: Re-generate.
3613 * regcache.c (deprecated_register_bytes): New function.
3614 * regcache.h (deprecated_register_bytes): Declare.
3615 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3616 * v850-tdep.c (v850_gdbarch_init): Update.
3617 * sh64-tdep.c (sh64_gdbarch_init): Update.
3618 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
3619 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3620 * mcore-tdep.c (mcore_gdbarch_init): Update.
3621 * cris-tdep.c (cris_gdbarch_init): Update.
3622 * arm-tdep.c (arm_gdbarch_init): Update.
3623 * remote.c (init_remote_state): Update.
3624 * remote-vx.c (vx_prepare_to_store): Update.
3625 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
3626 * irix5-nat.c (fetch_core_registers): Update.
3627 * cris-tdep.c (cris_register_bytes_ok): Update.
3628 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
3629
3630 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
3631 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
3632 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
3633 (mips_insn16_frame_base_address, mips_insn16_frame_base)
3634 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
3635 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
3636 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
3637 (mips_insn32_frame_base_address, mips_insn32_frame_base)
3638 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
3639 with mips_insn16 and mips_insn32.
3640
3641 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
3642 * rs6000-tdep.c (rs6000_push_dummy_call)
3643 (rs6000_extract_return_value): Use register_size.
3644 * xstormy16-tdep.c (xstormy16_get_saved_register)
3645 (xstormy16_extract_return_value): Ditto.
3646 * valops.c (value_assign): Ditto.
3647 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
3648 * v850-tdep.c (v850_extract_return_value): Ditto.
3649 * tracepoint.c (collect_symbol): Ditto.
3650 * target.c (debug_print_register): Ditto.
3651 * stack.c (frame_info): Ditto.
3652 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
3653 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
3654 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
3655 (store_register_using_P): Ditto.
3656 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
3657 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
3658 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3659 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
3660 * regcache.c (deprecated_read_register_bytes)
3661 (deprecated_write_register_bytes, read_register)
3662 (write_register): Ditto.
3663 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
3664 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
3665 * monitor.c (monitor_supply_register, monitor_fetch_register)
3666 (monitor_store_register): Ditto.
3667 * mn10300-tdep.c (mn10300_pop_frame_regular)
3668 (mn10300_print_register): Ditto.
3669 * mipsv4-nat.c (fill_fpregset): Ditto.
3670 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
3671 (mips64_fill_fpregset): Ditto.
3672 * mi/mi-main.c (register_changed_p, get_register)
3673 (mi_cmd_data_write_register_values): Ditto.
3674 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
3675 * irix5-nat.c (fill_gregset, fetch_core_registers):
3676 * infrun.c (write_inferior_status_register): Ditto.
3677 * infptrace.c (fetch_register, store_register): Ditto.
3678 * infcmd.c (default_print_registers_info): Ditto.
3679 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
3680 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
3681 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
3682 * hpux-thread.c (hpux_thread_fetch_registers)
3683 (hpux_thread_store_registers): Ditto.
3684 * hppah-nat.c (store_inferior_registers, fetch_register):
3685 * findvar.c (value_from_register): Ditto.
3686 * dve3900-rom.c (fetch_bitmapped_register):
3687 * cris-tdep.c (cris_gdbarch_init): Ditto.
3688 * alpha-tdep.h: Ditto.
3689 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
3690
3691 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
3692 DEPRECATED_REGISTER_RAW_SIZE from comments.
3693 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
3694 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
3695 DEPRECATED_REGISTER_RAW_SIZE.
3696 * findvar.c (value_of_register): Simplify by assuming that the
3697 registers raw and virtual sizes are identical.
3698 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
3699 comment.
3700 * arch-utils.c (generic_register_size): Simplify by assuming
3701 register_type.
3702
3703 * regcache.c (legacy_read_register_gen, real_register)
3704 (legacy_write_register_gen): Delete, not used.
3705
3706 * regcache.c (struct regcache_descr): Delete legacy_p.
3707 (init_legacy_regcache_descr): Delete function.
3708 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
3709 Do not use deprecated register functions.
3710 (regcache_raw_read, deprecated_write_register_gen):
3711 (deprecated_read_register_gen, regcache_raw_write): Delete code
3712 predicated on legacy_p.
3713 (register_size): Delete check against register raw size.
3714
3715 * cris-tdep.c (cris_register_type): Replace
3716 cris_register_virtual_type.
3717 (cris_gdbarch_init): Update, set register_type.
3718
3719 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
3720 * gdbarch.h, gdbarch.c: Re-generate.
3721 * arm-tdep.c (arm_frameless_function_invocation): Delete.
3722 (arm_gdbarch_init) Do not set frameless function invocation.
3723 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
3724 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
3725 * frv-tdep.c (frv_frameless_function_invocation): Delete.
3726 (frv_gdbarch_init): Do not set frameless function invocation.
3727 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
3728 * sh-tdep.c (sh_gdbarch_init): Ditto.
3729 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
3730 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3731 * avr-tdep.c (avr_gdbarch_init): Ditto.
3732
3733 * blockframe.c (legacy_frame_chain_valid): Delete function.
3734
3735 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
3736 and pc. Update comments.
3737 (pc_in_dummy_frame): Delete function.
3738 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
3739 use the "id".
3740 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
3741 call_hi, top and pc, use the id.
3742 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
3743
3744 * dummy-frame.c: Include "gdb_string.h".
3745 (generic_save_call_dummy_addr, generic_push_dummy_frame)
3746 (generic_save_dummy_frame_tos): Delete.
3747 (dummy_frame_push): New function, replaces above.
3748 * dummy-frame.h: Update copyright.
3749 (dummy_frame_push): Declare.
3750 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
3751 (generic_save_call_dummy_addr): Delete declarations.
3752 * infcall.c: Include "dummy-frame.h".
3753 (call_function_by_hand): Add locals caller_regcache,
3754 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
3755 with call to frame_save_as_regcache plus cleanup. Delete calls to
3756 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
3757 Move clear_proceed_status to just before the resume, add call to
3758 dummy_frame_push (discard cleanup).
3759 * Makefile.in (infcall.o): Add $(dummy_frame_h).
3760 (dummy-frame.o): Add $(gdb_string_h).
3761
3762 2004-08-01 Andrew Cagney <cagney@gnu.org>
3763
3764 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
3765 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
3766 * dummy-frame.c (find_dummy_frame): Delete.
3767 (struct dummy_frame_cache, dummy_frame_sniffer)
3768 (dummy_frame_prev_register, dummy_frame_this_id)
3769 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
3770 frame unwinder using a dummy_frame_cache.
3771
3772 2004-08-01 Andrew Cagney <cagney@gnu.org>
3773
3774 * frame.h (frame_save_as_regcache): Declare.
3775 * frame.c (frame_save_as_regcache): New function.
3776 (do_frame_read_register): Replace do_frame_unwind_register.
3777 (frame_pop): Use frame_save_as_regcache.
3778 * dummy-frame.c (generic_push_dummy_frame): Use
3779 frame_save_as_regcache.
3780
3781 2004-08-01 Joel Brobecker <brobecker@gnat.com>
3782
3783 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
3784 file as included until we record the first line in the linetable.
3785
3786 2004-08-01 Andrew Cagney <cagney@gnu.org>
3787
3788 * frame.h (deprecated_pop_dummy_frame)
3789 (deprecated_read_register_dummy)
3790 (deprecated_generic_find_dummy_frame): Delete.
3791 * dummy-frame.c (deprecated_generic_find_dummy_frame)
3792 (deprecated_read_register_dummy)
3793 (deprecated_find_dummy_frame_regcache)
3794 (discard_innermost_dummy)
3795 (deprecated_pop_dummy_frame): Delete.
3796 (dummy_frame_this_id): Simplify.
3797 (struct dummy_frame): Delete "fp" and "sp".
3798 (find_dummy_frame): Simplify.
3799 (generic_push_dummy_frame): Do not set "fp" or "sp".
3800 (fprint_dummy_frames): Do not print "fp" and "sp"
3801
3802 2004-08-01 Mark Kettenis <kettenis@gnu.org>
3803
3804 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
3805 (struct i386_insn): New structure.
3806 (i386_match_insn): New function.
3807 (i386_frame_setup_skip_insns): New variable.
3808 (i386_analyze_frame_setup): Change to use i386_match_insn and the
3809 array i386_frame_setup_insns of instructions that should be
3810 skipped inside the frame setup sequence.
3811
3812 2004-08-01 Andrew Cagney <cagney@gnu.org>
3813
3814 * frame.h (deprecated_frame_xmalloc_with_cleanup)
3815 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3816 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3817 * stack.c (frame_info): Delete references to
3818 DEPRECATED_FRAME_INIT_SAVED_REGS and
3819 deprecated_get_frame_saved_regs.
3820 * frame.c (struct frame_info): Delete saved_regs and extra_info.
3821 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
3822 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
3823 (frame_unwind_register_signed)
3824 (frame_unwind_register_unsigned)
3825 (frame_unwind_unsigned_register): Use register_size.
3826 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
3827 (deprecated_frame_xmalloc_with_cleanup)
3828 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3829 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3830
3831 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
3832 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
3833 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
3834 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
3835
3836 * infcall.c (call_function_by_hand): Do not use
3837 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
3838 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
3839 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
3840 DEPRECATED_STACK_ALIGN.
3841
3842 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
3843
3844 Committed by Andrew Cagney.
3845 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
3846
3847 2004-08-01 Andrew Cagney <cagney@gnu.org>
3848
3849 * mips-tdep.c (mips16_frame_cache)
3850 (mips16_frame_this_id, mips16_frame_prev_register)
3851 (mips16_frame_unwind, mips16_frame_sniffer)
3852 (mips16_frame_base_address, mips16_frame_base)
3853 (mips16_frame_base_sniffer, mips32_frame_cache)
3854 (mips32_frame_this_id, mips32_frame_prev_register)
3855 (mips32_frame_unwind, mips32_frame_sniffer)
3856 (mips32_frame_base_address, mips32_frame_base)
3857 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
3858 separate heuristic mips16 and mips32 unwinders.
3859 (mips_stub_frame_cache, mips_stub_frame_this_id)
3860 (mips_stub_frame_prev_register)
3861 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
3862 (mips_stub_frame_base_address, mips_stub_frame_base)
3863 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
3864 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
3865 match true mdebug frames.
3866 (non_heuristic_proc_desc): Add forward declaration.
3867
3868 2004-08-01 Andrew Cagney <cagney@gnu.org>
3869
3870 * config/mips/tm-irix6.h: Delete file.
3871 * config/mips/tm-irix5.h: Delete file.
3872 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
3873 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
3874
3875 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
3876 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
3877 * config/nm-gnu.h (NO_CORE_OPS): Delete.
3878 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
3879 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
3880 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
3881 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
3882 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
3883 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
3884 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
3885 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
3886 (TARGET_SIGNAL_RAW_VALUES): Delete.
3887 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3888 Delete.
3889 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
3890 (TARGET_HW_WATCH_LIMIT): Delete.
3891 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
3892 * minimon.h: Delete file.
3893
3894 * trad-frame.c (trad_frame_get_this_base)
3895 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
3896 functions.
3897 * trad-frame.h (trad_frame_set_this_base)
3898 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
3899
3900 2004-07-31 Andrew Cagney <cagney@gnu.org>
3901
3902 * trad-frame.c (trad_frame_get_prev_register): Rename
3903 trad_frame_get_prev_register.
3904 * vax-tdep.c (vax_frame_prev_register): Update.
3905 * trad-frame.h: Update.
3906 * trad-frame.c (trad_frame_get_register): Update.
3907 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
3908 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
3909 Update.
3910 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
3911 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
3912 Update.
3913 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
3914 Update.
3915 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
3916 Update.
3917 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
3918 Update.
3919 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
3920 Update.
3921 * s390-tdep.c (s390_frame_prev_register)
3922 (s390_stub_frame_prev_register)
3923 (s390_sigtramp_frame_prev_register): Update.
3924 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
3925 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
3926 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
3927 * m88k-tdep.c (m88k_frame_prev_register)
3928 * m68hc11-tdep.c (m68hc11_frame_prev_register)
3929 * m32r-tdep.c (m32r_frame_prev_register): Update.
3930 * hppa-tdep.c (hppa_frame_prev_register_helper)
3931 * frv-tdep.c (frv_frame_prev_register): Update.
3932 * d10v-tdep.c (d10v_frame_prev_register): Update.
3933 * cris-tdep.c (cris_frame_prev_register): Update.
3934 * avr-tdep.c (avr_frame_prev_register): Update.
3935 * arm-tdep.c (arm_prologue_prev_register)
3936 (arm_sigtramp_prev_register): Update.
3937
3938 2004-07-31 Andrew Cagney <cagney@gnu.org>
3939
3940 * frame.h (legacy_saved_regs_unwind)
3941 (legacy_frame_chain_valid, legacy_frame_p)
3942 (enum frame_type): Delete UNKNOWN_FRAME.
3943 * dummy-frame.c (dummy_frame_this_id): Simplify.
3944 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
3945 * frame.c (struct frame_info): Delete the field "type".
3946 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
3947 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
3948 (legacy_saved_regs_unwind, legacy_frame_p)
3949 (frame_type_from_pc): Delete.
3950 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
3951 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
3952
3953 2004-07-31 Mark Kettenis <kettenis@gnu.org>
3954
3955 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
3956 indentation.
3957
3958 * mips-nat.c: Remove file.
3959 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
3960 (mips-nat.o): Remove dependency.
3961
3962 * infptrace.c: Update copyright year.
3963 (fetch_register): Pass NULL in regcache_raw_supply call instead of
3964 explicitly setting the buffer to all zeroes.
3965
3966 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
3967 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
3968
3969 2004-07-30 Andrew Cagney <cagney@gnu.org>
3970
3971 * GDB 6.2 released from gdb_6_2-branch.
3972
3973 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
3974
3975 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
3976
3977 * exec.c (exec_file_attach):
3978 * nto-tdep.c (nto_find_and_open_solib):
3979 * pa64solib.c (pa64_solib_sizeof_symbol_table):
3980 * solib.c (solib_open):
3981 * somsolib.c (som_solib_sizeof_symbol_table):
3982 * source.c (is_regular_file, openp, open_source_file):
3983 * symfile.c (symfile_bfd_open):
3984 * wince.c (upload_to_device): Differentiate between the search for
3985 binary and source files.
3986
3987 2004-07-30 Andrew Cagney <cagney@gnu.org>
3988
3989 * complaints.c (_initialize_complaints): Pass NULL to
3990 add_setshow_zinteger_cmd for help_doc.
3991 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
3992
3993 2004-07-30 Andrew Cagney <cagney@gnu.org>
3994
3995 Fix PR i18n/761.
3996 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
3997 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
3998 $(PACKAGE).pot and update-po.
3999 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4000 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4001 (update-po): New rules.
4002 (localedir): Define using autoconf.
4003 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4004 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4005 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4006 * configure.in: Generate CATALOGS and LINGUAS from contents of
4007 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4008 * configure: Re-generate.
4009 * po/gdbtext: New file
4010
4011 2004-07-30 Jerome Guitton <guitton@gnat.com>
4012
4013 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4014 order.
4015
4016 2004-07-30 David Lecomber <dsl@sources.redhat.com>
4017
4018 * dwarf2read.c (read_file_scope): Set producer if attribute
4019 present.
4020 (struct dwarf2_cu): Added new member producer.
4021
4022 2004-07-30 Jerome Guitton <guitton@gnat.com>
4023
4024 * inflow.c (kill_command): release file handles in BFD.
4025 * exec.c (exec_file_attach): Ditto.
4026 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4027
4028 2004-07-29 Andrew Cagney <cagney@gnu.org>
4029
4030 * PROBLEMS (mips-irix): Note that it is broken.
4031
4032 2004-07-29 Andrew Cagney <cagney@gnu.org>
4033
4034 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4035 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4036
4037 * config/xm-nbsd.h: Delete file.
4038 * config/arm/xm-nbsd.h: Delete file.
4039 * config/i386/xm-nbsd.h: Delete file.
4040 * config/ns32k/xm-nbsd.h: Delete file.
4041 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4042 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4043 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4044 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4045 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4046
4047 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4048 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4049 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4050 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4051 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4052 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4053
4054 * config/powerpc/xm-linux.h: Delete empty file.
4055 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4056 * config/powerpc/linux.mh (XM_FILE): Delete.
4057 * config/m68k/xm-linux.h: Delete empty file.
4058 * config/m68k/linux.mh (XM_FILE): Delete.
4059 * config/ia64/xm-linux.h: Delete empty file.
4060 * config/ia64/linux.mh (XM_FILE): Delete.
4061 * config/arm/xm-linux.h: Delete empty file.
4062 * config/arm/linux.mh (XM_FILE): Delete.
4063
4064 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4065 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4066 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4067 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4068 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4069 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4070 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4071 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4072
4073 * config/m68k/xm-m68k.h: Delete file.
4074 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4075 copyright.
4076 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4077 * config/pa/xm-linux.h: Delete empty file.
4078 * config/pa/linux.mh (XM_FILE): Delete.
4079 * config/i386/xm-i386.h: Delete empty file.
4080 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4081 "i386/xm-i386.h".
4082 * config/i386/obsdaout.mh (XM_FILE): Delete.
4083 * config/i386/obsd64.mh (XM_FILE): Delete.
4084 * config/i386/fbsd64.mh (XM_FILE): Delete.
4085 * config/i386/nto.mh (XM_FILE): Delete.
4086 * config/i386/obsd.mh (XM_FILE): Delete.
4087 * config/i386/linux64.mh (XM_FILE): Delete.
4088 * config/i386/linux.mh (XM_FILE): Delete.
4089 * config/i386/i386sol2.mh (XM_FILE): Delete.
4090 * config/i386/i386gnu.mh (XM_FILE): Delete.
4091 * config/i386/fbsd.mh (XM_FILE): Delete.
4092 * config/i386/nbsd64.mh (XM_FILE): Delete.
4093
4094 2004-07-29 Andrew Cagney <cagney@gnu.org>
4095
4096 * config/pa/xm-linux.h: Do not include "floatformat.h".
4097 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4098 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4099 * config/i386/xm-i386.h: Do not include "floatformat.h".
4100 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4101 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4102 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4103 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4104 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4105 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4106 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4107 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4108 * configure, config.in: Regenerate.
4109 * configure.host (gdb_host_float_format, gdb_host_double_format)
4110 (gdb_host_long_double_format): Set according to the host.
4111
4112 2004-07-29 Andrew Cagney <cagney@gnu.org>
4113
4114 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4115
4116 2004-07-28 Andrew Cagney <cagney@gnu.org>
4117
4118 * PROBLEMS: Mention threads/1650.
4119 * NEWS: Mention the NPTL fix.
4120
4121 2004-07-28 Andrew Cagney <cagney@gnu.org>
4122
4123 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4124 (add_setshow_cmd_full): Make static.
4125 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4126 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4127 * cli/cli-decode.c (add_setshow_filename_cmd)
4128 (add_setshow_string_cmd): New functions.
4129 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4130 * mips-tdep.c (_initialize_mips_tdep): Update.
4131 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4132 * cli/cli-logging.c (_initialize_cli_logging): Update.
4133 * complaints.c (_initialize_complaints): Update.
4134 * remote.c (_initialize_remote): Update.
4135
4136 2004-07-28 Andrew Cagney <cagney@gnu.org>
4137
4138 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4139 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4140 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4141 print parameters. Make string parameters constant.
4142 * command.h: Update. Update copyright.
4143 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4144 * observer.c (_initialize_observer): Ditto.
4145 * frame.c (_initialize_frame): Ditto.
4146 * complaints.c (_initialize_complaints): Ditto.
4147 * maint.c (_initialize_maint_cmds): Ditto.
4148 * target.c (initialize_targets): Ditto.
4149 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4150 * infcall.c (_initialize_infcall): Ditto.
4151 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4152 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4153 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4154 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4155 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4156
4157 2004-07-28 Andrew Cagney <cagney@gnu.org>
4158
4159 * gdbtypes.c (lookup_primitive_typename): Delete function.
4160 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4161 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4162 * gdbtypes.c (lookup_typename): Ditto.
4163 * f-exp.y (yylex): Ditto.
4164 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4165
4166 * scm-lang.c (c_builtin_types): Delete extern declaration.
4167 (scm_language_defn): Replace
4168 string_char_type and primitive_type_vector with
4169 la_language_arch_info.
4170 * jv-lang.c (java_language_defn): Replace
4171 string_char_type and primitive_type_vector with
4172 la_language_arch_info.
4173 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4174 c_builtin_types in comment.
4175 * c-lang.h (struct language_arch_info): Declare opaque.
4176 (c_language_arch_info): Declare.
4177 (c_builtin_types): Delete declaration.
4178 * c-lang.c (c_language_arch_info): Set string_char_type to
4179 builtin_char, not builtin_true_char. Make global.
4180 (c_builtin_types): Delete array.
4181 (asm_language_defn, minimal_language_defn): Replace
4182 string_char_type and primitive_type_vector with
4183 la_language_arch_info.
4184
4185 2004-07-28 Andrew Cagney <cagney@gnu.org>
4186
4187 * gdbtypes.h (struct builtin_type): Rename true_char to
4188 builtin_true_char.
4189 * gdbtypes.c (gdbtypes_post_init): Update.
4190 * c-lang.c (arch_info): New function.
4191 (enum c_primitive_types): New enum.
4192 (c_language_defn): Instead of string_char_type and
4193 primitive_type_vector set la_language_arch_info.
4194
4195 2004-07-28 Andrew Cagney <cagney@gnu.org>
4196
4197 * language.h (struct language_arch_info): Fix typo
4198 s/primative/primitive/.
4199 * gdbtypes.c (lookup_primitive_typename): Ditto.
4200 * language.c (language_lookup_primitive_type_by_name)
4201 (unknown_language_arch_info): Ditto.
4202
4203 2004-07-27 Andrew Cagney <cagney@gnu.org>
4204
4205 * defs.h (enum language): Add nr_languages.
4206 * language.h (struct language_arch_info): Define.
4207 (struct language_defn): Add la_language_arch_info.
4208 (language_lookup_primative_type_by_name): Declare.
4209 (language_string_char_type): Declare.
4210 * language.c (_initialize_language, language_gdbarch_post_init)
4211 (struct language_gdbarch, language_gdbarch_data): Implement
4212 per-architecture language information.
4213 (unknown_language_arch_info, language_string_char_type)
4214 (language_lookup_primative_type_by_name): New functions.
4215 (unknown_language_defn, auto_language_defn)
4216 (local_language_defn): Set la_language_arch_info to
4217 unknown_language_arch_info.
4218 (unknown_builtin_types): Delete.
4219 * gdbtypes.c (lookup_primitive_typename): Use
4220 language_lookup_primative_type_by_name.
4221 (create_string_type): Use language_string_char_type.
4222 * values.c (value_from_string): Use language_string_char_type.
4223 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
4224 * p-lang.c (pascal_language_defn): Ditto.
4225 * m2-lang.c (m2_language_defn): Ditto.
4226 * jv-lang.c (java_language_defn): Ditto.
4227 * objc-lang.c (objc_language_defn): Ditto.
4228 * f-lang.c (f_language_defn): Ditto.
4229 * c-lang.c (c_language_defn, cplus_language_defn)
4230 (asm_language_defn, minimal_language_defn): Ditto.
4231
4232 2004-07-27 Andrew Cagney <cagney@gnu.org>
4233
4234 * gdbtypes.h (struct builtin_type): Declare.
4235 (builtin_type): Declare.
4236 * d10v-tdep.c (d10v_register_type): Use builtin_type.
4237 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
4238 (gdbtypes_post_init): New function.
4239 (builtin_type): New function.
4240
4241 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
4242
4243 * remote-m32r-sdi.c: Fix breakpoint bug.
4244 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
4245 recv_char_data, recv_long_data): New functions to replace communication
4246 sequences.
4247
4248 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
4249
4250 Document PR threads/1650.
4251 * PROBLEMS (Threads): Document problem with many threads
4252
4253 2004-07-26 Andrew Cagney <cagney@gnu.org>
4254
4255 * gdb-mi.el: Move from here ...
4256 * mi/gdb-mi.el: ... to here.
4257
4258 2004-07-26 Andrew Cagney <cagney@gnu.org>
4259
4260 Problem reported by Ashley Pittman <ashley@quadrics.com>.
4261 * main.c (captured_main): When in batch mode always detach.
4262
4263 2004-07-26 Andrew Cagney <cagney@gnu.org>
4264
4265 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
4266 and h8300 as broken.
4267 * NEWS: END-OF-LIFE frame compatibility module.
4268 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
4269 specific comments.
4270
4271 2004-07-26 Andrew Cagney <cagney@gnu.org>
4272
4273 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
4274 * xcoffsolib.c (_initialize_xcoffsolib): Update.
4275 * wince.c (_initialize_wince): Update.
4276 * win32-nat.c (_initialize_win32_nat): Update.
4277 * varobj.c (_initialize_varobj): Update.
4278 * valops.c (_initialize_valops): Update.
4279 * utils.c (initialize_utils, initialize_utils): Update.
4280 * tui/tui-win.c (_initialize_tui_win): Update.
4281 * top.c (init_main): Update.
4282 * symfile.c (_initialize_symfile): Update.
4283 * source.c (_initialize_source): Update.
4284 * somsolib.c (_initialize_som_solib): Update.
4285 * solib.c (_initialize_solib): Update.
4286 * solib-frv.c (_initialize_frv_solib): Update.
4287 * serial.c (_initialize_serial): Update.
4288 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
4289 * remote.c (_initialize_remote, _initialize_remote): Update.
4290 * remote-vx.c (_initialize_vx): Update.
4291 * remote-utils.c (_initialize_sr_support): Update.
4292 * remote-sds.c (_initialize_remote_sds): Update.
4293 * remote-mips.c (_initialize_remote_mips): Update.
4294 * remote-e7000.c (_initialize_remote_e7000): Update.
4295 * proc-api.c (_initialize_proc_api): Update.
4296 * printcmd.c: Update.
4297 * parse.c (_initialize_parse): Update.
4298 * pa64solib.c (_initialize_pa64_solib): Update.
4299 * p-valprint.c (_initialize_pascal_valprint): Update.
4300 * monitor.c (_initialize_remote_monitors): Update.
4301 * mips-tdep.c (_initialize_mips_tdep): Update.
4302 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4303 * maint.c (_initialize_maint_cmds): Update.
4304 * lin-lwp.c (_initialize_lin_lwp): Update.
4305 * language.c (_initialize_language): Update.
4306 * kod.c (_initialize_kod): Update.
4307 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
4308 * i386-tdep.c (_initialize_i386_tdep): Update.
4309 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
4310 * gdbarch.sh: Update.
4311 * gdbarch.c: Re-generate.
4312 * gdb-events.sh: Update.
4313 * gdb-events.c: Re-generate.
4314 * frame.c (_initialize_frame): Update.
4315 * exec.c: Update.
4316 * demangle.c (_initialize_demangler): Update.
4317 * dcache.c (_initialize_dcache): Update.
4318 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
4319 * cp-valprint.c (_initialize_cp_valprint): Update.
4320 * corefile.c (_initialize_core): Update.
4321 * command.h: Update.
4322 * cli/cli-decode.h: Update.
4323 * cli/cli-cmds.c (init_cli_cmds): Update.
4324 * charset.c (_initialize_charset): Update.
4325 * breakpoint.c (_initialize_breakpoint): Update.
4326 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
4327 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4328 * aix-thread.c (_initialize_aix_thread): Update.
4329
4330 2004-07-24 Mark Kettenis <kettenis@gnu.org>
4331
4332 Partial fix for PR backtrace/1718.
4333 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
4334 that GCC migrates into the prolugue. Don't handle any
4335 instructions that clobber %ebx.
4336
4337 2004-07-23 Andrew Cagney <cagney@gnu.org>
4338
4339 Use regcache_raw_collect instead of regcache_collect.
4340 * regcache.h (regcache_collect): Delete declaration.
4341 * regcache.c (regcache_colect): Delete function.
4342 * win32-nat.c (do_child_store_inferior_registers): Update.
4343 * sol-thread.c (sol_thread_store_registers): Update.
4344 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
4345 * rs6000-nat.c (store_register): Update.
4346 * remote.c (store_register_using_P, remote_store_registers): Update.
4347 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
4348 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
4349 (fill_vrregset, store_spe_registers, fill_gregset)
4350 (fill_gregset): Update.
4351 * nto-procfs.c (procfs_store_registers): Update.
4352 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
4353 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
4354 * m68klinux-nat.c (store_register, fill_gregset): Update.
4355 * m68k-tdep.c (fill_gregset): Update.
4356 * infptrace.c (store_register): Update.
4357 * i386-nto-tdep.c (i386nto_regset_fill): Update.
4358 * i386-linux-nat.c (store_register, fill_gregset): Update.
4359 * hppa-linux-nat.c (fill_gregset): Update.
4360 * go32-nat.c (store_register): Update.
4361 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
4362 (store_fp_regs): Update.
4363 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
4364 (store_nwfpe_extended, store_fpregister, store_fpregs)
4365 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
4366 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
4367 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
4368 (store_regs_user_thread, store_regs_kernel_thread): Update.
4369
4370 2004-07-24 Mark Kettenis <kettenis@gnu.org>
4371
4372 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
4373 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
4374 encoding.
4375 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
4376 member of `struct comp_unit'.
4377
4378 2004-07-23 Andrew Cagney <cagney@gnu.org>
4379
4380 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
4381 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
4382
4383 2004-07-23 Martin Hunt <hunt@redhat.com>
4384 Kevin Buettner <kevinb@redhat.com>
4385
4386 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
4387 alignment was being added to the offset instead of multiplied.
4388
4389 2004-07-23 Mark Kettenis <kettenis@gnu.org>
4390
4391 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
4392 changed signal trampoline in OpenBSD 3.5-current.
4393
4394 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
4395 <machine/pcb.h> and "bsd-kvm.h".
4396 (sparc64nbsd_supply_pcb): New function.
4397 (_initialize_sparc64nbsd_nat): Renamed from
4398 _initialize_sparcnbsd_nat. Enable libkvm interface.
4399 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
4400 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
4401 (LOADLIBES): New variable.
4402
4403 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
4404
4405 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
4406
4407 2004-07-21 Andrew Cagney <cagney@gnu.org>
4408
4409 Use regcache_raw_supply instead of supply_register.
4410 * regcache.h (supply_register): Delete declaration.
4411 * regcache.c (supply_register): Delete function.
4412 * wince.c (do_child_fetch_inferior_registers): Update.
4413 * win32-nat.c (do_child_fetch_inferior_registers)
4414 (fetch_elf_core_registers): Update.
4415 * v850ice.c (v850ice_fetch_registers): Update.
4416 * thread-db.c (thread_db_store_registers): Update.
4417 * sol-thread.c (sol_thread_store_registers): Update.
4418 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
4419 * rs6000-nat.c (fetch_register): Update.
4420 * rom68k-rom.c (rom68k_supply_one_register): Update.
4421 * remote.c (remote_wait, remote_async_wait): Update.
4422 * remote-st.c (get_hex_regs): Update.
4423 * remote-sim.c (gdbsim_fetch_register): Update.
4424 * remote-sds.c (sds_fetch_registers): Update.
4425 * remote-rdp.c (remote_rdp_fetch_register): Update.
4426 * remote-rdi.c (arm_rdi_fetch_registers): Update.
4427 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
4428 * remote-m32r-sdi.c (m32r_fetch_register): Update.
4429 * remote-hms.c (init_hms_cmds): Update.
4430 * remote-est.c (init_est_cmds): Update.
4431 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
4432 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
4433 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
4434 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
4435 (fetch_register, supply_vrregset, supply_vrregset)
4436 (fetch_spe_registers): Update.
4437 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
4438 * monitor.c (monitor_supply_register): Update.
4439 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
4440 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
4441 (mipsnbsd_supply_fpreg): Update.
4442 * mips-nat.c (fetch_inferior_registers)
4443 (fetch_core_registers): Update.
4444 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
4445 (supply_fpregset, mips64_supply_gregset)
4446 (mips64_supply_fpregset): Update.
4447 * m68klinux-nat.c (fetch_register, supply_gregset)
4448 (supply_fpregset): Update.
4449 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
4450 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
4451 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
4452 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
4453 * infptrace.c (fetch_register): Update.
4454 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
4455 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
4456 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
4457 (gnu_fetch_registers, gnu_store_registers): Update.
4458 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
4459 * i386-linux-nat.c (fetch_register, supply_gregset)
4460 (dummy_sse_values): Update.
4461 * hpux-thread.c (hpux_thread_fetch_registers): Update.
4462 * hppah-nat.c (fetch_register): Update.
4463 * hppa-linux-nat.c (fetch_register, supply_gregset)
4464 (supply_fpregset): Update.
4465 * go32-nat.c (fetch_register): Update.
4466 * dve3900-rom.c (fetch_bitmapped_register)
4467 (_initialize_r3900_rom): Update.
4468 * cris-tdep.c (supply_gregset): Update.
4469 * abug-rom.c (init_abug_cmds): Update.
4470 * core-aout.c (fetch_core_registers): Update.
4471 * armnbsd-nat.c (supply_gregset, supply_fparegset)
4472 (fetch_register, fetch_fp_register): Update.
4473 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
4474 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
4475 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
4476 * alphanbsd-tdep.c (fetch_core_registers): Update.
4477 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
4478 * alpha-nat.c (fetch_osf_core_registers)
4479 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
4480 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
4481 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
4482
4483 2004-07-21 Andrew Cagney <cagney@gnu.org>
4484
4485 * PROBLEMS: Mention breakpoints/1702.
4486 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
4487 that is known to work.
4488
4489 2004-07-21 Andrew Cagney <cagney@gnu.org>
4490
4491 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
4492 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
4493 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
4494 (handle_inferior_event): Wrap call to deprecated
4495 IGNORE_HELPER_CALL in #ifdef.
4496 * config/mips/tm-nbsd.h: Update.
4497
4498 2004-07-20 Jim Blandy <jimb@redhat.com>
4499
4500 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
4501 bfd_mach_ppc has no segment registers.
4502
4503 Include PowerPC SPR numbers for special-purpose registers.
4504 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
4505 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
4506 new member in initializer.
4507 (S, S4, SN4, S64): New macros for defining special-purpose
4508 registers.
4509 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
4510 registers_403, registers_403GC, registers_505, registers_860,
4511 registers_601, registers_602, registers_603, registers_604,
4512 registers_750, registers_e500): Use them.
4513
4514 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
4515 replace references with expression used to initialize variable.
4516
4517 2004-07-20 Andrew Cagney <cagney@gnu.org>
4518
4519 * breakpoint.c (deprecated_read_memory_nobpt): Rename
4520 read_memory_nobpt.
4521 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
4522 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
4523 (s390_sigtramp_frame_sniffer): Update.
4524 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
4525 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
4526 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
4527 (mips32_fetch_instruction): Update.
4528 * mcore-tdep.c (get_insn): Update.
4529 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
4530 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
4531 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
4532 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4533 (i386_linux_rt_sigtramp_start): Update.
4534 * i386-linux-nat.c (child_resume): Update.
4535 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
4536 * hppa-linux-tdep.c (insns_match_pattern): Update.
4537 * gdbcore.h: Update.
4538 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
4539 * frame.c (safe_frame_unwind_memory): Update.
4540 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
4541 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
4542 * alpha-tdep.c (alpha_read_insn): Update.
4543
4544 2004-07-20 Andrew Cagney <cagney@gnu.org>
4545
4546 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
4547 containing both bytes and mask. Add "frame_type".
4548 * tramp-frame.c (tramp_frame_start): Update.
4549 (tramp_frame_prepend_unwinder): Update.
4550 * mips-linux-tdep.c (mips_linux_o32_sigframe)
4551 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
4552 (mips_linux_n64_rt_sigframe): Update. Make "static const".
4553 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
4554
4555 2004-07-19 Eli Zaretskii <eliz@gnu.org>
4556
4557 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
4558 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
4559 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
4560 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
4561
4562 2004-07-17 Andrew Cagney <cagney@gnu.org>
4563
4564 * NEWS, PROBLEMS: Update for 6.2.
4565
4566 * README: Update to 6.2.
4567
4568 * utils.c (xvasprintf): Call xstrvprintf.
4569
4570 * parse.c: Update copyright.
4571 (null_post_parser): Eliminate ARGSUSED.
4572
4573 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
4574 * tui/tui-win.c (tui_get_cmd_list): Ditto.
4575 * symfile-mem.c (_initialize_symfile_mem): Ditto.
4576
4577 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
4578 * ppc-linux-nat.c: Use "Linux kernel".
4579 * hppa-linux-tdep.c: Use GNU/Linux.
4580 * hppa-linux-nat.c: Use GNU/Linux.
4581 * dwarfread.c: Add [sic] to use of Linux.
4582
4583 * hppa-linux-nat.c: Do not include <string.h>.
4584 (supply_fpregset): Remove "register" attribute.
4585
4586 * solib-frv.c (fetch_loadmap): Use xfree, not free.
4587
4588 2004-07-17 Mark Kettenis <kettenis@gnu.org>
4589
4590 * configure.in: Define _MSE_INT_H on Solaris 9 too.
4591 * configure, config.in: Regenerated.
4592
4593 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4594 "bsd-kvm.h".
4595 (vaxbsd_supply_pcb): New function.
4596 (_initialize_vaxbsd_nat): New prototype and function.
4597 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
4598 solib-sunos.o.
4599 (LOADLIBES): New variable.
4600 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4601 (LOADLIBES): New variable.
4602 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4603 (LOADLIBES): New variable.
4604 * Makefile.in (vaxbsd-nat.o): Update dependencies.
4605
4606 2004-07-16 Andrew Cagney <cagney@gnu.org>
4607
4608 * defs.h (event_loop_p): Replace variable declaration with macro,
4609 always 1.
4610 * main.c (captured_main): Delete options "-async" and "-noasync".
4611 (event_loop_p): Delete variable.
4612 * NEWS: Mention that "-async" and "-noasync" were removed.
4613
4614 2004-07-16 Andrew Cagney <cagney@gnu.org>
4615
4616 * remote-m32r-sdi.c: Re-indent.
4617
4618 2004-07-16 Jim Blandy <jimb@redhat.com>
4619
4620 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
4621 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
4622 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
4623 missing MPC823 SPRs.
4624 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
4625 incorrect. (This was corrected in GDB's register name tables on
4626 2004-07-14.)
4627
4628 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
4629 should be "esasrr" ("ESA Save and Restore Register").
4630
4631 2004-07-16 Andrew Cagney <cagney@gnu.org>
4632
4633 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
4634 calls, no longer applicable. Update comments and rename parameter
4635 "step_frame" to "return_frame".
4636
4637 2004-07-16 Andrew Cagney <cagney@gnu.org>
4638
4639 * frame.c (fprint_field): New function.
4640 (fprint_frame_id): Use fprint_field.
4641
4642 2004-07-15 Joel Brobecker <brobecker@gnat.com>
4643
4644 * ada-lang.c (ada_language_defn): Remove commented out code.
4645
4646 2004-07-15 Jim Blandy <jimb@redhat.com>
4647
4648 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
4649 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
4650
4651 2004-07-14 Jim Blandy <jimb@redhat.com>
4652
4653 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
4654
4655 * ppc-tdep.h (ppc_num_vrs): New enum constant.
4656
4657 * ppc-tdep.h (ppc_num_srs): New enum constant.
4658
4659 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
4660 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
4661 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
4662 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
4663 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
4664 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
4665 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
4666 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
4667 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
4668 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
4669 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
4670 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
4671 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
4672 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
4673 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
4674 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
4675 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
4676 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
4677 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
4678 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
4679 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
4680 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
4681 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
4682 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
4683 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
4684 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
4685 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
4686 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
4687 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
4688 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
4689 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
4690 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
4691 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
4692 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
4693 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
4694 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
4695 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
4696 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
4697 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
4698 special-purpose register numbers.
4699
4700 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
4701 manual mentions 'md_twb', but many mention 'm_twb', and at that
4702 point in the register list.)
4703
4704 2004-07-14 Andrew Cagney <cagney@gnu.org>
4705
4706 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
4707 instead of "internal-error".
4708
4709 2004-07-10 Joel Brobecker <brobecker@gnat.com>
4710
4711 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
4712 that was inserted inside a comment.
4713
4714 2004-07-10 Randolph Chung <tausq@debian.org>
4715
4716 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
4717 function.
4718 (hppa_hpux_push_dummy_code): New function.
4719 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
4720 Set find_global_pointer method.
4721
4722 2004-07-10 Mark Kettenis <kettenis@gnu.org>
4723
4724 * NEWS: Mention BSD libkvm interface.
4725
4726 2004-07-10 Michael Snyder <msnyder@redhat.com>
4727
4728 * symfile.c (generic_load): Comment typo.
4729 * stack.c (get_selected_block): Ditto.
4730 * regcache.c (regcache_cooked_read): Ditto.
4731 * monitor.c (monitor_debug): Ditto.
4732 * mips-tdep.c (mips_read_pc): Ditto.
4733 * i386-linux-nat.c (ps_get_thread_area): Ditto.
4734 * gdb_mbuild.sh: Ditto.
4735 * gdbarch.sh: Ditto.
4736 * gdbarch.h: Ditto.
4737
4738 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
4739
4740 * ada-tasks.c: Remove file.
4741
4742 Remove ARI problems:
4743
4744 * ada-exp.y (write_var_from_sym): Reformat to put operator at
4745 beginning of line.
4746
4747 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
4748 Add comment.
4749 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
4750 (MIN_OF_SIZE): Rename min_of_size. Add comment.
4751 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
4752 (UMIN_OF_SIZE): Remove.
4753 (max_of_type): New function to replace orphan macro in gdbtypes.h
4754 (min_of_type): Ditto.
4755 (discrete_type_high_bound): Use max_of_type.
4756 (discrete_type_low_bound): Use min_of_type.
4757 (possible_user_operator_p): Move operator to beginning of line.
4758 (ada_is_variant_part): Ditto.
4759 (ensure_lval): Rewrite to avoid deprecated operations.
4760 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
4761 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
4762 (ada_enum_name): Remove assignments in 'if' statements.
4763 (build_ada_types): Add gdbarch parameter.
4764 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
4765 with gdbarch_data_register_post_init.
4766 Use add_setshow_uinteger_cmd rather than add_set_cmd and
4767 add_show_from_set.
4768
4769 * ada-valprint.c (inspect_it): Remove declaration.
4770 (repeat_count_threshold): Remove declaration.
4771 (ada_print_floating): Remove assignments in 'if' statements.
4772 (print_str): Move operator to beginning of line.
4773
4774 2004-07-08 Jim Blandy <jimb@redhat.com>
4775
4776 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
4777
4778 2004-07-08 Bob Rossi <bob@brasko.net>
4779
4780 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
4781
4782 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
4783
4784 * language.h (struct_language_defn): Add new function pointer:
4785 la_class_name_from_physname. Also add new prototype for
4786 language_class_name_from_physname.
4787 * language.c (language_class_name_from_physname): New function.
4788 (unk_lang_class_name): Ditto.
4789 (unknown_language_defn, auto_language_defn): Change
4790 to add unk_lang_class_name function pointer for
4791 la_class_name_from_physname.
4792 (local_language_defn): Ditto.
4793 * dwarf2read.c (guess_structure_name): Change to call
4794 language_class_name_from_physname.
4795 (determine_class_name): Ditto.
4796 * cp-support.c (class_name_from_physname): Renamed.
4797 (cp_class_name_from_physname): New name of function.
4798 * cp-support.h: Ditto.
4799 * c-lang.c (c_language_defn): Change to add NULL
4800 for class_name_from_physname function pointer.
4801 (cplus_language_defn): Change to add cp_class_name_from_physname.
4802 * jv-lang.c (java_class_name_physname): New function.
4803 (java_find_last_component): New static routine.
4804 (java_language_defn): Add java_class_name_from_physname pointer.
4805 * ada-lang.c (ada_language_defn): Change to add NULL
4806 for class_name_from_physname function pointer.
4807 * f-lang.c (f_language_defn): Ditto.
4808 * m2-lang.c (m2_language_defn): Ditto.
4809 * objc-lang.c (objc_language_defn): Ditto.
4810 * p-lang.c (pascal_language_defn): Ditto.
4811 * scm-lang.c (scm_language_defn): Ditto.
4812
4813 2004-07-06 Andrew Cagney <cagney@gnu.org>
4814
4815 Patch from Bart Robinson.
4816 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
4817 (O_LARGEFILE): Define to 0, if not defined.
4818
4819 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4820
4821 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
4822 <machine/pcb.h> and "bsd-kvm.h".
4823 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
4824 (m68kbsd_supply_pcb): New function.
4825 (_initialize_m68kbsd_nat): New prototype and function.
4826 * Makefile.in (m68kbsd-nat.o): Update dependencies.
4827 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4828 (LOADLIBES): New variable.
4829 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4830 (LOADLIBES): New variable.
4831
4832 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
4833
4834 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4835
4836 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
4837 <sys/proc.h>.
4838 (bsd_kvm_cmdlist): New variable.
4839 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
4840 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
4841 command and "kvm proc" command.
4842 * Makefile.in (bsd-kvm.o): Update dependencies.
4843
4844 2004-07-02 Mark Kettenis <kettenis@gnu.org>
4845
4846 * osabi.c: Update copyright year.
4847 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
4848 notes if EI_OSABI is set to ELFOSABI_HPUX.
4849
4850 2004-07-01 Michael Snyder <msnyder@redhat.com>
4851
4852 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
4853 that seems to have gotten whacked out of line.
4854
4855 2004-07-01 Mark Kettenis <kettenis@gnu.org>
4856
4857 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
4858 code.
4859
4860 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4861
4862 * ada-lang.c (decode_packed_array): Minor change to comment.
4863 (ada_value_slice_ptr): New function.
4864 (ada_value_slice): New function.
4865 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
4866 test. Don't know why it is there.
4867 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
4868 to avoid dereferencing huge arrays from which one is slicing.
4869 (empty_array): Correct to return an array rather than
4870 a subrange value.
4871 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
4872 on empty arrays (let'em use 'FIRST instead).
4873
4874 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4875
4876 Address complaints from gdb_ari.sh:
4877
4878 * ada-exp.y: Include gdb_string.h rather than string.h.
4879 (convert_char_literal): Reformat declaration.
4880 * ada-lang.h: Include opaque struct declaration for struct frame_info.
4881 * ada-lex.l: Change use of free to xfree (the macro would do so
4882 anyway, but this is harmless).
4883 Include gdb_string.h rather than string.h.
4884 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
4885
4886 * ada-lang.c (parse): Remove K&Rism in parameter list.
4887 (is_name_suffix): Correct Linux => GNU/Linux in comment.
4888
4889 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4890
4891 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
4892 dead code.
4893
4894 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4895
4896 * alphabsd-nat.c: Update copyright year.
4897 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
4898
4899 2004-06-29 Joel Brobecker <brobecker@gnat.com>
4900
4901 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
4902 (i386_cygwin_in_solib_call_trampoline): New function.
4903 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
4904 and skip_trampoline_code gdbarch methods.
4905
4906 2004-06-29 Jim Blandy <jimb@redhat.com>
4907
4908 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
4909 name actually used in the dependency lists.
4910
4911 2004-06-29 Randolph Chung <tausq@debian.org>
4912
4913 * NEWS (New native configurations): Mention GNU/Linux/hppa.
4914
4915 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4916
4917 * win32-nat.c (child_pid_to_exec_file): New function.
4918 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
4919 functionality.
4920
4921 2004-06-28 Andrew Cagney <cagney@gnu.org>
4922
4923 * defs.h (xstrvprintf): Declare.
4924 * utils.c (xstrvprintf): New function.
4925 (internal_vproblem, xstrprintf, xasprintf)
4926 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
4927 * serial.c (serial_printf): Ditto.
4928 * complaints.c (vcomplaint): Ditto.
4929
4930 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4931
4932 * infcmd.c (attach_command): Move call to target_terminal_inferior
4933 behind loading symbol table.
4934
4935 2004-06-28 Andrew Cagney <cagney@gnu.org>
4936
4937 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
4938 change - add back extern deprecated_ui_loop_hook declaration.
4939
4940 2004-06-28 Andrew Cagney <cagney@gnu.org>
4941
4942 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
4943 xstrprintf.
4944 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
4945 (c_value_of_variable): Ditto.
4946 * utils.c (internal_vproblem): Ditto.
4947 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
4948 * remote.c (add_packet_config_cmd): Ditto.
4949 * remote-rdp.c (rdp_set_command_line): Ditto.
4950 * regcache.c (regcache_dump): Ditto.
4951 * frv-tdep.c (new_variant, new_variant): Ditto.
4952 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
4953 (fbsd_find_memory_regions): Ditto.
4954 * breakpoint.c (create_thread_event_breakpoint)
4955 (create_breakpoints): Ditto.
4956 * aix-thread.c (aix_thread_pid_to_str): Ditto.
4957 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
4958
4959 2004-06-28 Joel Brobecker <brobecker@gnat.com>
4960
4961 * ada-lang.c: Re-indent file, with some massaging to help indent
4962 a bit when the result is otherwise really too ugly.
4963
4964 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4965
4966 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
4967 code_addr_p and special_addr_p to 'unsigned int'.
4968
4969 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4970
4971 * i386v4-nat.c: Update copyright year and tweak comment.
4972 (regmap): Remove trailing comma.
4973 (supply_gregset): Rename local variable i to regnum. Call
4974 regcache_raw_supply instead of supply_register.
4975 (fill_gregset): Rename argument regno to regnum. Call
4976 regcache_raw_collect instead of regcache_collect.
4977
4978 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4979
4980 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
4981 and special_addr_p.
4982 (frame_id_build, frame_id_build_special): Update comments.
4983 (frame_id_build_wild): New prototype.
4984 * frame.c (frame_id_build, frame_id_build_special): Fill in new
4985 struct frame_id fields.
4986 (frame_id_build_wild): New function.
4987 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
4988
4989 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4990
4991 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
4992 hppabsd-tdep.c.
4993
4994 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4995
4996 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
4997
4998 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4999
5000 * ada-lang.c: Re-indent file.
5001
5002 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5003
5004 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5005 (no_symtab_msg): Likewise.
5006
5007 2004-06-27 Andreas Schwab <schwab@suse.de>
5008
5009 * source.c: Fix whitespace.
5010
5011 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5012
5013 * configure.in: Include <sys/param.h> for td_pcb test.
5014 * configure: Regenerated.
5015
5016 * i386nbsd-nat.c: New file.
5017 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5018 i386obsd-nat.c and i386obsd-tdep.c.
5019 (i386nbsd-nat.o): New dependency.
5020 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5021 bsd-kvm.o.
5022 (LOADLIBES): New variable.
5023 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5024 bsd-kvm.o.
5025 (LOADLIBES): New variable.
5026
5027 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5028 (LOADLIBES): New variable.
5029
5030 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5031 fetching from BSD_KVM_PADDR. Correctly lookup address for
5032 "_thread0".
5033
5034 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5035 "bsd-kvm.h".
5036 (amd64fbsd_supply_pcb): New funcion.
5037 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5038
5039 2004-06-27 <david@streamline-computing.com>
5040
5041 Partial fix for PR cli/1056.
5042 * valarith.c: Check for zero in division and remainder
5043 evaluation.
5044
5045 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5046
5047 * i387-tdep.c: Remove excessive whitespace.
5048
5049 2004-06-26 Andrew Cagney <cagney@gnu.org>
5050
5051 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5052 * gdb-events.h, gdb-events.c: Re-generate.
5053 * tui/tui-hooks.c (tui_install_hooks): Update.
5054 (tui_remove_hooks): Update.
5055 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5056
5057 2004-06-26 Mark Kettenis <kettenis@gnu.org>
5058
5059 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5060 (gregset_t, fpregset_t): Remove typedefs.
5061 (REG_OFFSET): Rename argument.
5062 (amd64bsd_r_reg_offset): Rename from reg_offset.
5063 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5064 Remove functions.
5065 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5066 of reg_offset.
5067 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5068
5069 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5070
5071 * vax-tdep.c: Tweak comment.
5072
5073 Add OpenBSD/hppa support.
5074 * NEWS (New native configurations): Mention OpenBSD/hppa.
5075 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5076 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5077 files.
5078 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5079 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5080 * configure.host: Add hppa*-*-openbsd*.
5081 * configure.tgt: Add hppa*-*-openbsd*.
5082
5083 2004-06-25 Andrew Cagney <cagney@gnu.org>
5084
5085 * defs.h (deprecated_ui_loop_hook): Deprecated.
5086 * wince.c (child_wait): Update.
5087 * win32-nat.c (child_wait): Update.
5088 * v850ice.c (v850ice_wait): Update.
5089 * top.c (deprecated_ui_loop_hook): Update.
5090 * serial.h: Update.
5091 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5092 (do_unix_readchar): Update.
5093 * ser-tcp.c (net_open): Update.
5094 * remote-sim.c (gdb_os_poll_quit): Update.
5095 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5096
5097 2004-06-24 Andrew Cagney <cagney@gnu.org>
5098
5099 * defs.h (deprecated_pre_add_symbol_hook)
5100 (deprecated_post_add_symbol_hook): Deprecated.
5101 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5102 (symbol_file_add_with_addrs_or_offsets): Update references.
5103
5104 2004-06-24 Andrew Cagney <cagney@gnu.org>
5105
5106 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5107 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5108 * wince.c (ui_loop_hook): Delete extern declaration.
5109 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5110 * v850ice.c (ui_loop_hook): Delete extern declaration..
5111 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5112 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5113 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5114 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5115 ui_loop_hook declaration.
5116
5117 2004-06-24 Andrew Cagney <cagney@gnu.org>
5118
5119 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5120 entry_func_highpc fields.
5121 * objfiles.c (init_entry_point_info): Do not clear
5122 entry_func_lowpc and entry_func_highpc.
5123 (objfile_relocate): Do not relocate entry_func_lowpc and
5124 entry_func_highpc.
5125 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5126 entry_func_highpc.
5127 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5128 entry_func_highpc.
5129 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5130 entry_func_lowpc and entry_func_highpc with call to
5131 inside_entry_func.
5132
5133 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5134
5135 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5136 quad-precision floating point arguments in registers.
5137
5138 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5139
5140 From Michael Mueller <m.mueller99@kay-mueller.de>:
5141 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5142 account.
5143
5144 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5145
5146 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5147 to -1.
5148 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5149 untriggered watchpoints to a separate if clause. Update function
5150 comment regarding STOPPED_BY_WATCHPOINT argument.
5151
5152 2004-06-22 Jim Blandy <jimb@redhat.com>
5153
5154 * gdbarch.sh: Doc fix.
5155
5156 2004-06-21 Martin Hunt <hunt@redhat.com>
5157 Kevin Buettner <kevinb@redhat.com>
5158
5159 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5160 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5161 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5162 to set_gdbarch_sp_regnum(). Use cooked register number.
5163 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5164
5165 2004-06-21 Andrew Cagney <cagney@gnu.org>
5166
5167 * gdbarch.sh: When the macro field is empty, do not generate a
5168 macro definition. When the macro field is "=", generate the macro
5169 name from the upper-case function name.
5170 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5171 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5172 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5173 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5174 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5175 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5176 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5177 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5178 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5179 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5180 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5181 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5182 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5183 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5184 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5185 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5186 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5187 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5188 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5189 (DEPRECATED_USE_STRUCT_CONVENTION)
5190 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5191 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5192 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5193 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5194 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5195 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5196 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5197 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5198 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5199 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5200 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5201 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5202 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5203 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5204 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5205 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5206 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5207 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5208
5209 2004-06-21 Andrew Cagney <cagney@gnu.org>
5210
5211 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
5212 macro name, and the function rather than macro value. Only wrap
5213 macro print statements in #ifdef. Move format logic to where it
5214 is needed.
5215 * gdbarch.c: Re-generate.
5216
5217 * gdbarch.sh (read): Delete "print_p" and "description", add
5218 "garbage_at_eol". Check for non-empty garbage at end-of-line.
5219 Delete references to print_p.
5220 (TARGET_ARCHITECTURE): Delete print predicate.
5221 * gdbarch.c: Re-generate.
5222
5223 * gdbarch.sh: Check that multi-arch methods do not provide a
5224 macro.
5225 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
5226 (print_registers_info, print_float_info, print_vector_info)
5227 (adjust_breakpoint_address, remote_translate_xfer_address)
5228 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
5229 (address_class_type_flags_to_name, unwind_sp): Remove the macro
5230 name from the multi-arch definition.
5231
5232 2004-06-20 Andrew Cagney <cagney@gnu.org>
5233
5234 * gdbarch.sh: Sort by the function, instead of macro name.
5235 * gdbarch.c: Re-generate.
5236
5237 2004-06-20 Andrew Cagney <cagney@gnu.org>
5238
5239 * gdbarch.sh: Use the function, instead of macro name in
5240 errors and the log file.
5241 (return_value): Remove stray ":" in spec.
5242
5243 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
5244 * gdbarch.h, gdbarch.c: Re-generate.
5245 * Makefile.in (arch-utils.o): Update dependencies.
5246 * values.c (using_struct_return): Move code calling
5247 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
5248 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
5249 to legacy_return_value, simplify.
5250 * infcmd.c (print_return_value): Move code calling
5251 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
5252 to legacy_return_value, simplify.
5253 * infcall.c (call_function_by_hand): Move code calling
5254 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
5255 * arch-utils.c: Update copyright. Include "gdbcore.h".
5256 (legacy_return_value): New function.
5257 * arch-utils.h: Update copyright.
5258 (legacy_return_value): Declare.
5259
5260 2004-06-20 Andrew Cagney <cagney@gnu.org>
5261
5262 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
5263 * gdbarch.h, gdbarch.c: Re-generate.
5264 * values.c (using_struct_return): Update call.
5265 * mcore-tdep.c: Update comment.
5266 * infcall.c (call_function_by_hand): Update comment.
5267 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5268 * arch-utils.h (always_use_struct_convention): Update.
5269 * v850-tdep.c (v850_gdbarch_init): Update.
5270 * sh64-tdep.c (sh64_gdbarch_init): Update.
5271 * sh-tdep.c (sh_gdbarch_init): Update.
5272 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5273 * mips-tdep.c (mips_gdbarch_init): Update.
5274 * mcore-tdep.c (mcore_gdbarch_init): Update.
5275 * m32r-tdep.c (m32r_gdbarch_init): Update.
5276 * ia64-tdep.c (ia64_gdbarch_init): Update.
5277 * h8300-tdep.c (h8300_gdbarch_init): Update.
5278 * frv-tdep.c (frv_gdbarch_init): Update.
5279 * cris-tdep.c (cris_gdbarch_init): Update.
5280 * arm-tdep.c (arm_gdbarch_init): Update.
5281 * alpha-tdep.c (alpha_gdbarch_init): Update.
5282
5283 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
5284
5285 * PROBLEMS: Add more specific information, and a work-around,
5286 for PR gdb/1458.
5287
5288 2004-06-18 Andrew Cagney <cagney@gnu.org>
5289
5290 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
5291 * gdbarch.h, gdbarch.c: Re-generate.
5292 * ada-lang.c (ada_finish_decode_line_1): Update.
5293 * infrun.c (handle_inferior_event): Update.
5294 * infcall.c (find_function_addr): Update.
5295 * linespec.c (minsym_found): Update.
5296 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
5297 Update.
5298 * blockframe.c (legacy_frameless_look_for_prologue): Update.
5299 * cli/cli-cmds.c (disassemble_command): Update.
5300 * vax-tdep.c (vax_gdbarch_init): Update.
5301
5302 2004-06-18 Mark Kettenis <kettenis@gnu.org>
5303
5304 * i386-tdep.c (i386_collect_fpregset): Fix comment.
5305
5306 2004-06-17 Andrew Cagney <cagney@gnu.org>
5307
5308 GDB 6.1.1 released from the GDB 6.1 branch.
5309 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
5310 * PROBLEMS: Ditto.
5311
5312 2004-06-16 Daniel Jacobowitz <dan@debian.org>
5313
5314 PR gdb/1658
5315 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
5316 operation as a uleb128. Found by Michael Coulter.
5317
5318 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
5319
5320 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
5321 make it non-static.
5322 * ada-lang.h (task_control_block): declaration moved from ada-task.c
5323 to ada-lang.h; this is needed to be able to implement the kill command
5324 in multi-task mode.
5325 (task_ptid): Ditto.
5326 (task_entry): Ditto.
5327 (task_list): Ditto.
5328 (ada_build_task_list): Ditto.
5329
5330 * ada-lang.c: Conditionalize routines and data structures related
5331 to breakpoints, exceptions, completion, and symbol caching on
5332 GNAT_GDB, since these are not yet used in the submitted public sources.
5333 (ada_main_name): Editorial: Move definition out of exception-related
5334 code.
5335
5336 2004-06-15 Andrew Cagney <cagney@gnu.org>
5337
5338 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
5339 deprecated_pc_in_call_dummy.
5340
5341 2004-06-15 Alan Modra <amodra@bigpond.net.au>
5342
5343 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
5344 bfd_get_section_size_before_reloc or _raw_size.
5345 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
5346 * dwarf2read.c (dwarf2_locate_sections): Likewise.
5347 (dwarf2_read_section): Likewise.
5348 * elfread.c (elf_locate_sections): Likewise.
5349 * gcore.c (derive_heap_segment): Likewise.
5350 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
5351 * remote-e7000.c (e7000_load): Likewise.
5352 * remote-m32r-sdi.c (m32r_load): Likewise.
5353 * remote-mips.c (mips_load_srec): Likewise.
5354 (pmon_load_fast): Likewise.
5355 * remote.c (compare_sections_command): Likewise.
5356 * symfile.c (add_section_size_callback): Likewise.
5357 (load_section_callback): Likewise.
5358 (pc_in_unmapped_range): Likewise.
5359 (pc_in_mapped_range): Likewise.
5360 (sections_overlap): Likewise.
5361 (list_overlays_command): Likewise.
5362 (simple_overlay_update_1): Likewise.
5363 (simple_overlay_update): Likewise.
5364 * tracepoint.c (remote_set_transparent_ranges): Likewise.
5365 * win32-nat.c (core_section_load_dll_symbols): Likewise.
5366
5367 2004-06-14 Randolph Chung <tausq@debian.org>
5368
5369 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
5370 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
5371 static.
5372 (hppa_hpux_inferior_created): New function.
5373 (hppa_hpux_init_abi): Register observer.
5374 * symfile.c (hp_cxx_exception_support_initialized)
5375 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
5376 (symbol_file_add_main_1, symbol_file_clear): Likewise.
5377
5378 2004-06-14 Randolph Chung <tausq@debian.org>
5379
5380 * MAINTAINERS (Write After Approval): Alphabetize my entry
5381 correctly.
5382
5383 2004-06-14 Andrew Cagney <cagney@gnu.org>
5384
5385 * MAINTAINERS (testsuite): List Michael Chastain as the lead
5386 testsuite maintainer.
5387
5388 2004-06-13 Andrew Cagney <cagney@gnu.org>
5389
5390 * infcmd.c (print_return_value): Fix logic, allow
5391 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
5392
5393 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
5394 defining any macros.
5395 * gdbarch.h: Re-generate.
5396
5397 * gdbarch.sh: Delete "level" attribute. Only check for a macro
5398 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
5399 * gdbarch.h: Re-generate.
5400
5401 * values.c (generic_use_struct_convention): Don't check gcc_p.
5402
5403 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5404 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
5405 * gdbarch.h, gdbarch.c: Regenerate.
5406 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
5407 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
5408 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5409 deprecated_max_register_raw_size and
5410 deprecated_max_register_virtual_size.
5411 * v850-tdep.c (v850_gdbarch_init): Ditto.
5412 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5413 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5414 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5415 * cris-tdep.c (cris_gdbarch_init): Ditto.
5416
5417 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
5418 * gdbarch.h, gdbarch.c: Re-generate.
5419 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
5420 (m68hc11_use_struct_convention): Delete function.
5421 (m68hc11_extract_struct_value_address): Delete function.
5422 (m68hc11_return_value): New function.
5423 (m68hc11_gdbarch_init): Instead of store_return_value,
5424 extract_return_value, return_value_on_stack,
5425 deprecated_extract_struct_value_address and use_struct_convention,
5426 set return_value.
5427 * values.c (using_struct_return): Do not call
5428 RETURN_VALUE_ON_STACK.
5429 * arch-utils.h (generic_return_value_on_stack_not): Delete
5430 declaration.
5431 * arch-utils.c (generic_return_value_on_stack_not): Delete
5432 function.
5433
5434 2004-06-12 Andrew Cagney <cagney@gnu.org>
5435
5436 * values.c (register_value_being_returned): Delete function.
5437 * infcmd.c (legacy_return_value): Delete function.
5438 * infcall.c (call_function_by_hand): Inline
5439 "register_value_being_returned", simplify.
5440 * values.c (using_struct_return): Update comment, refer to
5441 print_return_value instead of register_value_being_returned.
5442 * infcmd.c (print_return_value): Inline calls to
5443 register_value_being_returned and legacy_return_value. Simplify.
5444
5445 2004-06-11 Randolph Chung <tausq@debian.org>
5446
5447 * somread.c (som_symtab_read): Exclude gcc local symbols.
5448
5449 2004-06-11 Randolph Chung <tausq@debian.org>
5450
5451 * infrun.c (handle_inferior_event): Handle the case when a
5452 trampoline ends up in the runtime resolver, and if the trampoline
5453 has no name. Rearrange the code so that all the trampoline
5454 processing happens before other step-out-of-range handling.
5455
5456 2004-06-11 Martin Hunt <hunt@redhat.com>
5457
5458 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
5459 has no fpu.
5460
5461 2004-06-10 Andrew Cagney <cagney@gnu.org>
5462
5463 * blockframe.c (legacy_inside_entry_func): Delete.
5464 (legacy_frame_chain_valid): Inline call to
5465 legacy_inside_entry_func, simplify.
5466
5467 2004-06-10 Bob Rossi <bob@brasko.net>
5468
5469 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
5470 * dwarf2read.c (partial_die_info): Add dirname field.
5471 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
5472 (read_partial_die): Save away DW_AT_comp_dir.
5473 * defs.h (symtab_to_filename): Removed.
5474 * source.c (find_and_open_source): Added.
5475 (open_source_file): Just calls find_and_open_source.
5476 (symtab_to_filename): Removed.
5477 (symtab_to_fullname, psymtab_to_fullname): Added.
5478 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
5479 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
5480 symtab_to_filename.
5481 * symtab.h (partial_symtab): Add dirname field.
5482 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
5483 (mi_cmd_file_list_exec_source_file): Call new function
5484 symtab_to_fullname to find fullname.
5485 (mi_cmd_file_list_exec_source_files): Added.
5486 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
5487 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
5488
5489 2004-06-10 Andrew Cagney <cagney@gnu.org>
5490
5491 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
5492 to generic_use_struct_convention, the default value.
5493
5494 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
5495 of abort.
5496
5497 * ns32k-tdep.c (ns32k_push_arguments): New function.
5498 (ns32k_gdbarch_init): Set deprecated_push_arguments.
5499 * infcall.c (call_function_by_hand): Call error instead of
5500 legacy_push_arguments.
5501 * value.h (legacy_push_arguments): Delete declaration.
5502 * valops.c (legacy_push_arguments): Delete function.
5503 (value_push): Delete function.
5504
5505 2004-06-10 Brian Ford <ford@vss.fsi.com>
5506
5507 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
5508 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
5509 info.
5510 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
5511
5512 2004-06-10 Andrew Cagney <cagney@gnu.org>
5513
5514 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
5515 * gdbarch.h, gdbarch.c: Re-generate.
5516 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
5517 parameters.
5518 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
5519 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
5520 deprecated_pc_in_call_dummy instead of
5521 DEPRECATED_PC_IN_CALL_DUMMY.
5522 (arm_skip_prologue): Ditto.
5523 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
5524 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
5525 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
5526 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
5527 Ditto.
5528 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
5529 (sh64_init_extra_frame_info, sh64_get_saved_register)
5530 (sh64_pop_frame): Ditto.
5531 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
5532 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
5533 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
5534 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
5535 (h8300_pop_frame): Ditto.
5536 * blockframe.c (legacy_inside_entry_func)
5537 (legacy_frame_chain_valid): Ditto.
5538 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
5539 to deprecated_pc_in_call_dummy.
5540
5541 2004-06-09 Andrew Cagney <cagney@gnu.org>
5542
5543 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
5544 provide a default value.
5545 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
5546 * gdbarch.h, gdbarch.c: Re-generate.
5547 * arch-utils.c (generic_convert_register_p): Rename
5548 legacy_convert_register_p
5549 (legacy_register_to_value, legacy_value_to_register): Delete
5550 functions.
5551 * arch-utils.h (generic_convert_register_p): Rename
5552 legacy_convert_register_p.
5553 (legacy_register_to_value, legacy_value_to_register): Delete
5554 declarations.
5555
5556 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
5557 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
5558 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
5559 * gdbarch.h, gdbarch.c: Re-generate.
5560 * infcmd.c (default_print_registers_info): Simplify.
5561 * findvar.c (value_of_register): Simplify.
5562 * mi/mi-main.c (get_register): Simplify.
5563 * arch-utils.c (legacy_convert_register_p): Always return 0.
5564 (legacy_register_to_value, legacy_value_to_register): Always call
5565 internal_error.
5566
5567 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
5568 #ifdef CLEAR_INSN_CACHE code.
5569 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
5570 Delete #ifdef CLEAR_DEFERRED_STORES code.
5571
5572 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
5573
5574 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
5575 copyright.
5576 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
5577
5578 * config/mips/mipsv4.mh: Delete file.
5579
5580 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
5581 unreferenced macro.
5582 (hpread_adjust_stack_address): Delete declaration.
5583
5584 2004-06-08 Andrew Cagney <cagney@gnu.org>
5585
5586 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5587 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
5588 PTRACE_ATTACH / PTRACE_DETACH available call error.
5589 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
5590 * infttrace.c (update_thread_state_after_attach, attach, detach):
5591 Remove #ifdef wrappers.
5592 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
5593 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5594 * config/nm-bsd.h (ATTACH_DETACH): Delete.
5595 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
5596 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
5597 * config/nm-linux.h (ATTACH_DETACH): Delete.
5598 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
5599 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
5600 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
5601 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
5602 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
5603
5604 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
5605
5606 * configure.in: Set $configdir to the right OS specific value.
5607 Use value when setting $tcldir and $tkdir.
5608 * configure: Regenerate.
5609
5610 2004-06-06 Paul Brook <paul@codesourcery.com>
5611
5612 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
5613 records.
5614
5615 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
5616
5617 * ada-lang.c (lookup_symbol_in_language): New function to allow
5618 re-use of another language's symbol lookup code. (Placed here
5619 temporarily while Ada support is being integrated into the public
5620 tree).
5621 (restore_language): New auxiliary function for
5622 lookup_symbol_in_language.
5623 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
5624 temporarily while Ada support is being integrated into the public
5625 tree).
5626
5627 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
5628
5629 * Makefile.in (check//%): New.
5630
5631 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
5632 (mn10300_store_return_value): Rewrite.
5633 (mn10300_type_align): New.
5634 (mn10300_use_struct_convention): Rewrite.
5635 (mn10300_return_value): New, using all of the above.
5636 (mn10300_pop_frame_regular): Add saved_regs_size.
5637 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
5638
5639 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
5640 regs if PC is on movm.
5641
5642 2004-06-07 Jim Blandy <jimb@redhat.com>
5643
5644 Add native Linux support for the PowerPC E500.
5645 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
5646 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
5647 all architectures except the E500.
5648 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
5649 #definitions.
5650 (struct gdb_evrregset_t): New type.
5651 (have_ptrace_getsetevrregs): New variable.
5652 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
5653 fetch_spe_registers): New functions.
5654 (fetch_register): Call fetch_spe_register as appropriate.
5655 Assert that we're only passed raw register numbers.
5656 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
5657 Don't fetch gprs if they're pseudoregisters.
5658 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
5659 store_spe_registers): New functions.
5660 (store_register): Call store_spe_register as appropriate.
5661 Assert that we're only passed raw register numbers.
5662 (store_ppc_registers): Call store_spe_registers as appropriate.
5663 Don't store gprs if they're pseudoregisters.
5664
5665 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
5666
5667 * thread-db.c (thread_get_info_callback): Fill in the thread_info
5668 struct if one exists, even if we are dealing with a zombie thread.
5669
5670 2004-06-07 Andrew Cagney <cagney@gnu.org>
5671
5672 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
5673 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
5674 Rename PC_REQUIRES_RUN_BEFORE_USE.
5675 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
5676 #ifdef.
5677
5678 2004-06-07 Randolph Chung <tausq@debian.org>
5679
5680 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
5681 unwinding after sp has been saved to the stack but before the end
5682 of the prologue, and after the fp has been modified but before it has
5683 been saved to the stack.
5684 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
5685 Remove superfluous definitions.
5686 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
5687
5688 2004-06-07 Guy Martin <gmsoft@gentoo.org>
5689
5690 Committed by Randolph Chung.
5691 * hppa-linux-nat.c: Include the correct version of the header file
5692 depending on the kernel version.
5693
5694 2004-06-06 Randolph Chung <tausq@debian.org>
5695
5696 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
5697 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
5698
5699 2004-06-06 Randolph Chung <tausq@debian.org>
5700
5701 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5702 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
5703 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
5704 * hppa-tdep.c (hppa_symbol_address): New function definition.
5705 * hppa-tdep.h (hppa_symbol_address): New function declaration.
5706
5707 2004-06-06 Randolph Chung <tausq@debian.org>
5708
5709 * hppa-tdep.h (struct value): Forward declaration.
5710 (gdbarch_tdep): Define tdep find_global_pointer method.
5711 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
5712 associated with the function we are trying to call, and write it
5713 to the gp register.
5714 (hppa32_convert_from_funct_ptr_addr): New function.
5715 (hppa_find_global_pointer): New function.
5716 (hppa_gdbarch_init): Set default find_global_pointer method; set
5717 convert_from_func_ptr_addr method.
5718 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
5719 (hppa_linux_init_abi): Set find_global_pointer method.
5720 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
5721
5722 2004-06-06 Randolph Chung <tausq@debian.org>
5723
5724 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
5725 to struct value *function.
5726 * gdbarch.c: Regenerate.
5727 * gdbarch.h: Likewise.
5728 * infcall.c (call_function_by_hand): Pass entire function value
5729 to push_dummy_call.
5730
5731 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
5732 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
5733 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
5734 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
5735 * arm-tdep.c (arm_push_dummy_call): Likewise.
5736 * avr-tdep.c (avr_push_dummy_call): Likewise.
5737 * cris-tdep.c (cris_push_dummy_call): Likewise.
5738 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
5739 * frv-tdep.c (frv_push_dummy_call): Likewise.
5740 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
5741 * hppa-tdep.c (hppa32_push_dummy_call)
5742 (hppa64_push_dummy_call): Likewise.
5743 * i386-tdep.c (i386_push_dummy_call): Likewise.
5744 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
5745 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
5746 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
5747 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
5748 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
5749 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
5750 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
5751 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
5752 (ppc64_sysv_abi_push_dummy_call): Likewise.
5753 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
5754 (ppc64_sysv_abi_push_dummy_call): Likewise.
5755 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
5756 * s390-tdep.c (s390_push_dummy_call): Likewise.
5757 * sh-tdep.c (sh_push_dummy_call_fpu)
5758 (sh_push_dummy_call_nofpu): Likewise.
5759 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
5760 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
5761 * vax-tdep.c (vax_push_dummy_call): Likewise.
5762
5763 2004-06-04 Jim Blandy <jimb@redhat.com>
5764
5765 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
5766 gdbarch argument to register_size.
5767
5768 * rs6000-tdep.c (rs6000_store_return_value): Use
5769 regcache_cooked_write_part instead of
5770 deprecated_write_register_bytes.
5771 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
5772 not gdbarch_deprecated_store_return_value.
5773
5774 * ppc-linux-nat.c (store_register, fetch_register): Remove
5775 incorrect assertions. Simplify and generalize handling of
5776 transfers whose sizes are not multiples of, or less than, sizeof
5777 (PTRACE_XFER_TYPE).
5778
5779 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
5780
5781 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
5782 as a new thread event.
5783 * thread-db.c (thread_get_info_callback): If the thread is a
5784 zombie, return TD_THR_ZOMBIE.
5785 (thread_from_lwp): If thread_get_info_callback returns
5786 TD_THR_ZOMBIE, check if the thread is still on the thread list
5787 and return a -1 ptid if not found.
5788 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
5789 change the status to TARGET_WAITKIND_SPURIOUS.
5790
5791 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
5792
5793 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
5794 double values in little endian mode.
5795
5796 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
5797
5798 Committed by Andrew Cagney.
5799 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
5800 after last enum constant to avoid error from IBM C
5801 compiler.
5802
5803 2004-06-02 Jim Blandy <jimb@redhat.com>
5804
5805 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
5806 to 'message', and make it local to the lone block that uses it.
5807
5808 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
5809
5810 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
5811
5812 * ada-exp.y: Update copyright notice.
5813 Include block.h.
5814
5815 Replace REGNAME, LAST, INTERNAL_VARIABLE with
5816 SPECIAL_VARIABLE and unify the treatment of these cases.
5817
5818 (write_attribute_call0): Remove.
5819 (write_attribute_call1): Remove.
5820 (write_attribute_calln): Remove.
5821 (save_qualifier): Add missing semicolon.
5822
5823 (simple_exp,exp): Decomment (i.e., reactivate) code that was
5824 temporarily disabled to allow compilation with FSF head version.
5825
5826 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
5827 use individual operators (OP_*) for all attributes.
5828 (exp syntax): Use write_int.
5829 Handle STRING literals with OP_STRING.
5830 (variable syntax): Add limit parameter to calls to
5831 write_object_renaming.
5832
5833 (temp_parse_space): New definition to hold entities that need
5834 only live until the next call to ada_parse.
5835 (string_to_operator): Rename fields of ada_opname_table entries.
5836
5837 (write_var_from_sym): Record block.
5838 (write_var_from_name): Minor reformatting.
5839 Make sure saved name is properly encoded in the case of multiple
5840 matches, and set its language to Ada.
5841 Update comment.
5842 Modify to indicate unresolved name as symbol in the UNRESOLVED
5843 namespace, allocated in temp_parse_space.
5844 (write_int): New function.
5845
5846 (write_object_renaming): Add max_depth parameter to limit
5847 chains of object renamings.
5848 Handle case where root of renaming expression is itself a renaming.
5849 Use temp_parse_space for temporary name buffer.
5850 Handle renamings to dereferenced pointers (___XEXA suffices).
5851
5852 (ada_parse, yyerror, string_to_operator,
5853 write_var_from_sym, write_var_from_name, write_attribute_call0,
5854 write_attribute_call1, write_attribute_calln,
5855 write_object_renaming): Protoize.
5856
5857 (_initialize_ada_exp): New function.
5858
5859 * ada-lang.c: Update copyright notice.
5860 General terminology change to conform to GNAT compiler usage:
5861 mangle => encode, demangle => decode
5862 Include gdb_obstack.h.
5863 Include gdb_regex.h
5864 Include frame.h
5865 Include hashtab.h
5866 Include completer.h
5867 Include gdb_stat.h
5868 Include block.h
5869 Include infcall.h
5870
5871 (ADA_RETAIN_DOTS): Make sure this is defined.
5872 (TRUNCATION_TOWARDS_ZERO): Define.
5873 (struct string_vector): Define.
5874 (unresolved_names): Remove definition.
5875 (xnew_string_vector): New function.
5876 (string_vector_append): New function.
5877 (extract_string): Make static.
5878 (ada_unqualified_name): New function.
5879 (add_angle_brackets): New function.
5880 (function_name_from_pc): New function.
5881 (place_on_stack): Rename to ensure_lval.
5882
5883 (ensure_lval): Renamed from place_on_stack.
5884 Make identity on lvals.
5885 Update comment.
5886 (is_nonfunction): New interface.
5887 Only symbols in LOC_CONST class can be enumerals.
5888 (fill_in_ada_prototype): Remove; now independent of language.
5889 (add_defn_to_vec): Add obstack and symtab arguments.
5890 Use obstack to hold collected definitions.
5891 (num_defns_collected): New function.
5892 (defns_collected): New function.
5893 (ada_resolve_subexp): Rename to resolve_subexp.
5894 (resolve_subexp): Renamed from ada_resolve_subexp.
5895 (ada_op_name): Return non-const result.
5896 (ada_decoded_op_name): Renamed from ada_op_name, now used for
5897 other purposes.
5898
5899 (to_fixed_array_type): Add declaration.
5900 (coerce_unspec_val_to_type): Remove offset parameter.
5901 (find_sal_from_funcs_and_line): New interface.
5902 (find_line_in_linetable): Ditto.
5903
5904 (all_sals_for_line): Rename to ada_sals_for_line and make
5905 global.
5906 Add new parameter. When set, do not ask the user to choose the
5907 instance, but use the first one found instead.
5908 Use given line number in returned sals.
5909 Fix comment.
5910 Skip the prologue if funfirstline is set.
5911 Correct for memory leak when 0 lines found.
5912
5913 (value_pos_atr): Use pos_atr.
5914 (pos_atr): New function.
5915 (standard_lookup): Add block parameter.
5916
5917 (makeTimeStart): Remove declaration and uses.
5918 (makeTimeStop): Remove declaration and uses.
5919
5920 (ada_completer_word_break_characters): Allow for VMS.
5921 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
5922 (raise_sym_name): New constant.
5923 (raise_unhandled_sym_name): New constant.
5924 (raise_assert_sym_name): New constant.
5925 (process_raise_exception_name): New constant.
5926 (longest_exception_template): New constant.
5927 (warning_limit): New variable to limit warnings during expression
5928 evaluation.
5929 (warnings_issued): New variable to keep track of warnings issued.
5930 (known_runtime_file_name_patterns): New constant.
5931 (known_auxiliary_function_name_patterns): New constant.
5932 (symbol_list_obstack): New variable.
5933
5934 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
5935 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
5936 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
5937 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
5938 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
5939 ada_variant_discrim_name, field_alignment, dynamic_template_type,
5940 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
5941 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
5942 and strcmp.
5943
5944 (ada_get_field_index): New function.
5945 (lim_warning): New function.
5946 (ada_translate_error_message): New function.
5947 (MAX_OF_SIZE): New function.
5948 (MIN_OF_SIZE): New function.
5949 (UMAX_OF_SIZE): New function.
5950 (UMIN_OF_SIZE): New function.
5951 (discrete_type_high_bound): New function.
5952 (discrete_type_low_bound): New function.
5953 (base_type): New function.
5954 (do_command): Remove.
5955
5956 (ada_update_initial_language): Use language_ada, not language_unknown.
5957 (ada_encode): Renamed from ada_mangle.
5958 Obey ADA_RETAIN_DOTS.
5959 (ada_decode): Renamed from ada_demangle.
5960 Update coding conventions.
5961 (decoded_names_store): New hash table.
5962 (ada_decode_symbol): New function.
5963 (ada_la_decode): New function.
5964
5965 (modify_general_field): Correct computations of offset and bit
5966 position.
5967 (desc_base_type): Handle ref types, too.
5968 (ada_is_direct_array_type): New function.
5969
5970 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5971 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5972 (ada_is_bogus_array_descriptor,ada_type_of_array,
5973 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
5974 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
5975 ada_is_array_descriptor_type.
5976
5977 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
5978 (ada_is_packed_array_type): Handle pointers or
5979 references to packed arrays as well.
5980 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
5981 (decode_packed_array_type): Search for the packed array type
5982 symbol in the currently selected block and associated
5983 superblocks too.
5984 Use lookup_symbol again.
5985
5986 (decode_packed_array): Handle pointers and references.
5987 Update call to coerce_unspec_val_to_type.
5988 (decode_packed_array_type,value_subscript_packed): Limit warnings.
5989 (ada_value_primitive_packed_val): Improve comment.
5990
5991 (ada_index_type): Substitute int type for "undefined".
5992 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
5993 ada_array_langth, ada_is_string_type): Use renamed
5994 ada_is_simple_array_type.
5995 (empty_array): New function.
5996
5997 (ada_resolve): Rename to resolve.
5998 (resolve): Make static.
5999 Call renamed resolve_subexp.
6000 Update comment.
6001 (ada_resolve_subexp): Rename to resolve_subexp.
6002 (resolve_subexp): Update comment.
6003 Decomment disabled code.
6004 Add LOC_COMPUTED* cases.
6005 Modify to use temporary struct symbols (marked as being in
6006 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6007 OP_UNRESOLVED_VALUE.
6008 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6009 Add OP_STRING case.
6010 Remove OP_ARRAY.
6011 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6012 Use new ada_lookup_symbol_list interface.
6013 Use new ada_resolve_function interface.
6014 Remove OP_TYPE case.
6015
6016 (ada_args_match): Idiot proof against null actuals.
6017 Use intermediate variables to clarify.
6018 (ada_resolve_function): Update comment and interface.
6019 (mangled_ordered_before): Rename to encoded_ordered_before and
6020 update comment.
6021 (sort_choices): Update comment and interface.
6022 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6023 (user_select_syms): New interface.
6024 Use new sort_choices interface.
6025 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6026 (possible_user_operator_p): Idiot-proof against null values.
6027 (ada_simple_renamed_entity): Don't make cleanup; rely on
6028 caller to free result string.
6029 Remove const from return type.
6030 (make_array_descriptor): Rename uses of place_on_stack to
6031 ensure_lval.
6032 Make sure that arrays are on stack.
6033
6034 (HASH_SIZE): Define.
6035 (struct cache_entry): Define.
6036 (cache_space): Define.
6037 (cache): Define.
6038 (clear_ada_sym_cache): New function.
6039 (find_entry): New function.
6040 (lookup_cached_symbol): New function.
6041 (defn_vector_size): Define.
6042 (cache_symbol): New function.
6043 (defn_symbols): Remove.
6044
6045 (standard_lookup): Use lookup_symbol_in_language to get effect of
6046 C lookup.
6047 Cache results.
6048
6049 (symbol_completion_match): New function.
6050 (symbol_completion_add): New function.
6051 (ada_make_symbol_completion_list): New function.
6052
6053 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6054 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6055 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6056 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6057
6058 (ada_lookup_simple_minsym): New function.
6059 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6060
6061 (add_symbols_from_enclosing_procs): New interface.
6062 Conditionalize more helpfully.
6063 Don't bother if program isn't running.
6064 Use new interface to get_frame_block.
6065 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6066
6067 (remove_extra_symbols): New interface.
6068 (xget_renaming_scope): New function.
6069 (is_package_name): New function.
6070 (renaming_is_visible): New function.
6071 (remove_out_of_scope_renamings): New function.
6072
6073 (ada_lookup_symbol_list): New interface.
6074 Properly reinitialize the symbol list obstack.
6075 Don't call add_symbols_from_enclosing_procs if we start from a
6076 static or global block.
6077 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6078 add_symbols_from_enclosing_procs.
6079 Add symtab data to cached entries.
6080 Handle symbols prefixed with
6081 "standard__" specially; strip prefix and don't look in local symbols.
6082 Do not include out of scope renaming symbols in list of
6083 symbols returned.
6084 Add const to block parameter.
6085 Move check for non-local, non-global symbols earlier.
6086 Remove timing stuff.
6087 (ada_lookup_symbol): New interface.
6088 Find symtab as well.
6089 (ada_lookup_symbol_nonlocal): New function.
6090
6091 (is_name_suffix): Enhance suffix detection to recognize
6092 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6093 (is_dot_digits_suffix): New function.
6094 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6095
6096 (ada_add_block_symbols): New interface. Use obstack to return results
6097 in a vector of struct ada_symbol_infos. Add symtab argument.
6098 Use new interface to add_defn_to_vec.
6099 Remove calls to fill_in_ada_prototype.
6100 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6101
6102 (ada_finish_decode_line_1): Add const qualification to local to fix
6103 warning.
6104 Start looking in static block for functions to avoid attempts
6105 to search frame chain for up-level variables.
6106 Adapt to new ada_sals_for_line interface.
6107 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6108 Handle quoting of the function name inside the spec string.
6109 Skip prologue when funfirstline is set and update the
6110 function documentation to that effect.
6111
6112 (debug_print_lines, debug_print_block, debug_print_blocks,
6113 debug_print_symtab): Remove.
6114
6115 (ada_main_name): New function.
6116 (ada_exception_breakpoint_type): New function.
6117 (is_known_support_routine): New function.
6118 (ada_find_printable_frame): Renamed from find_printable_frame and made
6119 global.
6120 Remove level parameter.
6121 Use new interface to select_frame.
6122
6123 (begin_command): Remove.
6124 (ada_adjust_exception_stop): New function.
6125 (ada_print_exception_stop): New function.
6126 (exception_name_from_cond): New function.
6127 (ada_report_exception_break): Replace disabled code with
6128 conditionalization on GNAT_GDB.
6129 Get the exception name from the condition string.
6130 Remove and move functionality into new functions
6131 ada_print_exception_breakpoint_task and
6132 ada_print_exception_breakpoint_nontask.
6133 (error_breakpoint_runtime_sym_not_found): New function.
6134 (is_runtime_sym_defined): New function.
6135 (ada_breakpoint_rewrite): Uncomment suppressed code.
6136 Use symbolic error-message and runtime-symbol names.
6137 Surround runtime symbol names in quotes.
6138 Allow non-specific breakpoints on exceptions and assertions before
6139 program starts.
6140
6141 (ada_is_tagged_type): Add parameter.
6142 (ada_is_tag_type): New function.
6143 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6144 (ada_variant_discrim_type): Ditto.
6145 (value_tag_from_contents_and_address): New function.
6146 (type_from_tag): New function.
6147 (struct tag_args): New structure used to communicate with
6148 ada_tag_name_1.
6149 (ada_tag_name_1): New function.
6150 (ada_tag_name): New function.
6151
6152 (ada_scan_number): Update comment.
6153 (find_struct_field): New function.
6154 (ada_search_struct_field): Make static.
6155 (ada_value_struct_elt): New version that returns references when
6156 given pointers or references to structs.
6157 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6158 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6159 interface.
6160 (ada_value_ind): Use new ada_to_fixed_value interface.
6161 (ada_coerce_ref): Ditto.
6162 (field_offset): Remove.
6163
6164 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6165 (ada_find_renaming_symbol): New function.
6166 (ada_prefer_type): Prefer named types over unnamed ones.
6167 (variant_field_index): New function.
6168 (contains_variant_part): Removed: subsumed by variant_field_index.
6169 (ada_template_to_fixed_record_type): New function, mostly from
6170 template_to_fixed_record_type.
6171 (template_to_fixed_record_type):
6172 Do not scan the type fields beyond the last one; prevents a
6173 potential SEGV.
6174 Handle case where variant field is listed BEFORE discriminant it
6175 depends on.
6176 Fix calculation of record length when bit length is
6177 not evenly divisible by char length.
6178 Move code to ada_template_to_fixed_record_type and call it.
6179
6180 (template_to_static_fixed_type): Revise comment.
6181 Modify to work on ordinary record types as well as templates,
6182 so as to handle fields that use ___XVE or ___XVU encodings.
6183 (to_record_with_fixed_variant_part): Fill out comment.
6184 Initialize C++ stuff in right type.
6185 Allow case where DVAL is null.
6186 Handle case where variant field is not last.
6187 Fix typo concerning record length.
6188 (to_fixed_record_type): Decomment disabled code.
6189 (to_fixed_record_type): Use variant_field_index instead of
6190 contains_variant_part.
6191 (to_fixed_variant_branch_type): Ditto.
6192 (to_fixed_array_type): Decomment disabled code.
6193 (ada_to_fixed_type): Convert tagged types to the specific type.
6194 Deactivate the size-check for array types in order to avoid
6195 some false size alarms.
6196 (to_static_fixed_type): Decomment disabled code.
6197 Modify to call template_to_static_fixed_type
6198 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6199 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6200 Remove valaddr argument, as it is never really used.
6201 (ada_to_fixed_value): Change interface to act on single struct value*
6202 operand.
6203 (adjust_pc_past_prologue): New function.
6204 (ada_attribute_name): Modify to take enum exp_opcode argument.
6205
6206 (ada_enum_name): Recognize new homonym-distinguishing convention.
6207 Adjust local variable's type to remove compiler warning.
6208 Fix a small problem in the part that unqualifies the enumeration name.
6209 (ada_value_binop): New function.
6210 (ada_value_equal): New function.
6211
6212 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
6213 Don't give error message when not doing normal evaluation
6214 and a tagged type doesn't seem to contain a structure member.
6215 Give error message for packed arrays.
6216 For indexing arrays, handle pointers to packed arrays correctly.
6217 Handle case of 'first and 'last attributes of bare integral type
6218 without encoded subtype info.
6219 Remove some unnecessary casts.
6220 Fix uninitialized value of type in computing 'first, 'last, or 'length
6221 of array object.
6222 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
6223 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
6224 calls.
6225 Attributes are now exp_opcode values.
6226 Correct treatment of 'modulus.
6227 Better error message for taking 'length of wrong kind of type;
6228 improve comment.
6229 Change EVAL_NORMAL to noside for consistency.
6230 Use ada_value_binop for DIV, MOD, REM.
6231 Make special case out of array of length 0, since an argument
6232 of 0 upsets some platforms' malloc.
6233 Use OP_STRING instead of OP_ARRAY.
6234 For slice, add check that we have an array type before extracting
6235 a slice out of it. Avoids a SEGV.
6236 When evaluating an array slice, if the array type is a reference to
6237 an aligner type, then replace the aligner type by the actual type.
6238 Decomment disabled code.
6239 Remove some dead code.
6240 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
6241 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
6242 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
6243 and UNOP_MBR to UNOP_IN_RANGE.
6244 If an array type has a parallel ___XVE type, then use it.
6245 Turn arrays into pointers for lvalue arrays.
6246 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
6247 bounds error and handle 0-length slices.
6248 Use lim_warning.
6249 When selecting fields, apply ada_to_fixed_value (because the fields
6250 might have ___XVU or ___XVE encodings even if not dynamic.)
6251 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
6252 (ada_is_system_address_type): New function.
6253
6254 (get_var_value): Use new interface to ada_lookup_symbol_list.
6255 (get_int_var_value): New interface.
6256 (to_fixed_range_type): Allow unknown bound, with warning.
6257 (ada_is_modular_type): Decomment disabled code.
6258 (ADA_OPERATORS): New definition.
6259 (ada_operator_length): New function.
6260 (ada_expr_op_name): New function.
6261 (ada_forward_operator_length): New function.
6262 (ada_dump_subexp_body): New function.
6263 (ada_print_subexp): New function.
6264 (ada_exp_descriptor): New constant.
6265 (ada_op_print_tab): Add 'size. Remove FIXMEs.
6266 (ada_language_defn): Add ada_exp_descriptor entry.
6267 Change ada_parse => parse.
6268 Add post-parser entry.
6269 Use ada-specific non-local symbol lookup.
6270 Don't use C-style arrays.
6271 String lower-bound is 1.
6272 Decomment disabled code.
6273 (parse): New function.
6274 New fields ada_translate_error_message, ada_lookup_symbol,
6275 ada_lookup_minimal_symbol.
6276
6277 * ada-lang.h: Update copyright dates.
6278 Replace the mangle/demangle terminology throughout by the
6279 more appropriate encode/decode one.
6280 Include breakpoint.h.
6281 Forward declare struct partial_symbol, struct block.
6282 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
6283 (EXTRACT_ADDRESS): Remove.
6284 (EXTRACT_INT): Remove.
6285 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
6286 (MAX_ENCLOSING_FRAME_LEVELS): Define.
6287 (MAX_RENAMING_CHAIN_LENGTH): Define.
6288 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
6289
6290 (enum task_states): Remove.
6291 ada_task_states: Remove.
6292 (fat_string): Remove.
6293 (struct entry_call): Remove.
6294 (struct task_fields): Remove.
6295 (struct task_entry): Remove.
6296
6297 (struct ada_symbol_info): Define.
6298 (enum ada_attribute): Remove.
6299 (enum ada_operator): Define.
6300
6301 (ada_get_field_index): Declare.
6302 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
6303 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6304 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6305 (ada_lookup_symbol_list): New interface.
6306 (ada_decode_symbol): Declare.
6307 (ada_decode): Declare.
6308 (ada_lookup_symbol): New interface.
6309 (ada_update_initial_language): Declare.
6310 (ada_lookup_simple_minsym): Declare.
6311 (user_select_syms): New interface.
6312 (ada_sals_for_line): Declare.
6313 (ada_is_tagged_type): New interface.
6314 (ada_tag_name): Declare.
6315 (ada_lookup_struct_elt_type): Remove declaration.
6316 (ada_search_struct_field): Remove declaration.
6317 (ada_attribute_name): New interface.
6318 (ada_is_system_address_type): Declare.
6319 (ada_to_fixed_value): Remove declaration.
6320 (ada_template_to_fixed_record_type_1): Declare.
6321 (get_int_var_value): New interface.
6322 (ada_find_any_symbol): Declare.
6323 (ada_find_renaming_symbol): Declare.
6324 (ada_mangle): Rename to ada_encode.
6325 (ada_simple_renamed_entity): Remove const.
6326 (ada_main_name): Declare.
6327 (get_current_task): Rename to ada_get_current_task.
6328 (get_entry_number): Remove declaration.
6329 (ada_report_exception_break): Remove declaration.
6330 (ada_print_exception_breakpoint_nontask): Declare.
6331 (ada_print_exception_breakpoint_task): Declare.
6332 (ada_find_printable_frame): Declare.
6333
6334 * ada-lex.l: Update copyright notices.
6335 Use xmalloc and xfree instead of malloc and free.
6336 Use new interface to name_lookup.
6337 Use new interface to
6338 ada_mangle=>ada_encode.
6339 Redo handling of '$...' variable to parallel current treatment
6340 in c-exp.y.
6341 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
6342 digit_to_int, strtoulst, processInt, processReal, processId,
6343 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
6344 yywrap): Protoize.
6345
6346 (processInt): Use cast to remove harmless warning.
6347 (processReal): Modify to get rid of compiler warning on scan formats.
6348
6349 (processId): Replace xmalloc with obstack_alloc for name and remove
6350 call to ada_name_string_cleanup.
6351 Remove obsolete disabled code.
6352 (name_lookup): Ditto.
6353 New interface.
6354 Use obsavestring on temp_parse_space instead of savestring
6355 on name, and remove call to ada_name_string_cleanup.
6356 Free string returned from ada_simple_renamed_entity.
6357 Use new interface to ada_lookup_symbol_list.
6358 Decomment disabled code.
6359 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
6360 not types.
6361 When a type name lookup succeeds as a result of
6362 lookup_primitive_typename, check for regular type entry that has not
6363 yet been read in.
6364 Limit length of chain of renamed symbols we are willing to follow.
6365 Do not break names beginning with "standard__" into segments.
6366 (block_lookup): Use new interface to ada_lookup_symbol_list.
6367
6368 * ada-typeprint.c: Update copyright notice.
6369 (demangled_type_name): Rename to decoded_type_name.
6370 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
6371 (print_range_bound): Correct handling of negative
6372 bounds that make the index type looked unsigned under STABS.
6373 (print_dynamic_range_bound): Use new interface to get_int_var_value.
6374 (print_range_type_named): Use the builtin int type if no type
6375 corresponding to the given type name could be found.
6376 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
6377 Add some bullet-proofing.
6378 (print_variant_clauses): Allow for variant branches with ___XVU
6379 encodings that are not dynamic fields.
6380 Use new interface to ada_is_tagged_type.
6381 (print_record_type): Allow for fields with ___XVE encodings that
6382 are not dynamic fields.
6383 Use new interface to ada_is_tagged_type.
6384 (ada_print_type): ada_is_array_descriptor =>
6385 ada_is_array_descriptor_type.
6386
6387 * ada-valprint.c: Update copyright notice.
6388 Include gdb_string.h
6389 Include infcall.h
6390 (ui_memcpy): New function.
6391 (ada_print_floating): New function.
6392 (ada_print_str): Order arguments correctly.
6393 Correct handling of empty arrays and arrays of 0-length items.
6394 ada_is_array_descriptor => ada_is_array_descriptor_type
6395 Print values of type System.Address in hexadecimal format.
6396 Use ada_print_floating to print floating-point numbers in Ada format.
6397 Print class tag values with type names.
6398 No longer print the address of reference values. Avoids
6399 a potential confusion.
6400 (ada_value_print): Stop printing the object type for reference
6401 values, but preserve that behavior for access types. Avoids
6402 a potential confusion.
6403 Simplify one conditional expression, as the first part is now
6404 necessarily true.
6405 ada_is_array_descriptor => ada_is_array_descriptor_type
6406 Add check for arrays for null records, and print them by hand.
6407
6408 2004-06-01 Jim Blandy <jimb@redhat.com>
6409
6410 * ppc-tdep.h: Delete unused 'regoff' member.
6411 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
6412
6413 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
6414
6415 Fix PR symtab/1661.
6416 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
6417 (hpread_read_struct_type): Likewise.
6418
6419 2004-06-01 Andrew Cagney <cagney@gnu.org>
6420
6421 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
6422 instead of xasprintf.
6423 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
6424 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
6425 (mi_cmd_data_list_register_names)
6426 (mi_cmd_data_list_changed_registers)
6427 (mi_cmd_data_list_register_values)
6428 (get_register, mi_cmd_data_write_register_values)
6429 (mi_cmd_data_write_register_values)
6430 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
6431 (mi_cmd_target_download, mi_cmd_target_select)
6432 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
6433 (mi_execute_cli_command, mi_execute_async_cli_command)
6434 (mi_execute_async_cli_command): Ditto.
6435 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
6436 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
6437
6438 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
6439 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
6440 error_last_message instead of mi_error_last_message.
6441 * mi/mi-main.c (mi_error_last_message): Delete function.
6442
6443 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
6444 "invalid number of columns" error. Delete redundant "out of
6445 memory" check.
6446
6447 2004-05-31 Mark Kettenis <kettenis@gnu.org>
6448
6449 * i386bsd-nat.c: Don't include <sys/procfs.h>.
6450 (gregset_t, fpregset_t): Remove typedefs.
6451 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
6452 (REG_OFFSET): Rename argument.
6453 (i386bsd_r_reg_offset): Rename from reg_offset.
6454 (REG_ADDR): Remove macro.
6455 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
6456 functions.
6457 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
6458 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
6459 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
6460 instead of supply_gregset.
6461 (store_inferior_registers): Use `struct reg' and `struct fpreg'
6462 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
6463 instead of fill_gregset.
6464 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
6465
6466 * i386bsd-nat.c: Don't include "gregset.h".
6467 (supply_gregset, fill_gregset): Make static.
6468 (supply_fpregset, fill_fpregset): Remove.
6469 * Makefile.in (i386bsd-nat.o): Update dependencies.
6470
6471 2004-05-30 Mark Kettenis <kettenis@gnu.org>
6472
6473 * fbsd-proc.c: Include "regcache.h", "regset.h" and
6474 "gdb_assert.h". Con't include "gregset.h".
6475 (fbsd_make_corefile_notes): Use regset-based core file support
6476 instead off fill_gregset and fill_fpregset.
6477 * Makefile.in (fbsd-proc.o): Update dependencies.
6478
6479 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
6480 instructions.
6481 (m88k_frame_prev_register): Simplify code a bit.
6482
6483 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
6484 (amd64_collect_fpregset): New function.
6485 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
6486
6487 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
6488
6489 * i386-tdep.c (i386_supply_gregset): Adjust comment.
6490 (i386_collect_gregset): New function.
6491 (i386_supply_fpregset): Adjust comment.
6492 (i386_collect_fpregset): New function.
6493 (i386_regset_from_core_section): Use i386_collect_gregset and
6494 i386_collect_fpregset.
6495
6496 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
6497 handle VALUEP being null.
6498
6499 * regset.h (collect_regset_ftype): Unconstify fourth argument.
6500
6501 2004-05-29 Mark Kettenis <kettenis@gnu.org>
6502
6503 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
6504
6505 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
6506 assembler in OpenBSD 3.5-current.
6507 (amd64obsd_sigcontext_addr): Likewise.
6508
6509 2004-05-28 Jim Blandy <jimb@redhat.com>
6510
6511 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
6512 register set, so our regcache isn't declared "legacy" and our E500
6513 pseudoregister read and write functions aren't ignored.
6514 (rs6000_register_byte, rs6000_register_raw_size,
6515 rs6000_register_virtual_type, rs6000_register_convertible,
6516 rs6000_register_convert_to_virtual,
6517 rs6000_register_convert_to_raw): Deleted.
6518 (rs6000_register_type, rs6000_convert_register_p,
6519 rs6000_register_to_value, rs6000_value_to_register): New
6520 functions.
6521 (rs6000_gdbarch_init): Don't register
6522 gdbarch_deprecated_register_size,
6523 gdbarch_deprecated_register_bytes,
6524 gdbarch_deprecated_register_byte,
6525 gdbarch_deprecated_register_raw_size,
6526 gdbarch_deprecated_register_virtual_type,
6527 gdbarch_deprecated_register_convertible,
6528 gdbarch_deprecated_register_convert_to_virtual, or
6529 gdbarch_deprecated_register_convert_to_raw methods. Instead,
6530 register gdbarch_register_type, gdbarch_convert_register_p,
6531 gdbarch_register_to_value, and gdbarch_value_to_register methods.
6532
6533 2004-05-26 Jim Blandy <jimb@redhat.com>
6534
6535 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
6536 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
6537 functions, updated to match the register numberings used in GCC.
6538 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
6539 rs6000_dwarf2_reg_to_regnum as register number conversions
6540 functions for STABS and Dwarf2.
6541
6542 2004-05-26 Randolph Chung <tausq@debian.org>
6543
6544 * infttrace.h (target_waitkind): Forward declare type instead of pulling
6545 in header file.
6546
6547 2004-05-25 Joel Brobecker <brobecker@gnat.com>
6548
6549 * NEWS: Document new "start" command.
6550
6551 2004-05-25 Randolph Chung <tausq@debian.org>
6552
6553 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
6554 hppa-linux.
6555
6556 2004-05-25 Randolph Chung <tausq@debian.org>
6557
6558 * hppa-hpux-tdep.c (offsetof): Define.
6559 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
6560 (hppa32_hpux_frame_base_before_sigtramp)
6561 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6562 (hppa64_hpux_frame_saved_pc_in_sigtramp)
6563 (hppa64_hpux_frame_base_before_sigtramp)
6564 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
6565 functions.
6566 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
6567 (hppa_hpux_sigtramp_frame_unwind_cache)
6568 (hppa_hpux_sigtramp_frame_this_id)
6569 (hppa_hpux_sigtramp_frame_prev_register)
6570 (hppa_hpux_sigtramp_frame_unwind)
6571 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
6572 (hppa_hpux_init_abi): Register sigtramp unwinder.
6573 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
6574
6575 2004-05-25 Randolph Chung <tausq@debian.org>
6576
6577 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
6578 and multiple stack unwinds.
6579 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
6580
6581 2004-05-25 Andrew Cagney <cagney@gnu.org>
6582
6583 * symfile.h (symbol_file_add_from_memory): Delete declaration.
6584 * symfile-mem.h: Delete file.
6585 * symfile-mem.c: Do not include "symfile-mem.h".
6586 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
6587 "struct bfd_section". When an error do not bother returning NULL.
6588 (add_symbol_file_from_memory_command): Use "struct bfd" and
6589 "struct bfd_section".
6590 * Makefile.in (symfile_mem_h): Delete.
6591 (symfile-mem.o): Update dependencies.
6592
6593 2004-05-25 Nick Roberts <nickrob@gnu.org>
6594
6595 * gdb-mi.el: New file.
6596
6597 2004-05-25 Andrew Cagney <cagney@gnu.org>
6598
6599 * inftarg.c: Include "observer.h".
6600 (child_attach, child_create_inferior): Notify inferior_created.
6601 * corelow.c: Include "observer.h".
6602 (core_open): Notify inferior_created.
6603 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
6604
6605 2004-05-25 Andrew Cagney <cagney@gnu.org>
6606
6607 * target.h (struct target_ops): Add from_tty to
6608 to_create_inferior.
6609 (target_create_inferior, find_default_create_inferior): Update.
6610 * infcmd.c (run_command): Update.
6611 * wince.c (child_create_inferior): Update.
6612 * win32-nat.c (child_create_inferior): Update.
6613 * uw-thread.c (uw_thread_create_inferior): Update.
6614 * thread-db.c (thread_db_create_inferior): Update.
6615 * target.c (debug_to_create_inferior)
6616 (find_default_create_inferior): Update.
6617 (maybe_kill_then_create_inferior): Update.
6618 * sol-thread.c (sol_thread_create_inferior): Update.
6619 * remote.c (extended_remote_async_create_inferior)
6620 (extended_remote_create_inferior): Update.
6621 * remote-vx.c (vx_create_inferior): Update.
6622 * remote-st.c (st2000_create_inferior): Update.
6623 * remote-sim.c (gdbsim_create_inferior): Update.
6624 * remote-sds.c (sds_create_inferior): Update.
6625 * remote-rdp.c (remote_rdp_create_inferior): Update.
6626 * remote-rdi.c (arm_rdi_create_inferior): Update.
6627 * remote-m32r-sdi.c (m32r_create_inferior): Update.
6628 * remote-e7000.c (e7000_create_inferior): Update.
6629 * procfs.c (procfs_create_inferior): Update.
6630 * ocd.c (ocd_create_inferior): Update.
6631 * ocd.h (ocd_create_inferior): Update.
6632 * nto-procfs.c (procfs_create_inferior): Update.
6633 * monitor.c (monitor_create_inferior): Update.
6634 * lin-lwp.c (lin_lwp_create_inferior): Update.
6635 * inftarg.c (child_create_inferior): Update.
6636 * hpux-thread.c (hpux_thread_create_inferior): Update.
6637 * gnu-nat.c (gnu_create_inferior): Update.
6638
6639 2004-05-25 Andrew Cagney <cagney@gnu.com>
6640
6641 * MAINTAINERS: Update e-mail address.
6642
6643 2004-05-24 Randolph Chung <tausq@debian.org>
6644
6645 * thread.c (info_threads_command, thread_apply_all_command)
6646 (thread_apply_command, thread_command, do_captured_thread_select):
6647 Remove HPUXHPPA-specific code.
6648
6649 2004-05-24 Randolph Chung <tausq@debian.org>
6650
6651 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
6652 unused symbols.
6653 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
6654 references.
6655
6656 2004-05-24 Joel Brobecker <brobecker@gnat.com>
6657
6658 * infcmd.c (kill_if_already_running): New function, extracted
6659 from run_command().
6660 (run_command): Replace extracted code by call to
6661 kill_if_already_running().
6662 (start_command): New function.
6663 (_initialize_infcmd): Add "start" command.
6664
6665 2004-05-24 Mark Kettenis <kettenis@gnu.org>
6666
6667 Add OpenBSD/m88k support.
6668 * NEWS (New native configurations): Mention OpenBSD/m88k.
6669 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
6670 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
6671 * Makefile.in (m88k_tdep_h): New variable.
6672 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
6673 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
6674 * configure.host: Add m88*-*-openbsd*.
6675 * configure.tgt: Add m88*-*-openbsd*.
6676
6677 2004-05-24 Jim Blandy <jimb@redhat.com>
6678
6679 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
6680 to approve changes.
6681
6682 2004-05-24 Kevin Buettner <kevinb@redhat.com>
6683
6684 * symtab.c (fixup_section): Search section table when lookup by
6685 name fails.
6686
6687 2004-05-24 Randolph Chung <tausq@debian.org>
6688
6689 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
6690 be "small_struct".
6691
6692 2004-05-24 Mark Kettenis <kettenis@gnu.org>
6693
6694 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
6695 register number in regcache_raw_collect call.
6696 (m68kbsd_collect_fpregset): Likewise.
6697 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
6698
6699 * regset.h (struct regset): Add back `regset' member.
6700
6701 2004-05-23 Mark Kettenis <kettenis@gnu.org>
6702
6703 * configure.in: Check for td_pcb in `struct thread'.
6704 * configure, config.in: Regenerated.
6705
6706 * dpx2-nat.c: Remove file.
6707 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
6708 (dpx2-nat.o): Remove dependencies.
6709
6710 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
6711 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
6712 (amd64obsd_supply_pcb): New function.
6713 (_initialize_amd64obsd_nat): Enable libkvm interface.
6714 * Makefile.in (amd64obsd-nat.o): Update dependencies.
6715 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
6716 (LOADLIBES): New variable.
6717
6718 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
6719 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
6720 (sparc32nbsd_supply_pcb): New function.
6721 (_initialize_sparcnbsd_nat): Enable libkvm interface.
6722 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
6723 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
6724 (LOADLIBES): New variable.
6725
6726 2004-05-22 Mark Kettenis <kettenis@gnu.org>
6727
6728 * bsd-kvm.c, bsd-kvm.h: New files.
6729 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
6730 "bsd-kvm.h".
6731 (i386fbsd_supply_pcb): New function.
6732 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
6733 (i386fbsd-nat.o): Update dependencies.
6734 (bsd_kvm_h): New variable.
6735 (bsd-kvm.o): New dependency.
6736 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
6737 (LOADLIBES): New variable.
6738
6739 * regset.c: Tweak comment.
6740 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
6741 macro.
6742 * regset.h: Update copyright year.
6743 (struct regset): Remove `descr' member, add `gdbarch' member.
6744 (regset_alloc): Adjust prototype and comment.
6745 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
6746 (i386_supply_fpregset): Likewise.
6747 (i386_regset_from_core_section): Update call to regset_alloc.
6748 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
6749 REGSET->arch.
6750 (i386obsd_aout_regset_from_core_section): Update call to
6751 regset_alloc.
6752 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
6753 REGSET->arch.
6754 (i386nbsd_aout_regset_from_core_section): Update call to
6755 regset_alloc.
6756 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
6757 REGSET->arch.
6758 (amd64_regset_from_core_section): Update call to regset_alloc.
6759 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
6760 REGSET->arch.
6761 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
6762 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
6763 &sparc32nbsd_gregset in sparc32_supply_gregset call.
6764 (sparc32nbsd_init_abi): Update call to regset_alloc.
6765 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
6766 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
6767 (sparc64obsd_init_abi): Update call to regset_alloc.
6768 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
6769 &sparc64nbsd_gregset in sparc64_supply_gregset call.
6770 (sparc64nbsd_init_abi): Update call to regset_alloc.
6771 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
6772 &sparc64fbsd_gregset in sparc64_supply_gregset call.
6773 (sparc64fbsd_init_abi): Update call to regset_alloc.
6774
6775 2004-05-22 Jim Blandy <jimb@redhat.com>
6776
6777 * ppc-tdep.h (spe_register_p): New declaration.
6778 (struct gdbarch_tdep): New members: ppc_acc_regnum and
6779 ppc_spefscr_regnum.
6780 * rs6000-tdep.c (spe_register_p): New function.
6781 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
6782 spefscr.
6783 (rs6000_gdbarch_init): Initialize the new members of the tdep
6784 structure.
6785
6786 2004-05-21 Jim Blandy <jimb@redhat.com>
6787
6788 * ppc-linux-nat.c (fetch_register): Move code back to be next
6789 to the comment that describes it. (Moved code, instead of
6790 comment, for symmetry with store_register.)
6791
6792 Allocate regset structures in the gdbarch's obstack, not using
6793 xmalloc.
6794 * regset.c (regset_alloc): Renamed from regset_xmalloc.
6795 Add 'arch' argument. Allocate the regset on arch's obstack, not
6796 using xmalloc.
6797 * regset.h (regset_alloc): Update declaration.
6798 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
6799 gdbarch argument.
6800 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6801 * i386-tdep.c (i386_regset_from_core_section): Same.
6802 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6803 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6804 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6805 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6806 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6807 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6808
6809 2004-05-21 Joel Brobecker <brobecker@gnat.com>
6810
6811 * config/djgpp/fnchange.lst: Undo previous change, was useless.
6812
6813 2004-05-21 Jim Blandy <jimb@redhat.com>
6814
6815 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
6816 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
6817
6818 2004-05-20 Jim Blandy <jimb@redhat.com>
6819
6820 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
6821
6822 2004-05-20 Mark Kettenis <kettenis@gnu.org>
6823
6824 * regset.h: Make prototype const-correct.
6825 * regset.c (regset_xmalloc): Make const-correct.
6826
6827 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
6828
6829 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
6830 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
6831 (symbol_search_name): Declare.
6832
6833 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
6834 (iter_name_next_hashed): Ditto.
6835 (iter_name_next_linear): Ditto.
6836 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
6837
6838 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
6839 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
6840 (symbol_search_name): New function.
6841
6842 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
6843
6844 * minsyms.c (build_minimal_symbol_hash_tables): Change
6845 test for adding to demangled hash table to check for difference
6846 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
6847
6848 2004-05-19 Jim Blandy <jimb@redhat.com>
6849
6850 Use a constructor function to create regset structures.
6851 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
6852 (struct regset): Use supply_regset_ftype. Add new
6853 'collect_regset' member.
6854 (regset_xmalloc): New declaration.
6855 * regset.c: New file.
6856 * am64-tdep.c (amd64_regset_from_core_section): Use
6857 regset_xmalloc to construct regset structures.
6858 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6859 * i386-tdep.c (i386_regset_from_core_section): Same.
6860 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6861 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6862 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6863 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6864 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6865 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6866 * Makefile.in (COMMON_OBS): Add regset.o.
6867 (regset.o): New rule.
6868
6869 2004-05-19 Joel Brobecker <brobecker@gnat.com>
6870
6871 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
6872 and pthread_cond_wait.c.
6873
6874 2004-05-18 Jim Blandy <jimb@redhat.com>
6875
6876 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
6877 before the mach-specific switch, and then let the individual cases
6878 override the defaults, rather than leaving them uninitialized
6879 until the switch and then setting them in each case.
6880
6881 2004-05-18 Randolph Chung <tausq@debian.org>
6882
6883 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
6884 millicode functions.
6885
6886 2004-05-18 Randolph Chung <tausq@debian.org>
6887
6888 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
6889 references to dld_flags_buffer consistent.
6890
6891 2004-05-18 Randolph Chung <tausq@debian.org>
6892
6893 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
6894 it for unwinding the stack.
6895
6896 2004-05-18 Randolph Chung <tausq@debian.org>
6897
6898 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
6899 Undefine these so we can overide them using gdbarch.
6900
6901 2004-05-18 Randolph Chung <tausq@debian.org>
6902
6903 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
6904 handling for 64-bit HPUX (elf).
6905
6906 2004-05-18 Daniel Jacobowitz <dan@debian.org>
6907
6908 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
6909 constants.
6910 * amd64-tdep.c (amd64_skip_prologue): Likewise.
6911 * ia64-tdep.c (examine_prologue): Likewise.
6912 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
6913 * v850-tdep.c (v850_fix_call_dummy): Likewise.
6914
6915 2004-05-18 Mark Kettenis <kettenis@gnu.org>
6916
6917 * vax-tdep.c (vax_return_value): Implement
6918 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6919
6920 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6921
6922 * vax-tdep.c (vax_return_value): Fix typo.
6923
6924 2004-05-17 Andrew Cagney <cagney@redhat.com>
6925
6926 * MAINTAINERS: Mark Salter was also responsible for
6927 testsuite/config/
6928
6929 * NEWS: Mention signal fixes.
6930
6931 2004-05-17 Randolph Chung <tausq@debian.org>
6932
6933 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
6934 check to see if we are unwinding an export stub. Export stubs clobber
6935 the %rp in the call path and stores the original rp in a stack slot.
6936
6937 2004-05-17 Jim Blandy <jimb@redhat.com>
6938
6939 * MAINTAINERS: Update address for J.T. Conklin.
6940
6941 2004-05-17 Randolph Chung <tausq@debian.org>
6942
6943 * hppa-tdep.c: Remove superfluous #include's.
6944 * Makefile.in (hppa-tdep.o): Update dependencies.
6945
6946 2004-05-17 Randolph Chung <tausq@debian.org>
6947
6948 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
6949 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
6950 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
6951 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
6952 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
6953 Remove static function declarations.
6954
6955 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6956
6957 * alphabsd-nat.c: Update copyright year.
6958 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
6959
6960 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
6961 and M68K_A2_REGNUM.
6962
6963 * m68k-tdep.c (m68k_svr4_return_value): Implement
6964 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6965
6966 2004-05-16 Mark Kettenis <kettenis@gnu.org>
6967
6968 * sol-thread.c Update copyright year. Fix various coding
6969 standards violations. Tweak a few comments.
6970 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
6971 Delete prototypes.
6972
6973 2004-05-15 Randolph Chung <tausq@debian.org>
6974
6975 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
6976 as pointer instead of array reference since HPUX compiler does
6977 not accept unsized array arguments.
6978 * somsolib.c (dld_flags_buffer): Use constant array size.
6979
6980 2004-05-15 Mark Kettenis <kettenis@gnu.org>
6981
6982 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
6983 offset with decimal offset.
6984 (amd64obsd_sigcontext_addr): Return correct address for entire
6985 signal trampoline.
6986
6987 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
6988 instead of get_frame_base.
6989
6990 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
6991 (fill_gregset): Use regcache_raw_collect.
6992
6993 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
6994 ppcobsd-tdep.c.
6995
6996 * config/sparc/tm-nbsd64.h: Remove file.
6997 * config/tm-sunos.h: Remove file.
6998
6999 2004-05-15 Joel Brobecker <brobecker@gnat.com>
7000
7001 * rs6000-tdep.c (store_param_on_stack_p): New function,
7002 an improved version of some code extracted from skip_prologue().
7003 (skip_prologue): Use store_param_on_stack_p() to detect
7004 instructions saving a parameter on the stack. Detect when r0
7005 is used to save a parameter.
7006 Do not mark "li rx, SIMM" instructions as part of the prologue,
7007 unless the following instruction is also part of the prologue.
7008
7009 2004-05-14 Andrew Cagney <cagney@redhat.com>
7010
7011 * infrun.c (handle_inferior_event): Simplify
7012 STEP_OVER_UNDEBUGGABLE.
7013
7014 * infrun.c (handle_step_into_function): Delete function.
7015 (handle_inferior_event): Inline calls to
7016 handle_step_into_function.
7017
7018 2004-05-14 Jerome Guitton <guitton@gnat.com>
7019
7020 * rs6000-nat.c: Fix a comment.
7021
7022 2004-05-12 David Anderson <davea@sgi.com>
7023
7024 Committed by Jim Blandy <jimb@redhat.com>:
7025 * regcache.c (struct regcache_descr): fix comment spelling.
7026
7027 2004-05-13 J. Brobecker <brobecker@gnat.com>
7028
7029 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7030 Fixes a link link failure.
7031
7032 2004-05-13 J. Brobecker <brobecker@gnat.com>
7033
7034 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7035 error that was causing the build to fail.
7036
7037 2004-05-13 J. Brobecker <brobecker@gnat.com>
7038
7039 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7040 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7041
7042 2004-05-13 Andrew Cagney <cagney@redhat.com>
7043
7044 * infrun.c (handle_inferior_event): Check for
7045 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7046 calls. Update comments.
7047
7048 2004-05-13 Jim Blandy <jimb@redhat.com>
7049
7050 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7051 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7052 (store_regs_user_thread, store_regs_kernel_thread): Use
7053 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7054 * ppc-linux-nat.c (fill_gregset): Same.
7055 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7056 (ppc_linux_sigtramp_cache): Same.
7057 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7058 (ppcnbsd_sigtramp_cache_init): Same.
7059 * rs6000-nat.c (fetch_core_registers): Same.
7060 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7061 (rs6000_frame_cache): Same.
7062
7063 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7064 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7065 of assuming that the gprs are numbered starting with zero.
7066 * ppc-linux-nat.c (fill_gregset): Same.
7067 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7068 * ppcnbsd-nat.c (getregs_supplies): Same.
7069 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7070 * rs6000-nat.c (fetch_core_registers): Same.
7071 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7072
7073 2004-05-07 Michael Snyder <msnyder@redhat.com>
7074
7075 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7076 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7077
7078 2004-05-13 Andrew Cagney <cagney@redhat.com>
7079
7080 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7081
7082 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7083
7084 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7085 base_address for shared libraries.
7086
7087 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7088
7089 * MAINTAINERS (write after approval): Add myself.
7090
7091 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7092
7093 * breakpoint.c (bpstat_stop_status): Add new argument
7094 STOPPED_BY_WATCHPOINT. Use it instead of testing
7095 target_stopped_data_address agaist 0 to check whether
7096 or not we stopped due to a hardware watchpoint.
7097 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7098 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7099 with new argument.
7100
7101 2004-05-12 Jim Blandy <jimb@redhat.com>
7102
7103 * configure.in: When checking whether we should use the -bbigtoc
7104 option, don't forget to restore the original value of LDFLAGS.
7105 * configure: Regenerated.
7106
7107 2004-05-12 Andrew Cagney <cagney@redhat.com>
7108
7109 * thread.c (load_infrun_state): Delete step_sp.
7110 * infrun.c (context_switch): Ditto.
7111 * inferior.h (step_sp): Ditto.
7112 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7113 * gdbthread.h (struct thread_info, save_infrun_state)
7114 (restore_infrun_state): Ditto.
7115
7116 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
7117
7118 * MAINTAINERS (write after approval): Add myself.
7119
7120 2004-05-12 Andrew Cagney <cagney@redhat.com>
7121
7122 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7123 eliminate reference to step_sp.
7124 (struct execution_control_state, init_execution_control_state)
7125 (handle_inferior_event, keep_going): Delete update_step_sp and
7126 step_sp.
7127 * infcmd.c (step_sp): Note that variable is unused.
7128
7129 2004-05-11 Andrew Cagney <cagney@redhat.com>
7130
7131 * infrun.c (step_over_function): Delete function.
7132 (handle_step_into_function): Use insert_step_resume_breakpoint.
7133 (insert_step_resume_breakpoint): Fix assertion.
7134
7135 2004-05-11 Nick Roberts <nickrob@gnu.org>
7136
7137 * utils.c (defaulted_query): Just use the normal query input type
7138 when printing the annotations.
7139
7140 2004-05-11 Andrew Cagney <cagney@redhat.com>
7141
7142 * infrun.c (handle_inferior_event): Simplify code handling
7143 step-into or return-from a signal trampoline.
7144
7145 2004-05-11 Andrew Cagney <cagney@redhat.com>
7146
7147 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7148 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7149
7150 2004-05-10 Jim Blandy <jimb@redhat.com>
7151
7152 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7153 with a call to internal_error.
7154
7155 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7156 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7157 processor variant lacks those registers.
7158 (ppc_floating_point_unit_p): Change description to make it clear
7159 that this returns info about the ISA, not the ABI.
7160 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7161 return true or false by checking tdep->ppc_fp0_regnum and
7162 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7163 arch/mach switching done in rs6000_gdbarch_init; it's better to
7164 keep that logic there, and just check the results here.
7165 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7166 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7167 floating-point registers.
7168 (ppc_supply_fpregset, ppc_collect_fpregset)
7169 (rs6000_push_dummy_call, rs6000_extract_return_value)
7170 (rs6000_store_return_value): Assert that we have floating-point
7171 registers.
7172 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7173 (rs6000_frame_cache): Don't note the locations at which
7174 floating-point registers were saved if we have no fprs.
7175 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7176 registers.
7177 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7178 (store_regs_user_thread, store_regs_kernel_thread): Only call
7179 supply_fprs / fill_fprs if we actually have floating-point
7180 registers.
7181 (special_register_p): Check ppc_fpscr_regnum before matching
7182 against it.
7183 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7184 supply / collect fpscr if we don't have it.
7185 * ppc-bdm.c: #include "gdb_assert.h".
7186 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7187 have floating-point registers, since I can't test this code on
7188 FP-free systems to adapt it.
7189 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7190 fpscr and floating point register numbers if they don't exist.
7191 (fetch_register): Assert that we have floating-point registers
7192 before we reach the code that handles them.
7193 (store_register): Same. And use tdep instead of calling
7194 gdbarch_tdep again.
7195 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7196 don't have them.
7197 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7198 fprs and fpscr if we don't have them.
7199 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7200 don't have them.
7201 * ppcnbsd-nat.c: #include "gdb_assert.h".
7202 (getfpregs_supplies): Assert that we have floating-point registers.
7203 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7204 * ppcobsd-tdep.c: #include "gdb_assert.h".
7205 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7206 have floating-point registers.
7207 * rs6000-nat.c (regmap): Don't match against the fpscr and
7208 floating point register numbers if they don't exist.
7209 (fetch_inferior_registers, store_inferior_registers,
7210 fetch_core_registers): Only fetch / store / supply the
7211 floating-point registers and the fpscr if we have them.
7212 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
7213 (ppcobsd-tdep.o): Update dependencies.
7214
7215 2004-05-10 Andrew Cagney <cagney@redhat.com>
7216
7217 * infrun.c (through_sigtramp_breakpoint): Delete variable.
7218 (context_switch): Do not switch through_sigtramp_breakpoint.
7219 * gdbthread.h (save_infrun_state, load_infrun_state)
7220 (struct thread_info): Delete through_sigtramp_breakpoint parameter
7221 and structure member.
7222 * thread.c (load_infrun_state, save_infrun_state): Update.
7223
7224 2004-05-10 Mark Kettenis <kettenis@gnu.org>
7225
7226 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
7227
7228 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7229
7230 * acinclude.m4: Quote macro names being defined by AC_DEFUN
7231 throughout.
7232 * aclocal.m4: Regenerate.
7233
7234 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
7235
7236 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
7237
7238 2004-05-10 Andrew Cagney <cagney@redhat.com>
7239
7240 * infrun.c (check_sigtramp2): Delete function.
7241 (handle_inferior_event): When single stepping, and taking a
7242 signal, set a breakpoint at the signal return address. Delete
7243 redundant calls to check_sigtramp2.
7244 (insert_step_resume_breakpoint): New function.
7245 (through_sigtramp_breakpoint, handle_inferior_event)
7246 (follow_exec, wait_for_inferior, fetch_inferior_event)
7247 (currently_stepping, keep_going): Delete most uses of
7248 through_sigtramp_breakpoint, not that it should be deleted.
7249 (delete_breakpoint_current_contents): Delete function.
7250
7251 2004-05-10 Randolph Chung <tausq@debian.org>
7252
7253 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
7254 target.
7255 * config/pa/tm-linux.h: New file.
7256
7257 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
7258
7259 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
7260 of prefixes. Don't print the prefix twice in the CLI.
7261
7262 2004-05-10 Jim Blandy <jimb@redhat.com>
7263
7264 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
7265 collect all the gprs.
7266
7267 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
7268 loop collecting gprs.
7269
7270 2004-05-09 Andrew Cagney <cagney@redhat.com>
7271
7272 * remote-vx.c (net_step): Delete step-range code.
7273 * remote.c (remote_resume, init_all_packet_configs)
7274 (set_remote_protocol_E_packet_cmd)
7275 (show_remote_protocol_E_packet_cmd)
7276 (remote_protocol_E, show_remote_cmd, _initialize_remote)
7277 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
7278 (show_remote_protocol_e_packet_cmd): Ditto.
7279
7280 2004-05-09 Mark Kettenis <kettenis@gnu.org>
7281
7282 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
7283
7284 * hppa-tdep.h: Update copyright year.
7285 (struct trad_frame_saved_reg): Add opaque declaration.
7286
7287 * amd64-tdep.c (amd64_return_value): Implement
7288 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7289
7290 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
7291 (m68k_value_to_register): New functions.
7292 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
7293 value_to_register.
7294
7295 * defs.h (enum return_value_convention): Add
7296 RETURN_VALUE_ABI_RETURNS_ADDRESS and
7297 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7298 * infcmd.c (legacy_return_value): New function.
7299 (print_return_value): Rwerite to implement
7300 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7301 * values.c (using_struct_return): Check for inequality to
7302 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
7303 RETURN_VALUE_STRUCT_CONVENTION.
7304 * i386-tdep.c (i386_return_value): Implement
7305 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7306
7307 * vax-tdep.c: Tweak comments. Reorder include files. Don't
7308 include "symtab.h", "opcode/vax.h" and "inferior.h".
7309 (vax_skip_prologue): Replace calls to read_memory_integer by calls
7310 to read_memory_unsigned_integer.
7311 (vax_gdbarch_init): Reorder.
7312 (_initialize_vax_tdep): Spell out prototype.
7313 * Makefile.in (vax-tdep.o): Update dependencies.
7314
7315 2004-05-08 Andrew Cagney <cagney@redhat.com>
7316
7317 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
7318 * target.c (target_detach, target_disconnect): Ditto.
7319
7320 * infcall.c (call_function_by_hand): When no
7321 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
7322 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
7323 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
7324 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7325 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7326
7327 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
7328 * gdbarch.h, gdbarch.c: Re-generate.
7329 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7330 deprecated_fix_call_dummy.
7331 * v850-tdep.c (v850_gdbarch_init): Ditto.
7332 * infcall.c (call_function_by_hand): Do not call
7333 DEPRECATED_FIX_CALL_DUMMY.
7334
7335 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
7336 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
7337 * gdbarch.h, gdbarch.c: Re-generate.
7338 * arm-linux-tdep.c (arm_linux_call_dummy_words)
7339 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
7340 deprecated_sizeof_call_dummy_words.
7341 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
7342 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
7343 * v850-tdep.c (v850_gdbarch_init): Ditto.
7344 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7345 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
7346 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7347 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7348 * arch-utils.h (legacy_call_dummy_words)
7349 (legacy_sizeof_call_dummy_words): Delete declarations.
7350 * arch-utils.c (legacy_call_dummy_words)
7351 (legacy_sizeof_call_dummy_words): Delete variables.
7352
7353 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
7354 * gdbarch.h, gdbarch.c: Re-generate.
7355 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
7356 * infcall.c (call_function_by_hand): Eliminate call to
7357 DEPRECATED_PUSH_DUMMY_FRAME.
7358 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7359 push_dummy_frame.
7360 (ns32k_push_dummy_frame): Delete function.
7361
7362 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7363 deprecated_call_dummy_breakpoint_offset or
7364 deprecated_call_dummy_start_offset.
7365 * dummy-frame.c, arm-tdep.c: Update comments.
7366 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
7367 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
7368 * gdbarch.h, gdbarch.c: Re-generate.
7369
7370 * infcall.c (legacy_push_dummy_code): Delete function.
7371 (push_dummy_code): Delete call.
7372
7373 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
7374 * gdbarch.h, gdbarch.c: Re-generate.
7375 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
7376 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
7377 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
7378 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
7379
7380 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
7381 (struct frame_info): Delete opaque declaration.
7382 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
7383 * frame.c (get_frame_type): Delete call.
7384
7385 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7386 pc_in_call_dummy.
7387 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
7388 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
7389
7390 2004-05-08 Mark Kettenis <kettenis@gnu.org>
7391
7392 * alphanbsd-tdep.c: Include "gdb_string.h".
7393 * armnbsd-tdep.c: Update copyright year.
7394 Include "gdb_string.h".
7395 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
7396 dependencies.
7397
7398 * delta68-nat.c: Remove file.
7399 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
7400 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
7401 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
7402 (delta68-nat.o): Remove dependency.
7403
7404 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
7405 function.
7406 (m68k_gdbarch_init): Don't set
7407 deprecated_frameless_function_invocation.
7408
7409 2004-05-07 Randolph Chung <tausq@debian.org>
7410
7411 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
7412 read_memory_nobpt for code reading when doing frame unwinding.
7413 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
7414
7415 2004-05-07 Randolph Chung <tausq@debian.org>
7416
7417 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
7418 instead of sp, handle sigaltstack case.
7419 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
7420 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
7421 signal handler and not that of the caller.
7422 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
7423 hppa_linux_sigtramp_find_sigcontext.
7424
7425 2004-05-07 Randolph Chung <tausq@debian.org>
7426
7427 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
7428 hppa-linux-nat.c.
7429 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
7430 * hppa-linux-nat.c (fetch_register, store_register): Define.
7431 (fetch_inferior_registers, store_inferior_registers): Define.
7432 (supply_gregset): Add comment and clean up some unneeded code.
7433 (fill_gregset): Add comment and fix so that it saves registers in
7434 the right place in the gregset.
7435 (fill_fpregset): Fix buffer overrun problem.
7436 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
7437
7438 2004-05-07 Randolph Chung <tausq@debian.org>
7439
7440 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
7441 do common handling of the pcoqt register.
7442 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
7443 to use helper function.
7444 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
7445 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
7446 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
7447 generic fallback unwinder when all else fails.
7448 (hppa_gdbarch_init): Add fallback sniffer.
7449 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
7450 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
7451 to use helper function.
7452
7453 2004-05-08 Joel Brobecker <brobecker@gnat.com>
7454
7455 * config/djgpp/fnchange.lst: Add translation rules for
7456 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
7457
7458 2004-05-08 Mark Kettenis <kettenis@gnu.org>
7459
7460 * frame.c (get_prev_frame_1): Work around GCC bug.
7461 * frame.h: Add comment about GCC bug.
7462
7463 2004-05-07 Andrew Cagney <cagney@redhat.com>
7464
7465 * observer.c: Include "commands.h" and "gdbcmd.h".
7466 (observer_debug, _initialize_observer): Add the
7467 command "set/show debug observer".
7468 * observer.sh: When observer debugging, log notify calls.
7469 * Makefile.in (observer.o): Update dependencies.
7470
7471 2004-05-07 Jason Molenda (jmolenda@apple.com)
7472
7473 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
7474
7475 2004-05-07 Jim Blandy <jimb@redhat.com>
7476
7477 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
7478 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
7479 to recognize gpr regnums, instead of assuming that
7480 tdep->ppc_fp0_regnum marks the end of the general-purpose
7481 registers.
7482
7483 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
7484 the given architecture has floating-point registers.
7485
7486 2004-05-07 Andrew Cagney <cagney@redhat.com>
7487
7488 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
7489 macro defined to 1.
7490 * gdbarch.h, gdbarch.c: Re-generate.
7491 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7492 deprecated_use_generic_dummy_frames.
7493
7494 2004-05-07 Brian Ford <ford@vss.fsi.com>
7495
7496 * NEWS: Mention Cygwin DWARF 2 support.
7497
7498 2004-05-07 Andrew Cagney <cagney@redhat.com>
7499
7500 * objfiles.h (struct entry_info): Delete unused fields
7501 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
7502 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
7503 * mipsread.c (mipscoff_symfile_read): Update.
7504 * mdebugread.c (parse_partial_symbols): Update.
7505 * dwarfread.c (read_file_scope): Update.
7506 * dwarf2read.c (read_file_scope): Update.
7507 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
7508 * coffread.c (complete_symtab): Update.
7509
7510 2004-05-07 Mark Kettenis <kettenis@gnu.org>
7511
7512 * infcall.c (_initialize_infcall): Fix typo.
7513
7514 2004-05-07 Andrew Cagney <cagney@redhat.com>
7515
7516 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
7517 * command.h (add_setshow_zinteger_cmd): Declare.
7518
7519 2004-05-06 Randolph Chung <tausq@debian.org>
7520
7521 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
7522 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
7523 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
7524 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
7525 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
7526 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
7527 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
7528 definitions ...
7529 * hppa-tdep.h: ... to here, with HPPA_ prefix.
7530 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
7531 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
7532 (hppa64_hpux_frame_find_saved_regs_in_sig)
7533 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
7534 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
7535 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
7536 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
7537 (hppa_linux_sigtramp_frame_prev_register): Likewise.
7538 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
7539 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
7540 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
7541 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
7542 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
7543 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
7544 (hppa32_register_type, hppa_cannot_store_register)
7545 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
7546 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
7547 * hpread.c (hpread_process_one_debug_symbol): Likewise.
7548 * pa64solib.c (pa64_solib_have_load_event)
7549 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
7550 (pa64_solib_unloaded_library_pathname): Likewise.
7551 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
7552 (som_solib_library_pathname): Likewise.
7553
7554 2004-05-05 Jim Ingham <jingham@apple.com>
7555
7556 * breakpoint.c (create_breakpoints): Copy the ignore count and
7557 thread id over from the pended breakpoint to the actual
7558 breakpoint.
7559
7560 2004-05-05 Andrew Cagney <cagney@redhat.com>
7561
7562 * gdbarch.sh (PARM_BOUNDARY): Delete.
7563 gdbarch.h, gdbarch.c: Re-generate.
7564 * valops.c (PARM_BOUNDARY): Delete macro.
7565 (value_push): Delete PARM_BOUNDARY code.
7566 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
7567
7568 2004-05-04 Jim Blandy <jimb@redhat.com>
7569
7570 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
7571 Don't assume that the gprs, fprs, and UISA sprs are
7572 contiguous, start at register number zero, and end with fpscr.
7573 Instead, use the numbers from the tdep structure.
7574
7575 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
7576 should no longer be used in code specific to the RS6000 and its
7577 derivatives.
7578 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
7579 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
7580 tdep->ppc_fp0_regnum.
7581 (ppc_supply_fpregset, ppc_collect_fpregset)
7582 (rs6000_push_dummy_call, rs6000_extract_return_value)
7583 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
7584 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
7585 FP0_REGNUM.
7586 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
7587 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
7588 Same.
7589 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
7590 bdm_ppc_store_registers): Same.
7591 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
7592 (store_register, fill_fpregset): Same.
7593 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
7594 (ppc_linux_supply_fpregset): Same.
7595 * ppcnbsd-nat.c (getfpregs_supplies): Same.
7596 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
7597 Same.
7598 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
7599 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
7600 ppc64_sysv_abi_return_value): Same.
7601 * rs6000-nat.c (regmap, fetch_inferior_registers)
7602 (store_inferior_registers, fetch_core_registers): Same.
7603
7604 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7605
7606 * m68knbsd-nat.c: Remove file.
7607 * m68knbsd-tdep.c: Remove file.
7608 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
7609 dependencies.
7610 * configure.host: Add m68k-*-netbsdelf*.
7611 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
7612 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
7613 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
7614 (XM_FILE): Remove.
7615 * config/m68k/nbsdelf.mh: New file.
7616 * config/m68k/nbsd.mt: New file.
7617 * config/m68k/nbsdaout.mt: Remove file.
7618 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
7619 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
7620 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
7621 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
7622 (use_struct_convention): Remove prototype.
7623 (USE_STRUCT_CONVENTION): Remove define.
7624 * config/m68k/xm-nbsd.h: Remove file.
7625
7626 2004-05-04 Michael Snyder <msnyder@redhat.com>
7627
7628 * m68k-tdep.c (m68k_gdbarch_init): Default to using
7629 reg_struct_return method (as gcc usually does for cross targets).
7630
7631 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7632
7633 Committed by Andrew Cagney.
7634 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
7635 alignment padding when accessing ucontext struct members.
7636
7637 2004-05-04 Jim Blandy <jimb@redhat.com>
7638
7639 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
7640 'ppc_gplast_regnum' member.
7641 (ppc_num_gprs): New enum constant.
7642 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
7643 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
7644 * rs6000-nat.c (regmap, fetch_inferior_registers,
7645 store_inferior_registers): Same.
7646 * rs6000-tdep.c (e500_pseudo_register_read)
7647 (e500_pseudo_register_write): Same.
7648 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
7649
7650 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
7651 * ppc-tdep.h (ppc_num_fprs): New enum constant.
7652 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
7653 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
7654 FPLAST_REGNUM.
7655 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7656 Same.
7657 * ppc-linux-nat.c (ppc_register_u_addr): Same.
7658 * rs6000-nat.c (regmap, fetch_inferior_registers)
7659 (store_inferior_registers): Same.
7660
7661 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
7662 with FPLAST_REGNUM.
7663
7664 2004-05-03 Joel Brobecker <brobecker@gnat.com>
7665
7666 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
7667 failure detected by recent versions of GCC.
7668 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
7669 to be consistent with the usage in dwarf2_create_include_psymtab.
7670
7671 2004-05-03 Michael Snyder <msnyder@redhat.com>
7672
7673 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
7674 (heuristic_proc_start): Whitespace cleanup.
7675
7676 2004-05-04 Mark Kettenis <kettenis@gnu.org>
7677
7678 * sun3-nat.c: Remove file.
7679 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
7680 dependencies.
7681 (ALLDEPFILES): Remove sun3-nat.c.
7682 (sun3-nat.o): Remove dependencies.
7683
7684 * i386-interix-nat.c, i386-interix-tdep.c,
7685 config/i386/nm-interix.h, config/i386/interix.mh,
7686 config/i386/interix.mt: Remove files.
7687 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
7688 dependencies.
7689
7690 2004-05-03 Mark Kettenis <kettenis@gnu.org>
7691
7692 * m68k-tdep.h (struct gdbarch_tdep): Add member
7693 struct_value_regnum.
7694 (m68k_svr4_init_abi): New prototype.
7695 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
7696 different calling conventions.
7697 (m68k_extract_return_value): Remove code dealing with single-field
7698 structs.
7699 (m68k_store_return_value): Remove code dealing with single-field
7700 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
7701 (m68k_extract_struct_value_address): Remove function.
7702 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
7703 (m68k_reg_struct_return_p, m68k_return_value)
7704 (m68k_svr4_return_value): New functions.
7705 (m68k_use_struct_convention): Remove function.
7706 (m68k_push_dummy_call): Use new struct_value_regnum member of
7707 `struct gdbarch_tdep' instead of hardcoded register number to
7708 store STRUCT_ADDR.
7709 (m68k_svr4_init_abi): New function.
7710 (m68k_gdbarch_init): Don't set extract_return_value,
7711 store_return_values, deprecated_extract_struct_value_address and
7712 use_struct_convention. Set return_value instead. Initialize new
7713 struct_value_regnum member of `struct gdbarch_tdep'.
7714 * m68klinux-tdep.c: Update copyright year.
7715 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
7716 (m68k_linux_extract_struct_value_address): Remove function.
7717 (m68k_linux_init_abi): Don't set extract_return_value,
7718 store_return_values, deprecated_extract_struct_value_address and
7719 use_struct_convention. Call m68k_svr4_init_abi but override the
7720 new struct_value_regnum member of `struct gdbarch_tdep'.
7721 * Makefile.in (m68k-tdep.o): Update dependencies.
7722
7723 2004-05-03 J. Brobecker <brobecker@gnat.com>
7724
7725 * dwarf2read.c (line_header): Add new included_p field in
7726 field file_names.
7727 (partial_die_info): New field has_stmt_list. New field line_offset.
7728 (dwarf2_create_include_psymtab): New function.
7729 (dwarf2_build_include_psymtabs): New function.
7730 (add_file_name): Add forward declaration. Initialize new field.
7731 (dwarf_decode_lines): Add new parameter. Enhance this procedure
7732 to be able to determine the list of files included by the
7733 given unit, and build their associated psymtabs.
7734 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
7735 files as well.
7736 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
7737 (read_file_scope): Update call to dwarf_decode_lines.
7738 (read_partial_die): Handle DW_AT_stmt_list attributes.
7739
7740 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
7741
7742 Unfix PR gdb/1626.
7743 * configure.in: Revert special case for osf5.*.
7744 * configure: Regenerate.
7745
7746 2004-05-02 Jim Blandy <jimb@redhat.com>
7747
7748 Move the symbol-file-from-memory functions into their own file.
7749 * symfile-mem.c, symfile-mem.h: New files.
7750 * symfile.c (symbol_file_add_from_bfd): New function.
7751 (symbol_file_add): Call symbol_file_add_from_bfd.
7752 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
7753 Moved to symfile-mem.c.
7754 (_initialize_symfile): Move definition of
7755 add-symbol-file-from-memory command to symfile-mem.c.
7756 * symfile.h (symbol_file_add_from_bfd): New declaration.
7757 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
7758 * config/powerpc/linux.mt (TDEPFILES): Same.
7759 * Makefile.in (SFILES): Add symfile-mem.c.
7760 (symfile_mem_h): New variable.
7761 (HFILES_NO_SRCDIR): Add symfile-mem.h.
7762 (symfile-mem.o): New rule.
7763
7764 2004-05-01 Andrew Cagney <cagney@redhat.com>
7765
7766 * breakpoint.c (insert_bp_location): Use get_frame_id, and
7767 frame_find_by_id instead of frame_relative_level.
7768 (do_enable_breakpoint): Ditto.
7769 * thread.c: Update copyright.
7770 (info_threads_command): Ditto, simplify.
7771
7772 * frame.c (deprecated_generic_get_saved_register): Delete
7773 function, moved to "xstormy16-tdep.c".
7774 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
7775 deprecated_generic_get_saved_register from "frame.c".
7776 (xstormy16_frame_saved_register): Call
7777 xstormy16_get_saved_register.
7778 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
7779 static.
7780 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
7781 * frame.h (deprecated_generic_get_saved_register): Delete.
7782
7783 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
7784
7785 * dwarfread.c: Update documentation on the state of dwarf-1.
7786
7787 2004-05-01 Andrew Cagney <cagney@redhat.com>
7788
7789 * stack.c (select_frame_command): Delete call to
7790 frame_relative_level.
7791 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
7792 Delete #if0 code.
7793 (frame_info): Do not print FRAMELESS.
7794 (print_block_frame_labels): Replace DEPRECATED_STREQ.
7795 (catch_info): Delete #if0 code.
7796
7797 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
7798 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
7799 of frame_relative_level.
7800 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
7801 to SENTINEL_FRAME.
7802 * frame.h (enum frame_type): Add SENTINEL_FRAME.
7803 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
7804 frame_relative_level.
7805
7806 * frame.h (deprecated_set_frame_type): Delete declaration.
7807 * frame.c (deprecated_set_frame_type): Delete function, update
7808 comments.
7809
7810 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
7811 * gdbarch.h, gdbarch.c: Re-generate.
7812 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
7813 (shnbsd_pc_in_sigtramp): Delete.
7814 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
7815 pc_in_sigtramp.
7816 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
7817 pc_in_sigtramp.
7818 * frame.h: Update comments.
7819 * ppc-linux-tdep.c: Update comments.
7820 * breakpoint.c (bpstat_what): Update comments.
7821
7822 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
7823 m68klinux-tdep.o's dependencies, were previously added to
7824 m68klinux-nat.o.
7825
7826 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
7827 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
7828 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7829 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7830 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7831
7832 * Makefile.in (m68klinux-nat.o): Update dependencies.
7833 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7834 (m68k_linux_sigtramp_frame_cache)
7835 (m68k_linux_sigtramp_frame_this_id)
7836 (m68k_linux_sigtramp_frame_prev_register)
7837 (m68k_linux_sigtramp_frame_unwind)
7838 (m68k_linux_sigtramp_frame_sniffer)
7839 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
7840 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
7841 names, use trad-frame.h.
7842 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
7843 (struct m68k_sigtramp_info): Delete.
7844 * m68k-tdep.c (m68k_sigtramp_frame_cache)
7845 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
7846 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
7847 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
7848 "m68klinux-tdep.c".
7849
7850 * infrun.c (check_sigtramp2): Delete check for
7851 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
7852
7853 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7854
7855 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
7856
7857 2004-05-01 Andrew Cagney <cagney@redhat.com>
7858
7859 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7860 (frv_linux_sigtramp_frame_cache)
7861 (frv_linux_sigtramp_frame_this_id)
7862 (frv_linux_sigtramp_frame_prev_register)
7863 (frv_linux_sigtramp_frame_unwind)
7864 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
7865 include "linux" in function and variable names, directly call
7866 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
7867 the latest trad-frame code.
7868 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
7869 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
7870 * Makefile.in (frv-linux-tdep.o): Update dependencies.
7871 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
7872 * frv-tdep.c (frv_sigtramp_frame_cache)
7873 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7874 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
7875 frv-linux-tdep.c.
7876 (frv_gdbarch_init): Do not append a sigtramp sniffer.
7877 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
7878 (frv_set_sigcontext_reg_addr): Delete function.
7879
7880 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
7881 (DEPRECATED_SIGTRAMP_END): Delete.
7882 * gdbarch.h, gdbarch.c: Re-generate.
7883 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
7884 * config/vax/tm-vaxbsd.h: Update copyright.
7885 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7886 (DEPRECATED_IN_SIGTRAMP): Define.
7887 * config/m68k/tm-nbsd.h: Update copyright.
7888 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7889 (DEPRECATED_IN_SIGTRAMP): Define.
7890
7891 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7892
7893 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
7894 encondings. Fixes PR gdb/1628.
7895
7896 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
7897 DW_CFA_restore state without a matching DW_CFA_remember_state
7898 instead of aborting. Fixes PR backtrace/1589.
7899
7900 2004-04-30 Joel Brobecker <brobecker@gnat.com>
7901
7902 * MAINTAINERS: Add self as AIX maintainer.
7903 Update my e-mail address in write-after-approval section.
7904
7905 2004-04-30 Andrew Cagney <cagney@redhat.com>
7906
7907 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
7908 (legacy_get_prev_frame): Ditto.
7909
7910 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
7911 (mips_gdbarch_init): Do not set pc_in_sigtramp.
7912 * mipsread.c (sigtramp_address): Delete extern variable.
7913 (mipscoff_new_init): Delete reference.
7914 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
7915 (fixup_sigtramp): Delete function.
7916 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
7917 (fixup_sigtramp): Delete declarations.
7918
7919 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
7920 deprecated_pc_in_sigtramp.
7921 (ppcnbsd_pc_in_sigtramp): Delete function.
7922
7923 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7924
7925 * config/m68k/nm-nbsd.h: Tweak comments.
7926 * config/m68k/nm-nbsdaout.h: Likewise.
7927
7928 2004-04-30 Andrew Cagney <cagney@redhat.com>
7929
7930 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
7931 legacy_pc_in_sigtramp.
7932 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
7933
7934 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7935
7936 Add OpenBSD/m68k support.
7937 * NEWS (New native configurations): Mention OpenBSD/m68k.
7938 * m68kbsd-tdep.c: New file.
7939 * m68kbsd-nat.c: New file.
7940 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
7941 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
7942 * configure.host: Add m68k-*-openbsd.
7943 * configure.tgt: Add m68k-*-openbsd.
7944 * config/m68k/tm-obsd.h: New file.
7945 * config/m68k/obsd.mt: New file.
7946 * config/m68k/obsd.mh: New file.
7947 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
7948 m68kbsd-tdep.c.
7949
7950 2004-04-30 Andrew Cagney <cagney@redhat.com>
7951
7952 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
7953 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
7954
7955 2004-04-30 Mark Kettenis <kettenis@gnu.org>
7956
7957 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
7958 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
7959
7960 2004-04-30 Brian Ford <ford@vss.fsi.com>
7961
7962 Revert 2004-04-16 change.
7963 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
7964 (i386_coff_init_abi): Remove.
7965 * i386-tdep.h (i386_coff_init_abi): Remove.
7966 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
7967
7968 2004-04-30 Andrew Cagney <cagney@redhat.com>
7969
7970 * blockframe.c (find_pc_partial_function): Delete use of
7971 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
7972 DEPRECATED_SIGTRAMP_END.
7973
7974 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
7975 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
7976 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
7977 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
7978 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
7979
7980 * defs.h (deprecated_inside_entry_file): Delete declaration.
7981 * blockframe.c (deprecated_inside_entry_file): Delete function.
7982 (legacy_frame_chain_valid): Delete call.
7983 * sh64-tdep.c (sh64_frame_chain): Delete call.
7984 * objfiles.h: Update comments.
7985 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
7986 call.
7987 * frame.c (get_prev_frame): Delete call, update comments.
7988
7989 2004-04-30 Brian Ford <ford@vss.fsi.com>
7990
7991 * MAINTAINERS (Write After Approval): Add myself.
7992
7993 2004-04-30 Andrew Cagney <cagney@redhat.com>
7994
7995 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
7996 * gdbarch.h, gdbarch.c: Re-generate.
7997 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
7998 code.
7999
8000 2004-04-30 Andrew Cagney <cagney@redhat.com>
8001
8002 * gdb-events.sh (selected_thread_changed)
8003 (selected_frame_level_changed, target_changed): Delete.
8004 * gdb-events.h, gdb-events.c: Re-generate.
8005 * valops.c (value_assign): Update.
8006 * stack.c (select_frame_command, up_silently_base)
8007 (down_silently_base): Update.
8008
8009 2004-04-29 Andrew Cagney <cagney@redhat.com>
8010
8011 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8012 registers correctly.
8013 (print_gp_register_row, mips32_heuristic_proc_desc)
8014 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8015 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8016 references to mips_isa_regsize.
8017
8018 2004-04-29 Andrew Cagney <cagney@redhat.com>
8019
8020 * mips-tdep.c (struct gdbarch_tdep): Delete
8021 mips_fp_register_double.
8022 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8023 mips_abi_regsize.
8024 (mips_gdbarch_init): Do not set mips_fp_register_double.
8025 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8026
8027 2004-04-29 Joel Brobecker <brobecker@gnat.com>
8028
8029 Committed by Andrew Cagney.
8030 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8031 function calls.
8032
8033 2004-04-29 Andrew Cagney <cagney@redhat.com>
8034
8035 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8036 gdbarch, use mips_abi, update callers.
8037 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8038 mips_abi_regsize, update callers.
8039 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8040 mips_default_abi_regsize.
8041 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8042 mips_default_abi_regsize.
8043
8044 2004-04-29 Andrew Cagney <cagney@redhat.com>
8045
8046 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8047 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8048 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8049 mips_default_abi_regsize.
8050 (mips_isa_regsize): Rename mips_regisze.
8051 * mipsnbsd-tdep.c: Update.
8052 * mips-linux-tdep.c: Update.
8053 * irix5-nat.c: Update.
8054 * mips-tdep.h (mips_isa_regsize): Update.
8055
8056 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8057 Delete all disabled code.
8058 * gdb-events.h, gdb-events.c: Re-generate.
8059
8060 2004-04-19 Jerome Guitton <guitton@gnat.com>
8061 Mark Kettenis <kettenis@gnu.org>
8062
8063 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8064 the function begins with a branch instruction.
8065
8066 2004-04-29 Mark Kettenis <kettenis@gnu.org>
8067
8068 * i386-tdep.c: Fix spelling mistakes.
8069
8070 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8071 Andrew Cagney <cagney@redhat.com>
8072
8073 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8074 <sys/proc.h>.
8075 * acconfig.h: Provide default _KMEMUSER value.
8076 * config.in, configure: Re-generate.
8077 * NEWS: Mention fix.
8078
8079 2004-04-24 Randolph Chung <tausq@debian.org>
8080
8081 * configure.host (hppa*-*-linux*): New target.
8082 * configure.tgt (hppa*-*-linux*): Likewise.
8083 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8084 gdbarch_init_osabi() call earlier so that osabi-specific frame
8085 unwinders can be registered first.
8086 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8087 hppa-linux-nat.c.
8088 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8089 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8090 * config/pa/linux.mh: New file.
8091 * config/pa/linux.mt: New file.
8092 * config/pa/nm-linux.h: New file.
8093 * config/pa/xm-linux.h: New file.
8094 * hppa-linux-nat.c: New file.
8095 * hppa-linux-tdep.c: New file.
8096
8097 2004-04-28 Randolph Chung <tausq@debian.org>
8098
8099 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8100 return values.
8101 (hppa32_push_dummy_call): Fix small struct and floating point argument
8102 passing, and make sure the stack frame is properly aligned.
8103
8104 2004-04-28 Andrew Cagney <cagney@redhat.com>
8105
8106 * stack.c (print_stack_frame): Fix description.
8107
8108 * NEWS: Mention gdb/gdbserver/configure execute permission
8109 changed. PR server/519.
8110
8111 2004-04-28 Andrew Cagney <cagney@redhat.com>
8112
8113 * stack.c (print_stack_frame_stub): Delete declaration.
8114 (struct print_stack_frame_args, print_stack_frame)
8115 (print_frame_info, print_frame): Replace "source" with print what.
8116 Replace "print" with "print_level". Replace "args" with
8117 "print_args".
8118 * frame.h (show_and_print_stack_frame, print_stack_frame)
8119 (print_frame_info): Update declarations.
8120 * stack.c (select_and_print_frame, frame_command)
8121 (current_frame_command, up_command, down_command): Update calls -
8122 use get_selected_frame, pass "enum print_what" for source, do not
8123 call frame_relative_level.
8124 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8125 * remote-rdp.c (remote_rdp_open): Ditto.
8126 * remote-mips.c (common_open): Ditto.
8127 * remote-e7000.c (e7000_start_remote): Ditto.
8128 * ocd.c (ocd_start_remote): Ditto.
8129 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8130 * infrun.c (normal_stop): Ditto.
8131 * inflow.c (kill_command): Ditto.
8132 * infcmd.c (finish_command): Ditto.
8133 * corelow.c (core_open): Ditto.
8134 * tracepoint.c (finish_tfind_command): Ditto.
8135 * thread.c (info_threads_command, info_threads_command)
8136 (restore_current_thread, do_captured_thread_select): Ditto.
8137 * ada-tasks.c (task_command): Ditto.
8138
8139 2004-04-26 Orjan Friberg <orjanf@axis.com>
8140
8141 * frame.c: Include "observer.h".
8142 (frame_observer_target_changed): New function.
8143 (_initialize_frame): Attach target_changed observer.
8144 * regcache.c: Include "observer.h".
8145 (regcache_observer_target_changed): New function.
8146 (_initialize_regcache): Attach target_changed observer.
8147 * valops.c: Include "observer.h".
8148 (value_assign): Notify target_changed event when modifying register.
8149 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8150
8151 2004-04-26 Orjan Friberg <orjanf@axis.com>
8152
8153 From Paul Koning <pkoning@equallogic.com>:
8154 * breakpoint.c (free_valchain): New function.
8155 (insert_bp_location, delete_breakpoint): Use free_valchain.
8156 (remove_breakpoint): Do not remove the valchain.
8157 (bpstat_stop_status): If not stopped by watchpoint, skip
8158 watchpoints when generating stop status list.
8159 * infrun.c (handle_inferior_event): Make
8160 stepped_after_stopped_by_watchpoint a global variable.
8161 * remote.c (remote_stopped_data_address): Return watch data
8162 address rather than zero if stepped_after_stopped_by_watchpoint is
8163 set.
8164
8165 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8166
8167 Fix PR gdb/1626.
8168 * configure.in: Check for curses after termcap.
8169 On osf5.*, do not check for ncurses.
8170 * configure: Regenerate.
8171
8172 2004-04-25 Mark Kettenis <kettenis@gnu.org>
8173
8174 * ppcobsd-nat.c: Include "ppc-tdep.h".
8175 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8176
8177 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8178 Fixes PR tdep/1623 and PR tdep/1624.
8179
8180 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
8181
8182 * xmodem.h, xmodem.c: Remove files.
8183 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8184
8185 2004-04-23 Randolph Chung <tausq@debian.org>
8186
8187 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8188 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8189 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8190 for handling stackless frames.
8191 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8192
8193 2004-04-23 Randolph Chung <tausq@debian.org>
8194
8195 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8196 starts at a pc before the frame is created.
8197
8198 2004-04-23 Joel Brobecker <brobecker@gnat.com>
8199
8200 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8201
8202 2004-04-23 Jerome Guitton <guitton@gnat.com>
8203
8204 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8205 use convert_typed_floating to get the appropriate format.
8206
8207 2004-04-22 Randolph Chung <tausq@debian.org>
8208
8209 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
8210 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
8211 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
8212 (hppa_sign_extend): Add prototype.
8213 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
8214 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
8215 (sign_extend): Rename with hppa_ prefix and make non-static. Other
8216 hppa targets will also use these functions.
8217 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
8218 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
8219 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
8220 (hppa_gdbarch_init): Remove gdbarch setting of
8221 skip_trampoline_code, in_solib_call_trampoline and
8222 in_solib_return_trampoline.
8223 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
8224 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
8225 hppa_in_solib_call_trampoline.
8226 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
8227 Moved from hppa-tdep.c.
8228 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
8229 in_solib_call_trampoline and in_solib_return_trampoline.
8230
8231 2004-04-22 Randolph Chung <tausq@debian.org>
8232
8233 * hppa-tdep.c (hppa_debug): New variable.
8234 (find_unwind_entry, hppa_frame_cache): Add debug output.
8235 (_initialize_hppa_tdep): Add command to set debug flag.
8236
8237 2004-04-22 Andrew Cagney <cagney@redhat.com>
8238
8239 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
8240 "trad-frame.h".
8241 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
8242 signal trampoline unwinder.
8243 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
8244
8245 2004-04-22 Mark Kettenis <kettenis@gnu.org>
8246
8247 Add OpenBSD/powerpc support.
8248 * NEWS (New native configurations): Mention OpenBSD/powerpc.
8249 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
8250 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
8251 (ppc_collect_fpregset): New prototypes.
8252 * ppcobsd-nat.c: New file.
8253 * ppcobsd-tdep.c: New file.
8254 * ppcobsd-tdep.h: New file.
8255 * rs6000-tdep.c: Include "regset.h".
8256 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
8257 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
8258 New functions.
8259 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
8260 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
8261 (rs6000-tdep.o): Update dependencies.
8262 * configure.host: Add powerpc-*-openbsd.
8263 * configure.tgt: Add powerpc-*-openbsd.
8264 * config/powerpc/obsd.mh: New file.
8265 * config/powerpc/nm-obsd.h: New file.
8266 * config/powerpc/obsd.mt: New file.
8267
8268 2004-04-22 Andrew Cagney <cagney@redhat.com>
8269
8270 * frame.h (show_frame_info): Delete declaration.
8271
8272 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
8273 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
8274 * m32r-tdep.c (m32r_frame_this_id): Ditto.
8275 * frv-tdep.c (frv_frame_this_id): Ditto.
8276 * avr-tdep.c (avr_frame_this_id): Ditto.
8277
8278 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
8279
8280 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
8281
8282 2004-04-22 Jim Blandy <jimb@redhat.com>
8283
8284 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
8285 register number zero.
8286
8287 2004-04-21 Michael Snyder <msnyder@redhat.com>
8288
8289 * mips-tdep.c (heuristic_proc_start):
8290 Warning() already prefixes "Warning: ".
8291
8292 2004-04-21 Andrew Cagney <cagney@redhat.com>
8293
8294 * annotate.h (deprecated_annotate_starting_hook)
8295 (deprecated_annotate_stopped_hook)
8296 (deprecated_annotate_exited_hook)
8297 (deprecated_annotate_signal_hook)
8298 (deprecated_annotate_signalled_hook): Deprecate.
8299 * tracepoint.h (deprecated_create_tracepoint_hook)
8300 (deprecated_delete_tracepoint_hook)
8301 (deprecated_modify_tracepoint_hook)
8302 (deprecated_trace_find_hook)
8303 (deprecated_trace_start_stop_hook): Deprecate.
8304 * target.h (deprecated_target_new_objfile_hook): Deprecate.
8305 * remote.h (deprecated_target_resume_hook)
8306 (deprecated_target_wait_loop_hook): Deprecate.
8307 * gdbcore.h (deprecated_exec_file_display_hook)
8308 (deprecated_file_changed_hook): Deprecate.
8309 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
8310 * defs.h (deprecated_modify_breakpoint_hook)
8311 (deprecated_command_loop_hook, deprecated_show_load_progress)
8312 (deprecated_print_frame_info_listing_hook)
8313 (deprecated_query_hook, deprecated_warning_hook)
8314 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
8315 (deprecated_delete_breakpoint_hook)
8316 (deprecated_interactive_hook, deprecated_registers_changed_hook)
8317 (deprecated_readline_begin_hook, deprecated_readline_hook)
8318 (deprecated_readline_end_hook, deprecated_register_changed_hook)
8319 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
8320 (deprecated_context_hook, deprecated_target_wait_hook)
8321 (deprecated_attach_hook, deprecated_detach_hook)
8322 (deprecated_call_command_hook, deprecated_set_hook)
8323 (deprecated_error_hook, deprecated_error_begin_hook)
8324 (deprecated_ui_load_progress_hook): Deprecate.
8325 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
8326 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
8327 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
8328 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
8329 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
8330 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
8331 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
8332 * annotate.c, aix-thread.c: Update.
8333
8334 2004-04-21 Andrew Cagney <cagney@redhat.com>
8335
8336 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
8337 * vaxnbsd-tdep.c: Include "gdb_string.h".
8338
8339 * symfile.c (symbol_file_add_from_memory): #if 0 function.
8340 (add_symbol_file_from_memory_command): #if 0 function body, call
8341 error instead.
8342
8343 2004-04-21 Andrew Cagney <cagney@redhat.com>
8344
8345 * gdbcore.h: Update copyright.
8346 (deprecated_add_core_fns): Rename add_core_fns.
8347 * win32-nat.c (_initialize_core_win32): Update.
8348 * sun3-nat.c (_initialize_core_sun3): Update.
8349 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
8350 * rs6000-nat.c (_initialize_core_rs6000): Update.
8351 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
8352 * nto-tdep.c (_initialize_nto_tdep): Update.
8353 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
8354 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
8355 * mips-nat.c (_initialize_core_mips): Update.
8356 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8357 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
8358 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
8359 * lynx-nat.c (_initialize_core_lynx): Update.
8360 * irix5-nat.c (_initialize_core_irix5): Update.
8361 * i386-interix-nat.c (_initialize_core_interix): Update.
8362 * cris-tdep.c (_initialize_cris_tdep): Update.
8363 * corelow.c (deprecated_add_core_fns): Update.
8364 * core-regset.c (_initialize_core_regset): Update.
8365 * core-aout.c (_initialize_core_aout): Update.
8366 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
8367 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
8368 * alpha-nat.c (_initialize_core_alpha): Update.
8369
8370 2004-04-21 Jim Blandy <jimb@redhat.com>
8371
8372 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
8373
8374 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
8375
8376 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
8377 Delete.
8378 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
8379 (read_attribute_value): Update calls to dwarf_alloc_block.
8380 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
8381 dwarf2_tmp_obstack.
8382 (psymtab_to_symtab_1): Likewise. Clean up using
8383 free_stack_comp_unit.
8384 (add_to_cu_func_list): Use the comp_unit_obstack.
8385
8386 2004-04-19 Joel Brobecker <brobecker@gnat.com>
8387
8388 * dwarf2read.c (dwarf2_flag_true_p): New function.
8389 (die_is_declaration): Use the function above. Add some comments.
8390
8391 2004-04-19 Mark Kettenis <kettenis@gnu.org>
8392
8393 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
8394 architecture when registering sparcnbsd_core_osabi_sniffer.
8395 Adjust comment.
8396
8397 2004-04-18 Mark Kettenis <kettenis@gnu.org>
8398
8399 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
8400 return value.
8401
8402 Based on a patch from Brian Ford <ford@vss.fsi.com>:
8403 * i386-tdep.c: Correct register numbering scheme comments
8404 throughout.
8405 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
8406 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
8407 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
8408 (i386_gdb_arch_init): Likewise.
8409
8410 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
8411 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
8412 ppcnbsd-tdep.o.
8413
8414 * m68k-tdep.h: Tweak comments.
8415 * m68k-tdep.c: Tweak comment.
8416
8417 2004-04-17 Randolph Chung <tausq@debian.org>
8418
8419 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
8420 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
8421 (hppa_hpux_som_init_abi): Set is_elf to 0.
8422 (hppa_hpux_elf_init_abi): Set is_elf to 1.
8423 * hppa-tdep.c (low_text_segment_address): Remove global.
8424 (record_text_segment_lowaddr): Pass in low address as parameter. Use
8425 section offset to calculate segment address.
8426 (internalize_unwinds): Define low_text_segment_address as local and
8427 pass to record_text_segment_lowaddr for ELF targets.
8428 (hppa_gdbarch_init): Zero fill tdep structure.
8429 (hppa_dump_tdep): Print tdep structure.
8430 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
8431
8432 2004-04-17 Randolph Chung <tausq@debian.org>
8433
8434 * hppa-tdep.c (hppa_pseudo_register_read): Define.
8435 (hppa_gdbarch_init): Set pseudo_register_read.
8436 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
8437 * regcache.c (supply_register): Remove check for
8438 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
8439
8440 2004-04-17 Randolph Chung <tausq@debian.org>
8441
8442 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
8443 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
8444 (hpread_adjust_stack_address): Move to hpread.c.
8445 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8446 obj_private_struct): Move from tm-hppa.h.
8447 * hpread.c (hppa-tdep.h): Include.
8448 (hpread_adjust_stack_address): Move from hppa-tdep.c.
8449 (hpread_read_function_type, hpread_read_doc_function_type)
8450 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
8451 directly.
8452 * pa64solib.c (hppa-tdep.h): Include.
8453 * somsolib.c (hppa-tdep.h): Include.
8454 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
8455 inferior_status): Remove unused forward declarations.
8456 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
8457 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8458 obj_private_struct): Move to hppa-tdep.h.
8459 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
8460
8461 2004-04-17 Randolph Chung <tausq@debian.org>
8462
8463 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
8464 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
8465 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
8466 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
8467 Remove forward declaration and make static.
8468 (hppa_reg_struct_has_addr): Remove.
8469
8470 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8471
8472 * observer.sh: Move comments in sed command to first column.
8473
8474 2004-04-16 Jason Molenda (jmolenda@apple.com)
8475
8476 * frame.c: Minor typeo corrections in comments.
8477
8478 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8479
8480 * observer.c (observer_test_first_notification_function): Update
8481 function profile.
8482 (observer_test_second_notification_function): Likewise.
8483 (observer_test_third_notification_function): Likewise.
8484
8485 2004-04-16 Mark Kettenis <kettenis@gnu.org>
8486
8487 From Brian Ford <ford@vss.fsi.com>:
8488 * i386-tdep.c (i386_coff_init_abi): New function.
8489 * i386-tdep.h (i386_coff_init_abi): New prototype.
8490 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
8491 register number translation functions for DWARF and DWARF 2.
8492
8493 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8494
8495 * dwarf2read.c: Back out my previous change, it was incorrect.
8496
8497 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
8498
8499 * dwarf2read.c: Include "hashtab.h".
8500 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
8501 has_namespace_info.
8502 (struct partial_die_info): Add comments. Use bitfields to reduce
8503 memory footprint. Add scope, scope_set, has_specification,
8504 spec_offset, die_parent, die_child, and die_sibling.
8505 (peek_die_abbrev): Add prototype.
8506 (partial_read_comp_unit_head): New function, broken out from
8507 dwarf2_build_psymtabs_hard.
8508 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
8509 Use partial_read_comp_unit_head. Initialize the CU and
8510 comp_unit_obstack. Update calls to read_partial_die and
8511 scan_partial_symbols. Use free_stack_comp_unit and
8512 load_partial_dies.
8513 (scan_partial_symbols): Change PDI to a pointer. Use the child and
8514 sibling pointers to walk partial DIEs. Call fixup_partial_die.
8515 Update calls to helper functions. Remove NAMESPACE argument.
8516 Update comments.
8517 (partial_die_parent_scope, partial_die_full_name): New functions.
8518 (add_partial_symbol): Remove namespace argument. Update call to
8519 pdi_needs_namespace. Use partial_die_full_name. Handle
8520 DW_TAG_namespace. Check has_namespace_info flag.
8521 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
8522 tag. Handle namespaces.
8523 (add_partial_namespace, add_partial_enumeration): Simplify.
8524 (guess_structure_name): New function, derived from
8525 add_partial_structure.
8526 (add_partial_structure): Remove.
8527 (determine_class_name): Update comment.
8528 (dwarf2_read_abbrevs): Set has_namespace_info flag.
8529 (is_type_tag_for_partial, load_partial_dies): New functions.
8530 (read_partial_die): Pass abbrev and abbrev_len as arguments.
8531 Record specifications instead of following them immediately.
8532 (find_partial_die_in_comp_unit, find_partial_die)
8533 (fixup_partial_die, free_stack_comp_unit)
8534 (hashtab_obstack_allocate, dummy_obstack_deallocate)
8535 (partial_die_hash, partial_die_eq): New functions.
8536 * Makefile.in (hashtab_h): Define.
8537 (dwarf2read.o): Update dependencies.
8538 (observer_inc, observer_h): Move to the correct section.
8539
8540 2004-04-15 Joel Brobecker <brobecker@gnat.com>
8541
8542 * dwarf2read.c (dwarf2_attribute_true_p): New function.
8543 (die_is_declaration): Use the function above. Add comment.
8544
8545 2004-04-15 Joel Brobecker <brobecker@gnat.com>
8546
8547 * dwarf2read.c (read_structure_scope): Identify stub types
8548 using die_is_declaration() only.
8549
8550 2004-04-15 Roland McGrath <roland@redhat.com>
8551
8552 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
8553 argument instead of NAME.
8554 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
8555 in call to symbol_file_add_with_addrs_or_offsets.
8556 (build_addr_info): New function, helper for ...
8557 (symbol_file_add_from_memory): New function.
8558 (add_symbol_file_from_memory_command): New function using that.
8559 (_initialize_symfile): Register it for add-symbol-file-from-memory.
8560 (pre_add_symbol_hook): Add const to argument type.
8561 * symfile.h (symbol_file_add_from_memory): Declare it.
8562
8563 2004-04-15 Mark Kettenis <kettenis@gnu.org>
8564
8565 * NEWS (New native configurations): Mention OpenBSD/vax.
8566 * configure.host: Add vax-*-openbsd*.
8567 * config/vax/obsd.mh: New file.
8568 * config/vax/nm-obsd.h: New file.
8569
8570 * vax-tdep.c: Include "regset.h".
8571 (vax_supply_gregset): New function.
8572 (vax_gregset): New variable.
8573 (vax_regset_from_core_section): New function.
8574 (vax_gdbarch_init): Set regset_from_core_section.
8575 * Makefile.in (vax-tdep.o): Update dependencies.
8576
8577 2004-04-15 Andrew Cagney <cagney@redhat.com>
8578
8579 * observer.c (normal_stop_subject, observer_notify_normal_stop)
8580 (observer_normal_stop_notification_stub)
8581 (observer_attach_normal_stop, observer_detach_normal_stop):
8582 Delete, replaced by #include "observer.inc".
8583 * infrun.c (normal_stop): Pass "stop_bpstat" to
8584 observer_notify_normal_stop.
8585 * Makefile.in (observer_inc): Define.
8586 (observer.o): Update dependencies.
8587 (observer.h, observer.inc): New rules.
8588 * observer.h: Delete file.
8589 * observer.sh: New file.
8590
8591 2004-04-15 Mark Kettenis <kettenis@gnu.org>
8592
8593 * vax-tdep.c (vax_frame_cache): Fix typo.
8594
8595 2004-04-14 Mark Kettenis <kettenis@gnu.org>
8596
8597 * NEWS (New native configurations): Mention NetBSD/vax.
8598 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
8599 * config/vax/nbsdelf.mh: New file.
8600 * config/vax/nbsdaout.mh: New file.
8601 * config/vax/nm-nbsd.h: New file.
8602 * config/vax/nm-nbsdaout.h: New file.
8603
8604 * vaxnbsd-tdep.c: New file.
8605 * Makefile.in (vaxnbsd-tdep.o): New dependency.
8606 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
8607 * config/vax/nbsd.mt: New file.
8608 * config/vax/tm-nbsd.h: New file.
8609
8610 * Makefile.in (vaxbsd-nat.o): New dependency.
8611
8612 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
8613 * vax-tdep.c (vax_store_arguments): Remove struct_return and
8614 struct_addr arguments. Don't push return value address.
8615 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
8616 arguments to vax_store_arguments. Store return value address in
8617 R1.
8618 (vax_store_struct_return, vax_extract_return_value)
8619 (vax_store_return_value): Remove functions.
8620 (vax_return_value): New function.
8621 (vax_gdbarch_init): Set return value. Don't set
8622 deprecated_store_struct_return, deprecated_extract_struct_return
8623 and deprecated_store_return_value.
8624
8625 2004-04-14 Andreas Schwab <schwab@suse.de>
8626
8627 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
8628 value buffer.
8629 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
8630
8631 2004-04-14 Mark Kettenis <kettenis@gnu.org>
8632
8633 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
8634 (vax_unwind_dummy_id): New functions.
8635 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
8636 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
8637 variables.
8638 (vax_fix_call_dummy): Remove function.
8639 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
8640 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
8641 call_dummy_location, deprecated_call_dummy_words,
8642 deprecated_sizeof_call_dummy_words,
8643 deprecated_call_dummy_breakpoint_offset,
8644 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
8645 and deprecated_dummy_write_sp.
8646
8647 2004-04-13 David Carlton <carlton@kealia.com>
8648
8649 * MAINTAINERS: Move myself to "paper trail" section.
8650
8651 2004-04-12 Mark Kettenis <kettenis@gnu.org>
8652
8653 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
8654 "trad-frame.h".
8655 (vax_frame_init_saved_regs): Remove function.
8656 (vax_sigtramp_saved_pc): Remove function.
8657 (vax_frame_saved_pc): Remove function.
8658 (vax_frame_args_address): Remove function.
8659 (vax_frame_num_args): Rewrite.
8660 (vax_frame_chain): Remove function.
8661 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
8662 VAX_FP_REGNUM.
8663 (vax_pop_frame): Likewise.
8664 (vax_saved_pc_after_call): Remove function.
8665 (struct vax_frame_cache): New structure.
8666 (vax_frame_cache): New function.
8667 (vax_frame_this_id): New function.
8668 (vax_frame_prev_register): New function.
8669 (vax_frame_unwind): New variable.
8670 (vax_frame_sniffer): New function.
8671 (vax_frame_base_address): New function.
8672 (vax_frame_args_address): New function.
8673 (vax_frame_base): New variable.
8674 (vax_unwind_pc): New function.
8675 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
8676 deprecated_fp_regnum, deprecated_saved_pc_after_call,
8677 deprecated_frame_chain, deprecated_frame_saved_pc,
8678 deprecated_frame_args_address and
8679 deprecated_frame_init_saved_regs.
8680 * Makefile.in (vax-tdep.o): Update dependencies.
8681
8682 * vaxbsd-nat.c: New file.
8683
8684 * vax-tdep.h: Update copyright year. Adjust comments.
8685 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
8686 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
8687 (vax_regnum): New enum. Replacing...
8688 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
8689 (VAX_PS_REGNUM): ... these removed macros.
8690 * vax-tdep.c (vax_register_name): Remove prototype.
8691 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
8692 (vax_register_byte, vax_register_raw_size,
8693 vax_register_virtual_size, vax_register_virtual_type): Remove
8694 functions.
8695 (vax_register_type): New function.
8696 (vax_breakpoint_from_pc): Reorganize.
8697 (vax_gdbarch_init): Set register_type. Don't set
8698 deprecated_register_size, deprecated_register_bytes,
8699 deprecated_register_byte, deprecated_register_raw_size,
8700 deprecated_max_register_raw_size,
8701 deprecated_register_virtual_size,
8702 deprecated_max_register_virtual_size and
8703 deprecated_register_virtual_type. Add comment on stack direction.
8704
8705 2004-04-11 Mark Kettenis <kettenis@gnu.org>
8706
8707 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
8708 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
8709 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
8710
8711 2004-04-10 Randolph Chung <tausq@debian.org>
8712
8713 * MAINTAINERS (write after approval): Add myself.
8714
8715 2004-04-07 Randolph Chung <tausq@debian.org>
8716
8717 * hppa-tdep.c (hppa_inner_than): Remove.
8718 (is_pa_2): Remove unused static variable.
8719 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
8720
8721 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
8722
8723 * language.h (language_defn): Add new la_post_parser field.
8724 * parser-defs.h (null_post_parser): New declaration (default for
8725 la_post_parser).
8726
8727 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
8728 insert call to that function.
8729 (parse_exp_in_context): New function, including code formerly in
8730 parse_exp_1. Calls language-dependent post-parser after
8731 prefixification.
8732 (parse_expression_in_context): New exported function.
8733 (null_post_parser): New definition.
8734 * expression.h (parse_expression_in_context): Add declaration.
8735
8736 * p-lang.c (pascal_language_defn): Add trivial post-parser.
8737 * c-lang.c (c_language_defn): Ditto.
8738 (cplus_language_defn): Ditto.
8739 (asm_language_defn): Ditto.
8740 (minimal_language_defn): Ditto.
8741 * f-lang.c (f_language_defn): Ditto.
8742 * jv-lang.c (java_language_defn): Ditto.
8743 * language.c (unknown_language_defn): Ditto.
8744 (auto_language_defn): Ditto.
8745 (local_language_defn): Ditto.
8746 * m2-lang.c (m2_language_defn): Ditto.
8747 * scm-lang.c (scm_language_defn): Ditto.
8748 * obj-lang.c (objc_language_defn): Ditto.
8749
8750 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8751
8752 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
8753 (amd64nbsd_mcontext_addr): New function.
8754 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
8755 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
8756 with amd64nbsd_r_reg_offset, instead of building it on the fly.
8757
8758 * corelow.c (core_xfer_partial): Fix coding standards violation.
8759 Add support for TARGET_OBJECT_WCOOKIE.
8760
8761 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
8762 deprecated_pc_in_sigtramp.
8763 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
8764 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
8765 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
8766 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
8767 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
8768 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
8769 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
8770
8771 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
8772 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
8773 Fix typo.
8774
8775 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
8776 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
8777 (amd64_collect_fxsave): Likewise.
8778
8779 * i386-sol2-tdep.c: Include "gdb_string.h".
8780 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
8781 name.
8782 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8783
8784 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8785
8786 * i386-sol2-tdep.c: Include "solib-svr4.h".
8787 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8788 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8789 * config/i386/tm-i386sol2.h: Include :solib.h".
8790 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
8791 solib-svr4.o and solib-legacy.o.
8792 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
8793 solib-svr4.o.
8794
8795 2004-04-09 Mark Kettenis <kettenis@gnu.org>
8796
8797 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
8798 whether a register is supplied by PTRACE_GETFPREGS.
8799 (store_inferior_registers): Likewise.
8800 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
8801 whether a register is supplied by PT_GETFPREGS.
8802 (store_inferior_registers): Likewise.
8803
8804 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
8805 * config/i386/linux64.mt (TDEPFILES): Likewise.
8806
8807 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
8808
8809 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
8810 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8811 the program counter is in the range specified by `struct
8812 gdbarch_tdep'.
8813 * amd64-linux-tdep.c: Include "symtab.h".
8814 (amd64_linux_pc_in_sigtramp): Remove function.
8815 (amd64_linux_sigtramp_p): New function.
8816 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8817 deprecated_pc_in_sigtramp.
8818 * amd64nbsd-tdep.c: Include "symtab.h".
8819 (amd64nbsd_sigtramp_p): New function.
8820 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8821 deprecated_pc_in_sigtramp.
8822 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
8823 few comments.
8824 (amd64obsd_pc_in_sigtramp): Remove function.
8825 (amd64obsd_sigtramp_p): New function.
8826 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8827 deprecated_pc_in_sigtramp.
8828 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
8829 (i386bsd_pc_ins_sigtramp): Remove prototype.
8830 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
8831 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
8832 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8833 the program counter is in the range specified by `struct
8834 gdbarch_tdep'.
8835 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
8836 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
8837 (i386_go32_pc_in_sigtramp): Remove function.
8838 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
8839 Initialize TDEP->sigtramp_p.
8840 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
8841 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
8842 deprecated_pc_in_sigtramp.
8843 * i386-linux-tdep.c: Adjust comments.
8844 (i386_linux_pc_in_sigtramp): Remove function.
8845 (i386_linux_sigtramp_p): New function.
8846 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8847 deprecated_pc_in_sigtramp.
8848 * i386-nto-tdep.c: Update copyright year.
8849 (i386nto_pc_in_sigtramp): Remove function.
8850 (i386nto_sigtramp_p): New function.
8851 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
8852 SP_REGNUM.
8853 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
8854 deprecated_pc_in_sigtramp.
8855 * i386-sol2-tdep.c: Update copyright year.
8856 (i386_sol2_pc_in_sigtramp): Remove function.
8857 (i386_sol2_sigtramp_p): New function.
8858 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
8859 deprecated_pc_in_sigtramp.
8860 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
8861 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
8862 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8863 deprecated_sigtramp_start and deprecated_sigtramp_end.
8864 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
8865 (i386nbsd_pc_in_sigtramp): Remove function.
8866 (i386nbsd_sigtramp_p): New function.
8867 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8868 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8869 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
8870 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
8871 (i386obsd_pc_in_sigtramp): Remove function.
8872 (i386obsd_sigtramp_p): New function.
8873 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
8874 functions.
8875 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8876 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8877 TDEP->sigtramp_p.
8878 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
8879 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
8880 dependencies.
8881
8882 * config/i386/i386aout.mt: Remove file.
8883
8884 * configure.tgt: Remove i[34567]86-*-go32*,
8885 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
8886 and i[34567]86-*-isc*. Set gdb_target to i386 for
8887 i[34567]86-*-netware* and i[34567]86-*-*.
8888 * config/i386/i386.mt: New file.
8889 * config/i386/embed.mt: Remove file.
8890 * config/i386/go32.mt: Remove file.
8891 * config/i386/i386nw.mt: Remove file.
8892 * config/i386/i386v.mt: Remove file.
8893 * config/i386/tm-go32.h: Remove file.
8894
8895 * tui/tui-hooks.c: Include "readline/readline.h" after
8896 "gdb_curses.h" instead of before.
8897 * tui/tui-io.c: Likewise.
8898
8899 * tui/tui.c: Fix typo in comment.
8900
8901 * sparc64-tdep.c (sparc_address_from_register): Remove function.
8902
8903 2004-04-08 Andrew Cagney <cagney@redhat.com>
8904
8905 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
8906 (deprecated_exception_support_initialized): Declare.
8907 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
8908 (initialize_hp_cxx_exception_support)
8909 (child_enable_exception_callback): Update.
8910 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
8911 (deprecated_exception_support_initialized): Rename
8912 deprecated_exception_catchpoints_are_fragile and
8913 deprecated_exception_support_initialized.
8914 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
8915
8916 * symtab.c (deprecated_hp_som_som_object_present): Rename
8917 hp_som_som_object_present.
8918 * symtab.h (deprecated_hp_som_som_object_present): Declare.
8919 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
8920 Update. Delete extern declaration.
8921 * valops.c (hp_som_som_object_present): Ditto.
8922 * parse.c (deprecated_hp_som_som_object_present)
8923 (parse_nested_classes_for_hpacc): Ditto.
8924 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8925 * hppa-hpux-tdep.c (hp_som_som_object_present)
8926 (initialize_hp_cxx_exception_support): Ditto.
8927 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8928 * cp-valprint.c (hp_som_som_object_present)
8929 (cp_print_class_method): Ditto.
8930 * c-typeprint.c (hp_som_som_object_present):
8931 (c_type_print_base): Ditto.
8932 * c-exp.y (hp_som_som_object_present): Ditto.
8933
8934 2004-04-08 Andrew Cagney <cagney@redhat.com>
8935
8936 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
8937 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
8938 (frame_unwind_find_by_frame): Re-implement the unwind code so
8939 that it can both prepend and append sniffers. Replace
8940 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
8941 * tramp-frame.c (tramp_frame_append): Use
8942 frame_unwind_prepend_unwinder.
8943 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
8944 frame_unwind_register_unwinder.
8945 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
8946 tramp_frame_append.
8947 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8948 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
8949 (mips_linux_init_abi): Update.
8950
8951 2004-04-08 Kevin Buettner <kevinb@redhat.com>
8952
8953 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
8954 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
8955 file support.
8956
8957 2004-04-07 Kevin Buettner <kevinb@redhat.com>
8958
8959 * ia64-tdep.c (elf.h): Don't include.
8960 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
8961
8962 2004-04-07 Jason Molenda (jmolenda@apple.com)
8963
8964 * frame.h: Typeo corrections in comments.
8965
8966 2004-04-07 Jim Blandy <jimb@redhat.com>
8967
8968 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
8969 %esp and %ebp
8970
8971 2004-04-07 Mark Kettenis <kettenis@gnu.org>
8972
8973 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
8974 * config/sparc/linux64.mt (TDEPFILES): Likewise.
8975 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8976 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
8977 and solib-legacy.o.
8978 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
8979 solib-svr4.o.
8980 * config/sparc/tm-sol2.h: Update copyright year. Include
8981 "solib.h".
8982
8983 * sparc-sol2-tdep.c: Update copyright year. Include
8984 "solib-svr4.h".
8985 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8986 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
8987 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8988 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
8989 dependencies.
8990
8991 2004-04-06 Andrew Cagney <cagney@redhat.com>
8992
8993 * infttrace.c: Include "infttrace.h".
8994 * infttrace.h: Include "target.h".
8995 * Makefile.in (infttrace_h): Update.
8996 (infttrace.o): Update.
8997
8998 2004-04-06 Andrew Cagney <cagney@redhat.com>
8999
9000 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9001 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9002 move extern declarations from here ...
9003 * infttrace.h: ... to here.
9004 * Makefile.in (hppah-nat.o): Update dependencies.
9005
9006 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9007 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
9008 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
9009 (hppa_breakpoint_from_pc): Delete.
9010
9011 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9012
9013 2004-04-05 Andrew Cagney <cagney@redhat.com>
9014
9015 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9016 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9017 <sys/file.h>.
9018
9019 2004-04-06 Randolph Chung <tausq@debian.org>
9020
9021 Committed by Andrew Cagney (mechanical change).
9022 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9023 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9024 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9025 child_enable_exception_callback, current_ex_event,
9026 null_symtab_and_line, child_get_current_exception_event,
9027 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9028 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9029 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9030 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9031 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9032 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9033 Move hpux-specific definitions ...
9034 * hppa-hpux-tdep.c: ... to here.
9035
9036 2004-04-05 Andrew Cagney <cagney@redhat.com>
9037
9038 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9039 skip_prologue_using_sal.
9040
9041 2004-04-05 Andrew Cagney <cagney@redhat.com>
9042
9043 * config/i386/tm-i386.h: Delete file.
9044 * config/i386/tm-vxworks.h: Update copyright, do not include
9045 "tm-i386.h".
9046 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9047 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9048 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9049 * config/i386/ncr3000.mt (TM_FILE): Delete.
9050 * config/i386/interix.mt (TM_FILE): Delete.
9051 * config/i386/i386v.mt (TM_FILE): Delete.
9052 * config/i386/i386nw.mt (TM_FILE): Delete.
9053 * config/i386/i386gnu.mt (TM_FILE): Delete.
9054 * config/i386/i386aout.mt (TM_FILE): Delete.
9055 * config/i386/embed.mt (TM_FILE): Delete.
9056
9057 2004-04-05 Kevin Buettner <kevinb@redhat.com>
9058
9059 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9060 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9061 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9062 (accg7_regnum): New constants.
9063 (last_spr_regnum, last_pseudo_regnum): Update.
9064 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9065 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
9066 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9067 for accg registers.
9068 (frv_register_sim_regno): Update spr_map[].
9069
9070 2004-04-04 Andrew Cagney <cagney@redhat.com>
9071
9072 * config/mips/xm-riscos.h: Delete.
9073 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9074 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9075 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9076 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9077 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9078 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9079 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9080 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9081 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9082 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9083 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9084 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9085 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9086 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9087 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9088 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9089 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9090 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9091 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9092 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9093 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9094 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9095 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9096 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9097 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9098 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
9099
9100 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9101 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9102 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9103 * configure.host: Remove m680[01]0-sun-sunos3*,
9104 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9105 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9106 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9107 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9108 mips-*-riscos*.
9109 * NEWS: Mention removed systems.
9110
9111 2004-04-04 Andrew Cagney <cagney@redhat.com>
9112
9113 GDB 6.1 release created from 6.1 branch.
9114
9115 2004-04-04 Andrew Cagney <cagney@redhat.com>
9116
9117 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9118 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9119 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9120
9121 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9122 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9123 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9124
9125 2004-04-03 Jim Blandy <jimb@redhat.com>
9126
9127 * MAINTAINERS: Chris Faylor has changed employers; add him to
9128 "paper trail" section, and update his E-mail address.
9129
9130 2004-04-03 Andrew Cagney <cagney@redhat.com>
9131
9132 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9133 generic dummy frames.
9134 * dummy-frame.c: Update copyright.
9135 (dummy_frame_sniffer): Delete check for generic dummy frames.
9136
9137 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
9138 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
9139 (REG_PARM_STACK_SPACE): Delete.
9140 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9141 Inline reference to REG_PARM_STACK_SPACE.
9142
9143 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9144 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9145 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9146 (FRAME_BASE_BEFORE_SIGTRAMP)
9147 (hppa32_hpux_frame_base_before_sigtramp)
9148 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9149 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9150 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9151 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9152 (FRAME_BASE_BEFORE_SIGTRAMP)
9153 (hppa64_hpux_frame_base_before_sigtramp)
9154 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9155
9156 2004-04-03 Andrew Cagney <cagney@redhat.com>
9157
9158 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9159
9160 2004-04-02 Andrew Cagney <cagney@redhat.com>
9161
9162 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9163 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9164 * dummy-frame.h: Delete out-of-date comments.
9165 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9166 * gdbarch.h, gdbarch.c: Re-generate.
9167
9168 2004-04-02 Joel Brobecker <brobecker@gnat.com>
9169
9170 Committed by Andrew Cagney <cagney@redhat.com>.
9171 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9172 into account an instruction saving a register if we have already
9173 seen an earlier instruction saving that same register.
9174
9175 2004-04-02 Andrew Cagney <cagney@redhat.com>
9176
9177 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9178 * gdbarch.h, gdbarch.c: Re-generate.
9179 * frame.c (legacy_get_prev_frame): Delete references to
9180 DEPRECATED_INIT_FRAME_PC_FIRST.
9181
9182 * infrun.c (pc_in_sigtramp): Delete function.
9183 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9184 get_frame_type.
9185
9186 2004-04-02 Andrew Cagney <cagney@redhat.com>
9187
9188 * infrun.c (handle_step_into_function): Delete code conditional on
9189 legacy_frame_p.
9190 (handle_inferior_event, step_over_function): Ditto.
9191
9192 2004-04-02 Andrew Cagney <cagney@redhat.com>
9193
9194 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9195 "previous frame inner to this frame" test.
9196
9197 2004-04-02 Andrew Cagney <cagney@redhat.com>
9198
9199 * frame.c (safe_frame_unwind_memory): New function.
9200 * frame.h (safe_frame_unwind_memory): Declare. Update description
9201 of /safe_/ methods.
9202 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9203 "next_frame". Use safe_frame_unwind_memory.
9204 (tramp_frame_sniffer): Update call to tramp_frame_start.
9205
9206 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
9207
9208 * dwarf2read.c (dwarf2_objfile_data_key): New.
9209 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
9210 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
9211 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
9212 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
9213 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
9214 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
9215 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
9216 Remove variables.
9217 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
9218 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
9219 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
9220 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
9221 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
9222 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
9223 Remove macros.
9224 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
9225 data.
9226 (dwarf2_locate_sections, dwarf2_build_psymtabs)
9227 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
9228 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
9229 (read_partial_die, read_full_die, read_indirect_string)
9230 (dwarf_decode_line_header, dwarf_decode_macros)
9231 (dwarf2_symbol_mark_computed): Remove use of removed macros.
9232 Update uses of removed variables.
9233 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
9234 of removed macros.
9235 (_initialize_dwarf2_read): New function.
9236 * symfile.h (dwarf2_has_info): Update prototype.
9237 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
9238 * elfread.c (elf_symfile_read): Likewise.
9239
9240 2004-04-01 Jim Blandy <jimb@redhat.com>
9241
9242 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
9243 function for register numbers on all the rs6000-derived targets.
9244 (rs6000_gdbarch_init): Don't register a separate
9245 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
9246 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
9247 variants.
9248
9249 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
9250 numbering.
9251
9252 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
9253
9254 * valarith.c: Update copyright notice.
9255 (value_add): Handle range types.
9256 (value_sub): Ditto.
9257 (value_equal): Ditto.
9258 (value_less): Ditto.
9259 (value_neg): Ditto.
9260 (value_complement): Ditto.
9261 (value_binop): Simplify slightly by using is_integral_type and
9262 eliminiating unnecessary COERCE_ENUMs.
9263
9264 2004-03-31 Andrew Cagney <cagney@redhat.com>
9265
9266 * frame.h (frame_unwind_id): Declare.
9267 * frame.c (frame_unwind_id): New function.
9268 (get_prev_frame_1): New function.
9269 (frame_debug_got_null_frame): New function.
9270 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
9271 code proper to prev_frame, update description.
9272 * infrun.c (step_over_function): Use frame_unwind_id.
9273
9274 2004-04-31 J. Brobecker <brobecker@gnat.com>
9275
9276 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
9277 (hppa64_push_dummy_call): Likewise.
9278
9279 2004-03-30 Jim Blandy <jimb@redhat.com>
9280
9281 From Ulrich Weigand:
9282 * utils.c (query): Do not use a va_list variable multiple times.
9283
9284 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
9285
9286 * Makefile.in (linux_nat_h): Update dependencies.
9287 * configure.in: Check for <gnu/libc-version.h>.
9288 * configure: Regenerate.
9289 * config.in: Regenerate.
9290 * linux-nat.h: Include "target.h". Add waitstatus field to
9291 struct lwp_info.
9292 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
9293 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
9294 to.
9295 (lin_lwp_handle_extended): New function. Handle clone events.
9296 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
9297 thread exit events.
9298 (child_wait): Handle clone events.
9299 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
9300 * linux-nat.c (linux_enable_event_reporting): Turn on
9301 PTRACE_O_TRACECLONE.
9302 (linux_handle_extended_wait): Handle clone events.
9303 * thread-db.c: Include <gnu/libc-version.h>.
9304 (struct private_thread_info): Add dying flag.
9305 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
9306 higher.
9307 (attach_thread): Update comments. Handle dying threads.
9308 (detach_thread): Set the dying flag.
9309 (check_event): Always call attach_thread.
9310
9311 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
9312
9313 * mips-tdep.c (mips_pdr_data): New.
9314 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
9315 (_initialize_mips_tdep): Initialize mips_pdr_data.
9316
9317 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
9318
9319 * minsyms.c (install_minimal_symbols): Move dropping leading
9320 char from linkage name from here...
9321 (prim_record_minimal_symbol_and_info): ...to here. Simplify
9322 test for "__gnu_compiled*" symbols.
9323
9324 2004-03-28 Jim Blandy <jimb@redhat.com>
9325
9326 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
9327 registers to temp register r0 and byte stores as prologue
9328 instructions.
9329
9330 2004-03-28 Andrew Cagney <cagney@redhat.com>
9331
9332 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
9333 arm*-*-*.
9334
9335 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9336
9337 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
9338 and switch the layout to force a display of register window.
9339
9340 2004-02-26 J. Brobecker <brobecker@gnat.com>
9341
9342 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
9343 of the INTEGER class.
9344
9345 2004-03-26 Jim Blandy <jimb@redhat.com>
9346
9347 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
9348 bytes long on PPC GNU/Linux.
9349
9350 2004-03-26 David Carlton <carlton@kealia.com>
9351
9352 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
9353
9354 2004-03-25 Andrew Cagney <cagney@redhat.com>
9355
9356 * PROBLEMS: Add general section titles, remove references to
9357 specific releases.
9358
9359 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
9360
9361 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
9362 INT_REGISTER_SIZE.
9363 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
9364 FP_REGISTER_VIRTUAL_SIZE.
9365 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
9366 of DEPRECATED_REGISTER_RAW_SIZE.
9367 (arm_register_type): Add gdbarch argument.
9368 (arm_register_raw_size, arm_register_virtual_size): Delete.
9369 (arm_register_byte, arm_extract_return_value)
9370 (arm_store_return_value, arm_get_longjmp_target): Update references
9371 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
9372 (arm_gdbarch_init): Likewise. Don't set
9373 deprecated_register_raw_size, deprecated_register_virtual_size,
9374 deprecated_max_register_raw_size,
9375 deprecated_max_register_virtual_size, or
9376 deprecated_max_register_virtual_type. Do set register_type.
9377 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
9378 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
9379 (FP_REGISTER_VIRTUAL_SIZE): Delete.
9380 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
9381 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
9382 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
9383 INT_REGISTER_SIZE.
9384 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
9385 (remote_rdp_store_register): Likewise.
9386
9387 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
9388
9389 * Makefile.in (mips-linux-tdep.o): Update dependencies.
9390 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
9391 to after osabi initialization.
9392 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
9393 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
9394 functions.
9395 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
9396 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
9397 variables.
9398 (mips_linux_init_abi): Append signal trampoline unwinders.
9399
9400 2004-03-24 Andrew Cagney <cagney@redhat.com>
9401
9402 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
9403 * tramp-frame.c: Include "gdb_assert.h".
9404 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
9405 correct sizeof.
9406 (tramp_frame_append): Validate the tramp frame's instructions.
9407 * Makefile.in (tramp-frame.o): Update dependencies.
9408
9409 2004-03-23 Andrew Cagney <cagney@redhat.com>
9410
9411 * trad-frame.h (trad_frame_set_reg_addr): Declare.
9412
9413 2004-03-23 Andrew Cagney <cagney@redhat.com>
9414
9415 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
9416 Nasser as past testsuite/lib/ (and other) maintainers.
9417
9418 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
9419
9420 * infcmd.c (attach_command): Reread symbols if we already have
9421 an exec file.
9422
9423 2004-03-23 Andrew Cagney <cagney@redhat.com>
9424
9425 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
9426
9427 2004-03-23 Andrew Cagney <cagney@redhat.com>
9428
9429 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
9430 * gdbarch.h, gdbarch.c: Re-generate.
9431 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9432 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9433 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9434 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
9435 (DEPRECATED_SIGTRAMP_START): Update.
9436 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
9437 (DEPRECATED_SIGTRAMP_START): Update.
9438 * blockframe.c (find_pc_sect_partial_function): Update.
9439 * arch-utils.c (legacy_pc_in_sigtramp): Update.
9440
9441 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
9442
9443 * remote.c (remote_open_1): Reopen the exec file and reread symbols
9444 if necessary.
9445
9446 2004-03-23 Andrew Cagney <cagney@redhat.com>
9447
9448 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
9449 predicate, deprecate.
9450 * gdbarch.h, gdbarch.c: Re-generate.
9451 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
9452 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
9453 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
9454 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
9455 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
9456 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
9457 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
9458 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
9459 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
9460 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
9461 * blockframe.c (find_pc_partial_function): Update.
9462 * breakpoint.c (bpstat_what): Update.
9463 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
9464 * frv-linux-tdep.c (frv_linux_init_abi): Update.
9465 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
9466 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
9467 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9468 * i386-linux-tdep.c (i386_linux_init_abi): Update.
9469 * i386-nto-tdep.c (i386nto_init_abi): Update.
9470 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
9471 * i386-tdep.c (i386_sigtramp_frame_sniffer)
9472 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
9473 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9474 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9475 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9476 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
9477 * infrun.c (pc_in_sigtramp): Update.
9478 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
9479 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9480 * mips-tdep.c (mips_gdbarch_init): Update.
9481 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
9482 * ppc-linux-tdep.c: Update comment.
9483 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
9484 * shnbsd-tdep.c (shnbsd_init_abi): Update.
9485 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
9486 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
9487 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
9488 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
9489 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
9490 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
9491 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
9492 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
9493
9494 2004-03-23 Andrew Cagney <cagney@redhat.com>
9495
9496 * tramp-frame.h, tramp-frame.h: New files.
9497 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
9498 Update rules to include "tramp-frame.h" and "tramp-frame.c".
9499
9500 * Makefile.in: Update all dependencies.
9501
9502 2004-03-23 Andrew Cagney <cagney@redhat.com>
9503
9504 * Makefile.in (trad_frame_h): Add $(frame_h).
9505 * trad-frame.h: Update copyright. Include "frame.h".
9506 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
9507 (trad_frame_set_id, trad_frame_get_id): Declare.
9508 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
9509 * trad-frame.c: Update copyright.
9510 (struct trad_frame_cache): Define.
9511 (trad_frame_cache_zalloc): New function.
9512 (trad_frame_set_id, trad_frame_get_id): New functions.
9513 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
9514
9515 2004-03-22 Andrew Cagney <cagney@redhat.com>
9516
9517 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
9518 s390_pltstub_unwind_cache.
9519 (s390_stub_frame_unwind_cache): Rename
9520 s390_pltstub_frame_unwind_cache.
9521 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
9522 (s390_stub_frame_prev_register): Rename
9523 s390_pltstub_frame_prev_register.
9524 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
9525 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
9526
9527 From Ulrich Weigand:
9528 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
9529 pointer calls like PLT calls.
9530
9531 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
9532
9533 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
9534 PC rather than the partial function start address. Use the start
9535 address to sanity check the found PDR.
9536
9537 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
9538
9539 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
9540 linux_handle_extended_wait.
9541
9542 2004-03-22 Andrew Cagney <cagney@redhat.com>
9543
9544 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
9545 function.
9546
9547 * frame.h (generic_pop_current_frame): Delete declaration.
9548 (deprecate_pop_dummy_frame): Deprecate
9549 generic_pop_dummy_frame.
9550 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
9551 (generic_pop_current_frame): Delete function.
9552 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
9553 generic_pop_current_frame.
9554 * v850-tdep.c (v850_pop_frame): Update.
9555 * mcore-tdep.c (mcore_pop_frame): Update.
9556 * sh64-tdep.c (sh64_pop_frame): Update.
9557 * h8300-tdep.c (h8300_pop_frame): Update.
9558
9559 2004-03-22 Andrew Cagney <cagney@redhat.com>
9560
9561 * frame.h (deprecated_pc_in_call_dummy): Rename
9562 generic_pc_in_call_dummy.
9563 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
9564 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
9565 generic_pc_in_call_dummy.
9566 (pc_in_dummy_frame): Make static.
9567 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
9568 * gdbarch.h, gdbarch.c: Re-generate.
9569 * dummy-frame.c (dummy_frame_sniffer): Simplify.
9570 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
9571 (legacy_get_prev_frame): Ditto.
9572 * inferior.h: Delete reference to generic_pc_in_call_dummy in
9573 comment.
9574
9575 2004-03-21 Andrew Cagney <cagney@redhat.com>
9576
9577 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
9578 declaration and out-of-date comment.
9579 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9580 Delete function.
9581 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
9582 deprecated_pc_in_call_dummy.
9583
9584 * infrun.c (handle_inferior_event): For non legacy frames, use the
9585 frame ID and frame type to identify a signal trampoline. Update
9586 comments.
9587
9588 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
9589
9590 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
9591 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
9592
9593 2004-03-21 Andrew Cagney <cagney@redhat.com>
9594
9595 * frame-unwind.h: Update copyright.
9596 (struct frame_data): Add opaque declaration.
9597 (frame_sniffer_ftype): Declare.
9598 (struct frame_unwind): Add "unwind_data" and "sniffer".
9599 (frame_unwind_register_unwinder): Declare.
9600 (frame_unwind_find_by_frame): Add parameter "this_cache".
9601 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
9602 (legacy_get_prev_frame, legacy_get_prev_frame)
9603 (get_frame_type): Pass the prologue_cache to
9604 frame_unwind_find_by_frame.
9605 * frame-unwind.c (struct frame_unwind_table_entry): Add field
9606 "unwinder".
9607 (frame_unwind_register_unwinder): New function.
9608 (frame_unwind_find_by_frame): Handle an unwind sniffer.
9609
9610 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
9611
9612 * bcache.c (print_percentage): Use floating point to avoid
9613 incorrect results when portion*100 overflows.
9614
9615 2004-03-19 Kevin Buettner <kevinb@redhat.com>
9616
9617 * ppc_tdep.h (ppc_linux_frame_saved_pc)
9618 (ppc_linux_init_extra_frame_info)
9619 (ppc_linux_frameless_function_invocation)
9620 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
9621 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
9622 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
9623 (rs6000_frame_chain): Delete declarations.
9624 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
9625 (ppc_linux_init_extra_frame_info)
9626 (ppc_linux_frameless_function_invocation)
9627 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
9628 (ppc_linux_init_abi): Remove registration of above deleted functions.
9629 * rs6000-tdep.c (rs6000_init_extra_frame_info)
9630 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
9631 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
9632 (rs6000_pop_frame, rs6000_frameless_function_invocation)
9633 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
9634 (rs6000_gdbarch_init): Remove registration of above deleted functions.
9635 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
9636 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
9637 frame management for all OSABIs.
9638
9639 2004-03-19 Andrew Cagney <cagney@redhat.com>
9640
9641 Committed by Kevin Buettner <kevinb@redhat.com>.
9642
9643 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
9644 Update copyright.
9645 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
9646 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
9647 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
9648 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
9649 unwinders. #ifdef legacy frame code.
9650 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9651 "frame-base.h".
9652 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
9653 (struct rs6000_frame_cache, rs6000_frame_cache)
9654 (rs6000_frame_this_id, rs6000_frame_prev_register)
9655 (rs6000_frame_sniffer, rs6000_frame_unwind)
9656 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
9657 (rs6000_frame_base): Implement a traditional frame unwinder.
9658 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
9659 frame unwinder.
9660
9661 2004-03-19 Kevin Buettner <kevinb@redhat.com>
9662
9663 * breakpoint.c (adjust_breakpoint_address): Don't adjust
9664 breakpoint address for watchpoints or the catch eventpoints.
9665 Add new paramter ``bptype''. Adjust all callers.
9666
9667 2004-03-19 Andrew Cagney <cagney@redhat.com>
9668
9669 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
9670
9671 * PROBLEMS: Delete note that ARM does not use frame code, problem
9672 fixed.
9673
9674 2004-03-18 Andrew Cagney <cagney@redhat.com>
9675
9676 * stack.c (return_command): Delete code wrapped in #ifdef
9677 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
9678
9679 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
9680
9681 2004-03-18 Andrew Cagney <cagney@redhat.com>
9682
9683 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
9684 DEPRECATED_IN_SIGTRAMP.
9685 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9686 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
9687 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9688 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9689 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9690 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9691 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9692 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9693 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
9694 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
9695
9696 2004-03-18 Andrew Cagney <cagney@redhat.com>
9697
9698 * frame-base.c: Update copyright. Include "gdb_obstack.h".
9699 (struct frame_base_table_entry): Define.
9700 (struct frame_base_table): Re-implement as a linked list.
9701 (frame_base_init): Re-implement.
9702 (frame_base_table): Delete function.
9703 (append_predicate): Delete function.
9704 (frame_base_append_sniffer): Update.
9705 (frame_base_set_default): Update.
9706 (frame_base_find_by_frame): Update.
9707 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
9708 * Makefile.in (frame-base.o): Update dependencies.
9709
9710 2004-03-17 Andrew Cagney <cagney@redhat.com>
9711
9712 * frame.c (legacy_get_prev_frame): Pass correct frame to
9713 frame_unwind_find_by_frame.
9714
9715 2004-03-17 David Carlton <carlton@kealia.com>
9716
9717 * NEWS: Mention C++ nested types and namespaces
9718
9719 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
9720
9721 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
9722 and "Regressions since gdb 5.3.". Add known regressions since
9723 gdb 6.0.
9724
9725 2004-03-16 David Carlton <carlton@kealia.com>
9726
9727 * dwarf2read.c (process_structure_scope): Process children even
9728 when we're a declaration.
9729
9730 2004-03-16 Andrew Cagney <cagney@redhat.com>
9731
9732 * symtab.h (find_pc_sect_partial_function): Delete declaration.
9733 * blockframe.c (find_pc_partial_function)
9734 (find_pc_sect_partial_function): Merge into a single
9735 find_pc_partial_function.
9736
9737 2004-03-16 Mark Kettenis <kettenis@gnu.org>
9738
9739 * i386bsd-nat.c: s/regno/regnum/g.
9740 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
9741 FP0_REGNUM.
9742 (store_inferior_registers): Likewise.
9743
9744 2004-03-16 Mark Kettenis <kettenis@gnu.org>
9745
9746 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
9747 of i387_fill_fsave.
9748 (store_inferior_registers): Call i387_collect_fsave and
9749 i387_collect_fxsave instead of i387_fill_fsave and
9750 i387_fill_fxsave.
9751
9752 2004-03-15 Andrew Cagney <cagney@redhat.com>
9753
9754 * Makefile.in (frame-unwind.o): Update dependencies.
9755 * frame-unwind.c: Include "gdb_obstack.h".
9756 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
9757 parameter.
9758 (append_predicate): Delete function.
9759 (struct frame_unwind_table_entry): New structure.
9760 (struct frame_unwind_table): Replace "sniffer" with "head" and
9761 "tail".
9762 (frame_unwind_append_sniffer): Update.
9763 (frame_unwind_find_by_frame): Update.
9764 (_initialize_frame_unwind): Registe frame_unwind_init using
9765 gdbarch_data_register_pre_init.
9766
9767 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9768
9769 * i386bsd-nat.c: Update copyright year.
9770 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
9771 define unconditionally.
9772
9773 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9774
9775 * i387-tdep.h (i387_collect_fsave): New prototype.
9776 * i387-tdep.c (i387_collect_fsave): New function containing most
9777 of the code from i387_fill_fsave.
9778 (i387_fill_fsave): Call i387_collect_fsave.
9779
9780 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9781
9782 * i386-linux-tdep.c: Update copyright year.
9783 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
9784 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
9785 svr4_ilp32_link_map_offsets instead of
9786 i386_linux_svr4_fetch_link_map_offsets.
9787
9788 2004-03-15 David Carlton <carlton@kealia.com>
9789
9790 Fix for PR c++/1553:
9791 * dwarf2read.c (read_structure_type): Determine type name by
9792 calling determine_class_name.
9793 (determine_class_name): New.
9794 (determine_prefix): Look at TYPE_TAG_NAME and call
9795 determine_class_name when appropriate.
9796 (determine_prefix_aux, class_name): Delete.
9797 (read_namespace): Set die->type.
9798
9799 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9800
9801 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
9802 unused macro definition. The definition in target.h (or perhaps
9803 elsewhere) takes precedence.
9804
9805 2004-03-15 Andrew Cagney <cagney@redhat.com>
9806
9807 * ppc-tdep.h: Update copyright.
9808 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
9809 function signatures to match "regsets.h".
9810 * ppc-linux-tdep.c: Include "regset.h".
9811 (ELF_GREGSET_SIZE): Delete.
9812 (right_supply_register): New function.
9813 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
9814 using right_supply_register.
9815 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
9816 functions.
9817 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
9818 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
9819 (_initialize_ppc_linux_tdep): Do not register
9820 ppc_linux_regset_core_fns.
9821 (ppc_linux_regset_from_core_section): Replace
9822 fetch_core_registers.
9823 (ppc_linux_regset_core_fns): Delete.
9824 * ppc-linux-nat.c: (right_fill_reg): New function.
9825 (supply_gregset): Update call to ppc_linux_supply_gregset.
9826 (fill_gregset): Clear the register set, use right_fill_reg.
9827 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
9828 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
9829
9830 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
9831 unsigned.
9832
9833 2004-03-15 Andrew Cagney <cagney@redhat.com>
9834
9835 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
9836 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
9837 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
9838 and register_gdbarch_data.
9839 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
9840 (struct gdbarch_data): Replace "init" by "pre_init" and
9841 "post_init".
9842 * gdbarch.h, gdbarch.c: Re-generate.
9843 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
9844 with"obstack", use OBSTACK_ZALLOC.
9845 (dwarf2_frame_ops): Delete.
9846 (dwarf2_frame_set_init_reg): Use gdbarch_data.
9847 (dwarf2_frame_init_reg): Use gdbarch_data.
9848 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
9849 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
9850 (_initialize_svr4_solib): Update.
9851 * user-regs.c (_initialize_user_regs): Update.
9852 * reggroups.c (_initialize_reggroup): Update.
9853 * regcache.c (_initialize_regcache): Update.
9854 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9855 * libunwind-frame.c (_initialize_libunwind_frame): Update.
9856 * gnu-v3-abi.c (init_gnuv3_ops): Update.
9857 * frame-unwind.c (_initialize_frame_unwind): Update.
9858 * frame-base.c (_initialize_frame_base): Update.
9859 * user-regs.c (user_reg_add): Update.
9860 * reggroups.c (reggroup_add): Update.
9861 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
9862 * libunwind-frame.c (libunwind_frame_set_descr): Update.
9863 * frame-unwind.c (frame_unwind_append_sniffer): Update.
9864 * frame-base.c (frame_base_table): Update.
9865 * remote.c (_initialize_remote): Update.
9866 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
9867
9868 2004-03-15 Andrew Cagney <cagney@redhat.com>
9869
9870 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
9871
9872 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9873
9874 * Makefile.in (frv-linux-tdep.o): Add dependencies.
9875 * frv-linux-tdep.c: New file.
9876 * frv-tdep.c (struct gdbarch_tdep): Add new field
9877 ``sigcontext_reg_addr''.
9878 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
9879 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
9880 (frv_sigramp_frame_sniffer): New functions.
9881 (frv_sigtramp_frame_unwind): New static global.
9882 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
9883 sniffers.
9884 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
9885 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
9886
9887 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9888
9889 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
9890 but not via a call to error(), when unable to read memory.
9891
9892 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9893
9894 * frv-tdep.c (frv_call_dummy_words): Delete.
9895 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
9896
9897 2004-03-15 Andrew Cagney <cagney@redhat.com>
9898
9899 * infrun.c (handle_step_into_function, step_over_function): Only
9900 update and use STEP_FRAME_ID when the system is using legacy
9901 frames. Update comments.
9902
9903 2004-03-14 Mark Kettenis <kettenis@gnu.org>
9904
9905 * amd64-linux-tdep.h: Remove file.
9906 * amd64-linux-tdep.c: Don't include "inferior.h" and
9907 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
9908 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
9909 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
9910 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
9911 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
9912 macros.
9913 (user_to_gdb_regmap): Remove variable.
9914 (amd64_linux_gregset_reg_offset): New variable.
9915 (amd64_core_fns): Remove variable.
9916 (fetch_core_registers): Remove function.
9917 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
9918 functions.
9919 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
9920 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
9921 * Makefile.in (amd64_linux_tdep_h): Remove.
9922 (amd64-linux-nat.o): Update dependencies.
9923 (amd64-linux-tdep.o): Update dependencies.
9924
9925 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
9926 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
9927 functions.
9928 (fetch_inferior_registers, store_inferior_registers): Rewrite.
9929
9930 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
9931 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
9932
9933 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
9934
9935 * dwarf2read.c (read_structure_type): Rename from
9936 read_structure_scope. Don't create a symbol or call process_die.
9937 Return immediately if die->type is set. Call read_type_die before
9938 dwarf2_add_member_fn.
9939 (process_structure_scope): New function.
9940 (read_enumeration_type, process_enumeration_scope): New functions,
9941 broken out from read_enumeration. Don't create the enumeration
9942 type if it has already been created.
9943 (read_enumeration): Removed.
9944 (process_die): Call read_structure_type, process_structure_scope,
9945 read_enumeration_type, and process_enumeration_scope. Just call
9946 new_symbol for base and subrange types. Add a comment about other
9947 type dies.
9948 (read_type_die): Call read_enumeration_type.
9949 (add_partial_structure, new_symbol): Update comments.
9950
9951 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9952
9953 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
9954
9955 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9956
9957 * tui/tui-win.h (tui_get_cmd_list): Declare.
9958 * tui/tui-win.c (tui_command): New function.
9959 (tui_get_cmd_list): New function.
9960 (_initialize_tui_win): Moved initialization of tui command in
9961 tui_get_cmd_list.
9962
9963 * tui/tui-data.c (init_content_element): Setup new data members.
9964 (init_win_info): Likewise.
9965 (free_content_elements): Free it.
9966 * tui/tui-data.h (struct tui_data_element): Store the register
9967 content to print.
9968 (struct tui_data_info): Keep the current register group.
9969
9970 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
9971
9972 * tui/tui-regs.h (tui_show_registers): Update prototype.
9973 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
9974 (tui_resize_all): No need to calculate anything for register window.
9975 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
9976 (tui_set_register_element, tui_set_general_regs_content): Remove.
9977 (tui_set_special_regs_content): Remove.
9978 (tui_set_general_and_special_regs_content): Remove.
9979 (tui_set_float_regs_content): Remove.
9980 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
9981 (tui_set_regs_content): Remove.
9982 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
9983 (tui_v_show_registers_command_support): Remove.
9984 (tui_show_registers): Use a reggroup to specify the registers to show.
9985 (tui_show_register_group): New function.
9986 (tui_display_registers_from): Compute the layout of register window
9987 and refresh with new API; be sure to delete old register windows.
9988 (tui_check_register_values): Update to use tui_get_register and
9989 tui_display_data.
9990 (tui_display_register): Just refresh the register window part.
9991 (tui_register_format): Format registers and save in tui_data_element.
9992 (tui_get_register): New to combine tui_reg_value_has_changed and
9993 tui_get_register_raw_value; fix to use the new gdb API.
9994 (tui_show_float_command): Renamed tui_reg_float_command.
9995 (tui_show_general_command): Renamed tui_reg_general_command.
9996 (tui_show_special_command): Renamed tui_reg_system_command.
9997 (_initialize_tui_regs): Remove unused commands.
9998
9999 2004-03-13 Mark Kettenis <kettenis@gnu.org>
10000
10001 * NEWS (New native configurations): Mention OpenBSD/amd64.
10002
10003 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10004 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10005 Remove defines.
10006 * config/i386/nm-fbsd64.h: Likewise.
10007 * config/i386/nm-obsd.h: Likewise.
10008 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10009 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10010
10011 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10012
10013 * frv-tdep.c (set_variant_scratch_registers): New function.
10014 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10015 New constants.
10016
10017 From Richard Sandiford <rsandifo@redhat.com>:
10018 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10019
10020 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10021
10022 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10023 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10024 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10025 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10026 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10027 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10028 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10029 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10030 definitions from frv-tdep.c to frv-tdep.h.
10031
10032 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10033
10034 Add shared library support for FR-V FDPIC ABI:
10035 * Makefile.in (solib-frv.o): Add dependencies.
10036 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10037 New functions.
10038 (frv_push_dummy_call): Add support for FDPIC ABI.
10039 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10040 for FDPIC ABI.
10041 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10042 (frv_fdpic_find_canonical_descriptor): Declare.
10043 * solib-frv.c: New file.
10044 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10045 * config/frv/tm-frv.h (solib.h): Include.
10046
10047 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10048
10049 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10050 (frv-tdep.o): Update dependencies.
10051 * frv-tdep.h: New file.
10052 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10053 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10054 constants.
10055 (struct gdbarch_tdep): Add new member ``frv_abi''.
10056 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10057 functions.
10058 (new_variant): Set ``frv_abi'' field.
10059 (gdb_arch_init): Detect FDPIC executables.
10060
10061 2004-03-12 Mark Kettenis <kettenis@gnu.org>
10062
10063 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10064 wrapper.
10065
10066 2004-03-11 Andrew Cagney <cagney@redhat.com>
10067
10068 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10069
10070 2004-03-11 Kevin Buettner <kevinb@redhat.com>
10071
10072 * solist.h (master_so_list): New function.
10073 * solib.c (master_so_list): Likewise.
10074 * solib-svr4.c (enable_break): Iterate over so_list entries
10075 obtained from master list instead of entries obtained directly
10076 via svr4_current_sos().
10077
10078 2004-03-10 Ben Elliston <bje@gnu.org>
10079
10080 * MAINTAINERS: Update my mail address.
10081
10082 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10083
10084 * remote-m32r-sdi.c: Support hardware watchpoint.
10085
10086 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10087
10088 * user-regs.c: Update copyright years.
10089 (struct user_regs): Rename to gdb_user_regs.
10090 (append_user_reg, builtin_user_regs, user_regs_init)
10091 (user_reg_add, user_reg_map_name_to_regnum)
10092 (usernum_to_user_reg): Update.
10093
10094 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10095
10096 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10097 (skip_children): New functions.
10098 (locate_pdi_sibling): Call skip_children.
10099
10100 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10101
10102 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10103 * gdbtypes.c (check_typedef): Update comments.
10104
10105 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10106
10107 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10108 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10109 pointer. Update comment about comp_unit_head.
10110 (struct abbrev_info): Shorten two int flags.
10111 (dwarf_alloc_abbrev): Take a CU argument.
10112 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10113 each time through the loop. Update cleanup argument.
10114 (psymtab_to_symtab_1): Update cleanup call.
10115 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10116 abbrev_obstack.
10117 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10118 Just call obstack_free and clear the pointer.
10119
10120 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10121
10122 * infrun.c (handle_inferior_event): Remove short-circuit code for
10123 events in a different thread.
10124
10125 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10126
10127 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10128 print the whole transfer.
10129 (initialize_targets): Update description of "set debug target".
10130
10131 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10132
10133 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10134
10135 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
10136
10137 * MAINTAINERS (write after approval): Add myself.
10138
10139 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10140
10141 * sh-tdep.c (sh_print_registers_info): Use for loop.
10142 Don't skip multiple registers when a float register is encountered.
10143
10144 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10145
10146 Fix PR tdep/1291.
10147 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10148 to official SH documentation.
10149
10150 2004-03-07 Andrew Cagney <cagney@redhat.com>
10151
10152 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10153 unused function.
10154
10155 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
10156
10157 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10158 (arm_get_next_pc): Handle BX and BLX.
10159
10160 2004-03-07 Andrew Cagney <cagney@redhat.com>
10161
10162 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10163 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10164 HPPA_SP_REGNUM.
10165 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10166 (hppa_target_read_fp): Delete.
10167 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10168 register_virtual_size, max_register_raw_size,
10169 max_register_virtual_size, register_byte, register_size,
10170 target_read_fp, fp_regnum, and register_bytes. Set register_type
10171 instead of register_virtual_type.
10172 (hppa32_register_type, hppa64_register_type): Replace
10173 hppa32_register_virtual_type and hppa64_register_virtual_type.
10174 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10175 (HPPA_FP_REGNUM): Define.
10176
10177 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10178
10179 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10180 (pa_do_registers_info): Delete.
10181 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
10182 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
10183 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
10184
10185 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10186 GDB_TARGET_IS_HPPA code.
10187 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
10188 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
10189 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10190 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
10191 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10192 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10193 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
10194 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
10195 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10196 (hppa_frameless_function_invocation, hppa64_store_return_value)
10197 (hppa_store_struct_return, hppa64_extract_return_value)
10198 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
10199 (hppa32_call_dummy_length, hppa64_call_dummy_length)
10200 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
10201 (find_proc_framesize, deposit_21, restore_pc_queue)
10202 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
10203 (rp_saved, pc_in_linker_stub): Delete.
10204
10205 Unconditionally enable 64-bit frame and ABI code.
10206 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10207 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10208 push_dummy_frame, fix_call_dummy, push_arguments,
10209 call_dummy_location, extract_return_value, use_struct_convention,
10210 store_return_value, store_struct_return, saved_pc_after_call,
10211 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
10212 frame_chain, frame_chain_valid, frameless_function_invocation,
10213 frame_saved_pc, and pop_frame.
10214
10215 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
10216 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
10217 (hppa_gdbarch_init): Do not set PC_REGNUM.
10218
10219 2004-03-06 Mark Kettenis <kettenis@gnu.org>
10220
10221 * config/alpha/tm-fbsd.h: Remove file.
10222 * config/alpha/fbsd.mt: Tweak comment.
10223 (TM_FILE): Set to tm-alpha.h.
10224
10225 2004-03-05 Andrew Cagney <cagney@redhat.com>
10226
10227 * infrun.c (step_over_function): When non-legacy code, and no
10228 step_frame_id, use the unwinder to get the caller's frame ID.
10229
10230 2004-03-05 Mark Kettenis <kettenis@gnu.org>
10231
10232 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
10233 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
10234 bfd_arch_unknown. Adjust comment.
10235
10236 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
10237 * i386obsd-tdep.c: Correct spelling in comment.
10238 * i386nbsd-tdep.c: Correct spelling in comment.
10239 * sparc-tdep.c: Correct spelling in comments.
10240
10241 2004-03-05 David Carlton <carlton@kealia.com>
10242
10243 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
10244 bug.
10245
10246 2004-03-05 Mark Kettenis <kettenis@gnu.org>
10247
10248 * sparc-tdep.c: Fix typo in comment.
10249
10250 2004-03-04 J. Brobecker <brobecker@gnat.com>
10251
10252 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
10253
10254 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
10255
10256 * dwarf2read.c: Add comment describing memory lifetimes.
10257 (struct dwarf2_pinfo): Update comment.
10258 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
10259 (read_enumeration, new_symbol): Don't use obsavestring.
10260
10261 2004-03-04 Mark Kettenis <kettenis@gnu.org>
10262
10263 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
10264 instead of amd64_fill_fxsave.
10265 * amd64bsd-nat.c (store_inferior_registers): Likewise.
10266 * amd64fbsd-nat.c (fill_fpregset): Likewise.
10267
10268 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
10269 Reorganize code a bit.
10270
10271 2004-03-04 Orjan Friberg <orjanf@axis.com>
10272
10273 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
10274 when the frame pointer is pushed. Don't set the frame pointer's
10275 address on the stack unless it's actually located there.
10276 Set the SRP's address on the stack correctly when the PC is still in
10277 the prologue.
10278 (cris_return_value): New function.
10279 (cris_gdbarch_init): Clear deprecated store_return_value,
10280 extract_return_value.
10281
10282 2004-03-02 Jim Blandy <jimb@redhat.com>
10283
10284 * stabsread.c (reg_value_complaint): The maximum register number
10285 is one less than the number of registers.
10286
10287 2004-03-02 Andrew Cagney <cagney@redhat.com>
10288
10289 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
10290 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
10291 trailing comma and redundant assignment of I386_ST0_REGNUM.
10292 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
10293 32-bit segment registers.
10294
10295 2004-03-01 Andrew Cagney <cagney@redhat.com>
10296
10297 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
10298 use frame_relative_level and get_next_frame.
10299
10300 2004-02-29 Andrew Cagney <cagney@redhat.com>
10301
10302 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
10303 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
10304 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
10305 Delete macro.
10306
10307 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10308
10309 * inflow.c (terminal_inferior): Don't give up the terminal if we
10310 previously couldn't get the inferior's terminal state.
10311
10312 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10313
10314 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
10315 PC_REGNUM.
10316
10317 2004-02-28 Andrew Cagney <cagney@redhat.com>
10318
10319 * NEWS: Refer to GDB 6.1.
10320 * README: Refer to GDB 6.1.
10321 * PROBLEMS: Refer to GDB 6.1.
10322
10323 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
10324
10325 * thread-db.c (disable_thread_signals): Remove unused function.
10326
10327 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10328
10329 * amd64-nat.c: Include "gdb_string.h".
10330 (amd64_collect_native_gregset): Zero-extend the 32-bit
10331 general-purpose registers and %eip.
10332
10333 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
10334 * amd64-tdep.c (amd64_collect_fxsave): New function.
10335 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
10336
10337 * i387-tdep.h: Update copyright year.
10338 (i387_collect_fxsave): New prototype.
10339 * i387-tdep.c: Update copyright year.
10340 (i387_collect_fxsave): New function containing most of the code
10341 from i387_fill_fxsave.
10342 (i387_fill_fxsave): Call i387_collect_fxsave.
10343
10344 2004-02-28 Andrew Cagney <cagney@redhat.com>
10345
10346 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
10347 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
10348
10349 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10350
10351 * amd64-tdep.c (amd64_frame_cache): Fix comment.
10352
10353 2004-02-28 Andrew Cagney <cagney@redhat.com>
10354
10355 * utils.c: Use "", instead of <>, to include readline.
10356 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
10357 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
10358 * source.c, solib.c, exec.c, event-top.c: Ditto.
10359 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
10360 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
10361 * Makefile.in: Update all dependencies.
10362 (readline_tilde_h, readline_history_h): Define.
10363 (readline_headers): Delete.
10364
10365 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10366
10367 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
10368 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
10369 "config/i386/tm-lx64.h".
10370
10371 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
10372 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
10373 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
10374
10375 2004-02-28 Andrew Cagney <cagney@redhat.com>
10376
10377 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
10378
10379 * breakpoint.c (_initialize_breakpoint): Use
10380 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
10381 Add help to show command.
10382
10383 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10384
10385 * i386-nat.c: Reformat to be closer to coding standards.
10386 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
10387 `retval'. Make variables `align' and `size' local to while-loop.
10388 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
10389 (_initialize_i386_nat): New prototype.
10390
10391 * tui/tui.c: Include <readline/readline.h> instead of
10392 "readline/readline.h". Include it after <term.h> and
10393 "gdb_curses.h".
10394
10395 2004-02-27 Andrew Cagney <cagney@redhat.com>
10396
10397 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
10398 the new frame unwind code.
10399 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
10400 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
10401 PCOQ_HEAD_REGNUM.
10402
10403 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
10404 "return_value" and "push_dummy_call".
10405 (hppa32_use_struct_convention): Delete unused function.
10406 (hppa32_store_return_value): Delete unused function.
10407 (hppa32_extract_return_value): Delete unused function.
10408 (hppa32_stack_align): Delete function.
10409
10410 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
10411
10412 * coffread.c (enter_linenos): Don't let rawptr reference memory
10413 outside linetab[]'s limits.
10414
10415 2004-02-27 Andrew Cagney <cagney@redhat.com>
10416
10417 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
10418 inferior stack space - the stack needs to grow upwards.
10419 (hppa32_frame_align): New function.
10420 (hppa64_frame_align): Replace hppa_frame_align.
10421 (hppa_gdbarch_init): Update.
10422
10423 2004-02-26 Orjan Friberg <orjanf@axis.com>
10424
10425 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
10426 (dwarf2-frame.h): Include.
10427 (enum cris_regnums): New enum CRIS_FP_REGNUM.
10428 Remove static variables related to ABI setting.
10429 (struct gdbarch_tdep): Remove cris_abi member.
10430 (struct frame_extra_info): Remove.
10431 (cris_unwind_cache, stack_item): New structs.
10432 (cris_frame_unwind, cris_frame_base): New variables.
10433 (push_stack_item, pop_stack_item)
10434 (cris_frame_unwind_cache, cris_frame_this_id)
10435 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
10436 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
10437 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
10438 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
10439 (cris_reg_struct_has_addr): New functions.
10440 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
10441 (cris_frame_saved_pc, cris_saved_pc_after_call,
10442 (cris_store_struct_return, cris_frameless_function_invocation)
10443 (cris_pop_frame, cris_skip_prologue_main)
10444 (cris_abi_original_store_return_value)
10445 (cris_abi_v2_store_return_value)
10446 (cris_abi_original_extract_return_value)
10447 (cris_abi_v2_extract_return_value)
10448 (cris_abi_original_reg_struct_has_addr)
10449 (cris_abi_v2_reg_struct_has_addr)
10450 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
10451 (cris_push_return_address, cris_abi_update): Remove.
10452 (_initialize_cris_tdep): Remove ABI command.
10453 (cris_dump_tdep): Ditto.
10454 (cris_gdbarch_init): Remove ABI command.
10455 Set store_return_value, extract_return_value, push_dummy_code,
10456 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
10457 frame_unwind_append_sniffer, frame_base_set_default.
10458 Clear deprecated init_frame_pc, push_arguments, store_return_value,
10459 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
10460 sizeof_call_dummy_words, get_saved_register, push_return_address,
10461 pop_frame, store_struct_return, frame_init_saved_regs,
10462 init_extra_frame_info, frameless_function_invocation, frame_chain,
10463 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
10464 dummy_write_sp.
10465
10466 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10467
10468 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
10469 * valprint.c (print_hex_chars): Change from static to external.
10470 (print_char_chars): New function.
10471 * printcmd.c (print_scalar_formatted): For integer and enum types
10472 that are longer than LONGEST, perform processing via appropriate
10473 print_*_chars routines.
10474
10475 2004-02-26 Andrew Cagney <cagney@redhat.com>
10476
10477 * Makefile.in: Update dependencies.
10478 Changes from Ulrich Weigand,
10479 * s390-tdep.c: Include "dwarf2-frame.h".
10480 (s390_dwarf2_frame_init_reg): New function.
10481 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
10482 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
10483
10484 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10485
10486 * breakpoint.c (pending_break_support): New setting variable.
10487 (break_command_1): Account for pending_break_support setting
10488 when creating pending breakpoints.
10489 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
10490 (_initialize_breakpoint): Add "set breakpoint pending" and
10491 "show breakpoint pending" commands.
10492
10493 2004-02-26 Andrew Cagney <cagney@redhat.com>
10494
10495 Fix PR i18n/1570.
10496 * charset.c (backslashable, backslashed, represented): Remove 'e'
10497 from list of escaped characters, not part of ISO-C.
10498
10499 2004-02-25 J. Brobecker <brobecker@gnat.com>
10500
10501 From Peter Schauer <schauer@pdf.de>:
10502 * tui/tui.c: Move system header includes after local includes.
10503 Fixes a build failure on solaris systems.
10504
10505 2004-02-25 J. Brobecker <brobecker@gnat.com>
10506
10507 * configure.in: Refine the previous change.
10508 * configure: Regenerate.
10509
10510 2004-02-25 Mark Kettenis <kettenis@gnu.org>
10511
10512 * amd64-tdep.h: Renamed from x86-64-tdep.h.
10513 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
10514 "amd64-tdep.h" instead of "x86-64-tdep.h".
10515 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10516 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
10517 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
10518 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10519 and "x86-64-tdep.c".
10520 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
10521 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10522 and "x86-64-tdep.c".
10523 * amd64bsd-nat.c: Update copyright year.
10524 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10525 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
10526 "x86-64-tdep.h".
10527 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
10528 "x86-64-tdep.h".
10529 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
10530 "x86-64-tdep.h".
10531 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
10532 "x86-64-tdep.h".
10533 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
10534 "x86-64-tdep.h".
10535 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
10536 "x86-64-tdep.h".
10537 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
10538 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
10539 * Makefile.in (amd64_linux_tdep_h): Renamed from
10540 x86_64_linux_tdep_h.
10541 (amd64_tdep_h): Renamed from x86_64_tdep_h.
10542 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
10543 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
10544 (amd64obsd-tdep.o): Update dependencies.
10545 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
10546 dependencies.
10547 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
10548 dependencies.
10549 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
10550 amd64-linux-nat.c amd64-linux-tdep.c.
10551 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
10552 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
10553 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
10554 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
10555 amd64-tdep.o and amd64-linux-tdep.o.
10556 (TM_FILE): Set to tm-linux64.h.
10557 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
10558 (NAT_FILE): Set to nm-linux64.h.
10559 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
10560 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10561 amd64-tdep.o.
10562 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10563 amd64-tdep.o.
10564 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10565 amd64-tdep.o.
10566
10567 2004-02-25 Roland McGrath <roland@redhat.com>
10568
10569 * remote.c (remote_protocol_qPart_auxv): New variable.
10570 (init_all_packet_configs): Initialize it.
10571 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
10572 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
10573 (show_remote_cmd): Call it.
10574 (_initialize_remote): Initialize commands.
10575 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
10576 service TARGET_OBJECT_AUXV requests.
10577
10578 2004-02-25 J. Brobecker <brobecker@gnat.com>
10579
10580 * configure.in: Make sure that the wborder function is available.
10581 Otherwise, search for it in the cur_colr library.
10582 * configure: Regenerate.
10583
10584 2004-02-25 Andrew Cagney <cagney@redhat.com>
10585
10586 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
10587
10588 2004-02-25 Mark Kettenis <kettenis@gnu.org>
10589
10590 * config/i386/tm-x86-64linux.h: Tweak comments.
10591
10592 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
10593
10594 * MAINTAINERS: Add self to write-after-approval list.
10595
10596 2004-02-25 Andrew Cagney <cagney@redhat.com>
10597
10598 PR cli/1566. Problem found, and fix suggested by David Allan.
10599 * cli/cli-script.c (execute_control_command): Unconditionally
10600 install a cleanup. Default "ret" to "invalid_control". Use
10601 "break" instead of "return" to escape from the switch.
10602
10603 2004-02-24 J. Brobecker <brobecker@gnat.com>
10604
10605 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
10606 with the lines macro defined in term.h on AiX.
10607 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
10608 a collision with the label_width macro defined in term.h on AiX.
10609
10610 2004-02-23 David Mosberger <davidm@hpl.hp.com>
10611
10612 Committed by Kevin Buettner <kevinb@redhat.com>.
10613
10614 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
10615 * ia64-tdep.c (ia64_write_pc): Make it a global function.
10616 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
10617 instead of ia64_write_pc().
10618 * ia64-linux-tdep.c (regcache.h): Include.
10619 (ia64_linux_write_pc): New function.
10620
10621 2004-02-23 Roland McGrath <roland@redhat.com>
10622
10623 * auxv.c (info_auxv_command): Fix typos in error messages.
10624
10625 2004-02-23 Mark Kettenis <kettenis@gnu.org>
10626
10627 * x86-64-tdep.h: Tweak comment.
10628 (enum amd64_regnum): New.
10629 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
10630 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
10631 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
10632 (X86_64_XMM1_REGNUM): Removed.
10633 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
10634 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
10635 prototypes for renamed functions.
10636 * x86-64-tdep.c: Fix typo.
10637 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
10638 register numbers.
10639 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
10640 Use constants from `enum amd64_regnum' for register numbers.
10641 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
10642 (amd64_analyze_prologue, amd64_frame_cache,
10643 amd64_sigtramp_frame_cache): Use constants from `enum
10644 amd64_regnum' for register numbers.
10645 (amd64_supply_fpregset): Adjust for renamed functions.
10646 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
10647 `enum amd64_regnum' for register numbers.
10648 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
10649 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
10650 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
10651 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
10652 (amd64_linux_fill_gregset): Adjust for renamed macros.
10653 (fetch_core_registers): Adjust for renamed functions.
10654 (amd64_linux_init_abi): Adjust for renamed functions.
10655 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
10656 renamed functions.
10657 * amd64-nat.c: Adjust for renamed macros.
10658 * amd64bsd-nat.c (fetch_inferior_registers)
10659 (store_inferior_registers): Use constants from `enum amd64_regnum'
10660 for register numbers. Adjust for renamed variables.
10661 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
10662 renamed variables.
10663 (_initialize_amd64fbsd_nat): Use constants from `enum
10664 amd64_regnum' for register numbers.
10665 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
10666 `enum amd64_regnum' for register numbers.
10667 (amd64fbsd_init_abi): Adjust for renamed functions.
10668 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
10669 `enum amd64_regnum' for register numbers.
10670 (amd64nbsd_init_abi): Adjust for renamed functions.
10671 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
10672 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
10673 `enum amd64_regnum' for register numbers.
10674 (amd64obsd_init_abi): Adjust for renamed functions.
10675 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
10676
10677 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10678
10679 * breakpoint.c (print_one_breakpoint): Do not output spaces
10680 after printing <PENDING> for a pending breakpoint.
10681
10682 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10683
10684 * printcmd.c (print_scalar_formatted): Initialize val_long
10685 to remove compiler warning message.
10686
10687 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10688
10689 * defs.h (nquery, yquery): New prototypes.
10690 * breakpoint.c (break_command_1): Use new nquery interface.
10691 * utils.c (defaulted_query, nquery, yquery): New functions.
10692
10693 2004-02-23 Andrew Cagney <cagney@redhat.com>
10694
10695 * hppa-tdep.c (hppa_frame_align): New function.
10696 (hppa32_push_dummy_call): New function.
10697 (hppa64_push_dummy_call): New function.
10698 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
10699 disabled.
10700
10701 * infcall.c (legacy_push_dummy_code): Don't call deprecated
10702 FIX_CALL_DUMMY when push_dummy_call is available.
10703 (call_function_by_hand, push_dummy_code): Ditto.
10704
10705 2004-02-22 Andrew Cagney <cagney@redhat.com>
10706
10707 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
10708 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
10709 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
10710 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
10711 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
10712 call_dummy_location to ON_STACK.
10713
10714 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10715
10716 * x86-64-linux-tdep.c: Tweak comment.
10717 (amd64_linux_supply_gregset): Renamed from
10718 x86_64_linux_supply_gresget.
10719 (amd64_linux_fill_gregset): Renamed from
10720 x86_64_linux_fill_gregset.
10721 (fetch_core_registers): Adjust for renamed functions.
10722 (amd64_core_fns): Renamed from x86_64_core_fns.
10723 (amd64_linux_sigtramp_start): Renamed from
10724 x86_64_linux_sigtramp_start.
10725 (amd64_linux_pc_in_sigtramp): Renamed from
10726 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
10727 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
10728 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
10729 (amd64_linux_sigcontext_addr): Renamed from
10730 x86_64_linux_sigcontext_addr.
10731 (amd64_linux_sc_reg_offset): Renamed from
10732 x86_64_linux_sc_reg_offset.
10733 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
10734 Adjust for renamed functions and variables.
10735 (_initialize_amd64_linux_tdep): Renamed from
10736 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
10737 variables.
10738 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
10739 Adjust for renamed functions.
10740
10741 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
10742 from x86_64_linux_gregset64_reg_offset.
10743 (amd64_linux_gregset32_reg_offset): Rename from
10744 x86_64_linux_gregset64_reg_offset.
10745 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
10746 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
10747 (amd64_linux_dr_set_control): Renamed from
10748 x86_64_linux_dr_set_control. Adjust for renamed functions.
10749 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
10750 Adjust for renamed functions.
10751 (amd64_linux_dr_reset_addr): Renamed from
10752 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
10753 (amd64_linux_dr_get_status): Renamed from
10754 x86_64_linux_dr_get_status. Adjust for renamed functions.
10755 (_initialize_amd64_linux_nat): Renamed from
10756 _initialize_x86_64_linux_nat. Adjust for renamed variables and
10757 functions.
10758 * config/i386/nm-x86-64linux.h: Update copyright year.
10759 Adjust for renamed functions.
10760
10761 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
10762 amd64fbsd_sigtramp_start.
10763 (amd64fbsd_sigtramp_end_addr): Renamed from
10764 amd64fbsd_sigtramp_end.
10765 (amd64fbsd_init_abi): Adjust for renamed variables.
10766 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
10767 variables.
10768 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
10769 amd64fbsd_sigtramp_start.
10770 (amd64fbsd_sigtramp_end_addr): Renamed from
10771 amd64fbsd_sigtramp_end.
10772
10773 2004-02-22 Andrew Cagney <cagney@redhat.com>
10774
10775 * hppa-tdep.c (hppa32_return_value): New function.
10776 (hppa64_return_value): New function.
10777 (hppa_gdbarch_init): Set return_value; keep disabled.
10778
10779 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
10780 struct-return and inferior function call methods.
10781
10782 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10783 "frame-base.h".
10784 (struct hppa_frame_cache): Define.
10785 (hppa_frame_cache, hppa_frame_this_id): New functions.
10786 (hppa_frame_prev_register): New function.
10787 (hppa_frame_unwind, hppa_frame_base): New variables.
10788 (hppa_frame_unwind_sniffer): New function.
10789 (hppa_frame_base_address, hppa_unwind_pc): New function.
10790 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
10791 sniffer, and frame base sniffer; keep disabled.
10792 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
10793 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
10794
10795 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
10796 to predicates for "seriously old code".
10797
10798 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
10799 runtime if(0).
10800
10801 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
10802 unsigned.
10803 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
10804
10805 * config/pa/tm-hppa.h: Update copyright.
10806 (DEPRECATED_INIT_FRAME_PC): Delete macro.
10807 (deprecated_init_frame_pc_default): Delete declaration.
10808 (hppa_frame_init_saved_regs): Delete declaration.
10809 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10810 * hppa-tdep.c: Include "arch-utils.h".
10811 (hppa_gdbarch_init): Set deprecated init_frame_pc
10812 and deprecated frame_init_saved_regs.
10813 (hppa_frame_init_saved_regs): Make static.
10814
10815 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10816
10817 Remove old 386BSD support.
10818 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
10819 * configure.host: Remove i[34567]86-*-bsd*.
10820 * configure.tgt: Remove i[34567]86-*-bsd*.
10821 * i386b-nat.c: Removed.
10822 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
10823 (i386b-nat.o): Remove dependencies.
10824
10825 * config/i386/i386bsd.mh: Removed.
10826 * config/i386/i386bsd.mt: Removed.
10827 * config/i386/nm-i386bsd.h: Removed.
10828 * config/i386/tm-i386bsd.h: Removed.
10829 * config/i386/xm-i386bsd.h: Removed.
10830
10831 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
10832
10833 * amd64fbsd-tdep.c: Include "solib-svr4.h".
10834 (amd64fbsd_init_abi): Set link map offsets.
10835 * amd64nbsd-tdep.c: Include "slib-svr4.h".
10836 (amd64nbsd_init_abi): Set link map offsets.
10837 * amd64obsd-tdep.c: Include "solib-svr4.h".
10838 (amd64obsd_init_abi): Set link map offsets.
10839 * i386fbsd-tdep.c: Include "solib-svr4.h".
10840 (i386fbsd_init_abi): Set link map offsets.
10841 * i386nbsd-tdep.c: Include "solib-svr4.h".
10842 (i386nbsdelf_init_abi): Set link map offsets.
10843 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
10844 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
10845 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
10846 solib-legacy.o and core-aout.o. Reformat.
10847 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
10848 solib-svr4.o, solib-legacy.o. Reformat.
10849 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
10850 * config/i386/nbsdelf.mh: Reformat.
10851 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
10852 solib-svr4.o, solib-legacy.o and corelow.o.
10853 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
10854 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
10855 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
10856 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10857 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10858 (TM_FILE): Set to tm-fbsd.h.
10859 * config/i386/nbsd.mt (TDEPFILES): Reformat.
10860 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
10861 solib-svr4.o.
10862 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
10863 solib-svr4.o.
10864 (TM_FILE): Set to nm-nbsd.h.
10865 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
10866 Simplify shared library support. Don't include "elf/common.h".
10867 (SVR4_SHARED_LIBS): Don't define.
10868 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
10869 "solib.h".
10870 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
10871 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
10872 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
10873 Don't include "i386/tm-i386.h". Include "solib.h".
10874 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
10875 Don't include "i386/tm-i386.h".
10876 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
10877 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
10878 Include "i386/xm-i386.h".
10879 (HOST_LONG_DOUBLE_FORMAT): Remove.
10880
10881 Fix OpenBSD/i386 sigtramp recognition.
10882 * i386-tdep.h: Update copyright year.
10883 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
10884 (i386bsd_sigtramp_end): New prototypes.
10885 (i386fbsd_sigtramp_start_addr): Renamed from
10886 i386fbsd_sigtramp_start.
10887 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10888 (i386obsd_sigtramp_start_addr): Renamed from
10889 i386obsd_sigtramp_start.
10890 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10891 * i386bsd-tdep.c: Update copyright year.
10892 (i386bsd_pc_in_sigtramp): Make public.
10893 * i386fbsd-nat.c: Update copyright year.
10894 (_initialize_i386fbsd_nat): Adjust for renamed variables.
10895 * i386fbsd-tdep.c: Update copyright year.
10896 (i386fbsd_sigtramp_start_addr): Renamed from
10897 i386fbsd_sigtramp_start.
10898 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10899 (i386fbsdaout_init_abi): Adjust for renamed variables.
10900 * i386obsd-nat.c: Update copyright year.
10901 (_initialize_i386obsd_nat): Adjust for renamed variables.
10902 * i386obsd-tdep.c: Include "target.h".
10903 (i386obsd_page_size): New variable.
10904 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
10905 (i386obsd_sigtramp_end): New functions.
10906 (i386obsd_sigtramp_start_addr): Renamed from
10907 i386obsd_sigtramp_start.
10908 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10909 (i386obsd_init_abi): Adjust for renamed variables. Set
10910 pc_in_sigtramp, sigtramp_start and sigtramp_end.
10911 * Makefile.in (i386obsd-tdep.o): Update dependencies.
10912
10913 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
10914 trampoline change in OpenBSD kernel.
10915
10916 * amd64-nat.c: Update copyright year.
10917 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
10918 architecture from REGCACHE.
10919
10920 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
10921 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
10922
10923 2004-02-21 Mark Kettenis <kettenis@gnu.org>
10924
10925 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
10926 i[34567]86-*-openbsd3.[0-3].
10927 * config/i386/obsdaout.mh: New file.
10928
10929 * config/i386/obsd.mh (MH_FLAGS): Remove.
10930
10931 Fix PR build/1549.
10932 * i386obsd-tdep.c: Update copyright years. Include
10933 "solib-svr4.h".
10934 (i386obsd_init_abi): Don't set regset_from_core_section here.
10935 (i386obsd_aout_init_abi): New function. Set
10936 regset_from_core_section here.
10937 (i386obsd_elf_init_abi): New function.
10938 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
10939 * Makefile.in (i386obsd-tdep.o): Update dependecies.
10940 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
10941 (TM_FILE): Set to tm-nbsd.h.
10942
10943 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
10944 solib-sunos.o.
10945
10946 * solib-svr4.h: Update copyright year.
10947 (svr4_ilp32_fetch_link_map_offsets)
10948 (svr4_lp64_fetch_link_map_offsets): New prototype.
10949 * solib-svr4.c: Update copyright year.
10950 (svr4_ilp32_fetch_link_map_offsets)
10951 (svr4_lp64_fetch_link_map_offsets): New function.
10952
10953 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
10954
10955 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
10956 to the partial symbol table.
10957
10958 2004-02-20 J. brobecker <brobecker@gnat.com>
10959
10960 * PROBLEMS: Add description of problem documented under gdb/1560.
10961
10962 2004-02-20 Mark Kettenis <kettenis@gnu.org>
10963
10964 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
10965 comments.
10966 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
10967 functions.
10968 (amd64obsd_init_abi): Reorder initializations. Use
10969 amd64obsd_r_reg_offset to initialize the general-purpose register
10970 set details. Set regset_from_core_section.
10971 (_initialize_amd64obsd_tdep): Rename from
10972 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
10973 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
10974 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
10975
10976 * NEWS (New native configurations): Mention OpenBSD/alpha.
10977 * configure.tgt: Add alpha*-*-openbsd*.
10978 * configure.host: Add alpha*-*-openbsd*.
10979 * alphanbsd-tdep.c: Update copyright year.
10980 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
10981
10982 2004-02-20 Andrew Cagney <cagney@redhat.com>
10983
10984 Fix PR tdep/1372.
10985 * configure.tgt: Delete target "none-*-*".
10986 * configure.host: Delete host "none-*-*".
10987 * config/none/none.mh: Delete file.
10988 * config/none/none.mt: Delete file.
10989 * config/none/xm-none.h: Delete file.
10990 * config/none/tm-none.h: Delete file.
10991 * config/none/nm-none.h: Delete file.
10992
10993 2004-02-19 Fred Fish <fnf@redhat.com>
10994
10995 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
10996 cache->uses_fp prior to setting it.
10997
10998 2004-02-19 Fred Fish <fnf@redhat.com>
10999
11000 Fix for PR breakpoint/1558.
11001 * sh-tdep.c (IS_JSR): New macro.
11002 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11003
11004 2004-02-19 Jim Blandy <jimb@redhat.com>
11005
11006 * findvar.c (value_from_register): Doc fix.
11007
11008 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
11009
11010 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11011 type being greater than sizeof of host's LONGEST. Always use
11012 unpack_long() unless format 'f' chosen.
11013
11014 2004-02-19 Joel Brobecker <brobecker@gnat.com>
11015
11016 Committed by Elena Zannoni <ezannoni@redhat.com>
11017
11018 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11019 contains a symbol wich is the best, non-exact match for the given
11020 pc. Update comments.
11021
11022 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
11023
11024 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11025 macro, which was part of the now removed Mach 3 port.
11026 * utils.c (request_quit): Ditto.
11027
11028 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11029
11030 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11031 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11032
11033 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11034
11035 Committed by Mark Kettenis <kettenis@gnu.org>.
11036
11037 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11038 Define.
11039
11040 2004-02-18 Andrew Cagney <cagney@redhat.com>
11041
11042 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11043 CONFIG_INSTALL and CONFIG_UNINSTALL.
11044 * configure: Re-generate.
11045 * interps.h (INTERP_TUI): Define.
11046 * Makefile.in: Update dependencies.
11047 (TUI): New macro.
11048 (tui-main.o): Specify dependencies.
11049 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11050 * tui/tui-main.c: New file.
11051
11052 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11053
11054 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11055 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11056 dependencies.
11057 * configure.host: Add x86_64-*-openbsd*.
11058 * configure.tgt: Add x86_64-*-openbsd*.
11059 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11060
11061 * tui/tui.c: Don't include <malloc.h>.
11062
11063 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11064 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11065 amd64nbsd-tdep.c.
11066
11067 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
11068 static. Remove extraneous whitespace.
11069 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11070 static.
11071
11072 2004-02-17 Jim Blandy <jimb@redhat.com>
11073
11074 * findvar.c (value_from_register): Doc fix.
11075
11076 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11077
11078 Committed by Jim Blandy <jimb@redhat.com>.
11079
11080 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
11081 CORE_ADDR as type for selectors. Correct types for GNU run time
11082 message lookup function to use double indirection.
11083 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11084 * objc-lang.h (lookup_child_selector): Adapt prototype.
11085
11086 * s390-nat.c (SUBOFF): New macro.
11087 (supply_gregset, fill_gregset): Use it to handle debugging
11088 of 32-bit exectuables running under a 64-bit kernel.
11089 * s390-tdep.c: Include "solib-svr4.h".
11090 (s390_svr4_fetch_link_map_offset): New function.
11091 (s390x_svr_fetch_link_map_offset): Likewise.
11092 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11093 * Makefile.in (s390-tdep.o): Update dependencies.
11094
11095 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11096 "frame-unwind.h".
11097 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11098 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11099 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11100 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11101 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11102 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
11103 S390_SIGNAL_FRAMESIZE,
11104 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11105 (struct frame_extra_info): Remove.
11106 (s390_memset_extra_info): Remove.
11107 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11108 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11109 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
11110 (is_rse): Renamed to ...
11111 (is_rsy): ... this. Support long displacements.
11112 (is_rxe): Renamed to ...
11113 (is_rxy): ... this. Support long displacements.
11114 (compute_x_addr): Support long displacements.
11115 (struct s390_prologue_data): New data type.
11116 (s390_on_stack): Change API to use struct s390_prologue_data.
11117 (s390_store): Reimplement.
11118 (s390_load): New function.
11119 (s390_get_signal_frame_info): Remove.
11120 (s390_get_frame_info): Remove, replace by ...
11121 (s390_analyze_prolog): ... this new function.
11122 (s390_check_function_end): Remove.
11123 (s390_function_start): Remove.
11124 (s390_frameless_function_invokation): Remove.
11125 (s390_is_sigreturn): Remove.
11126 (s390_init_frame_pc_first): Remove.
11127 (s390_init_frame_extra_info): Remove.
11128 (s390_frame_init_saved_regs): Remove.
11129 (s390_frame_saved_pc_nofix): Remove.
11130 (s390_frame_saved_pc): Remove.
11131 (s390_frame_chain): Remove.
11132 (s390_fp_regnum, s390_read_fp): Remove.
11133 (s390_pop_frame_regular, s390_pop_frame): Remove.
11134 (s390_saved_pc_after_call): Remove.
11135 (s390_skip_prologue): Reimplement.
11136 (s390_in_function_epilogue_p): Support long displacements.
11137 (struct s390_unwind_cache): New data structure.
11138 (s390_frame_unwind_cache): New function.
11139 (s390_prologue_frame_unwind_cache): Likewise.
11140 (s390_backchain_frame_unwind_cache): Likewise.
11141 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11142 (s390_frame_unwind): Define.
11143 (s390_frame_sniffer): New function.
11144 (struct s390_pltstub_unwind_cache): New data structure.
11145 (s390_pltstub_frame_unwind_cache): New function.
11146 (s390_pltstub_frame_this_id): Likewise.
11147 (s390_pltstub_frame_prev_register): Likewise.
11148 (s390_pltstub_frame_unwind): Define.
11149 (s390_pltstub_frame_sniffer): New function.
11150 (struct s390_sigtramp_unwind_cache): New data structure.
11151 (s390_sigtramp_frame_unwind_cache): New function.
11152 (s390_sigtramp_frame_this_id): Likewise.
11153 (s390_sigtramp_frame_prev_register): Likewise.
11154 (s390_sigtramp_frame_unwind): Define.
11155 (s390_sigtramp_frame_sniffer): New function.
11156 (s390_frame_base_address, s390_local_base_address): New functions.
11157 (s390_frame_base): Define.
11158 (s390_unwind_pc, s390_unwind_sp): New function.
11159 (s390_push_dummy_call): Use new frame base location.
11160 (s390_unwind_dummy_id): Likewise.
11161 (s390_gdbarch_init): Remove calls to:
11162 set_gdbarch_frameless_function_invocation,
11163 set_gdbarch_deprecated_init_frame_pc,
11164 set_gdbarch_deprecated_frame_chain,
11165 set_gdbarch_deprecated_frame_init_saved_regs,
11166 set_gdbarch_deprecated_pop_frame,
11167 set_gdbarch_deprecated_init_extra_frame_info,
11168 set_gdbarch_deprecated_init_frame_pc_first,
11169 set_gdbarch_deprecated_target_read_fp,
11170 set_gdbarch_deprecated_frame_saved_pc,
11171 set_gdbarch_deprecated_saved_pc_after_call,
11172 set_gdbarch_deprecated_fp_regnum.
11173 Add calls to:
11174 set_gdbarch_in_solib_call_trampoline,
11175 frame_unwind_append_sniffer,
11176 frame_base_set_default,
11177 set_gdbarch_unwind_pc,
11178 set_gdbarch_unwind_sp.
11179 * Makefile.in (s390-tdep.o): Update dependencies.
11180
11181 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11182 (S390_STACK_FRAME_OVERHEAD): Remove.
11183 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11184 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11185 (s390_promote_integer_argument): Remove.
11186 (s390_cannot_extract_struct_value_address): Remove.
11187 (s390_use_struct_convention, s390_store_struct_return): Remove.
11188 (s390_extract_return_value, s390_store_return_value): Remove.
11189 (s390_return_value_convention, s390_return_value): New functions.
11190 (is_float_singleton): Handle typedefs.
11191 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
11192 Remove, replace by ...
11193 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11194 s390_function_arg_integer): ... these new functions.
11195 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11196 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11197 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11198 Fill in tdep->abi.
11199 Remove calls to:
11200 set_gdbarch_deprecated_store_struct_return,
11201 set_gdbarch_deprecated_extract_return_value,
11202 set_gdbarch_deprecated_store_return_value,
11203 set_gdbarch_use_struct_convention,
11204 set_gdbarch_extract_struct_value_address,
11205 set_gdbarch_deprecated_pc_in_call_dummy,
11206 set_gdbarch_deprecated_push_arguments,
11207 set_gdbarch_deprecated_save_dummy_frame_tos,
11208 set_gdbarch_deprecated_push_return_address,
11209 set_gdbarch_deprecated_sizeof_call_dummy_words,
11210 set_gdbarch_deprecated_call_dummy_words,
11211 set_gdbarch_deprecated_dummy_write_sp.
11212 Add calls to:
11213 set_gdbarch_push_dummy_call,
11214 set_gdbarch_unwind_dummy_id,
11215 set_gdbarch_return_value.
11216
11217 * config/s390/nm-linux.h: Update comments.
11218 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
11219 (STOPPED_BY_WATCHPOINT): Redefine.
11220 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
11221 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
11222 (s390_stopped_by_watchpoint): Likewise.
11223 (watch_area_cnt): Remove.
11224 * s390-nat.c: Update comments.
11225 (watch_area): Remove typedef.
11226 Global replace watch_area by struct watch_area.
11227 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
11228 (s390_stopped_by_watchpoint): Remove pid argument,
11229 use s390_inferior_tid. Add short-cut for the no watchpoint case.
11230 (s390_fix_watch_points): Remove pid argument,
11231 use s390_inferior_tid. Recompute area spanned by watchpoints.
11232 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
11233 argument. Reimplement.
11234
11235 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
11236 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
11237 (FETCH_INFERIOR_REGISTERS): Define.
11238 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
11239 core-regset.o.
11240 * config/s390/s390x.mt: Remove.
11241 * config/s390/tm-s390.h: Remove.
11242 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
11243 (TARGET_ELF64): Remove.
11244 (SKIP_TRAMPOLINE_CODE): Do not undefine.
11245 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
11246 s390*-*-* case; always set gdb_target to s390.
11247 * regformats/reg-s390.dat: Remove control registers.
11248 * regformats/reg-s390x.dat: Likewise.
11249 * s390-tdep.h: New file.
11250 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
11251 Include "inferior.h" and "s390-tdep.h".
11252 Remove private definition of offsetof.
11253 (s390_register_u_addr): Remove.
11254 (regmap_gregset, regmap_fpregset): Define.
11255 (supply_gregset, fill_gregset): Reimplement.
11256 (supply_fpregset, fill_fpregset): Likewise.
11257 (s390_inferior_tid): New function.
11258 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
11259 (fetch_inferior_registers, store_inferior_registers): Likewise.
11260 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
11261 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
11262 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
11263 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
11264 (struct gdbarch_tdep): Define.
11265 (struct s390_register_info): Define.
11266 (s390_register_info): New variable.
11267 (s390_register_name): Reimplement.
11268 (s390_register_type): New function.
11269 (s390_register_raw_size, s390x_register_raw_size): Remove.
11270 (s390_cannot_fetch_register): Remove.
11271 (s390_register_byte): Remove.
11272 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
11273 (s390_dwarf_regmap): New variable.
11274 (s390_dwarf_reg_to_regnum): New function.
11275 (s390_stab_reg_to_regnum): Remove.
11276 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
11277 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
11278 (s390_convert_register_p): Likewise.
11279 (s390_register_to_value, s390_value_to_register): Likewise.
11280 (s390_register_reggroup_p): Likewise.
11281 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
11282 s390_gregset, s390x_gregset, s390_fpregset): New variables.
11283 (s390_supply_regset, s390_regset_from_core_section): New functions.
11284 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
11285 (S390_FPR_SIZE): Likewise.
11286 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
11287 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
11288 (S390_NUM_GPRS): Move here from tm-s390.h.
11289 (S390_NUM_FPRS): Likewise.
11290 (s390_in_function_epilogue_p): New function.
11291 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
11292 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
11293 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
11294 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
11295 Replace S390_FP_REGNUM by S390_SP_REGNUM.
11296 Remove calls to:
11297 set_gdbarch_deprecated_max_register_raw_size,
11298 set_gdbarch_deprecated_max_register_virtual_size,
11299 set_gdbarch_deprecated_register_byte,
11300 set_gdbarch_cannot_fetch_register,
11301 set_gdbarch_cannot_store_register,
11302 set_gdbarch_deprecated_register_size,
11303 set_gdbarch_deprecated_register_raw_size,
11304 set_gdbarch_deprecated_register_virtual_size,
11305 set_gdbarch_deprecated_register_virtual_type,
11306 set_gdbarch_deprecated_register_bytes.
11307 Add calls to:
11308 set_gdbarch_num_pseudo_regs,
11309 set_gdbarch_register_type,
11310 set_gdbarch_convert_register_p,
11311 set_gdbarch_register_to_value,
11312 set_gdbarch_value_to_register,
11313 set_gdbarch_register_reggroup_p,
11314 set_gdbarch_regset_from_core_section,
11315 set_gdbarch_pseudo_register_read,
11316 set_gdbarch_pseudo_register_write,
11317 set_gdbarch_in_function_epilogue_p.
11318 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
11319 (s390_tdep_h): New variable.
11320
11321 2004-02-17 Jim Blandy <jimb@redhat.com>
11322
11323 * findvar.c (value_from_register): If the type has no length, just
11324 return an acceptable value --- don't report an internal error.
11325
11326 * stabsread.c (read_type): If we find any type numbers that are
11327 forward references, complain if the references aren't resolved by
11328 the time we're finished reading.
11329 (cleanup_undefined_types): Make error message more appropriate for
11330 a complaint.
11331
11332 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11333
11334 * Makefile.in (defs_h): Remove dependency on progress_h.
11335 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
11336 progress.h.
11337 * main.c (captured_main): Delete use of START_PROGRESS and
11338 END_PROGRESS.
11339
11340 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11341
11342 * objfiles.c (terminate_minimal_symbol_table): Add back
11343 initialization of MSYMBOL_TYPE.
11344
11345 2004-02-17 David Mosberger <davidm@hpl.hp.com>
11346
11347 Committed by Andrew Cagney.
11348 * Makefile.in (ia64_tdep_h): New macro.
11349 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
11350 (ia64-tdep.o): Likewise.
11351 * ia64-tdep.h: New file.
11352 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
11353 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
11354 (ia64_aix_sigcontext_register_address): Likewise.
11355 (ia64_linux_getunwind_table): Delete declaration.
11356 * ia64-linux-tdep.c: Likewise.
11357
11358 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
11359
11360 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
11361 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
11362 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
11363
11364 2004-02-17 Andrew Cagney <cagney@redhat.com>
11365
11366 * symtab.c (skip_prologue_using_sal): New function.
11367 * symtab.h (skip_prologue_using_sal): Declare.
11368 * frv-tdep.c: Include "symtab.h".
11369 (skip_prologue_using_sal): Delete function.
11370 * mips-tdep.c (skip_prologue_using_sal): Delete function.
11371 * rs6000-tdep.c (refine_prologue_limit): Mention
11372 skip_prologue_using_sal.
11373 * ia64-tdep.c (refine_prologue_limit): Ditto.
11374 * Makefile.in: Update dependencies.
11375
11376 2004-02-16 Andrew Cagney <cagney@redhat.com>
11377
11378 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
11379 START_INFERIOR_TRAPS_EXPECTED.
11380 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
11381 START_INFERIOR_TRAPS_EXPECTED.
11382 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
11383 Delete macro.
11384 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
11385 macro, moved to "nm-osf.h". Update copyright.
11386 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
11387 update copyright.
11388
11389 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
11390 and function replacing FRAMELESS_FUNCTION_INVOCATION.
11391 * blockframe.c (legacy_frameless_look_for_prologue): Rename
11392 frameless_look_for_prologue.
11393 * frame.h (legacy_frameless_look_for_prologue): Rename
11394 frameless_look_for_prologue.
11395 * gdbarch.h, gdbarch.c: Re-generate.
11396 * sh64-tdep.c (sh64_gdbarch_init): Update.
11397 * sh-tdep.c (sh_gdbarch_init): Update.
11398 * s390-tdep.c (s390_gdbarch_init): Update.
11399 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11400 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11401 * m68k-tdep.c (m68k_gdbarch_init): Update.
11402 (delta68_frame_args_address): Update.
11403 * m32r-tdep.c (m32r_gdbarch_init): Update.
11404 * hppa-tdep.c (hppa_gdbarch_init): Update.
11405 * h8300-tdep.c (h8300_gdbarch_init): Update.
11406 * frv-tdep.c (frv_gdbarch_init): Update.
11407 (frv_frameless_function_invocation): Update.
11408 * cris-tdep.c (cris_gdbarch_init): Update.
11409 (cris_frameless_function_invocation): Update.
11410 * avr-tdep.c (avr_gdbarch_init): Update.
11411 * arm-tdep.c (arm_gdbarch_init): Update.
11412 * stack.c (frame_info): Update, call predicate.
11413 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
11414 * frame.c (legacy_get_prev_frame): Update, call predicate..
11415 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
11416 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
11417 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
11418 invocation.
11419 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11420 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11421 * vax-tdep.c (vax_gdbarch_init): Ditto.
11422
11423 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
11424 function.
11425
11426 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
11427
11428 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
11429 initializations.
11430
11431 2004-02-16 Andrew Cagney <cagney@redhat.com>
11432
11433 * tui/tui-windata.c: Include "gdb_string.h".
11434 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
11435 * tui/tui-layout.c, tui/tui-command.c: Ditto.
11436 * Makefile.in: Update dependencies.
11437
11438 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
11439
11440 * Makefile.in (infrun.o): Add $(gdb_assert_h).
11441 * infrun.c: Include "gdb_assert.h".
11442 (singlestep_ptid, saved_singlestep_ptid)
11443 (stepping_past_singlestep_breakpoint): New variables.
11444 (resume): Set singlestep_ptid. Check for singlestep thread
11445 hop.
11446 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
11447 (handle_inferior_event): Handle singlestep thread hop.
11448
11449 2004-02-16 Andrew Cagney <cagney@redhat.com>
11450
11451 * dwarf2-frame.c (dwarf2_frame_ops): New function.
11452 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
11453 (dwarf2_frame_init_reg): Ditto.
11454
11455 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
11456 suggested by Joshua Neuheisel
11457
11458 * configure.in: Always check for curses, including pdcurses.
11459 Warn, instead of error, when no curses are found. Enable TUI when
11460 curses is available.
11461 * configure: Re-generate.
11462
11463 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
11464
11465 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
11466 sh_sh4_register_convert_to_virtual.
11467 (sh_register_convert_to_raw): Rename from
11468 sh_sh4_register_convert_to_raw.
11469 (sh_pseudo_register_read): Accomodate above name change.
11470 (sh_pseudo_register_write): Ditto.
11471
11472 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
11473
11474 * sh-tdep.c (sh_generic_register_name): Remove.
11475 (sh_gdbarch_init): Use sh_sh_register_name in default case.
11476
11477 2004-02-15 Andrew Cagney <cagney@redhat.com>
11478
11479 * configure.in (build_warnings): Add -Wunused-function.
11480 * configure: Re-generate.
11481
11482 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
11483 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
11484
11485 * procfs.c (procfs_init_inferior): Assume that
11486 START_INFERIOR_TRAPS_EXPECTED is defined.
11487 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
11488 * config/ns32k/tm-nbsd.h: Delete file,
11489 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
11490
11491 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
11492 * config/vax/tm-vax.h: Delete file.
11493
11494 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11495 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11496 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11497 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11498 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
11499 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11500 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
11501
11502 2004-02-15 Mark Kettenis <kettenis@gnu.org>
11503
11504 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
11505 * dwarf2-frame.c (dwarf2_frame_data): New variable.
11506 (struct dwarf2_frame_ops): New.
11507 (dwarf2_frame_default_init_reg): New function, based on
11508 dwarf2_frame_init_reg.
11509 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
11510 (dwarf2_frame_init_reg): Call architecture-specific function.
11511 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
11512 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
11513 instead of dwarf2_frame_data.
11514 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
11515 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
11516
11517 2004-02-15 Andrew Cagney <cagney@redhat.com>
11518
11519 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
11520 register_gdbarch_swap.
11521 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
11522 * f-lang.c (_initialize_f_language): Update, use
11523 DEPRECATED_REGISTER_GDBARCH_SWAP.
11524 * remote.c (_initialize_remote): Ditto.
11525 * regcache.c (_initialize_regcache): Ditto.
11526 * parse.c (_initialize_parse): Ditto.
11527 * infrun.c (_initialize_infrun): Ditto.
11528 * mi/mi-main.c (_initialize_mi_main): Ditto.
11529 * gdbtypes.c (_initialize_gdbtypes): Ditto.
11530
11531 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
11532 poking .cacheable directly.
11533 * symfile.c (symfile_bfd_open): Ditto.
11534
11535 * Makefile.in: Update all dependencies.
11536
11537 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
11538 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
11539 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
11540 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
11541 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
11542
11543 2004-02-14 Andrew Cagney <cagney@redhat.com>
11544
11545 * arch-utils.c (legacy_convert_register_p): Check
11546 DEPRECATED_REGISTER_CONVERTIBLE_P.
11547 * findvar.c (value_of_register): Ditto.
11548
11549 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
11550 * gdbarch.h, gdbarch.c: Re-generate.
11551 * arch-utils.c (deprecated_register_convertible_not): Delete.
11552 * arch-utils.h (deprecated_register_convertible_not): Delete.
11553 * mi/mi-main.c (get_register): Update. Update copyright.
11554 * infcmd.c (default_print_registers_info): Update.
11555
11556 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11557 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
11558 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
11559 * gdbarch.h, gdbarch.c: Re-generate.
11560 * frame.c (deprecated_get_next_frame_hack): Delete function.
11561 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
11562 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
11563 Update.
11564 * infcall.c (call_function_by_hand): Update.
11565
11566 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
11567
11568 * symfile.c (init_entry_point_info, entry_point_address): Move
11569 from here...
11570 * objfiles.c (init_entry_point_info, entry_point_address):..to
11571 here.
11572 * symfile.h (init_entry_point_info, entry_point_address): Remove
11573 prototypes.
11574 * objfiles.h (init_entry_point_info, entry_point_address):Add
11575 prototypes.
11576 * cris-tdep.c: Remove include of symfile.h. Add include of
11577 objfiles.h.
11578 * infcall.c: Ditto.
11579 * mcore-tdep.c: Ditto.
11580 * mn10300-tdep.c: Ditto.
11581 * sh64-tdep.c: Ditto.
11582 * v850-tdep.c: Ditto.
11583 * arm-tdep.c: Remove include of symfile.h.
11584 * blockframe.c: Ditto.
11585 * coffread.c: Ditto.
11586 * dbxread.c: Ditto.
11587 * dwarf2read.c: Ditto.
11588 * dwarfread.c: Ditto.
11589 * frv-tdep.c: Ditto.
11590 * ia64-tdep.c: Ditto.
11591 * mdebugread.c: Ditto.
11592 * mipsread.c: Ditto.
11593 * rs6000-tdep.c: Ditto.
11594 * s390-tdep.c: Ditto.
11595 * sh-tdep.c: Ditto.
11596 * xstormy16-tdep.c: Ditto.
11597 * gdbarch.sh: Remove include of symfile.h.
11598 * gdbarch.c: Regenerate.
11599 * solib-irix.c (enable_break): Use entry_point_address().
11600 Add comment about include file.
11601 * xcoffread.c: Add comment about include file.
11602 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
11603 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
11604 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
11605 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
11606 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
11607
11608 2004-02-13 Andrew Cagney <cagney@redhat.com>
11609
11610 * corelow.c (core_xfer_partial): Use "struct bfd_section".
11611 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
11612 copyright.
11613 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
11614
11615 2004-02-12 Fred Fish <fnf@redhat.com>
11616
11617 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
11618 set_gdbarch_store_return_value.
11619
11620 2004-02-12 Andrew Cagney <cagney@redhat.com>
11621
11622 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
11623 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
11624 (interrupt_query): Ditto.
11625 (ofunc): Delete unused variable.
11626 * cris-tdep.c (cris_abi): Delete unused function.
11627 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
11628 (cris_get_wide_opcode, cris_get_short_size): Ditto.
11629 (cris_get_asr_quick_shift_steps): Ditto.
11630 (cris_skip_prologue_frameless_p): Ditto.
11631 * arm-tdep.c (arm_push_return_address): Delete unused function.
11632 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
11633 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
11634 * s390-tdep.c (s390_function_start): Delete unused function.
11635
11636 2004-02-12 Andrew Cagney <cagney@redhat.com>
11637
11638 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
11639 gdbarch.h, gdbarch.c: Re-generate.
11640 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
11641 to generic_prologue_frameless_p.
11642 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
11643 * arch-utils.c (generic_prologue_frameless_p): Delete function.
11644
11645 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
11646
11647 * mips-linux-tdep.c: Include "frame.h".
11648 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
11649 (mips_linux_skip_resolver): New functions.
11650 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
11651 and set_gdbarch_in_solib_call_trampoline.
11652 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
11653 to after set_gdbarch_in_solib_return_trampoline. Only set the
11654 solib hooks to mips16 functions if the OS ABI is unknown.
11655 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
11656 including "config/tm-linux.h".
11657 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
11658 * Makefile.in (mips-linux-tdep.o): Update.
11659
11660 2004-02-11 David Carlton <carlton@kealia.com>
11661
11662 * linespec.c (decode_compound): Only look for a class symbol when
11663 considering all but the rightmost component.
11664
11665 2004-02-11 Andrew Cagney <cagney@redhat.com>
11666
11667 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
11668 abi code are are separatly grouped.
11669
11670 2004-02-11 Andrew Cagney <cagney@redhat.com>
11671
11672 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
11673 * gdbarch.h, gdbarch.c: Re-generate.
11674 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11675 * v850-tdep.c (v850_gdbarch_init): Update.
11676 * sh64-tdep.c (sh64_gdbarch_init): Update.
11677 * sh-tdep.c (sh_gdbarch_init): Update.
11678 * s390-tdep.c (s390_gdbarch_init): Update.
11679 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11680 * mips-tdep.c (mips_gdbarch_init): Update.
11681 * mcore-tdep.c (mcore_gdbarch_init): Update.
11682 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11683 * m32r-tdep.c (m32r_gdbarch_init): Update.
11684 * ia64-tdep.c (ia64_gdbarch_init): Update.
11685 * hppa-tdep.c (hppa_gdbarch_init): Update.
11686 * h8300-tdep.c (h8300_gdbarch_init): Update.
11687 * frv-tdep.c (frv_gdbarch_init): Update.
11688 * d10v-tdep.c (d10v_gdbarch_init): Update.
11689 * cris-tdep.c (cris_gdbarch_init): Update.
11690 * avr-tdep.c (avr_gdbarch_init): Update.
11691 * arm-tdep.c (arm_gdbarch_init): Update.
11692 * alpha-tdep.c (alpha_gdbarch_init): Update.
11693
11694 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
11695
11696 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
11697 comma.
11698 (sh_sh4al_dsp_register_name): Ditto.
11699
11700 2004-02-10 Andrew Cagney <cagney@redhat.com>
11701
11702 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
11703 (mips_init_frame_pc_first): Delete function.
11704 (mips_frame_saved_pc): Delete function.
11705 (mips_frame_chain): Delete function.
11706 (mips_init_extra_frame_info): Delete function.
11707 (mips_xfer_register): Delete unused variable "reg".
11708 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
11709 (mips_n32n64_return_value): Delete unused variable "reg".
11710 (mips_n32n64_return_value): Delete unused variable "pos".
11711 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
11712 (mips_o32_return_value): Delete unused variable "pos".
11713 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
11714 (mips_print_fp_register): Delete unused variable "namelen"
11715 (mips_print_fp_register): Delete unused variable "flt2"
11716 (get_frame_pointer): Delete function.
11717 (cached_proc_desc): Delete static variable.
11718 (mips_pop_frame): Delete function.
11719 (mips_find_saved_regs): Delete function.
11720 (mips_get_saved_register): Delete function.
11721 (mips_saved_pc_after_call): Delete function.
11722 (SIGFRAME_BASE): Delete macro.
11723 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
11724 (SIGFRAME_PC_OFF): Delete macro.
11725 (SIGFRAME_REGSAVE_OFF): Delete macro.
11726 (mips_dump_tdep): Do not print deleted macro definitions.
11727
11728 2004-02-10 Andrew Cagney <cagney@redhat.com>
11729
11730 * Makefile.in (SFILES): Remove explictly listed tui files.
11731 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
11732
11733 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
11734
11735 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
11736 to use paddr functions to format ia64 addresses and long values.
11737 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
11738 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
11739 (get_kernel_table, ia64_find_proc_info_x): Ditto.
11740 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
11741 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
11742
11743 2004-02-10 Andrew Cagney <cagney@redhat.com>
11744
11745 * defs.h: Do not include "tui.h".
11746 * gdb_curses.h: New file.
11747 * tui/tui-hooks.h: New file.
11748 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
11749 (tui_install_hooks, tui_remove_hooks): Delete declarations.
11750 (tui_initialize_io): Delete declaration.
11751 (tui_initialize_readline: Delete redundant declaration.
11752 (struct tui_point): Delete definition.
11753 * tui/tui-data.h (struct tui_point): Define.
11754 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
11755 * utils.c: Include "tui/tui.h".
11756 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
11757 * printcmd.c [TUI]: Include "tui/tui.h".
11758 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
11759 * tui/tui-command.c: Include "gdb_curses.h".
11760 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
11761 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
11762 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
11763 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
11764 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
11765 * Makefile.in: Update all dependencies.
11766 (tui_hooks_h, gdb_curses_h): Define.
11767 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
11768
11769 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
11770
11771 * objfiles.h (struct objfile): Remove unused fields auxf1 and
11772 auxf2. Add comments about some other rarely used fields.
11773
11774 2004-02-10 Andrew Cagney <cagney@redhat.com>
11775
11776 * Makefile.in (init.c): Fix script removing duplicates. Problem
11777 reported by Peter Schauer.
11778
11779 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11780
11781 * bcache.c (bcache_xmalloc): Use obstack_init instead of
11782 obstack_specify_allocation.
11783 * objfiles.c (allocate_objfile): Ditto.
11784 * solib-sunos.c (solib_add_common_symbols)
11785 (allocate_rt_common_objfile): Ditto.
11786 * symfile.c (reread_symbols): Ditto.
11787 * gdb_obstack.h: Add comment.
11788
11789 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11790
11791 * linespec.c (decode_line_1, locate_first_half)
11792 (decode_compound, lookup_prefix_sym): Update comments. Delete old
11793 commented out code.
11794
11795 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
11796
11797 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
11798 obstack_free.
11799
11800 2004-02-09 Andrew Cagney <cagney@redhat.com>
11801
11802 * blockframe.c (find_pc_partial_function): If find_pc_overlay
11803 fails, try find_pc_section. Fix PR c++/1267.
11804 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
11805 instead of find_pc_mapped_section.
11806 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
11807 not default to the section containing PC. Fix PR symtab/1519.
11808
11809 2004-02-09 Andrew Cagney <cagney@redhat.com>
11810
11811 * Makefile.in (mips-tdep.o): Update dependencies.
11812 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
11813 "trad-frame.h".
11814 (mips_unwind_pc): Return the pseudo PC register.
11815 (mips_unwind_dummy_id): New function.
11816 (mips16_fetch_instruction): New function.
11817 (mips32_fetch_instruction): New function.
11818 (struct mips_frame_cache): Define.
11819 (mips_mdebug_frame_cache): New function.
11820 (mips_mdebug_frame_this_id): New function.
11821 (mips_mdebug_frame_prev_register): New function.
11822 (mips_mdebug_frame_unwind): Define.
11823 (mips_mdebug_frame_sniffer): New function.
11824 (mips_mdebug_frame_base_address): New function.
11825 (mips_mdebug_frame_base): Define.
11826 (mips_mdebug_frame_base_sniffer): New function.
11827 (mips_gdbarch_init): Append unwind and base sniffers. Set
11828 unwind_dummy_id.
11829
11830 2004-02-08 Andrew Cagney <cagney@redhat.com>
11831
11832 * frame.c: Print both the register number and name.
11833
11834 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
11835 and a sed into a single sed. Make .c and .o patterns more robust.
11836 (OBS): Delete.
11837 (INIT_FILES): Replace OBS with COMMON_OBS.
11838 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
11839
11840 2004-02-08 Mark Kettenis <kettenis@gnu.org>
11841
11842 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
11843 the PT_WCOOKIE request.
11844
11845 2004-02-08 Andrew Cagney <cagney@redhat.com>
11846
11847 * mips-tdep.c (mips_unwind_pc): New function.
11848 (mips_gdbarch_init): Set mips_unwind_pc.
11849
11850 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
11851 (get_frame_id): Allow the UNKNOWN_FRAME.
11852 (frame_register_unwind, get_frame_type): Ditto.
11853
11854 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
11855 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
11856 unwind_dummy_id indicates a legacy frame.
11857
11858 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
11859 * configure: Re-generate.
11860
11861 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
11862 methods.
11863
11864 2004-02-08 Andrew Cagney <cagney@redhat.com>
11865
11866 * configure.in (CONFIG_ALL): Set to Makefile target, and not
11867 makefile macro.
11868 * configure: Re-generate.
11869 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
11870 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
11871 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
11872 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
11873 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
11874 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
11875 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
11876 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
11877 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
11878 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
11879
11880 2004-02-07 Andrew Cagney <cagney@redhat.com>
11881
11882 * Makefile.in: Update all dependencies.
11883
11884 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
11885 * configure: Re-generate.
11886 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
11887 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
11888 (COMMON_OBS): Add "main.o" and "annotate.o".
11889 (ANNOTATE_OBS): Delete.
11890 (OBS): Remove ANNOTATE_OBS.
11891 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
11892 CONFIG_INITS.
11893 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
11894 against CONFIG_OBS and "main.o".
11895 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
11896 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
11897
11898 * tui/tui-command.c: Include "gdb_string.h", delete register
11899 attribute, use ISO-C function signatures.
11900 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
11901 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11902 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
11903 * tui/tui.c: Ditto.
11904
11905 * tui/tui-command.c: Change variable and function names to lower
11906 case.
11907 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
11908 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
11909 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11910 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11911 * tui/tui-winsource.c, tui/tui.c: Ditto.
11912
11913 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11914
11915 * buildsym.c (free_pending_blocks, finish_block)
11916 (record_pending_block, make_blockvector, end_symtab): Replace
11917 symbol_obstack with objfile_obstack.
11918 * coffread.c (process_coff_symbol, coff_read_struct_type)
11919 (coff_read_enum_type): Ditto.
11920 * cp-namespace.c (initialize_namespace_symtab)
11921 (check_one_possible_namespace_symbol): Ditto.
11922 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
11923 (dwarf2_symbol_mark_computed): Ditto.
11924 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
11925 * elfread.c (elf_symtab_read): Ditto.
11926 * hpread.c (hpread_symfile_init, hpread_symfile_init)
11927 (hpread_read_enum_type, hpread_read_function_type)
11928 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
11929 Ditto.
11930 * jv-lang.c (get_java_class_symtab, add_class_symbol)
11931 (java_link_class_type): Ditto.
11932 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
11933 (new_symbol): Ditto.
11934 * minsyms.c (install_minimal_symbols): Ditto.
11935 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
11936 (terminate_minimal_symbol_table): Replace symbol_obstack with
11937 objfile_obstack.
11938 (free_objfile): Remove freeing of symbol_obstack.
11939 * objfiles.h: Remove symbol_obstack field.
11940 * pa64solib.c (add_to_solist): Replace symbol_obstack with
11941 objfile_obstack.
11942 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11943 symbol_obstack.
11944 (solib_add_common_symbols): Replace symbol_obstack with
11945 objfile_obstack.
11946 * somsolib.c (som_solib_add): Ditto.
11947 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
11948 (common_block_start, common_block_end): Ditto.
11949 * symfile.c (reread_symbols): Remove freeing and init of
11950 symbol_obstack.
11951 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
11952 * symfile.h: Update comment.
11953 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
11954 stats printing.
11955 * symtab.c (symbol_set_names): Replace symbol_obstack with
11956 objfile_obstack.
11957 * symtab.h (struct general_symbol_info, struct minimal_symbol):
11958 Update comments.
11959 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
11960 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
11961 objfile_obstack.
11962
11963 2004-02-07 Andrew Cagney <cagney@redhat.com>
11964
11965 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
11966 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
11967 fields and variables.
11968 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
11969 (m_beInvisible): Delete macro.
11970 * tui/tui-data.h: Fix case case fields and variables.
11971 (m_genWinPtrIsNull): Delete macro.
11972 (tui_win_list): Rename winList.
11973 (TUI_SRC_WIN): Rename srcWin.
11974 (TUI_DISASM_WIN): Rename disassemWin.
11975 (TUI_DATA_WIN): Rename dataWin.
11976 (TUI_CMD_WIN): Rename cmdWin.
11977 (m_genWinPtrNotNull): Delete macro.
11978 (m_winPtrIsNull): Delete macro.
11979 (m_winPtrNotNull): Delete macro.
11980 (tui_win_is_source_type): Replace m_winIsSourceType
11981 (tui_win_is_auxillary): Replace m_winIsAuzillary.
11982 (tui_win_has_locator): Replace m_hasLocator.
11983 (tui_set_win_highlight): Replace m_setWinHighlightOn and
11984 m_setWinHighlightOff.
11985 * tui/tui-data.c: Update references.
11986 (tui_win_is_source_type, tui_set_win_highlight): New functions.
11987 (tui_win_has_locator, tui_win_is_auxillary): New functions.
11988 * tui/tui-command.c, tui/tui-disasm.c: Update references.
11989 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
11990 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
11991 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11992 * tui/tui-winsource.c, tui/tui.c: Ditto.
11993
11994 2004-02-07 Mark Kettenis <kettenis@gnu.org>
11995
11996 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
11997 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
11998 StackGhost.
11999
12000 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12001 variable `i6' to `i7'.
12002 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12003
12004 2004-02-07 Andrew Cagney <cagney@redhat.com>
12005
12006 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12007 (TuiPoint, TuiPointPtr): Ditto.
12008 (TuiStatus, TuiStatusPtr): Ditto.
12009 (TuiWinType, TuiWinTypePtr): Ditto.
12010 (struct tui_point): Rename _TuiPoint.
12011 (tui_get_low_disassembly_address): Rename
12012 tuiGetLowDisassemblyAddress.
12013 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12014 (tuiFree): Delete declaration.
12015 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12016 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12017 * tui/tui.c (tuiFree): Delete function.
12018 * cli/cli-cmds.c (disassemble_command): Update references.
12019 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12020 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12021 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12022 * tui/tui-winsource.c: Ditto.
12023
12024 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12025
12026 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12027 coffstab_build_psymtabs, elfstab_build_psymtabs)
12028 (stabsect_build_psymtabs): Replace psymbol_obstack with
12029 objfile_obstack.
12030 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12031 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12032 Ditto.
12033 * dwarfread.c (scan_compilation_units): Ditto.
12034 * elfread.c (elfstab_offset_sections): Ditto.
12035 * hppa-tdep.c (read_unwind_info): Ditto.
12036 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12037 (hpread_end_psymtab): Ditto.
12038 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12039 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12040 Ditto.
12041 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
12042 * objfiles.c (add_to_objfile_sections)
12043 (build_objfile_section_table): Ditto.
12044 (allocate_objfile): Remove init of psymbol_obstack.
12045 (free_objfile): Remove freeing of psymbol_obstack.
12046 * objfiles.h (struct objfile): Remove field
12047 psymbol_obstack. Update comments.
12048 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12049 psymbol_obstack with objfile_obstack.
12050 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12051 psymbol_obstack.
12052 * somread.c (som_symfile_offsets, init_import_symbols)
12053 (init_export_symbols): Replace psymbol_obstack with
12054 objfile_obstack.
12055 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12056 * symfile.c (default_symfile_offsets, syms_from_objfile)
12057 (reread_symbols): Remove freeing and init of psymbol_obstack.
12058 (cashier_psymtab): Update comment.
12059 * symmisc.c (print_objfile_statistics): Don't report stats for
12060 psymbol obstack.
12061 * symtab.h (struct general_symbol_info, struct partial_symtab):
12062 Update comments.
12063 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12064 (xcoff_symfile_offsets): Replace psymbol_obstack with
12065 objfile_obstack.
12066
12067 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12068
12069 * objfiles.h (struct objfile): Add objfile_obstack field.
12070 Remove type_obstack field.
12071
12072 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12073 read_structure_scope read_enumeration, new_symbol): Replace
12074 type_obstack with objfile_obstack.
12075 * dwarfread.c (struct_type, enum_type): Ditto.
12076 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
12077 (lookup_fundamental_type): Ditto.
12078 * gdbtypes.h (TYPE_ALLOC): Ditto.
12079 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12080 (hpread_read_doc_function_type, hpread_read_struct_type)
12081 (fix_static_member_physnames, hpread_read_array_type)
12082 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
12083 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
12084 (java_link_class_type): Ditto.
12085 * mdebugread.c (parse_type): Ditto.
12086 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12087 * solib-sunos.c (solib_add_common_symbols): Ditto.
12088 * stabsread.c (define_symbol, read_type, read_member_functions,
12089 read_cpp_abbrev, read_one_struct_field): Ditto.
12090 * symfile.c (reread_symbols): Ditto.
12091 * symmisc.c (print_objfile_statistics): Ditto.
12092
12093 2004-02-07 Andrew Cagney <cagney@redhat.com>
12094
12095 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12096 (tui_exec_info_content): Rename TuiExecInfoContent.
12097 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12098 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12099 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12100 (TuiList, TuiListPtr): Ditto.
12101 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12102 (TuiDataType, TuiDataTypePtr): Ditto.
12103 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12104 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12105 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12106 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12107 (TuiDataElement, TuiDataElementPtr): Ditto.
12108 (TuiWinElement, TuiWinElementPtr): Ditto.
12109 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12110 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12111 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12112 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12113 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12114 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12115 * tui/tui-command.c, tui/tui-data.c: Update references.
12116 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12117 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12118 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12119 * tui/tui-winsource.c, tui/tui.c: Ditto.
12120
12121 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12122
12123 * dwarf2-frame.h: Update copyright.
12124 (enum dwarf2_frame_reg_rule): New.
12125 (struct dwarf2_frame_state_reg): New.
12126 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12127 * dwarf2-frame.c: Update copyright.
12128 (enum dwarf2_reg_rule): Remove.
12129 (struct dwarf2_frame_state): Remove defenition of `struct
12130 dwarf2_frame_state_reg'.
12131 (read_reg): Call get_frame_arch to get the architecture instead of
12132 using CURRENT_GDBARCH.
12133 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12134 DWARF2_FRAME_.
12135 (dwarf2_frame_init_reg): New function.
12136 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12137 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12138 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12139 tags with DWARF2_FRAME_.
12140 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12141 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12142 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12143
12144 2004-02-06 Andrew Cagney <cagney@redhat.com>
12145
12146 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12147 (enum tui_data_type): Rename _TuiDataType.
12148 (struct tui_layout_def): Rename _TuiLayoutDef.
12149 (struct tui_source_element): Rename _TuiSourceElement.
12150 (struct tui_data_element): Rename _TuiDataElement.
12151 (struct tui_command_element): Rename _TuiCommandElement.
12152 (struct tui_locator_element): Rename _TuiLocatorElement.
12153 (union tui_which_element): Define.
12154 (struct tui_win_element): Rename _TuiWinElement.
12155 (struct tui_data_info): Rename _TuiDataInfo.
12156 (struct tui_source_info): Rename _TuiSourceInfo.
12157 (struct tui_command_info): Rename _TuiCommandInfo.
12158 (tui_initialize_static_data): Rename initializeStaticData.
12159 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12160 (tui_alloc_win_info): Rename allocWinInfo.
12161 (tui_init_generic_part): Rename initGenericPart.
12162 (tui_init_win_info): Rename initWinInfo.
12163 (tui_alloc_content): Rename allocContent.
12164 (tui_add_content_elements): Rename addContentElements.
12165 (tui_init_content_element): Rename initContentElement.
12166 (tui_free_window): Rename freeWindow.
12167 (tui_free_win_content): Rename freeWinContent.
12168 (tui_free_data_content): Rename freeDataContent.
12169 (tui_free_all_source_wins_content): Rename
12170 freeAllSourceWinsContent.
12171 (tui_del_window): Rename tuiDelWindow.
12172 (tui_del_data_windows): Rename tuiDelDataWindows.
12173 (tui_partial_win_by_name): Rename partialWinByName.
12174 (tui_win_name): Rename winName.
12175 (tui_current_layout): Rename currentLayout.
12176 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12177 (tui_term_height): Rename termHeight.
12178 (tui_set_term_height_to): Rename setTermHeightTo.
12179 (tui_term_width): Rename termWidth.
12180 (tui_set_term_width_to): Rename setTermWidthTo.
12181 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12182 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12183 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12184 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12185 (tui_source_windows): Rename sourceWindows.
12186 (tui_clear_source_windows): Rename clearSourceWindows.
12187 (tui_clear_source_windows_detail): Rename
12188 clearSourceWindowsDetail.
12189 (tui_clear_win_detail): Rename clearWinDetail.
12190 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12191 (tui_default_tab_len): Rename tuiDefaultTabLen.
12192 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12193 (tui_win_with_focus): Rename tuiWinWithFocus.
12194 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12195 (tui_layout_def): Rename tuiLayoutDef.
12196 (tui_win_resized): Rename tuiWinResized.
12197 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12198 (tui_next_win): Rename tuiNextWin.
12199 (tui_prev_win): Rename tuiPrevWin.
12200 (tui_add_to_source_windows): Rename addToSourceWindows.
12201 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12202 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12203 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12204 * tui/tui.c, tui/tui-data.c: Ditto.
12205 * tui/tui-interp.c, tui/tui-data.c: Ditto.
12206 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12207
12208 * tui/tui-source.h: Update copyright. Include "tui-data.h".
12209 (struct symtab): Declare.
12210 (tui_set_source_content): Rename tuiSetSourceContent.
12211 (tui_show_symtab_source): Rename tuiShowSource.
12212 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
12213 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
12214 * tui/tui-source.c: Update copyright. Update references.
12215 * tui/tui-win.c, tui/tui-winsource.c: Update references.
12216 * tui/tui-stack.c: Update references.
12217
12218 * tui/tui-win.h: Update copyright. Include "tui-data.h".
12219 (struct tui_win_info): Declare.
12220 (tui_scroll_forward): Rename tuiScrollForward.
12221 (tui_scroll_backward): Rename tuiScrollBackward.
12222 (tui_scroll_left): Rename tuiScrollLeft.
12223 (tui_scroll_right): Rename tuiScrollRight.
12224 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
12225 (tui_resize_all): Rename tuiResizeAll.
12226 (tui_refresh_all_win): Rename tuiRefreshAll.
12227 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
12228 * tui/tui-layout.c, * tui/tui-io.c: Update references.
12229 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
12230 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
12231
12232 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
12233 (tui_erase_data_content): Rename tuiEraseDataContent.
12234 (tui_display_all_data): Rename tuiDisplayAllData.
12235 (tui_check_data_values): Rename tuiCheckDataValues.
12236 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
12237 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
12238 (tui_first_data_element_no_in_line): Rename
12239 tuiFirstDataElementNoInLine.
12240 (tui_delete_data_content_windows): Rename
12241 tuiDeleteDataContentWindows.
12242 (tui_refresh_data_win): Rename tuiRefreshDataWin.
12243 (tui_display_data_from): Rename tuiDisplayDataFrom.
12244 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
12245 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
12246 * tui/tui-win.c, tui/tui-regs.c: Update references.
12247 * tui/tui-layout.c, tui/tui.c: Update references.
12248
12249 * tui/tui-wingeneral.h: Update copyright.
12250 (m_allBeVisible): Delete macro.
12251 (m_allBeInvisible): Delete macro.
12252 (struct tui_gen_win_info): Declare.
12253 (struct tui_win_info): Declare.
12254 (tui_unhighlight_win): Rename unhighlightWin.
12255 (tui_make_visible, tui_make_invisible): Replace makeVisible.
12256 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
12257 (tui_make_window): Rename makeWindow.
12258 (tui_copy_win): Rename copyWin.
12259 (tui_box_win): Rename boxWin.
12260 (tui_highlight_win): Rename highlightWin.
12261 (tui_check_and_display_highlight_if_needed): Rename
12262 checkAndDisplayHighlightIfNeeded.
12263 (tui_refresh_all): Rename refreshAll.
12264 (tui_delete_win): Rename tuiDelwin.
12265 (tui_refresh_win): Rename tuiRefreshWin.
12266 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
12267 (tui_make_visible, tui_make_invisible): New functions.
12268 (tui_make_all_visible, tui_make_all_invisible): New functions.
12269 (make_all_visible): Rename makeAllVisible.
12270 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
12271 * tui/tui-data.c, tui/tui-winsource.c: Update references.
12272 * tui/tui-windata.c, tui/tui-win.c: Update references.
12273 * tui/tui-regs.c, tui/tui-layout.c: Update references.
12274 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
12275
12276 2004-02-06 Mark Kettenis <kettenis@gnu.org>
12277
12278 * proc-api.c (write_with_trace): Initialize local variable to
12279 silence compiler warning.
12280
12281 2004-02-06 Andrew Cagney <cagney@redhat.com>
12282
12283 * tui/tui-source.h: Do not include "defs.h".
12284 (struct tui_win_info): Declare.
12285 (tui_set_source_content_nil): Declare.
12286 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
12287 (union tui_line_or_address): Rename _TuiLineOrAddress.
12288 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
12289 (tui_update_source_window): Rename tuiUpdateSourceWindow.
12290 (tui_update_source_window_as_is): Rename
12291 tuiUpdateSourceWindowAsIs.
12292 (tui_update_source_windows_with_addr): Rename
12293 tuiUpdateSourceWindowsWithAddr.
12294 (tui_update_source_windows_with_line): Rename
12295 tuiUpdateSourceWindowsWithLine.
12296 (tui_clear_source_content): Rename tuiClearSourceContent.
12297 (tui_erase_source_content): Rename tuiEraseSourceContent.
12298 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
12299 (tui_show_source_content): Rename tuiShowSourceContent.
12300 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
12301 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
12302 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
12303 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
12304 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
12305 (tui_update_exec_info): Rename tuiUpdateExecInfo.
12306 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
12307 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
12308 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
12309 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
12310 (struct tui_win_info): Declare.
12311 * tui/tui-stack.c: Update references.
12312 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
12313 * tui/tui-win.c, tui/tui-source.c: Ditto.
12314 * tui/tui.c, tui/tui-disasm.c: Ditto.
12315
12316 2004-02-06 Mark Kettenis <kettenis@gnu.org>
12317
12318 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
12319 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
12320
12321 2004-02-05 Mark Kettenis <kettenis@gnu.org>
12322
12323 * infrun.c (handle_inferior_event): Allow for breakpoint
12324 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
12325 and SIGEMT. Update comments.
12326 * NEWS (Revised SPARC target): Mention support for non-executable
12327 stack.
12328
12329 2004-02-04 Mark Kettenis <kettenis@gnu.org>
12330
12331 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
12332 * inftarg.c: Update copyright year.
12333 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
12334 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
12335 (sparc_xfer_wcookie): New function.
12336 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12337 * Makefile.in (sparc-nat.o): Update dependencies.
12338 * config/sparc/nm-nbsd.h: Include "target.h".
12339 (NATIVE_XFER_WCOOKIE): New define.
12340 (sparc_xfer_wcookie): New prototype.
12341
12342 2004-02-04 Andrew Cagney <cagney@redhat.com>
12343
12344 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
12345 SYSCALL_TRAP function.
12346 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
12347
12348 2004-02-04 Andrew Cagney <cagney@redhat.com>
12349 Daniel Jacobowitz <drow@mvista.com>
12350
12351 * objfiles.h: Delete comments refering to inside_entry_func and
12352 DEPRECATED_FRAME_CHAIN_VALID.
12353 * defs.h (inside_entry_func): Update prototype..
12354 * blockframe.c (inside_entry_func): Rename to
12355 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
12356 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
12357
12358 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
12359
12360 * breakpoint.c (struct captured_parse_breakpoint_args): Move
12361 outside of #ifdef SOLIB_ADD region.
12362 (do_restore_lang_radix_cleanup): Ditto.
12363 (resolve_pending_breakpoint): Ditto.
12364
12365 2004-02-03 Andrew Cagney <cagney@redhat.com>
12366
12367 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
12368 (process_note_abi_tag_sections): Delete unused function.
12369 (ia64_read_fp): Delete unused function.
12370 (gdbarch_extract_struct_value_address): Delete declaration.
12371
12372 2004-02-02 Andrew Cagney <cagney@redhat.com>
12373
12374 * vax-tdep.c (vax_frame_chain): Delete call to
12375 deprecated_inside_entry_file.
12376 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
12377
12378 2004-02-02 Mark Kettenis <kettenis@gnu.org>
12379
12380 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
12381 column that's "empty" or "same value" when eliminating REG_RA
12382 rules.
12383
12384 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12385
12386 * NEWS: Add information about new pending breakpoint support.
12387
12388 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12389
12390 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
12391 and pending fields for pending breakpoint support.
12392 * breakpoint.c (breakpoint_enabled): Add check for not pending.
12393 (condition_command): Only parse condition if not a pending
12394 breakpoint.
12395 (print_one_breakpoint): Add support for pending breakpoints.
12396 (describe_other_breakpoints): Add checks to verify we are not
12397 dealing with pending breakpoints.
12398 (check_duplicates): Don't check pending breakpoints.
12399 (set_raw_breakpoint): Initialize pending flag.
12400 (do_restore_lang_radix_cleanup): New cleanup routine.
12401 (resolve_pending_breakpoint): New function.
12402 (re_enable_breakpoints_in_shlibs): Try and resolve any
12403 pending breakpoints via resolve_pending_breakpoint.
12404 (mention): Add pending breakpoint support.
12405 (parse_breakpoint_sals): Add new parameter to pass to
12406 decode_line_1 to indicate silent errors when files or functions
12407 are not found. Change all callers.
12408 (do_captured_parse_breakpoint): New function.
12409 (break_command_1): Change prototype to return an rc value and to
12410 take an optional pending breakpoint pointer. Support creating
12411 a pending breakpoint if a "not found" form of error occurs when
12412 parsing the breakpoint. Also support resolving an existing pending
12413 breakpoint and be silent if the resolution fails.
12414 (create_breakpoints): Change prototype to take pending breakpoint
12415 pointer. When resolving a pending breakpoint, use the new pointer
12416 to provide a conditional or commands added by the end-user.
12417 (delete_breakpoint): Add appropriate check for pending.
12418 (breakpoint_re_set_one): Ditto.
12419 (do_enable_breakpoint): Ditto.
12420
12421 2004-02-02 David Carlton <carlton@kealia.com>
12422
12423 * valops.c (enum oload_classification): New.
12424 (find_overload_match): Break implementation into separate
12425 functions; delete #if 0'd code; look for symbols within
12426 namespaces.
12427 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
12428 (find_oload_champ,oload_method_static,classify_oload_match): New.
12429 * cp-support.h: Add declaration for cp_func_name; update
12430 declaration for make_symbol_overload_list.
12431 * cp-support.c (cp_func_name): New.
12432 (overload_list_add_symbol): Fix comment, use
12433 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
12434 (make_symbol_overload_list): Take a function name and a namespace
12435 instead of a symbol; change implementation.
12436 (make_symbol_overload_list_using): New.
12437 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
12438
12439 2004-02-02 Fred Fish <fnf@redhat.com>
12440
12441 * main.c (gdb_stdtarg): Move definition to group with other
12442 gdb_stdtarg definitions and update copyright years.
12443 * remote-sim.c (gdb_os_write_stderr): Write output to
12444 gdb_stdtargerr stream instead of gdb_stdtarg stream.
12445 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
12446 gdb_stderr stream and update copyright years.
12447
12448 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12449
12450 * Makefile.in (mips-linux-nat.o): Update dependencies.
12451 * mips-linux-nat.c: Include mips-tdep.h.
12452
12453 2004-02-01 Roland McGrath <roland@redhat.com>
12454
12455 * sol-thread.c (sol_thread_xfer_partial): New function.
12456 (init_sol_thread_ops): Use that for to_xfer_partial hook.
12457 (init_sol_core_ops): Likewise.
12458
12459 * procfs.c (procfs_xfer_partial): New function.
12460 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
12461 * Makefile.in (procfs.o): Add $(auxv_h) dep.
12462
12463 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
12464 procfs_xfer_auxv function.
12465
12466 * procfs.c (procfs_make_note_section): If we can read
12467 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
12468 * linux-proc.c (linux_make_note_section): Likewise.
12469
12470 * auxv.h: New file.
12471 * auxv.c: New file.
12472 * Makefile.in (auxv_h): New variable.
12473 (COMMON_OBS): Add auxv.o here.
12474 (auxv.o): New target.
12475
12476 * corelow.c (core_xfer_partial): New function.
12477 (init_core_ops): Use it for core_ops.to_xfer_partial.
12478
12479 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
12480 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
12481 macro if that is defined.
12482
12483 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12484
12485 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
12486 and check the specified thread for each breakpoint.
12487 * breakpoint.h (bpstat_stop_status): Update prototype.
12488 * infrun.c (handle_inferior_event): Update calls to
12489 bpstat_stop_status.
12490
12491 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12492
12493 * Makefile.in (cli-cmds.o): Add $(readline_h).
12494
12495 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12496
12497 * cli/cli-cmds.c: Include readline.h.
12498 (complete_command): Pass the start of the last word to
12499 complete_line.
12500
12501 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12502
12503 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
12504 argument, and change first argument to a CORE_ADDR.
12505 * breakpoint.h (bpstat_stop_status): Update prototype.
12506 * infrun.c (adjust_pc_after_break): Add a new comment.
12507 (handle_inferior_event): Update calls to bpstat_stop_status.
12508
12509 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12510
12511 * breakpoint.h: Update copyright years.
12512
12513 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12514
12515 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
12516 (bpstat_stop_status): Don't decrement PC.
12517 * breakpoint.h (software_breakpoint_inserted_here_p): Add
12518 prototype.
12519 * infrun.c (adjust_pc_after_break): New function.
12520 (handle_inferior_event): Call it, early. Remove later references
12521 to DECR_PC_AFTER_BREAK.
12522 (normal_stop): Add commentary.
12523
12524 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12525
12526 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
12527 2004-01-27 double-free fix.
12528
12529 2004-01-31 Mark Kettenis <kettenis@gnu.org>
12530
12531 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12532 (sparc32_frame_prev_register): Handle StackGhost.
12533 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12534
12535 2004-01-29 Roland McGrath <roland@redhat.com>
12536
12537 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
12538 * configure: Regenerated.
12539
12540 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
12541 * Makefile.in (procfs.o): Add dep.
12542
12543 2004-01-28 Andrew Cagney <cagney@redhat.com>
12544
12545 * tui/tui-stack.h: Update copyright.
12546 (struct frame_info): Add opaque declaration.
12547 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
12548 (tui_show_locator_content): Rename tuiShowLocatorContent.
12549 (tui_show_frame_info): Rename tuiShowFrameInfo.
12550 * tui/tui-stack.c: Update copyright. Update references.
12551 * tui/tui-winsource.c: Update references.
12552 * tui/tui-win.c: Update references.
12553 * tui/tui-layout.c: Update references.
12554 * tui/tui-hooks.c: Update copyright, update references.
12555 * tui/tui.c: Update copyright, update references.
12556 * tui/tui-disasm.c: Update references.
12557
12558 2004-01-28 David Carlton <carlton@kealia.com>
12559
12560 * dwarf2read.c (add_partial_structure): Use demangled name if
12561 namespace equals "".
12562
12563 2004-01-27 Jim Blandy <jimb@redhat.com>
12564
12565 Clean up misapplied patch:
12566 * dwarf2read.c (determine_prefix): Change one of the two forward
12567 declarations for 'determine_prefix_aux' to a declaration for this.
12568 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
12569 argument to 'die_specification'.
12570
12571 * dwarf2read.c (read_func_scope): Re-indent comment.
12572
12573 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
12574
12575 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
12576 b->exp to NULL after freeing so that error during re-parsing or
12577 evaluation of expressions associated with breakpoint don't
12578 eventually lead to re-freeing of storage.
12579 Committed by Andrew Cagney.
12580
12581 2004-01-27 Andrew Cagney <cagney@redhat.com>
12582
12583 * source.c (ambiguous_line_spec): Delete undefined declaration.
12584 * m32r-rom.c (m32r_set_board_address): Delete unused function.
12585 (m32r_set_server_address, m32r_set_download_path): Ditto.
12586 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
12587
12588 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
12589
12590 * dwarf2read.c: Update calls to changed and renamed functions, and
12591 references to moved variables.
12592
12593 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
12594 language, language_defn, list_in_scope, and ftypes members.
12595 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
12596 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
12597 (baseaddr): Remove globals.
12598
12599 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
12600 (set_cu_language, die_is_declaration, die_specification)
12601 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
12602 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
12603 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
12604 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
12605
12606 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
12607 cu.list_in_scope. Don't initialize cu_header_offset.
12608 (add_partial_symbol): Add local baseaddr.
12609 (psymtab_to_symtab_1): Add local baseaddr. Use
12610 objfile->section_offsets for consistency. Don't initialize
12611 cu_header_offset; do initialize cu.header.offset and
12612 cu.list_in_scope.
12613 (read_file_scope, read_func_scope, read_lexical_block_scope)
12614 (dwarf_decode_lines, new_symbol): Add local baseaddr.
12615
12616 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
12617
12618 * PROBLEMS: Add gdb/1516.
12619
12620 2003-12-29 Robert Millan <robertmh@gnu.org>
12621
12622 Patch committed by Andrw Cagney.
12623 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
12624 * configure.tgt: Match knetbsd*-gnu.
12625
12626 2004-01-26 Andrew Cagney <cagney@redhat.com>
12627
12628 * breakpoint.c (catch_command_1): Delete #ifdef code.
12629 (catch_fork_command_1): Delete #ifdef wrapper.
12630 (catch_exec_command_1): Ditto.
12631 (catch_load_command_1): Ditto.
12632 (catch_unload_command_1): Ditto.
12633
12634 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
12635 (catch_breakpoint): Delete #if0ed function.
12636 (disable_catch_breakpoint): Ditto.
12637 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
12638 (disable_catch, enable_catch, delete_catch): Ditto.
12639
12640 2004-01-26 Andrew Cagney <cagney@redhat.com>
12641
12642 * remote.c (echo_check, quit_flag): Delete variables.
12643 (cisco_kernel_mode): Delete variable.
12644 (minitelnet_return, tty_input, escape_count): Delete variables.
12645 (remote_cisco_mode): Delete variable.
12646 (remote_cisco_open, remote_cisco_close): Delete function.
12647 (remote_cisco_mourn, remote_cisco_wait): Delete function.
12648 (init_remote_cisco_ops): Delete function.
12649 (_initialize_remote): Do not install "remote cisco" code.
12650 (read_frame): Delete cisco specific code.
12651 (remote_info_process): Delete function.
12652 (remote_wait): Delete cisco specific code.
12653 (remote_cisco_section_offsets): Delete function.
12654 (remote_cisco_objfile_relocate): Delete function.
12655 (remote_async_wait): Delete cisco specific code.
12656 (minitelnet, readtty, readsocket): Delete function.
12657
12658 2004-01-26 Andrew Cagney <cagney@redhat.com>
12659
12660 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
12661 comments mentioning extract_returned_value_address.
12662 * infcmd.c (print_return_value): Update. Add comments on
12663 extract_returned_value_address.
12664 * stack.c (return_command): Add comments on
12665 extract_returned_value_address.
12666 * values.c: Update comment.
12667 * m32r-tdep.c: Update comment.
12668 * sparc-tdep.c: Update comment.
12669 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
12670 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12671 * sh64-tdep.c (sh64_gdbarch_init): Update.
12672 * sh-tdep.c (sh_gdbarch_init): Update.
12673 * s390-tdep.c (s390_gdbarch_init): Update.
12674 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12675 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
12676 * m68k-tdep.c (m68k_gdbarch_init): Update.
12677 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12678 * m32r-tdep.c (m32r_gdbarch_init): Update.
12679 * ia64-tdep.c (ia64_gdbarch_init): Update.
12680 * h8300-tdep.c (h8300_gdbarch_init): Update.
12681 * frv-tdep.c (frv_gdbarch_init): Update.
12682 * arm-tdep.c (arm_gdbarch_init): Update.
12683 * alpha-tdep.c (alpha_gdbarch_init): Update.
12684
12685 2004-01-26 Andrew Cagney <cagney@redhat.com>
12686
12687 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
12688 SYMBOL_LOCATION_FUNCS
12689 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
12690 "struct symbol_ops".
12691 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
12692 type to "struct symbol_ops".
12693 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
12694 (struct symbol): Replace ".aux_value.loc.funcs" and
12695 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
12696 (SYMBOL_OBJFILE): Delete macro.
12697 (SYMBOL_LOCATION_FUNCS): Delete macro.
12698 (SYMBOL_LOCATION_BATON): Update.
12699 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
12700 intead of SYMBOL_LOCATION_FUNCS.
12701 * ax-gdb.c (gen_var_ref): Ditto.
12702 * printcmd.c (address_info): Ditto.
12703 * findvar.c (read_var_value): Ditto.
12704 (symbol_read_needs_frame): Ditto.
12705
12706 2004-01-26 Andrew Cagney <cagney@redhat.com>
12707
12708 * dwarf2read.c (read_func_scope): Document frame-base hack.
12709
12710 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12711
12712 * infcmd.c (print_return_value): Plug memory leak; delete
12713 ui_stream object. Rename argument `structure_return' to
12714 `struct_return'.
12715
12716 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12717
12718 * infcmd.c (print_return_value): Wrap long lines.
12719 (finish_command_continuation, finish_command): Remove unused
12720 variable `funcaddr'. Fix some coding-standards problems.
12721
12722 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
12723 SECT_SIZE is large enough, not whether it's exactly the right size.
12724 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
12725 TDEP->fpregset to zero.
12726
12727 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
12728 floating-point registers for traditional NetBSD core files.
12729 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
12730 TDEP->sizeof_fpregset here.
12731
12732 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12733
12734 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
12735 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
12736 function with code split out from
12737 sparc32nbsd_sigcontext_frame_cache.
12738 (sparc32nbsd_sigcontext_frame_cache): Use
12739 sparc32nbsd_sigcontext_saved_regs.
12740 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
12741 OpenBSD.
12742 * sparcobsd-tdep.c: New file.
12743 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
12744 (sparcobsd-tdep.o): New dependency.
12745 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
12746 * config/sparc/obsd.mt: New file.
12747
12748 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
12749 TDEP->fpregset to be initialized to enable core file register
12750 sets.
12751
12752 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12753
12754 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
12755 Add opaque declarations.
12756 (sparc64nbsd_sigcontext_saved_regs): New prototype.
12757 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
12758 function with code split out from
12759 sparc64nbsd_sigcontext_frame_cache.
12760 (sparc64nbsd_sigcontext_frame_cache): Use
12761 sparc64nbsd_sigcontext_saved_regs.
12762 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
12763 OpenBSD.
12764 * sparc64obsd-tdep.c: New file.
12765 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
12766 (sparc64obsd-tdep.o): New dependency.
12767 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
12768 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
12769 * config/sparc/obsd64.mt: New file.
12770
12771 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
12772 read the instruction at PC.
12773
12774 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
12775 value of GDB_OSABI_DEFAULT.
12776 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
12777 instead of GDB_OSABI_NETBSD_AOUT.
12778
12779 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12780
12781 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
12782 copyright.
12783
12784 2004-01-23 Andrew Cagney <cagney@redhat.com>
12785
12786 * printcmd.c (display_command): Replace tui_set_display call with
12787 tui_set_layout_for_display_command.
12788 * tui/tui.h (enum tui_win_type): Define.
12789 (tui_set_layout): Delete declaration.
12790 (tui_set_layout_for_display_command): Rename set_tui_layout.
12791 * tui/tui-data.h (enum tui_layout_type): Define.
12792 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
12793 "tui.h".
12794 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
12795 (tui_default_win_height): Rename tuiDefaultWinHeight.
12796 (tui_default_win_viewport_height): Rename
12797 tuiDefaultWinViewportHeight.
12798 (tui_set_layout): RenametuiSetLayout.
12799 * tui/tui-layout.c: Update references.
12800 * tui/tui.c: Update references.
12801 * tui/tui-disasm.c: Update references.
12802
12803 2004-01-23 David Carlton <carlton@kealia.com>
12804
12805 Partial workaround for PR c++/1511:
12806 * cp-namespace.c: Include frame.h.
12807 (cp_lookup_transparent_type): New
12808 (cp_lookup_transparent_type_loop): New.
12809 * cp-support.h: Declare cp_lookup_transparent_type.
12810 * symtab.c (basic_lookup_transparent_type): Renamed from
12811 lookup_transparent_type.
12812 (lookup_transparent_type): Replace old body by a call to
12813 current_language->la_lookup_transparent_type.
12814 * symtab.h: Update copyright. Declare
12815 basic_lookup_transparent_type.
12816 * language.h: Update copyright.
12817 (struct language_defn): Add la_lookup_transparent_type.
12818 * language.c: Update copyright.
12819 (unknown_language_defn): Add basic_lookup_transparent_type.
12820 (auto_language_defn): Add basic_lookup_transparent_type.
12821 (local_language_defn): Add basic_lookup_transparent_type.
12822 * ada-lang.c: Update copyright.
12823 (ada_language_defn): Add basic_lookup_transparent_type.
12824 * c-lang.c: Update copyright.
12825 (c_language_defn): Add basic_lookup_transparent_type.
12826 (cplus_language_defn): Add basic_lookup_transparent_type.
12827 (asm_language_defn): Add basic_lookup_transparent_type.
12828 (minimal_language_defn): Add basic_lookup_transparent_type.
12829 * f-lang.c: Update copyright.
12830 (f_language_defn): Add basic_lookup_transparent_type.
12831 * jv-lang.c: Update copyright.
12832 (java_language_defn): Add basic_lookup_transparent_type.
12833 * m2-lang.c: Update copyright.
12834 (m2_language_defn): Add basic_lookup_transparent_type.
12835 * objc-lang.c: Update copyright.
12836 (objc_language_defn): Add basic_lookup_transparent_type.
12837 * p-lang.c: Update copyright.
12838 (p_language_defn): Add basic_lookup_transparent_type.
12839 * scm-lang.c: Update copyright.
12840 (scm_language_defn): Add basic_lookup_transparent_type.
12841 * Makefile.in (cp-namespace.o): Depend on frame.h.
12842
12843 2004-01-23 David Carlton <carlton@kealia.com>
12844
12845 Patch for PR c++/1520:
12846 * dwarf2read.c (read_func_scope): Set processing_current_prefix
12847 properly if we have a specification die.
12848 (determine_prefix_aux): Rename from determine_prefix.
12849 (determine_prefix): Like the old determine_prefix, but never
12850 returns NULL.
12851
12852 2004-01-23 Theodore A. Roth <troth@openavr.org>
12853
12854 * avr-tdep.c: Update copyright.
12855 (avr_iaddr_p): Delete unused function.
12856 (avr_saddr_p): Delete unused function.
12857
12858 2004-01-23 David Carlton <carlton@kealia.com>
12859
12860 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
12861 Fix for PR symtab/1534.
12862
12863 2004-01-23 Mark Kettenis <kettenis@gnu.org>
12864
12865 * NEWS (New native configurations): Mention OpenBSD/sparc and
12866 OpenBSD/sparc64.
12867 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
12868 * configure.host: Likewise.
12869 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
12870 handler for OpenBSD.
12871 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
12872
12873 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12874
12875 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
12876 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
12877
12878 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
12879 * cli/cli-cmds.c (shell_escape): Likewise.
12880
12881 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
12882 OpenBSD .note.openbsd.ident sections.
12883
12884 2004-01-22 David Carlton <carlton@kealia.com>
12885
12886 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
12887 get_scope_pc_bounds.
12888 (read_file_scope): Ditto.
12889 (get_scope_pc_bounds): New function, produced by extracting code
12890 from the above two functions, consolidating it, and adding support
12891 for DW_TAG_namespace.
12892
12893 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12894
12895 * osabi.c (MAX_NOTESZ): New define.
12896 (check_note): New function.
12897 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
12898 check_note.
12899
12900 2004-01-21 Roland McGrath <roland@redhat.com>
12901
12902 * MAINTAINERS (write after approval): Add myself.
12903
12904 2004-01-21 Eli Zaretskii <eliz@gnu.org>
12905
12906 * utils.c (init_page_info): Move declarations of `rows' and
12907 `cols' before the __GO32__-specific code. Move the closing brace
12908 outside the #ifdef __GO32__..#endif block.
12909 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
12910
12911 2004-01-21 Paul Brook <paul@codesourcery.com>
12912
12913 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
12914 BPSTAT_WHAT_CHECK_SHLIBS.
12915
12916 2004-01-21 Paul Brook <paul@codesourcery.com>
12917
12918 * MAINTAINERS: Add myself to write-after-approval.
12919
12920 2004-01-20 Andrew Cagney <cagney@redhat.com>
12921
12922 * ax-gdb.c (print_axs_value): Delete unused function.
12923 * jv-lang.c (java_lookup_type): Delete unused function.
12924 * cli/cli-dump.c (dump_filetype): Delete unused function.
12925 * remote-mips.c (remote_mips_insert_hw_breakpoint)
12926 (remote_mips_remove_hw_breakpoint): Delete unused functions.
12927 (mips_getstring): Delete unused function.
12928 (pmon_insert_breakpoint): Delete #if0ed function.
12929 (PMON_MAX_BP): Delete #if0ed MACRO.
12930 (mips_pmon_bp_info): Delete #if0ed variable.
12931 (pmon_remove_breakpoint): Delete #if0ed function.
12932 * monitor.c (monitor_write_even_block): Delete unused function.
12933 (monitor_write_memory_block): Delete #if0ed code.
12934 * dink32-rom.c (dink32_load): Delete unused function.
12935 (_initialize_dink32_rom): Delete #if0ed code.
12936 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
12937
12938 * tui/tui-command.c: Update references.
12939 * tui/tui-io.c: Update references.
12940 * tui/tui-command.h: Update copyright.
12941 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
12942
12943 * source.c (ambiguous_line_spec): Delete never-defined function.
12944 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
12945 * gdbtypes.c (add_name, add_mangled_type): Ditto.
12946 * cli/cli-cmds.c (validate_comname): Ditto.
12947
12948 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
12949 "tui-data.h".
12950 (tui_set_disassem_content): Rename tuiSetDisassemContent.
12951 (tui_show_disassem): Rename tuiShowDisassem.
12952 (tui_show_disassem_and_update_source): Rename
12953 tuiVerticalDisassemScroll.
12954 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
12955 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
12956 * tui/tui.h: Update copyright.
12957 (enum tui_status): Define.
12958 * tui/tui-data.h (enum tui_scroll_direction): Define.
12959 * tui/tui-disasm.c: Update copyright. Update references.
12960 * tui/tui-winsource.c: Update copyright. Update references.
12961 * tui/tui-win.c: Update references.
12962 * tui/tui-layout.c: Update references.
12963
12964 2004-01-20 Andrew Cagney <cagney@redhat.com>
12965
12966 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
12967 sym2 to start of block.
12968
12969 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
12970
12971 * MAINTAINERS: Delete mmalloc.
12972 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
12973 * NEWS: Mention removal of --with-malloc.
12974 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
12975 * config.in: Regenerate.
12976 * configure: Regenerate.
12977 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
12978 USE_MMALLOC, MMCHECK_FORCE.
12979 * gdbinit.in: Remove mmalloc.
12980 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
12981 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
12982 * config/i386/go32.mh: Likewise.
12983 * config/i386/interix.mh: Likewise.
12984 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
12985
12986 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
12987
12988 * linespec.c (decode_variable, symtab_from_filename): Call
12989 error_silent with error message instead of throwing an exception
12990 directly.
12991 * defs.h (error_silent, error_output_message): Add prototypes.
12992 (catch_exceptions_with_msg): Ditto.
12993 * utils.c (error_silent, error_output_message): New functions.
12994 * top.c (catch_exceptions_with_msg): New function.
12995
12996 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
12997
12998 * mi/mi-cmds.h (enum print_values): Add definition.
12999
13000 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13001 type and value for simple data types and just the name and type
13002 for complex ones, if required.
13003
13004 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13005 children, if required.
13006
13007 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13008
13009 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13010 unused declarations.
13011
13012 2004-01-19 Andrew Cagney <cagney@redhat.com>
13013
13014 * top.h (mapped_symbol_files): Delete declaration.
13015 * main.c (captured_main): Delete option "m" and "mapped".
13016 * objfiles.c (mapped_symbol_files): Delete variable.
13017 * symfile.c (symbol_file_command): Delete mmap code.
13018 (symbol_file_add_with_addrs_or_offsets): Ditto.
13019 (add_symbol_file_command, reread_separate_symbols): Ditto.
13020 * objfiles.h (OBJF_MAPPED): Delete.
13021 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13022 (free_objfile) [USE_MMALLOC]: Ditto.
13023 (open_existing_mapped_file): Delete function.
13024 (open_mapped_file): Delete function.
13025 (map_to_file): Delete function.
13026
13027 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13028
13029 * infrun.c (step_into_function): Account for possible breakpoint
13030 adjustment when computing ``stop_func_start''.
13031
13032 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13033
13034 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13035 the region size against the size of a pointer, not the size of
13036 a register as given by DEPRECATED_REGISTER_SIZE.
13037
13038 2004-01-19 Andrew Cagney <cagney@redhat.com>
13039
13040 * tui/tui-regs.h: Include "tui-data.h".
13041 (tuiFirstRegElementNoInLine): Delete declaration.
13042 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13043 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13044 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13045 (tui_calculate_regs_column_count): Rename
13046 tuiCalculateRegsColumnCount.
13047 (tui_check_register_values): Rename tuiCheckRegisterValues.
13048 (tui_show_registers): Rename tuiShowRegisters.
13049 (tui_display_registers_from_line): Rename
13050 tuiDisplayRegistersFromLine.
13051 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13052 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13053 (tui_first_reg_element_no_inline): Rename
13054 tuiFirstRegElementNoInLine.
13055 * tui/tui-data.h: Update copyright.
13056 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13057 * tui/tui-windata.c: Update copyright, update references.
13058 * tui/tui-regs.c: Update copyright, update references.
13059 * tui/tui-win.c: Update copyright, update references.
13060 * tui/tui-layout.c: Update copyright, update references.
13061
13062 2004-01-18 Andrew Cagney <cagney@redhat.com>
13063
13064 * tui/tui-io.c: Update copyright.
13065 (key_is_end_sequence, key_is_backspace): New functions.
13066 (key_is_command_char, key_is_start_sequence): New function.
13067 (tui_getc): Update references.
13068 * tui/tui-io.h: Update copyright.
13069 (m_tuiStartNewLine): Delete macro.
13070 (m_isBackspace, m_isDeleteChar): Delete macros.
13071 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13072 (m_isNextPage, m_isPrevPage): Delete macros.
13073 (m_isLeftArrow, m_isRightArrow): Delete macros.
13074 (m_isXdbStyleCommandChar): Delete macro.
13075 (key_is_start_sequence): Declare, replace m_isStartSequence.
13076 (key_is_end_sequence): Declare, replace m_isEndSequence.
13077 (key_is_backspace): Declare ,replace m_isBackspace.
13078 (key_is_command_char): Declare, replace m_isCommandChar.
13079 * tui/tui-command.c: Update copyright.
13080 (tuiDispatchCtrlChar): Update references.
13081
13082 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13083 tuiSourceWin.h.
13084
13085 * tui/tui-command.c: Rename tui/tuiCommand.c.
13086 * tui/tui-command.h: Rename tui/tuiCommand.h.
13087 * tui/tui-data.c: Rename tui/tuiData.c.
13088 * tui/tui-data.h: Rename tui/tuiData.h.
13089 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13090 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13091 * tui/tui-io.c: Rename tui/tuiIO.c.
13092 * tui/tui-io.h: Rename tui/tuiIO.h.
13093 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13094 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13095 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13096 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13097 * tui/tui-source.c: Rename tui/tuiSource.c.
13098 * tui/tui-source.h: Rename tui/tuiSource.h.
13099 * tui/tui-stack.c: Rename tui/tuiStack.c.
13100 * tui/tui-stack.h: Rename tui/tuiStack.h.
13101 * tui/tui-win.c: Rename tui/tuiWin.c.
13102 * tui/tui-win.h: Rename tui/tuiWin.h.
13103 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13104 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13105 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13106 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13107 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13108 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13109 * tui/tui-file.c: Update includes.
13110 * tui/tui-hooks.c: Update includes.
13111 * tui/tui-interp.c: Update includes.
13112 * tui/tui.c: Update includes.
13113 * Makefile.in: Update all tui/ dependencies.
13114 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13115
13116 * Makefile.in: Update copyright. Update dependencies.
13117
13118 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13119 problem.
13120
13121 2004-01-18 Andrew Cagney <cagney@redhat.com>
13122
13123 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13124 instead of register_gdbarch_init.
13125
13126 * remote-sds.c (tohex): Delete unused function. Update copyright.
13127 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13128 * v850-tdep.c (v850_register_virtual_size): Ditto.
13129 * target.c (normal_target_post_startup_inferior): Ditto.
13130 * source.c (ambiguous_line_spec): Ditto.
13131 * remote.c (adapt_remote_get_threadinfo): Ditto.
13132 * mi/mi-out.c (out_field_fmt): Ditto.
13133 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13134 (output_control_change_notification): Ditto.
13135 * m68k-tdep.c (m68k_register_byte): Ditto.
13136 (m68k_remote_breakpoint_from_pc): Ditto.
13137 * ui-out.c (init_ui_out_state): Delete unused declaration.
13138 * stabsread.c (search_value): Ditto.
13139 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13140 * maint.c (print_section_table): Ditto.
13141 * infrun.c (set_follow_fork_mode_command): Ditto.
13142
13143 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13144
13145 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13146 DW_CFA_def_cfa_exporession. Add support for
13147 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13148 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13149
13150 2004-01-18 Andrew Cagney <cagney@redhat.com>
13151
13152 * ocd.c: Update copyright.
13153 (bdm_read_register_command): Delete unused function.
13154 (_initialize_remote_ocd): Delete commented out reference.
13155 (get_quoted_char, reset_packet): Delete #if0ed function.
13156 (output_packet, put_quoted_char): Delete #if0ed function.
13157 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13158 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13159 (BDM_BREAKPOINT): Delete #if0ed macro.
13160 (remote_timeout): Delete #if0ed variable.
13161
13162 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13163
13164 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13165 (core-sol2.o): Remove dependency.
13166 * core-sol2.c: Remove file.
13167
13168 2004-01-17 Andrew Cagney <cagney@redhat.com>
13169
13170 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13171 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13172 enums.
13173
13174 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13175
13176 * remote.c: Update copyright years.
13177
13178 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13179
13180 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13181
13182 2004-01-17 Andrew Cagney <cagney@redhat.com>
13183
13184 * mdebugread.c: Update copyright.
13185 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13186 (parse_type, parse_procedure): Ditto.
13187 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13188
13189 * cris-tdep.c (cris_store_struct_return): Put back accidently
13190 deleted function.
13191
13192 * gdbarch.sh: Update copyright year.
13193 * gdbarch.h, gdbarch.c: Re-generate.
13194
13195 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13196
13197 Suggested by George Anzinger.
13198 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13199 correct stack offset. Include unknown opcode numbers in the error
13200 message.
13201
13202 2004-01-17 Andrew Cagney <cagney@redhat.com>
13203
13204 * x86-64-tdep.c (x86_64_init_abi): No need to clear
13205 extract_struct_value_address, i386 does not set it.
13206 * sparc64-tdep.c (sparc64_init_abi): Do not set
13207 extract_struct_value_address, never called.
13208 (sparc64_extract_struct_value_address): Delete function.
13209 * m68hc11-tdep.c: Update copyright.
13210 (m68hc11_gdbarch_init): Delete redundant assignment of
13211 extract_struct_value_address.
13212 * i386-tdep.c: Update copyright.
13213 (i386_gdbarch_init): Do not set extract_struct_value_address,
13214 never called.
13215 (i386_extract_struct_value_address): Delete function.
13216 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
13217 extract_struct_value_address, never called.
13218 (sparc32_extract_struct_value_address): #if 0 function. Add
13219 comments explaining its future.
13220
13221 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13222
13223 * arm-tdep.c (arm_write_pc): New function.
13224 (arm_gdbarch_init): Call set_gdbarch_write_pc.
13225
13226 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13227
13228 * breakpoint.c (must_shift_inst_regs): Delete.
13229 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
13230 and SHIFT_INST_REGS.
13231 * infcmd.c (step_1, step_1_continuation): Delete references to
13232 SHIFT_INST_REGS.
13233 * infrun.c (keep_going): Likewise.
13234 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
13235 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
13236
13237 2004-01-17 Andrew Cagney <cagney@redhat.com>
13238
13239 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
13240 * gdbarch.h, gdbarch.c: Re-generate.
13241 * infcmd.c (print_return_value): Delete reference to
13242 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
13243
13244 * cris-tdep.c (cris_gdbarch_init): Do not set
13245 deprecated_extract_struct_value_address.
13246
13247 * xstormy16-tdep.c: Update copyright.
13248 (xstormy16_extract_struct_value_address): Update to current
13249 extract struct value address interface.
13250 (xstormy16_gdbarch_init): Set extract_struct_value_address.
13251 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
13252 current extract struct value address interface.
13253 (sh64_gdbarch_init): Set extract_struct_value_address.
13254
13255 * cris-tdep.c: Update copyright.
13256 (cris_extract_struct_value_address): Delete function.
13257 (struct_return_address): Delete variable.
13258 (cris_store_struct_return): Do not set struct_return_address.
13259
13260 * mcore-tdep.c: Update copyright.
13261 (mcore_extract_struct_value_address): Delete function. Update
13262 comments.
13263 (mcore_gdbarch_init): Update.
13264 * mn10300-tdep.c: Update copyright.
13265 (mn10300_extract_struct_value_address): Delete function.
13266 (mn10300_gdbarch_init): Update.
13267 * v850-tdep.c: Update copyright.
13268 (v850_extract_struct_value_address): Delete.
13269 (v850_gdbarch_init): Update.
13270 * ns32k-tdep.c: Update copyright.
13271 (ns32k_extract_struct_value_address): Delete.
13272 (ns32k_gdbarch_init): Update.
13273 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
13274 (hppa_gdbarch_init): Update.
13275 * vax-tdep.c: Update copyright.
13276 (vax_extract_struct_value_address): Delete.
13277 (vax_gdbarch_init): Update.
13278
13279 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
13280 * gdbarch.h, gdbarch.c: Re-generate.
13281 * procfs.c (procfs_fetch_registers): Delete reference to
13282 DEPRECATED_NPC_REGNUM.
13283 (procfs_store_registers): Ditto.
13284 * regcache.c (generic_target_write_pc): Simplify.
13285 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
13286
13287 * core-sol2.c (fetch_core_registers): Replace
13288 DEPRECATED_NPC_REGNUM with equivalent tdep value.
13289
13290 * hppa-tdep.c: Update copyright year.
13291 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
13292 NPC_REGNUM.
13293 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
13294
13295 * mips-tdep.c (mips_write_pc): New function.
13296 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
13297 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
13298 (mips_find_saved_regs, mips_software_single_step: Ditto.
13299 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
13300 mips_init_extra_frame_info, mips_pop_frame): Ditto.
13301
13302 2004-01-17 Andrew Cagney <cagney@redhat.com>
13303
13304 * mips-tdep.c: Re-indent. Group functions by ABI.
13305
13306 2004-01-17 Andrew Cagney <cagney@redhat.com>
13307
13308 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
13309 * gdbarch.c: Re-generate.
13310 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13311 DECR_PC_AFTER_BREAK to zero.
13312 * vax-tdep.c (vax_gdbarch_init): Ditto.
13313 * v850-tdep.c (v850_gdbarch_init): Ditto.
13314 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13315 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13316 * sh-tdep.c (sh_gdbarch_init): Ditto.
13317 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13318 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13319 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13320 * mips-tdep.c (mips_gdbarch_init): Ditto.
13321 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13322 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13323 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13324 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13325 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
13326 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13327 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13328 * frv-tdep.c (frv_gdbarch_init): Ditto.
13329 * cris-tdep.c (cris_gdbarch_init): Ditto.
13330 * avr-tdep.c (avr_gdbarch_init): Ditto.
13331 * arm-tdep.c (arm_gdbarch_init): Ditto.
13332 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
13333
13334 2004-01-17 J. Brobecker <brobecker@gnat.com>
13335
13336 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
13337 Delete, no longer used.
13338 (read_subrange_type): New function, mostly extracted from
13339 read_array_type().
13340 (read_array_type): Replace extracted code by call to
13341 read_subrange_type().
13342 (dwarf2_get_attr_constant_value): New function.
13343 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
13344 (add_partial_symbol): Likewise.
13345 (process_die): Likewise.
13346 (new_symbol): Likewise.
13347 (read_type_die): Likewise.
13348
13349 2004-01-16 Andrew Cagney <cagney@redhat.com>
13350
13351 * symfile.c: Update copyright year.
13352 (compare_symbols): Delete unused function.
13353 * stabsread.c: Update copyright year.
13354 (lrs_general_complaint): Delete unused function.
13355 (ref_search_value): Ditto.
13356 (get_substring): Delete declaration.
13357 * sh64-tdep.c: Update copyright year.
13358 (sh64_get_gdb_regnum): Delete unused function.
13359 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
13360 Delete unused function.
13361
13362 2004-01-17 Mark Kettenis <kettenis@gnu.org>
13363
13364 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
13365 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
13366
13367 2004-01-16 Andrew Cagney <cagney@redhat.com>
13368
13369 Changes from Peter Schauer.
13370 * rs6000-tdep.c: Update copyright year.
13371 (rs6000_push_dummy_call): Update the stack pointer before
13372 accessing the corresponding stack region.
13373 * rs6000-nat.c: Update copyright year.
13374 (set_host_arch): Set "info.abfd" to "exec_bfd".
13375
13376 2004-01-15 Mark Kettenis <kettenis@gnu.org>
13377
13378 * blockframe.c: Update copyright year.
13379 (inside_entry_func): Don't treat a zero PC specially.
13380
13381 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
13382
13383 * gcore.c (gcore_copy_callback): Use paddr_d to print size
13384 variable.
13385 (gcore_create_callback): Ditto. Skip any memory segment that has
13386 no permissions set.
13387
13388 2004-01-14 David Carlton <carlton@kealia.com>
13389
13390 Change symbols for C++ nested types to contain the fully qualified
13391 name, if possible. (At least in the DWARF-2 case.) Partial fix
13392 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
13393 c++/895.
13394 * c-exp.y (qualified_type): Handle types nested within classes.
13395 * cp-namespace.c: Update comments.
13396 (cp_set_block_scope): Delete #if 0.
13397 (cp_lookup_nested_type): Handle types nested within classes.
13398 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
13399 when appropriate.
13400 (add_partial_symbol): Add the name of the enclosing namespace to
13401 types.
13402 (pdi_needs_namespace): New.
13403 (add_partial_namespace): Tweak comment.
13404 (add_partial_structure): New.
13405 (psymtab_to_symtab_1): Initialize processing_current_prefix
13406 here...
13407 (process_die): instead of here.
13408 (read_structure_scope): Try to figure out the name of the class or
13409 namespace that the structure might be defined within.
13410 (read_enumeration): Generate fully-qualified names, if possible.
13411 (read_namespace): Don't set name to NULL.
13412 (die_specification): New.
13413 (new_symbol): Generate fully-qualified names for types.
13414 (read_type_die): Determine appropriate prefix.
13415 (determine_prefix): New.
13416 (typename_concat): New.
13417 (class_name): New.
13418 * valops.c (value_aggregate_elt): Pass NOSIDE to
13419 value_struct_elt_for_reference.
13420 (value_struct_elt_for_reference): Make static, add NOSIDE
13421 parameter, call value_maybe_namespace_elt as a last resort.
13422 (value_namespace_elt): Break out code into
13423 value_maybe_namespace_elt.
13424 (value_maybe_namespace_elt): New.
13425
13426 2004-01-12 Andrew Cagney <cagney@redhat.com>
13427
13428 * mips-tdep.c (mips_convert_register_p): Handle both raw and
13429 cooked floating-point registers.
13430 (mips_gdbarch_init): Set convert_register_p, register_to_value,
13431 and value_to_register.
13432
13433 2004-01-13 Andrew Cagney <cagney@redhat.com>
13434
13435 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
13436 * gdbarch.c: Re-generate.
13437 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13438 FUNCTION_START_OFFSET.
13439 * v850-tdep.c (v850_gdbarch_init): Ditto.
13440 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13441 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13442 * sh-tdep.c (sh_gdbarch_init): Ditto.
13443 * s390-tdep.c (s390_gdbarch_init): Ditto.
13444 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13445 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13446 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13447 * mips-tdep.c (mips_gdbarch_init): Ditto.
13448 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13449 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
13450 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13451 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13452 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13453 * i386-tdep.c (i386_gdbarch_init): Ditto.
13454 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13455 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13456 * frv-tdep.c (frv_gdbarch_init): Ditto.
13457 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
13458 * cris-tdep.c (cris_gdbarch_init): Ditto.
13459 * avr-tdep.c (avr_gdbarch_init): Ditto.
13460 * arm-tdep.c (arm_gdbarch_init): Ditto.
13461 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
13462
13463 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
13464
13465 * infrun.c (follow_fork_mode_ask): Remove.
13466 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
13467 (follow_fork): Simplify and remove internal error for
13468 follow_fork_mode_ask.
13469 (_initialize_infrun): Update "set follow-fork-mode" help text.
13470
13471 2004-01-13 Andrew Cagney <cagney@redhat.com>
13472
13473 * configure.in: Update copyright year.
13474 (build_warnings): Add -Wunused-label.
13475 * configure: Re-generate.
13476
13477 2004-01-12 Andrew Cagney <cagney@redhat.com>
13478
13479 * exec.h (exec_ops): Make "extern".
13480
13481 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
13482 the function is void.
13483 (mips_pseudo_register_write): Ditto.
13484
13485 2004-01-12 Andrew Cagney <cagney@redhat.com>
13486
13487 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
13488 call. Never defined.
13489 * sparc-tdep.h (struct frame_info): Add opaque declaration.
13490 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
13491 (struct sparc_gregset, struct regcache): Ditto.
13492 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
13493
13494 2004-01-12 Andrew Cagney <cagney@redhat.com>
13495
13496 * mi/ChangeLog: Delete file. Renamed to ...
13497 * mi/ChangeLog-1999-2003: New file.
13498 * tui/ChangeLog: Delete file. Renamed to ...
13499 * tui/ChangeLog-1998-2003: New file.
13500
13501 2004-01-11 Mark Kettenis <kettenis@gnu.org>
13502
13503 * sparc64nbsd-tdep.c: Include "regset.h".
13504 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
13505 Remove variables.
13506 (fetch_core_registers): Remove function.
13507 (sparc64nbsd_core_fns): Remove variable.
13508 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
13509 functions.
13510 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
13511 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13512 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
13513
13514 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
13515 sparc_extract_struct_value_address.
13516 (sparc32_gdbarch_init): Set extract_struct_value_address.
13517 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
13518 function.
13519 (sparc64_init_abi): Set extract_struct_value_address. Don't set
13520 return_value_on_stack.
13521
13522 * NEWS: Mention that %cs and %ss have been added to the AMD64
13523 configurations
13524
13525 * frame.c: Update copyright year.
13526 (get_prev_frame): Improve comment.
13527
13528 * sparc64fbsd-tdep.c: Include "regset.h".
13529 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13530 Remove variables.
13531 (fetch_core_registers): Remove function.
13532 (sparc64fbsd_core_fns): Remove variable.
13533 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
13534 functions.
13535 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
13536 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13537 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
13538
13539 * sparcnbsd-tdep.c: Include "regset.h".
13540 (fetch_core_registers): Remove function.
13541 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
13542 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
13543 functions.
13544 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
13545 TDEP->fpregset.
13546 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
13547
13548 * sparc-tdep.h (struct regset): Provide opaque declaration.
13549 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
13550 fpregset and sizeof_fpregset members.
13551 * sparc-tdep.c (struct regset): Provide opaque declaration.
13552 (sparc_regset_from_core_section): New function.
13553 (sparc32_gdbarch_init): Initialize TDEP->gregset,
13554 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
13555 Set regset_from_core_section when appropriate.
13556
13557 2004-01-10 Mark Kettenis <kettenis@gnu.org>
13558
13559 * x86-64-tdep.c (amd64_non_pod_p): New function.
13560 (amd64_classify_aggregate): Return class memory for non-POD
13561 C++ structure types.
13562
13563 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
13564 argument. Use it to reserve a register if necessary.
13565 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
13566 amd64_push_arguments.
13567
13568 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
13569
13570 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
13571 register numbers in comments.
13572 * x86-64-tdep.h: Update copyright year.
13573 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
13574 Adjust for addition of %cs and %ss.
13575 * amd64fbsd-nat.c: Update copyright year.
13576 (reg_offset): Add register offsets for %cs and %ss.
13577 * amd64fbsd-tdep.c: Update copyright year.
13578 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
13579 (amd64fbsd_sc_reg_offset): Likewise.
13580 * x86-64-linux-nat.c: Update copyright year.
13581 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
13582 and %ss.
13583 * amd64nbsd-nat.c: Update copyright year.
13584 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
13585 * amd64nbsd-tdep.c: Update copyright year.
13586 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
13587 * x86-64-linux-tdep.c: Update copyright year.
13588 (user_to_gdb_regmap): Add mapping for %cs and %ss.
13589 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
13590 * regformats/reg-x86-64.dat: Add %cs and %ss.
13591
13592 * blockframe.c (inside_entry_func): Reformat. Introduce new local
13593 variables to prevent long lines. Update comments to reflect
13594 reality.
13595
13596 2004-01-09 David Carlton <carlton@kealia.com>
13597
13598 Checked in by Elena Zannoni <ezannoni@redhat.com>.
13599 * dwarf2read.c (read_namespace): Pull out name-generating code
13600 into namespace_name. Rename previous_namespace to previous_prefix
13601 and processing_current_namespace to processing_current_prefix..
13602 (namespace_name): New function.
13603 (add_partial_symbol): Substitute uses of pdi->name with
13604 actual_name.
13605 * cp-support.h: Rename processing_current_namespace to
13606 processing_current_prefix.
13607 Update copyright year.
13608 * cp-namespace.c: Rename processing_current_namespace to
13609 processing_current_prefix.
13610 Update copyright year.
13611
13612 2004-01-09 Andrew Cagney <cagney@redhat.com>
13613
13614 * jv-valprint.c, ser-unix.c: Add missing copyright years.
13615
13616 2004-01-09 Mark Kettenis <kettenis@gnu.org>
13617
13618 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
13619 complaining.
13620 (process_one_symbol): Deal with N_PATCH stabs.
13621
13622 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
13623
13624 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
13625 ifdeffed code.
13626 Update copyright year.
13627
13628 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13629
13630 * config/pa/tm-hppa.h: Update extern declarations for
13631 hppa32_hpux_frame_saved_pc_in_sigtramp,
13632 hppa32_hpux_frame_base_before_sigtramp, and
13633 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
13634
13635 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13636
13637 * config/pa/tm-hppah.h: Update copyright years.
13638
13639 2004-01-08 Andrew Cagney <cagney@redhat.com>
13640
13641 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
13642 (mips_o32_reg_struct_has_addr): Delete function.
13643 (mips_gdbarch_init): Update.
13644 (mips_extract_struct_value_address): Delete function.
13645
13646 2004-01-08 David Mosberger <davidm@hpl.hp.com>
13647
13648 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
13649 reality.
13650
13651 2004-01-07 Andrew Cagney <cagney@redhat.com>
13652
13653 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
13654 architecture's elf flags (when available).
13655
13656 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
13657 FPU to the start, check the MIPS FPU when looking for an old
13658 architecture.
13659 (set_mipsfpu_single_command): Update the architecture.
13660 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
13661
13662 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
13663 (mips_mask_address_p): Add "tdep" parameter.
13664 (show_mask_address, mips_addr_bits_remove): Update.
13665 (mips_dump_tdep): Update.
13666 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
13667 (MIPS_STACK_ARGSIZE): Delete macro.
13668 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
13669 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
13670 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
13671 (mips_dump_tdep): Update.
13672 (MIPS_SAVED_REGSIZE): Delete macro.
13673 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
13674 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
13675 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
13676 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
13677 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
13678 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
13679 (mips_pop_frame, return_value_location): Update.
13680 (mips_n32n64_return_value, mips_dump_tdep): Update.
13681
13682 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
13683 MIPS ABI.
13684
13685 * mips-tdep.c: Update copyright.
13686 (mips_gdbarch_init): Merge two code blocks handling the register
13687 name and number layout.
13688
13689 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
13690
13691 * tracepoint.c (validate_actionline): Fix segv at EOF
13692
13693 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13694
13695 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
13696 properly for static fields.
13697
13698 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
13699 Jason Molenda <jmolenda@apple.com>
13700
13701 * disasm.c: Update copyright to include 2004.
13702 (do_mixed_source_and_assembly): For uiout asm list
13703 and tuple cleanups, initialize to null_cleanup instead of
13704 NULL and do so prior to loop. Only reset when we close off
13705 the tuple/list. Move check for whether to close off the
13706 asm tuple/list to after dump_insns call where it will be run
13707 on each loop iteration.
13708
13709 2004-01-05 Andrew Cagney <cagney@redhat.com>
13710
13711 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
13712 should be a switch case and not a label.
13713 * mips-tdep.c (mips32_next_pc): Delete unused labels
13714 "greater_equal_branch" and "less_zero_branch".
13715 * jv-valprint.c (java_print_value_fields): Delete unused label
13716 "flush_it".
13717
13718 * target.c (unpush_target): Only close a target that is in the
13719 target stack.
13720
13721 2004-01-05 Mark Kettenis <kettenis@gnu.org>
13722
13723 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
13724 address from [sp + 64] instead of %o2.
13725
13726 * frame.c (get_prev_frame): Don't try to unwind the PC. This
13727 fixes PR backtrace/1476.
13728
13729 2004-01-05 Andrew Cagney <cagney@redhat.com>
13730
13731 * libunwind-frame.h (struct frame_id): Add opaque declaration,
13732 move to start of file.
13733 * i386-tdep.h (struct regcache): Add opaque declaration.
13734 * config/ia64/nm-linux.h (struct target_ops): Add opaque
13735 declaration.
13736 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
13737 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
13738 * win32-nat.c (fake_create_process): Use ISO C style definition.
13739 * stabsread.c (define_symbol): Delete #ifndef
13740 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
13741 stabs_argument_has_addr call, macro never defined.
13742
13743 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
13744
13745 * op50-rom.c: Delete.
13746 * w89k-rom.c: Delete.
13747 * Makefile.in: Remove references.
13748
13749 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13750
13751 * x86-64-tdep.c: Update copyright year.
13752 (struct amd64_register_info): Rename from x86_64_register_info.
13753 (amd64_register_info): Rename from x86_64_register_info.
13754 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
13755 (amd64_register_name): Rename from x86_64_register_name.
13756 (amd64_register_type): Rename from x86_64_register_type.
13757 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
13758 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
13759 (amd64_dwarf_reg_to_regnum): Rename from
13760 x86_64_dwarf_reg_to_regnum.
13761 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
13762 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
13763 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
13764 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
13765 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
13766 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
13767 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
13768 (amd64_frame_cache): Rename from x86_64_frame_cache.
13769 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
13770 (amd64_frame_prev_register): Rename from
13771 x86_64_frame_prev_register.
13772 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
13773 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
13774 (amd64_sigtramp_frame_cache): Rename from
13775 x86_64_sigtramp_frame_cache.
13776 (amd64_sigtramp_frame_prev_register): Rename from
13777 x86_64_sigtramp_frame_prev_register.
13778 (amd64_sigtramp_frame_unwind): Rename from
13779 x86_64_sigtramp_frame_unwind.
13780 (amd64_sigtramp_frame_sniffer): Rename from
13781 x86_64_sigtramp_frame_sniffer.
13782 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
13783 (amd64_frame_base): Rename from x86_64_frame_base.
13784 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
13785 (amd64_frame_align): Rename from x86_64_frame_align.
13786 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
13787 (amd64_regset_from_core_section): Rename from
13788 x86_64_regset_from_core_section.
13789 (x86_64_init_abi): Update comments.
13790
13791 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
13792
13793 * MAINTAINERS (write after approval): Add myself.
13794
13795 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13796
13797 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
13798 `float' arguments.
13799
13800 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13801
13802 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
13803 such that it mentions a specific version of GCC that exhibits this
13804 bug.
13805
13806 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13807
13808 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
13809 structure that has a single `float' member, store it in %f1 in
13810 addition to %f0.
13811
13812 * sparc-sol2-nat.c: Add missing '\'.
13813
13814 * sparc-tdep.c (sparc32_return_value): New function.
13815 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
13816 Remove functions.
13817 (sparc32_gdbarch_init): Set return_value, don't set
13818 extract_return_value, store_return_value, use_struct_convention
13819 and return_value_on_stack.
13820
13821 * sparc-sol2-nat.c: Add missing ')'.
13822
13823 2004-01-03 J. Brobecker <brobecker@gnat.com>
13824
13825 * infrun.c (handle_step_into_function): New function.
13826 (handle_inferior_event): Extract out some code into the new
13827 function above.
13828
13829 2004-01-03 J. Brobecker <brobecker@gnat.com>
13830
13831 * infrun.c (handle_inferior_event): Move the declaration of
13832 real_stop_pc inside the if blocks where it is used.
13833
13834 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13835
13836 * sparc64-tdep.c (sparc64_16_byte_align_p)
13837 (sparc64_store_floating_fields, sparc64_store_floating_fields):
13838 Use check_typedef to get subtypes of structures and unions.
13839 (sparc64_store_return_value): Fix calculation of the appropriate
13840 offset into VALBUF when storing a structure or union.
13841 (sparc64_return_value): New function.
13842 (sparc64_use_struct_convention): Remove function.
13843 (sparc64_init_abi): Set return_value, don't set
13844 extract_return_value, store_return_value and
13845 use_struct_convention.
13846
13847 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
13848
13849 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
13850 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
13851 gdb/config/alpha/xm-alphaosf.h,
13852 gdb/config/powerpc/tm-ppcle-eabi.h,
13853 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
13854 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
13855 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
13856 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
13857 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
13858 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
13859 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
13860 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
13861 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
13862 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
13863 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
13864 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
13865 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
13866 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
13867 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
13868 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
13869 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
13870 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
13871 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
13872 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
13873 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
13874 Remove lines for .cvsignore files.
13875
13876 2004-01-03 J. Brobecker <brobecker@gnat.com>
13877
13878 * infrun.c: Back out the previous change.
13879
13880 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13881
13882 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
13883 sparc-*-sunos4* to the list of REMOVED configurations.
13884
13885 * configure.tgt: Add back sparc-*-vxworks*.
13886 * remote-vxsparc.c: Remove all includes except for "defs.h",
13887 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
13888 Include "sparc-tdep.h".
13889 (SPARC_R_G1): New define.
13890 (vxsparc_gregset): New variable.
13891 (ext_format_sparc): Remove extern declaration.
13892 (vx_read_register): Rewrite to use sparc32_supply_gregset and
13893 sparc32_supply_fpregset.
13894 (vx_write_register): Rewrite to use sparc32_collect_gregset,
13895 sparc_collect_rwindow and sparc32_collect_fpregset.
13896 * config/sparc/tm-vxworks.h: New file, based on recently removed
13897 tm-vxsparc.h.
13898 * config/sparc/vxworks.mt: New file, based on recently removed
13899 vxworks.mt.
13900
13901 2004-01-03 J. Brobecker <brobecker@gnat.com>
13902
13903 * infrun.c (handle_step_into_function): New function.
13904 (handle_inferior_event): Extract out some code into the new
13905 function above.
13906
13907 2004-01-02 Mark Kettenis <kettenis@gnu.org>
13908
13909 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
13910 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
13911 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
13912 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
13913 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
13914 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
13915 (sparc_nat_h): New variable.
13916 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
13917 (tm-sun4os4.h): Remove dependency.
13918 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
13919 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
13920 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
13921 sparc-tdep.o): Update dependencies.
13922 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
13923 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
13924 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
13925 dependencies.
13926 * configure.host: Remove existing sparc-*-lynxos*,
13927 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
13928 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
13929 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
13930 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
13931 triplets.
13932 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
13933 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
13934 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
13935 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
13936 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
13937 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
13938 sparc64-*-solaris2* and sparc64-*-* triplets.
13939 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
13940 "symtab.h" and "objfiles.h".
13941 (BIAS): Remove define.
13942 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
13943 (X_DISP19): Remove macros.
13944 (sparc_fetch_instruction): Remove function.
13945 (struct gdbarch_tdep): Remove definition.
13946 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
13947 (sparc_breakpoint_from_pc): Remove function.
13948 (struct sparc64_frame_cache): Remove definition.
13949 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
13950 sparc64_unwind_pc): Remove functions.
13951 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
13952 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
13953 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
13954 (sparc64_frame_cache): Change return type to `struct
13955 sparc_frame_cache *'. Simply call sparc_frame_cache.
13956 (sparc64_frame_this_id, sparc64_frame_prev_register,
13957 sparc64_frame_base_address): Use `struct sparc_frame_cache'
13958 instead of `struct sparc64_frame_cache.
13959 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
13960 sparc_analyze_control_transfer, sparc_software_single_step,
13961 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
13962 _initialize_sparc64_tdep): Remove functions.
13963 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
13964 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
13965 macros.
13966 (sparc64_supply_gregset, sparc64_collect_gregset,
13967 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
13968 (sparc64_init_abi): New function.
13969 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
13970 inclusion guard. Include "sparc-tdep.h".
13971 (BIAS): Define.
13972 (r_tstate_offset, r_fprs_offset): New defines.
13973 (enum sparc_regnum): Remove defenition.
13974 (enum sparc64_regnum): Reformat.
13975 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
13976 (sparc64_init_abi, sparc64_supply_gregset,
13977 sparc64_collect_gregset, sparc64_supply_fpregset,
13978 sparc64_collect_fpregset): New prototypes.
13979 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
13980 Add extern declarations.
13981 (sparc64_sol2_init_abi): New prototype.
13982 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13983 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13984 prototypes.
13985 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
13986 "sparnbsd-nat.h".
13987 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
13988 functions.
13989 (_initialize_sparc64fbsd_nat): Remove initialization of
13990 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
13991 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
13992 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
13993 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
13994 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
13995 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
13996 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
13997 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
13998 (sparc64fbsd_r_y_offset): Remove variables.
13999 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14000 Make static and const.
14001 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14002 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14003 functions.
14004 (sparc64fbsd_gregset): New variable.
14005 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14006 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14007 and sparc64_supply_fpregset.
14008 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14009 (sparc64fbsd_sigtramp_frame_this_id)
14010 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14011 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14012 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14013 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14014 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14015 * sparcnbsd-tdep.c: Update copyright year. Include
14016 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14017 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14018 "value.h" and "sparcnbsd-tdep.h".
14019 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14020 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14021 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14022 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14023 defines.
14024 (sparcnbsd_gregset): New variable.
14025 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14026 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14027 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14028 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14029 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14030 variables.
14031 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14032 (sparc32nbsd_sigcontext_frame_this_id)
14033 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14034 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14035 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14036 (sparcnbsd_get_longjmp_target_32,
14037 sparcnbsd_get_longjmp_target_64): Remove functions.
14038 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14039 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14040 sparcnbsd_init_elf): Remove.
14041 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14042 (sparcnbsd_elf_init_abi): New functions.
14043 (_initialize_sparcnbsd_tdep): New prototype.
14044 (_initialize_sparnbsd_tdep): Update.
14045 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14046 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14047 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14048 * config/sparc/linux.mh: Update comment.
14049 (XM_FILE, HOST_IPC): Remove variables.
14050 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14051 sparc-linux-nat.o.
14052 * config/sparc/linux.mt: Update comment.
14053 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14054 * config/sparc/nbsd.mt: Reformat.
14055 * config/sparc/nbsd64.mh: Update comment.
14056 (NATDEPFILES): Add sparc-nat.o.
14057 * config/sparc/nbsd64.mt: Update comment.
14058 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14059 (TM_FILE): Set to tm-nbsd.h.
14060 * config/sparc/nbsdelf.mh: Update comment.
14061 (NATDEPFILES): Add sparc-nat.o.
14062 (XM_FILE): Delete.
14063 * config/sparc/nbsdaout.mh: Update comment.
14064 (NATDEPFILES): Add sparc-nat.o
14065 (XM_FILE): Delete.
14066 * config/sparc/nm-linux.h: Update copyright year. Don't include
14067 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14068 inclusion.
14069 (KERNEL_U_SIZE): Remove define.
14070 (kernel_u_size): Remove prototype.
14071 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14072 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14073 "regcache.h".
14074 (CHILD_PREPARE_TO_STORE): Remove define.
14075 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14076 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14077 sparcnbsd-nat.c: Rewrite files.
14078 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14079 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14080 sparcnbsd-tdep.h: Remove files.
14081 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14082 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14083 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14084 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14085 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14086 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14087 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14088 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14089 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14090 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14091 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14092 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14093 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14094 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14095 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14096 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14097 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14098 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14099 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14100
14101 2004-01-02 Andrew Cagney <cagney@redhat.com>
14102
14103 From 2003-12-18 Kazuhiro Inaoka:
14104 * configure.host: Add m32r-linux target.
14105
14106 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14107
14108 * top.c (print_gdb_version): Update year to 2004.
14109
14110 2004-01-02 Mark Mitchell <mark@codesourcery.com>
14111
14112 * MAINTAINERS: Add myself to the write-after-approval category.
14113
14114 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
14115
14116 From Bernardo Innocenti <bernie@develer.com>:
14117 * configure.tgt: Add uClinux target.
14118
14119 2004-01-02 Andrew Cagney <cagney@redhat.com>
14120
14121 * utils.c (do_my_cleanups): Make static, add forward declaration.
14122 * defs.h (do_my_cleanups): Delete declaration.
14123
14124 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
14125
14126 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14127 bfd/ChangeLog-0203.
14128
14129 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14130
14131 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14132 in <machine/reg.h>.
14133 * configure, config.in: Regenerate.
14134
14135 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14136 tui/ChangeLog-1998-2003.
14137 \f
14138 Local Variables:
14139 mode: change-log
14140 left-margin: 8
14141 fill-column: 74
14142 version-control: never
14143 End:
This page took 0.337022 seconds and 4 git commands to generate.