*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-30 Mark Kettenis <kettenis@gnu.org>
2
3 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
4 (vaxbsd_fetch_inferior_registers): Rename from
5 fetch_inferior_registers. Make static.
6 (vaxbsd_store_inferior_registers): Rename from
7 store_inferior_registers. Make static.
8 (_initialize_vaxbsd_nat): Construct and add target vector.
9 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
10 inftarg.o. Add inf-child.o and inf-ptrace.o.
11 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
12 inftarg.o. Add inf-child.o and inf-ptrace.o.
13 (NAT_FILE): Remove.
14 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
15 inftarg.o. Add inf-child.o and inf-ptrace.o.
16 (NAT_FILE): Remove.
17 * Makefile.in (vaxbsd-nat.o): Update dependencies.
18
19 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
20 (m88kbsd_fetch_inferior_registers): Rename from
21 fetch_inferior_registers. Make static.
22 (m88kbsd_store_inferior_registers): Rename from
23 store_inferior_registers. Make static.
24 (_initialize_m88kbsd_nat): New prototype and function.
25 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
26 inftarg.o. Add inf-child.o and inf-ptrace.o.
27 (NAT_FILE): Remove.
28 * Makefile.in (m88kbsd-nat.o): Update dependencies.
29
30 2004-09-30 Andrew Cagney <cagney@gnu.org>
31
32 * target.c (target_xfer_partial): New function.
33 (target_read_memory_partial, target_write_memory_partial)
34 (default_xfer_partial, target_read_partial, target_write_partial)
35 (xfer_using_stratum): Use.
36 (debug_to_xfer_partial): Delete function.
37 (setup_target_debug): Do not override to_xfer_partial.
38
39 2004-09-30 Mark Kettenis <kettenis@chello.nl>
40
41 * fork-child.c: Update copyright year. Fix coding style.
42
43 2004-09-29 Mark Kettenis <kettenis@gnu.org>
44
45 * defs.h (msavestring, mstrsave): Remove prototypes.
46 * utils.c (msavestring, mstrsave): Remove functions.
47 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
48 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
49 of mstrsave.
50 * source.c (find_and_open_source): Use xstrdup instead of
51 mstrsave.
52
53 2004-09-30 Andrew Cagney <cagney@gnu.org>
54
55 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
56 (inf_ptrace_xfer_memory): Delete.
57 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
58 (target_read_memory, target_write_memory): Use xfer_using_stratum
59 when target_xfer_partial_p.
60 (debug_target): Move to start of file.
61 (target_read_memory_partial, target_write_memory_partial): Use
62 to_xfer_partial when target_xfer_partial_p.
63
64 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
65 inf_ptrace_xfer_memory with equivalent code.
66 * inftarg.c (child_xfer_partial): When performing a write, pass
67 writebuf to child_xfer_memory.
68
69 * target.c (target_read_string): Use target_read_memory instead of
70 target_xfer_memory.
71
72 2004-09-29 Andrew Cagney <cagney@gnu.org>
73
74 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
75 the address of status.
76
77 * infptrace.c (ptrace_wait): Mention problem with HPUX.
78 (kill_inferior): Inline ptrace_wait call.
79 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
80 * inftarg.c (child_wait): Inline ptrace_wait call.
81
82 * target.h (struct target_ops): Delete field to_post_wait.
83 (target_post_wait): Delete macro.
84 (child_post_wait): Delete declaration.
85 * target.c (update_current_target, update_current_target)
86 (debug_to_post_wait, setup_target_debug): Delete functions and
87 references.
88 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
89 * inftarg.c (child_post_wait): Delete.
90 (init_child_ops): Do not set to_post_wait.
91 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
92 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
93 * inf-child.c (inf_child_post_wait): Delete.
94 (inf_child_target): Do not set to_post_wait.
95 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
96 (inf_ptrace_target): Do not set to_post_wait.
97
98 * wince.c (child_ops): Delete.
99 * win32-nat.c (child_ops): Delete.
100
101 * inftarg.c (inftarg_set_find_memory_regions)
102 (inftarg_set_make_corefile_notes): Delete functions.
103 (_initialize_linux_nat): Inline calls.
104
105 * target.h (child_ops): Declare.
106 * inftarg.c (child_ops): Move from here ...
107 * target.c (child_ops): ... to here.
108 * wince.c (child_ops): Delete extern declaration.
109 * win32-nat.c (child_ops): Delete extern declaration.
110 * linux-nat.c (child_ops): Delete extern declaration.
111 * hpux-thread.c (child_ops): Delete extern declaration.
112
113 2004-09-28 Mark Kettenis <kettenis@gnu.org>
114
115 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
116
117 2004-09-28 Mark Kettenis <kettenis@gnu.org>
118
119 * configure.in: Only set host_makefile_frag when building a native
120 debugger.
121 * configure: Regenerate.
122
123 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
124 for OpenBSD ELF.
125
126 2004-09-28 Andrew Cagney <cagney@gnu.org>
127
128 Problem identified by Paul Hilfinger.
129 * Makefile.in (ada_lex_c): Define.
130 (ada-lex.o): Delete rule.
131
132 * linux-proc.c: Delete file.
133 * Makefile.in: Update.
134 * config/sparc/linux64.mh (NATDEPFILES):
135 * config/sparc/linux.mh (NATDEPFILES): Update.
136 * config/s390/s390.mh (NATDEPFILES): Update.
137 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
138 * config/powerpc/linux.mh (NATDEPFILES): Update.
139 * config/pa/linux.mh (NATDEPFILES): Update.
140 * config/mips/linux.mh (NATDEPFILES): Update.
141 * config/m68k/linux.mh (NATDEPFILES): Update.
142 * config/ia64/linux.mh (NATDEPFILES): Update.
143 * config/i386/linux64.mh (NATDEPFILES): Update.
144 * config/i386/linux.mh (NATDEPFILES): Update.
145 * config/arm/linux.mh (NATDEPFILES): Update.
146 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
147 * linux-nat.c: Update copyright. Include <sys/param.h>,
148 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
149 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
150 (O_LARGEFILE): Possibly define.
151 (_initialize_linux_nat, linux_proc_pending_signals)
152 (add_line_to_sigset, linux_proc_xfer_memory)
153 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
154 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
155 (struct linux_corefile_thread_data)
156 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
157 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
158
159 2004-09-16 Andrew Cagney <cagney@gnu.org>
160
161 * lin-lwp.c: Delete file.
162 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
163 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
164 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
165 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
166 (linux_nat_attach, detach_callback, linux_nat_detach)
167 (resume_callback, resume_clear_callback, linux_nat_resume)
168 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
169 (stop_wait_callback, linux_nat_has_pending, flush_callback)
170 (status_callback, running_callback, count_events_callback)
171 (select_singlestep_lwp_callback, select_event_lwp_callback)
172 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
173 (child_wait, stop_and_resume_callback, linux_nat_wait)
174 (kill_callback, kill_wait_callback, linux_nat_kill)
175 (linux_nat_create_inferior, linux_nat_mourn_inferior)
176 (linux_nat_xfer_memory, linux_nat_thread_alive)
177 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
178 (_initialize_linux_nat): New functions.
179 * Makefile.in: Update all dependencies.
180 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
181 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
182 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
183 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
184 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
185 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
186 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
187 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
188 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
189 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
190 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
191 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
192 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
193
194 2004-09-27 Mark Kettenis <kettenis@gnu.org>
195
196 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
197 config/i386/obsd64.mh (NAT_FILE): Remove variable.
198
199 * configure.in: Don't comment out NATDEPFILES in the generated
200 Makefile if NAT_FILE is unset.
201 * configure: Regenerate.
202
203 2004-09-27 Andrew Cagney <cagney@gnu.org>
204
205 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
206 (insert_step_resume_breakpoint): Delete.
207 (insert_step_resume_breakpoint_at_frame): New function.
208 (insert_step_resume_breakpoint_at_sal): New function.
209 (handle_inferior_event, step_into_function)
210 (insert_step_resume_breakpoint): Simplify by using same.
211
212 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
213
214 2004-09-26 Mark Kettenis <kettenis@gnu.org>
215
216 * fbsd-proc.c: Remove file.
217 * Makefile.in (fbsd-proc.o): Remove dependency.
218
219 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
220 code together.
221
222 * config/i386/nm-fbsd64.h: Remove file.
223 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
224
225 2004-09-26 Mark Kettenis <kettenis@gnu.org>
226
227 * amd64-nat.h: Update copyright year.
228 (amd64bsd_target): New prototype.
229 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
230 (amd64bsd_target): New function.
231 (amd64bsd_fetch_inferior_registers): Rename from
232 fetch_inferior_registers. Make static.
233 (amd64bsd_store_inferior_registers): Rename from
234 store_inferior_registers. Make static.
235 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
236 (_initialize_amd64fbsd_nat): Construct and add target vector.
237 * amd64nbsd-nat.o: Include "target.h".
238 (_initialize_amd64nbsd_nat): Construct and add target vector.
239 * amd64obsd-nat.c: Include "target.h".
240 (_initialize_amd64obsd_nat): Construct and add target vector.
241 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
242 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
243 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
244 fbsd-nat.o.
245 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
246 Remove infptrace.o and inftarg.o. Add inf-child.o and
247 inf-ptrace.o.
248 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
249 (amd64obsd-nat.o): Update dependencies.
250
251 2004-09-25 Mark Kettenis <kettenis@gnu.org>
252
253 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
254 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
255 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
256 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
257 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
258
259 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
260 Inline attach call.
261 (inf_ptrace_detach): Inline detach call.
262
263 * configure.in: Check for waddstr instead of mvwaddstr when
264 searching for curses library. Check for wborder.
265 * configure, config.in: Regenerate.
266 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
267 available.
268
269 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
270
271 2004-09-24 Robert Picco <Robert.Picco@hp.com>
272
273 Committed by Andrew Cagney.
274 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
275 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
276 configuration.
277 (fetch_register_using_p): Implement 'p' packet. Based on code by
278 Fernando Nasser.
279 (remote_fetch_registers): Call fetch_register_using_p.
280 (init_all_packet_configs, show_remote_cmd)
281 (_initialize_remote): Add p-packet.
282
283 2004-09-24 Mark Kettenis <kettenis@gnu.org>
284
285 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
286 instead of call_ptrace. Call wait directly instead of
287 ptrace_wait.
288 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
289 (inf_ptrace_wait): Inline ptrace_wait call.
290
291 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
292
293 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
294 rolled back instead.
295
296 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
297
298 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
299 the new argument order.
300
301 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
302
303 * MAINTAINERS: Remove "broken" from XStormy16 entry.
304 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
305 (struct gdbarch_tdep): Remove.
306 (struct xstormy16_frame_cache): New frame cache structure.
307 (xstormy16_register_byte, xstormy16_register_raw_size)
308 (xstormy16_reg_virtual_type, xstormy16_register_type)
309 (xstormy16_push_arguments, xstormy16_push_return_address)
310 (xstormy16_pop_frame, xstormy16_store_struct_return)
311 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
312 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
313 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
314 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
315 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
316 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
317 (xstormy16_use_struct_convention): Drop gcc_p parameter.
318 (xstormy16_extract_return_value, xstormy16_store_return_value):
319 Regcachify. Drop useless struct convention handling.
320 (xstormy16_register_type, xstormy16_return_value)
321 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
322 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
323 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
324 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
325 (xstormy16_unwind_sp, xstormy16_unwind_pc)
326 (xstormy16_unwind_dummy_id) : New functions.
327 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
328 of xstormy16_scan_prologue.
329 (xstormy16_frame_unwind): New frame_unwind structure.
330 (xstormy16_frame_base): New frame_base structure.
331 (xstormy16_gdbarch_init): Accomodate all of the above changes.
332 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
333
334 2004-09-22 Mark Kettenis <kettenis@gnu.org>
335
336 * language.c (language_gdbarch_post_init): Fix off-by one error.
337
338 2004-09-21 Daniel Jacobowitz <dan@debian.org>
339
340 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
341 (struct dwarf2_offset_and_type): New.
342 (set_die_type, reset_die_and_siblings_types, get_die_type)
343 (offset_and_type_hash, offset_and_type_eq): New functions.
344 (read_structure_type, read_enumeration_type, read_array_type)
345 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
346 (read_tag_reference_type, read_tag_const_type)
347 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
348 (read_typedef, read_base_type, read_subrange_type): Use
349 set_die_type.
350
351 2004-09-20 Daniel Jacobowitz <dan@debian.org>
352
353 * Makefile.in (dwarf2read.o): Update dependencies.
354 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
355 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
356 and read_in_chain.
357 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
358 mark, and has_form_ref_addr.
359 (struct dwarf2_per_cu_data): New.
360 (dwarf2_max_cache_age): New.
361 (dwarf2_build_psymtabs_hard): Free cached compilation units
362 after loading. Create and manage the list of compilation units.
363 Remove unnecessary NULL initialization. Fix indentation.
364 (psymtab_to_symtab_1): Initialize all of CU.
365 (dwarf2_read_abbrevs): Set has_form_ref_addr.
366 (find_partial_die): Use dwarf2_find_containing_comp_unit
367 and load_comp_unit.
368 (free_stack_comp_unit): Update comments. Clear the per-cu
369 pointer. Handle aging.
370 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
371 (age_cached_comp_units, free_one_cached_comp_unit)
372 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
373 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
374 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
375 (show_dwarf2_cmd): New.
376 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
377 and "maint show dwarf2 max-cache-age".
378 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
379 externs.
380 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
381 global.
382
383 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
384
385 * dwarf2read.c (typename_concat): Change prototype to accept obstack
386 and dwarf2_cu struct pointer as arguments. Change function to use
387 obstack if provided and use dwarf2_cu to determine language-specific
388 separator.
389 (partial_die_parent_scope): Change comment to include java. Use
390 new version of typename_concat instead of obconcat.
391 (partial_die_full_name): Use typename_concat.
392 (read_namespace): Ditto.
393 (read_enumeration_type): Use typename_concat instead of obconcat.
394 (new_symbol): Ditto.
395 (add_partial_symbol): Enhance tests for C++ to also test for Java.
396 (guess_structure_name): Ditto.
397 (read_subroutine_type): Ditto.
398 (read_structure_type): Ditto.
399 (is_vtable_name): Add Java support.
400 (determine_class_name): Switch to new typename_concat call.
401 (determine_prefix): Switch to new typename_concat call.
402 * jv-exp.y (FuncStart): New pattern.
403 (MethodInvocation): Add support for simple function calls. Change
404 warning message for other forms of inferior call currently not
405 supported.
406 * valarith.c (value_subscript): Treat an array with upper-bound
407 of -1 as unknown size.
408
409 2004-09-20 Daniel Jacobowitz <dan@debian.org>
410
411 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
412 (lookup_partial_symtab): Use symtab_to_fullname.
413
414 2004-09-19 Jim Blandy <jimb@redhat.com>
415
416 * minsyms.c (lookup_minimal_symbol): Doc fix.
417
418 2004-09-20 Andrew Cagney <cagney@gnu.org>
419
420 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
421 CHILD_RESUME.
422 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
423 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
424 KILL_INFERIOR.
425 * infptrace.c: Update.
426
427 2004-09-19 Daniel Jacobowitz <dan@debian.org>
428
429 * symtab.c (output_source_filename): Mark first argument as const.
430 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
431 for "info sources" output.
432
433 2004-09-20 Mark Kettenis <kettenis@gnu.org>
434
435 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
436 <machine/vmparam.h>.
437 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
438 (register_u_addr): Remove prototype.
439
440 2004-09-19 Mark Kettenis <kettenis@gnu.org>
441
442 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
443 (i386bsd_fetch_inferior_registers): Rename from
444 fetch_inferior_registers. Make static.
445 (i386bsd_store_inferior_registers): Rename from
446 store_inferior_registers. Make static.
447 (i386bsd_target): New function.
448 * i386bsd-nat.h: New file.
449 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
450 "i386bsd-nat.h".
451 (i386fbsd_resume): Rename from child_resume. Make static.
452 (_initialize_i386fbsd_nat): Construct and add target vector.
453 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
454 (_initialize_i386nbsd_nat): Construct and add target vector.
455 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
456 Remove defines.
457 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
458 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
459 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
460 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
461 (LOADLIBES): New variable.
462 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
463 inf-ptrace.o. Remove inftarg.o.
464 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
465 inf-ptrace.o. Remove inftarg.o.
466 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
467 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
468 (LOADLIBES): New variable.
469 * Makefile.in (i386bsd_nat_h): New variable.
470 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
471 dependencies.
472
473 * sparc64nbsd-tdep.c: Include "objfiles.h".
474 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
475 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
476 svr4_lp64_fetch_link_map_offsets.
477 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
478 "nbsd-tdep.h".
479 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
480 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
481 svr4_lp64_fetch_link_map_offsets.
482 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
483 dependencies.
484
485 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
486 * fbsd-nat.h: New file.
487 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
488 (fbsd_nat_h): New variable.
489 (fbsd-nat.o): New dependency.
490
491 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
492 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
493
494 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
495 comment.
496
497 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
498
499 * ada-exp.y (type_int): New function to add layer of abstraction
500 around references to expression types.
501 (type_long): Ditto.
502 (type_long_long): Ditto.
503 (type_float): Ditto.
504 (type_double): Ditto.
505 (type_long_double): Ditto.
506 (type_char): Ditto.
507 (type_system_address): Ditto.
508 (simple_exp): Use type_* functions in place of builtin_*
509 variables.
510 (exp): Ditto.
511 (write_var_from_name): Ditto.
512 (write_object_renaming): Ditto.
513 * ada-lang.c (ada_create_fundamental_type): Remove redundant
514 declaration.
515 (build_ada_types): Remove, replacing with...
516 (ada_language_arch_info): New function to initialize primitive
517 type vector in language_arch_info.
518 (ada_array_length): Remove use of builtin_type_ada_int.
519 (value_pos_atr): Ditto.
520 (ada_evaluate_subexp): Ditto.
521 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
522 builtin_type_ada_long_long, builtin_type_ada_char,
523 builtin_type_ada_float, builtin_type_ada_double,
524 builtin_type_ada_long_double, builtin_type_ada_natural,
525 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
526 (ada_builtin_types): Remove.
527 (ada_language_defn): Remove entries for la_builtin_type_vector and
528 string_char_type and use ada_language_arch_info.
529 (_initialize_ada_language): Do type-vector initialization along
530 the lines of c-lang.c.
531 (ada_create_fundamental_type): Break up line.
532 (ada_dump_symtab): Remove unused function.
533 (enum ada_primitive_types): Define.
534 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
535 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
536 builtin_type_ada_float, builtin_type_ada_double,
537 builtin_type_ada_long_double, builtin_type_ada_natural,
538 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
539 * ada-lex.l: Use type_* functions in place of builtin_* variables.
540 (processInt): Ditto.
541 (processReal): Ditto.
542 (name_lookup): Ditto.
543 * ada-typeprint.c (print_range): Use builtin_type_int, not
544 builtin_type_ada_int.
545
546 2004-09-18 Mark Kettenis <kettenis@gnu.org>
547
548 * i386-tdep.c (i386_register_name): Rename regno to regnum.
549
550 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
551 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
552 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
553 * configure.in: Improve checks for curses library by checking for
554 mvwaddstr instead of initscr. Drop HP curses in favour of
555 standard curses on HP-UX.
556 * configure: Regenerated.
557
558 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
559
560 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
561 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
562 Minor formatting changes.
563 (empty_array): Slight rewrite for formatting.
564 (emit_char,parse,ada_language_defn,build_ada_types,
565 ada_is_exception_sym, _initialize_ada_language): Move
566 definitions around.
567 (ada_dump_symtab): Remove unused definition.
568 (ada_maybe_exception_partial_symbol): Remove unused definition.
569
570 2004-09-16 Andrew Cagney <cagney@gnu.org>
571
572 * inf-child.c: Include "gdb_string.h".
573 (inf_child_core_file_to_sym_file): Delete.
574 (inf_child_target): Set to_fetch_registers and to_store_registers.
575 * inf-ptrace.c: Include "gdb_string.h".
576 * Makefile.in: Update all dependencies.
577
578 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
579 problem.
580
581 2004-09-14 Joel Brobecker <brobecker@gnat.com>
582
583 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
584 call to heuristic_proc_desc. Remove code that became redundant
585 as a consequence.
586 (read_next_frame_reg): Remove special case for SP_REGNUM.
587 (set_reg_offset): Fix small typo.
588 (reset_saved_regs): New procedure.
589 (mips32_heuristic_proc_desc): No longer compute a fake
590 procedure descriptor. Compute the full frame cache instead.
591 Some minor comment reformatting.
592
593 2004-09-14 Andrew Cagney <cagney@gnu.org>
594
595 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
596 maintainer.
597
598 * thread-db.c (thread_db_new_objfile): Assume that there is a
599 child process.
600
601 2004-09-13 Jim Blandy <jimb@redhat.com>
602
603 * valops.c (value_assign): Move 'buffer' to the enclosing block,
604 so that its storage isn't referenced after its lifetime ends.
605
606 * valops.c (value_assign): 'use_buffer' is initialized to zero,
607 and never assigned to. Delete it, and the 'if (use_buffer)'
608 clauses. Delete 'raw_buffer', since it is now unused.
609
610 2004-09-13 Andrew Cagney <cagney@gnu.org>
611
612 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
613 * configure: Re-generate.
614 * nlm/Makefile.in (TAGS): Update.
615 * Makefile.in (TAGS): Update.
616 * config/vax/nbsd.mt (TM_FILE): Update.
617 * config/sparc/vxworks.mt (TM_FILE): Update.
618 * config/sparc/sol2.mt (TM_FILE): Update.
619 * config/sparc/sol2-64.mt (TM_FILE): Update.
620 * config/sparc/obsd64.mt (TM_FILE): Update.
621 * config/sparc/obsd.mt (TM_FILE): Update.
622 * config/sparc/nbsd64.mt (TM_FILE): Update.
623 * config/sparc/nbsd.mt (TM_FILE): Update.
624 * config/sparc/linux64.mt (TM_FILE): Update.
625 * config/sparc/linux.mt (TM_FILE): Update.
626 * config/sparc/fbsd.mt (TM_FILE): Update.
627 * config/sh/wince.mt (TM_FILE): Update.
628 * config/sh/nbsd.mt (TM_FILE): Update.
629 * config/sh/linux.mt (TM_FILE): Update.
630 * config/sh/embed.mt (TM_FILE): Update.
631 * config/s390/s390.mt (TM_FILE): Update.
632 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
633 * config/rs6000/rs6000.mt (TM_FILE): Update.
634 * config/rs6000/aix4.mt (TM_FILE): Update.
635 * config/powerpc/vxworks.mt (TM_FILE): Update.
636 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
637 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
638 * config/powerpc/obsd.mt (TM_FILE): Update.
639 * config/powerpc/nbsd.mt (TM_FILE): Update.
640 * config/powerpc/linux.mt (TM_FILE): Update.
641 * config/powerpc/aix.mt (TM_FILE): Update.
642 * config/pa/obsd.mt (TM_FILE): Update.
643 * config/pa/linux.mt (TM_FILE): Update.
644 * config/pa/hppahpux.mt (TM_FILE): Update.
645 * config/pa/hppa64.mt (TM_FILE): Update.
646 * config/pa/hppa.mt (TM_FILE): Update.
647 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
648 * config/mips/wince.mt (TM_FILE): Update.
649 * config/mips/vxmips.mt (TM_FILE): Update.
650 * config/mips/nbsd.mt (TM_FILE): Update.
651 * config/mips/linux.mt (TM_FILE): Update.
652 * config/mips/irix6.mt (TM_FILE): Update.
653 * config/mips/irix5.mt (TM_FILE): Update.
654 * config/mips/embed.mt (TM_FILE): Update.
655 * config/m68k/vxworks68.mt (TM_FILE): Update.
656 * config/m68k/st2000.mt (TM_FILE): Update.
657 * config/m68k/os68k.mt (TM_FILE): Update.
658 * config/m68k/obsd.mt (TM_FILE): Update.
659 * config/m68k/nbsd.mt (TM_FILE): Update.
660 * config/m68k/monitor.mt (TM_FILE): Update.
661 * config/m68k/linux.mt (TM_FILE): Update.
662 * config/m68k/cisco.mt (TM_FILE): Update.
663 * config/ia64/linux.mt (TM_FILE): Update.
664 * config/ia64/aix.mt (TM_FILE): Update.
665 * config/ia64/ia64.mt (TM_FILE): Update.
666 * config/i386/vxworks.mt (TM_FILE): Update.
667 * config/i386/obsd64.mt (TM_FILE): Update.
668 * config/i386/obsd.mt (TM_FILE): Update.
669 * config/i386/nto.mt (TM_FILE): Update.
670 * config/i386/nbsd64.mt (TM_FILE): Update.
671 * config/i386/nbsd.mt (TM_FILE): Update.
672 * config/i386/linux64.mt (TM_FILE): Update.
673 * config/i386/linux.mt (TM_FILE): Update.
674 * config/i386/i386sol2.mt (TM_FILE): Update.
675 * config/i386/i386lynx.mt (TM_FILE): Update.
676 * config/i386/fbsd64.mt (TM_FILE): Update.
677 * config/i386/fbsd.mt (TM_FILE): Update.
678 * config/i386/cygwin.mt (TM_FILE): Update.
679 * config/h8300/h8300.mt (TM_FILE): Update.
680 * config/frv/frv.mt (TM_FILE): Update.
681 * config/cris/cris.mt (TM_FILE): Update.
682 * config/arm/wince.mt (TM_FILE): Update.
683 * config/arm/nbsd.mt (TM_FILE): Update.
684 * config/arm/linux.mt (TM_FILE): Update.
685 * config/arm/embed.mt (TM_FILE): Update.
686 * config/alpha/nbsd.mt (TM_FILE): Update.
687 * config/alpha/fbsd.mt (TM_FILE): Update.
688 * config/alpha/alpha.mt (TM_FILE): Update.
689 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
690 * config/alpha/alpha-linux.mt (TM_FILE): Update.
691
692 Eliminate event_loop_p, always has the value 1.
693 * defs.h (event_loop_p): Delete macro.
694 * breakpoint.c (until_break_command): Simplify.
695 * utils.c (prompt_for_continue): Simplify.
696 * tracepoint.c (read_actions): Simplify.
697 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
698 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
699 (set_prompt, init_main): Simplify.
700 (init_signals, disconnect): Delete, unused.
701 * remote.c (remote_async_resume)
702 (extended_remote_async_create_inferior): Simplify.
703 * mi/mi-interp.c (mi_input): Delete, unused.
704 (mi_interpreter_resume, mi_command_loop): Simplify.
705 * interps.c (current_interp_command_loop): Simplify.
706 * infrun.c (proceed): Simplify.
707 * infcmd.c (run_command, continue_command, step_1, jump_command)
708 (until_command, advance_command, finish_command)
709 (interrupt_target_command): Simplify.
710 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
711
712 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
713 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
714 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
715 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
716 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
717 * mips-tdep.c (mips_dump_tdep): Do not print same.
718
719 2004-09-12 Andrew Cagney <cagney@gnu.org>
720
721 * valprint.c (print_longest): Use fputs_filtered. Make "val"
722 const.
723 * Makefile.in (valprint.o): Delete explict rule.
724
725 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
726 reported by Dave Anderson.
727
728 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
729
730 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
731
732 2004-09-12 Salvador E. Tropea <set@users.sf.net>
733 Andrew Cagney <cagney@gnu.org>
734
735 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
736 (mi_cmd_data_list_register_values)
737 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
738 the register number computation.
739
740 2004-09-12 Andrew Cagney <cagney@gnu.org>
741
742 * ppcnbsd-nat.c: Include "inf-ptrace.h".
743 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
744 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
745 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
746 target.
747 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
748 inf-ptrace.o and inf-child.o.
749 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
750 * Makefile.in: Update dependencies.
751
752 2004-09-11 Andrew Cagney <cagney@gnu.org>
753
754 * language.c (hex_string, hex_string_custom): Move from here ...
755 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
756 (CELLSIZE): Increase to 50.
757 * language.h (hex_string, hex_string_custom): Move from here ...
758 * defs.h: ... to here.
759 * Makefile.in: Update all dependencies.
760
761 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
762
763 * language.c (local_hex_format_custom): Remove.
764 (local_hex_string): Rename to hex_string, use C format, and move to
765 utils.c
766 (local_hex_string_custom): Rename to hex_string_custom and change
767 interface. Now uses C format. Move to utils.c
768 (local_octal_format_custom): Remove.
769 (local_decimal_format_custom): Remove.
770 (unknown_language_defn): Remove language-specific number
771 formatting entries.
772 (auto_language_defn): Ditto.
773 (local_language_defn): Ditto.
774 * language.h (struct language_format_info): Delete declaration.
775 (struct language_defn): Remove language_format_info fields
776 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
777 (local_binary_format): Remove macro.
778 (local_binary_format_prefix): Remove macro.
779 (local_binary_format_specifier): Remove macro.
780 (local_binary_format_suffix): Remove macro.
781 (local_octal_format): Remove macro.
782 (local_octal_format_prefix): Remove macro.
783 (local_octal_format_specifier): Remove macro.
784 (local_octal_format_suffix): Remove macro.
785 (local_decimal_format): Remove macro.
786 (local_decimal_format_prefix): Remove macro.
787 (local_decimal_format_specifier): Remove macro.
788 (local_decimal_format_suffix): Remove macro.
789 (local_hex_format): Remove macro.
790 (local_hex_format_prefix): Remove macro.
791 (local_hex_format_specifier): Remove macro.
792 (local_hex_format_suffix): Remove macro.
793 (local_decimal_format_custom): Remove.
794 (local_octal_format_custom): Remove.
795 (local_hex_format_custom): Remove.
796 (local_hex_string): Rename to hex_string and move to defs.h.
797 (local_hex_string_custom): Rename to hex_string_custom, change
798 interface, and move to defs.h.
799 * utils.c: (int_string): New function.
800 (hex_string): New function (from language.c).
801 (hex_string_custom): New function (from language.c).
802 (octal2str): New function.
803 (decimal2str): Add width parameter.
804 (paddr_u): Use new decimal2str interface.
805 (paddr_d): Ditto.
806 * defs.h (hex_string): Declare.
807 (hex_string_custom): Declare.
808 (int_string): Declare.
809 * printcmd.c (print_scalar_formatted): Remove localized binary
810 formatting.
811 * valprint.c (print_longest): Use int_string.
812 (print_floating): Use C hex format.
813 (print_hex_chars): Ditto.
814 (print_binary_chars): Remove language-specific formatting.
815 (print_octal_chars): Use C octal format.
816 (print_decimal_chars): Delocalize format.
817 (print_decimal): Remove.
818 * ada-lang.c (ada_language_defn): Remove language-specific number
819 formatting entries.
820 * p-lang.c (pascal_language_defn): Ditto.
821 * c-lang.c (c_language_defn): Ditto.
822 (cplus_language_defn): Ditto.
823 (asm_language_defn): Ditto.
824 (minimal_language_defn): Ditto.
825 * f-lang.c (f_language_defn): Ditto.
826 * jv-lang.c (java_language_defn): Ditto.
827 * m2-lang.c (m2_language_defn): Ditto.
828 * scm-lang.c (scm_language_defn): Ditto.
829 * objc-lang.c (objc_language_defn): Ditto.
830 * memattr.c (mem_info_command): Use renamed hex_string_custom with
831 new interface.
832 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
833 * ui-out.c (ui_out_field_core_addr): Ditto.
834 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
835 * exec.c (print_section_info): Ditto.
836 * i387-tdep.c (print_i387_status_word): Ditto.
837 (print_i387_control_word): Ditto.
838 (i387_print_float_info): Ditto.
839 * maint.c (maint_print_section_info): Ditto.
840 * solib.c (info_sharedlibrary_command): Ditto.
841 * somsolib.c (som_sharedlibrary_info_command): Ditto.
842 * symtab.c (print_msymbol_info): Ditto.
843 * tracepoint.c (tracepoints_info): Ditto.
844 * solib-frv.c (lm_base): Ditto.
845 (frv_current_sos): Ditto.
846 (enable_break2): Ditto.
847 (enable_break): Ditto.
848 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
849 (process_one_symbol): Ditto.
850 * infcmd.c (program_info): Ditto.
851 * mdebugread.c (parse_partial_symbols): Ditto.
852 * symfile.c (add_symbol_file_command): Ditto.
853 * cli/cli-cmds.c (edit_command): Ditto.
854 (list_command): Ditto.
855 * infcall.c (call_function_by_hand): Ditto.
856 * remote-vx.c (vx_run_files_info): Ditto.
857 (vx_wait): Ditto.
858 (vx_attach): Ditto.
859 (vx_detach): Ditto.
860 (vx_kill): Ditto.
861 * aix-thread.c (pdc_symbol_addrs): Ditto.
862 (pdc_read_regs): Ditto.
863 (pdc_write_regs): Ditto.
864 (pdc_read_data): Ditto.
865 (pdc_write_data): Ditto.
866 * d10v-tdep.c (display_trace): Ditto.
867 * rs6000-nat.c (find_toc_address): Ditto.
868 * aix-thread.c: Don't include language.h.
869 * buildsym.c: Ditto.
870 * dbxread.c: Ditto.
871 * mdebugread.c: Ditto.
872 * rs6000-nat.c: Ditto.
873 * buildsym.c (make_blockvector): Use renamed hex_string.
874
875 2004-09-10 Jason Molenda (jmolenda@apple.com)
876
877 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
878 chars after 'if' or 'while' commands in user-defined commands.
879
880 2004-09-08 Jim Blandy <jimb@redhat.com>
881
882 Fix bug reported and analyzed by Olivier Crete:
883 * symfile.c (copy_section_addr_info): New function.
884 (symbol_file_add_with_addrs_or_offsets): Use it to save the
885 original set of address arguments, instead of handwritten code
886 that uses one length to allocate and a different length to
887 initialize. Use make_cleanup_free_section_addr_info.
888 * symfile.h (copy_section_addr_info): New declaration.
889 * utils.c: #include "symfile.h".
890 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
891 New functions.
892 * defs.h (make_cleanup_free_section_addr_info): New declaration.
893 * Makefile.in (utils.o): Update dependencies.
894
895 2004-09-08 Andrew Cagney <cagney@gnu.org>
896
897 * thread-db.c (keep_thread_db): Delete.
898 (thread_db_new_objfile, thread_db_create_inferior)
899 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
900
901 2004-09-08 Mark Kettenis <kettenis@gnu.org>
902
903 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
904 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
905 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
906 (i386_frameless_signal_p): Remove prototype.
907 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
908 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
909 I386_SSE_NUM_REGS.
910 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
911 instead of FP0_REGNUM.
912 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
913 of FP0_REGNUM and FPC_REGNUM.
914
915 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
916 (sunos_solib_create_inferior_hook): Don't call
917 sunos_relocate_main_executable.
918
919 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
920 solib_svr4_fetch_link_map_offsets to
921 svr4_ilp32_fetch_link_map_offsets.
922 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
923 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
924 svr4_ilp32_fetch_link_map_offsets.
925 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
926
927 2004-09-07 Jim Blandy <jimb@redhat.com>
928
929 * frame.h (frame_register): Doc fix.
930
931 2004-09-07 Andrew Cagney <cagney@gnu.org>
932
933 * vx-share/wait.h: Delete #ifdef USG.
934 * utils.c (request_quit): Ditto.
935 * tui/tui.c (tui_reset): Ditto.
936 * remote.c: Ditto.
937 * remote-sds.c: Ditto.
938 * remote-rdi.c: Ditto.
939 * mdebugread.c: Ditto.
940 * m68klinux-nat.c: Ditto.
941 * infttrace.c: Ditto.
942 * infptrace.c: Ditto.
943 * i386v-nat.c: Ditto.
944 * exec.c: Ditto.
945 * dbxread.c: Ditto.
946 * core-aout.c: Ditto.
947
948 2004-09-05 Joel Brobecker <brobecker@gnat.com>
949
950 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
951 heuristic_proc_desc.
952 (mips_insn32_frame_cache): Likewise.
953
954 2004-09-04 Joel Brobecker <brobecker@gnat.com>
955
956 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
957 left behind by error.
958
959 2004-09-04 Joel Brobecker <brobecker@gnat.com>
960
961 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
962 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
963
964 2004-09-04 Joel Brobecker <brobecker@gnat.com>
965
966 * config/rs6000/xm-aix4.h: Remove this file.
967 * config/rs6000/aix4.mh (XM_FILE): Delete.
968
969 2004-09-04 Joel Brobecker <brobecker@gnat.com>
970
971 * config/rs6000/xm-rs6000.h: Remove this file.
972 * config/rs6000/rs6000.mh (XM_FILE): Remove.
973
974 2004-09-03 Andrew Cagney <cagney@gnu.org>
975
976 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
977 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
978 only use.
979
980 * mips-tdep.c (temp_saved_regs): Delete.
981 (set_reg_offset): Replace saved_regs parameter with this_cache.
982 (heuristic_proc_desc, mips16_heuristic_proc_desc)
983 (mips32_heuristic_proc_desc): Add this_cache parameter.
984 (mips_insn32_frame_cache, mips_insn16_frame_cache)
985 (after_prologue): Pass a NULL this_cache.
986
987 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
988 non-kernel trap prologues.
989
990 * mips-tdep.c (find_proc_desc): Delete function.
991 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
992 simplify.
993 (mips_insn16_frame_cache): Replace find_proc_desc with code from
994 mips_insn32_frame_cache.
995
996 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
997 Simplify as NEXT_FRAME is NULL.
998 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
999
1000 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1001 local variable.
1002 (mips_skip_prologue): Update.
1003
1004 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1005 "cur_frame" parameter.
1006 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1007 (mips_insn32_frame_cache, find_proc_desc): Update
1008
1009 * config/vax/nm-obsd.h: Delete file.
1010 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1011 * config/vax/nm-nbsd.h: Delete file.
1012 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1013 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1014 * config/sh/nm-nbsd.h: Delete file.
1015 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1016 * config/rs6000/nm-rs6000ly.h: Delete file.
1017 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1018 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1019 * config/powerpc/nm-obsd.h: Delete file.
1020 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1021 * config/powerpc/nm-nbsd.h: Delete file.
1022 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1023 * config/pa/nm-obsd.h: Delete file.
1024 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1025 * config/mips/nm-nbsd.h: Delete file.
1026 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1027 * config/m88k/nm-obsd.h: Delete file.
1028 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1029 * config/m68k/nm-nbsd.h: Delete file.
1030 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1031 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1032 * config/i386/nm-nbsd.h: Delete file.
1033 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1034 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1035 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1036 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1037 * config/i386/nm-i386lynx.h: Delete file.
1038 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1039 * config/arm/nm-nbsd.h: Delete file.
1040 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1041 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1042
1043 * config/i386/tm-fbsd.h: Delete file.
1044 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1045 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1046
1047 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1048 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1049 * config/rs6000/aix4.mt (TM_FILE): Set to
1050 config/rs6000/tm-rs6000.h.
1051 * config/powerpc/tm-ppc-aix.h: Delete file.
1052 * config/powerpc/aix.mt (TM_FILE): Set to
1053 config/rs6000/tm-rs6000.h.
1054 * config/m68k/tm-linux.h: Delete file.
1055 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1056 * config/i386/tm-linux64.h: Delete file.
1057 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1058 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1059
1060 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1061 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1062 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1063 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1064 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1065 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1066 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1067 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1068 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1069
1070 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1071 gdb_host_cpu.
1072
1073 2004-09-02 Joel Brobecker <brobecker@gnat.com>
1074
1075 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1076 Minor reformatting. Some code factoring.
1077
1078 2004-09-02 Andrew Cagney <cagney@gnu.org>
1079
1080 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1081 * config/vax/tm-nbsd.h: Delete file.
1082 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1083 * config/sparc/tm-vxworks.h: Delete file.
1084 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1085 * config/sparc/tm-nbsd.h: Delete file.
1086 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1087 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1088 * config/sparc/tm-linux.h: Delete file.
1089 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1090 * config/s390/tm-linux.h: Delete file.
1091 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1092 * config/pa/tm-bsd.h: Delete file.
1093 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1094 * config/m68k/tm-obsd.h: Delete file.
1095 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1096 * config/m68k/tm-nbsd.h: Delete file.
1097 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1098 * config/i386/tm-vxworks.h: Delete file.
1099 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1100 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1101 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1102 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1103 * config/i386/tm-nbsd.h: Delete file.
1104 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1105 * config/i386/tm-i386lynx.h: Delete file.
1106 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1107 * config/cris/tm-cris.h: Delete file.
1108
1109 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1110 * configure: Re-generate.
1111 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1112 * config/arm/tm-nbsd.h: Delete file.
1113
1114 * config/powerpc/tm-ppcle-sim.h: Delete.
1115 * config/powerpc/tm-ppcle-eabi.h: Delete.
1116 * config/powerpc/tm-nbsd.h: Delete.
1117 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1118 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1119 tm-ppcle-eabi.h.
1120
1121 * config/i386/nto.mh (NAT_FILE): Delete.
1122 * config/i386/nm-nto.h: Delete.
1123
1124 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1125 * config/m68k/tm-os68k.h: Ditto.
1126 * config/m68k/tm-monitor.h: Ditto.
1127 * config/m68k/tm-cisco.h: Ditto.
1128 * config/m68k/st2000.mt (TM_FILE): Delete.
1129 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1130 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1131 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1132 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1133
1134 * config/m68k/tm-st2000.h: Delete.
1135 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1136 * config/sparc/fbsd.mt (TM_FILE): Delete.
1137 * config/sparc/tm-fbsd.h: Delete.
1138
1139 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1140 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1141 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1142
1143 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1144 GDB_TM_FILE and GDB_XM_FILE.
1145 * gdbarch.c: Re-generate.
1146 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1147 quotes in macro definition.
1148 * configure.in: Re-generate.
1149
1150 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1151 validating architecture methods.
1152 * gdbarch.c: Re-generate.
1153
1154 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1155 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1156 GDB_MULTI_ARCH_PARTIAL.
1157 * gdbarch.h: Re-generate.
1158
1159 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1160 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1161 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1162 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1163 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1164 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1165 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1166 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1167 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1168 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1169 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1170 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1171
1172 2004-09-01 Andrew Cagney <cagney@gnu.org>
1173
1174 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1175 and main_func_highpc.
1176 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1177 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1178 * nlmread.c (nlm_symfile_read): Update.
1179
1180 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1181
1182 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1183 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1184 (find_proc_desc): Remove dead code.
1185
1186 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1187
1188 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1189
1190 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1191
1192 * observer.sh: Add struct so_list declaration.
1193 * Makefile.in: Add dependencies on observer.h for solib.c and
1194 breakpoint.c.
1195 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1196 function.
1197 (_initialize_breakpoint): Register
1198 disable_breakpoints_in_unloaded_shlib as an observer of the
1199 "solib unloaded" observation event.
1200 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1201 call decode_line_1 so unfound breakpoint errors are silent.
1202 * solib.c (update_solib_list): When a solib is discovered to have
1203 been unloaded by the program, notify all observers of the
1204 "solib unloaded" observation event.
1205
1206 2004-09-01 Andrew Cagney <cagney@gnu.org>
1207
1208 * frame.c: Include "objfiles.h".
1209 (inside_main_func): New function.
1210 (get_prev_frame): Use new inside_main_func.
1211 * Makefile.in (frame.o): Update dependencies.
1212 * defs.h (inside_main_func): Delete declaration.
1213 * blockframe.c (inside_main_func): Delete function.
1214
1215 2004-08-31 Jim Blandy <jimb@redhat.com>
1216
1217 * dwarf2read.c (is_vtable_name): New function, based on logic from
1218 read_structure_type, but passing the correct length to strncmp,
1219 and using 'sizeof' instead of 'strlen'.
1220 (read_structure_type): Call it.
1221
1222 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1223
1224 * config/powerpc/aix.mh: Add comment.
1225
1226 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1227
1228 * MAINTAINERS: Add self to Write-After-Approval.
1229
1230 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1231
1232 * MAINTAINERS: Add self to Write-After-Approval.
1233
1234 2004-08-30 Andrew Cagney <cagney@gnu.org>
1235
1236 Fix PR breakpoints/1757.
1237 * infrun.c (struct execution_control_state): Replace
1238 remove_breakpoints_on_following_step with
1239 step_after_step_resume_breakpoint.
1240 (init_execution_control_state): Update.
1241 (handle_inferior_event): For signals, when stepping off a
1242 breakpoint, set step_after_step_resume_breakpoint. When
1243 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1244 (keep_going): Delete code handling
1245 remove_breakpoints_on_following_step.
1246
1247 2004-08-29 David Lecomber <david@streamline-computing.com>
1248
1249 Fix PR gdb/648
1250 * language.h (enum array_ordering): New enum.
1251 * language.h (struct language_defn): New la_array_ordering
1252 attribute.
1253 * language.c (unknown_language_defn, auto_language_defn)
1254 (local_language_defn): Ditto.
1255 * ada-lang.c (ada_language_defn): Ditto.
1256 * c-lang.c (c_language_defn, cplus_language_defn)
1257 (asm_language_defn, minimal_language_defn): Ditto.
1258 * f-lang.c (f_language_defn): Ditto.
1259 * jv-lang.c (java_language_defn): Ditto.
1260 * m2-lang.c (f_language_defn): Ditto.
1261 * objc-lang.c (objc_language_defn): Ditto.
1262 * p-lang.c (pascal_language_defn): Ditto.
1263 * scm-lang.c (scm_language_defn): Ditto.
1264 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1265 oriented large to small in type structure.
1266 * dwarf2read.c (read_array_order): New function.
1267 (read_array_type): Use read_array_order to check row/column
1268 major ordering.
1269
1270 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1271
1272 * target.c (target_resize_to_sections): Check
1273 current_target.to_sections for an old value when updating.
1274
1275 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1276
1277 * procfs.c (dbx_link_bpt_addr): New static global variable.
1278 (dbx_link_shadow_contents): New static global variable.
1279 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1280 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1281 if we just hit it.
1282 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1283 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1284 from run to run.
1285 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1286 after the inferior has been forked.
1287 (remove_dbx_link_breakpoint): New function.
1288 (dbx_link_addr): New function.
1289 (insert_dbx_link_bpt_in_file): New function.
1290 (insert_dbx_link_bpt_in_region): New function.
1291 (insert_dbx_link_breakpoint): New function.
1292 (proc_trace_syscalls_1): New function, extracted from
1293 proc_trace_syscalls.
1294 (proc_trace_syscalls): Replace extract code by call to
1295 proc_trace_syscalls_1.
1296 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1297 is no longer valid.
1298
1299 2004-08-25 Jim Blandy <jimb@redhat.com>
1300
1301 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1302
1303 2004-08-25 Andrew Cagney <cagney@gnu.org>
1304
1305 * infrun.c (struct execution_control_state): Delete field
1306 "stepping_through_sigtramp".
1307 (init_execution_control_state): Do not set same.
1308 (context_switch): Do not pass same to save_infrun_state and
1309 load_infrun_state.
1310 * gdbthread.h (struct thread_info): Delete field
1311 stepping_through_sigtramp.
1312 (save_infrun_state, load_infrun_state): Delete parameter
1313 stepping_through_sigtramp.
1314 * thread.c (load_infrun_state, save_infrun_state): Update.
1315
1316 * infrun.c: Re-indent. Move expression operators to the beginning
1317 of the line. Remove long disabled #if 0 code.
1318
1319 2004-08-24 Andrew Cagney <cagney@gnu.org>
1320
1321 * doublest.h (floatformat_ieee_quad): Rename
1322 floatformat_ia64_quad.
1323 * doublest.c (floatformat_ieee_quad): Rename
1324 floatformat_ia64_quad.
1325 (_initialize_doublest): Update.
1326
1327 2004-08-24 Jim Blandy <jimb@redhat.com>
1328
1329 * dwarf2expr.h (struct dwarf_expr_context): New members
1330 'num_pieces' and 'pieces', for returning the result of an
1331 expression that uses DW_OP_piece.
1332 (struct dwarf_expr_piece): New struct type.
1333 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1334 pieces.
1335 (free_dwarf_expr_context): Free pieces, if any.
1336 (add_piece): New function.
1337 (execute_stack_op): Implement DW_OP_piece.
1338 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1339 expression is a list of pieces, print an error message.
1340 (dwarf2_loc_desc_needs_frame): If the expression yields
1341 pieces, and any piece is in a register, then we need a frame.
1342
1343 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1344 the stack until we've decided what sort of result the evaluation
1345 has produced. Use separate variables, with more specific names.
1346
1347 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1348
1349 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1350 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1351 (arm_netbsd_init_abi_common): Register them.
1352
1353 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1354
1355 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1356
1357 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1358 safe_frame_unwind_memory instead of target_read_memory.
1359
1360 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1361 Reorder includes.
1362 (fetch_register, store_register): Remove prototypes.
1363 (child_resume): Reorganize code and comments such that it is
1364 grouped a bit more logically.
1365 (attach): Explicitly compare errno against 0.
1366 (detach): Likewise. Use perror_with_name instead of
1367 print_sys_errmsg.
1368 * Makefile.in (infptrace.o): Update dependencies.
1369
1370 * ia64-linux-nat.c: Update copyright year.
1371 (fetch_debug_register, store_debug_register)
1372 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1373 PTRACE_TYPE_ARG3.
1374 * config/ia64/nm-linux.h: Update copyright year.
1375 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1376
1377 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1378 from CORE_ADDR to struct frame_info *. Use
1379 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1380 (amd64_linux_sigtramp_p): Adjust for changed signature of
1381 and64_linux_sigtramp_start
1382
1383 * gdb_ptrace.h: GNU/Linux.
1384
1385 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1386 Remove defines.
1387
1388 * infptrace.c: Include "gdb_assert.h".
1389 (PTRACE_XFER_TYPE): Remove define.
1390 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1391 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1392 Tweak comment.
1393 (fetch_inferior_registers, store_inferior_registers): Remove
1394 redundant culry braces. Tweak comment. s/regno/regnum.
1395 * Makefile.in (infptrace.o): Update dependencies.
1396
1397 * configure.in: Change test for return type of ptrace to default
1398 to `long' instead of `int'.
1399 * configure: Regenerate.
1400
1401 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1402
1403 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1404
1405 * configure.in: Check for ttrace function.
1406 * configure, config.in: Regenerate.
1407
1408 * gdb_ptrace.h: New file.
1409 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1410 <sys/ptrace.h>.
1411 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1412 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1413 (attach): Don't define PT_ATTACH.
1414 (detach): Don't define PT_DETACH.
1415 * Makefile.in (gdb_ptrace_h): New variable.
1416 (infptrace.o): Update dependencies.
1417
1418 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1419
1420 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1421 instead of `int' if not already defined.
1422 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1423 PTRACE_TYPE_ARG3.
1424 * infptrace.c (call_ptrace): Revert change that replaced
1425 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1426
1427 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1428
1429 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1430 Remove defines.
1431
1432 * linux-nat.c (kill_inferior): Add missing third and fourth
1433 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1434
1435 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1436 PTRACE_TYPE_RET.
1437
1438 * proc-why.c (proc_prettyfprint_why): Fix format string.
1439
1440 * solib-osf.c (osf_current_sos): Remove unsused label.
1441
1442 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1443 curses headers.
1444 * configure, config.in: Regenerate.
1445 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1446 <ncurses/ncurses.h>.
1447
1448 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1449 * config/nm-nbsd.h: Update copyright year.
1450 (PTRACE_ARG3_TYPE): Remove define.
1451
1452 * sparc-nat.c (fetch_inferior_registers)
1453 (store_inferior_registers, sparc_xfer_wcookie):
1454 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1455
1456 * alphabsd-nat.c (fetch_inferior_registers):
1457 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1458 PTRACE_TYPE_ARG3.
1459 * amd64bsd-nat.c (fetch_inferior_registers)
1460 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1461 PTRACE_TYPE_ARG3.
1462 * armnbsd-nat.c: Update copyright year.
1463 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1464 (store_register, store_regs, store_fp_register, store_fp_regs):
1465 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1466 * hppabsd-nat.c (fetch_inferior_registers)
1467 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1468 PTRACE_TYPE_ARG3.
1469 * i386bsd-nat.c (fetch_inferior_registers)
1470 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1471 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1472 * m68kbsd-nat.c (fetch_inferior_registers)
1473 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1474 PTRACE_TYPE_ARG3.
1475 * m88kbsd-nat.c (fetch_inferior_registers)
1476 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1477 PTRACE_TYPE_ARG3.
1478 * mipsnbsd-nat.c: Update copyright year.
1479 (fetch_inferior_registers, store_inferior_registers):
1480 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1481 * ns32knbsd-nat.c: Update copyright year.
1482 (fetch_inferior_registers, store_inferior_registers):
1483 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1484 * ppcnbsd-nat.c (fetch_inferior_registers):
1485 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1486 PTRACE_TYPE_ARG3.
1487 * ppcobsd-nat.c (fetch_inferior_registers):
1488 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1489 PTRACE_TYPE_ARG3.
1490 * shnbsd-nat.c: Update copyright year.
1491 (fetch_inferior_registers, store_inferior_registers):
1492 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1493 * vaxbsd-nat.c (fetch_inferior_registers)
1494 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1495 PTRACE_TYPE_ARG3.
1496
1497 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1498 PTRACE_TYPE_ARG3.
1499 * infptrace.c (call_ptrace, child_resume, attach, detach)
1500 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1501 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1502 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1503 PTRACE_TYPE_ARG3.
1504
1505 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1506
1507 * defs.h: Remove out-of-date comment.
1508 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1509 [!GETENV_PROVIDED] (getenv): Remove prototype.
1510
1511 * standalone.c: Remove file.
1512 * Makefile.in (standalone.o): Remove dependency.
1513
1514 * i386-linux-nat.c (dummy_sse_values): Remove function and
1515 prototype.
1516 (i386_linux_dr_get): Fix typo in comment.
1517 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1518
1519 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1520
1521 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1522 from declaration.
1523 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1524 from definition.
1525
1526 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1527
1528 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1529 parenthesis in definition.
1530 * configure: Regenerated.
1531
1532 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1533
1534 * PROBLEMS: Mention build/1411.
1535
1536 2004-08-09 Robert Millan <robertmh@gnu.org>
1537
1538 Committed by Nathanael Nerode.
1539 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1540 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1541
1542 2004-08-12 Andrew Cagney <cagney@gnu.org>
1543
1544 * NEWS: Mention fixes in GDB 6.2.1.
1545 * PROBLEMS: Remove mention of mips-irix.
1546
1547 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1548
1549 * config/powerpc/xm-aix.h: Delete.
1550 * config/powerpc/aix.mh (MH_FILE): Remove.
1551 * config/powerpc/aix432.mh (MH_FILE): Remove.
1552
1553 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1554
1555 * config/powerpc/aix.mh: Remove obsolete comment.
1556 * config/powerpc/aix432.mh: Likewise.
1557
1558 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1559
1560 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1561
1562 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1563
1564 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1565 this file is now empty.
1566 * config/xm-aix4.h: Remove, this file is no longer included
1567 anywhere.
1568
1569 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1570
1571 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1572 that file is now empty.
1573 (termdef): Remove prototype, function no longer used.
1574
1575 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1576
1577 * doc/gdbint.texinfo (Host Definition): Remove documentation
1578 for USE_O_NOCTTY, no longer used.
1579 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1580 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1581
1582 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1583
1584 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1585 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1586 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1587
1588 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1589
1590 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1591 instead of FIVE_ARG_PTRACE.
1592
1593 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1594 (new_tty): Use O_NOCTTY unconditionally.
1595
1596 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1597
1598 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1599 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1600 fflush on stdout.
1601
1602 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1603
1604 * xcoff_symfile_finish: Replace last call to xmfree by call
1605 to xfree.
1606
1607 2004-08-10 Andrew Cagney <cagney@gnu.org>
1608
1609 * main.c (captured_main): Delete call to init_malloc.
1610 * defs.h (init_malloc): Delete declaration.
1611 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1612 (init_malloc): Delete functions.
1613
1614 * defs.h (xmfree): Delete.
1615 * utils.c (xmfree): Delete function.
1616 (xfree): Inline calls to xmfree and mfree.
1617 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1618 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1619 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1620 * somread.c (som_symfile_finish): Ditto.
1621 * objfiles.c (allocate_objfile, free_objfile):
1622 * nlmread.c (nlm_symfile_finish): Ditto.
1623 * hpread.c (hpread_symfile_finish): Ditto.
1624 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1625 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1626 * coffread.c (coff_symfile_finish): Ditto.
1627
1628 * defs.h (xmcalloc): Delete declaration.
1629 * utils.c (xmcalloc): Delete.
1630 (xcalloc): Inline calls to xmcalloc and mcalloc.
1631 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1632 xcalloc and xfree.
1633 * symtab.c (create_demangled_names_hash): Ditto.
1634
1635 * defs.h (xmrealloc): Delete.
1636 * utils.c (xmrealloc): Delete.
1637 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1638 * symmisc.c (extend_psymbol_list): Use xrealloc.
1639 * source.c (find_source_lines): Ditto.
1640 * hpread.c (hpread_lookup_type): Ditto.
1641 * dbxread.c (add_bincl_to_list): Ditto.
1642
1643 * utils.c (xmmalloc): Delete.
1644 (xmalloc): Inline xmmalloc and mmalloc calls.
1645 (msavestring): Use xmalloc.
1646 * defs.h (xmmalloc): Delete declaration.
1647 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1648 xmmalloc.
1649 * symmisc.c (extend_psymbol_list): Ditto.
1650 * symfile.c (init_psymbol_list): Ditto.
1651 * source.c (find_source_lines): Ditto.
1652 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1653 * elfread.c (elf_symtab_read): Ditto.
1654 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1655 * coffread.c (coff_symfile_init): Ditto.
1656
1657 2004-08-10 David Carlton <carlton@bactrian.org>
1658
1659 * MAINTAINERS: Remove David Carlton from c++ testsuite
1660 maintainers.
1661
1662 2004-08-10 Jerome Guitton <guitton@gnat.com>
1663
1664 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1665 print a line feed before the prompt.
1666
1667 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1668
1669 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1670
1671 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1672
1673 General cleanup of the AIX xm include file:
1674 * config/xm-aix4.h (fd_set): Remove undefine.
1675 Remove include of <sys/select.h>.
1676 (HAVE_TERMIO): Remove define.
1677 (USG): Likewise.
1678 (NULL): Remove redefine.
1679 (alloca): Remove #pragma.
1680 (vfork): Remove define.
1681 (termdef): Remove.
1682 (SIGWINCH_HANDLER): Remove.
1683 (SIGWINCH_HANDLER_BODY): Remove.
1684
1685 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1686
1687 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1688 GDB_OSABI_OPENBSD_ELF.
1689
1690 2004-08-07 Robert Millan <robertmh@gnu.org>
1691
1692 * bsd-kvm.c: Check for nlist.h before including it.
1693
1694 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1695
1696 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1697 sigcontext' offset consistency checks for ancient BSD.
1698
1699 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1700
1701 * configure.in: Check for <sys/types.h>. Check return and
1702 argument types of ptrace.
1703 * configure, config.in: Regenerate.
1704
1705 2004-08-09 Jim Blandy <jimb@redhat.com>
1706
1707 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1708 rs6000_register_sim_regno): Doc fixes.
1709
1710 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1711
1712 * mips-tdep.c: Include "floatformat.h".
1713 (n32n64_floatformat_always_valid): New function.
1714 (floatformat_n32n64_long_double_big): New constant.
1715 (mips_gdbarch_init): Set size and format of long double
1716 for N32 and N64 ABIs.
1717 * Makefile.in (mips-tdep.o): Update dependencies.
1718
1719 2004-08-08 Andrew Cagney <cagney@gnu.org>
1720
1721 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1722 print. Improve script's error messages.
1723 * gdbarch.h: Re-generate.
1724
1725 * gdbarch.sh (pformat): New function.
1726 (float_format, double_format, long_double_format): List with bit
1727 members. Use pformat when printing.
1728 * gdbarch.c, gdbarch.h: Re-generate.
1729
1730 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1731
1732 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1733 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1734 (ppcnbsd_supply_pcb): New function.
1735 (_initialize_ppcnbsd_nat): New prototype and function.
1736 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1737 (LOADLIBES): New variable.
1738 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1739
1740 2004-08-08 Andrew Cagney <cagney@gnu.org>
1741
1742 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1743 (builtin_type_ieee_double, builtin_type_ia64_quad)
1744 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1745 BE/LE floating-point types.
1746 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1747 (builtin_type_ieee_double, builtin_type_ia64_quad)
1748 (builtin_type_ia64_spill): Declare.
1749 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1750 (floatformat_ieee_double, floatformat_arm_ext)
1751 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1752 of LE/BE floatformats.
1753 * doublest.h: (struct floatformat, floatformat_ieee_single)
1754 (floatformat_ieee_double, floatformat_arm_ext)
1755 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1756
1757 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1758
1759 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1760
1761 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1762 instead of regcache_raw_supply when storing the registers.
1763
1764 * i386gnu-nat.c: Update copyright year.
1765 (gnu_store_registers): Don't use deprecated_registers and
1766 deprecated_registers_valid. Use regcache_valid_p and
1767 regcache_raw_supply instead.
1768
1769 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1770 frame_pc_unwind.
1771
1772 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1773 variables. Incapitalized "process".
1774
1775 * configure.in: Add cursesX to the list of possible curses libs.
1776 Add cursesX.h to the list of possible curses headers.
1777 * configure, config.in: Regenerate.
1778
1779 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1780
1781 * configure.in: Test for struct lwp in <sys/lwp.h>.
1782 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1783 the offset of l_addr in struct lwp.
1784
1785 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1786
1787 * bsd-kvm.c: Include "gdbcore.h"
1788 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1789
1790 2004-08-07 Andrew Cagney <cagney@gnu.org>
1791
1792 * gdbtypes.c (build_flt, build_complex): New functions.
1793 (gdbtypes_post_init): Use.
1794
1795 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1796
1797 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1798 through to builtin_type_uint128.
1799
1800 * c-exp.y: Use builtin_type function to obtain builtin types.
1801
1802 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1803 builtin_uint128.
1804 * gdbtypes.c (gdbtypes_post_init): Update.
1805 (build_gdbtypes): Move initialization of builtin_type_int0
1806 through to builtin_type_uint128 from here ...
1807 (_initialize_gdbtypes): ... to here.
1808 * d10v-tdep.c (d10v_register_type): Update.
1809
1810 * doublest.c: Update copyright.
1811 (floatformat_from_length): Call error when floatformat is NULL.
1812 (extract_floating_by_length): Remove NULL fmt check.
1813 (store_floating_by_length): Ditto.
1814
1815 2004-08-07 Andrew Cagney <cagney@gnu.org>
1816
1817 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1818 that the register is valid.
1819
1820 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1821
1822 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1823 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1824 struct frame_info *. Use safe_frame_unwind_memory instead of
1825 deprecated_read_memory_nobpt.
1826 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1827 changed signature of i386_linux_sigtramp_start and
1828 i386_linux_rt_sigtramp_start.
1829
1830 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1831 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1832 instead of deprecated_read_memory_nobpt.
1833 (i386nbsd_sigtramp_p): Adjust for changed signature of
1834 i386nbsd_sigtramp_offset.
1835
1836 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1837 safe_frame_unwind_memory instead of target_read_memory.
1838
1839 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1840 !NO_SYS_FILE.
1841 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1842 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1843 (_initialize_kernel_u_addr): Remove prototype and function.
1844 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1845 !NO_SYS_FILE.
1846 * xcoffread.c: Likewise.
1847
1848 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1849
1850 * vax-nat.c: New file.
1851 * vaxbsd-nat.c: Tweak comment.
1852 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1853 vaxnbsd-tdep.c.
1854 (vax-nat.o): New dependency.
1855 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1856 (vax-*-ultrix2*): Remove.
1857 * config/vax/vax.mh: New file.
1858 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1859 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1860 (vax_register_u_addr): New prototype.
1861 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1862 * config/vax/vaxult2.mh: Remove file.
1863 * config/vax/vaxult.mh: Remove file.
1864 * config/vax/vaxbsd.mh: Remove file.
1865 * config/vax/vax.mt (TM_FILE): Remove.
1866 * config/vax/tm-vaxbsd.h: Remove file.
1867
1868 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1869
1870 * aix-thread.c (get_signaled_thread): New function.
1871 (iter_trap): Delete, no longer used.
1872 (iter_tid): New function.
1873 (pd_update): Find the thread that received the SIGTRAP signal
1874 by first locating the kernel thread, and then finding its
1875 associated thread.
1876
1877 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1878
1879 * lin-lwp.c (child_wait): Continue inferior after processing
1880 PTRACE_EVENT_CLONE event.
1881
1882 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1883
1884 * MAINTAINERS: Add self to Write-After-Approval.
1885
1886 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1887
1888 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1889 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1890
1891 2004-08-05 Andrew Cagney <cagney@gnu.org>
1892
1893 * config/xm-sysv4.h: Delete file.
1894 * config/mips/xm-irix5.h: Delete file.
1895 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1896 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1897 * config/ia64/xm-aix.h: Delete file.
1898 * config/ia64/aix.mh (XM_FILE): Delete.
1899 * config/pa/xm-hppah.h: Delete file.
1900 * config/pa/hpux11w.mh (XM_FILE): Delete.
1901 * config/pa/hpux11.mh (XM_FILE): Delete.
1902 * config/pa/hpux1020.mh (XM_FILE): Delete.
1903 * config/pa/hppahpux.mh (XM_FILE): Delete.
1904
1905 * config/alpha/xm-alphalinux.h: Delete file.
1906 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1907 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1908 * config/alpha/xm-alphaosf.h: Delete file.
1909 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1910 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1911 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1912 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1913
1914 * config/i386/xm-i386v.h: Delete file.
1915 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1916 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1917 * config/i386/xm-i386sco.h: Delete file.
1918 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1919 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1920 * config/i386/xm-i386v4.h: Delete file.
1921 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1922 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1923 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1924 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1925
1926 * config/vax/xm-vax.h: Delete file.
1927 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1928 * config/vax/xm-vaxult2.h: Delete file.
1929 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1930 * config/vax/vaxult2.mh (XM_FILE): Delete.
1931 * config/vax/xm-vaxult.h: Delete file.
1932 * config/vax/vaxult.mh (XM_FILE): Delete.
1933 * config/vax/xm-vaxbsd.h: Delete file.
1934 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1935
1936 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1937 * gdbarch.h, gdbarch.c: Re-generate.
1938 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1939 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1940 * frame.h: Delete deprecated_read_fp from comments.
1941 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1942 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1943
1944 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1945
1946 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1947 trampoline in OpenBSD 3.5-current.
1948
1949 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1950 SSE registers.
1951
1952 * Makefile.in: Remove embedded page breaks.
1953
1954 2004-08-04 Jim Blandy <jimb@redhat.com>
1955
1956 * regcache.c (regcache_raw_read): Assert that, after calling
1957 target_fetch_registers, the register we're reading is cached.
1958
1959 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1960 a call to 'internal_error', with a more helpful error message.
1961 * rs6000-tdep.c (e500_pseudo_register_read,
1962 e500_pseudo_register_write, rs6000_store_return_value): Same.
1963
1964 2004-08-04 Andrew Cagney <cagney@gnu.org>
1965
1966 * Makefile.in: Update dependencies.
1967
1968 2004-08-04 Jim Blandy <jimb@redhat.com>
1969
1970 Change the layout of the PowerPC E500 raw register cache to allow
1971 the lower 32-bit halves of the GPRS to be their own raw registers,
1972 not pseudoregisters.
1973 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1974 add ppc_ev0_upper_regnum flag.
1975 * rs6000-tdep.c: #include "reggroups.h".
1976 (spe_register_p): Recognize the ev upper half registers as SPE
1977 registers.
1978 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1979 registers.
1980 (e500_move_ev_register): New function.
1981 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1982 vector registers are the pseudo-registers now, formed by splicing
1983 together the gprs and the upper-half registers.
1984 (e500_register_reggroup_p): New function.
1985 (P): Macro deleted.
1986 (P8, A4): New macro.
1987 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1988 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1989 macros.
1990 (registers_e500): Rearrange register set so that the raw register
1991 set contains 32-bit GPRs and upper-half registers, and the SPE
1992 vector registers become pseudo-registers.
1993 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1994 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1995 register numbers are now the same for the E500 as they are for
1996 other PowerPC variants. Register e500_register_reggroup_p as the
1997 register group function for the E500.
1998 * Makefile.in (rs6000-tdep.o): Update dependencies.
1999
2000 Adapt PPC E500 native support to the new raw regcache layout.
2001 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2002 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2003 (fetch_spe_register, store_spe_register): Handle fetching/storing
2004 all the SPE registers at once, if regno == -1. These now take
2005 over the job of fetch_spe_registers and store_spe_registers.
2006 (fetch_spe_registers, store_spe_registers): Deleted.
2007 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2008 unconditionally; they're always raw. Fetch/store SPE upper half
2009 registers, if present, instead of ev registers.
2010 (fetch_register, store_register): Remove sanity checks: gprs are
2011 never pseudo-registers now, so we never need to even mention any
2012 registers that are ever pseudoregisters.
2013
2014 Use a fixed register numbering when communicating with the PowerPC
2015 simulator.
2016 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2017 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2018 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2019 New functions.
2020 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2021 init_sim_regno_table.
2022 * Makefile.in (gdb_sim_ppc_h): New variable.
2023 (rs6000-tdep.o): Update dependencies.
2024
2025 2004-08-02 Andrew Cagney <cagney@gnu.org>
2026
2027 * cris-tdep.c (cris_register_size): Restore function, still used
2028 locally.
2029
2030 * gdbarch.sh (deprecated_target_read_fp)
2031 (deprecated_frame_locals_address, deprecated_frame_args_address)
2032 (deprecated_frame_chain_valid, deprecated_frame_chain)
2033 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2034 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2035 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2036 * gdbarch.h, gdbarch.c: Re-generate.
2037 * regcache.c (deprecated_read_fp): Do not call
2038 DEPRECATED_TARGET_READ_FP_P.
2039 * infcmd.c (default_print_registers_info): Do not call
2040 DEPRECATED_DO_REGISTERS_INFO.
2041 * frame-base.c (default_frame_locals_address): Do not call
2042 DEPRECATED_FRAME_LOCALS_ADDRESS.
2043 (default_frame_args_address): Do not call
2044 DEPRECATED_FRAME_ARGS_ADDRESS.
2045
2046 * gdbarch.sh (deprecated_register_raw_size)
2047 (deprecated_register_virtual_size:int): Delete.
2048 * gdbarch.h, gdbarch.c: Re-generate.
2049 * cris-tdep.c (cris_register_size): Delete.
2050 (cris_gdbarch_init): Update.
2051 * alpha-tdep.c (alpha_register_raw_size)
2052 (alpha_register_virtual_size): Delete.
2053 (alpha_gdbarch_init): Update.
2054
2055 * gdbarch.sh (deprecated_register_virtual_type)
2056 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2057 (deprecated_dummy_write_sp): Delete.
2058 * gdbarch.h, gdbarch.c: Re-generate.
2059
2060 * gdbarch.sh (deprecated_register_bytes): Delete.
2061 * gdbarch.h, gdbarch.c: Re-generate.
2062 * regcache.c (deprecated_register_bytes): New function.
2063 * regcache.h (deprecated_register_bytes): Declare.
2064 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2065 * v850-tdep.c (v850_gdbarch_init): Update.
2066 * sh64-tdep.c (sh64_gdbarch_init): Update.
2067 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2068 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2069 * mcore-tdep.c (mcore_gdbarch_init): Update.
2070 * cris-tdep.c (cris_gdbarch_init): Update.
2071 * arm-tdep.c (arm_gdbarch_init): Update.
2072 * remote.c (init_remote_state): Update.
2073 * remote-vx.c (vx_prepare_to_store): Update.
2074 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2075 * irix5-nat.c (fetch_core_registers): Update.
2076 * cris-tdep.c (cris_register_bytes_ok): Update.
2077 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2078
2079 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2080 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2081 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2082 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2083 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2084 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2085 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2086 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2087 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2088 with mips_insn16 and mips_insn32.
2089
2090 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2091 * rs6000-tdep.c (rs6000_push_dummy_call)
2092 (rs6000_extract_return_value): Use register_size.
2093 * xstormy16-tdep.c (xstormy16_get_saved_register)
2094 (xstormy16_extract_return_value): Ditto.
2095 * valops.c (value_assign): Ditto.
2096 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2097 * v850-tdep.c (v850_extract_return_value): Ditto.
2098 * tracepoint.c (collect_symbol): Ditto.
2099 * target.c (debug_print_register): Ditto.
2100 * stack.c (frame_info): Ditto.
2101 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2102 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2103 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2104 (store_register_using_P): Ditto.
2105 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2106 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2107 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2108 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2109 * regcache.c (deprecated_read_register_bytes)
2110 (deprecated_write_register_bytes, read_register)
2111 (write_register): Ditto.
2112 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2113 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2114 * monitor.c (monitor_supply_register, monitor_fetch_register)
2115 (monitor_store_register): Ditto.
2116 * mn10300-tdep.c (mn10300_pop_frame_regular)
2117 (mn10300_print_register): Ditto.
2118 * mipsv4-nat.c (fill_fpregset): Ditto.
2119 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2120 (mips64_fill_fpregset): Ditto.
2121 * mi/mi-main.c (register_changed_p, get_register)
2122 (mi_cmd_data_write_register_values): Ditto.
2123 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2124 * irix5-nat.c (fill_gregset, fetch_core_registers):
2125 * infrun.c (write_inferior_status_register): Ditto.
2126 * infptrace.c (fetch_register, store_register): Ditto.
2127 * infcmd.c (default_print_registers_info): Ditto.
2128 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2129 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2130 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2131 * hpux-thread.c (hpux_thread_fetch_registers)
2132 (hpux_thread_store_registers): Ditto.
2133 * hppah-nat.c (store_inferior_registers, fetch_register):
2134 * findvar.c (value_from_register): Ditto.
2135 * dve3900-rom.c (fetch_bitmapped_register):
2136 * cris-tdep.c (cris_gdbarch_init): Ditto.
2137 * alpha-tdep.h: Ditto.
2138 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2139
2140 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2141 DEPRECATED_REGISTER_RAW_SIZE from comments.
2142 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2143 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2144 DEPRECATED_REGISTER_RAW_SIZE.
2145 * findvar.c (value_of_register): Simplify by assuming that the
2146 registers raw and virtual sizes are identical.
2147 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2148 comment.
2149 * arch-utils.c (generic_register_size): Simplify by assuming
2150 register_type.
2151
2152 * regcache.c (legacy_read_register_gen, real_register)
2153 (legacy_write_register_gen): Delete, not used.
2154
2155 * regcache.c (struct regcache_descr): Delete legacy_p.
2156 (init_legacy_regcache_descr): Delete function.
2157 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2158 Do not use deprecated register functions.
2159 (regcache_raw_read, deprecated_write_register_gen):
2160 (deprecated_read_register_gen, regcache_raw_write): Delete code
2161 predicated on legacy_p.
2162 (register_size): Delete check against register raw size.
2163
2164 * cris-tdep.c (cris_register_type): Replace
2165 cris_register_virtual_type.
2166 (cris_gdbarch_init): Update, set register_type.
2167
2168 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2169 * gdbarch.h, gdbarch.c: Re-generate.
2170 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2171 (arm_gdbarch_init) Do not set frameless function invocation.
2172 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2173 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2174 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2175 (frv_gdbarch_init): Do not set frameless function invocation.
2176 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2177 * sh-tdep.c (sh_gdbarch_init): Ditto.
2178 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2179 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2180 * avr-tdep.c (avr_gdbarch_init): Ditto.
2181
2182 * blockframe.c (legacy_frame_chain_valid): Delete function.
2183
2184 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2185 and pc. Update comments.
2186 (pc_in_dummy_frame): Delete function.
2187 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2188 use the "id".
2189 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2190 call_hi, top and pc, use the id.
2191 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2192
2193 * dummy-frame.c: Include "gdb_string.h".
2194 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2195 (generic_save_dummy_frame_tos): Delete.
2196 (dummy_frame_push): New function, replaces above.
2197 * dummy-frame.h: Update copyright.
2198 (dummy_frame_push): Declare.
2199 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2200 (generic_save_call_dummy_addr): Delete declarations.
2201 * infcall.c: Include "dummy-frame.h".
2202 (call_function_by_hand): Add locals caller_regcache,
2203 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2204 with call to frame_save_as_regcache plus cleanup. Delete calls to
2205 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2206 Move clear_proceed_status to just before the resume, add call to
2207 dummy_frame_push (discard cleanup).
2208 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2209 (dummy-frame.o): Add $(gdb_string_h).
2210
2211 2004-08-01 Andrew Cagney <cagney@gnu.org>
2212
2213 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2214 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2215 * dummy-frame.c (find_dummy_frame): Delete.
2216 (struct dummy_frame_cache, dummy_frame_sniffer)
2217 (dummy_frame_prev_register, dummy_frame_this_id)
2218 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2219 frame unwinder using a dummy_frame_cache.
2220
2221 2004-08-01 Andrew Cagney <cagney@gnu.org>
2222
2223 * frame.h (frame_save_as_regcache): Declare.
2224 * frame.c (frame_save_as_regcache): New function.
2225 (do_frame_read_register): Replace do_frame_unwind_register.
2226 (frame_pop): Use frame_save_as_regcache.
2227 * dummy-frame.c (generic_push_dummy_frame): Use
2228 frame_save_as_regcache.
2229
2230 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2231
2232 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2233 file as included until we record the first line in the linetable.
2234
2235 2004-08-01 Andrew Cagney <cagney@gnu.org>
2236
2237 * frame.h (deprecated_pop_dummy_frame)
2238 (deprecated_read_register_dummy)
2239 (deprecated_generic_find_dummy_frame): Delete.
2240 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2241 (deprecated_read_register_dummy)
2242 (deprecated_find_dummy_frame_regcache)
2243 (discard_innermost_dummy)
2244 (deprecated_pop_dummy_frame): Delete.
2245 (dummy_frame_this_id): Simplify.
2246 (struct dummy_frame): Delete "fp" and "sp".
2247 (find_dummy_frame): Simplify.
2248 (generic_push_dummy_frame): Do not set "fp" or "sp".
2249 (fprint_dummy_frames): Do not print "fp" and "sp"
2250
2251 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2252
2253 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2254 (struct i386_insn): New structure.
2255 (i386_match_insn): New function.
2256 (i386_frame_setup_skip_insns): New variable.
2257 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2258 array i386_frame_setup_insns of instructions that should be
2259 skipped inside the frame setup sequence.
2260
2261 2004-08-01 Andrew Cagney <cagney@gnu.org>
2262
2263 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2264 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2265 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2266 * stack.c (frame_info): Delete references to
2267 DEPRECATED_FRAME_INIT_SAVED_REGS and
2268 deprecated_get_frame_saved_regs.
2269 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2270 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2271 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2272 (frame_unwind_register_signed)
2273 (frame_unwind_register_unsigned)
2274 (frame_unwind_unsigned_register): Use register_size.
2275 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2276 (deprecated_frame_xmalloc_with_cleanup)
2277 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2278 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2279
2280 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2281 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2282 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2283 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2284
2285 * infcall.c (call_function_by_hand): Do not use
2286 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2287 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2288 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2289 DEPRECATED_STACK_ALIGN.
2290
2291 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2292
2293 Committed by Andrew Cagney.
2294 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2295
2296 2004-08-01 Andrew Cagney <cagney@gnu.org>
2297
2298 * mips-tdep.c (mips16_frame_cache)
2299 (mips16_frame_this_id, mips16_frame_prev_register)
2300 (mips16_frame_unwind, mips16_frame_sniffer)
2301 (mips16_frame_base_address, mips16_frame_base)
2302 (mips16_frame_base_sniffer, mips32_frame_cache)
2303 (mips32_frame_this_id, mips32_frame_prev_register)
2304 (mips32_frame_unwind, mips32_frame_sniffer)
2305 (mips32_frame_base_address, mips32_frame_base)
2306 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2307 separate heuristic mips16 and mips32 unwinders.
2308 (mips_stub_frame_cache, mips_stub_frame_this_id)
2309 (mips_stub_frame_prev_register)
2310 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2311 (mips_stub_frame_base_address, mips_stub_frame_base)
2312 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2313 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2314 match true mdebug frames.
2315 (non_heuristic_proc_desc): Add forward declaration.
2316
2317 2004-08-01 Andrew Cagney <cagney@gnu.org>
2318
2319 * config/mips/tm-irix6.h: Delete file.
2320 * config/mips/tm-irix5.h: Delete file.
2321 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2322 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2323
2324 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2325 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2326 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2327 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2328 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2329 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2330 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2331 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2332 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2333 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2334 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2335 (TARGET_SIGNAL_RAW_VALUES): Delete.
2336 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2337 Delete.
2338 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2339 (TARGET_HW_WATCH_LIMIT): Delete.
2340 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2341 * minimon.h: Delete file.
2342
2343 * trad-frame.c (trad_frame_get_this_base)
2344 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2345 functions.
2346 * trad-frame.h (trad_frame_set_this_base)
2347 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2348
2349 2004-07-31 Andrew Cagney <cagney@gnu.org>
2350
2351 * trad-frame.c (trad_frame_get_prev_register): Rename
2352 trad_frame_get_prev_register.
2353 * vax-tdep.c (vax_frame_prev_register): Update.
2354 * trad-frame.h: Update.
2355 * trad-frame.c (trad_frame_get_register): Update.
2356 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2357 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2358 Update.
2359 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2360 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2361 Update.
2362 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2363 Update.
2364 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2365 Update.
2366 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2367 Update.
2368 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2369 Update.
2370 * s390-tdep.c (s390_frame_prev_register)
2371 (s390_stub_frame_prev_register)
2372 (s390_sigtramp_frame_prev_register): Update.
2373 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2374 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2375 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2376 * m88k-tdep.c (m88k_frame_prev_register)
2377 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2378 * m32r-tdep.c (m32r_frame_prev_register): Update.
2379 * hppa-tdep.c (hppa_frame_prev_register_helper)
2380 * frv-tdep.c (frv_frame_prev_register): Update.
2381 * d10v-tdep.c (d10v_frame_prev_register): Update.
2382 * cris-tdep.c (cris_frame_prev_register): Update.
2383 * avr-tdep.c (avr_frame_prev_register): Update.
2384 * arm-tdep.c (arm_prologue_prev_register)
2385 (arm_sigtramp_prev_register): Update.
2386
2387 2004-07-31 Andrew Cagney <cagney@gnu.org>
2388
2389 * frame.h (legacy_saved_regs_unwind)
2390 (legacy_frame_chain_valid, legacy_frame_p)
2391 (enum frame_type): Delete UNKNOWN_FRAME.
2392 * dummy-frame.c (dummy_frame_this_id): Simplify.
2393 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2394 * frame.c (struct frame_info): Delete the field "type".
2395 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2396 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2397 (legacy_saved_regs_unwind, legacy_frame_p)
2398 (frame_type_from_pc): Delete.
2399 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2400 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2401
2402 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2403
2404 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2405 indentation.
2406
2407 * mips-nat.c: Remove file.
2408 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2409 (mips-nat.o): Remove dependency.
2410
2411 * infptrace.c: Update copyright year.
2412 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2413 explicitly setting the buffer to all zeroes.
2414
2415 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2416 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2417
2418 2004-07-30 Andrew Cagney <cagney@gnu.org>
2419
2420 * GDB 6.2 released from gdb_6_2-branch.
2421
2422 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2423
2424 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2425
2426 * exec.c (exec_file_attach):
2427 * nto-tdep.c (nto_find_and_open_solib):
2428 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2429 * solib.c (solib_open):
2430 * somsolib.c (som_solib_sizeof_symbol_table):
2431 * source.c (is_regular_file, openp, open_source_file):
2432 * symfile.c (symfile_bfd_open):
2433 * wince.c (upload_to_device): Differentiate between the search for
2434 binary and source files.
2435
2436 2004-07-30 Andrew Cagney <cagney@gnu.org>
2437
2438 * complaints.c (_initialize_complaints): Pass NULL to
2439 add_setshow_zinteger_cmd for help_doc.
2440 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2441
2442 2004-07-30 Andrew Cagney <cagney@gnu.org>
2443
2444 Fix PR i18n/761.
2445 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2446 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2447 $(PACKAGE).pot and update-po.
2448 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2449 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2450 (update-po): New rules.
2451 (localedir): Define using autoconf.
2452 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2453 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2454 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2455 * configure.in: Generate CATALOGS and LINGUAS from contents of
2456 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2457 * configure: Re-generate.
2458 * po/gdbtext: New file
2459
2460 2004-07-30 Jerome Guitton <guitton@gnat.com>
2461
2462 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2463 order.
2464
2465 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2466
2467 * dwarf2read.c (read_file_scope): Set producer if attribute
2468 present.
2469 (struct dwarf2_cu): Added new member producer.
2470
2471 2004-07-30 Jerome Guitton <guitton@gnat.com>
2472
2473 * inflow.c (kill_command): release file handles in BFD.
2474 * exec.c (exec_file_attach): Ditto.
2475 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2476
2477 2004-07-29 Andrew Cagney <cagney@gnu.org>
2478
2479 * PROBLEMS (mips-irix): Note that it is broken.
2480
2481 2004-07-29 Andrew Cagney <cagney@gnu.org>
2482
2483 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2484 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2485
2486 * config/xm-nbsd.h: Delete file.
2487 * config/arm/xm-nbsd.h: Delete file.
2488 * config/i386/xm-nbsd.h: Delete file.
2489 * config/ns32k/xm-nbsd.h: Delete file.
2490 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2491 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2492 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2493 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2494 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2495
2496 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2497 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2498 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2499 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2500 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2501 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2502
2503 * config/powerpc/xm-linux.h: Delete empty file.
2504 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2505 * config/powerpc/linux.mh (XM_FILE): Delete.
2506 * config/m68k/xm-linux.h: Delete empty file.
2507 * config/m68k/linux.mh (XM_FILE): Delete.
2508 * config/ia64/xm-linux.h: Delete empty file.
2509 * config/ia64/linux.mh (XM_FILE): Delete.
2510 * config/arm/xm-linux.h: Delete empty file.
2511 * config/arm/linux.mh (XM_FILE): Delete.
2512
2513 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2514 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2515 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2516 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2517 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2518 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2519 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2520 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2521
2522 * config/m68k/xm-m68k.h: Delete file.
2523 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2524 copyright.
2525 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2526 * config/pa/xm-linux.h: Delete empty file.
2527 * config/pa/linux.mh (XM_FILE): Delete.
2528 * config/i386/xm-i386.h: Delete empty file.
2529 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2530 "i386/xm-i386.h".
2531 * config/i386/obsdaout.mh (XM_FILE): Delete.
2532 * config/i386/obsd64.mh (XM_FILE): Delete.
2533 * config/i386/fbsd64.mh (XM_FILE): Delete.
2534 * config/i386/nto.mh (XM_FILE): Delete.
2535 * config/i386/obsd.mh (XM_FILE): Delete.
2536 * config/i386/linux64.mh (XM_FILE): Delete.
2537 * config/i386/linux.mh (XM_FILE): Delete.
2538 * config/i386/i386sol2.mh (XM_FILE): Delete.
2539 * config/i386/i386gnu.mh (XM_FILE): Delete.
2540 * config/i386/fbsd.mh (XM_FILE): Delete.
2541 * config/i386/nbsd64.mh (XM_FILE): Delete.
2542
2543 2004-07-29 Andrew Cagney <cagney@gnu.org>
2544
2545 * config/pa/xm-linux.h: Do not include "floatformat.h".
2546 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2547 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2548 * config/i386/xm-i386.h: Do not include "floatformat.h".
2549 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2550 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2551 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2552 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2553 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2554 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2555 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2556 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2557 * configure, config.in: Regenerate.
2558 * configure.host (gdb_host_float_format, gdb_host_double_format)
2559 (gdb_host_long_double_format): Set according to the host.
2560
2561 2004-07-29 Andrew Cagney <cagney@gnu.org>
2562
2563 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2564
2565 2004-07-28 Andrew Cagney <cagney@gnu.org>
2566
2567 * PROBLEMS: Mention threads/1650.
2568 * NEWS: Mention the NPTL fix.
2569
2570 2004-07-28 Andrew Cagney <cagney@gnu.org>
2571
2572 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2573 (add_setshow_cmd_full): Make static.
2574 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2575 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2576 * cli/cli-decode.c (add_setshow_filename_cmd)
2577 (add_setshow_string_cmd): New functions.
2578 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2579 * mips-tdep.c (_initialize_mips_tdep): Update.
2580 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2581 * cli/cli-logging.c (_initialize_cli_logging): Update.
2582 * complaints.c (_initialize_complaints): Update.
2583 * remote.c (_initialize_remote): Update.
2584
2585 2004-07-28 Andrew Cagney <cagney@gnu.org>
2586
2587 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2588 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2589 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2590 print parameters. Make string parameters constant.
2591 * command.h: Update. Update copyright.
2592 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2593 * observer.c (_initialize_observer): Ditto.
2594 * frame.c (_initialize_frame): Ditto.
2595 * complaints.c (_initialize_complaints): Ditto.
2596 * maint.c (_initialize_maint_cmds): Ditto.
2597 * target.c (initialize_targets): Ditto.
2598 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2599 * infcall.c (_initialize_infcall): Ditto.
2600 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2601 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2602 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2603 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2604 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2605
2606 2004-07-28 Andrew Cagney <cagney@gnu.org>
2607
2608 * gdbtypes.c (lookup_primitive_typename): Delete function.
2609 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2610 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2611 * gdbtypes.c (lookup_typename): Ditto.
2612 * f-exp.y (yylex): Ditto.
2613 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2614
2615 * scm-lang.c (c_builtin_types): Delete extern declaration.
2616 (scm_language_defn): Replace
2617 string_char_type and primitive_type_vector with
2618 la_language_arch_info.
2619 * jv-lang.c (java_language_defn): Replace
2620 string_char_type and primitive_type_vector with
2621 la_language_arch_info.
2622 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2623 c_builtin_types in comment.
2624 * c-lang.h (struct language_arch_info): Declare opaque.
2625 (c_language_arch_info): Declare.
2626 (c_builtin_types): Delete declaration.
2627 * c-lang.c (c_language_arch_info): Set string_char_type to
2628 builtin_char, not builtin_true_char. Make global.
2629 (c_builtin_types): Delete array.
2630 (asm_language_defn, minimal_language_defn): Replace
2631 string_char_type and primitive_type_vector with
2632 la_language_arch_info.
2633
2634 2004-07-28 Andrew Cagney <cagney@gnu.org>
2635
2636 * gdbtypes.h (struct builtin_type): Rename true_char to
2637 builtin_true_char.
2638 * gdbtypes.c (gdbtypes_post_init): Update.
2639 * c-lang.c (arch_info): New function.
2640 (enum c_primitive_types): New enum.
2641 (c_language_defn): Instead of string_char_type and
2642 primitive_type_vector set la_language_arch_info.
2643
2644 2004-07-28 Andrew Cagney <cagney@gnu.org>
2645
2646 * language.h (struct language_arch_info): Fix typo
2647 s/primative/primitive/.
2648 * gdbtypes.c (lookup_primitive_typename): Ditto.
2649 * language.c (language_lookup_primitive_type_by_name)
2650 (unknown_language_arch_info): Ditto.
2651
2652 2004-07-27 Andrew Cagney <cagney@gnu.org>
2653
2654 * defs.h (enum language): Add nr_languages.
2655 * language.h (struct language_arch_info): Define.
2656 (struct language_defn): Add la_language_arch_info.
2657 (language_lookup_primative_type_by_name): Declare.
2658 (language_string_char_type): Declare.
2659 * language.c (_initialize_language, language_gdbarch_post_init)
2660 (struct language_gdbarch, language_gdbarch_data): Implement
2661 per-architecture language information.
2662 (unknown_language_arch_info, language_string_char_type)
2663 (language_lookup_primative_type_by_name): New functions.
2664 (unknown_language_defn, auto_language_defn)
2665 (local_language_defn): Set la_language_arch_info to
2666 unknown_language_arch_info.
2667 (unknown_builtin_types): Delete.
2668 * gdbtypes.c (lookup_primitive_typename): Use
2669 language_lookup_primative_type_by_name.
2670 (create_string_type): Use language_string_char_type.
2671 * values.c (value_from_string): Use language_string_char_type.
2672 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2673 * p-lang.c (pascal_language_defn): Ditto.
2674 * m2-lang.c (m2_language_defn): Ditto.
2675 * jv-lang.c (java_language_defn): Ditto.
2676 * objc-lang.c (objc_language_defn): Ditto.
2677 * f-lang.c (f_language_defn): Ditto.
2678 * c-lang.c (c_language_defn, cplus_language_defn)
2679 (asm_language_defn, minimal_language_defn): Ditto.
2680
2681 2004-07-27 Andrew Cagney <cagney@gnu.org>
2682
2683 * gdbtypes.h (struct builtin_type): Declare.
2684 (builtin_type): Declare.
2685 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2686 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2687 (gdbtypes_post_init): New function.
2688 (builtin_type): New function.
2689
2690 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2691
2692 * remote-m32r-sdi.c: Fix breakpoint bug.
2693 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2694 recv_char_data, recv_long_data): New functions to replace communication
2695 sequences.
2696
2697 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2698
2699 Document PR threads/1650.
2700 * PROBLEMS (Threads): Document problem with many threads
2701
2702 2004-07-26 Andrew Cagney <cagney@gnu.org>
2703
2704 * gdb-mi.el: Move from here ...
2705 * mi/gdb-mi.el: ... to here.
2706
2707 2004-07-26 Andrew Cagney <cagney@gnu.org>
2708
2709 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2710 * main.c (captured_main): When in batch mode always detach.
2711
2712 2004-07-26 Andrew Cagney <cagney@gnu.org>
2713
2714 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2715 and h8300 as broken.
2716 * NEWS: END-OF-LIFE frame compatibility module.
2717 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2718 specific comments.
2719
2720 2004-07-26 Andrew Cagney <cagney@gnu.org>
2721
2722 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2723 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2724 * wince.c (_initialize_wince): Update.
2725 * win32-nat.c (_initialize_win32_nat): Update.
2726 * varobj.c (_initialize_varobj): Update.
2727 * valops.c (_initialize_valops): Update.
2728 * utils.c (initialize_utils, initialize_utils): Update.
2729 * tui/tui-win.c (_initialize_tui_win): Update.
2730 * top.c (init_main): Update.
2731 * symfile.c (_initialize_symfile): Update.
2732 * source.c (_initialize_source): Update.
2733 * somsolib.c (_initialize_som_solib): Update.
2734 * solib.c (_initialize_solib): Update.
2735 * solib-frv.c (_initialize_frv_solib): Update.
2736 * serial.c (_initialize_serial): Update.
2737 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2738 * remote.c (_initialize_remote, _initialize_remote): Update.
2739 * remote-vx.c (_initialize_vx): Update.
2740 * remote-utils.c (_initialize_sr_support): Update.
2741 * remote-sds.c (_initialize_remote_sds): Update.
2742 * remote-mips.c (_initialize_remote_mips): Update.
2743 * remote-e7000.c (_initialize_remote_e7000): Update.
2744 * proc-api.c (_initialize_proc_api): Update.
2745 * printcmd.c: Update.
2746 * parse.c (_initialize_parse): Update.
2747 * pa64solib.c (_initialize_pa64_solib): Update.
2748 * p-valprint.c (_initialize_pascal_valprint): Update.
2749 * monitor.c (_initialize_remote_monitors): Update.
2750 * mips-tdep.c (_initialize_mips_tdep): Update.
2751 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2752 * maint.c (_initialize_maint_cmds): Update.
2753 * lin-lwp.c (_initialize_lin_lwp): Update.
2754 * language.c (_initialize_language): Update.
2755 * kod.c (_initialize_kod): Update.
2756 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2757 * i386-tdep.c (_initialize_i386_tdep): Update.
2758 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2759 * gdbarch.sh: Update.
2760 * gdbarch.c: Re-generate.
2761 * gdb-events.sh: Update.
2762 * gdb-events.c: Re-generate.
2763 * frame.c (_initialize_frame): Update.
2764 * exec.c: Update.
2765 * demangle.c (_initialize_demangler): Update.
2766 * dcache.c (_initialize_dcache): Update.
2767 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2768 * cp-valprint.c (_initialize_cp_valprint): Update.
2769 * corefile.c (_initialize_core): Update.
2770 * command.h: Update.
2771 * cli/cli-decode.h: Update.
2772 * cli/cli-cmds.c (init_cli_cmds): Update.
2773 * charset.c (_initialize_charset): Update.
2774 * breakpoint.c (_initialize_breakpoint): Update.
2775 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2776 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2777 * aix-thread.c (_initialize_aix_thread): Update.
2778
2779 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2780
2781 Partial fix for PR backtrace/1718.
2782 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2783 that GCC migrates into the prolugue. Don't handle any
2784 instructions that clobber %ebx.
2785
2786 2004-07-23 Andrew Cagney <cagney@gnu.org>
2787
2788 Use regcache_raw_collect instead of regcache_collect.
2789 * regcache.h (regcache_collect): Delete declaration.
2790 * regcache.c (regcache_colect): Delete function.
2791 * win32-nat.c (do_child_store_inferior_registers): Update.
2792 * sol-thread.c (sol_thread_store_registers): Update.
2793 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2794 * rs6000-nat.c (store_register): Update.
2795 * remote.c (store_register_using_P, remote_store_registers): Update.
2796 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2797 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2798 (fill_vrregset, store_spe_registers, fill_gregset)
2799 (fill_gregset): Update.
2800 * nto-procfs.c (procfs_store_registers): Update.
2801 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2802 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2803 * m68klinux-nat.c (store_register, fill_gregset): Update.
2804 * m68k-tdep.c (fill_gregset): Update.
2805 * infptrace.c (store_register): Update.
2806 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2807 * i386-linux-nat.c (store_register, fill_gregset): Update.
2808 * hppa-linux-nat.c (fill_gregset): Update.
2809 * go32-nat.c (store_register): Update.
2810 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2811 (store_fp_regs): Update.
2812 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2813 (store_nwfpe_extended, store_fpregister, store_fpregs)
2814 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2815 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2816 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2817 (store_regs_user_thread, store_regs_kernel_thread): Update.
2818
2819 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2820
2821 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2822 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2823 encoding.
2824 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2825 member of `struct comp_unit'.
2826
2827 2004-07-23 Andrew Cagney <cagney@gnu.org>
2828
2829 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2830 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2831
2832 2004-07-23 Martin Hunt <hunt@redhat.com>
2833 Kevin Buettner <kevinb@redhat.com>
2834
2835 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2836 alignment was being added to the offset instead of multiplied.
2837
2838 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2839
2840 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2841 changed signal trampoline in OpenBSD 3.5-current.
2842
2843 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2844 <machine/pcb.h> and "bsd-kvm.h".
2845 (sparc64nbsd_supply_pcb): New function.
2846 (_initialize_sparc64nbsd_nat): Renamed from
2847 _initialize_sparcnbsd_nat. Enable libkvm interface.
2848 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2849 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2850 (LOADLIBES): New variable.
2851
2852 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2853
2854 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2855
2856 2004-07-21 Andrew Cagney <cagney@gnu.org>
2857
2858 Use regcache_raw_supply instead of supply_register.
2859 * regcache.h (supply_register): Delete declaration.
2860 * regcache.c (supply_register): Delete function.
2861 * wince.c (do_child_fetch_inferior_registers): Update.
2862 * win32-nat.c (do_child_fetch_inferior_registers)
2863 (fetch_elf_core_registers): Update.
2864 * v850ice.c (v850ice_fetch_registers): Update.
2865 * thread-db.c (thread_db_store_registers): Update.
2866 * sol-thread.c (sol_thread_store_registers): Update.
2867 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2868 * rs6000-nat.c (fetch_register): Update.
2869 * rom68k-rom.c (rom68k_supply_one_register): Update.
2870 * remote.c (remote_wait, remote_async_wait): Update.
2871 * remote-st.c (get_hex_regs): Update.
2872 * remote-sim.c (gdbsim_fetch_register): Update.
2873 * remote-sds.c (sds_fetch_registers): Update.
2874 * remote-rdp.c (remote_rdp_fetch_register): Update.
2875 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2876 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2877 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2878 * remote-hms.c (init_hms_cmds): Update.
2879 * remote-est.c (init_est_cmds): Update.
2880 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2881 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2882 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2883 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2884 (fetch_register, supply_vrregset, supply_vrregset)
2885 (fetch_spe_registers): Update.
2886 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2887 * monitor.c (monitor_supply_register): Update.
2888 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2889 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2890 (mipsnbsd_supply_fpreg): Update.
2891 * mips-nat.c (fetch_inferior_registers)
2892 (fetch_core_registers): Update.
2893 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2894 (supply_fpregset, mips64_supply_gregset)
2895 (mips64_supply_fpregset): Update.
2896 * m68klinux-nat.c (fetch_register, supply_gregset)
2897 (supply_fpregset): Update.
2898 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2899 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2900 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2901 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2902 * infptrace.c (fetch_register): Update.
2903 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2904 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2905 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2906 (gnu_fetch_registers, gnu_store_registers): Update.
2907 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2908 * i386-linux-nat.c (fetch_register, supply_gregset)
2909 (dummy_sse_values): Update.
2910 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2911 * hppah-nat.c (fetch_register): Update.
2912 * hppa-linux-nat.c (fetch_register, supply_gregset)
2913 (supply_fpregset): Update.
2914 * go32-nat.c (fetch_register): Update.
2915 * dve3900-rom.c (fetch_bitmapped_register)
2916 (_initialize_r3900_rom): Update.
2917 * cris-tdep.c (supply_gregset): Update.
2918 * abug-rom.c (init_abug_cmds): Update.
2919 * core-aout.c (fetch_core_registers): Update.
2920 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2921 (fetch_register, fetch_fp_register): Update.
2922 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2923 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2924 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2925 * alphanbsd-tdep.c (fetch_core_registers): Update.
2926 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2927 * alpha-nat.c (fetch_osf_core_registers)
2928 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2929 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2930 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2931
2932 2004-07-21 Andrew Cagney <cagney@gnu.org>
2933
2934 * PROBLEMS: Mention breakpoints/1702.
2935 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2936 that is known to work.
2937
2938 2004-07-21 Andrew Cagney <cagney@gnu.org>
2939
2940 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2941 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2942 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2943 (handle_inferior_event): Wrap call to deprecated
2944 IGNORE_HELPER_CALL in #ifdef.
2945 * config/mips/tm-nbsd.h: Update.
2946
2947 2004-07-20 Jim Blandy <jimb@redhat.com>
2948
2949 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2950 bfd_mach_ppc has no segment registers.
2951
2952 Include PowerPC SPR numbers for special-purpose registers.
2953 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2954 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2955 new member in initializer.
2956 (S, S4, SN4, S64): New macros for defining special-purpose
2957 registers.
2958 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2959 registers_403, registers_403GC, registers_505, registers_860,
2960 registers_601, registers_602, registers_603, registers_604,
2961 registers_750, registers_e500): Use them.
2962
2963 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2964 replace references with expression used to initialize variable.
2965
2966 2004-07-20 Andrew Cagney <cagney@gnu.org>
2967
2968 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2969 read_memory_nobpt.
2970 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2971 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2972 (s390_sigtramp_frame_sniffer): Update.
2973 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2974 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2975 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2976 (mips32_fetch_instruction): Update.
2977 * mcore-tdep.c (get_insn): Update.
2978 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2979 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2980 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2981 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2982 (i386_linux_rt_sigtramp_start): Update.
2983 * i386-linux-nat.c (child_resume): Update.
2984 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2985 * hppa-linux-tdep.c (insns_match_pattern): Update.
2986 * gdbcore.h: Update.
2987 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2988 * frame.c (safe_frame_unwind_memory): Update.
2989 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2990 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2991 * alpha-tdep.c (alpha_read_insn): Update.
2992
2993 2004-07-20 Andrew Cagney <cagney@gnu.org>
2994
2995 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2996 containing both bytes and mask. Add "frame_type".
2997 * tramp-frame.c (tramp_frame_start): Update.
2998 (tramp_frame_prepend_unwinder): Update.
2999 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3000 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3001 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3002 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3003
3004 2004-07-19 Eli Zaretskii <eliz@gnu.org>
3005
3006 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3007 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3008 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3009 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3010
3011 2004-07-17 Andrew Cagney <cagney@gnu.org>
3012
3013 * NEWS, PROBLEMS: Update for 6.2.
3014
3015 * README: Update to 6.2.
3016
3017 * utils.c (xvasprintf): Call xstrvprintf.
3018
3019 * parse.c: Update copyright.
3020 (null_post_parser): Eliminate ARGSUSED.
3021
3022 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3023 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3024 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3025
3026 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3027 * ppc-linux-nat.c: Use "Linux kernel".
3028 * hppa-linux-tdep.c: Use GNU/Linux.
3029 * hppa-linux-nat.c: Use GNU/Linux.
3030 * dwarfread.c: Add [sic] to use of Linux.
3031
3032 * hppa-linux-nat.c: Do not include <string.h>.
3033 (supply_fpregset): Remove "register" attribute.
3034
3035 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3036
3037 2004-07-17 Mark Kettenis <kettenis@gnu.org>
3038
3039 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3040 * configure, config.in: Regenerated.
3041
3042 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3043 "bsd-kvm.h".
3044 (vaxbsd_supply_pcb): New function.
3045 (_initialize_vaxbsd_nat): New prototype and function.
3046 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3047 solib-sunos.o.
3048 (LOADLIBES): New variable.
3049 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3050 (LOADLIBES): New variable.
3051 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3052 (LOADLIBES): New variable.
3053 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3054
3055 2004-07-16 Andrew Cagney <cagney@gnu.org>
3056
3057 * defs.h (event_loop_p): Replace variable declaration with macro,
3058 always 1.
3059 * main.c (captured_main): Delete options "-async" and "-noasync".
3060 (event_loop_p): Delete variable.
3061 * NEWS: Mention that "-async" and "-noasync" were removed.
3062
3063 2004-07-16 Andrew Cagney <cagney@gnu.org>
3064
3065 * remote-m32r-sdi.c: Re-indent.
3066
3067 2004-07-16 Jim Blandy <jimb@redhat.com>
3068
3069 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3070 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3071 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3072 missing MPC823 SPRs.
3073 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3074 incorrect. (This was corrected in GDB's register name tables on
3075 2004-07-14.)
3076
3077 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3078 should be "esasrr" ("ESA Save and Restore Register").
3079
3080 2004-07-16 Andrew Cagney <cagney@gnu.org>
3081
3082 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3083 calls, no longer applicable. Update comments and rename parameter
3084 "step_frame" to "return_frame".
3085
3086 2004-07-16 Andrew Cagney <cagney@gnu.org>
3087
3088 * frame.c (fprint_field): New function.
3089 (fprint_frame_id): Use fprint_field.
3090
3091 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3092
3093 * ada-lang.c (ada_language_defn): Remove commented out code.
3094
3095 2004-07-15 Jim Blandy <jimb@redhat.com>
3096
3097 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3098 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3099
3100 2004-07-14 Jim Blandy <jimb@redhat.com>
3101
3102 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3103
3104 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3105
3106 * ppc-tdep.h (ppc_num_srs): New enum constant.
3107
3108 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3109 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3110 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3111 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3112 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3113 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3114 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3115 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3116 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3117 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3118 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3119 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3120 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3121 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3122 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3123 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3124 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3125 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3126 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3127 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3128 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3129 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3130 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3131 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3132 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3133 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3134 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3135 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3136 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3137 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3138 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3139 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3140 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3141 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3142 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3143 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3144 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3145 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3146 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3147 special-purpose register numbers.
3148
3149 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3150 manual mentions 'md_twb', but many mention 'm_twb', and at that
3151 point in the register list.)
3152
3153 2004-07-14 Andrew Cagney <cagney@gnu.org>
3154
3155 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3156 instead of "internal-error".
3157
3158 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3159
3160 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3161 that was inserted inside a comment.
3162
3163 2004-07-10 Randolph Chung <tausq@debian.org>
3164
3165 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3166 function.
3167 (hppa_hpux_push_dummy_code): New function.
3168 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3169 Set find_global_pointer method.
3170
3171 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3172
3173 * NEWS: Mention BSD libkvm interface.
3174
3175 2004-07-10 Michael Snyder <msnyder@redhat.com>
3176
3177 * symfile.c (generic_load): Comment typo.
3178 * stack.c (get_selected_block): Ditto.
3179 * regcache.c (regcache_cooked_read): Ditto.
3180 * monitor.c (monitor_debug): Ditto.
3181 * mips-tdep.c (mips_read_pc): Ditto.
3182 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3183 * gdb_mbuild.sh: Ditto.
3184 * gdbarch.sh: Ditto.
3185 * gdbarch.h: Ditto.
3186
3187 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3188
3189 * ada-tasks.c: Remove file.
3190
3191 Remove ARI problems:
3192
3193 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3194 beginning of line.
3195
3196 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3197 Add comment.
3198 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3199 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3200 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3201 (UMIN_OF_SIZE): Remove.
3202 (max_of_type): New function to replace orphan macro in gdbtypes.h
3203 (min_of_type): Ditto.
3204 (discrete_type_high_bound): Use max_of_type.
3205 (discrete_type_low_bound): Use min_of_type.
3206 (possible_user_operator_p): Move operator to beginning of line.
3207 (ada_is_variant_part): Ditto.
3208 (ensure_lval): Rewrite to avoid deprecated operations.
3209 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3210 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3211 (ada_enum_name): Remove assignments in 'if' statements.
3212 (build_ada_types): Add gdbarch parameter.
3213 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3214 with gdbarch_data_register_post_init.
3215 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3216 add_show_from_set.
3217
3218 * ada-valprint.c (inspect_it): Remove declaration.
3219 (repeat_count_threshold): Remove declaration.
3220 (ada_print_floating): Remove assignments in 'if' statements.
3221 (print_str): Move operator to beginning of line.
3222
3223 2004-07-08 Jim Blandy <jimb@redhat.com>
3224
3225 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3226
3227 2004-07-08 Bob Rossi <bob@brasko.net>
3228
3229 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3230
3231 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3232
3233 * language.h (struct_language_defn): Add new function pointer:
3234 la_class_name_from_physname. Also add new prototype for
3235 language_class_name_from_physname.
3236 * language.c (language_class_name_from_physname): New function.
3237 (unk_lang_class_name): Ditto.
3238 (unknown_language_defn, auto_language_defn): Change
3239 to add unk_lang_class_name function pointer for
3240 la_class_name_from_physname.
3241 (local_language_defn): Ditto.
3242 * dwarf2read.c (guess_structure_name): Change to call
3243 language_class_name_from_physname.
3244 (determine_class_name): Ditto.
3245 * cp-support.c (class_name_from_physname): Renamed.
3246 (cp_class_name_from_physname): New name of function.
3247 * cp-support.h: Ditto.
3248 * c-lang.c (c_language_defn): Change to add NULL
3249 for class_name_from_physname function pointer.
3250 (cplus_language_defn): Change to add cp_class_name_from_physname.
3251 * jv-lang.c (java_class_name_physname): New function.
3252 (java_find_last_component): New static routine.
3253 (java_language_defn): Add java_class_name_from_physname pointer.
3254 * ada-lang.c (ada_language_defn): Change to add NULL
3255 for class_name_from_physname function pointer.
3256 * f-lang.c (f_language_defn): Ditto.
3257 * m2-lang.c (m2_language_defn): Ditto.
3258 * objc-lang.c (objc_language_defn): Ditto.
3259 * p-lang.c (pascal_language_defn): Ditto.
3260 * scm-lang.c (scm_language_defn): Ditto.
3261
3262 2004-07-06 Andrew Cagney <cagney@gnu.org>
3263
3264 Patch from Bart Robinson.
3265 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3266 (O_LARGEFILE): Define to 0, if not defined.
3267
3268 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3269
3270 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3271 <machine/pcb.h> and "bsd-kvm.h".
3272 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3273 (m68kbsd_supply_pcb): New function.
3274 (_initialize_m68kbsd_nat): New prototype and function.
3275 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3276 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3277 (LOADLIBES): New variable.
3278 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3279 (LOADLIBES): New variable.
3280
3281 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3282
3283 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3284
3285 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3286 <sys/proc.h>.
3287 (bsd_kvm_cmdlist): New variable.
3288 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3289 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3290 command and "kvm proc" command.
3291 * Makefile.in (bsd-kvm.o): Update dependencies.
3292
3293 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3294
3295 * osabi.c: Update copyright year.
3296 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3297 notes if EI_OSABI is set to ELFOSABI_HPUX.
3298
3299 2004-07-01 Michael Snyder <msnyder@redhat.com>
3300
3301 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3302 that seems to have gotten whacked out of line.
3303
3304 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3305
3306 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3307 code.
3308
3309 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3310
3311 * ada-lang.c (decode_packed_array): Minor change to comment.
3312 (ada_value_slice_ptr): New function.
3313 (ada_value_slice): New function.
3314 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3315 test. Don't know why it is there.
3316 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3317 to avoid dereferencing huge arrays from which one is slicing.
3318 (empty_array): Correct to return an array rather than
3319 a subrange value.
3320 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3321 on empty arrays (let'em use 'FIRST instead).
3322
3323 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3324
3325 Address complaints from gdb_ari.sh:
3326
3327 * ada-exp.y: Include gdb_string.h rather than string.h.
3328 (convert_char_literal): Reformat declaration.
3329 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3330 * ada-lex.l: Change use of free to xfree (the macro would do so
3331 anyway, but this is harmless).
3332 Include gdb_string.h rather than string.h.
3333 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3334
3335 * ada-lang.c (parse): Remove K&Rism in parameter list.
3336 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3337
3338 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3339
3340 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3341 dead code.
3342
3343 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3344
3345 * alphabsd-nat.c: Update copyright year.
3346 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3347
3348 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3349
3350 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3351 (i386_cygwin_in_solib_call_trampoline): New function.
3352 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3353 and skip_trampoline_code gdbarch methods.
3354
3355 2004-06-29 Jim Blandy <jimb@redhat.com>
3356
3357 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3358 name actually used in the dependency lists.
3359
3360 2004-06-29 Randolph Chung <tausq@debian.org>
3361
3362 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3363
3364 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3365
3366 * win32-nat.c (child_pid_to_exec_file): New function.
3367 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3368 functionality.
3369
3370 2004-06-28 Andrew Cagney <cagney@gnu.org>
3371
3372 * defs.h (xstrvprintf): Declare.
3373 * utils.c (xstrvprintf): New function.
3374 (internal_vproblem, xstrprintf, xasprintf)
3375 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3376 * serial.c (serial_printf): Ditto.
3377 * complaints.c (vcomplaint): Ditto.
3378
3379 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3380
3381 * infcmd.c (attach_command): Move call to target_terminal_inferior
3382 behind loading symbol table.
3383
3384 2004-06-28 Andrew Cagney <cagney@gnu.org>
3385
3386 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3387 change - add back extern deprecated_ui_loop_hook declaration.
3388
3389 2004-06-28 Andrew Cagney <cagney@gnu.org>
3390
3391 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3392 xstrprintf.
3393 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3394 (c_value_of_variable): Ditto.
3395 * utils.c (internal_vproblem): Ditto.
3396 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3397 * remote.c (add_packet_config_cmd): Ditto.
3398 * remote-rdp.c (rdp_set_command_line): Ditto.
3399 * regcache.c (regcache_dump): Ditto.
3400 * frv-tdep.c (new_variant, new_variant): Ditto.
3401 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3402 (fbsd_find_memory_regions): Ditto.
3403 * breakpoint.c (create_thread_event_breakpoint)
3404 (create_breakpoints): Ditto.
3405 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3406 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3407
3408 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3409
3410 * ada-lang.c: Re-indent file, with some massaging to help indent
3411 a bit when the result is otherwise really too ugly.
3412
3413 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3414
3415 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3416 code_addr_p and special_addr_p to 'unsigned int'.
3417
3418 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3419
3420 * i386v4-nat.c: Update copyright year and tweak comment.
3421 (regmap): Remove trailing comma.
3422 (supply_gregset): Rename local variable i to regnum. Call
3423 regcache_raw_supply instead of supply_register.
3424 (fill_gregset): Rename argument regno to regnum. Call
3425 regcache_raw_collect instead of regcache_collect.
3426
3427 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3428
3429 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3430 and special_addr_p.
3431 (frame_id_build, frame_id_build_special): Update comments.
3432 (frame_id_build_wild): New prototype.
3433 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3434 struct frame_id fields.
3435 (frame_id_build_wild): New function.
3436 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3437
3438 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3439
3440 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3441 hppabsd-tdep.c.
3442
3443 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3444
3445 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3446
3447 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3448
3449 * ada-lang.c: Re-indent file.
3450
3451 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3452
3453 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3454 (no_symtab_msg): Likewise.
3455
3456 2004-06-27 Andreas Schwab <schwab@suse.de>
3457
3458 * source.c: Fix whitespace.
3459
3460 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3461
3462 * configure.in: Include <sys/param.h> for td_pcb test.
3463 * configure: Regenerated.
3464
3465 * i386nbsd-nat.c: New file.
3466 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3467 i386obsd-nat.c and i386obsd-tdep.c.
3468 (i386nbsd-nat.o): New dependency.
3469 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3470 bsd-kvm.o.
3471 (LOADLIBES): New variable.
3472 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3473 bsd-kvm.o.
3474 (LOADLIBES): New variable.
3475
3476 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3477 (LOADLIBES): New variable.
3478
3479 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3480 fetching from BSD_KVM_PADDR. Correctly lookup address for
3481 "_thread0".
3482
3483 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3484 "bsd-kvm.h".
3485 (amd64fbsd_supply_pcb): New funcion.
3486 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3487
3488 2004-06-27 <david@streamline-computing.com>
3489
3490 Partial fix for PR cli/1056.
3491 * valarith.c: Check for zero in division and remainder
3492 evaluation.
3493
3494 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3495
3496 * i387-tdep.c: Remove excessive whitespace.
3497
3498 2004-06-26 Andrew Cagney <cagney@gnu.org>
3499
3500 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3501 * gdb-events.h, gdb-events.c: Re-generate.
3502 * tui/tui-hooks.c (tui_install_hooks): Update.
3503 (tui_remove_hooks): Update.
3504 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3505
3506 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3507
3508 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3509 (gregset_t, fpregset_t): Remove typedefs.
3510 (REG_OFFSET): Rename argument.
3511 (amd64bsd_r_reg_offset): Rename from reg_offset.
3512 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3513 Remove functions.
3514 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3515 of reg_offset.
3516 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3517
3518 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3519
3520 * vax-tdep.c: Tweak comment.
3521
3522 Add OpenBSD/hppa support.
3523 * NEWS (New native configurations): Mention OpenBSD/hppa.
3524 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3525 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3526 files.
3527 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3528 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3529 * configure.host: Add hppa*-*-openbsd*.
3530 * configure.tgt: Add hppa*-*-openbsd*.
3531
3532 2004-06-25 Andrew Cagney <cagney@gnu.org>
3533
3534 * defs.h (deprecated_ui_loop_hook): Deprecated.
3535 * wince.c (child_wait): Update.
3536 * win32-nat.c (child_wait): Update.
3537 * v850ice.c (v850ice_wait): Update.
3538 * top.c (deprecated_ui_loop_hook): Update.
3539 * serial.h: Update.
3540 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3541 (do_unix_readchar): Update.
3542 * ser-tcp.c (net_open): Update.
3543 * remote-sim.c (gdb_os_poll_quit): Update.
3544 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3545
3546 2004-06-24 Andrew Cagney <cagney@gnu.org>
3547
3548 * defs.h (deprecated_pre_add_symbol_hook)
3549 (deprecated_post_add_symbol_hook): Deprecated.
3550 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3551 (symbol_file_add_with_addrs_or_offsets): Update references.
3552
3553 2004-06-24 Andrew Cagney <cagney@gnu.org>
3554
3555 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3556 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3557 * wince.c (ui_loop_hook): Delete extern declaration.
3558 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3559 * v850ice.c (ui_loop_hook): Delete extern declaration..
3560 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3561 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3562 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3563 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3564 ui_loop_hook declaration.
3565
3566 2004-06-24 Andrew Cagney <cagney@gnu.org>
3567
3568 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3569 entry_func_highpc fields.
3570 * objfiles.c (init_entry_point_info): Do not clear
3571 entry_func_lowpc and entry_func_highpc.
3572 (objfile_relocate): Do not relocate entry_func_lowpc and
3573 entry_func_highpc.
3574 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3575 entry_func_highpc.
3576 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3577 entry_func_highpc.
3578 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3579 entry_func_lowpc and entry_func_highpc with call to
3580 inside_entry_func.
3581
3582 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3583
3584 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3585 quad-precision floating point arguments in registers.
3586
3587 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3588
3589 From Michael Mueller <m.mueller99@kay-mueller.de>:
3590 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3591 account.
3592
3593 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3594
3595 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3596 to -1.
3597 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3598 untriggered watchpoints to a separate if clause. Update function
3599 comment regarding STOPPED_BY_WATCHPOINT argument.
3600
3601 2004-06-22 Jim Blandy <jimb@redhat.com>
3602
3603 * gdbarch.sh: Doc fix.
3604
3605 2004-06-21 Martin Hunt <hunt@redhat.com>
3606 Kevin Buettner <kevinb@redhat.com>
3607
3608 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3609 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3610 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3611 to set_gdbarch_sp_regnum(). Use cooked register number.
3612 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3613
3614 2004-06-21 Andrew Cagney <cagney@gnu.org>
3615
3616 * gdbarch.sh: When the macro field is empty, do not generate a
3617 macro definition. When the macro field is "=", generate the macro
3618 name from the upper-case function name.
3619 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3620 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3621 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3622 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3623 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3624 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3625 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3626 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3627 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3628 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3629 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3630 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3631 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3632 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3633 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3634 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3635 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3636 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3637 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3638 (DEPRECATED_USE_STRUCT_CONVENTION)
3639 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3640 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3641 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3642 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3643 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3644 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3645 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3646 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3647 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3648 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3649 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3650 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3651 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3652 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3653 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3654 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3655 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3656 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3657
3658 2004-06-21 Andrew Cagney <cagney@gnu.org>
3659
3660 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3661 macro name, and the function rather than macro value. Only wrap
3662 macro print statements in #ifdef. Move format logic to where it
3663 is needed.
3664 * gdbarch.c: Re-generate.
3665
3666 * gdbarch.sh (read): Delete "print_p" and "description", add
3667 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3668 Delete references to print_p.
3669 (TARGET_ARCHITECTURE): Delete print predicate.
3670 * gdbarch.c: Re-generate.
3671
3672 * gdbarch.sh: Check that multi-arch methods do not provide a
3673 macro.
3674 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3675 (print_registers_info, print_float_info, print_vector_info)
3676 (adjust_breakpoint_address, remote_translate_xfer_address)
3677 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3678 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3679 name from the multi-arch definition.
3680
3681 2004-06-20 Andrew Cagney <cagney@gnu.org>
3682
3683 * gdbarch.sh: Sort by the function, instead of macro name.
3684 * gdbarch.c: Re-generate.
3685
3686 2004-06-20 Andrew Cagney <cagney@gnu.org>
3687
3688 * gdbarch.sh: Use the function, instead of macro name in
3689 errors and the log file.
3690 (return_value): Remove stray ":" in spec.
3691
3692 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3693 * gdbarch.h, gdbarch.c: Re-generate.
3694 * Makefile.in (arch-utils.o): Update dependencies.
3695 * values.c (using_struct_return): Move code calling
3696 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3697 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3698 to legacy_return_value, simplify.
3699 * infcmd.c (print_return_value): Move code calling
3700 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3701 to legacy_return_value, simplify.
3702 * infcall.c (call_function_by_hand): Move code calling
3703 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3704 * arch-utils.c: Update copyright. Include "gdbcore.h".
3705 (legacy_return_value): New function.
3706 * arch-utils.h: Update copyright.
3707 (legacy_return_value): Declare.
3708
3709 2004-06-20 Andrew Cagney <cagney@gnu.org>
3710
3711 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3712 * gdbarch.h, gdbarch.c: Re-generate.
3713 * values.c (using_struct_return): Update call.
3714 * mcore-tdep.c: Update comment.
3715 * infcall.c (call_function_by_hand): Update comment.
3716 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3717 * arch-utils.h (always_use_struct_convention): Update.
3718 * v850-tdep.c (v850_gdbarch_init): Update.
3719 * sh64-tdep.c (sh64_gdbarch_init): Update.
3720 * sh-tdep.c (sh_gdbarch_init): Update.
3721 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3722 * mips-tdep.c (mips_gdbarch_init): Update.
3723 * mcore-tdep.c (mcore_gdbarch_init): Update.
3724 * m32r-tdep.c (m32r_gdbarch_init): Update.
3725 * ia64-tdep.c (ia64_gdbarch_init): Update.
3726 * h8300-tdep.c (h8300_gdbarch_init): Update.
3727 * frv-tdep.c (frv_gdbarch_init): Update.
3728 * cris-tdep.c (cris_gdbarch_init): Update.
3729 * arm-tdep.c (arm_gdbarch_init): Update.
3730 * alpha-tdep.c (alpha_gdbarch_init): Update.
3731
3732 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3733
3734 * PROBLEMS: Add more specific information, and a work-around,
3735 for PR gdb/1458.
3736
3737 2004-06-18 Andrew Cagney <cagney@gnu.org>
3738
3739 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3740 * gdbarch.h, gdbarch.c: Re-generate.
3741 * ada-lang.c (ada_finish_decode_line_1): Update.
3742 * infrun.c (handle_inferior_event): Update.
3743 * infcall.c (find_function_addr): Update.
3744 * linespec.c (minsym_found): Update.
3745 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3746 Update.
3747 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3748 * cli/cli-cmds.c (disassemble_command): Update.
3749 * vax-tdep.c (vax_gdbarch_init): Update.
3750
3751 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3752
3753 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3754
3755 2004-06-17 Andrew Cagney <cagney@gnu.org>
3756
3757 GDB 6.1.1 released from the GDB 6.1 branch.
3758 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3759 * PROBLEMS: Ditto.
3760
3761 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3762
3763 PR gdb/1658
3764 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3765 operation as a uleb128. Found by Michael Coulter.
3766
3767 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3768
3769 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3770 make it non-static.
3771 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3772 to ada-lang.h; this is needed to be able to implement the kill command
3773 in multi-task mode.
3774 (task_ptid): Ditto.
3775 (task_entry): Ditto.
3776 (task_list): Ditto.
3777 (ada_build_task_list): Ditto.
3778
3779 * ada-lang.c: Conditionalize routines and data structures related
3780 to breakpoints, exceptions, completion, and symbol caching on
3781 GNAT_GDB, since these are not yet used in the submitted public sources.
3782 (ada_main_name): Editorial: Move definition out of exception-related
3783 code.
3784
3785 2004-06-15 Andrew Cagney <cagney@gnu.org>
3786
3787 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3788 deprecated_pc_in_call_dummy.
3789
3790 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3791
3792 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3793 bfd_get_section_size_before_reloc or _raw_size.
3794 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3795 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3796 (dwarf2_read_section): Likewise.
3797 * elfread.c (elf_locate_sections): Likewise.
3798 * gcore.c (derive_heap_segment): Likewise.
3799 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3800 * remote-e7000.c (e7000_load): Likewise.
3801 * remote-m32r-sdi.c (m32r_load): Likewise.
3802 * remote-mips.c (mips_load_srec): Likewise.
3803 (pmon_load_fast): Likewise.
3804 * remote.c (compare_sections_command): Likewise.
3805 * symfile.c (add_section_size_callback): Likewise.
3806 (load_section_callback): Likewise.
3807 (pc_in_unmapped_range): Likewise.
3808 (pc_in_mapped_range): Likewise.
3809 (sections_overlap): Likewise.
3810 (list_overlays_command): Likewise.
3811 (simple_overlay_update_1): Likewise.
3812 (simple_overlay_update): Likewise.
3813 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3814 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3815
3816 2004-06-14 Randolph Chung <tausq@debian.org>
3817
3818 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3819 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3820 static.
3821 (hppa_hpux_inferior_created): New function.
3822 (hppa_hpux_init_abi): Register observer.
3823 * symfile.c (hp_cxx_exception_support_initialized)
3824 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3825 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3826
3827 2004-06-14 Randolph Chung <tausq@debian.org>
3828
3829 * MAINTAINERS (Write After Approval): Alphabetize my entry
3830 correctly.
3831
3832 2004-06-14 Andrew Cagney <cagney@gnu.org>
3833
3834 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3835 testsuite maintainer.
3836
3837 2004-06-13 Andrew Cagney <cagney@gnu.org>
3838
3839 * infcmd.c (print_return_value): Fix logic, allow
3840 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3841
3842 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3843 defining any macros.
3844 * gdbarch.h: Re-generate.
3845
3846 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3847 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3848 * gdbarch.h: Re-generate.
3849
3850 * values.c (generic_use_struct_convention): Don't check gcc_p.
3851
3852 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3853 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3854 * gdbarch.h, gdbarch.c: Regenerate.
3855 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3856 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3857 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3858 deprecated_max_register_raw_size and
3859 deprecated_max_register_virtual_size.
3860 * v850-tdep.c (v850_gdbarch_init): Ditto.
3861 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3862 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3863 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3864 * cris-tdep.c (cris_gdbarch_init): Ditto.
3865
3866 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3867 * gdbarch.h, gdbarch.c: Re-generate.
3868 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3869 (m68hc11_use_struct_convention): Delete function.
3870 (m68hc11_extract_struct_value_address): Delete function.
3871 (m68hc11_return_value): New function.
3872 (m68hc11_gdbarch_init): Instead of store_return_value,
3873 extract_return_value, return_value_on_stack,
3874 deprecated_extract_struct_value_address and use_struct_convention,
3875 set return_value.
3876 * values.c (using_struct_return): Do not call
3877 RETURN_VALUE_ON_STACK.
3878 * arch-utils.h (generic_return_value_on_stack_not): Delete
3879 declaration.
3880 * arch-utils.c (generic_return_value_on_stack_not): Delete
3881 function.
3882
3883 2004-06-12 Andrew Cagney <cagney@gnu.org>
3884
3885 * values.c (register_value_being_returned): Delete function.
3886 * infcmd.c (legacy_return_value): Delete function.
3887 * infcall.c (call_function_by_hand): Inline
3888 "register_value_being_returned", simplify.
3889 * values.c (using_struct_return): Update comment, refer to
3890 print_return_value instead of register_value_being_returned.
3891 * infcmd.c (print_return_value): Inline calls to
3892 register_value_being_returned and legacy_return_value. Simplify.
3893
3894 2004-06-11 Randolph Chung <tausq@debian.org>
3895
3896 * somread.c (som_symtab_read): Exclude gcc local symbols.
3897
3898 2004-06-11 Randolph Chung <tausq@debian.org>
3899
3900 * infrun.c (handle_inferior_event): Handle the case when a
3901 trampoline ends up in the runtime resolver, and if the trampoline
3902 has no name. Rearrange the code so that all the trampoline
3903 processing happens before other step-out-of-range handling.
3904
3905 2004-06-11 Martin Hunt <hunt@redhat.com>
3906
3907 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3908 has no fpu.
3909
3910 2004-06-10 Andrew Cagney <cagney@gnu.org>
3911
3912 * blockframe.c (legacy_inside_entry_func): Delete.
3913 (legacy_frame_chain_valid): Inline call to
3914 legacy_inside_entry_func, simplify.
3915
3916 2004-06-10 Bob Rossi <bob@brasko.net>
3917
3918 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3919 * dwarf2read.c (partial_die_info): Add dirname field.
3920 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3921 (read_partial_die): Save away DW_AT_comp_dir.
3922 * defs.h (symtab_to_filename): Removed.
3923 * source.c (find_and_open_source): Added.
3924 (open_source_file): Just calls find_and_open_source.
3925 (symtab_to_filename): Removed.
3926 (symtab_to_fullname, psymtab_to_fullname): Added.
3927 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3928 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3929 symtab_to_filename.
3930 * symtab.h (partial_symtab): Add dirname field.
3931 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3932 (mi_cmd_file_list_exec_source_file): Call new function
3933 symtab_to_fullname to find fullname.
3934 (mi_cmd_file_list_exec_source_files): Added.
3935 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3936 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3937
3938 2004-06-10 Andrew Cagney <cagney@gnu.org>
3939
3940 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3941 to generic_use_struct_convention, the default value.
3942
3943 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3944 of abort.
3945
3946 * ns32k-tdep.c (ns32k_push_arguments): New function.
3947 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3948 * infcall.c (call_function_by_hand): Call error instead of
3949 legacy_push_arguments.
3950 * value.h (legacy_push_arguments): Delete declaration.
3951 * valops.c (legacy_push_arguments): Delete function.
3952 (value_push): Delete function.
3953
3954 2004-06-10 Brian Ford <ford@vss.fsi.com>
3955
3956 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3957 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3958 info.
3959 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3960
3961 2004-06-10 Andrew Cagney <cagney@gnu.org>
3962
3963 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3964 * gdbarch.h, gdbarch.c: Re-generate.
3965 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3966 parameters.
3967 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3968 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3969 deprecated_pc_in_call_dummy instead of
3970 DEPRECATED_PC_IN_CALL_DUMMY.
3971 (arm_skip_prologue): Ditto.
3972 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3973 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3974 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3975 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3976 Ditto.
3977 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3978 (sh64_init_extra_frame_info, sh64_get_saved_register)
3979 (sh64_pop_frame): Ditto.
3980 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3981 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3982 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3983 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3984 (h8300_pop_frame): Ditto.
3985 * blockframe.c (legacy_inside_entry_func)
3986 (legacy_frame_chain_valid): Ditto.
3987 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3988 to deprecated_pc_in_call_dummy.
3989
3990 2004-06-09 Andrew Cagney <cagney@gnu.org>
3991
3992 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3993 provide a default value.
3994 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3995 * gdbarch.h, gdbarch.c: Re-generate.
3996 * arch-utils.c (generic_convert_register_p): Rename
3997 legacy_convert_register_p
3998 (legacy_register_to_value, legacy_value_to_register): Delete
3999 functions.
4000 * arch-utils.h (generic_convert_register_p): Rename
4001 legacy_convert_register_p.
4002 (legacy_register_to_value, legacy_value_to_register): Delete
4003 declarations.
4004
4005 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4006 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4007 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4008 * gdbarch.h, gdbarch.c: Re-generate.
4009 * infcmd.c (default_print_registers_info): Simplify.
4010 * findvar.c (value_of_register): Simplify.
4011 * mi/mi-main.c (get_register): Simplify.
4012 * arch-utils.c (legacy_convert_register_p): Always return 0.
4013 (legacy_register_to_value, legacy_value_to_register): Always call
4014 internal_error.
4015
4016 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4017 #ifdef CLEAR_INSN_CACHE code.
4018 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4019 Delete #ifdef CLEAR_DEFERRED_STORES code.
4020
4021 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4022
4023 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4024 copyright.
4025 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4026
4027 * config/mips/mipsv4.mh: Delete file.
4028
4029 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4030 unreferenced macro.
4031 (hpread_adjust_stack_address): Delete declaration.
4032
4033 2004-06-08 Andrew Cagney <cagney@gnu.org>
4034
4035 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4036 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4037 PTRACE_ATTACH / PTRACE_DETACH available call error.
4038 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4039 * infttrace.c (update_thread_state_after_attach, attach, detach):
4040 Remove #ifdef wrappers.
4041 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4042 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4043 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4044 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4045 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4046 * config/nm-linux.h (ATTACH_DETACH): Delete.
4047 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4048 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4049 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4050 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4051 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4052
4053 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
4054
4055 * configure.in: Set $configdir to the right OS specific value.
4056 Use value when setting $tcldir and $tkdir.
4057 * configure: Regenerate.
4058
4059 2004-06-06 Paul Brook <paul@codesourcery.com>
4060
4061 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4062 records.
4063
4064 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4065
4066 * ada-lang.c (lookup_symbol_in_language): New function to allow
4067 re-use of another language's symbol lookup code. (Placed here
4068 temporarily while Ada support is being integrated into the public
4069 tree).
4070 (restore_language): New auxiliary function for
4071 lookup_symbol_in_language.
4072 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4073 temporarily while Ada support is being integrated into the public
4074 tree).
4075
4076 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4077
4078 * Makefile.in (check//%): New.
4079
4080 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4081 (mn10300_store_return_value): Rewrite.
4082 (mn10300_type_align): New.
4083 (mn10300_use_struct_convention): Rewrite.
4084 (mn10300_return_value): New, using all of the above.
4085 (mn10300_pop_frame_regular): Add saved_regs_size.
4086 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4087
4088 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4089 regs if PC is on movm.
4090
4091 2004-06-07 Jim Blandy <jimb@redhat.com>
4092
4093 Add native Linux support for the PowerPC E500.
4094 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4095 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4096 all architectures except the E500.
4097 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4098 #definitions.
4099 (struct gdb_evrregset_t): New type.
4100 (have_ptrace_getsetevrregs): New variable.
4101 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4102 fetch_spe_registers): New functions.
4103 (fetch_register): Call fetch_spe_register as appropriate.
4104 Assert that we're only passed raw register numbers.
4105 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4106 Don't fetch gprs if they're pseudoregisters.
4107 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4108 store_spe_registers): New functions.
4109 (store_register): Call store_spe_register as appropriate.
4110 Assert that we're only passed raw register numbers.
4111 (store_ppc_registers): Call store_spe_registers as appropriate.
4112 Don't store gprs if they're pseudoregisters.
4113
4114 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4115
4116 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4117 struct if one exists, even if we are dealing with a zombie thread.
4118
4119 2004-06-07 Andrew Cagney <cagney@gnu.org>
4120
4121 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4122 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4123 Rename PC_REQUIRES_RUN_BEFORE_USE.
4124 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4125 #ifdef.
4126
4127 2004-06-07 Randolph Chung <tausq@debian.org>
4128
4129 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4130 unwinding after sp has been saved to the stack but before the end
4131 of the prologue, and after the fp has been modified but before it has
4132 been saved to the stack.
4133 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4134 Remove superfluous definitions.
4135 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4136
4137 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4138
4139 Committed by Randolph Chung.
4140 * hppa-linux-nat.c: Include the correct version of the header file
4141 depending on the kernel version.
4142
4143 2004-06-06 Randolph Chung <tausq@debian.org>
4144
4145 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4146 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4147
4148 2004-06-06 Randolph Chung <tausq@debian.org>
4149
4150 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4151 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4152 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4153 * hppa-tdep.c (hppa_symbol_address): New function definition.
4154 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4155
4156 2004-06-06 Randolph Chung <tausq@debian.org>
4157
4158 * hppa-tdep.h (struct value): Forward declaration.
4159 (gdbarch_tdep): Define tdep find_global_pointer method.
4160 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4161 associated with the function we are trying to call, and write it
4162 to the gp register.
4163 (hppa32_convert_from_funct_ptr_addr): New function.
4164 (hppa_find_global_pointer): New function.
4165 (hppa_gdbarch_init): Set default find_global_pointer method; set
4166 convert_from_func_ptr_addr method.
4167 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4168 (hppa_linux_init_abi): Set find_global_pointer method.
4169 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4170
4171 2004-06-06 Randolph Chung <tausq@debian.org>
4172
4173 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4174 to struct value *function.
4175 * gdbarch.c: Regenerate.
4176 * gdbarch.h: Likewise.
4177 * infcall.c (call_function_by_hand): Pass entire function value
4178 to push_dummy_call.
4179
4180 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4181 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4182 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4183 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4184 * arm-tdep.c (arm_push_dummy_call): Likewise.
4185 * avr-tdep.c (avr_push_dummy_call): Likewise.
4186 * cris-tdep.c (cris_push_dummy_call): Likewise.
4187 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4188 * frv-tdep.c (frv_push_dummy_call): Likewise.
4189 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4190 * hppa-tdep.c (hppa32_push_dummy_call)
4191 (hppa64_push_dummy_call): Likewise.
4192 * i386-tdep.c (i386_push_dummy_call): Likewise.
4193 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4194 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4195 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4196 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4197 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4198 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4199 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4200 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4201 (ppc64_sysv_abi_push_dummy_call): Likewise.
4202 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4203 (ppc64_sysv_abi_push_dummy_call): Likewise.
4204 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4205 * s390-tdep.c (s390_push_dummy_call): Likewise.
4206 * sh-tdep.c (sh_push_dummy_call_fpu)
4207 (sh_push_dummy_call_nofpu): Likewise.
4208 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4209 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4210 * vax-tdep.c (vax_push_dummy_call): Likewise.
4211
4212 2004-06-04 Jim Blandy <jimb@redhat.com>
4213
4214 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4215 gdbarch argument to register_size.
4216
4217 * rs6000-tdep.c (rs6000_store_return_value): Use
4218 regcache_cooked_write_part instead of
4219 deprecated_write_register_bytes.
4220 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4221 not gdbarch_deprecated_store_return_value.
4222
4223 * ppc-linux-nat.c (store_register, fetch_register): Remove
4224 incorrect assertions. Simplify and generalize handling of
4225 transfers whose sizes are not multiples of, or less than, sizeof
4226 (PTRACE_XFER_TYPE).
4227
4228 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4229
4230 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4231 as a new thread event.
4232 * thread-db.c (thread_get_info_callback): If the thread is a
4233 zombie, return TD_THR_ZOMBIE.
4234 (thread_from_lwp): If thread_get_info_callback returns
4235 TD_THR_ZOMBIE, check if the thread is still on the thread list
4236 and return a -1 ptid if not found.
4237 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4238 change the status to TARGET_WAITKIND_SPURIOUS.
4239
4240 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4241
4242 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4243 double values in little endian mode.
4244
4245 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4246
4247 Committed by Andrew Cagney.
4248 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4249 after last enum constant to avoid error from IBM C
4250 compiler.
4251
4252 2004-06-02 Jim Blandy <jimb@redhat.com>
4253
4254 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4255 to 'message', and make it local to the lone block that uses it.
4256
4257 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4258
4259 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4260
4261 * ada-exp.y: Update copyright notice.
4262 Include block.h.
4263
4264 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4265 SPECIAL_VARIABLE and unify the treatment of these cases.
4266
4267 (write_attribute_call0): Remove.
4268 (write_attribute_call1): Remove.
4269 (write_attribute_calln): Remove.
4270 (save_qualifier): Add missing semicolon.
4271
4272 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4273 temporarily disabled to allow compilation with FSF head version.
4274
4275 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4276 use individual operators (OP_*) for all attributes.
4277 (exp syntax): Use write_int.
4278 Handle STRING literals with OP_STRING.
4279 (variable syntax): Add limit parameter to calls to
4280 write_object_renaming.
4281
4282 (temp_parse_space): New definition to hold entities that need
4283 only live until the next call to ada_parse.
4284 (string_to_operator): Rename fields of ada_opname_table entries.
4285
4286 (write_var_from_sym): Record block.
4287 (write_var_from_name): Minor reformatting.
4288 Make sure saved name is properly encoded in the case of multiple
4289 matches, and set its language to Ada.
4290 Update comment.
4291 Modify to indicate unresolved name as symbol in the UNRESOLVED
4292 namespace, allocated in temp_parse_space.
4293 (write_int): New function.
4294
4295 (write_object_renaming): Add max_depth parameter to limit
4296 chains of object renamings.
4297 Handle case where root of renaming expression is itself a renaming.
4298 Use temp_parse_space for temporary name buffer.
4299 Handle renamings to dereferenced pointers (___XEXA suffices).
4300
4301 (ada_parse, yyerror, string_to_operator,
4302 write_var_from_sym, write_var_from_name, write_attribute_call0,
4303 write_attribute_call1, write_attribute_calln,
4304 write_object_renaming): Protoize.
4305
4306 (_initialize_ada_exp): New function.
4307
4308 * ada-lang.c: Update copyright notice.
4309 General terminology change to conform to GNAT compiler usage:
4310 mangle => encode, demangle => decode
4311 Include gdb_obstack.h.
4312 Include gdb_regex.h
4313 Include frame.h
4314 Include hashtab.h
4315 Include completer.h
4316 Include gdb_stat.h
4317 Include block.h
4318 Include infcall.h
4319
4320 (ADA_RETAIN_DOTS): Make sure this is defined.
4321 (TRUNCATION_TOWARDS_ZERO): Define.
4322 (struct string_vector): Define.
4323 (unresolved_names): Remove definition.
4324 (xnew_string_vector): New function.
4325 (string_vector_append): New function.
4326 (extract_string): Make static.
4327 (ada_unqualified_name): New function.
4328 (add_angle_brackets): New function.
4329 (function_name_from_pc): New function.
4330 (place_on_stack): Rename to ensure_lval.
4331
4332 (ensure_lval): Renamed from place_on_stack.
4333 Make identity on lvals.
4334 Update comment.
4335 (is_nonfunction): New interface.
4336 Only symbols in LOC_CONST class can be enumerals.
4337 (fill_in_ada_prototype): Remove; now independent of language.
4338 (add_defn_to_vec): Add obstack and symtab arguments.
4339 Use obstack to hold collected definitions.
4340 (num_defns_collected): New function.
4341 (defns_collected): New function.
4342 (ada_resolve_subexp): Rename to resolve_subexp.
4343 (resolve_subexp): Renamed from ada_resolve_subexp.
4344 (ada_op_name): Return non-const result.
4345 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4346 other purposes.
4347
4348 (to_fixed_array_type): Add declaration.
4349 (coerce_unspec_val_to_type): Remove offset parameter.
4350 (find_sal_from_funcs_and_line): New interface.
4351 (find_line_in_linetable): Ditto.
4352
4353 (all_sals_for_line): Rename to ada_sals_for_line and make
4354 global.
4355 Add new parameter. When set, do not ask the user to choose the
4356 instance, but use the first one found instead.
4357 Use given line number in returned sals.
4358 Fix comment.
4359 Skip the prologue if funfirstline is set.
4360 Correct for memory leak when 0 lines found.
4361
4362 (value_pos_atr): Use pos_atr.
4363 (pos_atr): New function.
4364 (standard_lookup): Add block parameter.
4365
4366 (makeTimeStart): Remove declaration and uses.
4367 (makeTimeStop): Remove declaration and uses.
4368
4369 (ada_completer_word_break_characters): Allow for VMS.
4370 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4371 (raise_sym_name): New constant.
4372 (raise_unhandled_sym_name): New constant.
4373 (raise_assert_sym_name): New constant.
4374 (process_raise_exception_name): New constant.
4375 (longest_exception_template): New constant.
4376 (warning_limit): New variable to limit warnings during expression
4377 evaluation.
4378 (warnings_issued): New variable to keep track of warnings issued.
4379 (known_runtime_file_name_patterns): New constant.
4380 (known_auxiliary_function_name_patterns): New constant.
4381 (symbol_list_obstack): New variable.
4382
4383 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4384 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4385 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4386 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4387 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4388 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4389 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4390 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4391 and strcmp.
4392
4393 (ada_get_field_index): New function.
4394 (lim_warning): New function.
4395 (ada_translate_error_message): New function.
4396 (MAX_OF_SIZE): New function.
4397 (MIN_OF_SIZE): New function.
4398 (UMAX_OF_SIZE): New function.
4399 (UMIN_OF_SIZE): New function.
4400 (discrete_type_high_bound): New function.
4401 (discrete_type_low_bound): New function.
4402 (base_type): New function.
4403 (do_command): Remove.
4404
4405 (ada_update_initial_language): Use language_ada, not language_unknown.
4406 (ada_encode): Renamed from ada_mangle.
4407 Obey ADA_RETAIN_DOTS.
4408 (ada_decode): Renamed from ada_demangle.
4409 Update coding conventions.
4410 (decoded_names_store): New hash table.
4411 (ada_decode_symbol): New function.
4412 (ada_la_decode): New function.
4413
4414 (modify_general_field): Correct computations of offset and bit
4415 position.
4416 (desc_base_type): Handle ref types, too.
4417 (ada_is_direct_array_type): New function.
4418
4419 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4420 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4421 (ada_is_bogus_array_descriptor,ada_type_of_array,
4422 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4423 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4424 ada_is_array_descriptor_type.
4425
4426 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4427 (ada_is_packed_array_type): Handle pointers or
4428 references to packed arrays as well.
4429 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4430 (decode_packed_array_type): Search for the packed array type
4431 symbol in the currently selected block and associated
4432 superblocks too.
4433 Use lookup_symbol again.
4434
4435 (decode_packed_array): Handle pointers and references.
4436 Update call to coerce_unspec_val_to_type.
4437 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4438 (ada_value_primitive_packed_val): Improve comment.
4439
4440 (ada_index_type): Substitute int type for "undefined".
4441 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4442 ada_array_langth, ada_is_string_type): Use renamed
4443 ada_is_simple_array_type.
4444 (empty_array): New function.
4445
4446 (ada_resolve): Rename to resolve.
4447 (resolve): Make static.
4448 Call renamed resolve_subexp.
4449 Update comment.
4450 (ada_resolve_subexp): Rename to resolve_subexp.
4451 (resolve_subexp): Update comment.
4452 Decomment disabled code.
4453 Add LOC_COMPUTED* cases.
4454 Modify to use temporary struct symbols (marked as being in
4455 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4456 OP_UNRESOLVED_VALUE.
4457 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4458 Add OP_STRING case.
4459 Remove OP_ARRAY.
4460 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4461 Use new ada_lookup_symbol_list interface.
4462 Use new ada_resolve_function interface.
4463 Remove OP_TYPE case.
4464
4465 (ada_args_match): Idiot proof against null actuals.
4466 Use intermediate variables to clarify.
4467 (ada_resolve_function): Update comment and interface.
4468 (mangled_ordered_before): Rename to encoded_ordered_before and
4469 update comment.
4470 (sort_choices): Update comment and interface.
4471 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4472 (user_select_syms): New interface.
4473 Use new sort_choices interface.
4474 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4475 (possible_user_operator_p): Idiot-proof against null values.
4476 (ada_simple_renamed_entity): Don't make cleanup; rely on
4477 caller to free result string.
4478 Remove const from return type.
4479 (make_array_descriptor): Rename uses of place_on_stack to
4480 ensure_lval.
4481 Make sure that arrays are on stack.
4482
4483 (HASH_SIZE): Define.
4484 (struct cache_entry): Define.
4485 (cache_space): Define.
4486 (cache): Define.
4487 (clear_ada_sym_cache): New function.
4488 (find_entry): New function.
4489 (lookup_cached_symbol): New function.
4490 (defn_vector_size): Define.
4491 (cache_symbol): New function.
4492 (defn_symbols): Remove.
4493
4494 (standard_lookup): Use lookup_symbol_in_language to get effect of
4495 C lookup.
4496 Cache results.
4497
4498 (symbol_completion_match): New function.
4499 (symbol_completion_add): New function.
4500 (ada_make_symbol_completion_list): New function.
4501
4502 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4503 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4504 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4505 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4506
4507 (ada_lookup_simple_minsym): New function.
4508 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4509
4510 (add_symbols_from_enclosing_procs): New interface.
4511 Conditionalize more helpfully.
4512 Don't bother if program isn't running.
4513 Use new interface to get_frame_block.
4514 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4515
4516 (remove_extra_symbols): New interface.
4517 (xget_renaming_scope): New function.
4518 (is_package_name): New function.
4519 (renaming_is_visible): New function.
4520 (remove_out_of_scope_renamings): New function.
4521
4522 (ada_lookup_symbol_list): New interface.
4523 Properly reinitialize the symbol list obstack.
4524 Don't call add_symbols_from_enclosing_procs if we start from a
4525 static or global block.
4526 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4527 add_symbols_from_enclosing_procs.
4528 Add symtab data to cached entries.
4529 Handle symbols prefixed with
4530 "standard__" specially; strip prefix and don't look in local symbols.
4531 Do not include out of scope renaming symbols in list of
4532 symbols returned.
4533 Add const to block parameter.
4534 Move check for non-local, non-global symbols earlier.
4535 Remove timing stuff.
4536 (ada_lookup_symbol): New interface.
4537 Find symtab as well.
4538 (ada_lookup_symbol_nonlocal): New function.
4539
4540 (is_name_suffix): Enhance suffix detection to recognize
4541 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4542 (is_dot_digits_suffix): New function.
4543 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4544
4545 (ada_add_block_symbols): New interface. Use obstack to return results
4546 in a vector of struct ada_symbol_infos. Add symtab argument.
4547 Use new interface to add_defn_to_vec.
4548 Remove calls to fill_in_ada_prototype.
4549 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4550
4551 (ada_finish_decode_line_1): Add const qualification to local to fix
4552 warning.
4553 Start looking in static block for functions to avoid attempts
4554 to search frame chain for up-level variables.
4555 Adapt to new ada_sals_for_line interface.
4556 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4557 Handle quoting of the function name inside the spec string.
4558 Skip prologue when funfirstline is set and update the
4559 function documentation to that effect.
4560
4561 (debug_print_lines, debug_print_block, debug_print_blocks,
4562 debug_print_symtab): Remove.
4563
4564 (ada_main_name): New function.
4565 (ada_exception_breakpoint_type): New function.
4566 (is_known_support_routine): New function.
4567 (ada_find_printable_frame): Renamed from find_printable_frame and made
4568 global.
4569 Remove level parameter.
4570 Use new interface to select_frame.
4571
4572 (begin_command): Remove.
4573 (ada_adjust_exception_stop): New function.
4574 (ada_print_exception_stop): New function.
4575 (exception_name_from_cond): New function.
4576 (ada_report_exception_break): Replace disabled code with
4577 conditionalization on GNAT_GDB.
4578 Get the exception name from the condition string.
4579 Remove and move functionality into new functions
4580 ada_print_exception_breakpoint_task and
4581 ada_print_exception_breakpoint_nontask.
4582 (error_breakpoint_runtime_sym_not_found): New function.
4583 (is_runtime_sym_defined): New function.
4584 (ada_breakpoint_rewrite): Uncomment suppressed code.
4585 Use symbolic error-message and runtime-symbol names.
4586 Surround runtime symbol names in quotes.
4587 Allow non-specific breakpoints on exceptions and assertions before
4588 program starts.
4589
4590 (ada_is_tagged_type): Add parameter.
4591 (ada_is_tag_type): New function.
4592 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4593 (ada_variant_discrim_type): Ditto.
4594 (value_tag_from_contents_and_address): New function.
4595 (type_from_tag): New function.
4596 (struct tag_args): New structure used to communicate with
4597 ada_tag_name_1.
4598 (ada_tag_name_1): New function.
4599 (ada_tag_name): New function.
4600
4601 (ada_scan_number): Update comment.
4602 (find_struct_field): New function.
4603 (ada_search_struct_field): Make static.
4604 (ada_value_struct_elt): New version that returns references when
4605 given pointers or references to structs.
4606 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4607 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4608 interface.
4609 (ada_value_ind): Use new ada_to_fixed_value interface.
4610 (ada_coerce_ref): Ditto.
4611 (field_offset): Remove.
4612
4613 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4614 (ada_find_renaming_symbol): New function.
4615 (ada_prefer_type): Prefer named types over unnamed ones.
4616 (variant_field_index): New function.
4617 (contains_variant_part): Removed: subsumed by variant_field_index.
4618 (ada_template_to_fixed_record_type): New function, mostly from
4619 template_to_fixed_record_type.
4620 (template_to_fixed_record_type):
4621 Do not scan the type fields beyond the last one; prevents a
4622 potential SEGV.
4623 Handle case where variant field is listed BEFORE discriminant it
4624 depends on.
4625 Fix calculation of record length when bit length is
4626 not evenly divisible by char length.
4627 Move code to ada_template_to_fixed_record_type and call it.
4628
4629 (template_to_static_fixed_type): Revise comment.
4630 Modify to work on ordinary record types as well as templates,
4631 so as to handle fields that use ___XVE or ___XVU encodings.
4632 (to_record_with_fixed_variant_part): Fill out comment.
4633 Initialize C++ stuff in right type.
4634 Allow case where DVAL is null.
4635 Handle case where variant field is not last.
4636 Fix typo concerning record length.
4637 (to_fixed_record_type): Decomment disabled code.
4638 (to_fixed_record_type): Use variant_field_index instead of
4639 contains_variant_part.
4640 (to_fixed_variant_branch_type): Ditto.
4641 (to_fixed_array_type): Decomment disabled code.
4642 (ada_to_fixed_type): Convert tagged types to the specific type.
4643 Deactivate the size-check for array types in order to avoid
4644 some false size alarms.
4645 (to_static_fixed_type): Decomment disabled code.
4646 Modify to call template_to_static_fixed_type
4647 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4648 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4649 Remove valaddr argument, as it is never really used.
4650 (ada_to_fixed_value): Change interface to act on single struct value*
4651 operand.
4652 (adjust_pc_past_prologue): New function.
4653 (ada_attribute_name): Modify to take enum exp_opcode argument.
4654
4655 (ada_enum_name): Recognize new homonym-distinguishing convention.
4656 Adjust local variable's type to remove compiler warning.
4657 Fix a small problem in the part that unqualifies the enumeration name.
4658 (ada_value_binop): New function.
4659 (ada_value_equal): New function.
4660
4661 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4662 Don't give error message when not doing normal evaluation
4663 and a tagged type doesn't seem to contain a structure member.
4664 Give error message for packed arrays.
4665 For indexing arrays, handle pointers to packed arrays correctly.
4666 Handle case of 'first and 'last attributes of bare integral type
4667 without encoded subtype info.
4668 Remove some unnecessary casts.
4669 Fix uninitialized value of type in computing 'first, 'last, or 'length
4670 of array object.
4671 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4672 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4673 calls.
4674 Attributes are now exp_opcode values.
4675 Correct treatment of 'modulus.
4676 Better error message for taking 'length of wrong kind of type;
4677 improve comment.
4678 Change EVAL_NORMAL to noside for consistency.
4679 Use ada_value_binop for DIV, MOD, REM.
4680 Make special case out of array of length 0, since an argument
4681 of 0 upsets some platforms' malloc.
4682 Use OP_STRING instead of OP_ARRAY.
4683 For slice, add check that we have an array type before extracting
4684 a slice out of it. Avoids a SEGV.
4685 When evaluating an array slice, if the array type is a reference to
4686 an aligner type, then replace the aligner type by the actual type.
4687 Decomment disabled code.
4688 Remove some dead code.
4689 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4690 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4691 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4692 and UNOP_MBR to UNOP_IN_RANGE.
4693 If an array type has a parallel ___XVE type, then use it.
4694 Turn arrays into pointers for lvalue arrays.
4695 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4696 bounds error and handle 0-length slices.
4697 Use lim_warning.
4698 When selecting fields, apply ada_to_fixed_value (because the fields
4699 might have ___XVU or ___XVE encodings even if not dynamic.)
4700 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4701 (ada_is_system_address_type): New function.
4702
4703 (get_var_value): Use new interface to ada_lookup_symbol_list.
4704 (get_int_var_value): New interface.
4705 (to_fixed_range_type): Allow unknown bound, with warning.
4706 (ada_is_modular_type): Decomment disabled code.
4707 (ADA_OPERATORS): New definition.
4708 (ada_operator_length): New function.
4709 (ada_expr_op_name): New function.
4710 (ada_forward_operator_length): New function.
4711 (ada_dump_subexp_body): New function.
4712 (ada_print_subexp): New function.
4713 (ada_exp_descriptor): New constant.
4714 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4715 (ada_language_defn): Add ada_exp_descriptor entry.
4716 Change ada_parse => parse.
4717 Add post-parser entry.
4718 Use ada-specific non-local symbol lookup.
4719 Don't use C-style arrays.
4720 String lower-bound is 1.
4721 Decomment disabled code.
4722 (parse): New function.
4723 New fields ada_translate_error_message, ada_lookup_symbol,
4724 ada_lookup_minimal_symbol.
4725
4726 * ada-lang.h: Update copyright dates.
4727 Replace the mangle/demangle terminology throughout by the
4728 more appropriate encode/decode one.
4729 Include breakpoint.h.
4730 Forward declare struct partial_symbol, struct block.
4731 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4732 (EXTRACT_ADDRESS): Remove.
4733 (EXTRACT_INT): Remove.
4734 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4735 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4736 (MAX_RENAMING_CHAIN_LENGTH): Define.
4737 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4738
4739 (enum task_states): Remove.
4740 ada_task_states: Remove.
4741 (fat_string): Remove.
4742 (struct entry_call): Remove.
4743 (struct task_fields): Remove.
4744 (struct task_entry): Remove.
4745
4746 (struct ada_symbol_info): Define.
4747 (enum ada_attribute): Remove.
4748 (enum ada_operator): Define.
4749
4750 (ada_get_field_index): Declare.
4751 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4752 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4753 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4754 (ada_lookup_symbol_list): New interface.
4755 (ada_decode_symbol): Declare.
4756 (ada_decode): Declare.
4757 (ada_lookup_symbol): New interface.
4758 (ada_update_initial_language): Declare.
4759 (ada_lookup_simple_minsym): Declare.
4760 (user_select_syms): New interface.
4761 (ada_sals_for_line): Declare.
4762 (ada_is_tagged_type): New interface.
4763 (ada_tag_name): Declare.
4764 (ada_lookup_struct_elt_type): Remove declaration.
4765 (ada_search_struct_field): Remove declaration.
4766 (ada_attribute_name): New interface.
4767 (ada_is_system_address_type): Declare.
4768 (ada_to_fixed_value): Remove declaration.
4769 (ada_template_to_fixed_record_type_1): Declare.
4770 (get_int_var_value): New interface.
4771 (ada_find_any_symbol): Declare.
4772 (ada_find_renaming_symbol): Declare.
4773 (ada_mangle): Rename to ada_encode.
4774 (ada_simple_renamed_entity): Remove const.
4775 (ada_main_name): Declare.
4776 (get_current_task): Rename to ada_get_current_task.
4777 (get_entry_number): Remove declaration.
4778 (ada_report_exception_break): Remove declaration.
4779 (ada_print_exception_breakpoint_nontask): Declare.
4780 (ada_print_exception_breakpoint_task): Declare.
4781 (ada_find_printable_frame): Declare.
4782
4783 * ada-lex.l: Update copyright notices.
4784 Use xmalloc and xfree instead of malloc and free.
4785 Use new interface to name_lookup.
4786 Use new interface to
4787 ada_mangle=>ada_encode.
4788 Redo handling of '$...' variable to parallel current treatment
4789 in c-exp.y.
4790 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4791 digit_to_int, strtoulst, processInt, processReal, processId,
4792 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4793 yywrap): Protoize.
4794
4795 (processInt): Use cast to remove harmless warning.
4796 (processReal): Modify to get rid of compiler warning on scan formats.
4797
4798 (processId): Replace xmalloc with obstack_alloc for name and remove
4799 call to ada_name_string_cleanup.
4800 Remove obsolete disabled code.
4801 (name_lookup): Ditto.
4802 New interface.
4803 Use obsavestring on temp_parse_space instead of savestring
4804 on name, and remove call to ada_name_string_cleanup.
4805 Free string returned from ada_simple_renamed_entity.
4806 Use new interface to ada_lookup_symbol_list.
4807 Decomment disabled code.
4808 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4809 not types.
4810 When a type name lookup succeeds as a result of
4811 lookup_primitive_typename, check for regular type entry that has not
4812 yet been read in.
4813 Limit length of chain of renamed symbols we are willing to follow.
4814 Do not break names beginning with "standard__" into segments.
4815 (block_lookup): Use new interface to ada_lookup_symbol_list.
4816
4817 * ada-typeprint.c: Update copyright notice.
4818 (demangled_type_name): Rename to decoded_type_name.
4819 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4820 (print_range_bound): Correct handling of negative
4821 bounds that make the index type looked unsigned under STABS.
4822 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4823 (print_range_type_named): Use the builtin int type if no type
4824 corresponding to the given type name could be found.
4825 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4826 Add some bullet-proofing.
4827 (print_variant_clauses): Allow for variant branches with ___XVU
4828 encodings that are not dynamic fields.
4829 Use new interface to ada_is_tagged_type.
4830 (print_record_type): Allow for fields with ___XVE encodings that
4831 are not dynamic fields.
4832 Use new interface to ada_is_tagged_type.
4833 (ada_print_type): ada_is_array_descriptor =>
4834 ada_is_array_descriptor_type.
4835
4836 * ada-valprint.c: Update copyright notice.
4837 Include gdb_string.h
4838 Include infcall.h
4839 (ui_memcpy): New function.
4840 (ada_print_floating): New function.
4841 (ada_print_str): Order arguments correctly.
4842 Correct handling of empty arrays and arrays of 0-length items.
4843 ada_is_array_descriptor => ada_is_array_descriptor_type
4844 Print values of type System.Address in hexadecimal format.
4845 Use ada_print_floating to print floating-point numbers in Ada format.
4846 Print class tag values with type names.
4847 No longer print the address of reference values. Avoids
4848 a potential confusion.
4849 (ada_value_print): Stop printing the object type for reference
4850 values, but preserve that behavior for access types. Avoids
4851 a potential confusion.
4852 Simplify one conditional expression, as the first part is now
4853 necessarily true.
4854 ada_is_array_descriptor => ada_is_array_descriptor_type
4855 Add check for arrays for null records, and print them by hand.
4856
4857 2004-06-01 Jim Blandy <jimb@redhat.com>
4858
4859 * ppc-tdep.h: Delete unused 'regoff' member.
4860 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4861
4862 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4863
4864 Fix PR symtab/1661.
4865 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4866 (hpread_read_struct_type): Likewise.
4867
4868 2004-06-01 Andrew Cagney <cagney@gnu.org>
4869
4870 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4871 instead of xasprintf.
4872 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4873 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4874 (mi_cmd_data_list_register_names)
4875 (mi_cmd_data_list_changed_registers)
4876 (mi_cmd_data_list_register_values)
4877 (get_register, mi_cmd_data_write_register_values)
4878 (mi_cmd_data_write_register_values)
4879 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4880 (mi_cmd_target_download, mi_cmd_target_select)
4881 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4882 (mi_execute_cli_command, mi_execute_async_cli_command)
4883 (mi_execute_async_cli_command): Ditto.
4884 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4885 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4886
4887 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4888 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4889 error_last_message instead of mi_error_last_message.
4890 * mi/mi-main.c (mi_error_last_message): Delete function.
4891
4892 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4893 "invalid number of columns" error. Delete redundant "out of
4894 memory" check.
4895
4896 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4897
4898 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4899 (gregset_t, fpregset_t): Remove typedefs.
4900 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4901 (REG_OFFSET): Rename argument.
4902 (i386bsd_r_reg_offset): Rename from reg_offset.
4903 (REG_ADDR): Remove macro.
4904 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4905 functions.
4906 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4907 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4908 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4909 instead of supply_gregset.
4910 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4911 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4912 instead of fill_gregset.
4913 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4914
4915 * i386bsd-nat.c: Don't include "gregset.h".
4916 (supply_gregset, fill_gregset): Make static.
4917 (supply_fpregset, fill_fpregset): Remove.
4918 * Makefile.in (i386bsd-nat.o): Update dependencies.
4919
4920 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4921
4922 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4923 "gdb_assert.h". Con't include "gregset.h".
4924 (fbsd_make_corefile_notes): Use regset-based core file support
4925 instead off fill_gregset and fill_fpregset.
4926 * Makefile.in (fbsd-proc.o): Update dependencies.
4927
4928 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4929 instructions.
4930 (m88k_frame_prev_register): Simplify code a bit.
4931
4932 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4933 (amd64_collect_fpregset): New function.
4934 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4935
4936 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4937
4938 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4939 (i386_collect_gregset): New function.
4940 (i386_supply_fpregset): Adjust comment.
4941 (i386_collect_fpregset): New function.
4942 (i386_regset_from_core_section): Use i386_collect_gregset and
4943 i386_collect_fpregset.
4944
4945 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4946 handle VALUEP being null.
4947
4948 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4949
4950 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4951
4952 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4953
4954 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4955 assembler in OpenBSD 3.5-current.
4956 (amd64obsd_sigcontext_addr): Likewise.
4957
4958 2004-05-28 Jim Blandy <jimb@redhat.com>
4959
4960 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4961 register set, so our regcache isn't declared "legacy" and our E500
4962 pseudoregister read and write functions aren't ignored.
4963 (rs6000_register_byte, rs6000_register_raw_size,
4964 rs6000_register_virtual_type, rs6000_register_convertible,
4965 rs6000_register_convert_to_virtual,
4966 rs6000_register_convert_to_raw): Deleted.
4967 (rs6000_register_type, rs6000_convert_register_p,
4968 rs6000_register_to_value, rs6000_value_to_register): New
4969 functions.
4970 (rs6000_gdbarch_init): Don't register
4971 gdbarch_deprecated_register_size,
4972 gdbarch_deprecated_register_bytes,
4973 gdbarch_deprecated_register_byte,
4974 gdbarch_deprecated_register_raw_size,
4975 gdbarch_deprecated_register_virtual_type,
4976 gdbarch_deprecated_register_convertible,
4977 gdbarch_deprecated_register_convert_to_virtual, or
4978 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4979 register gdbarch_register_type, gdbarch_convert_register_p,
4980 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4981
4982 2004-05-26 Jim Blandy <jimb@redhat.com>
4983
4984 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4985 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4986 functions, updated to match the register numberings used in GCC.
4987 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4988 rs6000_dwarf2_reg_to_regnum as register number conversions
4989 functions for STABS and Dwarf2.
4990
4991 2004-05-26 Randolph Chung <tausq@debian.org>
4992
4993 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4994 in header file.
4995
4996 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4997
4998 * NEWS: Document new "start" command.
4999
5000 2004-05-25 Randolph Chung <tausq@debian.org>
5001
5002 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5003 hppa-linux.
5004
5005 2004-05-25 Randolph Chung <tausq@debian.org>
5006
5007 * hppa-hpux-tdep.c (offsetof): Define.
5008 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5009 (hppa32_hpux_frame_base_before_sigtramp)
5010 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5011 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5012 (hppa64_hpux_frame_base_before_sigtramp)
5013 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5014 functions.
5015 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5016 (hppa_hpux_sigtramp_frame_unwind_cache)
5017 (hppa_hpux_sigtramp_frame_this_id)
5018 (hppa_hpux_sigtramp_frame_prev_register)
5019 (hppa_hpux_sigtramp_frame_unwind)
5020 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5021 (hppa_hpux_init_abi): Register sigtramp unwinder.
5022 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5023
5024 2004-05-25 Randolph Chung <tausq@debian.org>
5025
5026 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5027 and multiple stack unwinds.
5028 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5029
5030 2004-05-25 Andrew Cagney <cagney@gnu.org>
5031
5032 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5033 * symfile-mem.h: Delete file.
5034 * symfile-mem.c: Do not include "symfile-mem.h".
5035 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5036 "struct bfd_section". When an error do not bother returning NULL.
5037 (add_symbol_file_from_memory_command): Use "struct bfd" and
5038 "struct bfd_section".
5039 * Makefile.in (symfile_mem_h): Delete.
5040 (symfile-mem.o): Update dependencies.
5041
5042 2004-05-25 Nick Roberts <nickrob@gnu.org>
5043
5044 * gdb-mi.el: New file.
5045
5046 2004-05-25 Andrew Cagney <cagney@gnu.org>
5047
5048 * inftarg.c: Include "observer.h".
5049 (child_attach, child_create_inferior): Notify inferior_created.
5050 * corelow.c: Include "observer.h".
5051 (core_open): Notify inferior_created.
5052 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5053
5054 2004-05-25 Andrew Cagney <cagney@gnu.org>
5055
5056 * target.h (struct target_ops): Add from_tty to
5057 to_create_inferior.
5058 (target_create_inferior, find_default_create_inferior): Update.
5059 * infcmd.c (run_command): Update.
5060 * wince.c (child_create_inferior): Update.
5061 * win32-nat.c (child_create_inferior): Update.
5062 * uw-thread.c (uw_thread_create_inferior): Update.
5063 * thread-db.c (thread_db_create_inferior): Update.
5064 * target.c (debug_to_create_inferior)
5065 (find_default_create_inferior): Update.
5066 (maybe_kill_then_create_inferior): Update.
5067 * sol-thread.c (sol_thread_create_inferior): Update.
5068 * remote.c (extended_remote_async_create_inferior)
5069 (extended_remote_create_inferior): Update.
5070 * remote-vx.c (vx_create_inferior): Update.
5071 * remote-st.c (st2000_create_inferior): Update.
5072 * remote-sim.c (gdbsim_create_inferior): Update.
5073 * remote-sds.c (sds_create_inferior): Update.
5074 * remote-rdp.c (remote_rdp_create_inferior): Update.
5075 * remote-rdi.c (arm_rdi_create_inferior): Update.
5076 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5077 * remote-e7000.c (e7000_create_inferior): Update.
5078 * procfs.c (procfs_create_inferior): Update.
5079 * ocd.c (ocd_create_inferior): Update.
5080 * ocd.h (ocd_create_inferior): Update.
5081 * nto-procfs.c (procfs_create_inferior): Update.
5082 * monitor.c (monitor_create_inferior): Update.
5083 * lin-lwp.c (lin_lwp_create_inferior): Update.
5084 * inftarg.c (child_create_inferior): Update.
5085 * hpux-thread.c (hpux_thread_create_inferior): Update.
5086 * gnu-nat.c (gnu_create_inferior): Update.
5087
5088 2004-05-25 Andrew Cagney <cagney@gnu.com>
5089
5090 * MAINTAINERS: Update e-mail address.
5091
5092 2004-05-24 Randolph Chung <tausq@debian.org>
5093
5094 * thread.c (info_threads_command, thread_apply_all_command)
5095 (thread_apply_command, thread_command, do_captured_thread_select):
5096 Remove HPUXHPPA-specific code.
5097
5098 2004-05-24 Randolph Chung <tausq@debian.org>
5099
5100 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5101 unused symbols.
5102 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5103 references.
5104
5105 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5106
5107 * infcmd.c (kill_if_already_running): New function, extracted
5108 from run_command().
5109 (run_command): Replace extracted code by call to
5110 kill_if_already_running().
5111 (start_command): New function.
5112 (_initialize_infcmd): Add "start" command.
5113
5114 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5115
5116 Add OpenBSD/m88k support.
5117 * NEWS (New native configurations): Mention OpenBSD/m88k.
5118 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5119 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5120 * Makefile.in (m88k_tdep_h): New variable.
5121 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5122 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5123 * configure.host: Add m88*-*-openbsd*.
5124 * configure.tgt: Add m88*-*-openbsd*.
5125
5126 2004-05-24 Jim Blandy <jimb@redhat.com>
5127
5128 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5129 to approve changes.
5130
5131 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5132
5133 * symtab.c (fixup_section): Search section table when lookup by
5134 name fails.
5135
5136 2004-05-24 Randolph Chung <tausq@debian.org>
5137
5138 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5139 be "small_struct".
5140
5141 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5142
5143 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5144 register number in regcache_raw_collect call.
5145 (m68kbsd_collect_fpregset): Likewise.
5146 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5147
5148 * regset.h (struct regset): Add back `regset' member.
5149
5150 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5151
5152 * configure.in: Check for td_pcb in `struct thread'.
5153 * configure, config.in: Regenerated.
5154
5155 * dpx2-nat.c: Remove file.
5156 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5157 (dpx2-nat.o): Remove dependencies.
5158
5159 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5160 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5161 (amd64obsd_supply_pcb): New function.
5162 (_initialize_amd64obsd_nat): Enable libkvm interface.
5163 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5164 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5165 (LOADLIBES): New variable.
5166
5167 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5168 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5169 (sparc32nbsd_supply_pcb): New function.
5170 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5171 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5172 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5173 (LOADLIBES): New variable.
5174
5175 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5176
5177 * bsd-kvm.c, bsd-kvm.h: New files.
5178 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5179 "bsd-kvm.h".
5180 (i386fbsd_supply_pcb): New function.
5181 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5182 (i386fbsd-nat.o): Update dependencies.
5183 (bsd_kvm_h): New variable.
5184 (bsd-kvm.o): New dependency.
5185 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5186 (LOADLIBES): New variable.
5187
5188 * regset.c: Tweak comment.
5189 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5190 macro.
5191 * regset.h: Update copyright year.
5192 (struct regset): Remove `descr' member, add `gdbarch' member.
5193 (regset_alloc): Adjust prototype and comment.
5194 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5195 (i386_supply_fpregset): Likewise.
5196 (i386_regset_from_core_section): Update call to regset_alloc.
5197 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5198 REGSET->arch.
5199 (i386obsd_aout_regset_from_core_section): Update call to
5200 regset_alloc.
5201 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5202 REGSET->arch.
5203 (i386nbsd_aout_regset_from_core_section): Update call to
5204 regset_alloc.
5205 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5206 REGSET->arch.
5207 (amd64_regset_from_core_section): Update call to regset_alloc.
5208 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5209 REGSET->arch.
5210 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5211 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5212 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5213 (sparc32nbsd_init_abi): Update call to regset_alloc.
5214 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5215 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5216 (sparc64obsd_init_abi): Update call to regset_alloc.
5217 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5218 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5219 (sparc64nbsd_init_abi): Update call to regset_alloc.
5220 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5221 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5222 (sparc64fbsd_init_abi): Update call to regset_alloc.
5223
5224 2004-05-22 Jim Blandy <jimb@redhat.com>
5225
5226 * ppc-tdep.h (spe_register_p): New declaration.
5227 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5228 ppc_spefscr_regnum.
5229 * rs6000-tdep.c (spe_register_p): New function.
5230 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5231 spefscr.
5232 (rs6000_gdbarch_init): Initialize the new members of the tdep
5233 structure.
5234
5235 2004-05-21 Jim Blandy <jimb@redhat.com>
5236
5237 * ppc-linux-nat.c (fetch_register): Move code back to be next
5238 to the comment that describes it. (Moved code, instead of
5239 comment, for symmetry with store_register.)
5240
5241 Allocate regset structures in the gdbarch's obstack, not using
5242 xmalloc.
5243 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5244 Add 'arch' argument. Allocate the regset on arch's obstack, not
5245 using xmalloc.
5246 * regset.h (regset_alloc): Update declaration.
5247 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5248 gdbarch argument.
5249 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5250 * i386-tdep.c (i386_regset_from_core_section): Same.
5251 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5252 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5253 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5254 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5255 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5256 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5257
5258 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5259
5260 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5261
5262 2004-05-21 Jim Blandy <jimb@redhat.com>
5263
5264 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5265 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5266
5267 2004-05-20 Jim Blandy <jimb@redhat.com>
5268
5269 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5270
5271 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5272
5273 * regset.h: Make prototype const-correct.
5274 * regset.c (regset_xmalloc): Make const-correct.
5275
5276 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5277
5278 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5279 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5280 (symbol_search_name): Declare.
5281
5282 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5283 (iter_name_next_hashed): Ditto.
5284 (iter_name_next_linear): Ditto.
5285 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5286
5287 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5288 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5289 (symbol_search_name): New function.
5290
5291 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5292
5293 * minsyms.c (build_minimal_symbol_hash_tables): Change
5294 test for adding to demangled hash table to check for difference
5295 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5296
5297 2004-05-19 Jim Blandy <jimb@redhat.com>
5298
5299 Use a constructor function to create regset structures.
5300 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5301 (struct regset): Use supply_regset_ftype. Add new
5302 'collect_regset' member.
5303 (regset_xmalloc): New declaration.
5304 * regset.c: New file.
5305 * am64-tdep.c (amd64_regset_from_core_section): Use
5306 regset_xmalloc to construct regset structures.
5307 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5308 * i386-tdep.c (i386_regset_from_core_section): Same.
5309 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5310 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5311 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5312 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5313 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5314 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5315 * Makefile.in (COMMON_OBS): Add regset.o.
5316 (regset.o): New rule.
5317
5318 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5319
5320 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5321 and pthread_cond_wait.c.
5322
5323 2004-05-18 Jim Blandy <jimb@redhat.com>
5324
5325 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5326 before the mach-specific switch, and then let the individual cases
5327 override the defaults, rather than leaving them uninitialized
5328 until the switch and then setting them in each case.
5329
5330 2004-05-18 Randolph Chung <tausq@debian.org>
5331
5332 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5333 millicode functions.
5334
5335 2004-05-18 Randolph Chung <tausq@debian.org>
5336
5337 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5338 references to dld_flags_buffer consistent.
5339
5340 2004-05-18 Randolph Chung <tausq@debian.org>
5341
5342 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5343 it for unwinding the stack.
5344
5345 2004-05-18 Randolph Chung <tausq@debian.org>
5346
5347 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5348 Undefine these so we can overide them using gdbarch.
5349
5350 2004-05-18 Randolph Chung <tausq@debian.org>
5351
5352 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5353 handling for 64-bit HPUX (elf).
5354
5355 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5356
5357 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5358 constants.
5359 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5360 * ia64-tdep.c (examine_prologue): Likewise.
5361 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5362 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5363
5364 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5365
5366 * vax-tdep.c (vax_return_value): Implement
5367 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5368
5369 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5370
5371 * vax-tdep.c (vax_return_value): Fix typo.
5372
5373 2004-05-17 Andrew Cagney <cagney@redhat.com>
5374
5375 * MAINTAINERS: Mark Salter was also responsible for
5376 testsuite/config/
5377
5378 * NEWS: Mention signal fixes.
5379
5380 2004-05-17 Randolph Chung <tausq@debian.org>
5381
5382 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5383 check to see if we are unwinding an export stub. Export stubs clobber
5384 the %rp in the call path and stores the original rp in a stack slot.
5385
5386 2004-05-17 Jim Blandy <jimb@redhat.com>
5387
5388 * MAINTAINERS: Update address for J.T. Conklin.
5389
5390 2004-05-17 Randolph Chung <tausq@debian.org>
5391
5392 * hppa-tdep.c: Remove superfluous #include's.
5393 * Makefile.in (hppa-tdep.o): Update dependencies.
5394
5395 2004-05-17 Randolph Chung <tausq@debian.org>
5396
5397 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5398 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5399 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5400 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5401 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5402 Remove static function declarations.
5403
5404 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5405
5406 * alphabsd-nat.c: Update copyright year.
5407 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5408
5409 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5410 and M68K_A2_REGNUM.
5411
5412 * m68k-tdep.c (m68k_svr4_return_value): Implement
5413 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5414
5415 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5416
5417 * sol-thread.c Update copyright year. Fix various coding
5418 standards violations. Tweak a few comments.
5419 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5420 Delete prototypes.
5421
5422 2004-05-15 Randolph Chung <tausq@debian.org>
5423
5424 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5425 as pointer instead of array reference since HPUX compiler does
5426 not accept unsized array arguments.
5427 * somsolib.c (dld_flags_buffer): Use constant array size.
5428
5429 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5430
5431 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5432 offset with decimal offset.
5433 (amd64obsd_sigcontext_addr): Return correct address for entire
5434 signal trampoline.
5435
5436 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5437 instead of get_frame_base.
5438
5439 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5440 (fill_gregset): Use regcache_raw_collect.
5441
5442 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5443 ppcobsd-tdep.c.
5444
5445 * config/sparc/tm-nbsd64.h: Remove file.
5446 * config/tm-sunos.h: Remove file.
5447
5448 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5449
5450 * rs6000-tdep.c (store_param_on_stack_p): New function,
5451 an improved version of some code extracted from skip_prologue().
5452 (skip_prologue): Use store_param_on_stack_p() to detect
5453 instructions saving a parameter on the stack. Detect when r0
5454 is used to save a parameter.
5455 Do not mark "li rx, SIMM" instructions as part of the prologue,
5456 unless the following instruction is also part of the prologue.
5457
5458 2004-05-14 Andrew Cagney <cagney@redhat.com>
5459
5460 * infrun.c (handle_inferior_event): Simplify
5461 STEP_OVER_UNDEBUGGABLE.
5462
5463 * infrun.c (handle_step_into_function): Delete function.
5464 (handle_inferior_event): Inline calls to
5465 handle_step_into_function.
5466
5467 2004-05-14 Jerome Guitton <guitton@gnat.com>
5468
5469 * rs6000-nat.c: Fix a comment.
5470
5471 2004-05-12 David Anderson <davea@sgi.com>
5472
5473 Committed by Jim Blandy <jimb@redhat.com>:
5474 * regcache.c (struct regcache_descr): fix comment spelling.
5475
5476 2004-05-13 J. Brobecker <brobecker@gnat.com>
5477
5478 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5479 Fixes a link link failure.
5480
5481 2004-05-13 J. Brobecker <brobecker@gnat.com>
5482
5483 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5484 error that was causing the build to fail.
5485
5486 2004-05-13 J. Brobecker <brobecker@gnat.com>
5487
5488 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5489 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5490
5491 2004-05-13 Andrew Cagney <cagney@redhat.com>
5492
5493 * infrun.c (handle_inferior_event): Check for
5494 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5495 calls. Update comments.
5496
5497 2004-05-13 Jim Blandy <jimb@redhat.com>
5498
5499 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5500 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5501 (store_regs_user_thread, store_regs_kernel_thread): Use
5502 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5503 * ppc-linux-nat.c (fill_gregset): Same.
5504 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5505 (ppc_linux_sigtramp_cache): Same.
5506 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5507 (ppcnbsd_sigtramp_cache_init): Same.
5508 * rs6000-nat.c (fetch_core_registers): Same.
5509 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5510 (rs6000_frame_cache): Same.
5511
5512 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5513 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5514 of assuming that the gprs are numbered starting with zero.
5515 * ppc-linux-nat.c (fill_gregset): Same.
5516 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5517 * ppcnbsd-nat.c (getregs_supplies): Same.
5518 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5519 * rs6000-nat.c (fetch_core_registers): Same.
5520 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5521
5522 2004-05-07 Michael Snyder <msnyder@redhat.com>
5523
5524 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5525 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5526
5527 2004-05-13 Andrew Cagney <cagney@redhat.com>
5528
5529 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5530
5531 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5532
5533 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5534 base_address for shared libraries.
5535
5536 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5537
5538 * MAINTAINERS (write after approval): Add myself.
5539
5540 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5541
5542 * breakpoint.c (bpstat_stop_status): Add new argument
5543 STOPPED_BY_WATCHPOINT. Use it instead of testing
5544 target_stopped_data_address agaist 0 to check whether
5545 or not we stopped due to a hardware watchpoint.
5546 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5547 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5548 with new argument.
5549
5550 2004-05-12 Jim Blandy <jimb@redhat.com>
5551
5552 * configure.in: When checking whether we should use the -bbigtoc
5553 option, don't forget to restore the original value of LDFLAGS.
5554 * configure: Regenerated.
5555
5556 2004-05-12 Andrew Cagney <cagney@redhat.com>
5557
5558 * thread.c (load_infrun_state): Delete step_sp.
5559 * infrun.c (context_switch): Ditto.
5560 * inferior.h (step_sp): Ditto.
5561 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5562 * gdbthread.h (struct thread_info, save_infrun_state)
5563 (restore_infrun_state): Ditto.
5564
5565 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5566
5567 * MAINTAINERS (write after approval): Add myself.
5568
5569 2004-05-12 Andrew Cagney <cagney@redhat.com>
5570
5571 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5572 eliminate reference to step_sp.
5573 (struct execution_control_state, init_execution_control_state)
5574 (handle_inferior_event, keep_going): Delete update_step_sp and
5575 step_sp.
5576 * infcmd.c (step_sp): Note that variable is unused.
5577
5578 2004-05-11 Andrew Cagney <cagney@redhat.com>
5579
5580 * infrun.c (step_over_function): Delete function.
5581 (handle_step_into_function): Use insert_step_resume_breakpoint.
5582 (insert_step_resume_breakpoint): Fix assertion.
5583
5584 2004-05-11 Nick Roberts <nickrob@gnu.org>
5585
5586 * utils.c (defaulted_query): Just use the normal query input type
5587 when printing the annotations.
5588
5589 2004-05-11 Andrew Cagney <cagney@redhat.com>
5590
5591 * infrun.c (handle_inferior_event): Simplify code handling
5592 step-into or return-from a signal trampoline.
5593
5594 2004-05-11 Andrew Cagney <cagney@redhat.com>
5595
5596 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5597 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5598
5599 2004-05-10 Jim Blandy <jimb@redhat.com>
5600
5601 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5602 with a call to internal_error.
5603
5604 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5605 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5606 processor variant lacks those registers.
5607 (ppc_floating_point_unit_p): Change description to make it clear
5608 that this returns info about the ISA, not the ABI.
5609 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5610 return true or false by checking tdep->ppc_fp0_regnum and
5611 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5612 arch/mach switching done in rs6000_gdbarch_init; it's better to
5613 keep that logic there, and just check the results here.
5614 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5615 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5616 floating-point registers.
5617 (ppc_supply_fpregset, ppc_collect_fpregset)
5618 (rs6000_push_dummy_call, rs6000_extract_return_value)
5619 (rs6000_store_return_value): Assert that we have floating-point
5620 registers.
5621 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5622 (rs6000_frame_cache): Don't note the locations at which
5623 floating-point registers were saved if we have no fprs.
5624 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5625 registers.
5626 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5627 (store_regs_user_thread, store_regs_kernel_thread): Only call
5628 supply_fprs / fill_fprs if we actually have floating-point
5629 registers.
5630 (special_register_p): Check ppc_fpscr_regnum before matching
5631 against it.
5632 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5633 supply / collect fpscr if we don't have it.
5634 * ppc-bdm.c: #include "gdb_assert.h".
5635 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5636 have floating-point registers, since I can't test this code on
5637 FP-free systems to adapt it.
5638 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5639 fpscr and floating point register numbers if they don't exist.
5640 (fetch_register): Assert that we have floating-point registers
5641 before we reach the code that handles them.
5642 (store_register): Same. And use tdep instead of calling
5643 gdbarch_tdep again.
5644 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5645 don't have them.
5646 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5647 fprs and fpscr if we don't have them.
5648 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5649 don't have them.
5650 * ppcnbsd-nat.c: #include "gdb_assert.h".
5651 (getfpregs_supplies): Assert that we have floating-point registers.
5652 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5653 * ppcobsd-tdep.c: #include "gdb_assert.h".
5654 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5655 have floating-point registers.
5656 * rs6000-nat.c (regmap): Don't match against the fpscr and
5657 floating point register numbers if they don't exist.
5658 (fetch_inferior_registers, store_inferior_registers,
5659 fetch_core_registers): Only fetch / store / supply the
5660 floating-point registers and the fpscr if we have them.
5661 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5662 (ppcobsd-tdep.o): Update dependencies.
5663
5664 2004-05-10 Andrew Cagney <cagney@redhat.com>
5665
5666 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5667 (context_switch): Do not switch through_sigtramp_breakpoint.
5668 * gdbthread.h (save_infrun_state, load_infrun_state)
5669 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5670 and structure member.
5671 * thread.c (load_infrun_state, save_infrun_state): Update.
5672
5673 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5674
5675 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5676
5677 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5678
5679 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5680 throughout.
5681 * aclocal.m4: Regenerate.
5682
5683 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5684
5685 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5686
5687 2004-05-10 Andrew Cagney <cagney@redhat.com>
5688
5689 * infrun.c (check_sigtramp2): Delete function.
5690 (handle_inferior_event): When single stepping, and taking a
5691 signal, set a breakpoint at the signal return address. Delete
5692 redundant calls to check_sigtramp2.
5693 (insert_step_resume_breakpoint): New function.
5694 (through_sigtramp_breakpoint, handle_inferior_event)
5695 (follow_exec, wait_for_inferior, fetch_inferior_event)
5696 (currently_stepping, keep_going): Delete most uses of
5697 through_sigtramp_breakpoint, not that it should be deleted.
5698 (delete_breakpoint_current_contents): Delete function.
5699
5700 2004-05-10 Randolph Chung <tausq@debian.org>
5701
5702 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5703 target.
5704 * config/pa/tm-linux.h: New file.
5705
5706 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5707
5708 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5709 of prefixes. Don't print the prefix twice in the CLI.
5710
5711 2004-05-10 Jim Blandy <jimb@redhat.com>
5712
5713 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5714 collect all the gprs.
5715
5716 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5717 loop collecting gprs.
5718
5719 2004-05-09 Andrew Cagney <cagney@redhat.com>
5720
5721 * remote-vx.c (net_step): Delete step-range code.
5722 * remote.c (remote_resume, init_all_packet_configs)
5723 (set_remote_protocol_E_packet_cmd)
5724 (show_remote_protocol_E_packet_cmd)
5725 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5726 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5727 (show_remote_protocol_e_packet_cmd): Ditto.
5728
5729 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5730
5731 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5732
5733 * hppa-tdep.h: Update copyright year.
5734 (struct trad_frame_saved_reg): Add opaque declaration.
5735
5736 * amd64-tdep.c (amd64_return_value): Implement
5737 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5738
5739 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5740 (m68k_value_to_register): New functions.
5741 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5742 value_to_register.
5743
5744 * defs.h (enum return_value_convention): Add
5745 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5746 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5747 * infcmd.c (legacy_return_value): New function.
5748 (print_return_value): Rwerite to implement
5749 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5750 * values.c (using_struct_return): Check for inequality to
5751 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5752 RETURN_VALUE_STRUCT_CONVENTION.
5753 * i386-tdep.c (i386_return_value): Implement
5754 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5755
5756 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5757 include "symtab.h", "opcode/vax.h" and "inferior.h".
5758 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5759 to read_memory_unsigned_integer.
5760 (vax_gdbarch_init): Reorder.
5761 (_initialize_vax_tdep): Spell out prototype.
5762 * Makefile.in (vax-tdep.o): Update dependencies.
5763
5764 2004-05-08 Andrew Cagney <cagney@redhat.com>
5765
5766 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5767 * target.c (target_detach, target_disconnect): Ditto.
5768
5769 * infcall.c (call_function_by_hand): When no
5770 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5771 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5772 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5773 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5774 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5775
5776 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5777 * gdbarch.h, gdbarch.c: Re-generate.
5778 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5779 deprecated_fix_call_dummy.
5780 * v850-tdep.c (v850_gdbarch_init): Ditto.
5781 * infcall.c (call_function_by_hand): Do not call
5782 DEPRECATED_FIX_CALL_DUMMY.
5783
5784 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5785 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5786 * gdbarch.h, gdbarch.c: Re-generate.
5787 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5788 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5789 deprecated_sizeof_call_dummy_words.
5790 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5791 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5792 * v850-tdep.c (v850_gdbarch_init): Ditto.
5793 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5794 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5795 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5796 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5797 * arch-utils.h (legacy_call_dummy_words)
5798 (legacy_sizeof_call_dummy_words): Delete declarations.
5799 * arch-utils.c (legacy_call_dummy_words)
5800 (legacy_sizeof_call_dummy_words): Delete variables.
5801
5802 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5803 * gdbarch.h, gdbarch.c: Re-generate.
5804 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5805 * infcall.c (call_function_by_hand): Eliminate call to
5806 DEPRECATED_PUSH_DUMMY_FRAME.
5807 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5808 push_dummy_frame.
5809 (ns32k_push_dummy_frame): Delete function.
5810
5811 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5812 deprecated_call_dummy_breakpoint_offset or
5813 deprecated_call_dummy_start_offset.
5814 * dummy-frame.c, arm-tdep.c: Update comments.
5815 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5816 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5817 * gdbarch.h, gdbarch.c: Re-generate.
5818
5819 * infcall.c (legacy_push_dummy_code): Delete function.
5820 (push_dummy_code): Delete call.
5821
5822 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5823 * gdbarch.h, gdbarch.c: Re-generate.
5824 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5825 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5826 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5827 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5828
5829 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5830 (struct frame_info): Delete opaque declaration.
5831 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5832 * frame.c (get_frame_type): Delete call.
5833
5834 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5835 pc_in_call_dummy.
5836 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5837 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5838
5839 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5840
5841 * alphanbsd-tdep.c: Include "gdb_string.h".
5842 * armnbsd-tdep.c: Update copyright year.
5843 Include "gdb_string.h".
5844 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5845 dependencies.
5846
5847 * delta68-nat.c: Remove file.
5848 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5849 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5850 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5851 (delta68-nat.o): Remove dependency.
5852
5853 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5854 function.
5855 (m68k_gdbarch_init): Don't set
5856 deprecated_frameless_function_invocation.
5857
5858 2004-05-07 Randolph Chung <tausq@debian.org>
5859
5860 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5861 read_memory_nobpt for code reading when doing frame unwinding.
5862 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5863
5864 2004-05-07 Randolph Chung <tausq@debian.org>
5865
5866 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5867 instead of sp, handle sigaltstack case.
5868 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5869 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5870 signal handler and not that of the caller.
5871 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5872 hppa_linux_sigtramp_find_sigcontext.
5873
5874 2004-05-07 Randolph Chung <tausq@debian.org>
5875
5876 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5877 hppa-linux-nat.c.
5878 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5879 * hppa-linux-nat.c (fetch_register, store_register): Define.
5880 (fetch_inferior_registers, store_inferior_registers): Define.
5881 (supply_gregset): Add comment and clean up some unneeded code.
5882 (fill_gregset): Add comment and fix so that it saves registers in
5883 the right place in the gregset.
5884 (fill_fpregset): Fix buffer overrun problem.
5885 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5886
5887 2004-05-07 Randolph Chung <tausq@debian.org>
5888
5889 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5890 do common handling of the pcoqt register.
5891 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5892 to use helper function.
5893 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5894 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5895 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5896 generic fallback unwinder when all else fails.
5897 (hppa_gdbarch_init): Add fallback sniffer.
5898 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5899 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5900 to use helper function.
5901
5902 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5903
5904 * config/djgpp/fnchange.lst: Add translation rules for
5905 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5906
5907 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5908
5909 * frame.c (get_prev_frame_1): Work around GCC bug.
5910 * frame.h: Add comment about GCC bug.
5911
5912 2004-05-07 Andrew Cagney <cagney@redhat.com>
5913
5914 * observer.c: Include "commands.h" and "gdbcmd.h".
5915 (observer_debug, _initialize_observer): Add the
5916 command "set/show debug observer".
5917 * observer.sh: When observer debugging, log notify calls.
5918 * Makefile.in (observer.o): Update dependencies.
5919
5920 2004-05-07 Jason Molenda (jmolenda@apple.com)
5921
5922 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5923
5924 2004-05-07 Jim Blandy <jimb@redhat.com>
5925
5926 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5927 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5928 to recognize gpr regnums, instead of assuming that
5929 tdep->ppc_fp0_regnum marks the end of the general-purpose
5930 registers.
5931
5932 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5933 the given architecture has floating-point registers.
5934
5935 2004-05-07 Andrew Cagney <cagney@redhat.com>
5936
5937 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5938 macro defined to 1.
5939 * gdbarch.h, gdbarch.c: Re-generate.
5940 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5941 deprecated_use_generic_dummy_frames.
5942
5943 2004-05-07 Brian Ford <ford@vss.fsi.com>
5944
5945 * NEWS: Mention Cygwin DWARF 2 support.
5946
5947 2004-05-07 Andrew Cagney <cagney@redhat.com>
5948
5949 * objfiles.h (struct entry_info): Delete unused fields
5950 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5951 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5952 * mipsread.c (mipscoff_symfile_read): Update.
5953 * mdebugread.c (parse_partial_symbols): Update.
5954 * dwarfread.c (read_file_scope): Update.
5955 * dwarf2read.c (read_file_scope): Update.
5956 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5957 * coffread.c (complete_symtab): Update.
5958
5959 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5960
5961 * infcall.c (_initialize_infcall): Fix typo.
5962
5963 2004-05-07 Andrew Cagney <cagney@redhat.com>
5964
5965 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5966 * command.h (add_setshow_zinteger_cmd): Declare.
5967
5968 2004-05-06 Randolph Chung <tausq@debian.org>
5969
5970 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5971 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5972 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5973 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5974 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5975 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5976 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5977 definitions ...
5978 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5979 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5980 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5981 (hppa64_hpux_frame_find_saved_regs_in_sig)
5982 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5983 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5984 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5985 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5986 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5987 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5988 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5989 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5990 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5991 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5992 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5993 (hppa32_register_type, hppa_cannot_store_register)
5994 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5995 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5996 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5997 * pa64solib.c (pa64_solib_have_load_event)
5998 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5999 (pa64_solib_unloaded_library_pathname): Likewise.
6000 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6001 (som_solib_library_pathname): Likewise.
6002
6003 2004-05-05 Jim Ingham <jingham@apple.com>
6004
6005 * breakpoint.c (create_breakpoints): Copy the ignore count and
6006 thread id over from the pended breakpoint to the actual
6007 breakpoint.
6008
6009 2004-05-05 Andrew Cagney <cagney@redhat.com>
6010
6011 * gdbarch.sh (PARM_BOUNDARY): Delete.
6012 gdbarch.h, gdbarch.c: Re-generate.
6013 * valops.c (PARM_BOUNDARY): Delete macro.
6014 (value_push): Delete PARM_BOUNDARY code.
6015 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6016
6017 2004-05-04 Jim Blandy <jimb@redhat.com>
6018
6019 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6020 Don't assume that the gprs, fprs, and UISA sprs are
6021 contiguous, start at register number zero, and end with fpscr.
6022 Instead, use the numbers from the tdep structure.
6023
6024 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6025 should no longer be used in code specific to the RS6000 and its
6026 derivatives.
6027 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6028 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6029 tdep->ppc_fp0_regnum.
6030 (ppc_supply_fpregset, ppc_collect_fpregset)
6031 (rs6000_push_dummy_call, rs6000_extract_return_value)
6032 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6033 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6034 FP0_REGNUM.
6035 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6036 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6037 Same.
6038 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6039 bdm_ppc_store_registers): Same.
6040 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6041 (store_register, fill_fpregset): Same.
6042 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6043 (ppc_linux_supply_fpregset): Same.
6044 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6045 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6046 Same.
6047 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6048 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6049 ppc64_sysv_abi_return_value): Same.
6050 * rs6000-nat.c (regmap, fetch_inferior_registers)
6051 (store_inferior_registers, fetch_core_registers): Same.
6052
6053 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6054
6055 * m68knbsd-nat.c: Remove file.
6056 * m68knbsd-tdep.c: Remove file.
6057 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6058 dependencies.
6059 * configure.host: Add m68k-*-netbsdelf*.
6060 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6061 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6062 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6063 (XM_FILE): Remove.
6064 * config/m68k/nbsdelf.mh: New file.
6065 * config/m68k/nbsd.mt: New file.
6066 * config/m68k/nbsdaout.mt: Remove file.
6067 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6068 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6069 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6070 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6071 (use_struct_convention): Remove prototype.
6072 (USE_STRUCT_CONVENTION): Remove define.
6073 * config/m68k/xm-nbsd.h: Remove file.
6074
6075 2004-05-04 Michael Snyder <msnyder@redhat.com>
6076
6077 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6078 reg_struct_return method (as gcc usually does for cross targets).
6079
6080 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6081
6082 Committed by Andrew Cagney.
6083 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6084 alignment padding when accessing ucontext struct members.
6085
6086 2004-05-04 Jim Blandy <jimb@redhat.com>
6087
6088 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6089 'ppc_gplast_regnum' member.
6090 (ppc_num_gprs): New enum constant.
6091 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6092 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6093 * rs6000-nat.c (regmap, fetch_inferior_registers,
6094 store_inferior_registers): Same.
6095 * rs6000-tdep.c (e500_pseudo_register_read)
6096 (e500_pseudo_register_write): Same.
6097 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6098
6099 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6100 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6101 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6102 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6103 FPLAST_REGNUM.
6104 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6105 Same.
6106 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6107 * rs6000-nat.c (regmap, fetch_inferior_registers)
6108 (store_inferior_registers): Same.
6109
6110 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6111 with FPLAST_REGNUM.
6112
6113 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6114
6115 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6116 failure detected by recent versions of GCC.
6117 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6118 to be consistent with the usage in dwarf2_create_include_psymtab.
6119
6120 2004-05-03 Michael Snyder <msnyder@redhat.com>
6121
6122 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6123 (heuristic_proc_start): Whitespace cleanup.
6124
6125 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6126
6127 * sun3-nat.c: Remove file.
6128 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6129 dependencies.
6130 (ALLDEPFILES): Remove sun3-nat.c.
6131 (sun3-nat.o): Remove dependencies.
6132
6133 * i386-interix-nat.c, i386-interix-tdep.c,
6134 config/i386/nm-interix.h, config/i386/interix.mh,
6135 config/i386/interix.mt: Remove files.
6136 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6137 dependencies.
6138
6139 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6140
6141 * m68k-tdep.h (struct gdbarch_tdep): Add member
6142 struct_value_regnum.
6143 (m68k_svr4_init_abi): New prototype.
6144 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6145 different calling conventions.
6146 (m68k_extract_return_value): Remove code dealing with single-field
6147 structs.
6148 (m68k_store_return_value): Remove code dealing with single-field
6149 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6150 (m68k_extract_struct_value_address): Remove function.
6151 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6152 (m68k_reg_struct_return_p, m68k_return_value)
6153 (m68k_svr4_return_value): New functions.
6154 (m68k_use_struct_convention): Remove function.
6155 (m68k_push_dummy_call): Use new struct_value_regnum member of
6156 `struct gdbarch_tdep' instead of hardcoded register number to
6157 store STRUCT_ADDR.
6158 (m68k_svr4_init_abi): New function.
6159 (m68k_gdbarch_init): Don't set extract_return_value,
6160 store_return_values, deprecated_extract_struct_value_address and
6161 use_struct_convention. Set return_value instead. Initialize new
6162 struct_value_regnum member of `struct gdbarch_tdep'.
6163 * m68klinux-tdep.c: Update copyright year.
6164 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6165 (m68k_linux_extract_struct_value_address): Remove function.
6166 (m68k_linux_init_abi): Don't set extract_return_value,
6167 store_return_values, deprecated_extract_struct_value_address and
6168 use_struct_convention. Call m68k_svr4_init_abi but override the
6169 new struct_value_regnum member of `struct gdbarch_tdep'.
6170 * Makefile.in (m68k-tdep.o): Update dependencies.
6171
6172 2004-05-03 J. Brobecker <brobecker@gnat.com>
6173
6174 * dwarf2read.c (line_header): Add new included_p field in
6175 field file_names.
6176 (partial_die_info): New field has_stmt_list. New field line_offset.
6177 (dwarf2_create_include_psymtab): New function.
6178 (dwarf2_build_include_psymtabs): New function.
6179 (add_file_name): Add forward declaration. Initialize new field.
6180 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6181 to be able to determine the list of files included by the
6182 given unit, and build their associated psymtabs.
6183 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6184 files as well.
6185 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6186 (read_file_scope): Update call to dwarf_decode_lines.
6187 (read_partial_die): Handle DW_AT_stmt_list attributes.
6188
6189 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6190
6191 Unfix PR gdb/1626.
6192 * configure.in: Revert special case for osf5.*.
6193 * configure: Regenerate.
6194
6195 2004-05-02 Jim Blandy <jimb@redhat.com>
6196
6197 Move the symbol-file-from-memory functions into their own file.
6198 * symfile-mem.c, symfile-mem.h: New files.
6199 * symfile.c (symbol_file_add_from_bfd): New function.
6200 (symbol_file_add): Call symbol_file_add_from_bfd.
6201 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6202 Moved to symfile-mem.c.
6203 (_initialize_symfile): Move definition of
6204 add-symbol-file-from-memory command to symfile-mem.c.
6205 * symfile.h (symbol_file_add_from_bfd): New declaration.
6206 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6207 * config/powerpc/linux.mt (TDEPFILES): Same.
6208 * Makefile.in (SFILES): Add symfile-mem.c.
6209 (symfile_mem_h): New variable.
6210 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6211 (symfile-mem.o): New rule.
6212
6213 2004-05-01 Andrew Cagney <cagney@redhat.com>
6214
6215 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6216 frame_find_by_id instead of frame_relative_level.
6217 (do_enable_breakpoint): Ditto.
6218 * thread.c: Update copyright.
6219 (info_threads_command): Ditto, simplify.
6220
6221 * frame.c (deprecated_generic_get_saved_register): Delete
6222 function, moved to "xstormy16-tdep.c".
6223 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6224 deprecated_generic_get_saved_register from "frame.c".
6225 (xstormy16_frame_saved_register): Call
6226 xstormy16_get_saved_register.
6227 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6228 static.
6229 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6230 * frame.h (deprecated_generic_get_saved_register): Delete.
6231
6232 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6233
6234 * dwarfread.c: Update documentation on the state of dwarf-1.
6235
6236 2004-05-01 Andrew Cagney <cagney@redhat.com>
6237
6238 * stack.c (select_frame_command): Delete call to
6239 frame_relative_level.
6240 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6241 Delete #if0 code.
6242 (frame_info): Do not print FRAMELESS.
6243 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6244 (catch_info): Delete #if0 code.
6245
6246 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6247 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6248 of frame_relative_level.
6249 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6250 to SENTINEL_FRAME.
6251 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6252 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6253 frame_relative_level.
6254
6255 * frame.h (deprecated_set_frame_type): Delete declaration.
6256 * frame.c (deprecated_set_frame_type): Delete function, update
6257 comments.
6258
6259 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6260 * gdbarch.h, gdbarch.c: Re-generate.
6261 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6262 (shnbsd_pc_in_sigtramp): Delete.
6263 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6264 pc_in_sigtramp.
6265 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6266 pc_in_sigtramp.
6267 * frame.h: Update comments.
6268 * ppc-linux-tdep.c: Update comments.
6269 * breakpoint.c (bpstat_what): Update comments.
6270
6271 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6272 m68klinux-tdep.o's dependencies, were previously added to
6273 m68klinux-nat.o.
6274
6275 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6276 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6277 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6278 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6279 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6280
6281 * Makefile.in (m68klinux-nat.o): Update dependencies.
6282 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6283 (m68k_linux_sigtramp_frame_cache)
6284 (m68k_linux_sigtramp_frame_this_id)
6285 (m68k_linux_sigtramp_frame_prev_register)
6286 (m68k_linux_sigtramp_frame_unwind)
6287 (m68k_linux_sigtramp_frame_sniffer)
6288 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6289 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6290 names, use trad-frame.h.
6291 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6292 (struct m68k_sigtramp_info): Delete.
6293 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6294 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6295 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6296 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6297 "m68klinux-tdep.c".
6298
6299 * infrun.c (check_sigtramp2): Delete check for
6300 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6301
6302 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6303
6304 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6305
6306 2004-05-01 Andrew Cagney <cagney@redhat.com>
6307
6308 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6309 (frv_linux_sigtramp_frame_cache)
6310 (frv_linux_sigtramp_frame_this_id)
6311 (frv_linux_sigtramp_frame_prev_register)
6312 (frv_linux_sigtramp_frame_unwind)
6313 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6314 include "linux" in function and variable names, directly call
6315 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6316 the latest trad-frame code.
6317 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6318 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6319 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6320 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6321 * frv-tdep.c (frv_sigtramp_frame_cache)
6322 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6323 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6324 frv-linux-tdep.c.
6325 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6326 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6327 (frv_set_sigcontext_reg_addr): Delete function.
6328
6329 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6330 (DEPRECATED_SIGTRAMP_END): Delete.
6331 * gdbarch.h, gdbarch.c: Re-generate.
6332 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6333 * config/vax/tm-vaxbsd.h: Update copyright.
6334 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6335 (DEPRECATED_IN_SIGTRAMP): Define.
6336 * config/m68k/tm-nbsd.h: Update copyright.
6337 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6338 (DEPRECATED_IN_SIGTRAMP): Define.
6339
6340 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6341
6342 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6343 encondings. Fixes PR gdb/1628.
6344
6345 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6346 DW_CFA_restore state without a matching DW_CFA_remember_state
6347 instead of aborting. Fixes PR backtrace/1589.
6348
6349 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6350
6351 * MAINTAINERS: Add self as AIX maintainer.
6352 Update my e-mail address in write-after-approval section.
6353
6354 2004-04-30 Andrew Cagney <cagney@redhat.com>
6355
6356 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6357 (legacy_get_prev_frame): Ditto.
6358
6359 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6360 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6361 * mipsread.c (sigtramp_address): Delete extern variable.
6362 (mipscoff_new_init): Delete reference.
6363 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6364 (fixup_sigtramp): Delete function.
6365 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6366 (fixup_sigtramp): Delete declarations.
6367
6368 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6369 deprecated_pc_in_sigtramp.
6370 (ppcnbsd_pc_in_sigtramp): Delete function.
6371
6372 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6373
6374 * config/m68k/nm-nbsd.h: Tweak comments.
6375 * config/m68k/nm-nbsdaout.h: Likewise.
6376
6377 2004-04-30 Andrew Cagney <cagney@redhat.com>
6378
6379 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6380 legacy_pc_in_sigtramp.
6381 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6382
6383 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6384
6385 Add OpenBSD/m68k support.
6386 * NEWS (New native configurations): Mention OpenBSD/m68k.
6387 * m68kbsd-tdep.c: New file.
6388 * m68kbsd-nat.c: New file.
6389 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6390 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6391 * configure.host: Add m68k-*-openbsd.
6392 * configure.tgt: Add m68k-*-openbsd.
6393 * config/m68k/tm-obsd.h: New file.
6394 * config/m68k/obsd.mt: New file.
6395 * config/m68k/obsd.mh: New file.
6396 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6397 m68kbsd-tdep.c.
6398
6399 2004-04-30 Andrew Cagney <cagney@redhat.com>
6400
6401 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6402 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6403
6404 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6405
6406 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6407 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6408
6409 2004-04-30 Brian Ford <ford@vss.fsi.com>
6410
6411 Revert 2004-04-16 change.
6412 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6413 (i386_coff_init_abi): Remove.
6414 * i386-tdep.h (i386_coff_init_abi): Remove.
6415 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6416
6417 2004-04-30 Andrew Cagney <cagney@redhat.com>
6418
6419 * blockframe.c (find_pc_partial_function): Delete use of
6420 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6421 DEPRECATED_SIGTRAMP_END.
6422
6423 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6424 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6425 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6426 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6427 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6428
6429 * defs.h (deprecated_inside_entry_file): Delete declaration.
6430 * blockframe.c (deprecated_inside_entry_file): Delete function.
6431 (legacy_frame_chain_valid): Delete call.
6432 * sh64-tdep.c (sh64_frame_chain): Delete call.
6433 * objfiles.h: Update comments.
6434 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6435 call.
6436 * frame.c (get_prev_frame): Delete call, update comments.
6437
6438 2004-04-30 Brian Ford <ford@vss.fsi.com>
6439
6440 * MAINTAINERS (Write After Approval): Add myself.
6441
6442 2004-04-30 Andrew Cagney <cagney@redhat.com>
6443
6444 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6445 * gdbarch.h, gdbarch.c: Re-generate.
6446 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6447 code.
6448
6449 2004-04-30 Andrew Cagney <cagney@redhat.com>
6450
6451 * gdb-events.sh (selected_thread_changed)
6452 (selected_frame_level_changed, target_changed): Delete.
6453 * gdb-events.h, gdb-events.c: Re-generate.
6454 * valops.c (value_assign): Update.
6455 * stack.c (select_frame_command, up_silently_base)
6456 (down_silently_base): Update.
6457
6458 2004-04-29 Andrew Cagney <cagney@redhat.com>
6459
6460 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6461 registers correctly.
6462 (print_gp_register_row, mips32_heuristic_proc_desc)
6463 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6464 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6465 references to mips_isa_regsize.
6466
6467 2004-04-29 Andrew Cagney <cagney@redhat.com>
6468
6469 * mips-tdep.c (struct gdbarch_tdep): Delete
6470 mips_fp_register_double.
6471 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6472 mips_abi_regsize.
6473 (mips_gdbarch_init): Do not set mips_fp_register_double.
6474 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6475
6476 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6477
6478 Committed by Andrew Cagney.
6479 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6480 function calls.
6481
6482 2004-04-29 Andrew Cagney <cagney@redhat.com>
6483
6484 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6485 gdbarch, use mips_abi, update callers.
6486 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6487 mips_abi_regsize, update callers.
6488 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6489 mips_default_abi_regsize.
6490 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6491 mips_default_abi_regsize.
6492
6493 2004-04-29 Andrew Cagney <cagney@redhat.com>
6494
6495 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6496 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6497 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6498 mips_default_abi_regsize.
6499 (mips_isa_regsize): Rename mips_regisze.
6500 * mipsnbsd-tdep.c: Update.
6501 * mips-linux-tdep.c: Update.
6502 * irix5-nat.c: Update.
6503 * mips-tdep.h (mips_isa_regsize): Update.
6504
6505 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6506 Delete all disabled code.
6507 * gdb-events.h, gdb-events.c: Re-generate.
6508
6509 2004-04-19 Jerome Guitton <guitton@gnat.com>
6510 Mark Kettenis <kettenis@gnu.org>
6511
6512 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6513 the function begins with a branch instruction.
6514
6515 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6516
6517 * i386-tdep.c: Fix spelling mistakes.
6518
6519 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6520 Andrew Cagney <cagney@redhat.com>
6521
6522 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6523 <sys/proc.h>.
6524 * acconfig.h: Provide default _KMEMUSER value.
6525 * config.in, configure: Re-generate.
6526 * NEWS: Mention fix.
6527
6528 2004-04-24 Randolph Chung <tausq@debian.org>
6529
6530 * configure.host (hppa*-*-linux*): New target.
6531 * configure.tgt (hppa*-*-linux*): Likewise.
6532 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6533 gdbarch_init_osabi() call earlier so that osabi-specific frame
6534 unwinders can be registered first.
6535 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6536 hppa-linux-nat.c.
6537 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6538 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6539 * config/pa/linux.mh: New file.
6540 * config/pa/linux.mt: New file.
6541 * config/pa/nm-linux.h: New file.
6542 * config/pa/xm-linux.h: New file.
6543 * hppa-linux-nat.c: New file.
6544 * hppa-linux-tdep.c: New file.
6545
6546 2004-04-28 Randolph Chung <tausq@debian.org>
6547
6548 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6549 return values.
6550 (hppa32_push_dummy_call): Fix small struct and floating point argument
6551 passing, and make sure the stack frame is properly aligned.
6552
6553 2004-04-28 Andrew Cagney <cagney@redhat.com>
6554
6555 * stack.c (print_stack_frame): Fix description.
6556
6557 * NEWS: Mention gdb/gdbserver/configure execute permission
6558 changed. PR server/519.
6559
6560 2004-04-28 Andrew Cagney <cagney@redhat.com>
6561
6562 * stack.c (print_stack_frame_stub): Delete declaration.
6563 (struct print_stack_frame_args, print_stack_frame)
6564 (print_frame_info, print_frame): Replace "source" with print what.
6565 Replace "print" with "print_level". Replace "args" with
6566 "print_args".
6567 * frame.h (show_and_print_stack_frame, print_stack_frame)
6568 (print_frame_info): Update declarations.
6569 * stack.c (select_and_print_frame, frame_command)
6570 (current_frame_command, up_command, down_command): Update calls -
6571 use get_selected_frame, pass "enum print_what" for source, do not
6572 call frame_relative_level.
6573 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6574 * remote-rdp.c (remote_rdp_open): Ditto.
6575 * remote-mips.c (common_open): Ditto.
6576 * remote-e7000.c (e7000_start_remote): Ditto.
6577 * ocd.c (ocd_start_remote): Ditto.
6578 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6579 * infrun.c (normal_stop): Ditto.
6580 * inflow.c (kill_command): Ditto.
6581 * infcmd.c (finish_command): Ditto.
6582 * corelow.c (core_open): Ditto.
6583 * tracepoint.c (finish_tfind_command): Ditto.
6584 * thread.c (info_threads_command, info_threads_command)
6585 (restore_current_thread, do_captured_thread_select): Ditto.
6586 * ada-tasks.c (task_command): Ditto.
6587
6588 2004-04-26 Orjan Friberg <orjanf@axis.com>
6589
6590 * frame.c: Include "observer.h".
6591 (frame_observer_target_changed): New function.
6592 (_initialize_frame): Attach target_changed observer.
6593 * regcache.c: Include "observer.h".
6594 (regcache_observer_target_changed): New function.
6595 (_initialize_regcache): Attach target_changed observer.
6596 * valops.c: Include "observer.h".
6597 (value_assign): Notify target_changed event when modifying register.
6598 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6599
6600 2004-04-26 Orjan Friberg <orjanf@axis.com>
6601
6602 From Paul Koning <pkoning@equallogic.com>:
6603 * breakpoint.c (free_valchain): New function.
6604 (insert_bp_location, delete_breakpoint): Use free_valchain.
6605 (remove_breakpoint): Do not remove the valchain.
6606 (bpstat_stop_status): If not stopped by watchpoint, skip
6607 watchpoints when generating stop status list.
6608 * infrun.c (handle_inferior_event): Make
6609 stepped_after_stopped_by_watchpoint a global variable.
6610 * remote.c (remote_stopped_data_address): Return watch data
6611 address rather than zero if stepped_after_stopped_by_watchpoint is
6612 set.
6613
6614 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6615
6616 Fix PR gdb/1626.
6617 * configure.in: Check for curses after termcap.
6618 On osf5.*, do not check for ncurses.
6619 * configure: Regenerate.
6620
6621 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6622
6623 * ppcobsd-nat.c: Include "ppc-tdep.h".
6624 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6625
6626 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6627 Fixes PR tdep/1623 and PR tdep/1624.
6628
6629 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6630
6631 * xmodem.h, xmodem.c: Remove files.
6632 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6633
6634 2004-04-23 Randolph Chung <tausq@debian.org>
6635
6636 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6637 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6638 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6639 for handling stackless frames.
6640 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6641
6642 2004-04-23 Randolph Chung <tausq@debian.org>
6643
6644 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6645 starts at a pc before the frame is created.
6646
6647 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6648
6649 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6650
6651 2004-04-23 Jerome Guitton <guitton@gnat.com>
6652
6653 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6654 use convert_typed_floating to get the appropriate format.
6655
6656 2004-04-22 Randolph Chung <tausq@debian.org>
6657
6658 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6659 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6660 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6661 (hppa_sign_extend): Add prototype.
6662 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6663 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6664 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6665 hppa targets will also use these functions.
6666 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6667 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6668 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6669 (hppa_gdbarch_init): Remove gdbarch setting of
6670 skip_trampoline_code, in_solib_call_trampoline and
6671 in_solib_return_trampoline.
6672 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6673 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6674 hppa_in_solib_call_trampoline.
6675 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6676 Moved from hppa-tdep.c.
6677 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6678 in_solib_call_trampoline and in_solib_return_trampoline.
6679
6680 2004-04-22 Randolph Chung <tausq@debian.org>
6681
6682 * hppa-tdep.c (hppa_debug): New variable.
6683 (find_unwind_entry, hppa_frame_cache): Add debug output.
6684 (_initialize_hppa_tdep): Add command to set debug flag.
6685
6686 2004-04-22 Andrew Cagney <cagney@redhat.com>
6687
6688 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6689 "trad-frame.h".
6690 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6691 signal trampoline unwinder.
6692 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6693
6694 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6695
6696 Add OpenBSD/powerpc support.
6697 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6698 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6699 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6700 (ppc_collect_fpregset): New prototypes.
6701 * ppcobsd-nat.c: New file.
6702 * ppcobsd-tdep.c: New file.
6703 * ppcobsd-tdep.h: New file.
6704 * rs6000-tdep.c: Include "regset.h".
6705 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6706 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6707 New functions.
6708 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6709 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6710 (rs6000-tdep.o): Update dependencies.
6711 * configure.host: Add powerpc-*-openbsd.
6712 * configure.tgt: Add powerpc-*-openbsd.
6713 * config/powerpc/obsd.mh: New file.
6714 * config/powerpc/nm-obsd.h: New file.
6715 * config/powerpc/obsd.mt: New file.
6716
6717 2004-04-22 Andrew Cagney <cagney@redhat.com>
6718
6719 * frame.h (show_frame_info): Delete declaration.
6720
6721 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6722 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6723 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6724 * frv-tdep.c (frv_frame_this_id): Ditto.
6725 * avr-tdep.c (avr_frame_this_id): Ditto.
6726
6727 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6728
6729 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6730
6731 2004-04-22 Jim Blandy <jimb@redhat.com>
6732
6733 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6734 register number zero.
6735
6736 2004-04-21 Michael Snyder <msnyder@redhat.com>
6737
6738 * mips-tdep.c (heuristic_proc_start):
6739 Warning() already prefixes "Warning: ".
6740
6741 2004-04-21 Andrew Cagney <cagney@redhat.com>
6742
6743 * annotate.h (deprecated_annotate_starting_hook)
6744 (deprecated_annotate_stopped_hook)
6745 (deprecated_annotate_exited_hook)
6746 (deprecated_annotate_signal_hook)
6747 (deprecated_annotate_signalled_hook): Deprecate.
6748 * tracepoint.h (deprecated_create_tracepoint_hook)
6749 (deprecated_delete_tracepoint_hook)
6750 (deprecated_modify_tracepoint_hook)
6751 (deprecated_trace_find_hook)
6752 (deprecated_trace_start_stop_hook): Deprecate.
6753 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6754 * remote.h (deprecated_target_resume_hook)
6755 (deprecated_target_wait_loop_hook): Deprecate.
6756 * gdbcore.h (deprecated_exec_file_display_hook)
6757 (deprecated_file_changed_hook): Deprecate.
6758 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6759 * defs.h (deprecated_modify_breakpoint_hook)
6760 (deprecated_command_loop_hook, deprecated_show_load_progress)
6761 (deprecated_print_frame_info_listing_hook)
6762 (deprecated_query_hook, deprecated_warning_hook)
6763 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6764 (deprecated_delete_breakpoint_hook)
6765 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6766 (deprecated_readline_begin_hook, deprecated_readline_hook)
6767 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6768 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6769 (deprecated_context_hook, deprecated_target_wait_hook)
6770 (deprecated_attach_hook, deprecated_detach_hook)
6771 (deprecated_call_command_hook, deprecated_set_hook)
6772 (deprecated_error_hook, deprecated_error_begin_hook)
6773 (deprecated_ui_load_progress_hook): Deprecate.
6774 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6775 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6776 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6777 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6778 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6779 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6780 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6781 * annotate.c, aix-thread.c: Update.
6782
6783 2004-04-21 Andrew Cagney <cagney@redhat.com>
6784
6785 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6786 * vaxnbsd-tdep.c: Include "gdb_string.h".
6787
6788 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6789 (add_symbol_file_from_memory_command): #if 0 function body, call
6790 error instead.
6791
6792 2004-04-21 Andrew Cagney <cagney@redhat.com>
6793
6794 * gdbcore.h: Update copyright.
6795 (deprecated_add_core_fns): Rename add_core_fns.
6796 * win32-nat.c (_initialize_core_win32): Update.
6797 * sun3-nat.c (_initialize_core_sun3): Update.
6798 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6799 * rs6000-nat.c (_initialize_core_rs6000): Update.
6800 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6801 * nto-tdep.c (_initialize_nto_tdep): Update.
6802 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6803 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6804 * mips-nat.c (_initialize_core_mips): Update.
6805 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6806 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6807 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6808 * lynx-nat.c (_initialize_core_lynx): Update.
6809 * irix5-nat.c (_initialize_core_irix5): Update.
6810 * i386-interix-nat.c (_initialize_core_interix): Update.
6811 * cris-tdep.c (_initialize_cris_tdep): Update.
6812 * corelow.c (deprecated_add_core_fns): Update.
6813 * core-regset.c (_initialize_core_regset): Update.
6814 * core-aout.c (_initialize_core_aout): Update.
6815 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6816 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6817 * alpha-nat.c (_initialize_core_alpha): Update.
6818
6819 2004-04-21 Jim Blandy <jimb@redhat.com>
6820
6821 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6822
6823 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6824
6825 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6826 Delete.
6827 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6828 (read_attribute_value): Update calls to dwarf_alloc_block.
6829 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6830 dwarf2_tmp_obstack.
6831 (psymtab_to_symtab_1): Likewise. Clean up using
6832 free_stack_comp_unit.
6833 (add_to_cu_func_list): Use the comp_unit_obstack.
6834
6835 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6836
6837 * dwarf2read.c (dwarf2_flag_true_p): New function.
6838 (die_is_declaration): Use the function above. Add some comments.
6839
6840 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6841
6842 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6843 architecture when registering sparcnbsd_core_osabi_sniffer.
6844 Adjust comment.
6845
6846 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6847
6848 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6849 return value.
6850
6851 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6852 * i386-tdep.c: Correct register numbering scheme comments
6853 throughout.
6854 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6855 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6856 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6857 (i386_gdb_arch_init): Likewise.
6858
6859 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6860 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6861 ppcnbsd-tdep.o.
6862
6863 * m68k-tdep.h: Tweak comments.
6864 * m68k-tdep.c: Tweak comment.
6865
6866 2004-04-17 Randolph Chung <tausq@debian.org>
6867
6868 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6869 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6870 (hppa_hpux_som_init_abi): Set is_elf to 0.
6871 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6872 * hppa-tdep.c (low_text_segment_address): Remove global.
6873 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6874 section offset to calculate segment address.
6875 (internalize_unwinds): Define low_text_segment_address as local and
6876 pass to record_text_segment_lowaddr for ELF targets.
6877 (hppa_gdbarch_init): Zero fill tdep structure.
6878 (hppa_dump_tdep): Print tdep structure.
6879 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6880
6881 2004-04-17 Randolph Chung <tausq@debian.org>
6882
6883 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6884 (hppa_gdbarch_init): Set pseudo_register_read.
6885 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6886 * regcache.c (supply_register): Remove check for
6887 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6888
6889 2004-04-17 Randolph Chung <tausq@debian.org>
6890
6891 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6892 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6893 (hpread_adjust_stack_address): Move to hpread.c.
6894 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6895 obj_private_struct): Move from tm-hppa.h.
6896 * hpread.c (hppa-tdep.h): Include.
6897 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6898 (hpread_read_function_type, hpread_read_doc_function_type)
6899 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6900 directly.
6901 * pa64solib.c (hppa-tdep.h): Include.
6902 * somsolib.c (hppa-tdep.h): Include.
6903 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6904 inferior_status): Remove unused forward declarations.
6905 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6906 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6907 obj_private_struct): Move to hppa-tdep.h.
6908 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6909
6910 2004-04-17 Randolph Chung <tausq@debian.org>
6911
6912 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6913 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6914 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6915 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6916 Remove forward declaration and make static.
6917 (hppa_reg_struct_has_addr): Remove.
6918
6919 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6920
6921 * observer.sh: Move comments in sed command to first column.
6922
6923 2004-04-16 Jason Molenda (jmolenda@apple.com)
6924
6925 * frame.c: Minor typeo corrections in comments.
6926
6927 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6928
6929 * observer.c (observer_test_first_notification_function): Update
6930 function profile.
6931 (observer_test_second_notification_function): Likewise.
6932 (observer_test_third_notification_function): Likewise.
6933
6934 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6935
6936 From Brian Ford <ford@vss.fsi.com>:
6937 * i386-tdep.c (i386_coff_init_abi): New function.
6938 * i386-tdep.h (i386_coff_init_abi): New prototype.
6939 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6940 register number translation functions for DWARF and DWARF 2.
6941
6942 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6943
6944 * dwarf2read.c: Back out my previous change, it was incorrect.
6945
6946 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6947
6948 * dwarf2read.c: Include "hashtab.h".
6949 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6950 has_namespace_info.
6951 (struct partial_die_info): Add comments. Use bitfields to reduce
6952 memory footprint. Add scope, scope_set, has_specification,
6953 spec_offset, die_parent, die_child, and die_sibling.
6954 (peek_die_abbrev): Add prototype.
6955 (partial_read_comp_unit_head): New function, broken out from
6956 dwarf2_build_psymtabs_hard.
6957 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6958 Use partial_read_comp_unit_head. Initialize the CU and
6959 comp_unit_obstack. Update calls to read_partial_die and
6960 scan_partial_symbols. Use free_stack_comp_unit and
6961 load_partial_dies.
6962 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6963 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6964 Update calls to helper functions. Remove NAMESPACE argument.
6965 Update comments.
6966 (partial_die_parent_scope, partial_die_full_name): New functions.
6967 (add_partial_symbol): Remove namespace argument. Update call to
6968 pdi_needs_namespace. Use partial_die_full_name. Handle
6969 DW_TAG_namespace. Check has_namespace_info flag.
6970 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6971 tag. Handle namespaces.
6972 (add_partial_namespace, add_partial_enumeration): Simplify.
6973 (guess_structure_name): New function, derived from
6974 add_partial_structure.
6975 (add_partial_structure): Remove.
6976 (determine_class_name): Update comment.
6977 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6978 (is_type_tag_for_partial, load_partial_dies): New functions.
6979 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6980 Record specifications instead of following them immediately.
6981 (find_partial_die_in_comp_unit, find_partial_die)
6982 (fixup_partial_die, free_stack_comp_unit)
6983 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6984 (partial_die_hash, partial_die_eq): New functions.
6985 * Makefile.in (hashtab_h): Define.
6986 (dwarf2read.o): Update dependencies.
6987 (observer_inc, observer_h): Move to the correct section.
6988
6989 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6990
6991 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6992 (die_is_declaration): Use the function above. Add comment.
6993
6994 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6995
6996 * dwarf2read.c (read_structure_scope): Identify stub types
6997 using die_is_declaration() only.
6998
6999 2004-04-15 Roland McGrath <roland@redhat.com>
7000
7001 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7002 argument instead of NAME.
7003 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7004 in call to symbol_file_add_with_addrs_or_offsets.
7005 (build_addr_info): New function, helper for ...
7006 (symbol_file_add_from_memory): New function.
7007 (add_symbol_file_from_memory_command): New function using that.
7008 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7009 (pre_add_symbol_hook): Add const to argument type.
7010 * symfile.h (symbol_file_add_from_memory): Declare it.
7011
7012 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7013
7014 * NEWS (New native configurations): Mention OpenBSD/vax.
7015 * configure.host: Add vax-*-openbsd*.
7016 * config/vax/obsd.mh: New file.
7017 * config/vax/nm-obsd.h: New file.
7018
7019 * vax-tdep.c: Include "regset.h".
7020 (vax_supply_gregset): New function.
7021 (vax_gregset): New variable.
7022 (vax_regset_from_core_section): New function.
7023 (vax_gdbarch_init): Set regset_from_core_section.
7024 * Makefile.in (vax-tdep.o): Update dependencies.
7025
7026 2004-04-15 Andrew Cagney <cagney@redhat.com>
7027
7028 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7029 (observer_normal_stop_notification_stub)
7030 (observer_attach_normal_stop, observer_detach_normal_stop):
7031 Delete, replaced by #include "observer.inc".
7032 * infrun.c (normal_stop): Pass "stop_bpstat" to
7033 observer_notify_normal_stop.
7034 * Makefile.in (observer_inc): Define.
7035 (observer.o): Update dependencies.
7036 (observer.h, observer.inc): New rules.
7037 * observer.h: Delete file.
7038 * observer.sh: New file.
7039
7040 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7041
7042 * vax-tdep.c (vax_frame_cache): Fix typo.
7043
7044 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7045
7046 * NEWS (New native configurations): Mention NetBSD/vax.
7047 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7048 * config/vax/nbsdelf.mh: New file.
7049 * config/vax/nbsdaout.mh: New file.
7050 * config/vax/nm-nbsd.h: New file.
7051 * config/vax/nm-nbsdaout.h: New file.
7052
7053 * vaxnbsd-tdep.c: New file.
7054 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7055 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7056 * config/vax/nbsd.mt: New file.
7057 * config/vax/tm-nbsd.h: New file.
7058
7059 * Makefile.in (vaxbsd-nat.o): New dependency.
7060
7061 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7062 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7063 struct_addr arguments. Don't push return value address.
7064 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7065 arguments to vax_store_arguments. Store return value address in
7066 R1.
7067 (vax_store_struct_return, vax_extract_return_value)
7068 (vax_store_return_value): Remove functions.
7069 (vax_return_value): New function.
7070 (vax_gdbarch_init): Set return value. Don't set
7071 deprecated_store_struct_return, deprecated_extract_struct_return
7072 and deprecated_store_return_value.
7073
7074 2004-04-14 Andreas Schwab <schwab@suse.de>
7075
7076 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7077 value buffer.
7078 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7079
7080 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7081
7082 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7083 (vax_unwind_dummy_id): New functions.
7084 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7085 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7086 variables.
7087 (vax_fix_call_dummy): Remove function.
7088 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7089 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7090 call_dummy_location, deprecated_call_dummy_words,
7091 deprecated_sizeof_call_dummy_words,
7092 deprecated_call_dummy_breakpoint_offset,
7093 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7094 and deprecated_dummy_write_sp.
7095
7096 2004-04-13 David Carlton <carlton@kealia.com>
7097
7098 * MAINTAINERS: Move myself to "paper trail" section.
7099
7100 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7101
7102 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7103 "trad-frame.h".
7104 (vax_frame_init_saved_regs): Remove function.
7105 (vax_sigtramp_saved_pc): Remove function.
7106 (vax_frame_saved_pc): Remove function.
7107 (vax_frame_args_address): Remove function.
7108 (vax_frame_num_args): Rewrite.
7109 (vax_frame_chain): Remove function.
7110 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7111 VAX_FP_REGNUM.
7112 (vax_pop_frame): Likewise.
7113 (vax_saved_pc_after_call): Remove function.
7114 (struct vax_frame_cache): New structure.
7115 (vax_frame_cache): New function.
7116 (vax_frame_this_id): New function.
7117 (vax_frame_prev_register): New function.
7118 (vax_frame_unwind): New variable.
7119 (vax_frame_sniffer): New function.
7120 (vax_frame_base_address): New function.
7121 (vax_frame_args_address): New function.
7122 (vax_frame_base): New variable.
7123 (vax_unwind_pc): New function.
7124 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7125 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7126 deprecated_frame_chain, deprecated_frame_saved_pc,
7127 deprecated_frame_args_address and
7128 deprecated_frame_init_saved_regs.
7129 * Makefile.in (vax-tdep.o): Update dependencies.
7130
7131 * vaxbsd-nat.c: New file.
7132
7133 * vax-tdep.h: Update copyright year. Adjust comments.
7134 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7135 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7136 (vax_regnum): New enum. Replacing...
7137 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7138 (VAX_PS_REGNUM): ... these removed macros.
7139 * vax-tdep.c (vax_register_name): Remove prototype.
7140 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7141 (vax_register_byte, vax_register_raw_size,
7142 vax_register_virtual_size, vax_register_virtual_type): Remove
7143 functions.
7144 (vax_register_type): New function.
7145 (vax_breakpoint_from_pc): Reorganize.
7146 (vax_gdbarch_init): Set register_type. Don't set
7147 deprecated_register_size, deprecated_register_bytes,
7148 deprecated_register_byte, deprecated_register_raw_size,
7149 deprecated_max_register_raw_size,
7150 deprecated_register_virtual_size,
7151 deprecated_max_register_virtual_size and
7152 deprecated_register_virtual_type. Add comment on stack direction.
7153
7154 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7155
7156 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7157 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7158 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7159
7160 2004-04-10 Randolph Chung <tausq@debian.org>
7161
7162 * MAINTAINERS (write after approval): Add myself.
7163
7164 2004-04-07 Randolph Chung <tausq@debian.org>
7165
7166 * hppa-tdep.c (hppa_inner_than): Remove.
7167 (is_pa_2): Remove unused static variable.
7168 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7169
7170 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7171
7172 * language.h (language_defn): Add new la_post_parser field.
7173 * parser-defs.h (null_post_parser): New declaration (default for
7174 la_post_parser).
7175
7176 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7177 insert call to that function.
7178 (parse_exp_in_context): New function, including code formerly in
7179 parse_exp_1. Calls language-dependent post-parser after
7180 prefixification.
7181 (parse_expression_in_context): New exported function.
7182 (null_post_parser): New definition.
7183 * expression.h (parse_expression_in_context): Add declaration.
7184
7185 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7186 * c-lang.c (c_language_defn): Ditto.
7187 (cplus_language_defn): Ditto.
7188 (asm_language_defn): Ditto.
7189 (minimal_language_defn): Ditto.
7190 * f-lang.c (f_language_defn): Ditto.
7191 * jv-lang.c (java_language_defn): Ditto.
7192 * language.c (unknown_language_defn): Ditto.
7193 (auto_language_defn): Ditto.
7194 (local_language_defn): Ditto.
7195 * m2-lang.c (m2_language_defn): Ditto.
7196 * scm-lang.c (scm_language_defn): Ditto.
7197 * obj-lang.c (objc_language_defn): Ditto.
7198
7199 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7200
7201 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7202 (amd64nbsd_mcontext_addr): New function.
7203 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7204 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7205 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7206
7207 * corelow.c (core_xfer_partial): Fix coding standards violation.
7208 Add support for TARGET_OBJECT_WCOOKIE.
7209
7210 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7211 deprecated_pc_in_sigtramp.
7212 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7213 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7214 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7215 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7216 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7217 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7218 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7219
7220 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7221 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7222 Fix typo.
7223
7224 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7225 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7226 (amd64_collect_fxsave): Likewise.
7227
7228 * i386-sol2-tdep.c: Include "gdb_string.h".
7229 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7230 name.
7231 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7232
7233 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7234
7235 * i386-sol2-tdep.c: Include "solib-svr4.h".
7236 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7237 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7238 * config/i386/tm-i386sol2.h: Include :solib.h".
7239 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7240 solib-svr4.o and solib-legacy.o.
7241 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7242 solib-svr4.o.
7243
7244 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7245
7246 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7247 whether a register is supplied by PTRACE_GETFPREGS.
7248 (store_inferior_registers): Likewise.
7249 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7250 whether a register is supplied by PT_GETFPREGS.
7251 (store_inferior_registers): Likewise.
7252
7253 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7254 * config/i386/linux64.mt (TDEPFILES): Likewise.
7255
7256 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7257
7258 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7259 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7260 the program counter is in the range specified by `struct
7261 gdbarch_tdep'.
7262 * amd64-linux-tdep.c: Include "symtab.h".
7263 (amd64_linux_pc_in_sigtramp): Remove function.
7264 (amd64_linux_sigtramp_p): New function.
7265 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7266 deprecated_pc_in_sigtramp.
7267 * amd64nbsd-tdep.c: Include "symtab.h".
7268 (amd64nbsd_sigtramp_p): New function.
7269 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7270 deprecated_pc_in_sigtramp.
7271 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7272 few comments.
7273 (amd64obsd_pc_in_sigtramp): Remove function.
7274 (amd64obsd_sigtramp_p): New function.
7275 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7276 deprecated_pc_in_sigtramp.
7277 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7278 (i386bsd_pc_ins_sigtramp): Remove prototype.
7279 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7280 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7281 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7282 the program counter is in the range specified by `struct
7283 gdbarch_tdep'.
7284 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7285 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7286 (i386_go32_pc_in_sigtramp): Remove function.
7287 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7288 Initialize TDEP->sigtramp_p.
7289 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7290 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7291 deprecated_pc_in_sigtramp.
7292 * i386-linux-tdep.c: Adjust comments.
7293 (i386_linux_pc_in_sigtramp): Remove function.
7294 (i386_linux_sigtramp_p): New function.
7295 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7296 deprecated_pc_in_sigtramp.
7297 * i386-nto-tdep.c: Update copyright year.
7298 (i386nto_pc_in_sigtramp): Remove function.
7299 (i386nto_sigtramp_p): New function.
7300 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7301 SP_REGNUM.
7302 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7303 deprecated_pc_in_sigtramp.
7304 * i386-sol2-tdep.c: Update copyright year.
7305 (i386_sol2_pc_in_sigtramp): Remove function.
7306 (i386_sol2_sigtramp_p): New function.
7307 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7308 deprecated_pc_in_sigtramp.
7309 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7310 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7311 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7312 deprecated_sigtramp_start and deprecated_sigtramp_end.
7313 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7314 (i386nbsd_pc_in_sigtramp): Remove function.
7315 (i386nbsd_sigtramp_p): New function.
7316 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7317 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7318 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7319 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7320 (i386obsd_pc_in_sigtramp): Remove function.
7321 (i386obsd_sigtramp_p): New function.
7322 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7323 functions.
7324 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7325 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7326 TDEP->sigtramp_p.
7327 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7328 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7329 dependencies.
7330
7331 * config/i386/i386aout.mt: Remove file.
7332
7333 * configure.tgt: Remove i[34567]86-*-go32*,
7334 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7335 and i[34567]86-*-isc*. Set gdb_target to i386 for
7336 i[34567]86-*-netware* and i[34567]86-*-*.
7337 * config/i386/i386.mt: New file.
7338 * config/i386/embed.mt: Remove file.
7339 * config/i386/go32.mt: Remove file.
7340 * config/i386/i386nw.mt: Remove file.
7341 * config/i386/i386v.mt: Remove file.
7342 * config/i386/tm-go32.h: Remove file.
7343
7344 * tui/tui-hooks.c: Include "readline/readline.h" after
7345 "gdb_curses.h" instead of before.
7346 * tui/tui-io.c: Likewise.
7347
7348 * tui/tui.c: Fix typo in comment.
7349
7350 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7351
7352 2004-04-08 Andrew Cagney <cagney@redhat.com>
7353
7354 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7355 (deprecated_exception_support_initialized): Declare.
7356 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7357 (initialize_hp_cxx_exception_support)
7358 (child_enable_exception_callback): Update.
7359 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7360 (deprecated_exception_support_initialized): Rename
7361 deprecated_exception_catchpoints_are_fragile and
7362 deprecated_exception_support_initialized.
7363 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7364
7365 * symtab.c (deprecated_hp_som_som_object_present): Rename
7366 hp_som_som_object_present.
7367 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7368 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7369 Update. Delete extern declaration.
7370 * valops.c (hp_som_som_object_present): Ditto.
7371 * parse.c (deprecated_hp_som_som_object_present)
7372 (parse_nested_classes_for_hpacc): Ditto.
7373 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7374 * hppa-hpux-tdep.c (hp_som_som_object_present)
7375 (initialize_hp_cxx_exception_support): Ditto.
7376 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7377 * cp-valprint.c (hp_som_som_object_present)
7378 (cp_print_class_method): Ditto.
7379 * c-typeprint.c (hp_som_som_object_present):
7380 (c_type_print_base): Ditto.
7381 * c-exp.y (hp_som_som_object_present): Ditto.
7382
7383 2004-04-08 Andrew Cagney <cagney@redhat.com>
7384
7385 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7386 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7387 (frame_unwind_find_by_frame): Re-implement the unwind code so
7388 that it can both prepend and append sniffers. Replace
7389 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7390 * tramp-frame.c (tramp_frame_append): Use
7391 frame_unwind_prepend_unwinder.
7392 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7393 frame_unwind_register_unwinder.
7394 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7395 tramp_frame_append.
7396 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7397 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7398 (mips_linux_init_abi): Update.
7399
7400 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7401
7402 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7403 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7404 file support.
7405
7406 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7407
7408 * ia64-tdep.c (elf.h): Don't include.
7409 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7410
7411 2004-04-07 Jason Molenda (jmolenda@apple.com)
7412
7413 * frame.h: Typeo corrections in comments.
7414
7415 2004-04-07 Jim Blandy <jimb@redhat.com>
7416
7417 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7418 %esp and %ebp
7419
7420 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7421
7422 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7423 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7424 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7425 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7426 and solib-legacy.o.
7427 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7428 solib-svr4.o.
7429 * config/sparc/tm-sol2.h: Update copyright year. Include
7430 "solib.h".
7431
7432 * sparc-sol2-tdep.c: Update copyright year. Include
7433 "solib-svr4.h".
7434 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7435 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7436 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7437 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7438 dependencies.
7439
7440 2004-04-06 Andrew Cagney <cagney@redhat.com>
7441
7442 * infttrace.c: Include "infttrace.h".
7443 * infttrace.h: Include "target.h".
7444 * Makefile.in (infttrace_h): Update.
7445 (infttrace.o): Update.
7446
7447 2004-04-06 Andrew Cagney <cagney@redhat.com>
7448
7449 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7450 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7451 move extern declarations from here ...
7452 * infttrace.h: ... to here.
7453 * Makefile.in (hppah-nat.o): Update dependencies.
7454
7455 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7456 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7457 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7458 (hppa_breakpoint_from_pc): Delete.
7459
7460 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7461
7462 2004-04-05 Andrew Cagney <cagney@redhat.com>
7463
7464 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7465 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7466 <sys/file.h>.
7467
7468 2004-04-06 Randolph Chung <tausq@debian.org>
7469
7470 Committed by Andrew Cagney (mechanical change).
7471 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7472 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7473 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7474 child_enable_exception_callback, current_ex_event,
7475 null_symtab_and_line, child_get_current_exception_event,
7476 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7477 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7478 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7479 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7480 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7481 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7482 Move hpux-specific definitions ...
7483 * hppa-hpux-tdep.c: ... to here.
7484
7485 2004-04-05 Andrew Cagney <cagney@redhat.com>
7486
7487 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7488 skip_prologue_using_sal.
7489
7490 2004-04-05 Andrew Cagney <cagney@redhat.com>
7491
7492 * config/i386/tm-i386.h: Delete file.
7493 * config/i386/tm-vxworks.h: Update copyright, do not include
7494 "tm-i386.h".
7495 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7496 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7497 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7498 * config/i386/ncr3000.mt (TM_FILE): Delete.
7499 * config/i386/interix.mt (TM_FILE): Delete.
7500 * config/i386/i386v.mt (TM_FILE): Delete.
7501 * config/i386/i386nw.mt (TM_FILE): Delete.
7502 * config/i386/i386gnu.mt (TM_FILE): Delete.
7503 * config/i386/i386aout.mt (TM_FILE): Delete.
7504 * config/i386/embed.mt (TM_FILE): Delete.
7505
7506 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7507
7508 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7509 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7510 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7511 (accg7_regnum): New constants.
7512 (last_spr_regnum, last_pseudo_regnum): Update.
7513 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7514 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7515 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7516 for accg registers.
7517 (frv_register_sim_regno): Update spr_map[].
7518
7519 2004-04-04 Andrew Cagney <cagney@redhat.com>
7520
7521 * config/mips/xm-riscos.h: Delete.
7522 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7523 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7524 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7525 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7526 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7527 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7528 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7529 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7530 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7531 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7532 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7533 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7534 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7535 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7536 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7537 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7538 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7539 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7540 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7541 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7542 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7543 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7544 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7545 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7546 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7547 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7548
7549 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7550 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7551 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7552 * configure.host: Remove m680[01]0-sun-sunos3*,
7553 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7554 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7555 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7556 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7557 mips-*-riscos*.
7558 * NEWS: Mention removed systems.
7559
7560 2004-04-04 Andrew Cagney <cagney@redhat.com>
7561
7562 GDB 6.1 release created from 6.1 branch.
7563
7564 2004-04-04 Andrew Cagney <cagney@redhat.com>
7565
7566 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7567 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7568 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7569
7570 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7571 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7572 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7573
7574 2004-04-03 Jim Blandy <jimb@redhat.com>
7575
7576 * MAINTAINERS: Chris Faylor has changed employers; add him to
7577 "paper trail" section, and update his E-mail address.
7578
7579 2004-04-03 Andrew Cagney <cagney@redhat.com>
7580
7581 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7582 generic dummy frames.
7583 * dummy-frame.c: Update copyright.
7584 (dummy_frame_sniffer): Delete check for generic dummy frames.
7585
7586 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7587 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7588 (REG_PARM_STACK_SPACE): Delete.
7589 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7590 Inline reference to REG_PARM_STACK_SPACE.
7591
7592 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7593 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7594 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7595 (FRAME_BASE_BEFORE_SIGTRAMP)
7596 (hppa32_hpux_frame_base_before_sigtramp)
7597 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7598 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7599 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7600 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7601 (FRAME_BASE_BEFORE_SIGTRAMP)
7602 (hppa64_hpux_frame_base_before_sigtramp)
7603 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7604
7605 2004-04-03 Andrew Cagney <cagney@redhat.com>
7606
7607 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7608
7609 2004-04-02 Andrew Cagney <cagney@redhat.com>
7610
7611 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7612 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7613 * dummy-frame.h: Delete out-of-date comments.
7614 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7615 * gdbarch.h, gdbarch.c: Re-generate.
7616
7617 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7618
7619 Committed by Andrew Cagney <cagney@redhat.com>.
7620 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7621 into account an instruction saving a register if we have already
7622 seen an earlier instruction saving that same register.
7623
7624 2004-04-02 Andrew Cagney <cagney@redhat.com>
7625
7626 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7627 * gdbarch.h, gdbarch.c: Re-generate.
7628 * frame.c (legacy_get_prev_frame): Delete references to
7629 DEPRECATED_INIT_FRAME_PC_FIRST.
7630
7631 * infrun.c (pc_in_sigtramp): Delete function.
7632 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7633 get_frame_type.
7634
7635 2004-04-02 Andrew Cagney <cagney@redhat.com>
7636
7637 * infrun.c (handle_step_into_function): Delete code conditional on
7638 legacy_frame_p.
7639 (handle_inferior_event, step_over_function): Ditto.
7640
7641 2004-04-02 Andrew Cagney <cagney@redhat.com>
7642
7643 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7644 "previous frame inner to this frame" test.
7645
7646 2004-04-02 Andrew Cagney <cagney@redhat.com>
7647
7648 * frame.c (safe_frame_unwind_memory): New function.
7649 * frame.h (safe_frame_unwind_memory): Declare. Update description
7650 of /safe_/ methods.
7651 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7652 "next_frame". Use safe_frame_unwind_memory.
7653 (tramp_frame_sniffer): Update call to tramp_frame_start.
7654
7655 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7656
7657 * dwarf2read.c (dwarf2_objfile_data_key): New.
7658 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7659 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7660 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7661 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7662 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7663 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7664 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7665 Remove variables.
7666 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7667 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7668 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7669 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7670 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7671 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7672 Remove macros.
7673 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7674 data.
7675 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7676 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7677 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7678 (read_partial_die, read_full_die, read_indirect_string)
7679 (dwarf_decode_line_header, dwarf_decode_macros)
7680 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7681 Update uses of removed variables.
7682 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7683 of removed macros.
7684 (_initialize_dwarf2_read): New function.
7685 * symfile.h (dwarf2_has_info): Update prototype.
7686 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7687 * elfread.c (elf_symfile_read): Likewise.
7688
7689 2004-04-01 Jim Blandy <jimb@redhat.com>
7690
7691 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7692 function for register numbers on all the rs6000-derived targets.
7693 (rs6000_gdbarch_init): Don't register a separate
7694 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7695 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7696 variants.
7697
7698 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7699 numbering.
7700
7701 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7702
7703 * valarith.c: Update copyright notice.
7704 (value_add): Handle range types.
7705 (value_sub): Ditto.
7706 (value_equal): Ditto.
7707 (value_less): Ditto.
7708 (value_neg): Ditto.
7709 (value_complement): Ditto.
7710 (value_binop): Simplify slightly by using is_integral_type and
7711 eliminiating unnecessary COERCE_ENUMs.
7712
7713 2004-03-31 Andrew Cagney <cagney@redhat.com>
7714
7715 * frame.h (frame_unwind_id): Declare.
7716 * frame.c (frame_unwind_id): New function.
7717 (get_prev_frame_1): New function.
7718 (frame_debug_got_null_frame): New function.
7719 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7720 code proper to prev_frame, update description.
7721 * infrun.c (step_over_function): Use frame_unwind_id.
7722
7723 2004-04-31 J. Brobecker <brobecker@gnat.com>
7724
7725 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7726 (hppa64_push_dummy_call): Likewise.
7727
7728 2004-03-30 Jim Blandy <jimb@redhat.com>
7729
7730 From Ulrich Weigand:
7731 * utils.c (query): Do not use a va_list variable multiple times.
7732
7733 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7734
7735 * Makefile.in (linux_nat_h): Update dependencies.
7736 * configure.in: Check for <gnu/libc-version.h>.
7737 * configure: Regenerate.
7738 * config.in: Regenerate.
7739 * linux-nat.h: Include "target.h". Add waitstatus field to
7740 struct lwp_info.
7741 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7742 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7743 to.
7744 (lin_lwp_handle_extended): New function. Handle clone events.
7745 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7746 thread exit events.
7747 (child_wait): Handle clone events.
7748 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7749 * linux-nat.c (linux_enable_event_reporting): Turn on
7750 PTRACE_O_TRACECLONE.
7751 (linux_handle_extended_wait): Handle clone events.
7752 * thread-db.c: Include <gnu/libc-version.h>.
7753 (struct private_thread_info): Add dying flag.
7754 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7755 higher.
7756 (attach_thread): Update comments. Handle dying threads.
7757 (detach_thread): Set the dying flag.
7758 (check_event): Always call attach_thread.
7759
7760 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7761
7762 * mips-tdep.c (mips_pdr_data): New.
7763 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7764 (_initialize_mips_tdep): Initialize mips_pdr_data.
7765
7766 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7767
7768 * minsyms.c (install_minimal_symbols): Move dropping leading
7769 char from linkage name from here...
7770 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7771 test for "__gnu_compiled*" symbols.
7772
7773 2004-03-28 Jim Blandy <jimb@redhat.com>
7774
7775 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7776 registers to temp register r0 and byte stores as prologue
7777 instructions.
7778
7779 2004-03-28 Andrew Cagney <cagney@redhat.com>
7780
7781 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7782 arm*-*-*.
7783
7784 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7785
7786 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7787 and switch the layout to force a display of register window.
7788
7789 2004-02-26 J. Brobecker <brobecker@gnat.com>
7790
7791 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7792 of the INTEGER class.
7793
7794 2004-03-26 Jim Blandy <jimb@redhat.com>
7795
7796 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7797 bytes long on PPC GNU/Linux.
7798
7799 2004-03-26 David Carlton <carlton@kealia.com>
7800
7801 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7802
7803 2004-03-25 Andrew Cagney <cagney@redhat.com>
7804
7805 * PROBLEMS: Add general section titles, remove references to
7806 specific releases.
7807
7808 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7809
7810 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7811 INT_REGISTER_SIZE.
7812 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7813 FP_REGISTER_VIRTUAL_SIZE.
7814 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7815 of DEPRECATED_REGISTER_RAW_SIZE.
7816 (arm_register_type): Add gdbarch argument.
7817 (arm_register_raw_size, arm_register_virtual_size): Delete.
7818 (arm_register_byte, arm_extract_return_value)
7819 (arm_store_return_value, arm_get_longjmp_target): Update references
7820 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7821 (arm_gdbarch_init): Likewise. Don't set
7822 deprecated_register_raw_size, deprecated_register_virtual_size,
7823 deprecated_max_register_raw_size,
7824 deprecated_max_register_virtual_size, or
7825 deprecated_max_register_virtual_type. Do set register_type.
7826 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7827 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7828 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7829 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7830 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7831 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7832 INT_REGISTER_SIZE.
7833 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7834 (remote_rdp_store_register): Likewise.
7835
7836 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7837
7838 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7839 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7840 to after osabi initialization.
7841 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7842 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7843 functions.
7844 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7845 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7846 variables.
7847 (mips_linux_init_abi): Append signal trampoline unwinders.
7848
7849 2004-03-24 Andrew Cagney <cagney@redhat.com>
7850
7851 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7852 * tramp-frame.c: Include "gdb_assert.h".
7853 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7854 correct sizeof.
7855 (tramp_frame_append): Validate the tramp frame's instructions.
7856 * Makefile.in (tramp-frame.o): Update dependencies.
7857
7858 2004-03-23 Andrew Cagney <cagney@redhat.com>
7859
7860 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7861
7862 2004-03-23 Andrew Cagney <cagney@redhat.com>
7863
7864 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7865 Nasser as past testsuite/lib/ (and other) maintainers.
7866
7867 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7868
7869 * infcmd.c (attach_command): Reread symbols if we already have
7870 an exec file.
7871
7872 2004-03-23 Andrew Cagney <cagney@redhat.com>
7873
7874 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7875
7876 2004-03-23 Andrew Cagney <cagney@redhat.com>
7877
7878 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7879 * gdbarch.h, gdbarch.c: Re-generate.
7880 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7881 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7882 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7883 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7884 (DEPRECATED_SIGTRAMP_START): Update.
7885 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7886 (DEPRECATED_SIGTRAMP_START): Update.
7887 * blockframe.c (find_pc_sect_partial_function): Update.
7888 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7889
7890 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7891
7892 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7893 if necessary.
7894
7895 2004-03-23 Andrew Cagney <cagney@redhat.com>
7896
7897 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7898 predicate, deprecate.
7899 * gdbarch.h, gdbarch.c: Re-generate.
7900 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7901 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7902 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7903 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7904 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7905 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7906 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7907 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7908 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7909 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7910 * blockframe.c (find_pc_partial_function): Update.
7911 * breakpoint.c (bpstat_what): Update.
7912 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7913 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7914 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7915 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7916 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7917 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7918 * i386-nto-tdep.c (i386nto_init_abi): Update.
7919 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7920 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7921 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7922 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7923 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7924 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7925 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7926 * infrun.c (pc_in_sigtramp): Update.
7927 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7928 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7929 * mips-tdep.c (mips_gdbarch_init): Update.
7930 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7931 * ppc-linux-tdep.c: Update comment.
7932 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7933 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7934 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7935 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7936 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7937 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7938 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7939 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7940 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7941 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7942
7943 2004-03-23 Andrew Cagney <cagney@redhat.com>
7944
7945 * tramp-frame.h, tramp-frame.h: New files.
7946 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7947 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7948
7949 * Makefile.in: Update all dependencies.
7950
7951 2004-03-23 Andrew Cagney <cagney@redhat.com>
7952
7953 * Makefile.in (trad_frame_h): Add $(frame_h).
7954 * trad-frame.h: Update copyright. Include "frame.h".
7955 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7956 (trad_frame_set_id, trad_frame_get_id): Declare.
7957 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7958 * trad-frame.c: Update copyright.
7959 (struct trad_frame_cache): Define.
7960 (trad_frame_cache_zalloc): New function.
7961 (trad_frame_set_id, trad_frame_get_id): New functions.
7962 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7963
7964 2004-03-22 Andrew Cagney <cagney@redhat.com>
7965
7966 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7967 s390_pltstub_unwind_cache.
7968 (s390_stub_frame_unwind_cache): Rename
7969 s390_pltstub_frame_unwind_cache.
7970 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7971 (s390_stub_frame_prev_register): Rename
7972 s390_pltstub_frame_prev_register.
7973 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7974 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7975
7976 From Ulrich Weigand:
7977 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7978 pointer calls like PLT calls.
7979
7980 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7981
7982 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7983 PC rather than the partial function start address. Use the start
7984 address to sanity check the found PDR.
7985
7986 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7987
7988 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7989 linux_handle_extended_wait.
7990
7991 2004-03-22 Andrew Cagney <cagney@redhat.com>
7992
7993 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7994 function.
7995
7996 * frame.h (generic_pop_current_frame): Delete declaration.
7997 (deprecate_pop_dummy_frame): Deprecate
7998 generic_pop_dummy_frame.
7999 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8000 (generic_pop_current_frame): Delete function.
8001 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8002 generic_pop_current_frame.
8003 * v850-tdep.c (v850_pop_frame): Update.
8004 * mcore-tdep.c (mcore_pop_frame): Update.
8005 * sh64-tdep.c (sh64_pop_frame): Update.
8006 * h8300-tdep.c (h8300_pop_frame): Update.
8007
8008 2004-03-22 Andrew Cagney <cagney@redhat.com>
8009
8010 * frame.h (deprecated_pc_in_call_dummy): Rename
8011 generic_pc_in_call_dummy.
8012 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8013 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8014 generic_pc_in_call_dummy.
8015 (pc_in_dummy_frame): Make static.
8016 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8017 * gdbarch.h, gdbarch.c: Re-generate.
8018 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8019 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8020 (legacy_get_prev_frame): Ditto.
8021 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8022 comment.
8023
8024 2004-03-21 Andrew Cagney <cagney@redhat.com>
8025
8026 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8027 declaration and out-of-date comment.
8028 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8029 Delete function.
8030 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8031 deprecated_pc_in_call_dummy.
8032
8033 * infrun.c (handle_inferior_event): For non legacy frames, use the
8034 frame ID and frame type to identify a signal trampoline. Update
8035 comments.
8036
8037 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8038
8039 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8040 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8041
8042 2004-03-21 Andrew Cagney <cagney@redhat.com>
8043
8044 * frame-unwind.h: Update copyright.
8045 (struct frame_data): Add opaque declaration.
8046 (frame_sniffer_ftype): Declare.
8047 (struct frame_unwind): Add "unwind_data" and "sniffer".
8048 (frame_unwind_register_unwinder): Declare.
8049 (frame_unwind_find_by_frame): Add parameter "this_cache".
8050 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8051 (legacy_get_prev_frame, legacy_get_prev_frame)
8052 (get_frame_type): Pass the prologue_cache to
8053 frame_unwind_find_by_frame.
8054 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8055 "unwinder".
8056 (frame_unwind_register_unwinder): New function.
8057 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8058
8059 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8060
8061 * bcache.c (print_percentage): Use floating point to avoid
8062 incorrect results when portion*100 overflows.
8063
8064 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8065
8066 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8067 (ppc_linux_init_extra_frame_info)
8068 (ppc_linux_frameless_function_invocation)
8069 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8070 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8071 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8072 (rs6000_frame_chain): Delete declarations.
8073 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8074 (ppc_linux_init_extra_frame_info)
8075 (ppc_linux_frameless_function_invocation)
8076 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8077 (ppc_linux_init_abi): Remove registration of above deleted functions.
8078 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8079 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8080 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8081 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8082 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8083 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8084 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8085 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8086 frame management for all OSABIs.
8087
8088 2004-03-19 Andrew Cagney <cagney@redhat.com>
8089
8090 Committed by Kevin Buettner <kevinb@redhat.com>.
8091
8092 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8093 Update copyright.
8094 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8095 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8096 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8097 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8098 unwinders. #ifdef legacy frame code.
8099 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8100 "frame-base.h".
8101 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8102 (struct rs6000_frame_cache, rs6000_frame_cache)
8103 (rs6000_frame_this_id, rs6000_frame_prev_register)
8104 (rs6000_frame_sniffer, rs6000_frame_unwind)
8105 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8106 (rs6000_frame_base): Implement a traditional frame unwinder.
8107 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8108 frame unwinder.
8109
8110 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8111
8112 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8113 breakpoint address for watchpoints or the catch eventpoints.
8114 Add new paramter ``bptype''. Adjust all callers.
8115
8116 2004-03-19 Andrew Cagney <cagney@redhat.com>
8117
8118 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8119
8120 * PROBLEMS: Delete note that ARM does not use frame code, problem
8121 fixed.
8122
8123 2004-03-18 Andrew Cagney <cagney@redhat.com>
8124
8125 * stack.c (return_command): Delete code wrapped in #ifdef
8126 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8127
8128 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8129
8130 2004-03-18 Andrew Cagney <cagney@redhat.com>
8131
8132 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8133 DEPRECATED_IN_SIGTRAMP.
8134 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8135 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8136 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8137 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8138 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8139 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8140 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8141 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8142 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8143 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8144
8145 2004-03-18 Andrew Cagney <cagney@redhat.com>
8146
8147 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8148 (struct frame_base_table_entry): Define.
8149 (struct frame_base_table): Re-implement as a linked list.
8150 (frame_base_init): Re-implement.
8151 (frame_base_table): Delete function.
8152 (append_predicate): Delete function.
8153 (frame_base_append_sniffer): Update.
8154 (frame_base_set_default): Update.
8155 (frame_base_find_by_frame): Update.
8156 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8157 * Makefile.in (frame-base.o): Update dependencies.
8158
8159 2004-03-17 Andrew Cagney <cagney@redhat.com>
8160
8161 * frame.c (legacy_get_prev_frame): Pass correct frame to
8162 frame_unwind_find_by_frame.
8163
8164 2004-03-17 David Carlton <carlton@kealia.com>
8165
8166 * NEWS: Mention C++ nested types and namespaces
8167
8168 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8169
8170 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8171 and "Regressions since gdb 5.3.". Add known regressions since
8172 gdb 6.0.
8173
8174 2004-03-16 David Carlton <carlton@kealia.com>
8175
8176 * dwarf2read.c (process_structure_scope): Process children even
8177 when we're a declaration.
8178
8179 2004-03-16 Andrew Cagney <cagney@redhat.com>
8180
8181 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8182 * blockframe.c (find_pc_partial_function)
8183 (find_pc_sect_partial_function): Merge into a single
8184 find_pc_partial_function.
8185
8186 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8187
8188 * i386bsd-nat.c: s/regno/regnum/g.
8189 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8190 FP0_REGNUM.
8191 (store_inferior_registers): Likewise.
8192
8193 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8194
8195 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8196 of i387_fill_fsave.
8197 (store_inferior_registers): Call i387_collect_fsave and
8198 i387_collect_fxsave instead of i387_fill_fsave and
8199 i387_fill_fxsave.
8200
8201 2004-03-15 Andrew Cagney <cagney@redhat.com>
8202
8203 * Makefile.in (frame-unwind.o): Update dependencies.
8204 * frame-unwind.c: Include "gdb_obstack.h".
8205 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8206 parameter.
8207 (append_predicate): Delete function.
8208 (struct frame_unwind_table_entry): New structure.
8209 (struct frame_unwind_table): Replace "sniffer" with "head" and
8210 "tail".
8211 (frame_unwind_append_sniffer): Update.
8212 (frame_unwind_find_by_frame): Update.
8213 (_initialize_frame_unwind): Registe frame_unwind_init using
8214 gdbarch_data_register_pre_init.
8215
8216 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8217
8218 * i386bsd-nat.c: Update copyright year.
8219 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8220 define unconditionally.
8221
8222 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8223
8224 * i387-tdep.h (i387_collect_fsave): New prototype.
8225 * i387-tdep.c (i387_collect_fsave): New function containing most
8226 of the code from i387_fill_fsave.
8227 (i387_fill_fsave): Call i387_collect_fsave.
8228
8229 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8230
8231 * i386-linux-tdep.c: Update copyright year.
8232 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8233 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8234 svr4_ilp32_link_map_offsets instead of
8235 i386_linux_svr4_fetch_link_map_offsets.
8236
8237 2004-03-15 David Carlton <carlton@kealia.com>
8238
8239 Fix for PR c++/1553:
8240 * dwarf2read.c (read_structure_type): Determine type name by
8241 calling determine_class_name.
8242 (determine_class_name): New.
8243 (determine_prefix): Look at TYPE_TAG_NAME and call
8244 determine_class_name when appropriate.
8245 (determine_prefix_aux, class_name): Delete.
8246 (read_namespace): Set die->type.
8247
8248 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8249
8250 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8251 unused macro definition. The definition in target.h (or perhaps
8252 elsewhere) takes precedence.
8253
8254 2004-03-15 Andrew Cagney <cagney@redhat.com>
8255
8256 * ppc-tdep.h: Update copyright.
8257 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8258 function signatures to match "regsets.h".
8259 * ppc-linux-tdep.c: Include "regset.h".
8260 (ELF_GREGSET_SIZE): Delete.
8261 (right_supply_register): New function.
8262 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8263 using right_supply_register.
8264 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8265 functions.
8266 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8267 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8268 (_initialize_ppc_linux_tdep): Do not register
8269 ppc_linux_regset_core_fns.
8270 (ppc_linux_regset_from_core_section): Replace
8271 fetch_core_registers.
8272 (ppc_linux_regset_core_fns): Delete.
8273 * ppc-linux-nat.c: (right_fill_reg): New function.
8274 (supply_gregset): Update call to ppc_linux_supply_gregset.
8275 (fill_gregset): Clear the register set, use right_fill_reg.
8276 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8277 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8278
8279 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8280 unsigned.
8281
8282 2004-03-15 Andrew Cagney <cagney@redhat.com>
8283
8284 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8285 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8286 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8287 and register_gdbarch_data.
8288 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8289 (struct gdbarch_data): Replace "init" by "pre_init" and
8290 "post_init".
8291 * gdbarch.h, gdbarch.c: Re-generate.
8292 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8293 with"obstack", use OBSTACK_ZALLOC.
8294 (dwarf2_frame_ops): Delete.
8295 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8296 (dwarf2_frame_init_reg): Use gdbarch_data.
8297 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8298 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8299 (_initialize_svr4_solib): Update.
8300 * user-regs.c (_initialize_user_regs): Update.
8301 * reggroups.c (_initialize_reggroup): Update.
8302 * regcache.c (_initialize_regcache): Update.
8303 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8304 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8305 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8306 * frame-unwind.c (_initialize_frame_unwind): Update.
8307 * frame-base.c (_initialize_frame_base): Update.
8308 * user-regs.c (user_reg_add): Update.
8309 * reggroups.c (reggroup_add): Update.
8310 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8311 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8312 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8313 * frame-base.c (frame_base_table): Update.
8314 * remote.c (_initialize_remote): Update.
8315 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8316
8317 2004-03-15 Andrew Cagney <cagney@redhat.com>
8318
8319 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8320
8321 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8322
8323 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8324 * frv-linux-tdep.c: New file.
8325 * frv-tdep.c (struct gdbarch_tdep): Add new field
8326 ``sigcontext_reg_addr''.
8327 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8328 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8329 (frv_sigramp_frame_sniffer): New functions.
8330 (frv_sigtramp_frame_unwind): New static global.
8331 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8332 sniffers.
8333 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8334 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8335
8336 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8337
8338 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8339 but not via a call to error(), when unable to read memory.
8340
8341 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8342
8343 * frv-tdep.c (frv_call_dummy_words): Delete.
8344 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8345
8346 2004-03-15 Andrew Cagney <cagney@redhat.com>
8347
8348 * infrun.c (handle_step_into_function, step_over_function): Only
8349 update and use STEP_FRAME_ID when the system is using legacy
8350 frames. Update comments.
8351
8352 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8353
8354 * amd64-linux-tdep.h: Remove file.
8355 * amd64-linux-tdep.c: Don't include "inferior.h" and
8356 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8357 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8358 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8359 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8360 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8361 macros.
8362 (user_to_gdb_regmap): Remove variable.
8363 (amd64_linux_gregset_reg_offset): New variable.
8364 (amd64_core_fns): Remove variable.
8365 (fetch_core_registers): Remove function.
8366 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8367 functions.
8368 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8369 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8370 * Makefile.in (amd64_linux_tdep_h): Remove.
8371 (amd64-linux-nat.o): Update dependencies.
8372 (amd64-linux-tdep.o): Update dependencies.
8373
8374 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8375 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8376 functions.
8377 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8378
8379 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8380 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8381
8382 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8383
8384 * dwarf2read.c (read_structure_type): Rename from
8385 read_structure_scope. Don't create a symbol or call process_die.
8386 Return immediately if die->type is set. Call read_type_die before
8387 dwarf2_add_member_fn.
8388 (process_structure_scope): New function.
8389 (read_enumeration_type, process_enumeration_scope): New functions,
8390 broken out from read_enumeration. Don't create the enumeration
8391 type if it has already been created.
8392 (read_enumeration): Removed.
8393 (process_die): Call read_structure_type, process_structure_scope,
8394 read_enumeration_type, and process_enumeration_scope. Just call
8395 new_symbol for base and subrange types. Add a comment about other
8396 type dies.
8397 (read_type_die): Call read_enumeration_type.
8398 (add_partial_structure, new_symbol): Update comments.
8399
8400 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8401
8402 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8403
8404 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8405
8406 * tui/tui-win.h (tui_get_cmd_list): Declare.
8407 * tui/tui-win.c (tui_command): New function.
8408 (tui_get_cmd_list): New function.
8409 (_initialize_tui_win): Moved initialization of tui command in
8410 tui_get_cmd_list.
8411
8412 * tui/tui-data.c (init_content_element): Setup new data members.
8413 (init_win_info): Likewise.
8414 (free_content_elements): Free it.
8415 * tui/tui-data.h (struct tui_data_element): Store the register
8416 content to print.
8417 (struct tui_data_info): Keep the current register group.
8418
8419 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8420
8421 * tui/tui-regs.h (tui_show_registers): Update prototype.
8422 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8423 (tui_resize_all): No need to calculate anything for register window.
8424 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8425 (tui_set_register_element, tui_set_general_regs_content): Remove.
8426 (tui_set_special_regs_content): Remove.
8427 (tui_set_general_and_special_regs_content): Remove.
8428 (tui_set_float_regs_content): Remove.
8429 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8430 (tui_set_regs_content): Remove.
8431 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8432 (tui_v_show_registers_command_support): Remove.
8433 (tui_show_registers): Use a reggroup to specify the registers to show.
8434 (tui_show_register_group): New function.
8435 (tui_display_registers_from): Compute the layout of register window
8436 and refresh with new API; be sure to delete old register windows.
8437 (tui_check_register_values): Update to use tui_get_register and
8438 tui_display_data.
8439 (tui_display_register): Just refresh the register window part.
8440 (tui_register_format): Format registers and save in tui_data_element.
8441 (tui_get_register): New to combine tui_reg_value_has_changed and
8442 tui_get_register_raw_value; fix to use the new gdb API.
8443 (tui_show_float_command): Renamed tui_reg_float_command.
8444 (tui_show_general_command): Renamed tui_reg_general_command.
8445 (tui_show_special_command): Renamed tui_reg_system_command.
8446 (_initialize_tui_regs): Remove unused commands.
8447
8448 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8449
8450 * NEWS (New native configurations): Mention OpenBSD/amd64.
8451
8452 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8453 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8454 Remove defines.
8455 * config/i386/nm-fbsd64.h: Likewise.
8456 * config/i386/nm-obsd.h: Likewise.
8457 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8458 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8459
8460 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8461
8462 * frv-tdep.c (set_variant_scratch_registers): New function.
8463 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8464 New constants.
8465
8466 From Richard Sandiford <rsandifo@redhat.com>:
8467 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8468
8469 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8470
8471 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8472 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8473 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8474 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8475 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8476 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8477 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8478 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8479 definitions from frv-tdep.c to frv-tdep.h.
8480
8481 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8482
8483 Add shared library support for FR-V FDPIC ABI:
8484 * Makefile.in (solib-frv.o): Add dependencies.
8485 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8486 New functions.
8487 (frv_push_dummy_call): Add support for FDPIC ABI.
8488 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8489 for FDPIC ABI.
8490 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8491 (frv_fdpic_find_canonical_descriptor): Declare.
8492 * solib-frv.c: New file.
8493 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8494 * config/frv/tm-frv.h (solib.h): Include.
8495
8496 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8497
8498 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8499 (frv-tdep.o): Update dependencies.
8500 * frv-tdep.h: New file.
8501 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8502 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8503 constants.
8504 (struct gdbarch_tdep): Add new member ``frv_abi''.
8505 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8506 functions.
8507 (new_variant): Set ``frv_abi'' field.
8508 (gdb_arch_init): Detect FDPIC executables.
8509
8510 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8511
8512 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8513 wrapper.
8514
8515 2004-03-11 Andrew Cagney <cagney@redhat.com>
8516
8517 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8518
8519 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8520
8521 * solist.h (master_so_list): New function.
8522 * solib.c (master_so_list): Likewise.
8523 * solib-svr4.c (enable_break): Iterate over so_list entries
8524 obtained from master list instead of entries obtained directly
8525 via svr4_current_sos().
8526
8527 2004-03-10 Ben Elliston <bje@gnu.org>
8528
8529 * MAINTAINERS: Update my mail address.
8530
8531 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8532
8533 * remote-m32r-sdi.c: Support hardware watchpoint.
8534
8535 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8536
8537 * user-regs.c: Update copyright years.
8538 (struct user_regs): Rename to gdb_user_regs.
8539 (append_user_reg, builtin_user_regs, user_regs_init)
8540 (user_reg_add, user_reg_map_name_to_regnum)
8541 (usernum_to_user_reg): Update.
8542
8543 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8544
8545 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8546 (skip_children): New functions.
8547 (locate_pdi_sibling): Call skip_children.
8548
8549 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8550
8551 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8552 * gdbtypes.c (check_typedef): Update comments.
8553
8554 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8555
8556 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8557 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8558 pointer. Update comment about comp_unit_head.
8559 (struct abbrev_info): Shorten two int flags.
8560 (dwarf_alloc_abbrev): Take a CU argument.
8561 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8562 each time through the loop. Update cleanup argument.
8563 (psymtab_to_symtab_1): Update cleanup call.
8564 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8565 abbrev_obstack.
8566 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8567 Just call obstack_free and clear the pointer.
8568
8569 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8570
8571 * infrun.c (handle_inferior_event): Remove short-circuit code for
8572 events in a different thread.
8573
8574 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8575
8576 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8577 print the whole transfer.
8578 (initialize_targets): Update description of "set debug target".
8579
8580 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8581
8582 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8583
8584 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8585
8586 * MAINTAINERS (write after approval): Add myself.
8587
8588 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8589
8590 * sh-tdep.c (sh_print_registers_info): Use for loop.
8591 Don't skip multiple registers when a float register is encountered.
8592
8593 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8594
8595 Fix PR tdep/1291.
8596 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8597 to official SH documentation.
8598
8599 2004-03-07 Andrew Cagney <cagney@redhat.com>
8600
8601 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8602 unused function.
8603
8604 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8605
8606 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8607 (arm_get_next_pc): Handle BX and BLX.
8608
8609 2004-03-07 Andrew Cagney <cagney@redhat.com>
8610
8611 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8612 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8613 HPPA_SP_REGNUM.
8614 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8615 (hppa_target_read_fp): Delete.
8616 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8617 register_virtual_size, max_register_raw_size,
8618 max_register_virtual_size, register_byte, register_size,
8619 target_read_fp, fp_regnum, and register_bytes. Set register_type
8620 instead of register_virtual_type.
8621 (hppa32_register_type, hppa64_register_type): Replace
8622 hppa32_register_virtual_type and hppa64_register_virtual_type.
8623 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8624 (HPPA_FP_REGNUM): Define.
8625
8626 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8627
8628 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8629 (pa_do_registers_info): Delete.
8630 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8631 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8632 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8633
8634 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8635 GDB_TARGET_IS_HPPA code.
8636 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8637 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8638 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8639 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8640 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8641 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8642 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8643 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8644 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8645 (hppa_frameless_function_invocation, hppa64_store_return_value)
8646 (hppa_store_struct_return, hppa64_extract_return_value)
8647 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8648 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8649 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8650 (find_proc_framesize, deposit_21, restore_pc_queue)
8651 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8652 (rp_saved, pc_in_linker_stub): Delete.
8653
8654 Unconditionally enable 64-bit frame and ABI code.
8655 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8656 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8657 push_dummy_frame, fix_call_dummy, push_arguments,
8658 call_dummy_location, extract_return_value, use_struct_convention,
8659 store_return_value, store_struct_return, saved_pc_after_call,
8660 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8661 frame_chain, frame_chain_valid, frameless_function_invocation,
8662 frame_saved_pc, and pop_frame.
8663
8664 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8665 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8666 (hppa_gdbarch_init): Do not set PC_REGNUM.
8667
8668 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8669
8670 * config/alpha/tm-fbsd.h: Remove file.
8671 * config/alpha/fbsd.mt: Tweak comment.
8672 (TM_FILE): Set to tm-alpha.h.
8673
8674 2004-03-05 Andrew Cagney <cagney@redhat.com>
8675
8676 * infrun.c (step_over_function): When non-legacy code, and no
8677 step_frame_id, use the unwinder to get the caller's frame ID.
8678
8679 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8680
8681 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8682 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8683 bfd_arch_unknown. Adjust comment.
8684
8685 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8686 * i386obsd-tdep.c: Correct spelling in comment.
8687 * i386nbsd-tdep.c: Correct spelling in comment.
8688 * sparc-tdep.c: Correct spelling in comments.
8689
8690 2004-03-05 David Carlton <carlton@kealia.com>
8691
8692 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8693 bug.
8694
8695 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8696
8697 * sparc-tdep.c: Fix typo in comment.
8698
8699 2004-03-04 J. Brobecker <brobecker@gnat.com>
8700
8701 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8702
8703 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8704
8705 * dwarf2read.c: Add comment describing memory lifetimes.
8706 (struct dwarf2_pinfo): Update comment.
8707 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8708 (read_enumeration, new_symbol): Don't use obsavestring.
8709
8710 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8711
8712 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8713 instead of amd64_fill_fxsave.
8714 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8715 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8716
8717 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8718 Reorganize code a bit.
8719
8720 2004-03-04 Orjan Friberg <orjanf@axis.com>
8721
8722 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8723 when the frame pointer is pushed. Don't set the frame pointer's
8724 address on the stack unless it's actually located there.
8725 Set the SRP's address on the stack correctly when the PC is still in
8726 the prologue.
8727 (cris_return_value): New function.
8728 (cris_gdbarch_init): Clear deprecated store_return_value,
8729 extract_return_value.
8730
8731 2004-03-02 Jim Blandy <jimb@redhat.com>
8732
8733 * stabsread.c (reg_value_complaint): The maximum register number
8734 is one less than the number of registers.
8735
8736 2004-03-02 Andrew Cagney <cagney@redhat.com>
8737
8738 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8739 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8740 trailing comma and redundant assignment of I386_ST0_REGNUM.
8741 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8742 32-bit segment registers.
8743
8744 2004-03-01 Andrew Cagney <cagney@redhat.com>
8745
8746 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8747 use frame_relative_level and get_next_frame.
8748
8749 2004-02-29 Andrew Cagney <cagney@redhat.com>
8750
8751 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8752 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8753 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8754 Delete macro.
8755
8756 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8757
8758 * inflow.c (terminal_inferior): Don't give up the terminal if we
8759 previously couldn't get the inferior's terminal state.
8760
8761 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8762
8763 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8764 PC_REGNUM.
8765
8766 2004-02-28 Andrew Cagney <cagney@redhat.com>
8767
8768 * NEWS: Refer to GDB 6.1.
8769 * README: Refer to GDB 6.1.
8770 * PROBLEMS: Refer to GDB 6.1.
8771
8772 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8773
8774 * thread-db.c (disable_thread_signals): Remove unused function.
8775
8776 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8777
8778 * amd64-nat.c: Include "gdb_string.h".
8779 (amd64_collect_native_gregset): Zero-extend the 32-bit
8780 general-purpose registers and %eip.
8781
8782 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8783 * amd64-tdep.c (amd64_collect_fxsave): New function.
8784 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8785
8786 * i387-tdep.h: Update copyright year.
8787 (i387_collect_fxsave): New prototype.
8788 * i387-tdep.c: Update copyright year.
8789 (i387_collect_fxsave): New function containing most of the code
8790 from i387_fill_fxsave.
8791 (i387_fill_fxsave): Call i387_collect_fxsave.
8792
8793 2004-02-28 Andrew Cagney <cagney@redhat.com>
8794
8795 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8796 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8797
8798 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8799
8800 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8801
8802 2004-02-28 Andrew Cagney <cagney@redhat.com>
8803
8804 * utils.c: Use "", instead of <>, to include readline.
8805 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8806 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8807 * source.c, solib.c, exec.c, event-top.c: Ditto.
8808 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8809 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8810 * Makefile.in: Update all dependencies.
8811 (readline_tilde_h, readline_history_h): Define.
8812 (readline_headers): Delete.
8813
8814 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8815
8816 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8817 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8818 "config/i386/tm-lx64.h".
8819
8820 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8821 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8822 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8823
8824 2004-02-28 Andrew Cagney <cagney@redhat.com>
8825
8826 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8827
8828 * breakpoint.c (_initialize_breakpoint): Use
8829 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8830 Add help to show command.
8831
8832 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8833
8834 * i386-nat.c: Reformat to be closer to coding standards.
8835 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8836 `retval'. Make variables `align' and `size' local to while-loop.
8837 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8838 (_initialize_i386_nat): New prototype.
8839
8840 * tui/tui.c: Include <readline/readline.h> instead of
8841 "readline/readline.h". Include it after <term.h> and
8842 "gdb_curses.h".
8843
8844 2004-02-27 Andrew Cagney <cagney@redhat.com>
8845
8846 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8847 the new frame unwind code.
8848 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8849 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8850 PCOQ_HEAD_REGNUM.
8851
8852 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8853 "return_value" and "push_dummy_call".
8854 (hppa32_use_struct_convention): Delete unused function.
8855 (hppa32_store_return_value): Delete unused function.
8856 (hppa32_extract_return_value): Delete unused function.
8857 (hppa32_stack_align): Delete function.
8858
8859 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8860
8861 * coffread.c (enter_linenos): Don't let rawptr reference memory
8862 outside linetab[]'s limits.
8863
8864 2004-02-27 Andrew Cagney <cagney@redhat.com>
8865
8866 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8867 inferior stack space - the stack needs to grow upwards.
8868 (hppa32_frame_align): New function.
8869 (hppa64_frame_align): Replace hppa_frame_align.
8870 (hppa_gdbarch_init): Update.
8871
8872 2004-02-26 Orjan Friberg <orjanf@axis.com>
8873
8874 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8875 (dwarf2-frame.h): Include.
8876 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8877 Remove static variables related to ABI setting.
8878 (struct gdbarch_tdep): Remove cris_abi member.
8879 (struct frame_extra_info): Remove.
8880 (cris_unwind_cache, stack_item): New structs.
8881 (cris_frame_unwind, cris_frame_base): New variables.
8882 (push_stack_item, pop_stack_item)
8883 (cris_frame_unwind_cache, cris_frame_this_id)
8884 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8885 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8886 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8887 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8888 (cris_reg_struct_has_addr): New functions.
8889 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8890 (cris_frame_saved_pc, cris_saved_pc_after_call,
8891 (cris_store_struct_return, cris_frameless_function_invocation)
8892 (cris_pop_frame, cris_skip_prologue_main)
8893 (cris_abi_original_store_return_value)
8894 (cris_abi_v2_store_return_value)
8895 (cris_abi_original_extract_return_value)
8896 (cris_abi_v2_extract_return_value)
8897 (cris_abi_original_reg_struct_has_addr)
8898 (cris_abi_v2_reg_struct_has_addr)
8899 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8900 (cris_push_return_address, cris_abi_update): Remove.
8901 (_initialize_cris_tdep): Remove ABI command.
8902 (cris_dump_tdep): Ditto.
8903 (cris_gdbarch_init): Remove ABI command.
8904 Set store_return_value, extract_return_value, push_dummy_code,
8905 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8906 frame_unwind_append_sniffer, frame_base_set_default.
8907 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8908 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8909 sizeof_call_dummy_words, get_saved_register, push_return_address,
8910 pop_frame, store_struct_return, frame_init_saved_regs,
8911 init_extra_frame_info, frameless_function_invocation, frame_chain,
8912 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8913 dummy_write_sp.
8914
8915 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8916
8917 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8918 * valprint.c (print_hex_chars): Change from static to external.
8919 (print_char_chars): New function.
8920 * printcmd.c (print_scalar_formatted): For integer and enum types
8921 that are longer than LONGEST, perform processing via appropriate
8922 print_*_chars routines.
8923
8924 2004-02-26 Andrew Cagney <cagney@redhat.com>
8925
8926 * Makefile.in: Update dependencies.
8927 Changes from Ulrich Weigand,
8928 * s390-tdep.c: Include "dwarf2-frame.h".
8929 (s390_dwarf2_frame_init_reg): New function.
8930 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8931 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8932
8933 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8934
8935 * breakpoint.c (pending_break_support): New setting variable.
8936 (break_command_1): Account for pending_break_support setting
8937 when creating pending breakpoints.
8938 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8939 (_initialize_breakpoint): Add "set breakpoint pending" and
8940 "show breakpoint pending" commands.
8941
8942 2004-02-26 Andrew Cagney <cagney@redhat.com>
8943
8944 Fix PR i18n/1570.
8945 * charset.c (backslashable, backslashed, represented): Remove 'e'
8946 from list of escaped characters, not part of ISO-C.
8947
8948 2004-02-25 J. Brobecker <brobecker@gnat.com>
8949
8950 From Peter Schauer <schauer@pdf.de>:
8951 * tui/tui.c: Move system header includes after local includes.
8952 Fixes a build failure on solaris systems.
8953
8954 2004-02-25 J. Brobecker <brobecker@gnat.com>
8955
8956 * configure.in: Refine the previous change.
8957 * configure: Regenerate.
8958
8959 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8960
8961 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8962 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8963 "amd64-tdep.h" instead of "x86-64-tdep.h".
8964 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8965 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8966 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8967 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8968 and "x86-64-tdep.c".
8969 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8970 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8971 and "x86-64-tdep.c".
8972 * amd64bsd-nat.c: Update copyright year.
8973 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8974 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8975 "x86-64-tdep.h".
8976 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8977 "x86-64-tdep.h".
8978 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8979 "x86-64-tdep.h".
8980 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8981 "x86-64-tdep.h".
8982 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8983 "x86-64-tdep.h".
8984 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8985 "x86-64-tdep.h".
8986 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8987 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8988 * Makefile.in (amd64_linux_tdep_h): Renamed from
8989 x86_64_linux_tdep_h.
8990 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8991 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8992 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8993 (amd64obsd-tdep.o): Update dependencies.
8994 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8995 dependencies.
8996 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8997 dependencies.
8998 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8999 amd64-linux-nat.c amd64-linux-tdep.c.
9000 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9001 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9002 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9003 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9004 amd64-tdep.o and amd64-linux-tdep.o.
9005 (TM_FILE): Set to tm-linux64.h.
9006 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9007 (NAT_FILE): Set to nm-linux64.h.
9008 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9009 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9010 amd64-tdep.o.
9011 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9012 amd64-tdep.o.
9013 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9014 amd64-tdep.o.
9015
9016 2004-02-25 Roland McGrath <roland@redhat.com>
9017
9018 * remote.c (remote_protocol_qPart_auxv): New variable.
9019 (init_all_packet_configs): Initialize it.
9020 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9021 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9022 (show_remote_cmd): Call it.
9023 (_initialize_remote): Initialize commands.
9024 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9025 service TARGET_OBJECT_AUXV requests.
9026
9027 2004-02-25 J. Brobecker <brobecker@gnat.com>
9028
9029 * configure.in: Make sure that the wborder function is available.
9030 Otherwise, search for it in the cur_colr library.
9031 * configure: Regenerate.
9032
9033 2004-02-25 Andrew Cagney <cagney@redhat.com>
9034
9035 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9036
9037 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9038
9039 * config/i386/tm-x86-64linux.h: Tweak comments.
9040
9041 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
9042
9043 * MAINTAINERS: Add self to write-after-approval list.
9044
9045 2004-02-25 Andrew Cagney <cagney@redhat.com>
9046
9047 PR cli/1566. Problem found, and fix suggested by David Allan.
9048 * cli/cli-script.c (execute_control_command): Unconditionally
9049 install a cleanup. Default "ret" to "invalid_control". Use
9050 "break" instead of "return" to escape from the switch.
9051
9052 2004-02-24 J. Brobecker <brobecker@gnat.com>
9053
9054 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9055 with the lines macro defined in term.h on AiX.
9056 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9057 a collision with the label_width macro defined in term.h on AiX.
9058
9059 2004-02-23 David Mosberger <davidm@hpl.hp.com>
9060
9061 Committed by Kevin Buettner <kevinb@redhat.com>.
9062
9063 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9064 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9065 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9066 instead of ia64_write_pc().
9067 * ia64-linux-tdep.c (regcache.h): Include.
9068 (ia64_linux_write_pc): New function.
9069
9070 2004-02-23 Roland McGrath <roland@redhat.com>
9071
9072 * auxv.c (info_auxv_command): Fix typos in error messages.
9073
9074 2004-02-23 Mark Kettenis <kettenis@gnu.org>
9075
9076 * x86-64-tdep.h: Tweak comment.
9077 (enum amd64_regnum): New.
9078 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9079 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9080 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9081 (X86_64_XMM1_REGNUM): Removed.
9082 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9083 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9084 prototypes for renamed functions.
9085 * x86-64-tdep.c: Fix typo.
9086 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9087 register numbers.
9088 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9089 Use constants from `enum amd64_regnum' for register numbers.
9090 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9091 (amd64_analyze_prologue, amd64_frame_cache,
9092 amd64_sigtramp_frame_cache): Use constants from `enum
9093 amd64_regnum' for register numbers.
9094 (amd64_supply_fpregset): Adjust for renamed functions.
9095 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9096 `enum amd64_regnum' for register numbers.
9097 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9098 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9099 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9100 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9101 (amd64_linux_fill_gregset): Adjust for renamed macros.
9102 (fetch_core_registers): Adjust for renamed functions.
9103 (amd64_linux_init_abi): Adjust for renamed functions.
9104 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9105 renamed functions.
9106 * amd64-nat.c: Adjust for renamed macros.
9107 * amd64bsd-nat.c (fetch_inferior_registers)
9108 (store_inferior_registers): Use constants from `enum amd64_regnum'
9109 for register numbers. Adjust for renamed variables.
9110 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9111 renamed variables.
9112 (_initialize_amd64fbsd_nat): Use constants from `enum
9113 amd64_regnum' for register numbers.
9114 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9115 `enum amd64_regnum' for register numbers.
9116 (amd64fbsd_init_abi): Adjust for renamed functions.
9117 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9118 `enum amd64_regnum' for register numbers.
9119 (amd64nbsd_init_abi): Adjust for renamed functions.
9120 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9121 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9122 `enum amd64_regnum' for register numbers.
9123 (amd64obsd_init_abi): Adjust for renamed functions.
9124 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9125
9126 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9127
9128 * breakpoint.c (print_one_breakpoint): Do not output spaces
9129 after printing <PENDING> for a pending breakpoint.
9130
9131 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9132
9133 * printcmd.c (print_scalar_formatted): Initialize val_long
9134 to remove compiler warning message.
9135
9136 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9137
9138 * defs.h (nquery, yquery): New prototypes.
9139 * breakpoint.c (break_command_1): Use new nquery interface.
9140 * utils.c (defaulted_query, nquery, yquery): New functions.
9141
9142 2004-02-23 Andrew Cagney <cagney@redhat.com>
9143
9144 * hppa-tdep.c (hppa_frame_align): New function.
9145 (hppa32_push_dummy_call): New function.
9146 (hppa64_push_dummy_call): New function.
9147 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9148 disabled.
9149
9150 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9151 FIX_CALL_DUMMY when push_dummy_call is available.
9152 (call_function_by_hand, push_dummy_code): Ditto.
9153
9154 2004-02-22 Andrew Cagney <cagney@redhat.com>
9155
9156 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9157 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9158 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9159 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9160 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9161 call_dummy_location to ON_STACK.
9162
9163 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9164
9165 * x86-64-linux-tdep.c: Tweak comment.
9166 (amd64_linux_supply_gregset): Renamed from
9167 x86_64_linux_supply_gresget.
9168 (amd64_linux_fill_gregset): Renamed from
9169 x86_64_linux_fill_gregset.
9170 (fetch_core_registers): Adjust for renamed functions.
9171 (amd64_core_fns): Renamed from x86_64_core_fns.
9172 (amd64_linux_sigtramp_start): Renamed from
9173 x86_64_linux_sigtramp_start.
9174 (amd64_linux_pc_in_sigtramp): Renamed from
9175 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9176 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9177 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9178 (amd64_linux_sigcontext_addr): Renamed from
9179 x86_64_linux_sigcontext_addr.
9180 (amd64_linux_sc_reg_offset): Renamed from
9181 x86_64_linux_sc_reg_offset.
9182 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9183 Adjust for renamed functions and variables.
9184 (_initialize_amd64_linux_tdep): Renamed from
9185 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9186 variables.
9187 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9188 Adjust for renamed functions.
9189
9190 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9191 from x86_64_linux_gregset64_reg_offset.
9192 (amd64_linux_gregset32_reg_offset): Rename from
9193 x86_64_linux_gregset64_reg_offset.
9194 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9195 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9196 (amd64_linux_dr_set_control): Renamed from
9197 x86_64_linux_dr_set_control. Adjust for renamed functions.
9198 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9199 Adjust for renamed functions.
9200 (amd64_linux_dr_reset_addr): Renamed from
9201 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9202 (amd64_linux_dr_get_status): Renamed from
9203 x86_64_linux_dr_get_status. Adjust for renamed functions.
9204 (_initialize_amd64_linux_nat): Renamed from
9205 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9206 functions.
9207 * config/i386/nm-x86-64linux.h: Update copyright year.
9208 Adjust for renamed functions.
9209
9210 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9211 amd64fbsd_sigtramp_start.
9212 (amd64fbsd_sigtramp_end_addr): Renamed from
9213 amd64fbsd_sigtramp_end.
9214 (amd64fbsd_init_abi): Adjust for renamed variables.
9215 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9216 variables.
9217 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9218 amd64fbsd_sigtramp_start.
9219 (amd64fbsd_sigtramp_end_addr): Renamed from
9220 amd64fbsd_sigtramp_end.
9221
9222 2004-02-22 Andrew Cagney <cagney@redhat.com>
9223
9224 * hppa-tdep.c (hppa32_return_value): New function.
9225 (hppa64_return_value): New function.
9226 (hppa_gdbarch_init): Set return_value; keep disabled.
9227
9228 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9229 struct-return and inferior function call methods.
9230
9231 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9232 "frame-base.h".
9233 (struct hppa_frame_cache): Define.
9234 (hppa_frame_cache, hppa_frame_this_id): New functions.
9235 (hppa_frame_prev_register): New function.
9236 (hppa_frame_unwind, hppa_frame_base): New variables.
9237 (hppa_frame_unwind_sniffer): New function.
9238 (hppa_frame_base_address, hppa_unwind_pc): New function.
9239 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9240 sniffer, and frame base sniffer; keep disabled.
9241 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9242 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9243
9244 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9245 to predicates for "seriously old code".
9246
9247 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9248 runtime if(0).
9249
9250 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9251 unsigned.
9252 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9253
9254 * config/pa/tm-hppa.h: Update copyright.
9255 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9256 (deprecated_init_frame_pc_default): Delete declaration.
9257 (hppa_frame_init_saved_regs): Delete declaration.
9258 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9259 * hppa-tdep.c: Include "arch-utils.h".
9260 (hppa_gdbarch_init): Set deprecated init_frame_pc
9261 and deprecated frame_init_saved_regs.
9262 (hppa_frame_init_saved_regs): Make static.
9263
9264 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9265
9266 Remove old 386BSD support.
9267 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9268 * configure.host: Remove i[34567]86-*-bsd*.
9269 * configure.tgt: Remove i[34567]86-*-bsd*.
9270 * i386b-nat.c: Removed.
9271 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9272 (i386b-nat.o): Remove dependencies.
9273
9274 * config/i386/i386bsd.mh: Removed.
9275 * config/i386/i386bsd.mt: Removed.
9276 * config/i386/nm-i386bsd.h: Removed.
9277 * config/i386/tm-i386bsd.h: Removed.
9278 * config/i386/xm-i386bsd.h: Removed.
9279
9280 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9281
9282 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9283 (amd64fbsd_init_abi): Set link map offsets.
9284 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9285 (amd64nbsd_init_abi): Set link map offsets.
9286 * amd64obsd-tdep.c: Include "solib-svr4.h".
9287 (amd64obsd_init_abi): Set link map offsets.
9288 * i386fbsd-tdep.c: Include "solib-svr4.h".
9289 (i386fbsd_init_abi): Set link map offsets.
9290 * i386nbsd-tdep.c: Include "solib-svr4.h".
9291 (i386nbsdelf_init_abi): Set link map offsets.
9292 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9293 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9294 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9295 solib-legacy.o and core-aout.o. Reformat.
9296 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9297 solib-svr4.o, solib-legacy.o. Reformat.
9298 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9299 * config/i386/nbsdelf.mh: Reformat.
9300 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9301 solib-svr4.o, solib-legacy.o and corelow.o.
9302 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9303 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9304 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9305 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9306 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9307 (TM_FILE): Set to tm-fbsd.h.
9308 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9309 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9310 solib-svr4.o.
9311 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9312 solib-svr4.o.
9313 (TM_FILE): Set to nm-nbsd.h.
9314 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9315 Simplify shared library support. Don't include "elf/common.h".
9316 (SVR4_SHARED_LIBS): Don't define.
9317 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9318 "solib.h".
9319 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9320 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9321 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9322 Don't include "i386/tm-i386.h". Include "solib.h".
9323 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9324 Don't include "i386/tm-i386.h".
9325 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9326 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9327 Include "i386/xm-i386.h".
9328 (HOST_LONG_DOUBLE_FORMAT): Remove.
9329
9330 Fix OpenBSD/i386 sigtramp recognition.
9331 * i386-tdep.h: Update copyright year.
9332 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9333 (i386bsd_sigtramp_end): New prototypes.
9334 (i386fbsd_sigtramp_start_addr): Renamed from
9335 i386fbsd_sigtramp_start.
9336 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9337 (i386obsd_sigtramp_start_addr): Renamed from
9338 i386obsd_sigtramp_start.
9339 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9340 * i386bsd-tdep.c: Update copyright year.
9341 (i386bsd_pc_in_sigtramp): Make public.
9342 * i386fbsd-nat.c: Update copyright year.
9343 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9344 * i386fbsd-tdep.c: Update copyright year.
9345 (i386fbsd_sigtramp_start_addr): Renamed from
9346 i386fbsd_sigtramp_start.
9347 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9348 (i386fbsdaout_init_abi): Adjust for renamed variables.
9349 * i386obsd-nat.c: Update copyright year.
9350 (_initialize_i386obsd_nat): Adjust for renamed variables.
9351 * i386obsd-tdep.c: Include "target.h".
9352 (i386obsd_page_size): New variable.
9353 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9354 (i386obsd_sigtramp_end): New functions.
9355 (i386obsd_sigtramp_start_addr): Renamed from
9356 i386obsd_sigtramp_start.
9357 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9358 (i386obsd_init_abi): Adjust for renamed variables. Set
9359 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9360 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9361
9362 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9363 trampoline change in OpenBSD kernel.
9364
9365 * amd64-nat.c: Update copyright year.
9366 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9367 architecture from REGCACHE.
9368
9369 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9370 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9371
9372 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9373
9374 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9375 i[34567]86-*-openbsd3.[0-3].
9376 * config/i386/obsdaout.mh: New file.
9377
9378 * config/i386/obsd.mh (MH_FLAGS): Remove.
9379
9380 Fix PR build/1549.
9381 * i386obsd-tdep.c: Update copyright years. Include
9382 "solib-svr4.h".
9383 (i386obsd_init_abi): Don't set regset_from_core_section here.
9384 (i386obsd_aout_init_abi): New function. Set
9385 regset_from_core_section here.
9386 (i386obsd_elf_init_abi): New function.
9387 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9388 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9389 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9390 (TM_FILE): Set to tm-nbsd.h.
9391
9392 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9393 solib-sunos.o.
9394
9395 * solib-svr4.h: Update copyright year.
9396 (svr4_ilp32_fetch_link_map_offsets)
9397 (svr4_lp64_fetch_link_map_offsets): New prototype.
9398 * solib-svr4.c: Update copyright year.
9399 (svr4_ilp32_fetch_link_map_offsets)
9400 (svr4_lp64_fetch_link_map_offsets): New function.
9401
9402 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9403
9404 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9405 to the partial symbol table.
9406
9407 2004-02-20 J. brobecker <brobecker@gnat.com>
9408
9409 * PROBLEMS: Add description of problem documented under gdb/1560.
9410
9411 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9412
9413 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9414 comments.
9415 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9416 functions.
9417 (amd64obsd_init_abi): Reorder initializations. Use
9418 amd64obsd_r_reg_offset to initialize the general-purpose register
9419 set details. Set regset_from_core_section.
9420 (_initialize_amd64obsd_tdep): Rename from
9421 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9422 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9423 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9424
9425 * NEWS (New native configurations): Mention OpenBSD/alpha.
9426 * configure.tgt: Add alpha*-*-openbsd*.
9427 * configure.host: Add alpha*-*-openbsd*.
9428 * alphanbsd-tdep.c: Update copyright year.
9429 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9430
9431 2004-02-20 Andrew Cagney <cagney@redhat.com>
9432
9433 Fix PR tdep/1372.
9434 * configure.tgt: Delete target "none-*-*".
9435 * configure.host: Delete host "none-*-*".
9436 * config/none/none.mh: Delete file.
9437 * config/none/none.mt: Delete file.
9438 * config/none/xm-none.h: Delete file.
9439 * config/none/tm-none.h: Delete file.
9440 * config/none/nm-none.h: Delete file.
9441
9442 2004-02-19 Fred Fish <fnf@redhat.com>
9443
9444 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9445 cache->uses_fp prior to setting it.
9446
9447 2004-02-19 Fred Fish <fnf@redhat.com>
9448
9449 Fix for PR breakpoint/1558.
9450 * sh-tdep.c (IS_JSR): New macro.
9451 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9452
9453 2004-02-19 Jim Blandy <jimb@redhat.com>
9454
9455 * findvar.c (value_from_register): Doc fix.
9456
9457 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9458
9459 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9460 type being greater than sizeof of host's LONGEST. Always use
9461 unpack_long() unless format 'f' chosen.
9462
9463 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9464
9465 Committed by Elena Zannoni <ezannoni@redhat.com>
9466
9467 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9468 contains a symbol wich is the best, non-exact match for the given
9469 pc. Update comments.
9470
9471 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9472
9473 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9474 macro, which was part of the now removed Mach 3 port.
9475 * utils.c (request_quit): Ditto.
9476
9477 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9478
9479 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9480 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9481
9482 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9483
9484 Committed by Mark Kettenis <kettenis@gnu.org>.
9485
9486 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9487 Define.
9488
9489 2004-02-18 Andrew Cagney <cagney@redhat.com>
9490
9491 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9492 CONFIG_INSTALL and CONFIG_UNINSTALL.
9493 * configure: Re-generate.
9494 * interps.h (INTERP_TUI): Define.
9495 * Makefile.in: Update dependencies.
9496 (TUI): New macro.
9497 (tui-main.o): Specify dependencies.
9498 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9499 * tui/tui-main.c: New file.
9500
9501 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9502
9503 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9504 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9505 dependencies.
9506 * configure.host: Add x86_64-*-openbsd*.
9507 * configure.tgt: Add x86_64-*-openbsd*.
9508 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9509
9510 * tui/tui.c: Don't include <malloc.h>.
9511
9512 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9513 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9514 amd64nbsd-tdep.c.
9515
9516 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9517 static. Remove extraneous whitespace.
9518 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9519 static.
9520
9521 2004-02-17 Jim Blandy <jimb@redhat.com>
9522
9523 * findvar.c (value_from_register): Doc fix.
9524
9525 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9526
9527 Committed by Jim Blandy <jimb@redhat.com>.
9528
9529 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9530 CORE_ADDR as type for selectors. Correct types for GNU run time
9531 message lookup function to use double indirection.
9532 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9533 * objc-lang.h (lookup_child_selector): Adapt prototype.
9534
9535 * s390-nat.c (SUBOFF): New macro.
9536 (supply_gregset, fill_gregset): Use it to handle debugging
9537 of 32-bit exectuables running under a 64-bit kernel.
9538 * s390-tdep.c: Include "solib-svr4.h".
9539 (s390_svr4_fetch_link_map_offset): New function.
9540 (s390x_svr_fetch_link_map_offset): Likewise.
9541 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9542 * Makefile.in (s390-tdep.o): Update dependencies.
9543
9544 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9545 "frame-unwind.h".
9546 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9547 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9548 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9549 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9550 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9551 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9552 S390_SIGNAL_FRAMESIZE,
9553 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9554 (struct frame_extra_info): Remove.
9555 (s390_memset_extra_info): Remove.
9556 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9557 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9558 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9559 (is_rse): Renamed to ...
9560 (is_rsy): ... this. Support long displacements.
9561 (is_rxe): Renamed to ...
9562 (is_rxy): ... this. Support long displacements.
9563 (compute_x_addr): Support long displacements.
9564 (struct s390_prologue_data): New data type.
9565 (s390_on_stack): Change API to use struct s390_prologue_data.
9566 (s390_store): Reimplement.
9567 (s390_load): New function.
9568 (s390_get_signal_frame_info): Remove.
9569 (s390_get_frame_info): Remove, replace by ...
9570 (s390_analyze_prolog): ... this new function.
9571 (s390_check_function_end): Remove.
9572 (s390_function_start): Remove.
9573 (s390_frameless_function_invokation): Remove.
9574 (s390_is_sigreturn): Remove.
9575 (s390_init_frame_pc_first): Remove.
9576 (s390_init_frame_extra_info): Remove.
9577 (s390_frame_init_saved_regs): Remove.
9578 (s390_frame_saved_pc_nofix): Remove.
9579 (s390_frame_saved_pc): Remove.
9580 (s390_frame_chain): Remove.
9581 (s390_fp_regnum, s390_read_fp): Remove.
9582 (s390_pop_frame_regular, s390_pop_frame): Remove.
9583 (s390_saved_pc_after_call): Remove.
9584 (s390_skip_prologue): Reimplement.
9585 (s390_in_function_epilogue_p): Support long displacements.
9586 (struct s390_unwind_cache): New data structure.
9587 (s390_frame_unwind_cache): New function.
9588 (s390_prologue_frame_unwind_cache): Likewise.
9589 (s390_backchain_frame_unwind_cache): Likewise.
9590 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9591 (s390_frame_unwind): Define.
9592 (s390_frame_sniffer): New function.
9593 (struct s390_pltstub_unwind_cache): New data structure.
9594 (s390_pltstub_frame_unwind_cache): New function.
9595 (s390_pltstub_frame_this_id): Likewise.
9596 (s390_pltstub_frame_prev_register): Likewise.
9597 (s390_pltstub_frame_unwind): Define.
9598 (s390_pltstub_frame_sniffer): New function.
9599 (struct s390_sigtramp_unwind_cache): New data structure.
9600 (s390_sigtramp_frame_unwind_cache): New function.
9601 (s390_sigtramp_frame_this_id): Likewise.
9602 (s390_sigtramp_frame_prev_register): Likewise.
9603 (s390_sigtramp_frame_unwind): Define.
9604 (s390_sigtramp_frame_sniffer): New function.
9605 (s390_frame_base_address, s390_local_base_address): New functions.
9606 (s390_frame_base): Define.
9607 (s390_unwind_pc, s390_unwind_sp): New function.
9608 (s390_push_dummy_call): Use new frame base location.
9609 (s390_unwind_dummy_id): Likewise.
9610 (s390_gdbarch_init): Remove calls to:
9611 set_gdbarch_frameless_function_invocation,
9612 set_gdbarch_deprecated_init_frame_pc,
9613 set_gdbarch_deprecated_frame_chain,
9614 set_gdbarch_deprecated_frame_init_saved_regs,
9615 set_gdbarch_deprecated_pop_frame,
9616 set_gdbarch_deprecated_init_extra_frame_info,
9617 set_gdbarch_deprecated_init_frame_pc_first,
9618 set_gdbarch_deprecated_target_read_fp,
9619 set_gdbarch_deprecated_frame_saved_pc,
9620 set_gdbarch_deprecated_saved_pc_after_call,
9621 set_gdbarch_deprecated_fp_regnum.
9622 Add calls to:
9623 set_gdbarch_in_solib_call_trampoline,
9624 frame_unwind_append_sniffer,
9625 frame_base_set_default,
9626 set_gdbarch_unwind_pc,
9627 set_gdbarch_unwind_sp.
9628 * Makefile.in (s390-tdep.o): Update dependencies.
9629
9630 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9631 (S390_STACK_FRAME_OVERHEAD): Remove.
9632 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9633 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9634 (s390_promote_integer_argument): Remove.
9635 (s390_cannot_extract_struct_value_address): Remove.
9636 (s390_use_struct_convention, s390_store_struct_return): Remove.
9637 (s390_extract_return_value, s390_store_return_value): Remove.
9638 (s390_return_value_convention, s390_return_value): New functions.
9639 (is_float_singleton): Handle typedefs.
9640 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9641 Remove, replace by ...
9642 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9643 s390_function_arg_integer): ... these new functions.
9644 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9645 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9646 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9647 Fill in tdep->abi.
9648 Remove calls to:
9649 set_gdbarch_deprecated_store_struct_return,
9650 set_gdbarch_deprecated_extract_return_value,
9651 set_gdbarch_deprecated_store_return_value,
9652 set_gdbarch_use_struct_convention,
9653 set_gdbarch_extract_struct_value_address,
9654 set_gdbarch_deprecated_pc_in_call_dummy,
9655 set_gdbarch_deprecated_push_arguments,
9656 set_gdbarch_deprecated_save_dummy_frame_tos,
9657 set_gdbarch_deprecated_push_return_address,
9658 set_gdbarch_deprecated_sizeof_call_dummy_words,
9659 set_gdbarch_deprecated_call_dummy_words,
9660 set_gdbarch_deprecated_dummy_write_sp.
9661 Add calls to:
9662 set_gdbarch_push_dummy_call,
9663 set_gdbarch_unwind_dummy_id,
9664 set_gdbarch_return_value.
9665
9666 * config/s390/nm-linux.h: Update comments.
9667 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9668 (STOPPED_BY_WATCHPOINT): Redefine.
9669 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9670 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9671 (s390_stopped_by_watchpoint): Likewise.
9672 (watch_area_cnt): Remove.
9673 * s390-nat.c: Update comments.
9674 (watch_area): Remove typedef.
9675 Global replace watch_area by struct watch_area.
9676 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9677 (s390_stopped_by_watchpoint): Remove pid argument,
9678 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9679 (s390_fix_watch_points): Remove pid argument,
9680 use s390_inferior_tid. Recompute area spanned by watchpoints.
9681 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9682 argument. Reimplement.
9683
9684 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9685 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9686 (FETCH_INFERIOR_REGISTERS): Define.
9687 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9688 core-regset.o.
9689 * config/s390/s390x.mt: Remove.
9690 * config/s390/tm-s390.h: Remove.
9691 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9692 (TARGET_ELF64): Remove.
9693 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9694 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9695 s390*-*-* case; always set gdb_target to s390.
9696 * regformats/reg-s390.dat: Remove control registers.
9697 * regformats/reg-s390x.dat: Likewise.
9698 * s390-tdep.h: New file.
9699 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9700 Include "inferior.h" and "s390-tdep.h".
9701 Remove private definition of offsetof.
9702 (s390_register_u_addr): Remove.
9703 (regmap_gregset, regmap_fpregset): Define.
9704 (supply_gregset, fill_gregset): Reimplement.
9705 (supply_fpregset, fill_fpregset): Likewise.
9706 (s390_inferior_tid): New function.
9707 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9708 (fetch_inferior_registers, store_inferior_registers): Likewise.
9709 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9710 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9711 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9712 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9713 (struct gdbarch_tdep): Define.
9714 (struct s390_register_info): Define.
9715 (s390_register_info): New variable.
9716 (s390_register_name): Reimplement.
9717 (s390_register_type): New function.
9718 (s390_register_raw_size, s390x_register_raw_size): Remove.
9719 (s390_cannot_fetch_register): Remove.
9720 (s390_register_byte): Remove.
9721 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9722 (s390_dwarf_regmap): New variable.
9723 (s390_dwarf_reg_to_regnum): New function.
9724 (s390_stab_reg_to_regnum): Remove.
9725 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9726 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9727 (s390_convert_register_p): Likewise.
9728 (s390_register_to_value, s390_value_to_register): Likewise.
9729 (s390_register_reggroup_p): Likewise.
9730 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9731 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9732 (s390_supply_regset, s390_regset_from_core_section): New functions.
9733 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9734 (S390_FPR_SIZE): Likewise.
9735 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9736 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9737 (S390_NUM_GPRS): Move here from tm-s390.h.
9738 (S390_NUM_FPRS): Likewise.
9739 (s390_in_function_epilogue_p): New function.
9740 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9741 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9742 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9743 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9744 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9745 Remove calls to:
9746 set_gdbarch_deprecated_max_register_raw_size,
9747 set_gdbarch_deprecated_max_register_virtual_size,
9748 set_gdbarch_deprecated_register_byte,
9749 set_gdbarch_cannot_fetch_register,
9750 set_gdbarch_cannot_store_register,
9751 set_gdbarch_deprecated_register_size,
9752 set_gdbarch_deprecated_register_raw_size,
9753 set_gdbarch_deprecated_register_virtual_size,
9754 set_gdbarch_deprecated_register_virtual_type,
9755 set_gdbarch_deprecated_register_bytes.
9756 Add calls to:
9757 set_gdbarch_num_pseudo_regs,
9758 set_gdbarch_register_type,
9759 set_gdbarch_convert_register_p,
9760 set_gdbarch_register_to_value,
9761 set_gdbarch_value_to_register,
9762 set_gdbarch_register_reggroup_p,
9763 set_gdbarch_regset_from_core_section,
9764 set_gdbarch_pseudo_register_read,
9765 set_gdbarch_pseudo_register_write,
9766 set_gdbarch_in_function_epilogue_p.
9767 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9768 (s390_tdep_h): New variable.
9769
9770 2004-02-17 Jim Blandy <jimb@redhat.com>
9771
9772 * findvar.c (value_from_register): If the type has no length, just
9773 return an acceptable value --- don't report an internal error.
9774
9775 * stabsread.c (read_type): If we find any type numbers that are
9776 forward references, complain if the references aren't resolved by
9777 the time we're finished reading.
9778 (cleanup_undefined_types): Make error message more appropriate for
9779 a complaint.
9780
9781 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9782
9783 * Makefile.in (defs_h): Remove dependency on progress_h.
9784 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9785 progress.h.
9786 * main.c (captured_main): Delete use of START_PROGRESS and
9787 END_PROGRESS.
9788
9789 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9790
9791 * objfiles.c (terminate_minimal_symbol_table): Add back
9792 initialization of MSYMBOL_TYPE.
9793
9794 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9795
9796 Committed by Andrew Cagney.
9797 * Makefile.in (ia64_tdep_h): New macro.
9798 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9799 (ia64-tdep.o): Likewise.
9800 * ia64-tdep.h: New file.
9801 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9802 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9803 (ia64_aix_sigcontext_register_address): Likewise.
9804 (ia64_linux_getunwind_table): Delete declaration.
9805 * ia64-linux-tdep.c: Likewise.
9806
9807 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9808
9809 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9810 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9811 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9812
9813 2004-02-17 Andrew Cagney <cagney@redhat.com>
9814
9815 * symtab.c (skip_prologue_using_sal): New function.
9816 * symtab.h (skip_prologue_using_sal): Declare.
9817 * frv-tdep.c: Include "symtab.h".
9818 (skip_prologue_using_sal): Delete function.
9819 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9820 * rs6000-tdep.c (refine_prologue_limit): Mention
9821 skip_prologue_using_sal.
9822 * ia64-tdep.c (refine_prologue_limit): Ditto.
9823 * Makefile.in: Update dependencies.
9824
9825 2004-02-16 Andrew Cagney <cagney@redhat.com>
9826
9827 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9828 START_INFERIOR_TRAPS_EXPECTED.
9829 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9830 START_INFERIOR_TRAPS_EXPECTED.
9831 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9832 Delete macro.
9833 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9834 macro, moved to "nm-osf.h". Update copyright.
9835 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9836 update copyright.
9837
9838 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9839 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9840 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9841 frameless_look_for_prologue.
9842 * frame.h (legacy_frameless_look_for_prologue): Rename
9843 frameless_look_for_prologue.
9844 * gdbarch.h, gdbarch.c: Re-generate.
9845 * sh64-tdep.c (sh64_gdbarch_init): Update.
9846 * sh-tdep.c (sh_gdbarch_init): Update.
9847 * s390-tdep.c (s390_gdbarch_init): Update.
9848 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9849 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9850 * m68k-tdep.c (m68k_gdbarch_init): Update.
9851 (delta68_frame_args_address): Update.
9852 * m32r-tdep.c (m32r_gdbarch_init): Update.
9853 * hppa-tdep.c (hppa_gdbarch_init): Update.
9854 * h8300-tdep.c (h8300_gdbarch_init): Update.
9855 * frv-tdep.c (frv_gdbarch_init): Update.
9856 (frv_frameless_function_invocation): Update.
9857 * cris-tdep.c (cris_gdbarch_init): Update.
9858 (cris_frameless_function_invocation): Update.
9859 * avr-tdep.c (avr_gdbarch_init): Update.
9860 * arm-tdep.c (arm_gdbarch_init): Update.
9861 * stack.c (frame_info): Update, call predicate.
9862 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9863 * frame.c (legacy_get_prev_frame): Update, call predicate..
9864 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9865 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9866 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9867 invocation.
9868 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9869 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9870 * vax-tdep.c (vax_gdbarch_init): Ditto.
9871
9872 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9873 function.
9874
9875 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9876
9877 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9878 initializations.
9879
9880 2004-02-16 Andrew Cagney <cagney@redhat.com>
9881
9882 * tui/tui-windata.c: Include "gdb_string.h".
9883 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9884 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9885 * Makefile.in: Update dependencies.
9886
9887 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9888
9889 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9890 * infrun.c: Include "gdb_assert.h".
9891 (singlestep_ptid, saved_singlestep_ptid)
9892 (stepping_past_singlestep_breakpoint): New variables.
9893 (resume): Set singlestep_ptid. Check for singlestep thread
9894 hop.
9895 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9896 (handle_inferior_event): Handle singlestep thread hop.
9897
9898 2004-02-16 Andrew Cagney <cagney@redhat.com>
9899
9900 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9901 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9902 (dwarf2_frame_init_reg): Ditto.
9903
9904 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9905 suggested by Joshua Neuheisel
9906
9907 * configure.in: Always check for curses, including pdcurses.
9908 Warn, instead of error, when no curses are found. Enable TUI when
9909 curses is available.
9910 * configure: Re-generate.
9911
9912 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9913
9914 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9915 sh_sh4_register_convert_to_virtual.
9916 (sh_register_convert_to_raw): Rename from
9917 sh_sh4_register_convert_to_raw.
9918 (sh_pseudo_register_read): Accomodate above name change.
9919 (sh_pseudo_register_write): Ditto.
9920
9921 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9922
9923 * sh-tdep.c (sh_generic_register_name): Remove.
9924 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9925
9926 2004-02-15 Andrew Cagney <cagney@redhat.com>
9927
9928 * configure.in (build_warnings): Add -Wunused-function.
9929 * configure: Re-generate.
9930
9931 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9932 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9933
9934 * procfs.c (procfs_init_inferior): Assume that
9935 START_INFERIOR_TRAPS_EXPECTED is defined.
9936 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9937 * config/ns32k/tm-nbsd.h: Delete file,
9938 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9939
9940 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9941 * config/vax/tm-vax.h: Delete file.
9942
9943 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9944 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9945 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9946 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9947 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9948 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9949 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9950
9951 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9952
9953 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9954 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9955 (struct dwarf2_frame_ops): New.
9956 (dwarf2_frame_default_init_reg): New function, based on
9957 dwarf2_frame_init_reg.
9958 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9959 (dwarf2_frame_init_reg): Call architecture-specific function.
9960 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9961 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9962 instead of dwarf2_frame_data.
9963 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9964 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9965
9966 2004-02-15 Andrew Cagney <cagney@redhat.com>
9967
9968 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9969 register_gdbarch_swap.
9970 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9971 * f-lang.c (_initialize_f_language): Update, use
9972 DEPRECATED_REGISTER_GDBARCH_SWAP.
9973 * remote.c (_initialize_remote): Ditto.
9974 * regcache.c (_initialize_regcache): Ditto.
9975 * parse.c (_initialize_parse): Ditto.
9976 * infrun.c (_initialize_infrun): Ditto.
9977 * mi/mi-main.c (_initialize_mi_main): Ditto.
9978 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9979
9980 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9981 poking .cacheable directly.
9982 * symfile.c (symfile_bfd_open): Ditto.
9983
9984 * Makefile.in: Update all dependencies.
9985
9986 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9987 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9988 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9989 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9990 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9991
9992 2004-02-14 Andrew Cagney <cagney@redhat.com>
9993
9994 * arch-utils.c (legacy_convert_register_p): Check
9995 DEPRECATED_REGISTER_CONVERTIBLE_P.
9996 * findvar.c (value_of_register): Ditto.
9997
9998 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9999 * gdbarch.h, gdbarch.c: Re-generate.
10000 * arch-utils.c (deprecated_register_convertible_not): Delete.
10001 * arch-utils.h (deprecated_register_convertible_not): Delete.
10002 * mi/mi-main.c (get_register): Update. Update copyright.
10003 * infcmd.c (default_print_registers_info): Update.
10004
10005 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10006 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10007 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
10008 * gdbarch.h, gdbarch.c: Re-generate.
10009 * frame.c (deprecated_get_next_frame_hack): Delete function.
10010 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10011 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10012 Update.
10013 * infcall.c (call_function_by_hand): Update.
10014
10015 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
10016
10017 * symfile.c (init_entry_point_info, entry_point_address): Move
10018 from here...
10019 * objfiles.c (init_entry_point_info, entry_point_address):..to
10020 here.
10021 * symfile.h (init_entry_point_info, entry_point_address): Remove
10022 prototypes.
10023 * objfiles.h (init_entry_point_info, entry_point_address):Add
10024 prototypes.
10025 * cris-tdep.c: Remove include of symfile.h. Add include of
10026 objfiles.h.
10027 * infcall.c: Ditto.
10028 * mcore-tdep.c: Ditto.
10029 * mn10300-tdep.c: Ditto.
10030 * sh64-tdep.c: Ditto.
10031 * v850-tdep.c: Ditto.
10032 * arm-tdep.c: Remove include of symfile.h.
10033 * blockframe.c: Ditto.
10034 * coffread.c: Ditto.
10035 * dbxread.c: Ditto.
10036 * dwarf2read.c: Ditto.
10037 * dwarfread.c: Ditto.
10038 * frv-tdep.c: Ditto.
10039 * ia64-tdep.c: Ditto.
10040 * mdebugread.c: Ditto.
10041 * mipsread.c: Ditto.
10042 * rs6000-tdep.c: Ditto.
10043 * s390-tdep.c: Ditto.
10044 * sh-tdep.c: Ditto.
10045 * xstormy16-tdep.c: Ditto.
10046 * gdbarch.sh: Remove include of symfile.h.
10047 * gdbarch.c: Regenerate.
10048 * solib-irix.c (enable_break): Use entry_point_address().
10049 Add comment about include file.
10050 * xcoffread.c: Add comment about include file.
10051 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10052 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10053 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10054 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10055 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10056
10057 2004-02-13 Andrew Cagney <cagney@redhat.com>
10058
10059 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10060 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10061 copyright.
10062 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10063
10064 2004-02-12 Fred Fish <fnf@redhat.com>
10065
10066 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10067 set_gdbarch_store_return_value.
10068
10069 2004-02-12 Andrew Cagney <cagney@redhat.com>
10070
10071 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10072 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10073 (interrupt_query): Ditto.
10074 (ofunc): Delete unused variable.
10075 * cris-tdep.c (cris_abi): Delete unused function.
10076 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10077 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10078 (cris_get_asr_quick_shift_steps): Ditto.
10079 (cris_skip_prologue_frameless_p): Ditto.
10080 * arm-tdep.c (arm_push_return_address): Delete unused function.
10081 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10082 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10083 * s390-tdep.c (s390_function_start): Delete unused function.
10084
10085 2004-02-12 Andrew Cagney <cagney@redhat.com>
10086
10087 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10088 gdbarch.h, gdbarch.c: Re-generate.
10089 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10090 to generic_prologue_frameless_p.
10091 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10092 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10093
10094 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10095
10096 * mips-linux-tdep.c: Include "frame.h".
10097 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10098 (mips_linux_skip_resolver): New functions.
10099 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10100 and set_gdbarch_in_solib_call_trampoline.
10101 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10102 to after set_gdbarch_in_solib_return_trampoline. Only set the
10103 solib hooks to mips16 functions if the OS ABI is unknown.
10104 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10105 including "config/tm-linux.h".
10106 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10107 * Makefile.in (mips-linux-tdep.o): Update.
10108
10109 2004-02-11 David Carlton <carlton@kealia.com>
10110
10111 * linespec.c (decode_compound): Only look for a class symbol when
10112 considering all but the rightmost component.
10113
10114 2004-02-11 Andrew Cagney <cagney@redhat.com>
10115
10116 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10117 abi code are are separatly grouped.
10118
10119 2004-02-11 Andrew Cagney <cagney@redhat.com>
10120
10121 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10122 * gdbarch.h, gdbarch.c: Re-generate.
10123 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10124 * v850-tdep.c (v850_gdbarch_init): Update.
10125 * sh64-tdep.c (sh64_gdbarch_init): Update.
10126 * sh-tdep.c (sh_gdbarch_init): Update.
10127 * s390-tdep.c (s390_gdbarch_init): Update.
10128 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10129 * mips-tdep.c (mips_gdbarch_init): Update.
10130 * mcore-tdep.c (mcore_gdbarch_init): Update.
10131 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10132 * m32r-tdep.c (m32r_gdbarch_init): Update.
10133 * ia64-tdep.c (ia64_gdbarch_init): Update.
10134 * hppa-tdep.c (hppa_gdbarch_init): Update.
10135 * h8300-tdep.c (h8300_gdbarch_init): Update.
10136 * frv-tdep.c (frv_gdbarch_init): Update.
10137 * d10v-tdep.c (d10v_gdbarch_init): Update.
10138 * cris-tdep.c (cris_gdbarch_init): Update.
10139 * avr-tdep.c (avr_gdbarch_init): Update.
10140 * arm-tdep.c (arm_gdbarch_init): Update.
10141 * alpha-tdep.c (alpha_gdbarch_init): Update.
10142
10143 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10144
10145 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10146 comma.
10147 (sh_sh4al_dsp_register_name): Ditto.
10148
10149 2004-02-10 Andrew Cagney <cagney@redhat.com>
10150
10151 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10152 (mips_init_frame_pc_first): Delete function.
10153 (mips_frame_saved_pc): Delete function.
10154 (mips_frame_chain): Delete function.
10155 (mips_init_extra_frame_info): Delete function.
10156 (mips_xfer_register): Delete unused variable "reg".
10157 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10158 (mips_n32n64_return_value): Delete unused variable "reg".
10159 (mips_n32n64_return_value): Delete unused variable "pos".
10160 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10161 (mips_o32_return_value): Delete unused variable "pos".
10162 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10163 (mips_print_fp_register): Delete unused variable "namelen"
10164 (mips_print_fp_register): Delete unused variable "flt2"
10165 (get_frame_pointer): Delete function.
10166 (cached_proc_desc): Delete static variable.
10167 (mips_pop_frame): Delete function.
10168 (mips_find_saved_regs): Delete function.
10169 (mips_get_saved_register): Delete function.
10170 (mips_saved_pc_after_call): Delete function.
10171 (SIGFRAME_BASE): Delete macro.
10172 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10173 (SIGFRAME_PC_OFF): Delete macro.
10174 (SIGFRAME_REGSAVE_OFF): Delete macro.
10175 (mips_dump_tdep): Do not print deleted macro definitions.
10176
10177 2004-02-10 Andrew Cagney <cagney@redhat.com>
10178
10179 * Makefile.in (SFILES): Remove explictly listed tui files.
10180 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10181
10182 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10183
10184 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10185 to use paddr functions to format ia64 addresses and long values.
10186 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10187 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10188 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10189 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10190 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10191
10192 2004-02-10 Andrew Cagney <cagney@redhat.com>
10193
10194 * defs.h: Do not include "tui.h".
10195 * gdb_curses.h: New file.
10196 * tui/tui-hooks.h: New file.
10197 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10198 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10199 (tui_initialize_io): Delete declaration.
10200 (tui_initialize_readline: Delete redundant declaration.
10201 (struct tui_point): Delete definition.
10202 * tui/tui-data.h (struct tui_point): Define.
10203 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10204 * utils.c: Include "tui/tui.h".
10205 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10206 * printcmd.c [TUI]: Include "tui/tui.h".
10207 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10208 * tui/tui-command.c: Include "gdb_curses.h".
10209 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10210 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10211 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10212 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10213 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10214 * Makefile.in: Update all dependencies.
10215 (tui_hooks_h, gdb_curses_h): Define.
10216 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10217
10218 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10219
10220 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10221 auxf2. Add comments about some other rarely used fields.
10222
10223 2004-02-10 Andrew Cagney <cagney@redhat.com>
10224
10225 * Makefile.in (init.c): Fix script removing duplicates. Problem
10226 reported by Peter Schauer.
10227
10228 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10229
10230 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10231 obstack_specify_allocation.
10232 * objfiles.c (allocate_objfile): Ditto.
10233 * solib-sunos.c (solib_add_common_symbols)
10234 (allocate_rt_common_objfile): Ditto.
10235 * symfile.c (reread_symbols): Ditto.
10236 * gdb_obstack.h: Add comment.
10237
10238 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10239
10240 * linespec.c (decode_line_1, locate_first_half)
10241 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10242 commented out code.
10243
10244 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10245
10246 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10247 obstack_free.
10248
10249 2004-02-09 Andrew Cagney <cagney@redhat.com>
10250
10251 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10252 fails, try find_pc_section. Fix PR c++/1267.
10253 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10254 instead of find_pc_mapped_section.
10255 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10256 not default to the section containing PC. Fix PR symtab/1519.
10257
10258 2004-02-09 Andrew Cagney <cagney@redhat.com>
10259
10260 * Makefile.in (mips-tdep.o): Update dependencies.
10261 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10262 "trad-frame.h".
10263 (mips_unwind_pc): Return the pseudo PC register.
10264 (mips_unwind_dummy_id): New function.
10265 (mips16_fetch_instruction): New function.
10266 (mips32_fetch_instruction): New function.
10267 (struct mips_frame_cache): Define.
10268 (mips_mdebug_frame_cache): New function.
10269 (mips_mdebug_frame_this_id): New function.
10270 (mips_mdebug_frame_prev_register): New function.
10271 (mips_mdebug_frame_unwind): Define.
10272 (mips_mdebug_frame_sniffer): New function.
10273 (mips_mdebug_frame_base_address): New function.
10274 (mips_mdebug_frame_base): Define.
10275 (mips_mdebug_frame_base_sniffer): New function.
10276 (mips_gdbarch_init): Append unwind and base sniffers. Set
10277 unwind_dummy_id.
10278
10279 2004-02-08 Andrew Cagney <cagney@redhat.com>
10280
10281 * frame.c: Print both the register number and name.
10282
10283 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10284 and a sed into a single sed. Make .c and .o patterns more robust.
10285 (OBS): Delete.
10286 (INIT_FILES): Replace OBS with COMMON_OBS.
10287 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10288
10289 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10290
10291 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10292 the PT_WCOOKIE request.
10293
10294 2004-02-08 Andrew Cagney <cagney@redhat.com>
10295
10296 * mips-tdep.c (mips_unwind_pc): New function.
10297 (mips_gdbarch_init): Set mips_unwind_pc.
10298
10299 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10300 (get_frame_id): Allow the UNKNOWN_FRAME.
10301 (frame_register_unwind, get_frame_type): Ditto.
10302
10303 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10304 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10305 unwind_dummy_id indicates a legacy frame.
10306
10307 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10308 * configure: Re-generate.
10309
10310 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10311 methods.
10312
10313 2004-02-08 Andrew Cagney <cagney@redhat.com>
10314
10315 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10316 makefile macro.
10317 * configure: Re-generate.
10318 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10319 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10320 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10321 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10322 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10323 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10324 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10325 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10326 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10327 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10328
10329 2004-02-07 Andrew Cagney <cagney@redhat.com>
10330
10331 * Makefile.in: Update all dependencies.
10332
10333 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10334 * configure: Re-generate.
10335 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10336 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10337 (COMMON_OBS): Add "main.o" and "annotate.o".
10338 (ANNOTATE_OBS): Delete.
10339 (OBS): Remove ANNOTATE_OBS.
10340 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10341 CONFIG_INITS.
10342 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10343 against CONFIG_OBS and "main.o".
10344 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10345 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10346
10347 * tui/tui-command.c: Include "gdb_string.h", delete register
10348 attribute, use ISO-C function signatures.
10349 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10350 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10351 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10352 * tui/tui.c: Ditto.
10353
10354 * tui/tui-command.c: Change variable and function names to lower
10355 case.
10356 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10357 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10358 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10359 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10360 * tui/tui-winsource.c, tui/tui.c: Ditto.
10361
10362 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10363
10364 * buildsym.c (free_pending_blocks, finish_block)
10365 (record_pending_block, make_blockvector, end_symtab): Replace
10366 symbol_obstack with objfile_obstack.
10367 * coffread.c (process_coff_symbol, coff_read_struct_type)
10368 (coff_read_enum_type): Ditto.
10369 * cp-namespace.c (initialize_namespace_symtab)
10370 (check_one_possible_namespace_symbol): Ditto.
10371 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10372 (dwarf2_symbol_mark_computed): Ditto.
10373 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10374 * elfread.c (elf_symtab_read): Ditto.
10375 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10376 (hpread_read_enum_type, hpread_read_function_type)
10377 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10378 Ditto.
10379 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10380 (java_link_class_type): Ditto.
10381 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10382 (new_symbol): Ditto.
10383 * minsyms.c (install_minimal_symbols): Ditto.
10384 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10385 (terminate_minimal_symbol_table): Replace symbol_obstack with
10386 objfile_obstack.
10387 (free_objfile): Remove freeing of symbol_obstack.
10388 * objfiles.h: Remove symbol_obstack field.
10389 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10390 objfile_obstack.
10391 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10392 symbol_obstack.
10393 (solib_add_common_symbols): Replace symbol_obstack with
10394 objfile_obstack.
10395 * somsolib.c (som_solib_add): Ditto.
10396 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10397 (common_block_start, common_block_end): Ditto.
10398 * symfile.c (reread_symbols): Remove freeing and init of
10399 symbol_obstack.
10400 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10401 * symfile.h: Update comment.
10402 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10403 stats printing.
10404 * symtab.c (symbol_set_names): Replace symbol_obstack with
10405 objfile_obstack.
10406 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10407 Update comments.
10408 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10409 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10410 objfile_obstack.
10411
10412 2004-02-07 Andrew Cagney <cagney@redhat.com>
10413
10414 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10415 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10416 fields and variables.
10417 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10418 (m_beInvisible): Delete macro.
10419 * tui/tui-data.h: Fix case case fields and variables.
10420 (m_genWinPtrIsNull): Delete macro.
10421 (tui_win_list): Rename winList.
10422 (TUI_SRC_WIN): Rename srcWin.
10423 (TUI_DISASM_WIN): Rename disassemWin.
10424 (TUI_DATA_WIN): Rename dataWin.
10425 (TUI_CMD_WIN): Rename cmdWin.
10426 (m_genWinPtrNotNull): Delete macro.
10427 (m_winPtrIsNull): Delete macro.
10428 (m_winPtrNotNull): Delete macro.
10429 (tui_win_is_source_type): Replace m_winIsSourceType
10430 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10431 (tui_win_has_locator): Replace m_hasLocator.
10432 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10433 m_setWinHighlightOff.
10434 * tui/tui-data.c: Update references.
10435 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10436 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10437 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10438 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10439 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10440 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10441 * tui/tui-winsource.c, tui/tui.c: Ditto.
10442
10443 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10444
10445 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10446 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10447 StackGhost.
10448
10449 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10450 variable `i6' to `i7'.
10451 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10452
10453 2004-02-07 Andrew Cagney <cagney@redhat.com>
10454
10455 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10456 (TuiPoint, TuiPointPtr): Ditto.
10457 (TuiStatus, TuiStatusPtr): Ditto.
10458 (TuiWinType, TuiWinTypePtr): Ditto.
10459 (struct tui_point): Rename _TuiPoint.
10460 (tui_get_low_disassembly_address): Rename
10461 tuiGetLowDisassemblyAddress.
10462 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10463 (tuiFree): Delete declaration.
10464 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10465 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10466 * tui/tui.c (tuiFree): Delete function.
10467 * cli/cli-cmds.c (disassemble_command): Update references.
10468 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10469 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10470 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10471 * tui/tui-winsource.c: Ditto.
10472
10473 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10474
10475 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10476 coffstab_build_psymtabs, elfstab_build_psymtabs)
10477 (stabsect_build_psymtabs): Replace psymbol_obstack with
10478 objfile_obstack.
10479 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10480 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10481 Ditto.
10482 * dwarfread.c (scan_compilation_units): Ditto.
10483 * elfread.c (elfstab_offset_sections): Ditto.
10484 * hppa-tdep.c (read_unwind_info): Ditto.
10485 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10486 (hpread_end_psymtab): Ditto.
10487 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10488 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10489 Ditto.
10490 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10491 * objfiles.c (add_to_objfile_sections)
10492 (build_objfile_section_table): Ditto.
10493 (allocate_objfile): Remove init of psymbol_obstack.
10494 (free_objfile): Remove freeing of psymbol_obstack.
10495 * objfiles.h (struct objfile): Remove field
10496 psymbol_obstack. Update comments.
10497 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10498 psymbol_obstack with objfile_obstack.
10499 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10500 psymbol_obstack.
10501 * somread.c (som_symfile_offsets, init_import_symbols)
10502 (init_export_symbols): Replace psymbol_obstack with
10503 objfile_obstack.
10504 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10505 * symfile.c (default_symfile_offsets, syms_from_objfile)
10506 (reread_symbols): Remove freeing and init of psymbol_obstack.
10507 (cashier_psymtab): Update comment.
10508 * symmisc.c (print_objfile_statistics): Don't report stats for
10509 psymbol obstack.
10510 * symtab.h (struct general_symbol_info, struct partial_symtab):
10511 Update comments.
10512 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10513 (xcoff_symfile_offsets): Replace psymbol_obstack with
10514 objfile_obstack.
10515
10516 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10517
10518 * objfiles.h (struct objfile): Add objfile_obstack field.
10519 Remove type_obstack field.
10520
10521 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10522 read_structure_scope read_enumeration, new_symbol): Replace
10523 type_obstack with objfile_obstack.
10524 * dwarfread.c (struct_type, enum_type): Ditto.
10525 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10526 (lookup_fundamental_type): Ditto.
10527 * gdbtypes.h (TYPE_ALLOC): Ditto.
10528 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10529 (hpread_read_doc_function_type, hpread_read_struct_type)
10530 (fix_static_member_physnames, hpread_read_array_type)
10531 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10532 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10533 (java_link_class_type): Ditto.
10534 * mdebugread.c (parse_type): Ditto.
10535 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10536 * solib-sunos.c (solib_add_common_symbols): Ditto.
10537 * stabsread.c (define_symbol, read_type, read_member_functions,
10538 read_cpp_abbrev, read_one_struct_field): Ditto.
10539 * symfile.c (reread_symbols): Ditto.
10540 * symmisc.c (print_objfile_statistics): Ditto.
10541
10542 2004-02-07 Andrew Cagney <cagney@redhat.com>
10543
10544 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10545 (tui_exec_info_content): Rename TuiExecInfoContent.
10546 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10547 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10548 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10549 (TuiList, TuiListPtr): Ditto.
10550 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10551 (TuiDataType, TuiDataTypePtr): Ditto.
10552 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10553 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10554 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10555 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10556 (TuiDataElement, TuiDataElementPtr): Ditto.
10557 (TuiWinElement, TuiWinElementPtr): Ditto.
10558 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10559 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10560 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10561 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10562 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10563 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10564 * tui/tui-command.c, tui/tui-data.c: Update references.
10565 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10566 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10567 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10568 * tui/tui-winsource.c, tui/tui.c: Ditto.
10569
10570 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10571
10572 * dwarf2-frame.h: Update copyright.
10573 (enum dwarf2_frame_reg_rule): New.
10574 (struct dwarf2_frame_state_reg): New.
10575 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10576 * dwarf2-frame.c: Update copyright.
10577 (enum dwarf2_reg_rule): Remove.
10578 (struct dwarf2_frame_state): Remove defenition of `struct
10579 dwarf2_frame_state_reg'.
10580 (read_reg): Call get_frame_arch to get the architecture instead of
10581 using CURRENT_GDBARCH.
10582 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10583 DWARF2_FRAME_.
10584 (dwarf2_frame_init_reg): New function.
10585 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10586 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10587 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10588 tags with DWARF2_FRAME_.
10589 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10590 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10591 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10592
10593 2004-02-06 Andrew Cagney <cagney@redhat.com>
10594
10595 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10596 (enum tui_data_type): Rename _TuiDataType.
10597 (struct tui_layout_def): Rename _TuiLayoutDef.
10598 (struct tui_source_element): Rename _TuiSourceElement.
10599 (struct tui_data_element): Rename _TuiDataElement.
10600 (struct tui_command_element): Rename _TuiCommandElement.
10601 (struct tui_locator_element): Rename _TuiLocatorElement.
10602 (union tui_which_element): Define.
10603 (struct tui_win_element): Rename _TuiWinElement.
10604 (struct tui_data_info): Rename _TuiDataInfo.
10605 (struct tui_source_info): Rename _TuiSourceInfo.
10606 (struct tui_command_info): Rename _TuiCommandInfo.
10607 (tui_initialize_static_data): Rename initializeStaticData.
10608 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10609 (tui_alloc_win_info): Rename allocWinInfo.
10610 (tui_init_generic_part): Rename initGenericPart.
10611 (tui_init_win_info): Rename initWinInfo.
10612 (tui_alloc_content): Rename allocContent.
10613 (tui_add_content_elements): Rename addContentElements.
10614 (tui_init_content_element): Rename initContentElement.
10615 (tui_free_window): Rename freeWindow.
10616 (tui_free_win_content): Rename freeWinContent.
10617 (tui_free_data_content): Rename freeDataContent.
10618 (tui_free_all_source_wins_content): Rename
10619 freeAllSourceWinsContent.
10620 (tui_del_window): Rename tuiDelWindow.
10621 (tui_del_data_windows): Rename tuiDelDataWindows.
10622 (tui_partial_win_by_name): Rename partialWinByName.
10623 (tui_win_name): Rename winName.
10624 (tui_current_layout): Rename currentLayout.
10625 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10626 (tui_term_height): Rename termHeight.
10627 (tui_set_term_height_to): Rename setTermHeightTo.
10628 (tui_term_width): Rename termWidth.
10629 (tui_set_term_width_to): Rename setTermWidthTo.
10630 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10631 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10632 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10633 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10634 (tui_source_windows): Rename sourceWindows.
10635 (tui_clear_source_windows): Rename clearSourceWindows.
10636 (tui_clear_source_windows_detail): Rename
10637 clearSourceWindowsDetail.
10638 (tui_clear_win_detail): Rename clearWinDetail.
10639 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10640 (tui_default_tab_len): Rename tuiDefaultTabLen.
10641 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10642 (tui_win_with_focus): Rename tuiWinWithFocus.
10643 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10644 (tui_layout_def): Rename tuiLayoutDef.
10645 (tui_win_resized): Rename tuiWinResized.
10646 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10647 (tui_next_win): Rename tuiNextWin.
10648 (tui_prev_win): Rename tuiPrevWin.
10649 (tui_add_to_source_windows): Rename addToSourceWindows.
10650 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10651 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10652 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10653 * tui/tui.c, tui/tui-data.c: Ditto.
10654 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10655 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10656
10657 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10658 (struct symtab): Declare.
10659 (tui_set_source_content): Rename tuiSetSourceContent.
10660 (tui_show_symtab_source): Rename tuiShowSource.
10661 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10662 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10663 * tui/tui-source.c: Update copyright. Update references.
10664 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10665 * tui/tui-stack.c: Update references.
10666
10667 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10668 (struct tui_win_info): Declare.
10669 (tui_scroll_forward): Rename tuiScrollForward.
10670 (tui_scroll_backward): Rename tuiScrollBackward.
10671 (tui_scroll_left): Rename tuiScrollLeft.
10672 (tui_scroll_right): Rename tuiScrollRight.
10673 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10674 (tui_resize_all): Rename tuiResizeAll.
10675 (tui_refresh_all_win): Rename tuiRefreshAll.
10676 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10677 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10678 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10679 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10680
10681 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10682 (tui_erase_data_content): Rename tuiEraseDataContent.
10683 (tui_display_all_data): Rename tuiDisplayAllData.
10684 (tui_check_data_values): Rename tuiCheckDataValues.
10685 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10686 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10687 (tui_first_data_element_no_in_line): Rename
10688 tuiFirstDataElementNoInLine.
10689 (tui_delete_data_content_windows): Rename
10690 tuiDeleteDataContentWindows.
10691 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10692 (tui_display_data_from): Rename tuiDisplayDataFrom.
10693 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10694 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10695 * tui/tui-win.c, tui/tui-regs.c: Update references.
10696 * tui/tui-layout.c, tui/tui.c: Update references.
10697
10698 * tui/tui-wingeneral.h: Update copyright.
10699 (m_allBeVisible): Delete macro.
10700 (m_allBeInvisible): Delete macro.
10701 (struct tui_gen_win_info): Declare.
10702 (struct tui_win_info): Declare.
10703 (tui_unhighlight_win): Rename unhighlightWin.
10704 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10705 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10706 (tui_make_window): Rename makeWindow.
10707 (tui_copy_win): Rename copyWin.
10708 (tui_box_win): Rename boxWin.
10709 (tui_highlight_win): Rename highlightWin.
10710 (tui_check_and_display_highlight_if_needed): Rename
10711 checkAndDisplayHighlightIfNeeded.
10712 (tui_refresh_all): Rename refreshAll.
10713 (tui_delete_win): Rename tuiDelwin.
10714 (tui_refresh_win): Rename tuiRefreshWin.
10715 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10716 (tui_make_visible, tui_make_invisible): New functions.
10717 (tui_make_all_visible, tui_make_all_invisible): New functions.
10718 (make_all_visible): Rename makeAllVisible.
10719 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10720 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10721 * tui/tui-windata.c, tui/tui-win.c: Update references.
10722 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10723 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10724
10725 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10726
10727 * proc-api.c (write_with_trace): Initialize local variable to
10728 silence compiler warning.
10729
10730 2004-02-06 Andrew Cagney <cagney@redhat.com>
10731
10732 * tui/tui-source.h: Do not include "defs.h".
10733 (struct tui_win_info): Declare.
10734 (tui_set_source_content_nil): Declare.
10735 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10736 (union tui_line_or_address): Rename _TuiLineOrAddress.
10737 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10738 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10739 (tui_update_source_window_as_is): Rename
10740 tuiUpdateSourceWindowAsIs.
10741 (tui_update_source_windows_with_addr): Rename
10742 tuiUpdateSourceWindowsWithAddr.
10743 (tui_update_source_windows_with_line): Rename
10744 tuiUpdateSourceWindowsWithLine.
10745 (tui_clear_source_content): Rename tuiClearSourceContent.
10746 (tui_erase_source_content): Rename tuiEraseSourceContent.
10747 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10748 (tui_show_source_content): Rename tuiShowSourceContent.
10749 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10750 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10751 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10752 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10753 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10754 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10755 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10756 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10757 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10758 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10759 (struct tui_win_info): Declare.
10760 * tui/tui-stack.c: Update references.
10761 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10762 * tui/tui-win.c, tui/tui-source.c: Ditto.
10763 * tui/tui.c, tui/tui-disasm.c: Ditto.
10764
10765 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10766
10767 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10768 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10769
10770 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10771
10772 * infrun.c (handle_inferior_event): Allow for breakpoint
10773 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10774 and SIGEMT. Update comments.
10775 * NEWS (Revised SPARC target): Mention support for non-executable
10776 stack.
10777
10778 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10779
10780 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10781 * inftarg.c: Update copyright year.
10782 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10783 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10784 (sparc_xfer_wcookie): New function.
10785 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10786 * Makefile.in (sparc-nat.o): Update dependencies.
10787 * config/sparc/nm-nbsd.h: Include "target.h".
10788 (NATIVE_XFER_WCOOKIE): New define.
10789 (sparc_xfer_wcookie): New prototype.
10790
10791 2004-02-04 Andrew Cagney <cagney@redhat.com>
10792
10793 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10794 SYSCALL_TRAP function.
10795 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10796
10797 2004-02-04 Andrew Cagney <cagney@redhat.com>
10798 Daniel Jacobowitz <drow@mvista.com>
10799
10800 * objfiles.h: Delete comments refering to inside_entry_func and
10801 DEPRECATED_FRAME_CHAIN_VALID.
10802 * defs.h (inside_entry_func): Update prototype..
10803 * blockframe.c (inside_entry_func): Rename to
10804 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10805 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10806
10807 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10808
10809 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10810 outside of #ifdef SOLIB_ADD region.
10811 (do_restore_lang_radix_cleanup): Ditto.
10812 (resolve_pending_breakpoint): Ditto.
10813
10814 2004-02-03 Andrew Cagney <cagney@redhat.com>
10815
10816 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10817 (process_note_abi_tag_sections): Delete unused function.
10818 (ia64_read_fp): Delete unused function.
10819 (gdbarch_extract_struct_value_address): Delete declaration.
10820
10821 2004-02-02 Andrew Cagney <cagney@redhat.com>
10822
10823 * vax-tdep.c (vax_frame_chain): Delete call to
10824 deprecated_inside_entry_file.
10825 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10826
10827 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10828
10829 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10830 column that's "empty" or "same value" when eliminating REG_RA
10831 rules.
10832
10833 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10834
10835 * NEWS: Add information about new pending breakpoint support.
10836
10837 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10838
10839 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10840 and pending fields for pending breakpoint support.
10841 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10842 (condition_command): Only parse condition if not a pending
10843 breakpoint.
10844 (print_one_breakpoint): Add support for pending breakpoints.
10845 (describe_other_breakpoints): Add checks to verify we are not
10846 dealing with pending breakpoints.
10847 (check_duplicates): Don't check pending breakpoints.
10848 (set_raw_breakpoint): Initialize pending flag.
10849 (do_restore_lang_radix_cleanup): New cleanup routine.
10850 (resolve_pending_breakpoint): New function.
10851 (re_enable_breakpoints_in_shlibs): Try and resolve any
10852 pending breakpoints via resolve_pending_breakpoint.
10853 (mention): Add pending breakpoint support.
10854 (parse_breakpoint_sals): Add new parameter to pass to
10855 decode_line_1 to indicate silent errors when files or functions
10856 are not found. Change all callers.
10857 (do_captured_parse_breakpoint): New function.
10858 (break_command_1): Change prototype to return an rc value and to
10859 take an optional pending breakpoint pointer. Support creating
10860 a pending breakpoint if a "not found" form of error occurs when
10861 parsing the breakpoint. Also support resolving an existing pending
10862 breakpoint and be silent if the resolution fails.
10863 (create_breakpoints): Change prototype to take pending breakpoint
10864 pointer. When resolving a pending breakpoint, use the new pointer
10865 to provide a conditional or commands added by the end-user.
10866 (delete_breakpoint): Add appropriate check for pending.
10867 (breakpoint_re_set_one): Ditto.
10868 (do_enable_breakpoint): Ditto.
10869
10870 2004-02-02 David Carlton <carlton@kealia.com>
10871
10872 * valops.c (enum oload_classification): New.
10873 (find_overload_match): Break implementation into separate
10874 functions; delete #if 0'd code; look for symbols within
10875 namespaces.
10876 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10877 (find_oload_champ,oload_method_static,classify_oload_match): New.
10878 * cp-support.h: Add declaration for cp_func_name; update
10879 declaration for make_symbol_overload_list.
10880 * cp-support.c (cp_func_name): New.
10881 (overload_list_add_symbol): Fix comment, use
10882 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10883 (make_symbol_overload_list): Take a function name and a namespace
10884 instead of a symbol; change implementation.
10885 (make_symbol_overload_list_using): New.
10886 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10887
10888 2004-02-02 Fred Fish <fnf@redhat.com>
10889
10890 * main.c (gdb_stdtarg): Move definition to group with other
10891 gdb_stdtarg definitions and update copyright years.
10892 * remote-sim.c (gdb_os_write_stderr): Write output to
10893 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10894 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10895 gdb_stderr stream and update copyright years.
10896
10897 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10898
10899 * Makefile.in (mips-linux-nat.o): Update dependencies.
10900 * mips-linux-nat.c: Include mips-tdep.h.
10901
10902 2004-02-01 Roland McGrath <roland@redhat.com>
10903
10904 * sol-thread.c (sol_thread_xfer_partial): New function.
10905 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10906 (init_sol_core_ops): Likewise.
10907
10908 * procfs.c (procfs_xfer_partial): New function.
10909 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10910 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10911
10912 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10913 procfs_xfer_auxv function.
10914
10915 * procfs.c (procfs_make_note_section): If we can read
10916 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10917 * linux-proc.c (linux_make_note_section): Likewise.
10918
10919 * auxv.h: New file.
10920 * auxv.c: New file.
10921 * Makefile.in (auxv_h): New variable.
10922 (COMMON_OBS): Add auxv.o here.
10923 (auxv.o): New target.
10924
10925 * corelow.c (core_xfer_partial): New function.
10926 (init_core_ops): Use it for core_ops.to_xfer_partial.
10927
10928 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10929 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10930 macro if that is defined.
10931
10932 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10933
10934 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10935 and check the specified thread for each breakpoint.
10936 * breakpoint.h (bpstat_stop_status): Update prototype.
10937 * infrun.c (handle_inferior_event): Update calls to
10938 bpstat_stop_status.
10939
10940 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10941
10942 * Makefile.in (cli-cmds.o): Add $(readline_h).
10943
10944 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10945
10946 * cli/cli-cmds.c: Include readline.h.
10947 (complete_command): Pass the start of the last word to
10948 complete_line.
10949
10950 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10951
10952 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10953 argument, and change first argument to a CORE_ADDR.
10954 * breakpoint.h (bpstat_stop_status): Update prototype.
10955 * infrun.c (adjust_pc_after_break): Add a new comment.
10956 (handle_inferior_event): Update calls to bpstat_stop_status.
10957
10958 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10959
10960 * breakpoint.h: Update copyright years.
10961
10962 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10963
10964 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10965 (bpstat_stop_status): Don't decrement PC.
10966 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10967 prototype.
10968 * infrun.c (adjust_pc_after_break): New function.
10969 (handle_inferior_event): Call it, early. Remove later references
10970 to DECR_PC_AFTER_BREAK.
10971 (normal_stop): Add commentary.
10972
10973 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10974
10975 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10976 2004-01-27 double-free fix.
10977
10978 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10979
10980 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10981 (sparc32_frame_prev_register): Handle StackGhost.
10982 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10983
10984 2004-01-29 Roland McGrath <roland@redhat.com>
10985
10986 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10987 * configure: Regenerated.
10988
10989 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10990 * Makefile.in (procfs.o): Add dep.
10991
10992 2004-01-28 Andrew Cagney <cagney@redhat.com>
10993
10994 * tui/tui-stack.h: Update copyright.
10995 (struct frame_info): Add opaque declaration.
10996 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10997 (tui_show_locator_content): Rename tuiShowLocatorContent.
10998 (tui_show_frame_info): Rename tuiShowFrameInfo.
10999 * tui/tui-stack.c: Update copyright. Update references.
11000 * tui/tui-winsource.c: Update references.
11001 * tui/tui-win.c: Update references.
11002 * tui/tui-layout.c: Update references.
11003 * tui/tui-hooks.c: Update copyright, update references.
11004 * tui/tui.c: Update copyright, update references.
11005 * tui/tui-disasm.c: Update references.
11006
11007 2004-01-28 David Carlton <carlton@kealia.com>
11008
11009 * dwarf2read.c (add_partial_structure): Use demangled name if
11010 namespace equals "".
11011
11012 2004-01-27 Jim Blandy <jimb@redhat.com>
11013
11014 Clean up misapplied patch:
11015 * dwarf2read.c (determine_prefix): Change one of the two forward
11016 declarations for 'determine_prefix_aux' to a declaration for this.
11017 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11018 argument to 'die_specification'.
11019
11020 * dwarf2read.c (read_func_scope): Re-indent comment.
11021
11022 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
11023
11024 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11025 b->exp to NULL after freeing so that error during re-parsing or
11026 evaluation of expressions associated with breakpoint don't
11027 eventually lead to re-freeing of storage.
11028 Committed by Andrew Cagney.
11029
11030 2004-01-27 Andrew Cagney <cagney@redhat.com>
11031
11032 * source.c (ambiguous_line_spec): Delete undefined declaration.
11033 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11034 (m32r_set_server_address, m32r_set_download_path): Ditto.
11035 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11036
11037 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
11038
11039 * dwarf2read.c: Update calls to changed and renamed functions, and
11040 references to moved variables.
11041
11042 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11043 language, language_defn, list_in_scope, and ftypes members.
11044 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11045 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11046 (baseaddr): Remove globals.
11047
11048 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11049 (set_cu_language, die_is_declaration, die_specification)
11050 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11051 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11052 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11053 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11054
11055 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11056 cu.list_in_scope. Don't initialize cu_header_offset.
11057 (add_partial_symbol): Add local baseaddr.
11058 (psymtab_to_symtab_1): Add local baseaddr. Use
11059 objfile->section_offsets for consistency. Don't initialize
11060 cu_header_offset; do initialize cu.header.offset and
11061 cu.list_in_scope.
11062 (read_file_scope, read_func_scope, read_lexical_block_scope)
11063 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11064
11065 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11066
11067 * PROBLEMS: Add gdb/1516.
11068
11069 2003-12-29 Robert Millan <robertmh@gnu.org>
11070
11071 Patch committed by Andrw Cagney.
11072 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11073 * configure.tgt: Match knetbsd*-gnu.
11074
11075 2004-01-26 Andrew Cagney <cagney@redhat.com>
11076
11077 * breakpoint.c (catch_command_1): Delete #ifdef code.
11078 (catch_fork_command_1): Delete #ifdef wrapper.
11079 (catch_exec_command_1): Ditto.
11080 (catch_load_command_1): Ditto.
11081 (catch_unload_command_1): Ditto.
11082
11083 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11084 (catch_breakpoint): Delete #if0ed function.
11085 (disable_catch_breakpoint): Ditto.
11086 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11087 (disable_catch, enable_catch, delete_catch): Ditto.
11088
11089 2004-01-26 Andrew Cagney <cagney@redhat.com>
11090
11091 * remote.c (echo_check, quit_flag): Delete variables.
11092 (cisco_kernel_mode): Delete variable.
11093 (minitelnet_return, tty_input, escape_count): Delete variables.
11094 (remote_cisco_mode): Delete variable.
11095 (remote_cisco_open, remote_cisco_close): Delete function.
11096 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11097 (init_remote_cisco_ops): Delete function.
11098 (_initialize_remote): Do not install "remote cisco" code.
11099 (read_frame): Delete cisco specific code.
11100 (remote_info_process): Delete function.
11101 (remote_wait): Delete cisco specific code.
11102 (remote_cisco_section_offsets): Delete function.
11103 (remote_cisco_objfile_relocate): Delete function.
11104 (remote_async_wait): Delete cisco specific code.
11105 (minitelnet, readtty, readsocket): Delete function.
11106
11107 2004-01-26 Andrew Cagney <cagney@redhat.com>
11108
11109 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11110 comments mentioning extract_returned_value_address.
11111 * infcmd.c (print_return_value): Update. Add comments on
11112 extract_returned_value_address.
11113 * stack.c (return_command): Add comments on
11114 extract_returned_value_address.
11115 * values.c: Update comment.
11116 * m32r-tdep.c: Update comment.
11117 * sparc-tdep.c: Update comment.
11118 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11119 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11120 * sh64-tdep.c (sh64_gdbarch_init): Update.
11121 * sh-tdep.c (sh_gdbarch_init): Update.
11122 * s390-tdep.c (s390_gdbarch_init): Update.
11123 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11124 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11125 * m68k-tdep.c (m68k_gdbarch_init): Update.
11126 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11127 * m32r-tdep.c (m32r_gdbarch_init): Update.
11128 * ia64-tdep.c (ia64_gdbarch_init): Update.
11129 * h8300-tdep.c (h8300_gdbarch_init): Update.
11130 * frv-tdep.c (frv_gdbarch_init): Update.
11131 * arm-tdep.c (arm_gdbarch_init): Update.
11132 * alpha-tdep.c (alpha_gdbarch_init): Update.
11133
11134 2004-01-26 Andrew Cagney <cagney@redhat.com>
11135
11136 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11137 SYMBOL_LOCATION_FUNCS
11138 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11139 "struct symbol_ops".
11140 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11141 type to "struct symbol_ops".
11142 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11143 (struct symbol): Replace ".aux_value.loc.funcs" and
11144 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11145 (SYMBOL_OBJFILE): Delete macro.
11146 (SYMBOL_LOCATION_FUNCS): Delete macro.
11147 (SYMBOL_LOCATION_BATON): Update.
11148 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11149 intead of SYMBOL_LOCATION_FUNCS.
11150 * ax-gdb.c (gen_var_ref): Ditto.
11151 * printcmd.c (address_info): Ditto.
11152 * findvar.c (read_var_value): Ditto.
11153 (symbol_read_needs_frame): Ditto.
11154
11155 2004-01-26 Andrew Cagney <cagney@redhat.com>
11156
11157 * dwarf2read.c (read_func_scope): Document frame-base hack.
11158
11159 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11160
11161 * infcmd.c (print_return_value): Plug memory leak; delete
11162 ui_stream object. Rename argument `structure_return' to
11163 `struct_return'.
11164
11165 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11166
11167 * infcmd.c (print_return_value): Wrap long lines.
11168 (finish_command_continuation, finish_command): Remove unused
11169 variable `funcaddr'. Fix some coding-standards problems.
11170
11171 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11172 SECT_SIZE is large enough, not whether it's exactly the right size.
11173 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11174 TDEP->fpregset to zero.
11175
11176 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11177 floating-point registers for traditional NetBSD core files.
11178 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11179 TDEP->sizeof_fpregset here.
11180
11181 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11182
11183 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11184 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11185 function with code split out from
11186 sparc32nbsd_sigcontext_frame_cache.
11187 (sparc32nbsd_sigcontext_frame_cache): Use
11188 sparc32nbsd_sigcontext_saved_regs.
11189 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11190 OpenBSD.
11191 * sparcobsd-tdep.c: New file.
11192 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11193 (sparcobsd-tdep.o): New dependency.
11194 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11195 * config/sparc/obsd.mt: New file.
11196
11197 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11198 TDEP->fpregset to be initialized to enable core file register
11199 sets.
11200
11201 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11202
11203 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11204 Add opaque declarations.
11205 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11206 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11207 function with code split out from
11208 sparc64nbsd_sigcontext_frame_cache.
11209 (sparc64nbsd_sigcontext_frame_cache): Use
11210 sparc64nbsd_sigcontext_saved_regs.
11211 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11212 OpenBSD.
11213 * sparc64obsd-tdep.c: New file.
11214 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11215 (sparc64obsd-tdep.o): New dependency.
11216 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11217 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11218 * config/sparc/obsd64.mt: New file.
11219
11220 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11221 read the instruction at PC.
11222
11223 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11224 value of GDB_OSABI_DEFAULT.
11225 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11226 instead of GDB_OSABI_NETBSD_AOUT.
11227
11228 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11229
11230 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11231 copyright.
11232
11233 2004-01-23 Andrew Cagney <cagney@redhat.com>
11234
11235 * printcmd.c (display_command): Replace tui_set_display call with
11236 tui_set_layout_for_display_command.
11237 * tui/tui.h (enum tui_win_type): Define.
11238 (tui_set_layout): Delete declaration.
11239 (tui_set_layout_for_display_command): Rename set_tui_layout.
11240 * tui/tui-data.h (enum tui_layout_type): Define.
11241 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11242 "tui.h".
11243 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11244 (tui_default_win_height): Rename tuiDefaultWinHeight.
11245 (tui_default_win_viewport_height): Rename
11246 tuiDefaultWinViewportHeight.
11247 (tui_set_layout): RenametuiSetLayout.
11248 * tui/tui-layout.c: Update references.
11249 * tui/tui.c: Update references.
11250 * tui/tui-disasm.c: Update references.
11251
11252 2004-01-23 David Carlton <carlton@kealia.com>
11253
11254 Partial workaround for PR c++/1511:
11255 * cp-namespace.c: Include frame.h.
11256 (cp_lookup_transparent_type): New
11257 (cp_lookup_transparent_type_loop): New.
11258 * cp-support.h: Declare cp_lookup_transparent_type.
11259 * symtab.c (basic_lookup_transparent_type): Renamed from
11260 lookup_transparent_type.
11261 (lookup_transparent_type): Replace old body by a call to
11262 current_language->la_lookup_transparent_type.
11263 * symtab.h: Update copyright. Declare
11264 basic_lookup_transparent_type.
11265 * language.h: Update copyright.
11266 (struct language_defn): Add la_lookup_transparent_type.
11267 * language.c: Update copyright.
11268 (unknown_language_defn): Add basic_lookup_transparent_type.
11269 (auto_language_defn): Add basic_lookup_transparent_type.
11270 (local_language_defn): Add basic_lookup_transparent_type.
11271 * ada-lang.c: Update copyright.
11272 (ada_language_defn): Add basic_lookup_transparent_type.
11273 * c-lang.c: Update copyright.
11274 (c_language_defn): Add basic_lookup_transparent_type.
11275 (cplus_language_defn): Add basic_lookup_transparent_type.
11276 (asm_language_defn): Add basic_lookup_transparent_type.
11277 (minimal_language_defn): Add basic_lookup_transparent_type.
11278 * f-lang.c: Update copyright.
11279 (f_language_defn): Add basic_lookup_transparent_type.
11280 * jv-lang.c: Update copyright.
11281 (java_language_defn): Add basic_lookup_transparent_type.
11282 * m2-lang.c: Update copyright.
11283 (m2_language_defn): Add basic_lookup_transparent_type.
11284 * objc-lang.c: Update copyright.
11285 (objc_language_defn): Add basic_lookup_transparent_type.
11286 * p-lang.c: Update copyright.
11287 (p_language_defn): Add basic_lookup_transparent_type.
11288 * scm-lang.c: Update copyright.
11289 (scm_language_defn): Add basic_lookup_transparent_type.
11290 * Makefile.in (cp-namespace.o): Depend on frame.h.
11291
11292 2004-01-23 David Carlton <carlton@kealia.com>
11293
11294 Patch for PR c++/1520:
11295 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11296 properly if we have a specification die.
11297 (determine_prefix_aux): Rename from determine_prefix.
11298 (determine_prefix): Like the old determine_prefix, but never
11299 returns NULL.
11300
11301 2004-01-23 Theodore A. Roth <troth@openavr.org>
11302
11303 * avr-tdep.c: Update copyright.
11304 (avr_iaddr_p): Delete unused function.
11305 (avr_saddr_p): Delete unused function.
11306
11307 2004-01-23 David Carlton <carlton@kealia.com>
11308
11309 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11310 Fix for PR symtab/1534.
11311
11312 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11313
11314 * NEWS (New native configurations): Mention OpenBSD/sparc and
11315 OpenBSD/sparc64.
11316 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11317 * configure.host: Likewise.
11318 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11319 handler for OpenBSD.
11320 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11321
11322 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11323
11324 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11325 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11326
11327 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11328 * cli/cli-cmds.c (shell_escape): Likewise.
11329
11330 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11331 OpenBSD .note.openbsd.ident sections.
11332
11333 2004-01-22 David Carlton <carlton@kealia.com>
11334
11335 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11336 get_scope_pc_bounds.
11337 (read_file_scope): Ditto.
11338 (get_scope_pc_bounds): New function, produced by extracting code
11339 from the above two functions, consolidating it, and adding support
11340 for DW_TAG_namespace.
11341
11342 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11343
11344 * osabi.c (MAX_NOTESZ): New define.
11345 (check_note): New function.
11346 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11347 check_note.
11348
11349 2004-01-21 Roland McGrath <roland@redhat.com>
11350
11351 * MAINTAINERS (write after approval): Add myself.
11352
11353 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11354
11355 * utils.c (init_page_info): Move declarations of `rows' and
11356 `cols' before the __GO32__-specific code. Move the closing brace
11357 outside the #ifdef __GO32__..#endif block.
11358 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11359
11360 2004-01-21 Paul Brook <paul@codesourcery.com>
11361
11362 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11363 BPSTAT_WHAT_CHECK_SHLIBS.
11364
11365 2004-01-21 Paul Brook <paul@codesourcery.com>
11366
11367 * MAINTAINERS: Add myself to write-after-approval.
11368
11369 2004-01-20 Andrew Cagney <cagney@redhat.com>
11370
11371 * ax-gdb.c (print_axs_value): Delete unused function.
11372 * jv-lang.c (java_lookup_type): Delete unused function.
11373 * cli/cli-dump.c (dump_filetype): Delete unused function.
11374 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11375 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11376 (mips_getstring): Delete unused function.
11377 (pmon_insert_breakpoint): Delete #if0ed function.
11378 (PMON_MAX_BP): Delete #if0ed MACRO.
11379 (mips_pmon_bp_info): Delete #if0ed variable.
11380 (pmon_remove_breakpoint): Delete #if0ed function.
11381 * monitor.c (monitor_write_even_block): Delete unused function.
11382 (monitor_write_memory_block): Delete #if0ed code.
11383 * dink32-rom.c (dink32_load): Delete unused function.
11384 (_initialize_dink32_rom): Delete #if0ed code.
11385 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11386
11387 * tui/tui-command.c: Update references.
11388 * tui/tui-io.c: Update references.
11389 * tui/tui-command.h: Update copyright.
11390 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11391
11392 * source.c (ambiguous_line_spec): Delete never-defined function.
11393 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11394 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11395 * cli/cli-cmds.c (validate_comname): Ditto.
11396
11397 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11398 "tui-data.h".
11399 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11400 (tui_show_disassem): Rename tuiShowDisassem.
11401 (tui_show_disassem_and_update_source): Rename
11402 tuiVerticalDisassemScroll.
11403 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11404 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11405 * tui/tui.h: Update copyright.
11406 (enum tui_status): Define.
11407 * tui/tui-data.h (enum tui_scroll_direction): Define.
11408 * tui/tui-disasm.c: Update copyright. Update references.
11409 * tui/tui-winsource.c: Update copyright. Update references.
11410 * tui/tui-win.c: Update references.
11411 * tui/tui-layout.c: Update references.
11412
11413 2004-01-20 Andrew Cagney <cagney@redhat.com>
11414
11415 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11416 sym2 to start of block.
11417
11418 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11419
11420 * MAINTAINERS: Delete mmalloc.
11421 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11422 * NEWS: Mention removal of --with-malloc.
11423 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11424 * config.in: Regenerate.
11425 * configure: Regenerate.
11426 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11427 USE_MMALLOC, MMCHECK_FORCE.
11428 * gdbinit.in: Remove mmalloc.
11429 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11430 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11431 * config/i386/go32.mh: Likewise.
11432 * config/i386/interix.mh: Likewise.
11433 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11434
11435 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11436
11437 * linespec.c (decode_variable, symtab_from_filename): Call
11438 error_silent with error message instead of throwing an exception
11439 directly.
11440 * defs.h (error_silent, error_output_message): Add prototypes.
11441 (catch_exceptions_with_msg): Ditto.
11442 * utils.c (error_silent, error_output_message): New functions.
11443 * top.c (catch_exceptions_with_msg): New function.
11444
11445 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11446
11447 * mi/mi-cmds.h (enum print_values): Add definition.
11448
11449 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11450 type and value for simple data types and just the name and type
11451 for complex ones, if required.
11452
11453 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11454 children, if required.
11455
11456 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11457
11458 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11459 unused declarations.
11460
11461 2004-01-19 Andrew Cagney <cagney@redhat.com>
11462
11463 * top.h (mapped_symbol_files): Delete declaration.
11464 * main.c (captured_main): Delete option "m" and "mapped".
11465 * objfiles.c (mapped_symbol_files): Delete variable.
11466 * symfile.c (symbol_file_command): Delete mmap code.
11467 (symbol_file_add_with_addrs_or_offsets): Ditto.
11468 (add_symbol_file_command, reread_separate_symbols): Ditto.
11469 * objfiles.h (OBJF_MAPPED): Delete.
11470 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11471 (free_objfile) [USE_MMALLOC]: Ditto.
11472 (open_existing_mapped_file): Delete function.
11473 (open_mapped_file): Delete function.
11474 (map_to_file): Delete function.
11475
11476 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11477
11478 * infrun.c (step_into_function): Account for possible breakpoint
11479 adjustment when computing ``stop_func_start''.
11480
11481 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11482
11483 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11484 the region size against the size of a pointer, not the size of
11485 a register as given by DEPRECATED_REGISTER_SIZE.
11486
11487 2004-01-19 Andrew Cagney <cagney@redhat.com>
11488
11489 * tui/tui-regs.h: Include "tui-data.h".
11490 (tuiFirstRegElementNoInLine): Delete declaration.
11491 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11492 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11493 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11494 (tui_calculate_regs_column_count): Rename
11495 tuiCalculateRegsColumnCount.
11496 (tui_check_register_values): Rename tuiCheckRegisterValues.
11497 (tui_show_registers): Rename tuiShowRegisters.
11498 (tui_display_registers_from_line): Rename
11499 tuiDisplayRegistersFromLine.
11500 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11501 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11502 (tui_first_reg_element_no_inline): Rename
11503 tuiFirstRegElementNoInLine.
11504 * tui/tui-data.h: Update copyright.
11505 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11506 * tui/tui-windata.c: Update copyright, update references.
11507 * tui/tui-regs.c: Update copyright, update references.
11508 * tui/tui-win.c: Update copyright, update references.
11509 * tui/tui-layout.c: Update copyright, update references.
11510
11511 2004-01-18 Andrew Cagney <cagney@redhat.com>
11512
11513 * tui/tui-io.c: Update copyright.
11514 (key_is_end_sequence, key_is_backspace): New functions.
11515 (key_is_command_char, key_is_start_sequence): New function.
11516 (tui_getc): Update references.
11517 * tui/tui-io.h: Update copyright.
11518 (m_tuiStartNewLine): Delete macro.
11519 (m_isBackspace, m_isDeleteChar): Delete macros.
11520 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11521 (m_isNextPage, m_isPrevPage): Delete macros.
11522 (m_isLeftArrow, m_isRightArrow): Delete macros.
11523 (m_isXdbStyleCommandChar): Delete macro.
11524 (key_is_start_sequence): Declare, replace m_isStartSequence.
11525 (key_is_end_sequence): Declare, replace m_isEndSequence.
11526 (key_is_backspace): Declare ,replace m_isBackspace.
11527 (key_is_command_char): Declare, replace m_isCommandChar.
11528 * tui/tui-command.c: Update copyright.
11529 (tuiDispatchCtrlChar): Update references.
11530
11531 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11532 tuiSourceWin.h.
11533
11534 * tui/tui-command.c: Rename tui/tuiCommand.c.
11535 * tui/tui-command.h: Rename tui/tuiCommand.h.
11536 * tui/tui-data.c: Rename tui/tuiData.c.
11537 * tui/tui-data.h: Rename tui/tuiData.h.
11538 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11539 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11540 * tui/tui-io.c: Rename tui/tuiIO.c.
11541 * tui/tui-io.h: Rename tui/tuiIO.h.
11542 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11543 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11544 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11545 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11546 * tui/tui-source.c: Rename tui/tuiSource.c.
11547 * tui/tui-source.h: Rename tui/tuiSource.h.
11548 * tui/tui-stack.c: Rename tui/tuiStack.c.
11549 * tui/tui-stack.h: Rename tui/tuiStack.h.
11550 * tui/tui-win.c: Rename tui/tuiWin.c.
11551 * tui/tui-win.h: Rename tui/tuiWin.h.
11552 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11553 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11554 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11555 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11556 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11557 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11558 * tui/tui-file.c: Update includes.
11559 * tui/tui-hooks.c: Update includes.
11560 * tui/tui-interp.c: Update includes.
11561 * tui/tui.c: Update includes.
11562 * Makefile.in: Update all tui/ dependencies.
11563 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11564
11565 * Makefile.in: Update copyright. Update dependencies.
11566
11567 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11568 problem.
11569
11570 2004-01-18 Andrew Cagney <cagney@redhat.com>
11571
11572 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11573 instead of register_gdbarch_init.
11574
11575 * remote-sds.c (tohex): Delete unused function. Update copyright.
11576 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11577 * v850-tdep.c (v850_register_virtual_size): Ditto.
11578 * target.c (normal_target_post_startup_inferior): Ditto.
11579 * source.c (ambiguous_line_spec): Ditto.
11580 * remote.c (adapt_remote_get_threadinfo): Ditto.
11581 * mi/mi-out.c (out_field_fmt): Ditto.
11582 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11583 (output_control_change_notification): Ditto.
11584 * m68k-tdep.c (m68k_register_byte): Ditto.
11585 (m68k_remote_breakpoint_from_pc): Ditto.
11586 * ui-out.c (init_ui_out_state): Delete unused declaration.
11587 * stabsread.c (search_value): Ditto.
11588 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11589 * maint.c (print_section_table): Ditto.
11590 * infrun.c (set_follow_fork_mode_command): Ditto.
11591
11592 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11593
11594 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11595 DW_CFA_def_cfa_exporession. Add support for
11596 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11597 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11598
11599 2004-01-18 Andrew Cagney <cagney@redhat.com>
11600
11601 * ocd.c: Update copyright.
11602 (bdm_read_register_command): Delete unused function.
11603 (_initialize_remote_ocd): Delete commented out reference.
11604 (get_quoted_char, reset_packet): Delete #if0ed function.
11605 (output_packet, put_quoted_char): Delete #if0ed function.
11606 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11607 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11608 (BDM_BREAKPOINT): Delete #if0ed macro.
11609 (remote_timeout): Delete #if0ed variable.
11610
11611 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11612
11613 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11614 (core-sol2.o): Remove dependency.
11615 * core-sol2.c: Remove file.
11616
11617 2004-01-17 Andrew Cagney <cagney@redhat.com>
11618
11619 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11620 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11621 enums.
11622
11623 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11624
11625 * remote.c: Update copyright years.
11626
11627 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11628
11629 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11630
11631 2004-01-17 Andrew Cagney <cagney@redhat.com>
11632
11633 * mdebugread.c: Update copyright.
11634 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11635 (parse_type, parse_procedure): Ditto.
11636 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11637
11638 * cris-tdep.c (cris_store_struct_return): Put back accidently
11639 deleted function.
11640
11641 * gdbarch.sh: Update copyright year.
11642 * gdbarch.h, gdbarch.c: Re-generate.
11643
11644 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11645
11646 Suggested by George Anzinger.
11647 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11648 correct stack offset. Include unknown opcode numbers in the error
11649 message.
11650
11651 2004-01-17 Andrew Cagney <cagney@redhat.com>
11652
11653 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11654 extract_struct_value_address, i386 does not set it.
11655 * sparc64-tdep.c (sparc64_init_abi): Do not set
11656 extract_struct_value_address, never called.
11657 (sparc64_extract_struct_value_address): Delete function.
11658 * m68hc11-tdep.c: Update copyright.
11659 (m68hc11_gdbarch_init): Delete redundant assignment of
11660 extract_struct_value_address.
11661 * i386-tdep.c: Update copyright.
11662 (i386_gdbarch_init): Do not set extract_struct_value_address,
11663 never called.
11664 (i386_extract_struct_value_address): Delete function.
11665 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11666 extract_struct_value_address, never called.
11667 (sparc32_extract_struct_value_address): #if 0 function. Add
11668 comments explaining its future.
11669
11670 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11671
11672 * arm-tdep.c (arm_write_pc): New function.
11673 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11674
11675 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11676
11677 * breakpoint.c (must_shift_inst_regs): Delete.
11678 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11679 and SHIFT_INST_REGS.
11680 * infcmd.c (step_1, step_1_continuation): Delete references to
11681 SHIFT_INST_REGS.
11682 * infrun.c (keep_going): Likewise.
11683 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11684 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11685
11686 2004-01-17 Andrew Cagney <cagney@redhat.com>
11687
11688 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11689 * gdbarch.h, gdbarch.c: Re-generate.
11690 * infcmd.c (print_return_value): Delete reference to
11691 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11692
11693 * cris-tdep.c (cris_gdbarch_init): Do not set
11694 deprecated_extract_struct_value_address.
11695
11696 * xstormy16-tdep.c: Update copyright.
11697 (xstormy16_extract_struct_value_address): Update to current
11698 extract struct value address interface.
11699 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11700 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11701 current extract struct value address interface.
11702 (sh64_gdbarch_init): Set extract_struct_value_address.
11703
11704 * cris-tdep.c: Update copyright.
11705 (cris_extract_struct_value_address): Delete function.
11706 (struct_return_address): Delete variable.
11707 (cris_store_struct_return): Do not set struct_return_address.
11708
11709 * mcore-tdep.c: Update copyright.
11710 (mcore_extract_struct_value_address): Delete function. Update
11711 comments.
11712 (mcore_gdbarch_init): Update.
11713 * mn10300-tdep.c: Update copyright.
11714 (mn10300_extract_struct_value_address): Delete function.
11715 (mn10300_gdbarch_init): Update.
11716 * v850-tdep.c: Update copyright.
11717 (v850_extract_struct_value_address): Delete.
11718 (v850_gdbarch_init): Update.
11719 * ns32k-tdep.c: Update copyright.
11720 (ns32k_extract_struct_value_address): Delete.
11721 (ns32k_gdbarch_init): Update.
11722 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11723 (hppa_gdbarch_init): Update.
11724 * vax-tdep.c: Update copyright.
11725 (vax_extract_struct_value_address): Delete.
11726 (vax_gdbarch_init): Update.
11727
11728 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11729 * gdbarch.h, gdbarch.c: Re-generate.
11730 * procfs.c (procfs_fetch_registers): Delete reference to
11731 DEPRECATED_NPC_REGNUM.
11732 (procfs_store_registers): Ditto.
11733 * regcache.c (generic_target_write_pc): Simplify.
11734 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11735
11736 * core-sol2.c (fetch_core_registers): Replace
11737 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11738
11739 * hppa-tdep.c: Update copyright year.
11740 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11741 NPC_REGNUM.
11742 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11743
11744 * mips-tdep.c (mips_write_pc): New function.
11745 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11746 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11747 (mips_find_saved_regs, mips_software_single_step: Ditto.
11748 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11749 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11750
11751 2004-01-17 Andrew Cagney <cagney@redhat.com>
11752
11753 * mips-tdep.c: Re-indent. Group functions by ABI.
11754
11755 2004-01-17 Andrew Cagney <cagney@redhat.com>
11756
11757 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11758 * gdbarch.c: Re-generate.
11759 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11760 DECR_PC_AFTER_BREAK to zero.
11761 * vax-tdep.c (vax_gdbarch_init): Ditto.
11762 * v850-tdep.c (v850_gdbarch_init): Ditto.
11763 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11764 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11765 * sh-tdep.c (sh_gdbarch_init): Ditto.
11766 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11767 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11768 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11769 * mips-tdep.c (mips_gdbarch_init): Ditto.
11770 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11771 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11772 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11773 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11774 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11775 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11776 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11777 * frv-tdep.c (frv_gdbarch_init): Ditto.
11778 * cris-tdep.c (cris_gdbarch_init): Ditto.
11779 * avr-tdep.c (avr_gdbarch_init): Ditto.
11780 * arm-tdep.c (arm_gdbarch_init): Ditto.
11781 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11782
11783 2004-01-17 J. Brobecker <brobecker@gnat.com>
11784
11785 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11786 Delete, no longer used.
11787 (read_subrange_type): New function, mostly extracted from
11788 read_array_type().
11789 (read_array_type): Replace extracted code by call to
11790 read_subrange_type().
11791 (dwarf2_get_attr_constant_value): New function.
11792 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11793 (add_partial_symbol): Likewise.
11794 (process_die): Likewise.
11795 (new_symbol): Likewise.
11796 (read_type_die): Likewise.
11797
11798 2004-01-16 Andrew Cagney <cagney@redhat.com>
11799
11800 * symfile.c: Update copyright year.
11801 (compare_symbols): Delete unused function.
11802 * stabsread.c: Update copyright year.
11803 (lrs_general_complaint): Delete unused function.
11804 (ref_search_value): Ditto.
11805 (get_substring): Delete declaration.
11806 * sh64-tdep.c: Update copyright year.
11807 (sh64_get_gdb_regnum): Delete unused function.
11808 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11809 Delete unused function.
11810
11811 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11812
11813 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11814 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11815
11816 2004-01-16 Andrew Cagney <cagney@redhat.com>
11817
11818 Changes from Peter Schauer.
11819 * rs6000-tdep.c: Update copyright year.
11820 (rs6000_push_dummy_call): Update the stack pointer before
11821 accessing the corresponding stack region.
11822 * rs6000-nat.c: Update copyright year.
11823 (set_host_arch): Set "info.abfd" to "exec_bfd".
11824
11825 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11826
11827 * blockframe.c: Update copyright year.
11828 (inside_entry_func): Don't treat a zero PC specially.
11829
11830 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11831
11832 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11833 variable.
11834 (gcore_create_callback): Ditto. Skip any memory segment that has
11835 no permissions set.
11836
11837 2004-01-14 David Carlton <carlton@kealia.com>
11838
11839 Change symbols for C++ nested types to contain the fully qualified
11840 name, if possible. (At least in the DWARF-2 case.) Partial fix
11841 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11842 c++/895.
11843 * c-exp.y (qualified_type): Handle types nested within classes.
11844 * cp-namespace.c: Update comments.
11845 (cp_set_block_scope): Delete #if 0.
11846 (cp_lookup_nested_type): Handle types nested within classes.
11847 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11848 when appropriate.
11849 (add_partial_symbol): Add the name of the enclosing namespace to
11850 types.
11851 (pdi_needs_namespace): New.
11852 (add_partial_namespace): Tweak comment.
11853 (add_partial_structure): New.
11854 (psymtab_to_symtab_1): Initialize processing_current_prefix
11855 here...
11856 (process_die): instead of here.
11857 (read_structure_scope): Try to figure out the name of the class or
11858 namespace that the structure might be defined within.
11859 (read_enumeration): Generate fully-qualified names, if possible.
11860 (read_namespace): Don't set name to NULL.
11861 (die_specification): New.
11862 (new_symbol): Generate fully-qualified names for types.
11863 (read_type_die): Determine appropriate prefix.
11864 (determine_prefix): New.
11865 (typename_concat): New.
11866 (class_name): New.
11867 * valops.c (value_aggregate_elt): Pass NOSIDE to
11868 value_struct_elt_for_reference.
11869 (value_struct_elt_for_reference): Make static, add NOSIDE
11870 parameter, call value_maybe_namespace_elt as a last resort.
11871 (value_namespace_elt): Break out code into
11872 value_maybe_namespace_elt.
11873 (value_maybe_namespace_elt): New.
11874
11875 2004-01-12 Andrew Cagney <cagney@redhat.com>
11876
11877 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11878 cooked floating-point registers.
11879 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11880 and value_to_register.
11881
11882 2004-01-13 Andrew Cagney <cagney@redhat.com>
11883
11884 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11885 * gdbarch.c: Re-generate.
11886 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11887 FUNCTION_START_OFFSET.
11888 * v850-tdep.c (v850_gdbarch_init): Ditto.
11889 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11890 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11891 * sh-tdep.c (sh_gdbarch_init): Ditto.
11892 * s390-tdep.c (s390_gdbarch_init): Ditto.
11893 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11894 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11895 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11896 * mips-tdep.c (mips_gdbarch_init): Ditto.
11897 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11898 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11899 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11900 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11901 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11902 * i386-tdep.c (i386_gdbarch_init): Ditto.
11903 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11904 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11905 * frv-tdep.c (frv_gdbarch_init): Ditto.
11906 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11907 * cris-tdep.c (cris_gdbarch_init): Ditto.
11908 * avr-tdep.c (avr_gdbarch_init): Ditto.
11909 * arm-tdep.c (arm_gdbarch_init): Ditto.
11910 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11911
11912 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11913
11914 * infrun.c (follow_fork_mode_ask): Remove.
11915 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11916 (follow_fork): Simplify and remove internal error for
11917 follow_fork_mode_ask.
11918 (_initialize_infrun): Update "set follow-fork-mode" help text.
11919
11920 2004-01-13 Andrew Cagney <cagney@redhat.com>
11921
11922 * configure.in: Update copyright year.
11923 (build_warnings): Add -Wunused-label.
11924 * configure: Re-generate.
11925
11926 2004-01-12 Andrew Cagney <cagney@redhat.com>
11927
11928 * exec.h (exec_ops): Make "extern".
11929
11930 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11931 the function is void.
11932 (mips_pseudo_register_write): Ditto.
11933
11934 2004-01-12 Andrew Cagney <cagney@redhat.com>
11935
11936 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11937 call. Never defined.
11938 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11939 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11940 (struct sparc_gregset, struct regcache): Ditto.
11941 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11942
11943 2004-01-12 Andrew Cagney <cagney@redhat.com>
11944
11945 * mi/ChangeLog: Delete file. Renamed to ...
11946 * mi/ChangeLog-1999-2003: New file.
11947 * tui/ChangeLog: Delete file. Renamed to ...
11948 * tui/ChangeLog-1998-2003: New file.
11949
11950 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11951
11952 * sparc64nbsd-tdep.c: Include "regset.h".
11953 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11954 Remove variables.
11955 (fetch_core_registers): Remove function.
11956 (sparc64nbsd_core_fns): Remove variable.
11957 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11958 functions.
11959 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11960 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11961 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11962
11963 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11964 sparc_extract_struct_value_address.
11965 (sparc32_gdbarch_init): Set extract_struct_value_address.
11966 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11967 function.
11968 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11969 return_value_on_stack.
11970
11971 * NEWS: Mention that %cs and %ss have been added to the AMD64
11972 configurations
11973
11974 * frame.c: Update copyright year.
11975 (get_prev_frame): Improve comment.
11976
11977 * sparc64fbsd-tdep.c: Include "regset.h".
11978 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11979 Remove variables.
11980 (fetch_core_registers): Remove function.
11981 (sparc64fbsd_core_fns): Remove variable.
11982 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11983 functions.
11984 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11985 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11986 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11987
11988 * sparcnbsd-tdep.c: Include "regset.h".
11989 (fetch_core_registers): Remove function.
11990 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11991 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11992 functions.
11993 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11994 TDEP->fpregset.
11995 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11996
11997 * sparc-tdep.h (struct regset): Provide opaque declaration.
11998 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11999 fpregset and sizeof_fpregset members.
12000 * sparc-tdep.c (struct regset): Provide opaque declaration.
12001 (sparc_regset_from_core_section): New function.
12002 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12003 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12004 Set regset_from_core_section when appropriate.
12005
12006 2004-01-10 Mark Kettenis <kettenis@gnu.org>
12007
12008 * x86-64-tdep.c (amd64_non_pod_p): New function.
12009 (amd64_classify_aggregate): Return class memory for non-POD
12010 C++ structure types.
12011
12012 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12013 argument. Use it to reserve a register if necessary.
12014 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12015 amd64_push_arguments.
12016
12017 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12018
12019 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12020 register numbers in comments.
12021 * x86-64-tdep.h: Update copyright year.
12022 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12023 Adjust for addition of %cs and %ss.
12024 * amd64fbsd-nat.c: Update copyright year.
12025 (reg_offset): Add register offsets for %cs and %ss.
12026 * amd64fbsd-tdep.c: Update copyright year.
12027 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12028 (amd64fbsd_sc_reg_offset): Likewise.
12029 * x86-64-linux-nat.c: Update copyright year.
12030 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12031 and %ss.
12032 * amd64nbsd-nat.c: Update copyright year.
12033 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12034 * amd64nbsd-tdep.c: Update copyright year.
12035 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12036 * x86-64-linux-tdep.c: Update copyright year.
12037 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12038 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12039 * regformats/reg-x86-64.dat: Add %cs and %ss.
12040
12041 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12042 variables to prevent long lines. Update comments to reflect
12043 reality.
12044
12045 2004-01-09 David Carlton <carlton@kealia.com>
12046
12047 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12048 * dwarf2read.c (read_namespace): Pull out name-generating code
12049 into namespace_name. Rename previous_namespace to previous_prefix
12050 and processing_current_namespace to processing_current_prefix..
12051 (namespace_name): New function.
12052 (add_partial_symbol): Substitute uses of pdi->name with
12053 actual_name.
12054 * cp-support.h: Rename processing_current_namespace to
12055 processing_current_prefix.
12056 Update copyright year.
12057 * cp-namespace.c: Rename processing_current_namespace to
12058 processing_current_prefix.
12059 Update copyright year.
12060
12061 2004-01-09 Andrew Cagney <cagney@redhat.com>
12062
12063 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12064
12065 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12066
12067 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12068 complaining.
12069 (process_one_symbol): Deal with N_PATCH stabs.
12070
12071 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
12072
12073 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12074 ifdeffed code.
12075 Update copyright year.
12076
12077 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12078
12079 * config/pa/tm-hppa.h: Update extern declarations for
12080 hppa32_hpux_frame_saved_pc_in_sigtramp,
12081 hppa32_hpux_frame_base_before_sigtramp, and
12082 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12083
12084 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12085
12086 * config/pa/tm-hppah.h: Update copyright years.
12087
12088 2004-01-08 Andrew Cagney <cagney@redhat.com>
12089
12090 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12091 (mips_o32_reg_struct_has_addr): Delete function.
12092 (mips_gdbarch_init): Update.
12093 (mips_extract_struct_value_address): Delete function.
12094
12095 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12096
12097 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12098 reality.
12099
12100 2004-01-07 Andrew Cagney <cagney@redhat.com>
12101
12102 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12103 architecture's elf flags (when available).
12104
12105 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12106 FPU to the start, check the MIPS FPU when looking for an old
12107 architecture.
12108 (set_mipsfpu_single_command): Update the architecture.
12109 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12110
12111 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12112 (mips_mask_address_p): Add "tdep" parameter.
12113 (show_mask_address, mips_addr_bits_remove): Update.
12114 (mips_dump_tdep): Update.
12115 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12116 (MIPS_STACK_ARGSIZE): Delete macro.
12117 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12118 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12119 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12120 (mips_dump_tdep): Update.
12121 (MIPS_SAVED_REGSIZE): Delete macro.
12122 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12123 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12124 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12125 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12126 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12127 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12128 (mips_pop_frame, return_value_location): Update.
12129 (mips_n32n64_return_value, mips_dump_tdep): Update.
12130
12131 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12132 MIPS ABI.
12133
12134 * mips-tdep.c: Update copyright.
12135 (mips_gdbarch_init): Merge two code blocks handling the register
12136 name and number layout.
12137
12138 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12139
12140 * tracepoint.c (validate_actionline): Fix segv at EOF
12141
12142 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12143
12144 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12145 properly for static fields.
12146
12147 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12148 Jason Molenda <jmolenda@apple.com>
12149
12150 * disasm.c: Update copyright to include 2004.
12151 (do_mixed_source_and_assembly): For uiout asm list
12152 and tuple cleanups, initialize to null_cleanup instead of
12153 NULL and do so prior to loop. Only reset when we close off
12154 the tuple/list. Move check for whether to close off the
12155 asm tuple/list to after dump_insns call where it will be run
12156 on each loop iteration.
12157
12158 2004-01-05 Andrew Cagney <cagney@redhat.com>
12159
12160 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12161 should be a switch case and not a label.
12162 * mips-tdep.c (mips32_next_pc): Delete unused labels
12163 "greater_equal_branch" and "less_zero_branch".
12164 * jv-valprint.c (java_print_value_fields): Delete unused label
12165 "flush_it".
12166
12167 * target.c (unpush_target): Only close a target that is in the
12168 target stack.
12169
12170 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12171
12172 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12173 address from [sp + 64] instead of %o2.
12174
12175 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12176 fixes PR backtrace/1476.
12177
12178 2004-01-05 Andrew Cagney <cagney@redhat.com>
12179
12180 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12181 move to start of file.
12182 * i386-tdep.h (struct regcache): Add opaque declaration.
12183 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12184 declaration.
12185 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12186 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12187 * win32-nat.c (fake_create_process): Use ISO C style definition.
12188 * stabsread.c (define_symbol): Delete #ifndef
12189 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12190 stabs_argument_has_addr call, macro never defined.
12191
12192 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12193
12194 * op50-rom.c: Delete.
12195 * w89k-rom.c: Delete.
12196 * Makefile.in: Remove references.
12197
12198 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12199
12200 * x86-64-tdep.c: Update copyright year.
12201 (struct amd64_register_info): Rename from x86_64_register_info.
12202 (amd64_register_info): Rename from x86_64_register_info.
12203 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12204 (amd64_register_name): Rename from x86_64_register_name.
12205 (amd64_register_type): Rename from x86_64_register_type.
12206 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12207 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12208 (amd64_dwarf_reg_to_regnum): Rename from
12209 x86_64_dwarf_reg_to_regnum.
12210 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12211 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12212 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12213 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12214 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12215 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12216 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12217 (amd64_frame_cache): Rename from x86_64_frame_cache.
12218 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12219 (amd64_frame_prev_register): Rename from
12220 x86_64_frame_prev_register.
12221 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12222 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12223 (amd64_sigtramp_frame_cache): Rename from
12224 x86_64_sigtramp_frame_cache.
12225 (amd64_sigtramp_frame_prev_register): Rename from
12226 x86_64_sigtramp_frame_prev_register.
12227 (amd64_sigtramp_frame_unwind): Rename from
12228 x86_64_sigtramp_frame_unwind.
12229 (amd64_sigtramp_frame_sniffer): Rename from
12230 x86_64_sigtramp_frame_sniffer.
12231 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12232 (amd64_frame_base): Rename from x86_64_frame_base.
12233 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12234 (amd64_frame_align): Rename from x86_64_frame_align.
12235 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12236 (amd64_regset_from_core_section): Rename from
12237 x86_64_regset_from_core_section.
12238 (x86_64_init_abi): Update comments.
12239
12240 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12241
12242 * MAINTAINERS (write after approval): Add myself.
12243
12244 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12245
12246 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12247 `float' arguments.
12248
12249 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12250
12251 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12252 such that it mentions a specific version of GCC that exhibits this
12253 bug.
12254
12255 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12256
12257 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12258 structure that has a single `float' member, store it in %f1 in
12259 addition to %f0.
12260
12261 * sparc-sol2-nat.c: Add missing '\'.
12262
12263 * sparc-tdep.c (sparc32_return_value): New function.
12264 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12265 Remove functions.
12266 (sparc32_gdbarch_init): Set return_value, don't set
12267 extract_return_value, store_return_value, use_struct_convention
12268 and return_value_on_stack.
12269
12270 * sparc-sol2-nat.c: Add missing ')'.
12271
12272 2004-01-03 J. Brobecker <brobecker@gnat.com>
12273
12274 * infrun.c (handle_step_into_function): New function.
12275 (handle_inferior_event): Extract out some code into the new
12276 function above.
12277
12278 2004-01-03 J. Brobecker <brobecker@gnat.com>
12279
12280 * infrun.c (handle_inferior_event): Move the declaration of
12281 real_stop_pc inside the if blocks where it is used.
12282
12283 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12284
12285 * sparc64-tdep.c (sparc64_16_byte_align_p)
12286 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12287 Use check_typedef to get subtypes of structures and unions.
12288 (sparc64_store_return_value): Fix calculation of the appropriate
12289 offset into VALBUF when storing a structure or union.
12290 (sparc64_return_value): New function.
12291 (sparc64_use_struct_convention): Remove function.
12292 (sparc64_init_abi): Set return_value, don't set
12293 extract_return_value, store_return_value and
12294 use_struct_convention.
12295
12296 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12297
12298 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12299 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12300 gdb/config/alpha/xm-alphaosf.h,
12301 gdb/config/powerpc/tm-ppcle-eabi.h,
12302 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12303 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12304 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12305 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12306 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12307 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12308 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12309 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12310 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12311 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12312 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12313 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12314 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12315 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12316 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12317 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12318 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12319 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12320 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12321 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12322 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12323 Remove lines for .cvsignore files.
12324
12325 2004-01-03 J. Brobecker <brobecker@gnat.com>
12326
12327 * infrun.c: Back out the previous change.
12328
12329 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12330
12331 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12332 sparc-*-sunos4* to the list of REMOVED configurations.
12333
12334 * configure.tgt: Add back sparc-*-vxworks*.
12335 * remote-vxsparc.c: Remove all includes except for "defs.h",
12336 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12337 Include "sparc-tdep.h".
12338 (SPARC_R_G1): New define.
12339 (vxsparc_gregset): New variable.
12340 (ext_format_sparc): Remove extern declaration.
12341 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12342 sparc32_supply_fpregset.
12343 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12344 sparc_collect_rwindow and sparc32_collect_fpregset.
12345 * config/sparc/tm-vxworks.h: New file, based on recently removed
12346 tm-vxsparc.h.
12347 * config/sparc/vxworks.mt: New file, based on recently removed
12348 vxworks.mt.
12349
12350 2004-01-03 J. Brobecker <brobecker@gnat.com>
12351
12352 * infrun.c (handle_step_into_function): New function.
12353 (handle_inferior_event): Extract out some code into the new
12354 function above.
12355
12356 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12357
12358 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12359 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12360 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12361 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12362 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12363 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12364 (sparc_nat_h): New variable.
12365 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12366 (tm-sun4os4.h): Remove dependency.
12367 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12368 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12369 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12370 sparc-tdep.o): Update dependencies.
12371 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12372 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12373 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12374 dependencies.
12375 * configure.host: Remove existing sparc-*-lynxos*,
12376 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12377 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12378 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12379 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12380 triplets.
12381 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12382 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12383 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12384 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12385 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12386 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12387 sparc64-*-solaris2* and sparc64-*-* triplets.
12388 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12389 "symtab.h" and "objfiles.h".
12390 (BIAS): Remove define.
12391 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12392 (X_DISP19): Remove macros.
12393 (sparc_fetch_instruction): Remove function.
12394 (struct gdbarch_tdep): Remove definition.
12395 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12396 (sparc_breakpoint_from_pc): Remove function.
12397 (struct sparc64_frame_cache): Remove definition.
12398 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12399 sparc64_unwind_pc): Remove functions.
12400 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12401 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12402 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12403 (sparc64_frame_cache): Change return type to `struct
12404 sparc_frame_cache *'. Simply call sparc_frame_cache.
12405 (sparc64_frame_this_id, sparc64_frame_prev_register,
12406 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12407 instead of `struct sparc64_frame_cache.
12408 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12409 sparc_analyze_control_transfer, sparc_software_single_step,
12410 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12411 _initialize_sparc64_tdep): Remove functions.
12412 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12413 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12414 macros.
12415 (sparc64_supply_gregset, sparc64_collect_gregset,
12416 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12417 (sparc64_init_abi): New function.
12418 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12419 inclusion guard. Include "sparc-tdep.h".
12420 (BIAS): Define.
12421 (r_tstate_offset, r_fprs_offset): New defines.
12422 (enum sparc_regnum): Remove defenition.
12423 (enum sparc64_regnum): Reformat.
12424 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12425 (sparc64_init_abi, sparc64_supply_gregset,
12426 sparc64_collect_gregset, sparc64_supply_fpregset,
12427 sparc64_collect_fpregset): New prototypes.
12428 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12429 Add extern declarations.
12430 (sparc64_sol2_init_abi): New prototype.
12431 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12432 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12433 prototypes.
12434 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12435 "sparnbsd-nat.h".
12436 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12437 functions.
12438 (_initialize_sparc64fbsd_nat): Remove initialization of
12439 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12440 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12441 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12442 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12443 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12444 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12445 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12446 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12447 (sparc64fbsd_r_y_offset): Remove variables.
12448 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12449 Make static and const.
12450 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12451 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12452 functions.
12453 (sparc64fbsd_gregset): New variable.
12454 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12455 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12456 and sparc64_supply_fpregset.
12457 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12458 (sparc64fbsd_sigtramp_frame_this_id)
12459 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12460 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12461 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12462 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12463 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12464 * sparcnbsd-tdep.c: Update copyright year. Include
12465 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12466 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12467 "value.h" and "sparcnbsd-tdep.h".
12468 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12469 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12470 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12471 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12472 defines.
12473 (sparcnbsd_gregset): New variable.
12474 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12475 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12476 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12477 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12478 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12479 variables.
12480 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12481 (sparc32nbsd_sigcontext_frame_this_id)
12482 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12483 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12484 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12485 (sparcnbsd_get_longjmp_target_32,
12486 sparcnbsd_get_longjmp_target_64): Remove functions.
12487 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12488 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12489 sparcnbsd_init_elf): Remove.
12490 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12491 (sparcnbsd_elf_init_abi): New functions.
12492 (_initialize_sparcnbsd_tdep): New prototype.
12493 (_initialize_sparnbsd_tdep): Update.
12494 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12495 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12496 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12497 * config/sparc/linux.mh: Update comment.
12498 (XM_FILE, HOST_IPC): Remove variables.
12499 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12500 sparc-linux-nat.o.
12501 * config/sparc/linux.mt: Update comment.
12502 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12503 * config/sparc/nbsd.mt: Reformat.
12504 * config/sparc/nbsd64.mh: Update comment.
12505 (NATDEPFILES): Add sparc-nat.o.
12506 * config/sparc/nbsd64.mt: Update comment.
12507 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12508 (TM_FILE): Set to tm-nbsd.h.
12509 * config/sparc/nbsdelf.mh: Update comment.
12510 (NATDEPFILES): Add sparc-nat.o.
12511 (XM_FILE): Delete.
12512 * config/sparc/nbsdaout.mh: Update comment.
12513 (NATDEPFILES): Add sparc-nat.o
12514 (XM_FILE): Delete.
12515 * config/sparc/nm-linux.h: Update copyright year. Don't include
12516 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12517 inclusion.
12518 (KERNEL_U_SIZE): Remove define.
12519 (kernel_u_size): Remove prototype.
12520 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12521 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12522 "regcache.h".
12523 (CHILD_PREPARE_TO_STORE): Remove define.
12524 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12525 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12526 sparcnbsd-nat.c: Rewrite files.
12527 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12528 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12529 sparcnbsd-tdep.h: Remove files.
12530 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12531 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12532 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12533 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12534 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12535 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12536 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12537 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12538 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12539 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12540 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12541 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12542 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12543 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12544 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12545 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12546 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12547 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12548 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12549
12550 2004-01-02 Andrew Cagney <cagney@redhat.com>
12551
12552 From 2003-12-18 Kazuhiro Inaoka:
12553 * configure.host: Add m32r-linux target.
12554
12555 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12556
12557 * top.c (print_gdb_version): Update year to 2004.
12558
12559 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12560
12561 * MAINTAINERS: Add myself to the write-after-approval category.
12562
12563 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12564
12565 From Bernardo Innocenti <bernie@develer.com>:
12566 * configure.tgt: Add uClinux target.
12567
12568 2004-01-02 Andrew Cagney <cagney@redhat.com>
12569
12570 * utils.c (do_my_cleanups): Make static, add forward declaration.
12571 * defs.h (do_my_cleanups): Delete declaration.
12572
12573 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12574
12575 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12576 bfd/ChangeLog-0203.
12577
12578 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12579
12580 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12581 in <machine/reg.h>.
12582 * configure, config.in: Regenerate.
12583
12584 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12585 tui/ChangeLog-1998-2003.
12586 \f
12587 Local Variables:
12588 mode: change-log
12589 left-margin: 8
12590 fill-column: 74
12591 version-control: never
12592 End:
This page took 0.509685 seconds and 4 git commands to generate.