]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
c6c8da212503ed761779d19556420e1a7287d14b
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-30 Mark Kettenis <kettenis@chello.nl>
2
3 * fork-child.c: Update copyright year. Fix coding style.
4
5 2004-09-29 Mark Kettenis <kettenis@gnu.org>
6
7 * defs.h (msavestring, mstrsave): Remove prototypes.
8 * utils.c (msavestring, mstrsave): Remove functions.
9 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
10 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
11 of mstrsave.
12 * source.c (find_and_open_source): Use xstrdup instead of
13 mstrsave.
14
15 2004-09-30 Andrew Cagney <cagney@gnu.org>
16
17 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
18 (inf_ptrace_xfer_memory): Delete.
19 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
20 (target_read_memory, target_write_memory): Use xfer_using_stratum
21 when target_xfer_partial_p.
22 (debug_target): Move to start of file.
23 (target_read_memory_partial, target_write_memory_partial): Use
24 to_xfer_partial when target_xfer_partial_p.
25
26 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
27 inf_ptrace_xfer_memory with equivalent code.
28 * inftarg.c (child_xfer_partial): When performing a write, pass
29 writebuf to child_xfer_memory.
30
31 * target.c (target_read_string): Use target_read_memory instead of
32 target_xfer_memory.
33
34 2004-09-29 Andrew Cagney <cagney@gnu.org>
35
36 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
37 the address of status.
38
39 * infptrace.c (ptrace_wait): Mention problem with HPUX.
40 (kill_inferior): Inline ptrace_wait call.
41 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
42 * inftarg.c (child_wait): Inline ptrace_wait call.
43
44 * target.h (struct target_ops): Delete field to_post_wait.
45 (target_post_wait): Delete macro.
46 (child_post_wait): Delete declaration.
47 * target.c (update_current_target, update_current_target)
48 (debug_to_post_wait, setup_target_debug): Delete functions and
49 references.
50 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
51 * inftarg.c (child_post_wait): Delete.
52 (init_child_ops): Do not set to_post_wait.
53 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
54 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
55 * inf-child.c (inf_child_post_wait): Delete.
56 (inf_child_target): Do not set to_post_wait.
57 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
58 (inf_ptrace_target): Do not set to_post_wait.
59
60 * wince.c (child_ops): Delete.
61 * win32-nat.c (child_ops): Delete.
62
63 * inftarg.c (inftarg_set_find_memory_regions)
64 (inftarg_set_make_corefile_notes): Delete functions.
65 (_initialize_linux_nat): Inline calls.
66
67 * target.h (child_ops): Declare.
68 * inftarg.c (child_ops): Move from here ...
69 * target.c (child_ops): ... to here.
70 * wince.c (child_ops): Delete extern declaration.
71 * win32-nat.c (child_ops): Delete extern declaration.
72 * linux-nat.c (child_ops): Delete extern declaration.
73 * hpux-thread.c (child_ops): Delete extern declaration.
74
75 2004-09-28 Mark Kettenis <kettenis@gnu.org>
76
77 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
78
79 2004-09-28 Mark Kettenis <kettenis@gnu.org>
80
81 * configure.in: Only set host_makefile_frag when building a native
82 debugger.
83 * configure: Regenerate.
84
85 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
86 for OpenBSD ELF.
87
88 2004-09-28 Andrew Cagney <cagney@gnu.org>
89
90 Problem identified by Paul Hilfinger.
91 * Makefile.in (ada_lex_c): Define.
92 (ada-lex.o): Delete rule.
93
94 * linux-proc.c: Delete file.
95 * Makefile.in: Update.
96 * config/sparc/linux64.mh (NATDEPFILES):
97 * config/sparc/linux.mh (NATDEPFILES): Update.
98 * config/s390/s390.mh (NATDEPFILES): Update.
99 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
100 * config/powerpc/linux.mh (NATDEPFILES): Update.
101 * config/pa/linux.mh (NATDEPFILES): Update.
102 * config/mips/linux.mh (NATDEPFILES): Update.
103 * config/m68k/linux.mh (NATDEPFILES): Update.
104 * config/ia64/linux.mh (NATDEPFILES): Update.
105 * config/i386/linux64.mh (NATDEPFILES): Update.
106 * config/i386/linux.mh (NATDEPFILES): Update.
107 * config/arm/linux.mh (NATDEPFILES): Update.
108 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
109 * linux-nat.c: Update copyright. Include <sys/param.h>,
110 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
111 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
112 (O_LARGEFILE): Possibly define.
113 (_initialize_linux_nat, linux_proc_pending_signals)
114 (add_line_to_sigset, linux_proc_xfer_memory)
115 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
116 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
117 (struct linux_corefile_thread_data)
118 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
119 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
120
121 2004-09-16 Andrew Cagney <cagney@gnu.org>
122
123 * lin-lwp.c: Delete file.
124 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
125 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
126 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
127 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
128 (linux_nat_attach, detach_callback, linux_nat_detach)
129 (resume_callback, resume_clear_callback, linux_nat_resume)
130 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
131 (stop_wait_callback, linux_nat_has_pending, flush_callback)
132 (status_callback, running_callback, count_events_callback)
133 (select_singlestep_lwp_callback, select_event_lwp_callback)
134 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
135 (child_wait, stop_and_resume_callback, linux_nat_wait)
136 (kill_callback, kill_wait_callback, linux_nat_kill)
137 (linux_nat_create_inferior, linux_nat_mourn_inferior)
138 (linux_nat_xfer_memory, linux_nat_thread_alive)
139 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
140 (_initialize_linux_nat): New functions.
141 * Makefile.in: Update all dependencies.
142 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
143 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
144 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
145 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
146 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
147 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
148 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
149 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
150 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
151 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
152 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
153 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
154 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
155
156 2004-09-27 Mark Kettenis <kettenis@gnu.org>
157
158 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
159 config/i386/obsd64.mh (NAT_FILE): Remove variable.
160
161 * configure.in: Don't comment out NATDEPFILES in the generated
162 Makefile if NAT_FILE is unset.
163 * configure: Regenerate.
164
165 2004-09-27 Andrew Cagney <cagney@gnu.org>
166
167 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
168 (insert_step_resume_breakpoint): Delete.
169 (insert_step_resume_breakpoint_at_frame): New function.
170 (insert_step_resume_breakpoint_at_sal): New function.
171 (handle_inferior_event, step_into_function)
172 (insert_step_resume_breakpoint): Simplify by using same.
173
174 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
175
176 2004-09-26 Mark Kettenis <kettenis@gnu.org>
177
178 * fbsd-proc.c: Remove file.
179 * Makefile.in (fbsd-proc.o): Remove dependency.
180
181 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
182 code together.
183
184 * config/i386/nm-fbsd64.h: Remove file.
185 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
186
187 2004-09-26 Mark Kettenis <kettenis@gnu.org>
188
189 * amd64-nat.h: Update copyright year.
190 (amd64bsd_target): New prototype.
191 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
192 (amd64bsd_target): New function.
193 (amd64bsd_fetch_inferior_registers): Rename from
194 fetch_inferior_registers. Make static.
195 (amd64bsd_store_inferior_registers): Rename from
196 store_inferior_registers. Make static.
197 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
198 (_initialize_amd64fbsd_nat): Construct and add target vector.
199 * amd64nbsd-nat.o: Include "target.h".
200 (_initialize_amd64nbsd_nat): Construct and add target vector.
201 * amd64obsd-nat.c: Include "target.h".
202 (_initialize_amd64obsd_nat): Construct and add target vector.
203 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
204 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
205 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
206 fbsd-nat.o.
207 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
208 Remove infptrace.o and inftarg.o. Add inf-child.o and
209 inf-ptrace.o.
210 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
211 (amd64obsd-nat.o): Update dependencies.
212
213 2004-09-25 Mark Kettenis <kettenis@gnu.org>
214
215 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
216 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
217 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
218 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
219 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
220
221 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
222 Inline attach call.
223 (inf_ptrace_detach): Inline detach call.
224
225 * configure.in: Check for waddstr instead of mvwaddstr when
226 searching for curses library. Check for wborder.
227 * configure, config.in: Regenerate.
228 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
229 available.
230
231 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
232
233 2004-09-24 Robert Picco <Robert.Picco@hp.com>
234
235 Committed by Andrew Cagney.
236 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
237 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
238 configuration.
239 (fetch_register_using_p): Implement 'p' packet. Based on code by
240 Fernando Nasser.
241 (remote_fetch_registers): Call fetch_register_using_p.
242 (init_all_packet_configs, show_remote_cmd)
243 (_initialize_remote): Add p-packet.
244
245 2004-09-24 Mark Kettenis <kettenis@gnu.org>
246
247 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
248 instead of call_ptrace. Call wait directly instead of
249 ptrace_wait.
250 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
251 (inf_ptrace_wait): Inline ptrace_wait call.
252
253 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
254
255 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
256 rolled back instead.
257
258 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
259
260 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
261 the new argument order.
262
263 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
264
265 * MAINTAINERS: Remove "broken" from XStormy16 entry.
266 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
267 (struct gdbarch_tdep): Remove.
268 (struct xstormy16_frame_cache): New frame cache structure.
269 (xstormy16_register_byte, xstormy16_register_raw_size)
270 (xstormy16_reg_virtual_type, xstormy16_register_type)
271 (xstormy16_push_arguments, xstormy16_push_return_address)
272 (xstormy16_pop_frame, xstormy16_store_struct_return)
273 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
274 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
275 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
276 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
277 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
278 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
279 (xstormy16_use_struct_convention): Drop gcc_p parameter.
280 (xstormy16_extract_return_value, xstormy16_store_return_value):
281 Regcachify. Drop useless struct convention handling.
282 (xstormy16_register_type, xstormy16_return_value)
283 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
284 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
285 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
286 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
287 (xstormy16_unwind_sp, xstormy16_unwind_pc)
288 (xstormy16_unwind_dummy_id) : New functions.
289 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
290 of xstormy16_scan_prologue.
291 (xstormy16_frame_unwind): New frame_unwind structure.
292 (xstormy16_frame_base): New frame_base structure.
293 (xstormy16_gdbarch_init): Accomodate all of the above changes.
294 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
295
296 2004-09-22 Mark Kettenis <kettenis@gnu.org>
297
298 * language.c (language_gdbarch_post_init): Fix off-by one error.
299
300 2004-09-21 Daniel Jacobowitz <dan@debian.org>
301
302 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
303 (struct dwarf2_offset_and_type): New.
304 (set_die_type, reset_die_and_siblings_types, get_die_type)
305 (offset_and_type_hash, offset_and_type_eq): New functions.
306 (read_structure_type, read_enumeration_type, read_array_type)
307 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
308 (read_tag_reference_type, read_tag_const_type)
309 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
310 (read_typedef, read_base_type, read_subrange_type): Use
311 set_die_type.
312
313 2004-09-20 Daniel Jacobowitz <dan@debian.org>
314
315 * Makefile.in (dwarf2read.o): Update dependencies.
316 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
317 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
318 and read_in_chain.
319 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
320 mark, and has_form_ref_addr.
321 (struct dwarf2_per_cu_data): New.
322 (dwarf2_max_cache_age): New.
323 (dwarf2_build_psymtabs_hard): Free cached compilation units
324 after loading. Create and manage the list of compilation units.
325 Remove unnecessary NULL initialization. Fix indentation.
326 (psymtab_to_symtab_1): Initialize all of CU.
327 (dwarf2_read_abbrevs): Set has_form_ref_addr.
328 (find_partial_die): Use dwarf2_find_containing_comp_unit
329 and load_comp_unit.
330 (free_stack_comp_unit): Update comments. Clear the per-cu
331 pointer. Handle aging.
332 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
333 (age_cached_comp_units, free_one_cached_comp_unit)
334 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
335 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
336 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
337 (show_dwarf2_cmd): New.
338 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
339 and "maint show dwarf2 max-cache-age".
340 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
341 externs.
342 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
343 global.
344
345 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
346
347 * dwarf2read.c (typename_concat): Change prototype to accept obstack
348 and dwarf2_cu struct pointer as arguments. Change function to use
349 obstack if provided and use dwarf2_cu to determine language-specific
350 separator.
351 (partial_die_parent_scope): Change comment to include java. Use
352 new version of typename_concat instead of obconcat.
353 (partial_die_full_name): Use typename_concat.
354 (read_namespace): Ditto.
355 (read_enumeration_type): Use typename_concat instead of obconcat.
356 (new_symbol): Ditto.
357 (add_partial_symbol): Enhance tests for C++ to also test for Java.
358 (guess_structure_name): Ditto.
359 (read_subroutine_type): Ditto.
360 (read_structure_type): Ditto.
361 (is_vtable_name): Add Java support.
362 (determine_class_name): Switch to new typename_concat call.
363 (determine_prefix): Switch to new typename_concat call.
364 * jv-exp.y (FuncStart): New pattern.
365 (MethodInvocation): Add support for simple function calls. Change
366 warning message for other forms of inferior call currently not
367 supported.
368 * valarith.c (value_subscript): Treat an array with upper-bound
369 of -1 as unknown size.
370
371 2004-09-20 Daniel Jacobowitz <dan@debian.org>
372
373 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
374 (lookup_partial_symtab): Use symtab_to_fullname.
375
376 2004-09-19 Jim Blandy <jimb@redhat.com>
377
378 * minsyms.c (lookup_minimal_symbol): Doc fix.
379
380 2004-09-20 Andrew Cagney <cagney@gnu.org>
381
382 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
383 CHILD_RESUME.
384 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
385 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
386 KILL_INFERIOR.
387 * infptrace.c: Update.
388
389 2004-09-19 Daniel Jacobowitz <dan@debian.org>
390
391 * symtab.c (output_source_filename): Mark first argument as const.
392 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
393 for "info sources" output.
394
395 2004-09-20 Mark Kettenis <kettenis@gnu.org>
396
397 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
398 <machine/vmparam.h>.
399 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
400 (register_u_addr): Remove prototype.
401
402 2004-09-19 Mark Kettenis <kettenis@gnu.org>
403
404 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
405 (i386bsd_fetch_inferior_registers): Rename from
406 fetch_inferior_registers. Make static.
407 (i386bsd_store_inferior_registers): Rename from
408 store_inferior_registers. Make static.
409 (i386bsd_target): New function.
410 * i386bsd-nat.h: New file.
411 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
412 "i386bsd-nat.h".
413 (i386fbsd_resume): Rename from child_resume. Make static.
414 (_initialize_i386fbsd_nat): Construct and add target vector.
415 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
416 (_initialize_i386nbsd_nat): Construct and add target vector.
417 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
418 Remove defines.
419 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
420 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
421 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
422 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
423 (LOADLIBES): New variable.
424 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
425 inf-ptrace.o. Remove inftarg.o.
426 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
427 inf-ptrace.o. Remove inftarg.o.
428 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
429 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
430 (LOADLIBES): New variable.
431 * Makefile.in (i386bsd_nat_h): New variable.
432 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
433 dependencies.
434
435 * sparc64nbsd-tdep.c: Include "objfiles.h".
436 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
437 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
438 svr4_lp64_fetch_link_map_offsets.
439 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
440 "nbsd-tdep.h".
441 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
442 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
443 svr4_lp64_fetch_link_map_offsets.
444 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
445 dependencies.
446
447 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
448 * fbsd-nat.h: New file.
449 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
450 (fbsd_nat_h): New variable.
451 (fbsd-nat.o): New dependency.
452
453 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
454 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
455
456 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
457 comment.
458
459 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
460
461 * ada-exp.y (type_int): New function to add layer of abstraction
462 around references to expression types.
463 (type_long): Ditto.
464 (type_long_long): Ditto.
465 (type_float): Ditto.
466 (type_double): Ditto.
467 (type_long_double): Ditto.
468 (type_char): Ditto.
469 (type_system_address): Ditto.
470 (simple_exp): Use type_* functions in place of builtin_*
471 variables.
472 (exp): Ditto.
473 (write_var_from_name): Ditto.
474 (write_object_renaming): Ditto.
475 * ada-lang.c (ada_create_fundamental_type): Remove redundant
476 declaration.
477 (build_ada_types): Remove, replacing with...
478 (ada_language_arch_info): New function to initialize primitive
479 type vector in language_arch_info.
480 (ada_array_length): Remove use of builtin_type_ada_int.
481 (value_pos_atr): Ditto.
482 (ada_evaluate_subexp): Ditto.
483 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
484 builtin_type_ada_long_long, builtin_type_ada_char,
485 builtin_type_ada_float, builtin_type_ada_double,
486 builtin_type_ada_long_double, builtin_type_ada_natural,
487 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
488 (ada_builtin_types): Remove.
489 (ada_language_defn): Remove entries for la_builtin_type_vector and
490 string_char_type and use ada_language_arch_info.
491 (_initialize_ada_language): Do type-vector initialization along
492 the lines of c-lang.c.
493 (ada_create_fundamental_type): Break up line.
494 (ada_dump_symtab): Remove unused function.
495 (enum ada_primitive_types): Define.
496 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
497 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
498 builtin_type_ada_float, builtin_type_ada_double,
499 builtin_type_ada_long_double, builtin_type_ada_natural,
500 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
501 * ada-lex.l: Use type_* functions in place of builtin_* variables.
502 (processInt): Ditto.
503 (processReal): Ditto.
504 (name_lookup): Ditto.
505 * ada-typeprint.c (print_range): Use builtin_type_int, not
506 builtin_type_ada_int.
507
508 2004-09-18 Mark Kettenis <kettenis@gnu.org>
509
510 * i386-tdep.c (i386_register_name): Rename regno to regnum.
511
512 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
513 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
514 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
515 * configure.in: Improve checks for curses library by checking for
516 mvwaddstr instead of initscr. Drop HP curses in favour of
517 standard curses on HP-UX.
518 * configure: Regenerated.
519
520 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
521
522 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
523 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
524 Minor formatting changes.
525 (empty_array): Slight rewrite for formatting.
526 (emit_char,parse,ada_language_defn,build_ada_types,
527 ada_is_exception_sym, _initialize_ada_language): Move
528 definitions around.
529 (ada_dump_symtab): Remove unused definition.
530 (ada_maybe_exception_partial_symbol): Remove unused definition.
531
532 2004-09-16 Andrew Cagney <cagney@gnu.org>
533
534 * inf-child.c: Include "gdb_string.h".
535 (inf_child_core_file_to_sym_file): Delete.
536 (inf_child_target): Set to_fetch_registers and to_store_registers.
537 * inf-ptrace.c: Include "gdb_string.h".
538 * Makefile.in: Update all dependencies.
539
540 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
541 problem.
542
543 2004-09-14 Joel Brobecker <brobecker@gnat.com>
544
545 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
546 call to heuristic_proc_desc. Remove code that became redundant
547 as a consequence.
548 (read_next_frame_reg): Remove special case for SP_REGNUM.
549 (set_reg_offset): Fix small typo.
550 (reset_saved_regs): New procedure.
551 (mips32_heuristic_proc_desc): No longer compute a fake
552 procedure descriptor. Compute the full frame cache instead.
553 Some minor comment reformatting.
554
555 2004-09-14 Andrew Cagney <cagney@gnu.org>
556
557 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
558 maintainer.
559
560 * thread-db.c (thread_db_new_objfile): Assume that there is a
561 child process.
562
563 2004-09-13 Jim Blandy <jimb@redhat.com>
564
565 * valops.c (value_assign): Move 'buffer' to the enclosing block,
566 so that its storage isn't referenced after its lifetime ends.
567
568 * valops.c (value_assign): 'use_buffer' is initialized to zero,
569 and never assigned to. Delete it, and the 'if (use_buffer)'
570 clauses. Delete 'raw_buffer', since it is now unused.
571
572 2004-09-13 Andrew Cagney <cagney@gnu.org>
573
574 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
575 * configure: Re-generate.
576 * nlm/Makefile.in (TAGS): Update.
577 * Makefile.in (TAGS): Update.
578 * config/vax/nbsd.mt (TM_FILE): Update.
579 * config/sparc/vxworks.mt (TM_FILE): Update.
580 * config/sparc/sol2.mt (TM_FILE): Update.
581 * config/sparc/sol2-64.mt (TM_FILE): Update.
582 * config/sparc/obsd64.mt (TM_FILE): Update.
583 * config/sparc/obsd.mt (TM_FILE): Update.
584 * config/sparc/nbsd64.mt (TM_FILE): Update.
585 * config/sparc/nbsd.mt (TM_FILE): Update.
586 * config/sparc/linux64.mt (TM_FILE): Update.
587 * config/sparc/linux.mt (TM_FILE): Update.
588 * config/sparc/fbsd.mt (TM_FILE): Update.
589 * config/sh/wince.mt (TM_FILE): Update.
590 * config/sh/nbsd.mt (TM_FILE): Update.
591 * config/sh/linux.mt (TM_FILE): Update.
592 * config/sh/embed.mt (TM_FILE): Update.
593 * config/s390/s390.mt (TM_FILE): Update.
594 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
595 * config/rs6000/rs6000.mt (TM_FILE): Update.
596 * config/rs6000/aix4.mt (TM_FILE): Update.
597 * config/powerpc/vxworks.mt (TM_FILE): Update.
598 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
599 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
600 * config/powerpc/obsd.mt (TM_FILE): Update.
601 * config/powerpc/nbsd.mt (TM_FILE): Update.
602 * config/powerpc/linux.mt (TM_FILE): Update.
603 * config/powerpc/aix.mt (TM_FILE): Update.
604 * config/pa/obsd.mt (TM_FILE): Update.
605 * config/pa/linux.mt (TM_FILE): Update.
606 * config/pa/hppahpux.mt (TM_FILE): Update.
607 * config/pa/hppa64.mt (TM_FILE): Update.
608 * config/pa/hppa.mt (TM_FILE): Update.
609 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
610 * config/mips/wince.mt (TM_FILE): Update.
611 * config/mips/vxmips.mt (TM_FILE): Update.
612 * config/mips/nbsd.mt (TM_FILE): Update.
613 * config/mips/linux.mt (TM_FILE): Update.
614 * config/mips/irix6.mt (TM_FILE): Update.
615 * config/mips/irix5.mt (TM_FILE): Update.
616 * config/mips/embed.mt (TM_FILE): Update.
617 * config/m68k/vxworks68.mt (TM_FILE): Update.
618 * config/m68k/st2000.mt (TM_FILE): Update.
619 * config/m68k/os68k.mt (TM_FILE): Update.
620 * config/m68k/obsd.mt (TM_FILE): Update.
621 * config/m68k/nbsd.mt (TM_FILE): Update.
622 * config/m68k/monitor.mt (TM_FILE): Update.
623 * config/m68k/linux.mt (TM_FILE): Update.
624 * config/m68k/cisco.mt (TM_FILE): Update.
625 * config/ia64/linux.mt (TM_FILE): Update.
626 * config/ia64/aix.mt (TM_FILE): Update.
627 * config/ia64/ia64.mt (TM_FILE): Update.
628 * config/i386/vxworks.mt (TM_FILE): Update.
629 * config/i386/obsd64.mt (TM_FILE): Update.
630 * config/i386/obsd.mt (TM_FILE): Update.
631 * config/i386/nto.mt (TM_FILE): Update.
632 * config/i386/nbsd64.mt (TM_FILE): Update.
633 * config/i386/nbsd.mt (TM_FILE): Update.
634 * config/i386/linux64.mt (TM_FILE): Update.
635 * config/i386/linux.mt (TM_FILE): Update.
636 * config/i386/i386sol2.mt (TM_FILE): Update.
637 * config/i386/i386lynx.mt (TM_FILE): Update.
638 * config/i386/fbsd64.mt (TM_FILE): Update.
639 * config/i386/fbsd.mt (TM_FILE): Update.
640 * config/i386/cygwin.mt (TM_FILE): Update.
641 * config/h8300/h8300.mt (TM_FILE): Update.
642 * config/frv/frv.mt (TM_FILE): Update.
643 * config/cris/cris.mt (TM_FILE): Update.
644 * config/arm/wince.mt (TM_FILE): Update.
645 * config/arm/nbsd.mt (TM_FILE): Update.
646 * config/arm/linux.mt (TM_FILE): Update.
647 * config/arm/embed.mt (TM_FILE): Update.
648 * config/alpha/nbsd.mt (TM_FILE): Update.
649 * config/alpha/fbsd.mt (TM_FILE): Update.
650 * config/alpha/alpha.mt (TM_FILE): Update.
651 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
652 * config/alpha/alpha-linux.mt (TM_FILE): Update.
653
654 Eliminate event_loop_p, always has the value 1.
655 * defs.h (event_loop_p): Delete macro.
656 * breakpoint.c (until_break_command): Simplify.
657 * utils.c (prompt_for_continue): Simplify.
658 * tracepoint.c (read_actions): Simplify.
659 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
660 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
661 (set_prompt, init_main): Simplify.
662 (init_signals, disconnect): Delete, unused.
663 * remote.c (remote_async_resume)
664 (extended_remote_async_create_inferior): Simplify.
665 * mi/mi-interp.c (mi_input): Delete, unused.
666 (mi_interpreter_resume, mi_command_loop): Simplify.
667 * interps.c (current_interp_command_loop): Simplify.
668 * infrun.c (proceed): Simplify.
669 * infcmd.c (run_command, continue_command, step_1, jump_command)
670 (until_command, advance_command, finish_command)
671 (interrupt_target_command): Simplify.
672 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
673
674 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
675 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
676 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
677 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
678 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
679 * mips-tdep.c (mips_dump_tdep): Do not print same.
680
681 2004-09-12 Andrew Cagney <cagney@gnu.org>
682
683 * valprint.c (print_longest): Use fputs_filtered. Make "val"
684 const.
685 * Makefile.in (valprint.o): Delete explict rule.
686
687 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
688 reported by Dave Anderson.
689
690 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
691
692 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
693
694 2004-09-12 Salvador E. Tropea <set@users.sf.net>
695 Andrew Cagney <cagney@gnu.org>
696
697 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
698 (mi_cmd_data_list_register_values)
699 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
700 the register number computation.
701
702 2004-09-12 Andrew Cagney <cagney@gnu.org>
703
704 * ppcnbsd-nat.c: Include "inf-ptrace.h".
705 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
706 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
707 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
708 target.
709 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
710 inf-ptrace.o and inf-child.o.
711 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
712 * Makefile.in: Update dependencies.
713
714 2004-09-11 Andrew Cagney <cagney@gnu.org>
715
716 * language.c (hex_string, hex_string_custom): Move from here ...
717 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
718 (CELLSIZE): Increase to 50.
719 * language.h (hex_string, hex_string_custom): Move from here ...
720 * defs.h: ... to here.
721 * Makefile.in: Update all dependencies.
722
723 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
724
725 * language.c (local_hex_format_custom): Remove.
726 (local_hex_string): Rename to hex_string, use C format, and move to
727 utils.c
728 (local_hex_string_custom): Rename to hex_string_custom and change
729 interface. Now uses C format. Move to utils.c
730 (local_octal_format_custom): Remove.
731 (local_decimal_format_custom): Remove.
732 (unknown_language_defn): Remove language-specific number
733 formatting entries.
734 (auto_language_defn): Ditto.
735 (local_language_defn): Ditto.
736 * language.h (struct language_format_info): Delete declaration.
737 (struct language_defn): Remove language_format_info fields
738 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
739 (local_binary_format): Remove macro.
740 (local_binary_format_prefix): Remove macro.
741 (local_binary_format_specifier): Remove macro.
742 (local_binary_format_suffix): Remove macro.
743 (local_octal_format): Remove macro.
744 (local_octal_format_prefix): Remove macro.
745 (local_octal_format_specifier): Remove macro.
746 (local_octal_format_suffix): Remove macro.
747 (local_decimal_format): Remove macro.
748 (local_decimal_format_prefix): Remove macro.
749 (local_decimal_format_specifier): Remove macro.
750 (local_decimal_format_suffix): Remove macro.
751 (local_hex_format): Remove macro.
752 (local_hex_format_prefix): Remove macro.
753 (local_hex_format_specifier): Remove macro.
754 (local_hex_format_suffix): Remove macro.
755 (local_decimal_format_custom): Remove.
756 (local_octal_format_custom): Remove.
757 (local_hex_format_custom): Remove.
758 (local_hex_string): Rename to hex_string and move to defs.h.
759 (local_hex_string_custom): Rename to hex_string_custom, change
760 interface, and move to defs.h.
761 * utils.c: (int_string): New function.
762 (hex_string): New function (from language.c).
763 (hex_string_custom): New function (from language.c).
764 (octal2str): New function.
765 (decimal2str): Add width parameter.
766 (paddr_u): Use new decimal2str interface.
767 (paddr_d): Ditto.
768 * defs.h (hex_string): Declare.
769 (hex_string_custom): Declare.
770 (int_string): Declare.
771 * printcmd.c (print_scalar_formatted): Remove localized binary
772 formatting.
773 * valprint.c (print_longest): Use int_string.
774 (print_floating): Use C hex format.
775 (print_hex_chars): Ditto.
776 (print_binary_chars): Remove language-specific formatting.
777 (print_octal_chars): Use C octal format.
778 (print_decimal_chars): Delocalize format.
779 (print_decimal): Remove.
780 * ada-lang.c (ada_language_defn): Remove language-specific number
781 formatting entries.
782 * p-lang.c (pascal_language_defn): Ditto.
783 * c-lang.c (c_language_defn): Ditto.
784 (cplus_language_defn): Ditto.
785 (asm_language_defn): Ditto.
786 (minimal_language_defn): Ditto.
787 * f-lang.c (f_language_defn): Ditto.
788 * jv-lang.c (java_language_defn): Ditto.
789 * m2-lang.c (m2_language_defn): Ditto.
790 * scm-lang.c (scm_language_defn): Ditto.
791 * objc-lang.c (objc_language_defn): Ditto.
792 * memattr.c (mem_info_command): Use renamed hex_string_custom with
793 new interface.
794 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
795 * ui-out.c (ui_out_field_core_addr): Ditto.
796 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
797 * exec.c (print_section_info): Ditto.
798 * i387-tdep.c (print_i387_status_word): Ditto.
799 (print_i387_control_word): Ditto.
800 (i387_print_float_info): Ditto.
801 * maint.c (maint_print_section_info): Ditto.
802 * solib.c (info_sharedlibrary_command): Ditto.
803 * somsolib.c (som_sharedlibrary_info_command): Ditto.
804 * symtab.c (print_msymbol_info): Ditto.
805 * tracepoint.c (tracepoints_info): Ditto.
806 * solib-frv.c (lm_base): Ditto.
807 (frv_current_sos): Ditto.
808 (enable_break2): Ditto.
809 (enable_break): Ditto.
810 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
811 (process_one_symbol): Ditto.
812 * infcmd.c (program_info): Ditto.
813 * mdebugread.c (parse_partial_symbols): Ditto.
814 * symfile.c (add_symbol_file_command): Ditto.
815 * cli/cli-cmds.c (edit_command): Ditto.
816 (list_command): Ditto.
817 * infcall.c (call_function_by_hand): Ditto.
818 * remote-vx.c (vx_run_files_info): Ditto.
819 (vx_wait): Ditto.
820 (vx_attach): Ditto.
821 (vx_detach): Ditto.
822 (vx_kill): Ditto.
823 * aix-thread.c (pdc_symbol_addrs): Ditto.
824 (pdc_read_regs): Ditto.
825 (pdc_write_regs): Ditto.
826 (pdc_read_data): Ditto.
827 (pdc_write_data): Ditto.
828 * d10v-tdep.c (display_trace): Ditto.
829 * rs6000-nat.c (find_toc_address): Ditto.
830 * aix-thread.c: Don't include language.h.
831 * buildsym.c: Ditto.
832 * dbxread.c: Ditto.
833 * mdebugread.c: Ditto.
834 * rs6000-nat.c: Ditto.
835 * buildsym.c (make_blockvector): Use renamed hex_string.
836
837 2004-09-10 Jason Molenda (jmolenda@apple.com)
838
839 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
840 chars after 'if' or 'while' commands in user-defined commands.
841
842 2004-09-08 Jim Blandy <jimb@redhat.com>
843
844 Fix bug reported and analyzed by Olivier Crete:
845 * symfile.c (copy_section_addr_info): New function.
846 (symbol_file_add_with_addrs_or_offsets): Use it to save the
847 original set of address arguments, instead of handwritten code
848 that uses one length to allocate and a different length to
849 initialize. Use make_cleanup_free_section_addr_info.
850 * symfile.h (copy_section_addr_info): New declaration.
851 * utils.c: #include "symfile.h".
852 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
853 New functions.
854 * defs.h (make_cleanup_free_section_addr_info): New declaration.
855 * Makefile.in (utils.o): Update dependencies.
856
857 2004-09-08 Andrew Cagney <cagney@gnu.org>
858
859 * thread-db.c (keep_thread_db): Delete.
860 (thread_db_new_objfile, thread_db_create_inferior)
861 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
862
863 2004-09-08 Mark Kettenis <kettenis@gnu.org>
864
865 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
866 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
867 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
868 (i386_frameless_signal_p): Remove prototype.
869 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
870 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
871 I386_SSE_NUM_REGS.
872 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
873 instead of FP0_REGNUM.
874 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
875 of FP0_REGNUM and FPC_REGNUM.
876
877 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
878 (sunos_solib_create_inferior_hook): Don't call
879 sunos_relocate_main_executable.
880
881 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
882 solib_svr4_fetch_link_map_offsets to
883 svr4_ilp32_fetch_link_map_offsets.
884 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
885 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
886 svr4_ilp32_fetch_link_map_offsets.
887 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
888
889 2004-09-07 Jim Blandy <jimb@redhat.com>
890
891 * frame.h (frame_register): Doc fix.
892
893 2004-09-07 Andrew Cagney <cagney@gnu.org>
894
895 * vx-share/wait.h: Delete #ifdef USG.
896 * utils.c (request_quit): Ditto.
897 * tui/tui.c (tui_reset): Ditto.
898 * remote.c: Ditto.
899 * remote-sds.c: Ditto.
900 * remote-rdi.c: Ditto.
901 * mdebugread.c: Ditto.
902 * m68klinux-nat.c: Ditto.
903 * infttrace.c: Ditto.
904 * infptrace.c: Ditto.
905 * i386v-nat.c: Ditto.
906 * exec.c: Ditto.
907 * dbxread.c: Ditto.
908 * core-aout.c: Ditto.
909
910 2004-09-05 Joel Brobecker <brobecker@gnat.com>
911
912 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
913 heuristic_proc_desc.
914 (mips_insn32_frame_cache): Likewise.
915
916 2004-09-04 Joel Brobecker <brobecker@gnat.com>
917
918 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
919 left behind by error.
920
921 2004-09-04 Joel Brobecker <brobecker@gnat.com>
922
923 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
924 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
925
926 2004-09-04 Joel Brobecker <brobecker@gnat.com>
927
928 * config/rs6000/xm-aix4.h: Remove this file.
929 * config/rs6000/aix4.mh (XM_FILE): Delete.
930
931 2004-09-04 Joel Brobecker <brobecker@gnat.com>
932
933 * config/rs6000/xm-rs6000.h: Remove this file.
934 * config/rs6000/rs6000.mh (XM_FILE): Remove.
935
936 2004-09-03 Andrew Cagney <cagney@gnu.org>
937
938 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
939 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
940 only use.
941
942 * mips-tdep.c (temp_saved_regs): Delete.
943 (set_reg_offset): Replace saved_regs parameter with this_cache.
944 (heuristic_proc_desc, mips16_heuristic_proc_desc)
945 (mips32_heuristic_proc_desc): Add this_cache parameter.
946 (mips_insn32_frame_cache, mips_insn16_frame_cache)
947 (after_prologue): Pass a NULL this_cache.
948
949 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
950 non-kernel trap prologues.
951
952 * mips-tdep.c (find_proc_desc): Delete function.
953 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
954 simplify.
955 (mips_insn16_frame_cache): Replace find_proc_desc with code from
956 mips_insn32_frame_cache.
957
958 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
959 Simplify as NEXT_FRAME is NULL.
960 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
961
962 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
963 local variable.
964 (mips_skip_prologue): Update.
965
966 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
967 "cur_frame" parameter.
968 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
969 (mips_insn32_frame_cache, find_proc_desc): Update
970
971 * config/vax/nm-obsd.h: Delete file.
972 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
973 * config/vax/nm-nbsd.h: Delete file.
974 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
975 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
976 * config/sh/nm-nbsd.h: Delete file.
977 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
978 * config/rs6000/nm-rs6000ly.h: Delete file.
979 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
980 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
981 * config/powerpc/nm-obsd.h: Delete file.
982 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
983 * config/powerpc/nm-nbsd.h: Delete file.
984 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
985 * config/pa/nm-obsd.h: Delete file.
986 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
987 * config/mips/nm-nbsd.h: Delete file.
988 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
989 * config/m88k/nm-obsd.h: Delete file.
990 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
991 * config/m68k/nm-nbsd.h: Delete file.
992 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
993 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
994 * config/i386/nm-nbsd.h: Delete file.
995 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
996 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
997 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
998 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
999 * config/i386/nm-i386lynx.h: Delete file.
1000 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1001 * config/arm/nm-nbsd.h: Delete file.
1002 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1003 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1004
1005 * config/i386/tm-fbsd.h: Delete file.
1006 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1007 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1008
1009 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1010 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1011 * config/rs6000/aix4.mt (TM_FILE): Set to
1012 config/rs6000/tm-rs6000.h.
1013 * config/powerpc/tm-ppc-aix.h: Delete file.
1014 * config/powerpc/aix.mt (TM_FILE): Set to
1015 config/rs6000/tm-rs6000.h.
1016 * config/m68k/tm-linux.h: Delete file.
1017 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1018 * config/i386/tm-linux64.h: Delete file.
1019 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1020 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1021
1022 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1023 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1024 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1025 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1026 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1027 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1028 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1029 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1030 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1031
1032 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1033 gdb_host_cpu.
1034
1035 2004-09-02 Joel Brobecker <brobecker@gnat.com>
1036
1037 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1038 Minor reformatting. Some code factoring.
1039
1040 2004-09-02 Andrew Cagney <cagney@gnu.org>
1041
1042 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1043 * config/vax/tm-nbsd.h: Delete file.
1044 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1045 * config/sparc/tm-vxworks.h: Delete file.
1046 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1047 * config/sparc/tm-nbsd.h: Delete file.
1048 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1049 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1050 * config/sparc/tm-linux.h: Delete file.
1051 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1052 * config/s390/tm-linux.h: Delete file.
1053 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1054 * config/pa/tm-bsd.h: Delete file.
1055 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1056 * config/m68k/tm-obsd.h: Delete file.
1057 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1058 * config/m68k/tm-nbsd.h: Delete file.
1059 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1060 * config/i386/tm-vxworks.h: Delete file.
1061 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1062 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1063 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1064 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1065 * config/i386/tm-nbsd.h: Delete file.
1066 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1067 * config/i386/tm-i386lynx.h: Delete file.
1068 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1069 * config/cris/tm-cris.h: Delete file.
1070
1071 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1072 * configure: Re-generate.
1073 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1074 * config/arm/tm-nbsd.h: Delete file.
1075
1076 * config/powerpc/tm-ppcle-sim.h: Delete.
1077 * config/powerpc/tm-ppcle-eabi.h: Delete.
1078 * config/powerpc/tm-nbsd.h: Delete.
1079 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1080 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1081 tm-ppcle-eabi.h.
1082
1083 * config/i386/nto.mh (NAT_FILE): Delete.
1084 * config/i386/nm-nto.h: Delete.
1085
1086 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1087 * config/m68k/tm-os68k.h: Ditto.
1088 * config/m68k/tm-monitor.h: Ditto.
1089 * config/m68k/tm-cisco.h: Ditto.
1090 * config/m68k/st2000.mt (TM_FILE): Delete.
1091 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1092 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1093 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1094 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1095
1096 * config/m68k/tm-st2000.h: Delete.
1097 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1098 * config/sparc/fbsd.mt (TM_FILE): Delete.
1099 * config/sparc/tm-fbsd.h: Delete.
1100
1101 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1102 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1103 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1104
1105 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1106 GDB_TM_FILE and GDB_XM_FILE.
1107 * gdbarch.c: Re-generate.
1108 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1109 quotes in macro definition.
1110 * configure.in: Re-generate.
1111
1112 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1113 validating architecture methods.
1114 * gdbarch.c: Re-generate.
1115
1116 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1117 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1118 GDB_MULTI_ARCH_PARTIAL.
1119 * gdbarch.h: Re-generate.
1120
1121 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1122 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1123 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1124 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1125 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1126 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1127 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1128 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1129 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1130 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1131 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1132 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1133
1134 2004-09-01 Andrew Cagney <cagney@gnu.org>
1135
1136 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1137 and main_func_highpc.
1138 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1139 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1140 * nlmread.c (nlm_symfile_read): Update.
1141
1142 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1143
1144 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1145 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1146 (find_proc_desc): Remove dead code.
1147
1148 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1149
1150 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1151
1152 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1153
1154 * observer.sh: Add struct so_list declaration.
1155 * Makefile.in: Add dependencies on observer.h for solib.c and
1156 breakpoint.c.
1157 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1158 function.
1159 (_initialize_breakpoint): Register
1160 disable_breakpoints_in_unloaded_shlib as an observer of the
1161 "solib unloaded" observation event.
1162 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1163 call decode_line_1 so unfound breakpoint errors are silent.
1164 * solib.c (update_solib_list): When a solib is discovered to have
1165 been unloaded by the program, notify all observers of the
1166 "solib unloaded" observation event.
1167
1168 2004-09-01 Andrew Cagney <cagney@gnu.org>
1169
1170 * frame.c: Include "objfiles.h".
1171 (inside_main_func): New function.
1172 (get_prev_frame): Use new inside_main_func.
1173 * Makefile.in (frame.o): Update dependencies.
1174 * defs.h (inside_main_func): Delete declaration.
1175 * blockframe.c (inside_main_func): Delete function.
1176
1177 2004-08-31 Jim Blandy <jimb@redhat.com>
1178
1179 * dwarf2read.c (is_vtable_name): New function, based on logic from
1180 read_structure_type, but passing the correct length to strncmp,
1181 and using 'sizeof' instead of 'strlen'.
1182 (read_structure_type): Call it.
1183
1184 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1185
1186 * config/powerpc/aix.mh: Add comment.
1187
1188 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1189
1190 * MAINTAINERS: Add self to Write-After-Approval.
1191
1192 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1193
1194 * MAINTAINERS: Add self to Write-After-Approval.
1195
1196 2004-08-30 Andrew Cagney <cagney@gnu.org>
1197
1198 Fix PR breakpoints/1757.
1199 * infrun.c (struct execution_control_state): Replace
1200 remove_breakpoints_on_following_step with
1201 step_after_step_resume_breakpoint.
1202 (init_execution_control_state): Update.
1203 (handle_inferior_event): For signals, when stepping off a
1204 breakpoint, set step_after_step_resume_breakpoint. When
1205 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1206 (keep_going): Delete code handling
1207 remove_breakpoints_on_following_step.
1208
1209 2004-08-29 David Lecomber <david@streamline-computing.com>
1210
1211 Fix PR gdb/648
1212 * language.h (enum array_ordering): New enum.
1213 * language.h (struct language_defn): New la_array_ordering
1214 attribute.
1215 * language.c (unknown_language_defn, auto_language_defn)
1216 (local_language_defn): Ditto.
1217 * ada-lang.c (ada_language_defn): Ditto.
1218 * c-lang.c (c_language_defn, cplus_language_defn)
1219 (asm_language_defn, minimal_language_defn): Ditto.
1220 * f-lang.c (f_language_defn): Ditto.
1221 * jv-lang.c (java_language_defn): Ditto.
1222 * m2-lang.c (f_language_defn): Ditto.
1223 * objc-lang.c (objc_language_defn): Ditto.
1224 * p-lang.c (pascal_language_defn): Ditto.
1225 * scm-lang.c (scm_language_defn): Ditto.
1226 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1227 oriented large to small in type structure.
1228 * dwarf2read.c (read_array_order): New function.
1229 (read_array_type): Use read_array_order to check row/column
1230 major ordering.
1231
1232 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1233
1234 * target.c (target_resize_to_sections): Check
1235 current_target.to_sections for an old value when updating.
1236
1237 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1238
1239 * procfs.c (dbx_link_bpt_addr): New static global variable.
1240 (dbx_link_shadow_contents): New static global variable.
1241 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1242 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1243 if we just hit it.
1244 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1245 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1246 from run to run.
1247 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1248 after the inferior has been forked.
1249 (remove_dbx_link_breakpoint): New function.
1250 (dbx_link_addr): New function.
1251 (insert_dbx_link_bpt_in_file): New function.
1252 (insert_dbx_link_bpt_in_region): New function.
1253 (insert_dbx_link_breakpoint): New function.
1254 (proc_trace_syscalls_1): New function, extracted from
1255 proc_trace_syscalls.
1256 (proc_trace_syscalls): Replace extract code by call to
1257 proc_trace_syscalls_1.
1258 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1259 is no longer valid.
1260
1261 2004-08-25 Jim Blandy <jimb@redhat.com>
1262
1263 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1264
1265 2004-08-25 Andrew Cagney <cagney@gnu.org>
1266
1267 * infrun.c (struct execution_control_state): Delete field
1268 "stepping_through_sigtramp".
1269 (init_execution_control_state): Do not set same.
1270 (context_switch): Do not pass same to save_infrun_state and
1271 load_infrun_state.
1272 * gdbthread.h (struct thread_info): Delete field
1273 stepping_through_sigtramp.
1274 (save_infrun_state, load_infrun_state): Delete parameter
1275 stepping_through_sigtramp.
1276 * thread.c (load_infrun_state, save_infrun_state): Update.
1277
1278 * infrun.c: Re-indent. Move expression operators to the beginning
1279 of the line. Remove long disabled #if 0 code.
1280
1281 2004-08-24 Andrew Cagney <cagney@gnu.org>
1282
1283 * doublest.h (floatformat_ieee_quad): Rename
1284 floatformat_ia64_quad.
1285 * doublest.c (floatformat_ieee_quad): Rename
1286 floatformat_ia64_quad.
1287 (_initialize_doublest): Update.
1288
1289 2004-08-24 Jim Blandy <jimb@redhat.com>
1290
1291 * dwarf2expr.h (struct dwarf_expr_context): New members
1292 'num_pieces' and 'pieces', for returning the result of an
1293 expression that uses DW_OP_piece.
1294 (struct dwarf_expr_piece): New struct type.
1295 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1296 pieces.
1297 (free_dwarf_expr_context): Free pieces, if any.
1298 (add_piece): New function.
1299 (execute_stack_op): Implement DW_OP_piece.
1300 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1301 expression is a list of pieces, print an error message.
1302 (dwarf2_loc_desc_needs_frame): If the expression yields
1303 pieces, and any piece is in a register, then we need a frame.
1304
1305 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1306 the stack until we've decided what sort of result the evaluation
1307 has produced. Use separate variables, with more specific names.
1308
1309 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1310
1311 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1312 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1313 (arm_netbsd_init_abi_common): Register them.
1314
1315 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1316
1317 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1318
1319 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1320 safe_frame_unwind_memory instead of target_read_memory.
1321
1322 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1323 Reorder includes.
1324 (fetch_register, store_register): Remove prototypes.
1325 (child_resume): Reorganize code and comments such that it is
1326 grouped a bit more logically.
1327 (attach): Explicitly compare errno against 0.
1328 (detach): Likewise. Use perror_with_name instead of
1329 print_sys_errmsg.
1330 * Makefile.in (infptrace.o): Update dependencies.
1331
1332 * ia64-linux-nat.c: Update copyright year.
1333 (fetch_debug_register, store_debug_register)
1334 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1335 PTRACE_TYPE_ARG3.
1336 * config/ia64/nm-linux.h: Update copyright year.
1337 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1338
1339 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1340 from CORE_ADDR to struct frame_info *. Use
1341 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1342 (amd64_linux_sigtramp_p): Adjust for changed signature of
1343 and64_linux_sigtramp_start
1344
1345 * gdb_ptrace.h: GNU/Linux.
1346
1347 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1348 Remove defines.
1349
1350 * infptrace.c: Include "gdb_assert.h".
1351 (PTRACE_XFER_TYPE): Remove define.
1352 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1353 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1354 Tweak comment.
1355 (fetch_inferior_registers, store_inferior_registers): Remove
1356 redundant culry braces. Tweak comment. s/regno/regnum.
1357 * Makefile.in (infptrace.o): Update dependencies.
1358
1359 * configure.in: Change test for return type of ptrace to default
1360 to `long' instead of `int'.
1361 * configure: Regenerate.
1362
1363 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1364
1365 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1366
1367 * configure.in: Check for ttrace function.
1368 * configure, config.in: Regenerate.
1369
1370 * gdb_ptrace.h: New file.
1371 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1372 <sys/ptrace.h>.
1373 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1374 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1375 (attach): Don't define PT_ATTACH.
1376 (detach): Don't define PT_DETACH.
1377 * Makefile.in (gdb_ptrace_h): New variable.
1378 (infptrace.o): Update dependencies.
1379
1380 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1381
1382 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1383 instead of `int' if not already defined.
1384 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1385 PTRACE_TYPE_ARG3.
1386 * infptrace.c (call_ptrace): Revert change that replaced
1387 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1388
1389 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1390
1391 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1392 Remove defines.
1393
1394 * linux-nat.c (kill_inferior): Add missing third and fourth
1395 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1396
1397 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1398 PTRACE_TYPE_RET.
1399
1400 * proc-why.c (proc_prettyfprint_why): Fix format string.
1401
1402 * solib-osf.c (osf_current_sos): Remove unsused label.
1403
1404 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1405 curses headers.
1406 * configure, config.in: Regenerate.
1407 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1408 <ncurses/ncurses.h>.
1409
1410 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1411 * config/nm-nbsd.h: Update copyright year.
1412 (PTRACE_ARG3_TYPE): Remove define.
1413
1414 * sparc-nat.c (fetch_inferior_registers)
1415 (store_inferior_registers, sparc_xfer_wcookie):
1416 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1417
1418 * alphabsd-nat.c (fetch_inferior_registers):
1419 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1420 PTRACE_TYPE_ARG3.
1421 * amd64bsd-nat.c (fetch_inferior_registers)
1422 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1423 PTRACE_TYPE_ARG3.
1424 * armnbsd-nat.c: Update copyright year.
1425 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1426 (store_register, store_regs, store_fp_register, store_fp_regs):
1427 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1428 * hppabsd-nat.c (fetch_inferior_registers)
1429 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1430 PTRACE_TYPE_ARG3.
1431 * i386bsd-nat.c (fetch_inferior_registers)
1432 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1433 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1434 * m68kbsd-nat.c (fetch_inferior_registers)
1435 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1436 PTRACE_TYPE_ARG3.
1437 * m88kbsd-nat.c (fetch_inferior_registers)
1438 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1439 PTRACE_TYPE_ARG3.
1440 * mipsnbsd-nat.c: Update copyright year.
1441 (fetch_inferior_registers, store_inferior_registers):
1442 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1443 * ns32knbsd-nat.c: Update copyright year.
1444 (fetch_inferior_registers, store_inferior_registers):
1445 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1446 * ppcnbsd-nat.c (fetch_inferior_registers):
1447 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1448 PTRACE_TYPE_ARG3.
1449 * ppcobsd-nat.c (fetch_inferior_registers):
1450 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1451 PTRACE_TYPE_ARG3.
1452 * shnbsd-nat.c: Update copyright year.
1453 (fetch_inferior_registers, store_inferior_registers):
1454 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1455 * vaxbsd-nat.c (fetch_inferior_registers)
1456 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1457 PTRACE_TYPE_ARG3.
1458
1459 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1460 PTRACE_TYPE_ARG3.
1461 * infptrace.c (call_ptrace, child_resume, attach, detach)
1462 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1463 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1464 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1465 PTRACE_TYPE_ARG3.
1466
1467 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1468
1469 * defs.h: Remove out-of-date comment.
1470 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1471 [!GETENV_PROVIDED] (getenv): Remove prototype.
1472
1473 * standalone.c: Remove file.
1474 * Makefile.in (standalone.o): Remove dependency.
1475
1476 * i386-linux-nat.c (dummy_sse_values): Remove function and
1477 prototype.
1478 (i386_linux_dr_get): Fix typo in comment.
1479 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1480
1481 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1482
1483 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1484 from declaration.
1485 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1486 from definition.
1487
1488 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1489
1490 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1491 parenthesis in definition.
1492 * configure: Regenerated.
1493
1494 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1495
1496 * PROBLEMS: Mention build/1411.
1497
1498 2004-08-09 Robert Millan <robertmh@gnu.org>
1499
1500 Committed by Nathanael Nerode.
1501 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1502 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1503
1504 2004-08-12 Andrew Cagney <cagney@gnu.org>
1505
1506 * NEWS: Mention fixes in GDB 6.2.1.
1507 * PROBLEMS: Remove mention of mips-irix.
1508
1509 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1510
1511 * config/powerpc/xm-aix.h: Delete.
1512 * config/powerpc/aix.mh (MH_FILE): Remove.
1513 * config/powerpc/aix432.mh (MH_FILE): Remove.
1514
1515 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1516
1517 * config/powerpc/aix.mh: Remove obsolete comment.
1518 * config/powerpc/aix432.mh: Likewise.
1519
1520 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1521
1522 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1523
1524 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1525
1526 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1527 this file is now empty.
1528 * config/xm-aix4.h: Remove, this file is no longer included
1529 anywhere.
1530
1531 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1532
1533 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1534 that file is now empty.
1535 (termdef): Remove prototype, function no longer used.
1536
1537 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1538
1539 * doc/gdbint.texinfo (Host Definition): Remove documentation
1540 for USE_O_NOCTTY, no longer used.
1541 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1542 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1543
1544 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1545
1546 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1547 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1548 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1549
1550 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1551
1552 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1553 instead of FIVE_ARG_PTRACE.
1554
1555 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1556 (new_tty): Use O_NOCTTY unconditionally.
1557
1558 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1559
1560 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1561 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1562 fflush on stdout.
1563
1564 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1565
1566 * xcoff_symfile_finish: Replace last call to xmfree by call
1567 to xfree.
1568
1569 2004-08-10 Andrew Cagney <cagney@gnu.org>
1570
1571 * main.c (captured_main): Delete call to init_malloc.
1572 * defs.h (init_malloc): Delete declaration.
1573 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1574 (init_malloc): Delete functions.
1575
1576 * defs.h (xmfree): Delete.
1577 * utils.c (xmfree): Delete function.
1578 (xfree): Inline calls to xmfree and mfree.
1579 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1580 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1581 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1582 * somread.c (som_symfile_finish): Ditto.
1583 * objfiles.c (allocate_objfile, free_objfile):
1584 * nlmread.c (nlm_symfile_finish): Ditto.
1585 * hpread.c (hpread_symfile_finish): Ditto.
1586 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1587 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1588 * coffread.c (coff_symfile_finish): Ditto.
1589
1590 * defs.h (xmcalloc): Delete declaration.
1591 * utils.c (xmcalloc): Delete.
1592 (xcalloc): Inline calls to xmcalloc and mcalloc.
1593 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1594 xcalloc and xfree.
1595 * symtab.c (create_demangled_names_hash): Ditto.
1596
1597 * defs.h (xmrealloc): Delete.
1598 * utils.c (xmrealloc): Delete.
1599 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1600 * symmisc.c (extend_psymbol_list): Use xrealloc.
1601 * source.c (find_source_lines): Ditto.
1602 * hpread.c (hpread_lookup_type): Ditto.
1603 * dbxread.c (add_bincl_to_list): Ditto.
1604
1605 * utils.c (xmmalloc): Delete.
1606 (xmalloc): Inline xmmalloc and mmalloc calls.
1607 (msavestring): Use xmalloc.
1608 * defs.h (xmmalloc): Delete declaration.
1609 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1610 xmmalloc.
1611 * symmisc.c (extend_psymbol_list): Ditto.
1612 * symfile.c (init_psymbol_list): Ditto.
1613 * source.c (find_source_lines): Ditto.
1614 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1615 * elfread.c (elf_symtab_read): Ditto.
1616 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1617 * coffread.c (coff_symfile_init): Ditto.
1618
1619 2004-08-10 David Carlton <carlton@bactrian.org>
1620
1621 * MAINTAINERS: Remove David Carlton from c++ testsuite
1622 maintainers.
1623
1624 2004-08-10 Jerome Guitton <guitton@gnat.com>
1625
1626 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1627 print a line feed before the prompt.
1628
1629 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1630
1631 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1632
1633 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1634
1635 General cleanup of the AIX xm include file:
1636 * config/xm-aix4.h (fd_set): Remove undefine.
1637 Remove include of <sys/select.h>.
1638 (HAVE_TERMIO): Remove define.
1639 (USG): Likewise.
1640 (NULL): Remove redefine.
1641 (alloca): Remove #pragma.
1642 (vfork): Remove define.
1643 (termdef): Remove.
1644 (SIGWINCH_HANDLER): Remove.
1645 (SIGWINCH_HANDLER_BODY): Remove.
1646
1647 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1648
1649 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1650 GDB_OSABI_OPENBSD_ELF.
1651
1652 2004-08-07 Robert Millan <robertmh@gnu.org>
1653
1654 * bsd-kvm.c: Check for nlist.h before including it.
1655
1656 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1657
1658 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1659 sigcontext' offset consistency checks for ancient BSD.
1660
1661 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1662
1663 * configure.in: Check for <sys/types.h>. Check return and
1664 argument types of ptrace.
1665 * configure, config.in: Regenerate.
1666
1667 2004-08-09 Jim Blandy <jimb@redhat.com>
1668
1669 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1670 rs6000_register_sim_regno): Doc fixes.
1671
1672 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1673
1674 * mips-tdep.c: Include "floatformat.h".
1675 (n32n64_floatformat_always_valid): New function.
1676 (floatformat_n32n64_long_double_big): New constant.
1677 (mips_gdbarch_init): Set size and format of long double
1678 for N32 and N64 ABIs.
1679 * Makefile.in (mips-tdep.o): Update dependencies.
1680
1681 2004-08-08 Andrew Cagney <cagney@gnu.org>
1682
1683 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1684 print. Improve script's error messages.
1685 * gdbarch.h: Re-generate.
1686
1687 * gdbarch.sh (pformat): New function.
1688 (float_format, double_format, long_double_format): List with bit
1689 members. Use pformat when printing.
1690 * gdbarch.c, gdbarch.h: Re-generate.
1691
1692 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1693
1694 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1695 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1696 (ppcnbsd_supply_pcb): New function.
1697 (_initialize_ppcnbsd_nat): New prototype and function.
1698 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1699 (LOADLIBES): New variable.
1700 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1701
1702 2004-08-08 Andrew Cagney <cagney@gnu.org>
1703
1704 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1705 (builtin_type_ieee_double, builtin_type_ia64_quad)
1706 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1707 BE/LE floating-point types.
1708 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1709 (builtin_type_ieee_double, builtin_type_ia64_quad)
1710 (builtin_type_ia64_spill): Declare.
1711 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1712 (floatformat_ieee_double, floatformat_arm_ext)
1713 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1714 of LE/BE floatformats.
1715 * doublest.h: (struct floatformat, floatformat_ieee_single)
1716 (floatformat_ieee_double, floatformat_arm_ext)
1717 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1718
1719 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1720
1721 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1722
1723 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1724 instead of regcache_raw_supply when storing the registers.
1725
1726 * i386gnu-nat.c: Update copyright year.
1727 (gnu_store_registers): Don't use deprecated_registers and
1728 deprecated_registers_valid. Use regcache_valid_p and
1729 regcache_raw_supply instead.
1730
1731 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1732 frame_pc_unwind.
1733
1734 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1735 variables. Incapitalized "process".
1736
1737 * configure.in: Add cursesX to the list of possible curses libs.
1738 Add cursesX.h to the list of possible curses headers.
1739 * configure, config.in: Regenerate.
1740
1741 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1742
1743 * configure.in: Test for struct lwp in <sys/lwp.h>.
1744 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1745 the offset of l_addr in struct lwp.
1746
1747 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1748
1749 * bsd-kvm.c: Include "gdbcore.h"
1750 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1751
1752 2004-08-07 Andrew Cagney <cagney@gnu.org>
1753
1754 * gdbtypes.c (build_flt, build_complex): New functions.
1755 (gdbtypes_post_init): Use.
1756
1757 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1758
1759 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1760 through to builtin_type_uint128.
1761
1762 * c-exp.y: Use builtin_type function to obtain builtin types.
1763
1764 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1765 builtin_uint128.
1766 * gdbtypes.c (gdbtypes_post_init): Update.
1767 (build_gdbtypes): Move initialization of builtin_type_int0
1768 through to builtin_type_uint128 from here ...
1769 (_initialize_gdbtypes): ... to here.
1770 * d10v-tdep.c (d10v_register_type): Update.
1771
1772 * doublest.c: Update copyright.
1773 (floatformat_from_length): Call error when floatformat is NULL.
1774 (extract_floating_by_length): Remove NULL fmt check.
1775 (store_floating_by_length): Ditto.
1776
1777 2004-08-07 Andrew Cagney <cagney@gnu.org>
1778
1779 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1780 that the register is valid.
1781
1782 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1783
1784 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1785 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1786 struct frame_info *. Use safe_frame_unwind_memory instead of
1787 deprecated_read_memory_nobpt.
1788 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1789 changed signature of i386_linux_sigtramp_start and
1790 i386_linux_rt_sigtramp_start.
1791
1792 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1793 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1794 instead of deprecated_read_memory_nobpt.
1795 (i386nbsd_sigtramp_p): Adjust for changed signature of
1796 i386nbsd_sigtramp_offset.
1797
1798 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1799 safe_frame_unwind_memory instead of target_read_memory.
1800
1801 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1802 !NO_SYS_FILE.
1803 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1804 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1805 (_initialize_kernel_u_addr): Remove prototype and function.
1806 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1807 !NO_SYS_FILE.
1808 * xcoffread.c: Likewise.
1809
1810 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1811
1812 * vax-nat.c: New file.
1813 * vaxbsd-nat.c: Tweak comment.
1814 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1815 vaxnbsd-tdep.c.
1816 (vax-nat.o): New dependency.
1817 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1818 (vax-*-ultrix2*): Remove.
1819 * config/vax/vax.mh: New file.
1820 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1821 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1822 (vax_register_u_addr): New prototype.
1823 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1824 * config/vax/vaxult2.mh: Remove file.
1825 * config/vax/vaxult.mh: Remove file.
1826 * config/vax/vaxbsd.mh: Remove file.
1827 * config/vax/vax.mt (TM_FILE): Remove.
1828 * config/vax/tm-vaxbsd.h: Remove file.
1829
1830 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1831
1832 * aix-thread.c (get_signaled_thread): New function.
1833 (iter_trap): Delete, no longer used.
1834 (iter_tid): New function.
1835 (pd_update): Find the thread that received the SIGTRAP signal
1836 by first locating the kernel thread, and then finding its
1837 associated thread.
1838
1839 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1840
1841 * lin-lwp.c (child_wait): Continue inferior after processing
1842 PTRACE_EVENT_CLONE event.
1843
1844 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1845
1846 * MAINTAINERS: Add self to Write-After-Approval.
1847
1848 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1849
1850 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1851 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1852
1853 2004-08-05 Andrew Cagney <cagney@gnu.org>
1854
1855 * config/xm-sysv4.h: Delete file.
1856 * config/mips/xm-irix5.h: Delete file.
1857 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1858 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1859 * config/ia64/xm-aix.h: Delete file.
1860 * config/ia64/aix.mh (XM_FILE): Delete.
1861 * config/pa/xm-hppah.h: Delete file.
1862 * config/pa/hpux11w.mh (XM_FILE): Delete.
1863 * config/pa/hpux11.mh (XM_FILE): Delete.
1864 * config/pa/hpux1020.mh (XM_FILE): Delete.
1865 * config/pa/hppahpux.mh (XM_FILE): Delete.
1866
1867 * config/alpha/xm-alphalinux.h: Delete file.
1868 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1869 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1870 * config/alpha/xm-alphaosf.h: Delete file.
1871 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1872 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1873 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1874 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1875
1876 * config/i386/xm-i386v.h: Delete file.
1877 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1878 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1879 * config/i386/xm-i386sco.h: Delete file.
1880 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1881 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1882 * config/i386/xm-i386v4.h: Delete file.
1883 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1884 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1885 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1886 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1887
1888 * config/vax/xm-vax.h: Delete file.
1889 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1890 * config/vax/xm-vaxult2.h: Delete file.
1891 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1892 * config/vax/vaxult2.mh (XM_FILE): Delete.
1893 * config/vax/xm-vaxult.h: Delete file.
1894 * config/vax/vaxult.mh (XM_FILE): Delete.
1895 * config/vax/xm-vaxbsd.h: Delete file.
1896 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1897
1898 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1899 * gdbarch.h, gdbarch.c: Re-generate.
1900 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1901 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1902 * frame.h: Delete deprecated_read_fp from comments.
1903 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1904 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1905
1906 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1907
1908 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1909 trampoline in OpenBSD 3.5-current.
1910
1911 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1912 SSE registers.
1913
1914 * Makefile.in: Remove embedded page breaks.
1915
1916 2004-08-04 Jim Blandy <jimb@redhat.com>
1917
1918 * regcache.c (regcache_raw_read): Assert that, after calling
1919 target_fetch_registers, the register we're reading is cached.
1920
1921 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1922 a call to 'internal_error', with a more helpful error message.
1923 * rs6000-tdep.c (e500_pseudo_register_read,
1924 e500_pseudo_register_write, rs6000_store_return_value): Same.
1925
1926 2004-08-04 Andrew Cagney <cagney@gnu.org>
1927
1928 * Makefile.in: Update dependencies.
1929
1930 2004-08-04 Jim Blandy <jimb@redhat.com>
1931
1932 Change the layout of the PowerPC E500 raw register cache to allow
1933 the lower 32-bit halves of the GPRS to be their own raw registers,
1934 not pseudoregisters.
1935 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1936 add ppc_ev0_upper_regnum flag.
1937 * rs6000-tdep.c: #include "reggroups.h".
1938 (spe_register_p): Recognize the ev upper half registers as SPE
1939 registers.
1940 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1941 registers.
1942 (e500_move_ev_register): New function.
1943 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1944 vector registers are the pseudo-registers now, formed by splicing
1945 together the gprs and the upper-half registers.
1946 (e500_register_reggroup_p): New function.
1947 (P): Macro deleted.
1948 (P8, A4): New macro.
1949 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1950 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1951 macros.
1952 (registers_e500): Rearrange register set so that the raw register
1953 set contains 32-bit GPRs and upper-half registers, and the SPE
1954 vector registers become pseudo-registers.
1955 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1956 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1957 register numbers are now the same for the E500 as they are for
1958 other PowerPC variants. Register e500_register_reggroup_p as the
1959 register group function for the E500.
1960 * Makefile.in (rs6000-tdep.o): Update dependencies.
1961
1962 Adapt PPC E500 native support to the new raw regcache layout.
1963 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1964 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1965 (fetch_spe_register, store_spe_register): Handle fetching/storing
1966 all the SPE registers at once, if regno == -1. These now take
1967 over the job of fetch_spe_registers and store_spe_registers.
1968 (fetch_spe_registers, store_spe_registers): Deleted.
1969 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1970 unconditionally; they're always raw. Fetch/store SPE upper half
1971 registers, if present, instead of ev registers.
1972 (fetch_register, store_register): Remove sanity checks: gprs are
1973 never pseudo-registers now, so we never need to even mention any
1974 registers that are ever pseudoregisters.
1975
1976 Use a fixed register numbering when communicating with the PowerPC
1977 simulator.
1978 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1979 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1980 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1981 New functions.
1982 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1983 init_sim_regno_table.
1984 * Makefile.in (gdb_sim_ppc_h): New variable.
1985 (rs6000-tdep.o): Update dependencies.
1986
1987 2004-08-02 Andrew Cagney <cagney@gnu.org>
1988
1989 * cris-tdep.c (cris_register_size): Restore function, still used
1990 locally.
1991
1992 * gdbarch.sh (deprecated_target_read_fp)
1993 (deprecated_frame_locals_address, deprecated_frame_args_address)
1994 (deprecated_frame_chain_valid, deprecated_frame_chain)
1995 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1996 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1997 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1998 * gdbarch.h, gdbarch.c: Re-generate.
1999 * regcache.c (deprecated_read_fp): Do not call
2000 DEPRECATED_TARGET_READ_FP_P.
2001 * infcmd.c (default_print_registers_info): Do not call
2002 DEPRECATED_DO_REGISTERS_INFO.
2003 * frame-base.c (default_frame_locals_address): Do not call
2004 DEPRECATED_FRAME_LOCALS_ADDRESS.
2005 (default_frame_args_address): Do not call
2006 DEPRECATED_FRAME_ARGS_ADDRESS.
2007
2008 * gdbarch.sh (deprecated_register_raw_size)
2009 (deprecated_register_virtual_size:int): Delete.
2010 * gdbarch.h, gdbarch.c: Re-generate.
2011 * cris-tdep.c (cris_register_size): Delete.
2012 (cris_gdbarch_init): Update.
2013 * alpha-tdep.c (alpha_register_raw_size)
2014 (alpha_register_virtual_size): Delete.
2015 (alpha_gdbarch_init): Update.
2016
2017 * gdbarch.sh (deprecated_register_virtual_type)
2018 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2019 (deprecated_dummy_write_sp): Delete.
2020 * gdbarch.h, gdbarch.c: Re-generate.
2021
2022 * gdbarch.sh (deprecated_register_bytes): Delete.
2023 * gdbarch.h, gdbarch.c: Re-generate.
2024 * regcache.c (deprecated_register_bytes): New function.
2025 * regcache.h (deprecated_register_bytes): Declare.
2026 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2027 * v850-tdep.c (v850_gdbarch_init): Update.
2028 * sh64-tdep.c (sh64_gdbarch_init): Update.
2029 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2030 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2031 * mcore-tdep.c (mcore_gdbarch_init): Update.
2032 * cris-tdep.c (cris_gdbarch_init): Update.
2033 * arm-tdep.c (arm_gdbarch_init): Update.
2034 * remote.c (init_remote_state): Update.
2035 * remote-vx.c (vx_prepare_to_store): Update.
2036 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2037 * irix5-nat.c (fetch_core_registers): Update.
2038 * cris-tdep.c (cris_register_bytes_ok): Update.
2039 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2040
2041 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2042 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2043 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2044 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2045 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2046 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2047 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2048 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2049 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2050 with mips_insn16 and mips_insn32.
2051
2052 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2053 * rs6000-tdep.c (rs6000_push_dummy_call)
2054 (rs6000_extract_return_value): Use register_size.
2055 * xstormy16-tdep.c (xstormy16_get_saved_register)
2056 (xstormy16_extract_return_value): Ditto.
2057 * valops.c (value_assign): Ditto.
2058 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2059 * v850-tdep.c (v850_extract_return_value): Ditto.
2060 * tracepoint.c (collect_symbol): Ditto.
2061 * target.c (debug_print_register): Ditto.
2062 * stack.c (frame_info): Ditto.
2063 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2064 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2065 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2066 (store_register_using_P): Ditto.
2067 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2068 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2069 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2070 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2071 * regcache.c (deprecated_read_register_bytes)
2072 (deprecated_write_register_bytes, read_register)
2073 (write_register): Ditto.
2074 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2075 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2076 * monitor.c (monitor_supply_register, monitor_fetch_register)
2077 (monitor_store_register): Ditto.
2078 * mn10300-tdep.c (mn10300_pop_frame_regular)
2079 (mn10300_print_register): Ditto.
2080 * mipsv4-nat.c (fill_fpregset): Ditto.
2081 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2082 (mips64_fill_fpregset): Ditto.
2083 * mi/mi-main.c (register_changed_p, get_register)
2084 (mi_cmd_data_write_register_values): Ditto.
2085 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2086 * irix5-nat.c (fill_gregset, fetch_core_registers):
2087 * infrun.c (write_inferior_status_register): Ditto.
2088 * infptrace.c (fetch_register, store_register): Ditto.
2089 * infcmd.c (default_print_registers_info): Ditto.
2090 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2091 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2092 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2093 * hpux-thread.c (hpux_thread_fetch_registers)
2094 (hpux_thread_store_registers): Ditto.
2095 * hppah-nat.c (store_inferior_registers, fetch_register):
2096 * findvar.c (value_from_register): Ditto.
2097 * dve3900-rom.c (fetch_bitmapped_register):
2098 * cris-tdep.c (cris_gdbarch_init): Ditto.
2099 * alpha-tdep.h: Ditto.
2100 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2101
2102 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2103 DEPRECATED_REGISTER_RAW_SIZE from comments.
2104 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2105 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2106 DEPRECATED_REGISTER_RAW_SIZE.
2107 * findvar.c (value_of_register): Simplify by assuming that the
2108 registers raw and virtual sizes are identical.
2109 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2110 comment.
2111 * arch-utils.c (generic_register_size): Simplify by assuming
2112 register_type.
2113
2114 * regcache.c (legacy_read_register_gen, real_register)
2115 (legacy_write_register_gen): Delete, not used.
2116
2117 * regcache.c (struct regcache_descr): Delete legacy_p.
2118 (init_legacy_regcache_descr): Delete function.
2119 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2120 Do not use deprecated register functions.
2121 (regcache_raw_read, deprecated_write_register_gen):
2122 (deprecated_read_register_gen, regcache_raw_write): Delete code
2123 predicated on legacy_p.
2124 (register_size): Delete check against register raw size.
2125
2126 * cris-tdep.c (cris_register_type): Replace
2127 cris_register_virtual_type.
2128 (cris_gdbarch_init): Update, set register_type.
2129
2130 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2131 * gdbarch.h, gdbarch.c: Re-generate.
2132 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2133 (arm_gdbarch_init) Do not set frameless function invocation.
2134 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2135 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2136 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2137 (frv_gdbarch_init): Do not set frameless function invocation.
2138 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2139 * sh-tdep.c (sh_gdbarch_init): Ditto.
2140 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2141 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2142 * avr-tdep.c (avr_gdbarch_init): Ditto.
2143
2144 * blockframe.c (legacy_frame_chain_valid): Delete function.
2145
2146 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2147 and pc. Update comments.
2148 (pc_in_dummy_frame): Delete function.
2149 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2150 use the "id".
2151 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2152 call_hi, top and pc, use the id.
2153 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2154
2155 * dummy-frame.c: Include "gdb_string.h".
2156 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2157 (generic_save_dummy_frame_tos): Delete.
2158 (dummy_frame_push): New function, replaces above.
2159 * dummy-frame.h: Update copyright.
2160 (dummy_frame_push): Declare.
2161 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2162 (generic_save_call_dummy_addr): Delete declarations.
2163 * infcall.c: Include "dummy-frame.h".
2164 (call_function_by_hand): Add locals caller_regcache,
2165 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2166 with call to frame_save_as_regcache plus cleanup. Delete calls to
2167 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2168 Move clear_proceed_status to just before the resume, add call to
2169 dummy_frame_push (discard cleanup).
2170 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2171 (dummy-frame.o): Add $(gdb_string_h).
2172
2173 2004-08-01 Andrew Cagney <cagney@gnu.org>
2174
2175 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2176 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2177 * dummy-frame.c (find_dummy_frame): Delete.
2178 (struct dummy_frame_cache, dummy_frame_sniffer)
2179 (dummy_frame_prev_register, dummy_frame_this_id)
2180 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2181 frame unwinder using a dummy_frame_cache.
2182
2183 2004-08-01 Andrew Cagney <cagney@gnu.org>
2184
2185 * frame.h (frame_save_as_regcache): Declare.
2186 * frame.c (frame_save_as_regcache): New function.
2187 (do_frame_read_register): Replace do_frame_unwind_register.
2188 (frame_pop): Use frame_save_as_regcache.
2189 * dummy-frame.c (generic_push_dummy_frame): Use
2190 frame_save_as_regcache.
2191
2192 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2193
2194 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2195 file as included until we record the first line in the linetable.
2196
2197 2004-08-01 Andrew Cagney <cagney@gnu.org>
2198
2199 * frame.h (deprecated_pop_dummy_frame)
2200 (deprecated_read_register_dummy)
2201 (deprecated_generic_find_dummy_frame): Delete.
2202 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2203 (deprecated_read_register_dummy)
2204 (deprecated_find_dummy_frame_regcache)
2205 (discard_innermost_dummy)
2206 (deprecated_pop_dummy_frame): Delete.
2207 (dummy_frame_this_id): Simplify.
2208 (struct dummy_frame): Delete "fp" and "sp".
2209 (find_dummy_frame): Simplify.
2210 (generic_push_dummy_frame): Do not set "fp" or "sp".
2211 (fprint_dummy_frames): Do not print "fp" and "sp"
2212
2213 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2214
2215 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2216 (struct i386_insn): New structure.
2217 (i386_match_insn): New function.
2218 (i386_frame_setup_skip_insns): New variable.
2219 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2220 array i386_frame_setup_insns of instructions that should be
2221 skipped inside the frame setup sequence.
2222
2223 2004-08-01 Andrew Cagney <cagney@gnu.org>
2224
2225 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2226 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2227 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2228 * stack.c (frame_info): Delete references to
2229 DEPRECATED_FRAME_INIT_SAVED_REGS and
2230 deprecated_get_frame_saved_regs.
2231 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2232 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2233 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2234 (frame_unwind_register_signed)
2235 (frame_unwind_register_unsigned)
2236 (frame_unwind_unsigned_register): Use register_size.
2237 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2238 (deprecated_frame_xmalloc_with_cleanup)
2239 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2240 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2241
2242 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2243 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2244 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2245 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2246
2247 * infcall.c (call_function_by_hand): Do not use
2248 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2249 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2250 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2251 DEPRECATED_STACK_ALIGN.
2252
2253 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2254
2255 Committed by Andrew Cagney.
2256 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2257
2258 2004-08-01 Andrew Cagney <cagney@gnu.org>
2259
2260 * mips-tdep.c (mips16_frame_cache)
2261 (mips16_frame_this_id, mips16_frame_prev_register)
2262 (mips16_frame_unwind, mips16_frame_sniffer)
2263 (mips16_frame_base_address, mips16_frame_base)
2264 (mips16_frame_base_sniffer, mips32_frame_cache)
2265 (mips32_frame_this_id, mips32_frame_prev_register)
2266 (mips32_frame_unwind, mips32_frame_sniffer)
2267 (mips32_frame_base_address, mips32_frame_base)
2268 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2269 separate heuristic mips16 and mips32 unwinders.
2270 (mips_stub_frame_cache, mips_stub_frame_this_id)
2271 (mips_stub_frame_prev_register)
2272 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2273 (mips_stub_frame_base_address, mips_stub_frame_base)
2274 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2275 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2276 match true mdebug frames.
2277 (non_heuristic_proc_desc): Add forward declaration.
2278
2279 2004-08-01 Andrew Cagney <cagney@gnu.org>
2280
2281 * config/mips/tm-irix6.h: Delete file.
2282 * config/mips/tm-irix5.h: Delete file.
2283 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2284 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2285
2286 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2287 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2288 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2289 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2290 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2291 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2292 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2293 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2294 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2295 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2296 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2297 (TARGET_SIGNAL_RAW_VALUES): Delete.
2298 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2299 Delete.
2300 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2301 (TARGET_HW_WATCH_LIMIT): Delete.
2302 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2303 * minimon.h: Delete file.
2304
2305 * trad-frame.c (trad_frame_get_this_base)
2306 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2307 functions.
2308 * trad-frame.h (trad_frame_set_this_base)
2309 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2310
2311 2004-07-31 Andrew Cagney <cagney@gnu.org>
2312
2313 * trad-frame.c (trad_frame_get_prev_register): Rename
2314 trad_frame_get_prev_register.
2315 * vax-tdep.c (vax_frame_prev_register): Update.
2316 * trad-frame.h: Update.
2317 * trad-frame.c (trad_frame_get_register): Update.
2318 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2319 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2320 Update.
2321 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2322 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2323 Update.
2324 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2325 Update.
2326 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2327 Update.
2328 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2329 Update.
2330 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2331 Update.
2332 * s390-tdep.c (s390_frame_prev_register)
2333 (s390_stub_frame_prev_register)
2334 (s390_sigtramp_frame_prev_register): Update.
2335 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2336 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2337 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2338 * m88k-tdep.c (m88k_frame_prev_register)
2339 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2340 * m32r-tdep.c (m32r_frame_prev_register): Update.
2341 * hppa-tdep.c (hppa_frame_prev_register_helper)
2342 * frv-tdep.c (frv_frame_prev_register): Update.
2343 * d10v-tdep.c (d10v_frame_prev_register): Update.
2344 * cris-tdep.c (cris_frame_prev_register): Update.
2345 * avr-tdep.c (avr_frame_prev_register): Update.
2346 * arm-tdep.c (arm_prologue_prev_register)
2347 (arm_sigtramp_prev_register): Update.
2348
2349 2004-07-31 Andrew Cagney <cagney@gnu.org>
2350
2351 * frame.h (legacy_saved_regs_unwind)
2352 (legacy_frame_chain_valid, legacy_frame_p)
2353 (enum frame_type): Delete UNKNOWN_FRAME.
2354 * dummy-frame.c (dummy_frame_this_id): Simplify.
2355 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2356 * frame.c (struct frame_info): Delete the field "type".
2357 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2358 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2359 (legacy_saved_regs_unwind, legacy_frame_p)
2360 (frame_type_from_pc): Delete.
2361 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2362 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2363
2364 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2365
2366 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2367 indentation.
2368
2369 * mips-nat.c: Remove file.
2370 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2371 (mips-nat.o): Remove dependency.
2372
2373 * infptrace.c: Update copyright year.
2374 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2375 explicitly setting the buffer to all zeroes.
2376
2377 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2378 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2379
2380 2004-07-30 Andrew Cagney <cagney@gnu.org>
2381
2382 * GDB 6.2 released from gdb_6_2-branch.
2383
2384 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2385
2386 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2387
2388 * exec.c (exec_file_attach):
2389 * nto-tdep.c (nto_find_and_open_solib):
2390 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2391 * solib.c (solib_open):
2392 * somsolib.c (som_solib_sizeof_symbol_table):
2393 * source.c (is_regular_file, openp, open_source_file):
2394 * symfile.c (symfile_bfd_open):
2395 * wince.c (upload_to_device): Differentiate between the search for
2396 binary and source files.
2397
2398 2004-07-30 Andrew Cagney <cagney@gnu.org>
2399
2400 * complaints.c (_initialize_complaints): Pass NULL to
2401 add_setshow_zinteger_cmd for help_doc.
2402 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2403
2404 2004-07-30 Andrew Cagney <cagney@gnu.org>
2405
2406 Fix PR i18n/761.
2407 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2408 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2409 $(PACKAGE).pot and update-po.
2410 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2411 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2412 (update-po): New rules.
2413 (localedir): Define using autoconf.
2414 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2415 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2416 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2417 * configure.in: Generate CATALOGS and LINGUAS from contents of
2418 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2419 * configure: Re-generate.
2420 * po/gdbtext: New file
2421
2422 2004-07-30 Jerome Guitton <guitton@gnat.com>
2423
2424 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2425 order.
2426
2427 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2428
2429 * dwarf2read.c (read_file_scope): Set producer if attribute
2430 present.
2431 (struct dwarf2_cu): Added new member producer.
2432
2433 2004-07-30 Jerome Guitton <guitton@gnat.com>
2434
2435 * inflow.c (kill_command): release file handles in BFD.
2436 * exec.c (exec_file_attach): Ditto.
2437 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2438
2439 2004-07-29 Andrew Cagney <cagney@gnu.org>
2440
2441 * PROBLEMS (mips-irix): Note that it is broken.
2442
2443 2004-07-29 Andrew Cagney <cagney@gnu.org>
2444
2445 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2446 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2447
2448 * config/xm-nbsd.h: Delete file.
2449 * config/arm/xm-nbsd.h: Delete file.
2450 * config/i386/xm-nbsd.h: Delete file.
2451 * config/ns32k/xm-nbsd.h: Delete file.
2452 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2453 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2454 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2455 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2456 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2457
2458 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2459 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2460 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2461 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2462 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2463 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2464
2465 * config/powerpc/xm-linux.h: Delete empty file.
2466 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2467 * config/powerpc/linux.mh (XM_FILE): Delete.
2468 * config/m68k/xm-linux.h: Delete empty file.
2469 * config/m68k/linux.mh (XM_FILE): Delete.
2470 * config/ia64/xm-linux.h: Delete empty file.
2471 * config/ia64/linux.mh (XM_FILE): Delete.
2472 * config/arm/xm-linux.h: Delete empty file.
2473 * config/arm/linux.mh (XM_FILE): Delete.
2474
2475 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2476 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2477 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2478 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2479 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2480 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2481 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2482 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2483
2484 * config/m68k/xm-m68k.h: Delete file.
2485 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2486 copyright.
2487 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2488 * config/pa/xm-linux.h: Delete empty file.
2489 * config/pa/linux.mh (XM_FILE): Delete.
2490 * config/i386/xm-i386.h: Delete empty file.
2491 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2492 "i386/xm-i386.h".
2493 * config/i386/obsdaout.mh (XM_FILE): Delete.
2494 * config/i386/obsd64.mh (XM_FILE): Delete.
2495 * config/i386/fbsd64.mh (XM_FILE): Delete.
2496 * config/i386/nto.mh (XM_FILE): Delete.
2497 * config/i386/obsd.mh (XM_FILE): Delete.
2498 * config/i386/linux64.mh (XM_FILE): Delete.
2499 * config/i386/linux.mh (XM_FILE): Delete.
2500 * config/i386/i386sol2.mh (XM_FILE): Delete.
2501 * config/i386/i386gnu.mh (XM_FILE): Delete.
2502 * config/i386/fbsd.mh (XM_FILE): Delete.
2503 * config/i386/nbsd64.mh (XM_FILE): Delete.
2504
2505 2004-07-29 Andrew Cagney <cagney@gnu.org>
2506
2507 * config/pa/xm-linux.h: Do not include "floatformat.h".
2508 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2509 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2510 * config/i386/xm-i386.h: Do not include "floatformat.h".
2511 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2512 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2513 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2514 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2515 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2516 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2517 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2518 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2519 * configure, config.in: Regenerate.
2520 * configure.host (gdb_host_float_format, gdb_host_double_format)
2521 (gdb_host_long_double_format): Set according to the host.
2522
2523 2004-07-29 Andrew Cagney <cagney@gnu.org>
2524
2525 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2526
2527 2004-07-28 Andrew Cagney <cagney@gnu.org>
2528
2529 * PROBLEMS: Mention threads/1650.
2530 * NEWS: Mention the NPTL fix.
2531
2532 2004-07-28 Andrew Cagney <cagney@gnu.org>
2533
2534 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2535 (add_setshow_cmd_full): Make static.
2536 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2537 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2538 * cli/cli-decode.c (add_setshow_filename_cmd)
2539 (add_setshow_string_cmd): New functions.
2540 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2541 * mips-tdep.c (_initialize_mips_tdep): Update.
2542 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2543 * cli/cli-logging.c (_initialize_cli_logging): Update.
2544 * complaints.c (_initialize_complaints): Update.
2545 * remote.c (_initialize_remote): Update.
2546
2547 2004-07-28 Andrew Cagney <cagney@gnu.org>
2548
2549 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2550 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2551 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2552 print parameters. Make string parameters constant.
2553 * command.h: Update. Update copyright.
2554 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2555 * observer.c (_initialize_observer): Ditto.
2556 * frame.c (_initialize_frame): Ditto.
2557 * complaints.c (_initialize_complaints): Ditto.
2558 * maint.c (_initialize_maint_cmds): Ditto.
2559 * target.c (initialize_targets): Ditto.
2560 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2561 * infcall.c (_initialize_infcall): Ditto.
2562 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2563 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2564 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2565 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2566 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2567
2568 2004-07-28 Andrew Cagney <cagney@gnu.org>
2569
2570 * gdbtypes.c (lookup_primitive_typename): Delete function.
2571 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2572 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2573 * gdbtypes.c (lookup_typename): Ditto.
2574 * f-exp.y (yylex): Ditto.
2575 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2576
2577 * scm-lang.c (c_builtin_types): Delete extern declaration.
2578 (scm_language_defn): Replace
2579 string_char_type and primitive_type_vector with
2580 la_language_arch_info.
2581 * jv-lang.c (java_language_defn): Replace
2582 string_char_type and primitive_type_vector with
2583 la_language_arch_info.
2584 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2585 c_builtin_types in comment.
2586 * c-lang.h (struct language_arch_info): Declare opaque.
2587 (c_language_arch_info): Declare.
2588 (c_builtin_types): Delete declaration.
2589 * c-lang.c (c_language_arch_info): Set string_char_type to
2590 builtin_char, not builtin_true_char. Make global.
2591 (c_builtin_types): Delete array.
2592 (asm_language_defn, minimal_language_defn): Replace
2593 string_char_type and primitive_type_vector with
2594 la_language_arch_info.
2595
2596 2004-07-28 Andrew Cagney <cagney@gnu.org>
2597
2598 * gdbtypes.h (struct builtin_type): Rename true_char to
2599 builtin_true_char.
2600 * gdbtypes.c (gdbtypes_post_init): Update.
2601 * c-lang.c (arch_info): New function.
2602 (enum c_primitive_types): New enum.
2603 (c_language_defn): Instead of string_char_type and
2604 primitive_type_vector set la_language_arch_info.
2605
2606 2004-07-28 Andrew Cagney <cagney@gnu.org>
2607
2608 * language.h (struct language_arch_info): Fix typo
2609 s/primative/primitive/.
2610 * gdbtypes.c (lookup_primitive_typename): Ditto.
2611 * language.c (language_lookup_primitive_type_by_name)
2612 (unknown_language_arch_info): Ditto.
2613
2614 2004-07-27 Andrew Cagney <cagney@gnu.org>
2615
2616 * defs.h (enum language): Add nr_languages.
2617 * language.h (struct language_arch_info): Define.
2618 (struct language_defn): Add la_language_arch_info.
2619 (language_lookup_primative_type_by_name): Declare.
2620 (language_string_char_type): Declare.
2621 * language.c (_initialize_language, language_gdbarch_post_init)
2622 (struct language_gdbarch, language_gdbarch_data): Implement
2623 per-architecture language information.
2624 (unknown_language_arch_info, language_string_char_type)
2625 (language_lookup_primative_type_by_name): New functions.
2626 (unknown_language_defn, auto_language_defn)
2627 (local_language_defn): Set la_language_arch_info to
2628 unknown_language_arch_info.
2629 (unknown_builtin_types): Delete.
2630 * gdbtypes.c (lookup_primitive_typename): Use
2631 language_lookup_primative_type_by_name.
2632 (create_string_type): Use language_string_char_type.
2633 * values.c (value_from_string): Use language_string_char_type.
2634 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2635 * p-lang.c (pascal_language_defn): Ditto.
2636 * m2-lang.c (m2_language_defn): Ditto.
2637 * jv-lang.c (java_language_defn): Ditto.
2638 * objc-lang.c (objc_language_defn): Ditto.
2639 * f-lang.c (f_language_defn): Ditto.
2640 * c-lang.c (c_language_defn, cplus_language_defn)
2641 (asm_language_defn, minimal_language_defn): Ditto.
2642
2643 2004-07-27 Andrew Cagney <cagney@gnu.org>
2644
2645 * gdbtypes.h (struct builtin_type): Declare.
2646 (builtin_type): Declare.
2647 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2648 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2649 (gdbtypes_post_init): New function.
2650 (builtin_type): New function.
2651
2652 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2653
2654 * remote-m32r-sdi.c: Fix breakpoint bug.
2655 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2656 recv_char_data, recv_long_data): New functions to replace communication
2657 sequences.
2658
2659 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2660
2661 Document PR threads/1650.
2662 * PROBLEMS (Threads): Document problem with many threads
2663
2664 2004-07-26 Andrew Cagney <cagney@gnu.org>
2665
2666 * gdb-mi.el: Move from here ...
2667 * mi/gdb-mi.el: ... to here.
2668
2669 2004-07-26 Andrew Cagney <cagney@gnu.org>
2670
2671 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2672 * main.c (captured_main): When in batch mode always detach.
2673
2674 2004-07-26 Andrew Cagney <cagney@gnu.org>
2675
2676 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2677 and h8300 as broken.
2678 * NEWS: END-OF-LIFE frame compatibility module.
2679 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2680 specific comments.
2681
2682 2004-07-26 Andrew Cagney <cagney@gnu.org>
2683
2684 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2685 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2686 * wince.c (_initialize_wince): Update.
2687 * win32-nat.c (_initialize_win32_nat): Update.
2688 * varobj.c (_initialize_varobj): Update.
2689 * valops.c (_initialize_valops): Update.
2690 * utils.c (initialize_utils, initialize_utils): Update.
2691 * tui/tui-win.c (_initialize_tui_win): Update.
2692 * top.c (init_main): Update.
2693 * symfile.c (_initialize_symfile): Update.
2694 * source.c (_initialize_source): Update.
2695 * somsolib.c (_initialize_som_solib): Update.
2696 * solib.c (_initialize_solib): Update.
2697 * solib-frv.c (_initialize_frv_solib): Update.
2698 * serial.c (_initialize_serial): Update.
2699 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2700 * remote.c (_initialize_remote, _initialize_remote): Update.
2701 * remote-vx.c (_initialize_vx): Update.
2702 * remote-utils.c (_initialize_sr_support): Update.
2703 * remote-sds.c (_initialize_remote_sds): Update.
2704 * remote-mips.c (_initialize_remote_mips): Update.
2705 * remote-e7000.c (_initialize_remote_e7000): Update.
2706 * proc-api.c (_initialize_proc_api): Update.
2707 * printcmd.c: Update.
2708 * parse.c (_initialize_parse): Update.
2709 * pa64solib.c (_initialize_pa64_solib): Update.
2710 * p-valprint.c (_initialize_pascal_valprint): Update.
2711 * monitor.c (_initialize_remote_monitors): Update.
2712 * mips-tdep.c (_initialize_mips_tdep): Update.
2713 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2714 * maint.c (_initialize_maint_cmds): Update.
2715 * lin-lwp.c (_initialize_lin_lwp): Update.
2716 * language.c (_initialize_language): Update.
2717 * kod.c (_initialize_kod): Update.
2718 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2719 * i386-tdep.c (_initialize_i386_tdep): Update.
2720 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2721 * gdbarch.sh: Update.
2722 * gdbarch.c: Re-generate.
2723 * gdb-events.sh: Update.
2724 * gdb-events.c: Re-generate.
2725 * frame.c (_initialize_frame): Update.
2726 * exec.c: Update.
2727 * demangle.c (_initialize_demangler): Update.
2728 * dcache.c (_initialize_dcache): Update.
2729 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2730 * cp-valprint.c (_initialize_cp_valprint): Update.
2731 * corefile.c (_initialize_core): Update.
2732 * command.h: Update.
2733 * cli/cli-decode.h: Update.
2734 * cli/cli-cmds.c (init_cli_cmds): Update.
2735 * charset.c (_initialize_charset): Update.
2736 * breakpoint.c (_initialize_breakpoint): Update.
2737 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2738 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2739 * aix-thread.c (_initialize_aix_thread): Update.
2740
2741 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2742
2743 Partial fix for PR backtrace/1718.
2744 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2745 that GCC migrates into the prolugue. Don't handle any
2746 instructions that clobber %ebx.
2747
2748 2004-07-23 Andrew Cagney <cagney@gnu.org>
2749
2750 Use regcache_raw_collect instead of regcache_collect.
2751 * regcache.h (regcache_collect): Delete declaration.
2752 * regcache.c (regcache_colect): Delete function.
2753 * win32-nat.c (do_child_store_inferior_registers): Update.
2754 * sol-thread.c (sol_thread_store_registers): Update.
2755 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2756 * rs6000-nat.c (store_register): Update.
2757 * remote.c (store_register_using_P, remote_store_registers): Update.
2758 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2759 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2760 (fill_vrregset, store_spe_registers, fill_gregset)
2761 (fill_gregset): Update.
2762 * nto-procfs.c (procfs_store_registers): Update.
2763 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2764 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2765 * m68klinux-nat.c (store_register, fill_gregset): Update.
2766 * m68k-tdep.c (fill_gregset): Update.
2767 * infptrace.c (store_register): Update.
2768 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2769 * i386-linux-nat.c (store_register, fill_gregset): Update.
2770 * hppa-linux-nat.c (fill_gregset): Update.
2771 * go32-nat.c (store_register): Update.
2772 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2773 (store_fp_regs): Update.
2774 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2775 (store_nwfpe_extended, store_fpregister, store_fpregs)
2776 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2777 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2778 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2779 (store_regs_user_thread, store_regs_kernel_thread): Update.
2780
2781 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2782
2783 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2784 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2785 encoding.
2786 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2787 member of `struct comp_unit'.
2788
2789 2004-07-23 Andrew Cagney <cagney@gnu.org>
2790
2791 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2792 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2793
2794 2004-07-23 Martin Hunt <hunt@redhat.com>
2795 Kevin Buettner <kevinb@redhat.com>
2796
2797 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2798 alignment was being added to the offset instead of multiplied.
2799
2800 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2801
2802 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2803 changed signal trampoline in OpenBSD 3.5-current.
2804
2805 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2806 <machine/pcb.h> and "bsd-kvm.h".
2807 (sparc64nbsd_supply_pcb): New function.
2808 (_initialize_sparc64nbsd_nat): Renamed from
2809 _initialize_sparcnbsd_nat. Enable libkvm interface.
2810 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2811 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2812 (LOADLIBES): New variable.
2813
2814 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2815
2816 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2817
2818 2004-07-21 Andrew Cagney <cagney@gnu.org>
2819
2820 Use regcache_raw_supply instead of supply_register.
2821 * regcache.h (supply_register): Delete declaration.
2822 * regcache.c (supply_register): Delete function.
2823 * wince.c (do_child_fetch_inferior_registers): Update.
2824 * win32-nat.c (do_child_fetch_inferior_registers)
2825 (fetch_elf_core_registers): Update.
2826 * v850ice.c (v850ice_fetch_registers): Update.
2827 * thread-db.c (thread_db_store_registers): Update.
2828 * sol-thread.c (sol_thread_store_registers): Update.
2829 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2830 * rs6000-nat.c (fetch_register): Update.
2831 * rom68k-rom.c (rom68k_supply_one_register): Update.
2832 * remote.c (remote_wait, remote_async_wait): Update.
2833 * remote-st.c (get_hex_regs): Update.
2834 * remote-sim.c (gdbsim_fetch_register): Update.
2835 * remote-sds.c (sds_fetch_registers): Update.
2836 * remote-rdp.c (remote_rdp_fetch_register): Update.
2837 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2838 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2839 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2840 * remote-hms.c (init_hms_cmds): Update.
2841 * remote-est.c (init_est_cmds): Update.
2842 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2843 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2844 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2845 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2846 (fetch_register, supply_vrregset, supply_vrregset)
2847 (fetch_spe_registers): Update.
2848 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2849 * monitor.c (monitor_supply_register): Update.
2850 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2851 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2852 (mipsnbsd_supply_fpreg): Update.
2853 * mips-nat.c (fetch_inferior_registers)
2854 (fetch_core_registers): Update.
2855 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2856 (supply_fpregset, mips64_supply_gregset)
2857 (mips64_supply_fpregset): Update.
2858 * m68klinux-nat.c (fetch_register, supply_gregset)
2859 (supply_fpregset): Update.
2860 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2861 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2862 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2863 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2864 * infptrace.c (fetch_register): Update.
2865 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2866 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2867 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2868 (gnu_fetch_registers, gnu_store_registers): Update.
2869 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2870 * i386-linux-nat.c (fetch_register, supply_gregset)
2871 (dummy_sse_values): Update.
2872 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2873 * hppah-nat.c (fetch_register): Update.
2874 * hppa-linux-nat.c (fetch_register, supply_gregset)
2875 (supply_fpregset): Update.
2876 * go32-nat.c (fetch_register): Update.
2877 * dve3900-rom.c (fetch_bitmapped_register)
2878 (_initialize_r3900_rom): Update.
2879 * cris-tdep.c (supply_gregset): Update.
2880 * abug-rom.c (init_abug_cmds): Update.
2881 * core-aout.c (fetch_core_registers): Update.
2882 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2883 (fetch_register, fetch_fp_register): Update.
2884 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2885 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2886 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2887 * alphanbsd-tdep.c (fetch_core_registers): Update.
2888 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2889 * alpha-nat.c (fetch_osf_core_registers)
2890 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2891 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2892 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2893
2894 2004-07-21 Andrew Cagney <cagney@gnu.org>
2895
2896 * PROBLEMS: Mention breakpoints/1702.
2897 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2898 that is known to work.
2899
2900 2004-07-21 Andrew Cagney <cagney@gnu.org>
2901
2902 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2903 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2904 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2905 (handle_inferior_event): Wrap call to deprecated
2906 IGNORE_HELPER_CALL in #ifdef.
2907 * config/mips/tm-nbsd.h: Update.
2908
2909 2004-07-20 Jim Blandy <jimb@redhat.com>
2910
2911 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2912 bfd_mach_ppc has no segment registers.
2913
2914 Include PowerPC SPR numbers for special-purpose registers.
2915 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2916 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2917 new member in initializer.
2918 (S, S4, SN4, S64): New macros for defining special-purpose
2919 registers.
2920 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2921 registers_403, registers_403GC, registers_505, registers_860,
2922 registers_601, registers_602, registers_603, registers_604,
2923 registers_750, registers_e500): Use them.
2924
2925 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2926 replace references with expression used to initialize variable.
2927
2928 2004-07-20 Andrew Cagney <cagney@gnu.org>
2929
2930 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2931 read_memory_nobpt.
2932 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2933 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2934 (s390_sigtramp_frame_sniffer): Update.
2935 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2936 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2937 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2938 (mips32_fetch_instruction): Update.
2939 * mcore-tdep.c (get_insn): Update.
2940 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2941 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2942 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2943 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2944 (i386_linux_rt_sigtramp_start): Update.
2945 * i386-linux-nat.c (child_resume): Update.
2946 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2947 * hppa-linux-tdep.c (insns_match_pattern): Update.
2948 * gdbcore.h: Update.
2949 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2950 * frame.c (safe_frame_unwind_memory): Update.
2951 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2952 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2953 * alpha-tdep.c (alpha_read_insn): Update.
2954
2955 2004-07-20 Andrew Cagney <cagney@gnu.org>
2956
2957 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2958 containing both bytes and mask. Add "frame_type".
2959 * tramp-frame.c (tramp_frame_start): Update.
2960 (tramp_frame_prepend_unwinder): Update.
2961 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2962 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2963 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2964 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2965
2966 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2967
2968 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2969 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2970 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2971 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2972
2973 2004-07-17 Andrew Cagney <cagney@gnu.org>
2974
2975 * NEWS, PROBLEMS: Update for 6.2.
2976
2977 * README: Update to 6.2.
2978
2979 * utils.c (xvasprintf): Call xstrvprintf.
2980
2981 * parse.c: Update copyright.
2982 (null_post_parser): Eliminate ARGSUSED.
2983
2984 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2985 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2986 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2987
2988 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2989 * ppc-linux-nat.c: Use "Linux kernel".
2990 * hppa-linux-tdep.c: Use GNU/Linux.
2991 * hppa-linux-nat.c: Use GNU/Linux.
2992 * dwarfread.c: Add [sic] to use of Linux.
2993
2994 * hppa-linux-nat.c: Do not include <string.h>.
2995 (supply_fpregset): Remove "register" attribute.
2996
2997 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2998
2999 2004-07-17 Mark Kettenis <kettenis@gnu.org>
3000
3001 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3002 * configure, config.in: Regenerated.
3003
3004 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3005 "bsd-kvm.h".
3006 (vaxbsd_supply_pcb): New function.
3007 (_initialize_vaxbsd_nat): New prototype and function.
3008 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3009 solib-sunos.o.
3010 (LOADLIBES): New variable.
3011 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3012 (LOADLIBES): New variable.
3013 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3014 (LOADLIBES): New variable.
3015 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3016
3017 2004-07-16 Andrew Cagney <cagney@gnu.org>
3018
3019 * defs.h (event_loop_p): Replace variable declaration with macro,
3020 always 1.
3021 * main.c (captured_main): Delete options "-async" and "-noasync".
3022 (event_loop_p): Delete variable.
3023 * NEWS: Mention that "-async" and "-noasync" were removed.
3024
3025 2004-07-16 Andrew Cagney <cagney@gnu.org>
3026
3027 * remote-m32r-sdi.c: Re-indent.
3028
3029 2004-07-16 Jim Blandy <jimb@redhat.com>
3030
3031 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3032 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3033 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3034 missing MPC823 SPRs.
3035 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3036 incorrect. (This was corrected in GDB's register name tables on
3037 2004-07-14.)
3038
3039 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3040 should be "esasrr" ("ESA Save and Restore Register").
3041
3042 2004-07-16 Andrew Cagney <cagney@gnu.org>
3043
3044 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3045 calls, no longer applicable. Update comments and rename parameter
3046 "step_frame" to "return_frame".
3047
3048 2004-07-16 Andrew Cagney <cagney@gnu.org>
3049
3050 * frame.c (fprint_field): New function.
3051 (fprint_frame_id): Use fprint_field.
3052
3053 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3054
3055 * ada-lang.c (ada_language_defn): Remove commented out code.
3056
3057 2004-07-15 Jim Blandy <jimb@redhat.com>
3058
3059 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3060 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3061
3062 2004-07-14 Jim Blandy <jimb@redhat.com>
3063
3064 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3065
3066 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3067
3068 * ppc-tdep.h (ppc_num_srs): New enum constant.
3069
3070 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3071 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3072 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3073 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3074 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3075 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3076 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3077 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3078 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3079 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3080 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3081 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3082 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3083 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3084 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3085 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3086 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3087 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3088 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3089 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3090 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3091 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3092 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3093 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3094 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3095 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3096 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3097 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3098 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3099 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3100 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3101 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3102 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3103 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3104 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3105 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3106 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3107 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3108 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3109 special-purpose register numbers.
3110
3111 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3112 manual mentions 'md_twb', but many mention 'm_twb', and at that
3113 point in the register list.)
3114
3115 2004-07-14 Andrew Cagney <cagney@gnu.org>
3116
3117 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3118 instead of "internal-error".
3119
3120 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3121
3122 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3123 that was inserted inside a comment.
3124
3125 2004-07-10 Randolph Chung <tausq@debian.org>
3126
3127 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3128 function.
3129 (hppa_hpux_push_dummy_code): New function.
3130 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3131 Set find_global_pointer method.
3132
3133 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3134
3135 * NEWS: Mention BSD libkvm interface.
3136
3137 2004-07-10 Michael Snyder <msnyder@redhat.com>
3138
3139 * symfile.c (generic_load): Comment typo.
3140 * stack.c (get_selected_block): Ditto.
3141 * regcache.c (regcache_cooked_read): Ditto.
3142 * monitor.c (monitor_debug): Ditto.
3143 * mips-tdep.c (mips_read_pc): Ditto.
3144 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3145 * gdb_mbuild.sh: Ditto.
3146 * gdbarch.sh: Ditto.
3147 * gdbarch.h: Ditto.
3148
3149 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3150
3151 * ada-tasks.c: Remove file.
3152
3153 Remove ARI problems:
3154
3155 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3156 beginning of line.
3157
3158 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3159 Add comment.
3160 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3161 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3162 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3163 (UMIN_OF_SIZE): Remove.
3164 (max_of_type): New function to replace orphan macro in gdbtypes.h
3165 (min_of_type): Ditto.
3166 (discrete_type_high_bound): Use max_of_type.
3167 (discrete_type_low_bound): Use min_of_type.
3168 (possible_user_operator_p): Move operator to beginning of line.
3169 (ada_is_variant_part): Ditto.
3170 (ensure_lval): Rewrite to avoid deprecated operations.
3171 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3172 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3173 (ada_enum_name): Remove assignments in 'if' statements.
3174 (build_ada_types): Add gdbarch parameter.
3175 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3176 with gdbarch_data_register_post_init.
3177 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3178 add_show_from_set.
3179
3180 * ada-valprint.c (inspect_it): Remove declaration.
3181 (repeat_count_threshold): Remove declaration.
3182 (ada_print_floating): Remove assignments in 'if' statements.
3183 (print_str): Move operator to beginning of line.
3184
3185 2004-07-08 Jim Blandy <jimb@redhat.com>
3186
3187 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3188
3189 2004-07-08 Bob Rossi <bob@brasko.net>
3190
3191 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3192
3193 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3194
3195 * language.h (struct_language_defn): Add new function pointer:
3196 la_class_name_from_physname. Also add new prototype for
3197 language_class_name_from_physname.
3198 * language.c (language_class_name_from_physname): New function.
3199 (unk_lang_class_name): Ditto.
3200 (unknown_language_defn, auto_language_defn): Change
3201 to add unk_lang_class_name function pointer for
3202 la_class_name_from_physname.
3203 (local_language_defn): Ditto.
3204 * dwarf2read.c (guess_structure_name): Change to call
3205 language_class_name_from_physname.
3206 (determine_class_name): Ditto.
3207 * cp-support.c (class_name_from_physname): Renamed.
3208 (cp_class_name_from_physname): New name of function.
3209 * cp-support.h: Ditto.
3210 * c-lang.c (c_language_defn): Change to add NULL
3211 for class_name_from_physname function pointer.
3212 (cplus_language_defn): Change to add cp_class_name_from_physname.
3213 * jv-lang.c (java_class_name_physname): New function.
3214 (java_find_last_component): New static routine.
3215 (java_language_defn): Add java_class_name_from_physname pointer.
3216 * ada-lang.c (ada_language_defn): Change to add NULL
3217 for class_name_from_physname function pointer.
3218 * f-lang.c (f_language_defn): Ditto.
3219 * m2-lang.c (m2_language_defn): Ditto.
3220 * objc-lang.c (objc_language_defn): Ditto.
3221 * p-lang.c (pascal_language_defn): Ditto.
3222 * scm-lang.c (scm_language_defn): Ditto.
3223
3224 2004-07-06 Andrew Cagney <cagney@gnu.org>
3225
3226 Patch from Bart Robinson.
3227 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3228 (O_LARGEFILE): Define to 0, if not defined.
3229
3230 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3231
3232 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3233 <machine/pcb.h> and "bsd-kvm.h".
3234 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3235 (m68kbsd_supply_pcb): New function.
3236 (_initialize_m68kbsd_nat): New prototype and function.
3237 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3238 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3239 (LOADLIBES): New variable.
3240 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3241 (LOADLIBES): New variable.
3242
3243 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3244
3245 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3246
3247 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3248 <sys/proc.h>.
3249 (bsd_kvm_cmdlist): New variable.
3250 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3251 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3252 command and "kvm proc" command.
3253 * Makefile.in (bsd-kvm.o): Update dependencies.
3254
3255 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3256
3257 * osabi.c: Update copyright year.
3258 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3259 notes if EI_OSABI is set to ELFOSABI_HPUX.
3260
3261 2004-07-01 Michael Snyder <msnyder@redhat.com>
3262
3263 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3264 that seems to have gotten whacked out of line.
3265
3266 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3267
3268 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3269 code.
3270
3271 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3272
3273 * ada-lang.c (decode_packed_array): Minor change to comment.
3274 (ada_value_slice_ptr): New function.
3275 (ada_value_slice): New function.
3276 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3277 test. Don't know why it is there.
3278 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3279 to avoid dereferencing huge arrays from which one is slicing.
3280 (empty_array): Correct to return an array rather than
3281 a subrange value.
3282 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3283 on empty arrays (let'em use 'FIRST instead).
3284
3285 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3286
3287 Address complaints from gdb_ari.sh:
3288
3289 * ada-exp.y: Include gdb_string.h rather than string.h.
3290 (convert_char_literal): Reformat declaration.
3291 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3292 * ada-lex.l: Change use of free to xfree (the macro would do so
3293 anyway, but this is harmless).
3294 Include gdb_string.h rather than string.h.
3295 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3296
3297 * ada-lang.c (parse): Remove K&Rism in parameter list.
3298 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3299
3300 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3301
3302 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3303 dead code.
3304
3305 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3306
3307 * alphabsd-nat.c: Update copyright year.
3308 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3309
3310 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3311
3312 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3313 (i386_cygwin_in_solib_call_trampoline): New function.
3314 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3315 and skip_trampoline_code gdbarch methods.
3316
3317 2004-06-29 Jim Blandy <jimb@redhat.com>
3318
3319 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3320 name actually used in the dependency lists.
3321
3322 2004-06-29 Randolph Chung <tausq@debian.org>
3323
3324 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3325
3326 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3327
3328 * win32-nat.c (child_pid_to_exec_file): New function.
3329 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3330 functionality.
3331
3332 2004-06-28 Andrew Cagney <cagney@gnu.org>
3333
3334 * defs.h (xstrvprintf): Declare.
3335 * utils.c (xstrvprintf): New function.
3336 (internal_vproblem, xstrprintf, xasprintf)
3337 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3338 * serial.c (serial_printf): Ditto.
3339 * complaints.c (vcomplaint): Ditto.
3340
3341 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3342
3343 * infcmd.c (attach_command): Move call to target_terminal_inferior
3344 behind loading symbol table.
3345
3346 2004-06-28 Andrew Cagney <cagney@gnu.org>
3347
3348 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3349 change - add back extern deprecated_ui_loop_hook declaration.
3350
3351 2004-06-28 Andrew Cagney <cagney@gnu.org>
3352
3353 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3354 xstrprintf.
3355 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3356 (c_value_of_variable): Ditto.
3357 * utils.c (internal_vproblem): Ditto.
3358 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3359 * remote.c (add_packet_config_cmd): Ditto.
3360 * remote-rdp.c (rdp_set_command_line): Ditto.
3361 * regcache.c (regcache_dump): Ditto.
3362 * frv-tdep.c (new_variant, new_variant): Ditto.
3363 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3364 (fbsd_find_memory_regions): Ditto.
3365 * breakpoint.c (create_thread_event_breakpoint)
3366 (create_breakpoints): Ditto.
3367 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3368 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3369
3370 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3371
3372 * ada-lang.c: Re-indent file, with some massaging to help indent
3373 a bit when the result is otherwise really too ugly.
3374
3375 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3376
3377 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3378 code_addr_p and special_addr_p to 'unsigned int'.
3379
3380 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3381
3382 * i386v4-nat.c: Update copyright year and tweak comment.
3383 (regmap): Remove trailing comma.
3384 (supply_gregset): Rename local variable i to regnum. Call
3385 regcache_raw_supply instead of supply_register.
3386 (fill_gregset): Rename argument regno to regnum. Call
3387 regcache_raw_collect instead of regcache_collect.
3388
3389 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3390
3391 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3392 and special_addr_p.
3393 (frame_id_build, frame_id_build_special): Update comments.
3394 (frame_id_build_wild): New prototype.
3395 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3396 struct frame_id fields.
3397 (frame_id_build_wild): New function.
3398 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3399
3400 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3401
3402 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3403 hppabsd-tdep.c.
3404
3405 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3406
3407 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3408
3409 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3410
3411 * ada-lang.c: Re-indent file.
3412
3413 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3414
3415 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3416 (no_symtab_msg): Likewise.
3417
3418 2004-06-27 Andreas Schwab <schwab@suse.de>
3419
3420 * source.c: Fix whitespace.
3421
3422 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3423
3424 * configure.in: Include <sys/param.h> for td_pcb test.
3425 * configure: Regenerated.
3426
3427 * i386nbsd-nat.c: New file.
3428 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3429 i386obsd-nat.c and i386obsd-tdep.c.
3430 (i386nbsd-nat.o): New dependency.
3431 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3432 bsd-kvm.o.
3433 (LOADLIBES): New variable.
3434 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3435 bsd-kvm.o.
3436 (LOADLIBES): New variable.
3437
3438 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3439 (LOADLIBES): New variable.
3440
3441 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3442 fetching from BSD_KVM_PADDR. Correctly lookup address for
3443 "_thread0".
3444
3445 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3446 "bsd-kvm.h".
3447 (amd64fbsd_supply_pcb): New funcion.
3448 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3449
3450 2004-06-27 <david@streamline-computing.com>
3451
3452 Partial fix for PR cli/1056.
3453 * valarith.c: Check for zero in division and remainder
3454 evaluation.
3455
3456 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3457
3458 * i387-tdep.c: Remove excessive whitespace.
3459
3460 2004-06-26 Andrew Cagney <cagney@gnu.org>
3461
3462 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3463 * gdb-events.h, gdb-events.c: Re-generate.
3464 * tui/tui-hooks.c (tui_install_hooks): Update.
3465 (tui_remove_hooks): Update.
3466 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3467
3468 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3469
3470 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3471 (gregset_t, fpregset_t): Remove typedefs.
3472 (REG_OFFSET): Rename argument.
3473 (amd64bsd_r_reg_offset): Rename from reg_offset.
3474 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3475 Remove functions.
3476 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3477 of reg_offset.
3478 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3479
3480 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3481
3482 * vax-tdep.c: Tweak comment.
3483
3484 Add OpenBSD/hppa support.
3485 * NEWS (New native configurations): Mention OpenBSD/hppa.
3486 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3487 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3488 files.
3489 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3490 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3491 * configure.host: Add hppa*-*-openbsd*.
3492 * configure.tgt: Add hppa*-*-openbsd*.
3493
3494 2004-06-25 Andrew Cagney <cagney@gnu.org>
3495
3496 * defs.h (deprecated_ui_loop_hook): Deprecated.
3497 * wince.c (child_wait): Update.
3498 * win32-nat.c (child_wait): Update.
3499 * v850ice.c (v850ice_wait): Update.
3500 * top.c (deprecated_ui_loop_hook): Update.
3501 * serial.h: Update.
3502 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3503 (do_unix_readchar): Update.
3504 * ser-tcp.c (net_open): Update.
3505 * remote-sim.c (gdb_os_poll_quit): Update.
3506 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3507
3508 2004-06-24 Andrew Cagney <cagney@gnu.org>
3509
3510 * defs.h (deprecated_pre_add_symbol_hook)
3511 (deprecated_post_add_symbol_hook): Deprecated.
3512 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3513 (symbol_file_add_with_addrs_or_offsets): Update references.
3514
3515 2004-06-24 Andrew Cagney <cagney@gnu.org>
3516
3517 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3518 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3519 * wince.c (ui_loop_hook): Delete extern declaration.
3520 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3521 * v850ice.c (ui_loop_hook): Delete extern declaration..
3522 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3523 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3524 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3525 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3526 ui_loop_hook declaration.
3527
3528 2004-06-24 Andrew Cagney <cagney@gnu.org>
3529
3530 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3531 entry_func_highpc fields.
3532 * objfiles.c (init_entry_point_info): Do not clear
3533 entry_func_lowpc and entry_func_highpc.
3534 (objfile_relocate): Do not relocate entry_func_lowpc and
3535 entry_func_highpc.
3536 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3537 entry_func_highpc.
3538 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3539 entry_func_highpc.
3540 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3541 entry_func_lowpc and entry_func_highpc with call to
3542 inside_entry_func.
3543
3544 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3545
3546 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3547 quad-precision floating point arguments in registers.
3548
3549 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3550
3551 From Michael Mueller <m.mueller99@kay-mueller.de>:
3552 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3553 account.
3554
3555 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3556
3557 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3558 to -1.
3559 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3560 untriggered watchpoints to a separate if clause. Update function
3561 comment regarding STOPPED_BY_WATCHPOINT argument.
3562
3563 2004-06-22 Jim Blandy <jimb@redhat.com>
3564
3565 * gdbarch.sh: Doc fix.
3566
3567 2004-06-21 Martin Hunt <hunt@redhat.com>
3568 Kevin Buettner <kevinb@redhat.com>
3569
3570 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3571 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3572 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3573 to set_gdbarch_sp_regnum(). Use cooked register number.
3574 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3575
3576 2004-06-21 Andrew Cagney <cagney@gnu.org>
3577
3578 * gdbarch.sh: When the macro field is empty, do not generate a
3579 macro definition. When the macro field is "=", generate the macro
3580 name from the upper-case function name.
3581 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3582 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3583 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3584 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3585 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3586 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3587 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3588 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3589 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3590 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3591 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3592 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3593 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3594 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3595 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3596 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3597 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3598 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3599 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3600 (DEPRECATED_USE_STRUCT_CONVENTION)
3601 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3602 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3603 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3604 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3605 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3606 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3607 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3608 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3609 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3610 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3611 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3612 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3613 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3614 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3615 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3616 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3617 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3618 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3619
3620 2004-06-21 Andrew Cagney <cagney@gnu.org>
3621
3622 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3623 macro name, and the function rather than macro value. Only wrap
3624 macro print statements in #ifdef. Move format logic to where it
3625 is needed.
3626 * gdbarch.c: Re-generate.
3627
3628 * gdbarch.sh (read): Delete "print_p" and "description", add
3629 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3630 Delete references to print_p.
3631 (TARGET_ARCHITECTURE): Delete print predicate.
3632 * gdbarch.c: Re-generate.
3633
3634 * gdbarch.sh: Check that multi-arch methods do not provide a
3635 macro.
3636 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3637 (print_registers_info, print_float_info, print_vector_info)
3638 (adjust_breakpoint_address, remote_translate_xfer_address)
3639 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3640 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3641 name from the multi-arch definition.
3642
3643 2004-06-20 Andrew Cagney <cagney@gnu.org>
3644
3645 * gdbarch.sh: Sort by the function, instead of macro name.
3646 * gdbarch.c: Re-generate.
3647
3648 2004-06-20 Andrew Cagney <cagney@gnu.org>
3649
3650 * gdbarch.sh: Use the function, instead of macro name in
3651 errors and the log file.
3652 (return_value): Remove stray ":" in spec.
3653
3654 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3655 * gdbarch.h, gdbarch.c: Re-generate.
3656 * Makefile.in (arch-utils.o): Update dependencies.
3657 * values.c (using_struct_return): Move code calling
3658 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3659 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3660 to legacy_return_value, simplify.
3661 * infcmd.c (print_return_value): Move code calling
3662 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3663 to legacy_return_value, simplify.
3664 * infcall.c (call_function_by_hand): Move code calling
3665 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3666 * arch-utils.c: Update copyright. Include "gdbcore.h".
3667 (legacy_return_value): New function.
3668 * arch-utils.h: Update copyright.
3669 (legacy_return_value): Declare.
3670
3671 2004-06-20 Andrew Cagney <cagney@gnu.org>
3672
3673 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3674 * gdbarch.h, gdbarch.c: Re-generate.
3675 * values.c (using_struct_return): Update call.
3676 * mcore-tdep.c: Update comment.
3677 * infcall.c (call_function_by_hand): Update comment.
3678 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3679 * arch-utils.h (always_use_struct_convention): Update.
3680 * v850-tdep.c (v850_gdbarch_init): Update.
3681 * sh64-tdep.c (sh64_gdbarch_init): Update.
3682 * sh-tdep.c (sh_gdbarch_init): Update.
3683 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3684 * mips-tdep.c (mips_gdbarch_init): Update.
3685 * mcore-tdep.c (mcore_gdbarch_init): Update.
3686 * m32r-tdep.c (m32r_gdbarch_init): Update.
3687 * ia64-tdep.c (ia64_gdbarch_init): Update.
3688 * h8300-tdep.c (h8300_gdbarch_init): Update.
3689 * frv-tdep.c (frv_gdbarch_init): Update.
3690 * cris-tdep.c (cris_gdbarch_init): Update.
3691 * arm-tdep.c (arm_gdbarch_init): Update.
3692 * alpha-tdep.c (alpha_gdbarch_init): Update.
3693
3694 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3695
3696 * PROBLEMS: Add more specific information, and a work-around,
3697 for PR gdb/1458.
3698
3699 2004-06-18 Andrew Cagney <cagney@gnu.org>
3700
3701 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3702 * gdbarch.h, gdbarch.c: Re-generate.
3703 * ada-lang.c (ada_finish_decode_line_1): Update.
3704 * infrun.c (handle_inferior_event): Update.
3705 * infcall.c (find_function_addr): Update.
3706 * linespec.c (minsym_found): Update.
3707 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3708 Update.
3709 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3710 * cli/cli-cmds.c (disassemble_command): Update.
3711 * vax-tdep.c (vax_gdbarch_init): Update.
3712
3713 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3714
3715 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3716
3717 2004-06-17 Andrew Cagney <cagney@gnu.org>
3718
3719 GDB 6.1.1 released from the GDB 6.1 branch.
3720 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3721 * PROBLEMS: Ditto.
3722
3723 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3724
3725 PR gdb/1658
3726 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3727 operation as a uleb128. Found by Michael Coulter.
3728
3729 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3730
3731 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3732 make it non-static.
3733 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3734 to ada-lang.h; this is needed to be able to implement the kill command
3735 in multi-task mode.
3736 (task_ptid): Ditto.
3737 (task_entry): Ditto.
3738 (task_list): Ditto.
3739 (ada_build_task_list): Ditto.
3740
3741 * ada-lang.c: Conditionalize routines and data structures related
3742 to breakpoints, exceptions, completion, and symbol caching on
3743 GNAT_GDB, since these are not yet used in the submitted public sources.
3744 (ada_main_name): Editorial: Move definition out of exception-related
3745 code.
3746
3747 2004-06-15 Andrew Cagney <cagney@gnu.org>
3748
3749 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3750 deprecated_pc_in_call_dummy.
3751
3752 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3753
3754 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3755 bfd_get_section_size_before_reloc or _raw_size.
3756 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3757 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3758 (dwarf2_read_section): Likewise.
3759 * elfread.c (elf_locate_sections): Likewise.
3760 * gcore.c (derive_heap_segment): Likewise.
3761 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3762 * remote-e7000.c (e7000_load): Likewise.
3763 * remote-m32r-sdi.c (m32r_load): Likewise.
3764 * remote-mips.c (mips_load_srec): Likewise.
3765 (pmon_load_fast): Likewise.
3766 * remote.c (compare_sections_command): Likewise.
3767 * symfile.c (add_section_size_callback): Likewise.
3768 (load_section_callback): Likewise.
3769 (pc_in_unmapped_range): Likewise.
3770 (pc_in_mapped_range): Likewise.
3771 (sections_overlap): Likewise.
3772 (list_overlays_command): Likewise.
3773 (simple_overlay_update_1): Likewise.
3774 (simple_overlay_update): Likewise.
3775 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3776 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3777
3778 2004-06-14 Randolph Chung <tausq@debian.org>
3779
3780 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3781 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3782 static.
3783 (hppa_hpux_inferior_created): New function.
3784 (hppa_hpux_init_abi): Register observer.
3785 * symfile.c (hp_cxx_exception_support_initialized)
3786 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3787 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3788
3789 2004-06-14 Randolph Chung <tausq@debian.org>
3790
3791 * MAINTAINERS (Write After Approval): Alphabetize my entry
3792 correctly.
3793
3794 2004-06-14 Andrew Cagney <cagney@gnu.org>
3795
3796 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3797 testsuite maintainer.
3798
3799 2004-06-13 Andrew Cagney <cagney@gnu.org>
3800
3801 * infcmd.c (print_return_value): Fix logic, allow
3802 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3803
3804 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3805 defining any macros.
3806 * gdbarch.h: Re-generate.
3807
3808 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3809 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3810 * gdbarch.h: Re-generate.
3811
3812 * values.c (generic_use_struct_convention): Don't check gcc_p.
3813
3814 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3815 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3816 * gdbarch.h, gdbarch.c: Regenerate.
3817 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3818 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3819 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3820 deprecated_max_register_raw_size and
3821 deprecated_max_register_virtual_size.
3822 * v850-tdep.c (v850_gdbarch_init): Ditto.
3823 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3824 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3825 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3826 * cris-tdep.c (cris_gdbarch_init): Ditto.
3827
3828 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3829 * gdbarch.h, gdbarch.c: Re-generate.
3830 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3831 (m68hc11_use_struct_convention): Delete function.
3832 (m68hc11_extract_struct_value_address): Delete function.
3833 (m68hc11_return_value): New function.
3834 (m68hc11_gdbarch_init): Instead of store_return_value,
3835 extract_return_value, return_value_on_stack,
3836 deprecated_extract_struct_value_address and use_struct_convention,
3837 set return_value.
3838 * values.c (using_struct_return): Do not call
3839 RETURN_VALUE_ON_STACK.
3840 * arch-utils.h (generic_return_value_on_stack_not): Delete
3841 declaration.
3842 * arch-utils.c (generic_return_value_on_stack_not): Delete
3843 function.
3844
3845 2004-06-12 Andrew Cagney <cagney@gnu.org>
3846
3847 * values.c (register_value_being_returned): Delete function.
3848 * infcmd.c (legacy_return_value): Delete function.
3849 * infcall.c (call_function_by_hand): Inline
3850 "register_value_being_returned", simplify.
3851 * values.c (using_struct_return): Update comment, refer to
3852 print_return_value instead of register_value_being_returned.
3853 * infcmd.c (print_return_value): Inline calls to
3854 register_value_being_returned and legacy_return_value. Simplify.
3855
3856 2004-06-11 Randolph Chung <tausq@debian.org>
3857
3858 * somread.c (som_symtab_read): Exclude gcc local symbols.
3859
3860 2004-06-11 Randolph Chung <tausq@debian.org>
3861
3862 * infrun.c (handle_inferior_event): Handle the case when a
3863 trampoline ends up in the runtime resolver, and if the trampoline
3864 has no name. Rearrange the code so that all the trampoline
3865 processing happens before other step-out-of-range handling.
3866
3867 2004-06-11 Martin Hunt <hunt@redhat.com>
3868
3869 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3870 has no fpu.
3871
3872 2004-06-10 Andrew Cagney <cagney@gnu.org>
3873
3874 * blockframe.c (legacy_inside_entry_func): Delete.
3875 (legacy_frame_chain_valid): Inline call to
3876 legacy_inside_entry_func, simplify.
3877
3878 2004-06-10 Bob Rossi <bob@brasko.net>
3879
3880 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3881 * dwarf2read.c (partial_die_info): Add dirname field.
3882 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3883 (read_partial_die): Save away DW_AT_comp_dir.
3884 * defs.h (symtab_to_filename): Removed.
3885 * source.c (find_and_open_source): Added.
3886 (open_source_file): Just calls find_and_open_source.
3887 (symtab_to_filename): Removed.
3888 (symtab_to_fullname, psymtab_to_fullname): Added.
3889 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3890 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3891 symtab_to_filename.
3892 * symtab.h (partial_symtab): Add dirname field.
3893 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3894 (mi_cmd_file_list_exec_source_file): Call new function
3895 symtab_to_fullname to find fullname.
3896 (mi_cmd_file_list_exec_source_files): Added.
3897 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3898 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3899
3900 2004-06-10 Andrew Cagney <cagney@gnu.org>
3901
3902 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3903 to generic_use_struct_convention, the default value.
3904
3905 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3906 of abort.
3907
3908 * ns32k-tdep.c (ns32k_push_arguments): New function.
3909 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3910 * infcall.c (call_function_by_hand): Call error instead of
3911 legacy_push_arguments.
3912 * value.h (legacy_push_arguments): Delete declaration.
3913 * valops.c (legacy_push_arguments): Delete function.
3914 (value_push): Delete function.
3915
3916 2004-06-10 Brian Ford <ford@vss.fsi.com>
3917
3918 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3919 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3920 info.
3921 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3922
3923 2004-06-10 Andrew Cagney <cagney@gnu.org>
3924
3925 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3926 * gdbarch.h, gdbarch.c: Re-generate.
3927 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3928 parameters.
3929 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3930 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3931 deprecated_pc_in_call_dummy instead of
3932 DEPRECATED_PC_IN_CALL_DUMMY.
3933 (arm_skip_prologue): Ditto.
3934 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3935 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3936 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3937 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3938 Ditto.
3939 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3940 (sh64_init_extra_frame_info, sh64_get_saved_register)
3941 (sh64_pop_frame): Ditto.
3942 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3943 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3944 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3945 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3946 (h8300_pop_frame): Ditto.
3947 * blockframe.c (legacy_inside_entry_func)
3948 (legacy_frame_chain_valid): Ditto.
3949 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3950 to deprecated_pc_in_call_dummy.
3951
3952 2004-06-09 Andrew Cagney <cagney@gnu.org>
3953
3954 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3955 provide a default value.
3956 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3957 * gdbarch.h, gdbarch.c: Re-generate.
3958 * arch-utils.c (generic_convert_register_p): Rename
3959 legacy_convert_register_p
3960 (legacy_register_to_value, legacy_value_to_register): Delete
3961 functions.
3962 * arch-utils.h (generic_convert_register_p): Rename
3963 legacy_convert_register_p.
3964 (legacy_register_to_value, legacy_value_to_register): Delete
3965 declarations.
3966
3967 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3968 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3969 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3970 * gdbarch.h, gdbarch.c: Re-generate.
3971 * infcmd.c (default_print_registers_info): Simplify.
3972 * findvar.c (value_of_register): Simplify.
3973 * mi/mi-main.c (get_register): Simplify.
3974 * arch-utils.c (legacy_convert_register_p): Always return 0.
3975 (legacy_register_to_value, legacy_value_to_register): Always call
3976 internal_error.
3977
3978 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3979 #ifdef CLEAR_INSN_CACHE code.
3980 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3981 Delete #ifdef CLEAR_DEFERRED_STORES code.
3982
3983 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3984
3985 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3986 copyright.
3987 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3988
3989 * config/mips/mipsv4.mh: Delete file.
3990
3991 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3992 unreferenced macro.
3993 (hpread_adjust_stack_address): Delete declaration.
3994
3995 2004-06-08 Andrew Cagney <cagney@gnu.org>
3996
3997 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3998 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3999 PTRACE_ATTACH / PTRACE_DETACH available call error.
4000 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4001 * infttrace.c (update_thread_state_after_attach, attach, detach):
4002 Remove #ifdef wrappers.
4003 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4004 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4005 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4006 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4007 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4008 * config/nm-linux.h (ATTACH_DETACH): Delete.
4009 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4010 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4011 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4012 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4013 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4014
4015 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
4016
4017 * configure.in: Set $configdir to the right OS specific value.
4018 Use value when setting $tcldir and $tkdir.
4019 * configure: Regenerate.
4020
4021 2004-06-06 Paul Brook <paul@codesourcery.com>
4022
4023 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4024 records.
4025
4026 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4027
4028 * ada-lang.c (lookup_symbol_in_language): New function to allow
4029 re-use of another language's symbol lookup code. (Placed here
4030 temporarily while Ada support is being integrated into the public
4031 tree).
4032 (restore_language): New auxiliary function for
4033 lookup_symbol_in_language.
4034 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4035 temporarily while Ada support is being integrated into the public
4036 tree).
4037
4038 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4039
4040 * Makefile.in (check//%): New.
4041
4042 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4043 (mn10300_store_return_value): Rewrite.
4044 (mn10300_type_align): New.
4045 (mn10300_use_struct_convention): Rewrite.
4046 (mn10300_return_value): New, using all of the above.
4047 (mn10300_pop_frame_regular): Add saved_regs_size.
4048 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4049
4050 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4051 regs if PC is on movm.
4052
4053 2004-06-07 Jim Blandy <jimb@redhat.com>
4054
4055 Add native Linux support for the PowerPC E500.
4056 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4057 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4058 all architectures except the E500.
4059 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4060 #definitions.
4061 (struct gdb_evrregset_t): New type.
4062 (have_ptrace_getsetevrregs): New variable.
4063 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4064 fetch_spe_registers): New functions.
4065 (fetch_register): Call fetch_spe_register as appropriate.
4066 Assert that we're only passed raw register numbers.
4067 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4068 Don't fetch gprs if they're pseudoregisters.
4069 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4070 store_spe_registers): New functions.
4071 (store_register): Call store_spe_register as appropriate.
4072 Assert that we're only passed raw register numbers.
4073 (store_ppc_registers): Call store_spe_registers as appropriate.
4074 Don't store gprs if they're pseudoregisters.
4075
4076 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4077
4078 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4079 struct if one exists, even if we are dealing with a zombie thread.
4080
4081 2004-06-07 Andrew Cagney <cagney@gnu.org>
4082
4083 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4084 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4085 Rename PC_REQUIRES_RUN_BEFORE_USE.
4086 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4087 #ifdef.
4088
4089 2004-06-07 Randolph Chung <tausq@debian.org>
4090
4091 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4092 unwinding after sp has been saved to the stack but before the end
4093 of the prologue, and after the fp has been modified but before it has
4094 been saved to the stack.
4095 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4096 Remove superfluous definitions.
4097 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4098
4099 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4100
4101 Committed by Randolph Chung.
4102 * hppa-linux-nat.c: Include the correct version of the header file
4103 depending on the kernel version.
4104
4105 2004-06-06 Randolph Chung <tausq@debian.org>
4106
4107 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4108 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4109
4110 2004-06-06 Randolph Chung <tausq@debian.org>
4111
4112 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4113 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4114 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4115 * hppa-tdep.c (hppa_symbol_address): New function definition.
4116 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4117
4118 2004-06-06 Randolph Chung <tausq@debian.org>
4119
4120 * hppa-tdep.h (struct value): Forward declaration.
4121 (gdbarch_tdep): Define tdep find_global_pointer method.
4122 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4123 associated with the function we are trying to call, and write it
4124 to the gp register.
4125 (hppa32_convert_from_funct_ptr_addr): New function.
4126 (hppa_find_global_pointer): New function.
4127 (hppa_gdbarch_init): Set default find_global_pointer method; set
4128 convert_from_func_ptr_addr method.
4129 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4130 (hppa_linux_init_abi): Set find_global_pointer method.
4131 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4132
4133 2004-06-06 Randolph Chung <tausq@debian.org>
4134
4135 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4136 to struct value *function.
4137 * gdbarch.c: Regenerate.
4138 * gdbarch.h: Likewise.
4139 * infcall.c (call_function_by_hand): Pass entire function value
4140 to push_dummy_call.
4141
4142 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4143 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4144 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4145 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4146 * arm-tdep.c (arm_push_dummy_call): Likewise.
4147 * avr-tdep.c (avr_push_dummy_call): Likewise.
4148 * cris-tdep.c (cris_push_dummy_call): Likewise.
4149 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4150 * frv-tdep.c (frv_push_dummy_call): Likewise.
4151 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4152 * hppa-tdep.c (hppa32_push_dummy_call)
4153 (hppa64_push_dummy_call): Likewise.
4154 * i386-tdep.c (i386_push_dummy_call): Likewise.
4155 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4156 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4157 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4158 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4159 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4160 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4161 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4162 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4163 (ppc64_sysv_abi_push_dummy_call): Likewise.
4164 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4165 (ppc64_sysv_abi_push_dummy_call): Likewise.
4166 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4167 * s390-tdep.c (s390_push_dummy_call): Likewise.
4168 * sh-tdep.c (sh_push_dummy_call_fpu)
4169 (sh_push_dummy_call_nofpu): Likewise.
4170 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4171 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4172 * vax-tdep.c (vax_push_dummy_call): Likewise.
4173
4174 2004-06-04 Jim Blandy <jimb@redhat.com>
4175
4176 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4177 gdbarch argument to register_size.
4178
4179 * rs6000-tdep.c (rs6000_store_return_value): Use
4180 regcache_cooked_write_part instead of
4181 deprecated_write_register_bytes.
4182 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4183 not gdbarch_deprecated_store_return_value.
4184
4185 * ppc-linux-nat.c (store_register, fetch_register): Remove
4186 incorrect assertions. Simplify and generalize handling of
4187 transfers whose sizes are not multiples of, or less than, sizeof
4188 (PTRACE_XFER_TYPE).
4189
4190 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4191
4192 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4193 as a new thread event.
4194 * thread-db.c (thread_get_info_callback): If the thread is a
4195 zombie, return TD_THR_ZOMBIE.
4196 (thread_from_lwp): If thread_get_info_callback returns
4197 TD_THR_ZOMBIE, check if the thread is still on the thread list
4198 and return a -1 ptid if not found.
4199 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4200 change the status to TARGET_WAITKIND_SPURIOUS.
4201
4202 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4203
4204 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4205 double values in little endian mode.
4206
4207 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4208
4209 Committed by Andrew Cagney.
4210 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4211 after last enum constant to avoid error from IBM C
4212 compiler.
4213
4214 2004-06-02 Jim Blandy <jimb@redhat.com>
4215
4216 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4217 to 'message', and make it local to the lone block that uses it.
4218
4219 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4220
4221 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4222
4223 * ada-exp.y: Update copyright notice.
4224 Include block.h.
4225
4226 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4227 SPECIAL_VARIABLE and unify the treatment of these cases.
4228
4229 (write_attribute_call0): Remove.
4230 (write_attribute_call1): Remove.
4231 (write_attribute_calln): Remove.
4232 (save_qualifier): Add missing semicolon.
4233
4234 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4235 temporarily disabled to allow compilation with FSF head version.
4236
4237 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4238 use individual operators (OP_*) for all attributes.
4239 (exp syntax): Use write_int.
4240 Handle STRING literals with OP_STRING.
4241 (variable syntax): Add limit parameter to calls to
4242 write_object_renaming.
4243
4244 (temp_parse_space): New definition to hold entities that need
4245 only live until the next call to ada_parse.
4246 (string_to_operator): Rename fields of ada_opname_table entries.
4247
4248 (write_var_from_sym): Record block.
4249 (write_var_from_name): Minor reformatting.
4250 Make sure saved name is properly encoded in the case of multiple
4251 matches, and set its language to Ada.
4252 Update comment.
4253 Modify to indicate unresolved name as symbol in the UNRESOLVED
4254 namespace, allocated in temp_parse_space.
4255 (write_int): New function.
4256
4257 (write_object_renaming): Add max_depth parameter to limit
4258 chains of object renamings.
4259 Handle case where root of renaming expression is itself a renaming.
4260 Use temp_parse_space for temporary name buffer.
4261 Handle renamings to dereferenced pointers (___XEXA suffices).
4262
4263 (ada_parse, yyerror, string_to_operator,
4264 write_var_from_sym, write_var_from_name, write_attribute_call0,
4265 write_attribute_call1, write_attribute_calln,
4266 write_object_renaming): Protoize.
4267
4268 (_initialize_ada_exp): New function.
4269
4270 * ada-lang.c: Update copyright notice.
4271 General terminology change to conform to GNAT compiler usage:
4272 mangle => encode, demangle => decode
4273 Include gdb_obstack.h.
4274 Include gdb_regex.h
4275 Include frame.h
4276 Include hashtab.h
4277 Include completer.h
4278 Include gdb_stat.h
4279 Include block.h
4280 Include infcall.h
4281
4282 (ADA_RETAIN_DOTS): Make sure this is defined.
4283 (TRUNCATION_TOWARDS_ZERO): Define.
4284 (struct string_vector): Define.
4285 (unresolved_names): Remove definition.
4286 (xnew_string_vector): New function.
4287 (string_vector_append): New function.
4288 (extract_string): Make static.
4289 (ada_unqualified_name): New function.
4290 (add_angle_brackets): New function.
4291 (function_name_from_pc): New function.
4292 (place_on_stack): Rename to ensure_lval.
4293
4294 (ensure_lval): Renamed from place_on_stack.
4295 Make identity on lvals.
4296 Update comment.
4297 (is_nonfunction): New interface.
4298 Only symbols in LOC_CONST class can be enumerals.
4299 (fill_in_ada_prototype): Remove; now independent of language.
4300 (add_defn_to_vec): Add obstack and symtab arguments.
4301 Use obstack to hold collected definitions.
4302 (num_defns_collected): New function.
4303 (defns_collected): New function.
4304 (ada_resolve_subexp): Rename to resolve_subexp.
4305 (resolve_subexp): Renamed from ada_resolve_subexp.
4306 (ada_op_name): Return non-const result.
4307 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4308 other purposes.
4309
4310 (to_fixed_array_type): Add declaration.
4311 (coerce_unspec_val_to_type): Remove offset parameter.
4312 (find_sal_from_funcs_and_line): New interface.
4313 (find_line_in_linetable): Ditto.
4314
4315 (all_sals_for_line): Rename to ada_sals_for_line and make
4316 global.
4317 Add new parameter. When set, do not ask the user to choose the
4318 instance, but use the first one found instead.
4319 Use given line number in returned sals.
4320 Fix comment.
4321 Skip the prologue if funfirstline is set.
4322 Correct for memory leak when 0 lines found.
4323
4324 (value_pos_atr): Use pos_atr.
4325 (pos_atr): New function.
4326 (standard_lookup): Add block parameter.
4327
4328 (makeTimeStart): Remove declaration and uses.
4329 (makeTimeStop): Remove declaration and uses.
4330
4331 (ada_completer_word_break_characters): Allow for VMS.
4332 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4333 (raise_sym_name): New constant.
4334 (raise_unhandled_sym_name): New constant.
4335 (raise_assert_sym_name): New constant.
4336 (process_raise_exception_name): New constant.
4337 (longest_exception_template): New constant.
4338 (warning_limit): New variable to limit warnings during expression
4339 evaluation.
4340 (warnings_issued): New variable to keep track of warnings issued.
4341 (known_runtime_file_name_patterns): New constant.
4342 (known_auxiliary_function_name_patterns): New constant.
4343 (symbol_list_obstack): New variable.
4344
4345 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4346 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4347 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4348 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4349 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4350 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4351 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4352 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4353 and strcmp.
4354
4355 (ada_get_field_index): New function.
4356 (lim_warning): New function.
4357 (ada_translate_error_message): New function.
4358 (MAX_OF_SIZE): New function.
4359 (MIN_OF_SIZE): New function.
4360 (UMAX_OF_SIZE): New function.
4361 (UMIN_OF_SIZE): New function.
4362 (discrete_type_high_bound): New function.
4363 (discrete_type_low_bound): New function.
4364 (base_type): New function.
4365 (do_command): Remove.
4366
4367 (ada_update_initial_language): Use language_ada, not language_unknown.
4368 (ada_encode): Renamed from ada_mangle.
4369 Obey ADA_RETAIN_DOTS.
4370 (ada_decode): Renamed from ada_demangle.
4371 Update coding conventions.
4372 (decoded_names_store): New hash table.
4373 (ada_decode_symbol): New function.
4374 (ada_la_decode): New function.
4375
4376 (modify_general_field): Correct computations of offset and bit
4377 position.
4378 (desc_base_type): Handle ref types, too.
4379 (ada_is_direct_array_type): New function.
4380
4381 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4382 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4383 (ada_is_bogus_array_descriptor,ada_type_of_array,
4384 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4385 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4386 ada_is_array_descriptor_type.
4387
4388 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4389 (ada_is_packed_array_type): Handle pointers or
4390 references to packed arrays as well.
4391 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4392 (decode_packed_array_type): Search for the packed array type
4393 symbol in the currently selected block and associated
4394 superblocks too.
4395 Use lookup_symbol again.
4396
4397 (decode_packed_array): Handle pointers and references.
4398 Update call to coerce_unspec_val_to_type.
4399 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4400 (ada_value_primitive_packed_val): Improve comment.
4401
4402 (ada_index_type): Substitute int type for "undefined".
4403 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4404 ada_array_langth, ada_is_string_type): Use renamed
4405 ada_is_simple_array_type.
4406 (empty_array): New function.
4407
4408 (ada_resolve): Rename to resolve.
4409 (resolve): Make static.
4410 Call renamed resolve_subexp.
4411 Update comment.
4412 (ada_resolve_subexp): Rename to resolve_subexp.
4413 (resolve_subexp): Update comment.
4414 Decomment disabled code.
4415 Add LOC_COMPUTED* cases.
4416 Modify to use temporary struct symbols (marked as being in
4417 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4418 OP_UNRESOLVED_VALUE.
4419 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4420 Add OP_STRING case.
4421 Remove OP_ARRAY.
4422 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4423 Use new ada_lookup_symbol_list interface.
4424 Use new ada_resolve_function interface.
4425 Remove OP_TYPE case.
4426
4427 (ada_args_match): Idiot proof against null actuals.
4428 Use intermediate variables to clarify.
4429 (ada_resolve_function): Update comment and interface.
4430 (mangled_ordered_before): Rename to encoded_ordered_before and
4431 update comment.
4432 (sort_choices): Update comment and interface.
4433 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4434 (user_select_syms): New interface.
4435 Use new sort_choices interface.
4436 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4437 (possible_user_operator_p): Idiot-proof against null values.
4438 (ada_simple_renamed_entity): Don't make cleanup; rely on
4439 caller to free result string.
4440 Remove const from return type.
4441 (make_array_descriptor): Rename uses of place_on_stack to
4442 ensure_lval.
4443 Make sure that arrays are on stack.
4444
4445 (HASH_SIZE): Define.
4446 (struct cache_entry): Define.
4447 (cache_space): Define.
4448 (cache): Define.
4449 (clear_ada_sym_cache): New function.
4450 (find_entry): New function.
4451 (lookup_cached_symbol): New function.
4452 (defn_vector_size): Define.
4453 (cache_symbol): New function.
4454 (defn_symbols): Remove.
4455
4456 (standard_lookup): Use lookup_symbol_in_language to get effect of
4457 C lookup.
4458 Cache results.
4459
4460 (symbol_completion_match): New function.
4461 (symbol_completion_add): New function.
4462 (ada_make_symbol_completion_list): New function.
4463
4464 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4465 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4466 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4467 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4468
4469 (ada_lookup_simple_minsym): New function.
4470 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4471
4472 (add_symbols_from_enclosing_procs): New interface.
4473 Conditionalize more helpfully.
4474 Don't bother if program isn't running.
4475 Use new interface to get_frame_block.
4476 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4477
4478 (remove_extra_symbols): New interface.
4479 (xget_renaming_scope): New function.
4480 (is_package_name): New function.
4481 (renaming_is_visible): New function.
4482 (remove_out_of_scope_renamings): New function.
4483
4484 (ada_lookup_symbol_list): New interface.
4485 Properly reinitialize the symbol list obstack.
4486 Don't call add_symbols_from_enclosing_procs if we start from a
4487 static or global block.
4488 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4489 add_symbols_from_enclosing_procs.
4490 Add symtab data to cached entries.
4491 Handle symbols prefixed with
4492 "standard__" specially; strip prefix and don't look in local symbols.
4493 Do not include out of scope renaming symbols in list of
4494 symbols returned.
4495 Add const to block parameter.
4496 Move check for non-local, non-global symbols earlier.
4497 Remove timing stuff.
4498 (ada_lookup_symbol): New interface.
4499 Find symtab as well.
4500 (ada_lookup_symbol_nonlocal): New function.
4501
4502 (is_name_suffix): Enhance suffix detection to recognize
4503 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4504 (is_dot_digits_suffix): New function.
4505 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4506
4507 (ada_add_block_symbols): New interface. Use obstack to return results
4508 in a vector of struct ada_symbol_infos. Add symtab argument.
4509 Use new interface to add_defn_to_vec.
4510 Remove calls to fill_in_ada_prototype.
4511 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4512
4513 (ada_finish_decode_line_1): Add const qualification to local to fix
4514 warning.
4515 Start looking in static block for functions to avoid attempts
4516 to search frame chain for up-level variables.
4517 Adapt to new ada_sals_for_line interface.
4518 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4519 Handle quoting of the function name inside the spec string.
4520 Skip prologue when funfirstline is set and update the
4521 function documentation to that effect.
4522
4523 (debug_print_lines, debug_print_block, debug_print_blocks,
4524 debug_print_symtab): Remove.
4525
4526 (ada_main_name): New function.
4527 (ada_exception_breakpoint_type): New function.
4528 (is_known_support_routine): New function.
4529 (ada_find_printable_frame): Renamed from find_printable_frame and made
4530 global.
4531 Remove level parameter.
4532 Use new interface to select_frame.
4533
4534 (begin_command): Remove.
4535 (ada_adjust_exception_stop): New function.
4536 (ada_print_exception_stop): New function.
4537 (exception_name_from_cond): New function.
4538 (ada_report_exception_break): Replace disabled code with
4539 conditionalization on GNAT_GDB.
4540 Get the exception name from the condition string.
4541 Remove and move functionality into new functions
4542 ada_print_exception_breakpoint_task and
4543 ada_print_exception_breakpoint_nontask.
4544 (error_breakpoint_runtime_sym_not_found): New function.
4545 (is_runtime_sym_defined): New function.
4546 (ada_breakpoint_rewrite): Uncomment suppressed code.
4547 Use symbolic error-message and runtime-symbol names.
4548 Surround runtime symbol names in quotes.
4549 Allow non-specific breakpoints on exceptions and assertions before
4550 program starts.
4551
4552 (ada_is_tagged_type): Add parameter.
4553 (ada_is_tag_type): New function.
4554 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4555 (ada_variant_discrim_type): Ditto.
4556 (value_tag_from_contents_and_address): New function.
4557 (type_from_tag): New function.
4558 (struct tag_args): New structure used to communicate with
4559 ada_tag_name_1.
4560 (ada_tag_name_1): New function.
4561 (ada_tag_name): New function.
4562
4563 (ada_scan_number): Update comment.
4564 (find_struct_field): New function.
4565 (ada_search_struct_field): Make static.
4566 (ada_value_struct_elt): New version that returns references when
4567 given pointers or references to structs.
4568 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4569 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4570 interface.
4571 (ada_value_ind): Use new ada_to_fixed_value interface.
4572 (ada_coerce_ref): Ditto.
4573 (field_offset): Remove.
4574
4575 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4576 (ada_find_renaming_symbol): New function.
4577 (ada_prefer_type): Prefer named types over unnamed ones.
4578 (variant_field_index): New function.
4579 (contains_variant_part): Removed: subsumed by variant_field_index.
4580 (ada_template_to_fixed_record_type): New function, mostly from
4581 template_to_fixed_record_type.
4582 (template_to_fixed_record_type):
4583 Do not scan the type fields beyond the last one; prevents a
4584 potential SEGV.
4585 Handle case where variant field is listed BEFORE discriminant it
4586 depends on.
4587 Fix calculation of record length when bit length is
4588 not evenly divisible by char length.
4589 Move code to ada_template_to_fixed_record_type and call it.
4590
4591 (template_to_static_fixed_type): Revise comment.
4592 Modify to work on ordinary record types as well as templates,
4593 so as to handle fields that use ___XVE or ___XVU encodings.
4594 (to_record_with_fixed_variant_part): Fill out comment.
4595 Initialize C++ stuff in right type.
4596 Allow case where DVAL is null.
4597 Handle case where variant field is not last.
4598 Fix typo concerning record length.
4599 (to_fixed_record_type): Decomment disabled code.
4600 (to_fixed_record_type): Use variant_field_index instead of
4601 contains_variant_part.
4602 (to_fixed_variant_branch_type): Ditto.
4603 (to_fixed_array_type): Decomment disabled code.
4604 (ada_to_fixed_type): Convert tagged types to the specific type.
4605 Deactivate the size-check for array types in order to avoid
4606 some false size alarms.
4607 (to_static_fixed_type): Decomment disabled code.
4608 Modify to call template_to_static_fixed_type
4609 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4610 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4611 Remove valaddr argument, as it is never really used.
4612 (ada_to_fixed_value): Change interface to act on single struct value*
4613 operand.
4614 (adjust_pc_past_prologue): New function.
4615 (ada_attribute_name): Modify to take enum exp_opcode argument.
4616
4617 (ada_enum_name): Recognize new homonym-distinguishing convention.
4618 Adjust local variable's type to remove compiler warning.
4619 Fix a small problem in the part that unqualifies the enumeration name.
4620 (ada_value_binop): New function.
4621 (ada_value_equal): New function.
4622
4623 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4624 Don't give error message when not doing normal evaluation
4625 and a tagged type doesn't seem to contain a structure member.
4626 Give error message for packed arrays.
4627 For indexing arrays, handle pointers to packed arrays correctly.
4628 Handle case of 'first and 'last attributes of bare integral type
4629 without encoded subtype info.
4630 Remove some unnecessary casts.
4631 Fix uninitialized value of type in computing 'first, 'last, or 'length
4632 of array object.
4633 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4634 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4635 calls.
4636 Attributes are now exp_opcode values.
4637 Correct treatment of 'modulus.
4638 Better error message for taking 'length of wrong kind of type;
4639 improve comment.
4640 Change EVAL_NORMAL to noside for consistency.
4641 Use ada_value_binop for DIV, MOD, REM.
4642 Make special case out of array of length 0, since an argument
4643 of 0 upsets some platforms' malloc.
4644 Use OP_STRING instead of OP_ARRAY.
4645 For slice, add check that we have an array type before extracting
4646 a slice out of it. Avoids a SEGV.
4647 When evaluating an array slice, if the array type is a reference to
4648 an aligner type, then replace the aligner type by the actual type.
4649 Decomment disabled code.
4650 Remove some dead code.
4651 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4652 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4653 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4654 and UNOP_MBR to UNOP_IN_RANGE.
4655 If an array type has a parallel ___XVE type, then use it.
4656 Turn arrays into pointers for lvalue arrays.
4657 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4658 bounds error and handle 0-length slices.
4659 Use lim_warning.
4660 When selecting fields, apply ada_to_fixed_value (because the fields
4661 might have ___XVU or ___XVE encodings even if not dynamic.)
4662 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4663 (ada_is_system_address_type): New function.
4664
4665 (get_var_value): Use new interface to ada_lookup_symbol_list.
4666 (get_int_var_value): New interface.
4667 (to_fixed_range_type): Allow unknown bound, with warning.
4668 (ada_is_modular_type): Decomment disabled code.
4669 (ADA_OPERATORS): New definition.
4670 (ada_operator_length): New function.
4671 (ada_expr_op_name): New function.
4672 (ada_forward_operator_length): New function.
4673 (ada_dump_subexp_body): New function.
4674 (ada_print_subexp): New function.
4675 (ada_exp_descriptor): New constant.
4676 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4677 (ada_language_defn): Add ada_exp_descriptor entry.
4678 Change ada_parse => parse.
4679 Add post-parser entry.
4680 Use ada-specific non-local symbol lookup.
4681 Don't use C-style arrays.
4682 String lower-bound is 1.
4683 Decomment disabled code.
4684 (parse): New function.
4685 New fields ada_translate_error_message, ada_lookup_symbol,
4686 ada_lookup_minimal_symbol.
4687
4688 * ada-lang.h: Update copyright dates.
4689 Replace the mangle/demangle terminology throughout by the
4690 more appropriate encode/decode one.
4691 Include breakpoint.h.
4692 Forward declare struct partial_symbol, struct block.
4693 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4694 (EXTRACT_ADDRESS): Remove.
4695 (EXTRACT_INT): Remove.
4696 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4697 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4698 (MAX_RENAMING_CHAIN_LENGTH): Define.
4699 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4700
4701 (enum task_states): Remove.
4702 ada_task_states: Remove.
4703 (fat_string): Remove.
4704 (struct entry_call): Remove.
4705 (struct task_fields): Remove.
4706 (struct task_entry): Remove.
4707
4708 (struct ada_symbol_info): Define.
4709 (enum ada_attribute): Remove.
4710 (enum ada_operator): Define.
4711
4712 (ada_get_field_index): Declare.
4713 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4714 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4715 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4716 (ada_lookup_symbol_list): New interface.
4717 (ada_decode_symbol): Declare.
4718 (ada_decode): Declare.
4719 (ada_lookup_symbol): New interface.
4720 (ada_update_initial_language): Declare.
4721 (ada_lookup_simple_minsym): Declare.
4722 (user_select_syms): New interface.
4723 (ada_sals_for_line): Declare.
4724 (ada_is_tagged_type): New interface.
4725 (ada_tag_name): Declare.
4726 (ada_lookup_struct_elt_type): Remove declaration.
4727 (ada_search_struct_field): Remove declaration.
4728 (ada_attribute_name): New interface.
4729 (ada_is_system_address_type): Declare.
4730 (ada_to_fixed_value): Remove declaration.
4731 (ada_template_to_fixed_record_type_1): Declare.
4732 (get_int_var_value): New interface.
4733 (ada_find_any_symbol): Declare.
4734 (ada_find_renaming_symbol): Declare.
4735 (ada_mangle): Rename to ada_encode.
4736 (ada_simple_renamed_entity): Remove const.
4737 (ada_main_name): Declare.
4738 (get_current_task): Rename to ada_get_current_task.
4739 (get_entry_number): Remove declaration.
4740 (ada_report_exception_break): Remove declaration.
4741 (ada_print_exception_breakpoint_nontask): Declare.
4742 (ada_print_exception_breakpoint_task): Declare.
4743 (ada_find_printable_frame): Declare.
4744
4745 * ada-lex.l: Update copyright notices.
4746 Use xmalloc and xfree instead of malloc and free.
4747 Use new interface to name_lookup.
4748 Use new interface to
4749 ada_mangle=>ada_encode.
4750 Redo handling of '$...' variable to parallel current treatment
4751 in c-exp.y.
4752 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4753 digit_to_int, strtoulst, processInt, processReal, processId,
4754 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4755 yywrap): Protoize.
4756
4757 (processInt): Use cast to remove harmless warning.
4758 (processReal): Modify to get rid of compiler warning on scan formats.
4759
4760 (processId): Replace xmalloc with obstack_alloc for name and remove
4761 call to ada_name_string_cleanup.
4762 Remove obsolete disabled code.
4763 (name_lookup): Ditto.
4764 New interface.
4765 Use obsavestring on temp_parse_space instead of savestring
4766 on name, and remove call to ada_name_string_cleanup.
4767 Free string returned from ada_simple_renamed_entity.
4768 Use new interface to ada_lookup_symbol_list.
4769 Decomment disabled code.
4770 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4771 not types.
4772 When a type name lookup succeeds as a result of
4773 lookup_primitive_typename, check for regular type entry that has not
4774 yet been read in.
4775 Limit length of chain of renamed symbols we are willing to follow.
4776 Do not break names beginning with "standard__" into segments.
4777 (block_lookup): Use new interface to ada_lookup_symbol_list.
4778
4779 * ada-typeprint.c: Update copyright notice.
4780 (demangled_type_name): Rename to decoded_type_name.
4781 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4782 (print_range_bound): Correct handling of negative
4783 bounds that make the index type looked unsigned under STABS.
4784 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4785 (print_range_type_named): Use the builtin int type if no type
4786 corresponding to the given type name could be found.
4787 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4788 Add some bullet-proofing.
4789 (print_variant_clauses): Allow for variant branches with ___XVU
4790 encodings that are not dynamic fields.
4791 Use new interface to ada_is_tagged_type.
4792 (print_record_type): Allow for fields with ___XVE encodings that
4793 are not dynamic fields.
4794 Use new interface to ada_is_tagged_type.
4795 (ada_print_type): ada_is_array_descriptor =>
4796 ada_is_array_descriptor_type.
4797
4798 * ada-valprint.c: Update copyright notice.
4799 Include gdb_string.h
4800 Include infcall.h
4801 (ui_memcpy): New function.
4802 (ada_print_floating): New function.
4803 (ada_print_str): Order arguments correctly.
4804 Correct handling of empty arrays and arrays of 0-length items.
4805 ada_is_array_descriptor => ada_is_array_descriptor_type
4806 Print values of type System.Address in hexadecimal format.
4807 Use ada_print_floating to print floating-point numbers in Ada format.
4808 Print class tag values with type names.
4809 No longer print the address of reference values. Avoids
4810 a potential confusion.
4811 (ada_value_print): Stop printing the object type for reference
4812 values, but preserve that behavior for access types. Avoids
4813 a potential confusion.
4814 Simplify one conditional expression, as the first part is now
4815 necessarily true.
4816 ada_is_array_descriptor => ada_is_array_descriptor_type
4817 Add check for arrays for null records, and print them by hand.
4818
4819 2004-06-01 Jim Blandy <jimb@redhat.com>
4820
4821 * ppc-tdep.h: Delete unused 'regoff' member.
4822 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4823
4824 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4825
4826 Fix PR symtab/1661.
4827 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4828 (hpread_read_struct_type): Likewise.
4829
4830 2004-06-01 Andrew Cagney <cagney@gnu.org>
4831
4832 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4833 instead of xasprintf.
4834 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4835 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4836 (mi_cmd_data_list_register_names)
4837 (mi_cmd_data_list_changed_registers)
4838 (mi_cmd_data_list_register_values)
4839 (get_register, mi_cmd_data_write_register_values)
4840 (mi_cmd_data_write_register_values)
4841 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4842 (mi_cmd_target_download, mi_cmd_target_select)
4843 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4844 (mi_execute_cli_command, mi_execute_async_cli_command)
4845 (mi_execute_async_cli_command): Ditto.
4846 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4847 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4848
4849 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4850 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4851 error_last_message instead of mi_error_last_message.
4852 * mi/mi-main.c (mi_error_last_message): Delete function.
4853
4854 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4855 "invalid number of columns" error. Delete redundant "out of
4856 memory" check.
4857
4858 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4859
4860 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4861 (gregset_t, fpregset_t): Remove typedefs.
4862 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4863 (REG_OFFSET): Rename argument.
4864 (i386bsd_r_reg_offset): Rename from reg_offset.
4865 (REG_ADDR): Remove macro.
4866 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4867 functions.
4868 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4869 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4870 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4871 instead of supply_gregset.
4872 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4873 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4874 instead of fill_gregset.
4875 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4876
4877 * i386bsd-nat.c: Don't include "gregset.h".
4878 (supply_gregset, fill_gregset): Make static.
4879 (supply_fpregset, fill_fpregset): Remove.
4880 * Makefile.in (i386bsd-nat.o): Update dependencies.
4881
4882 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4883
4884 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4885 "gdb_assert.h". Con't include "gregset.h".
4886 (fbsd_make_corefile_notes): Use regset-based core file support
4887 instead off fill_gregset and fill_fpregset.
4888 * Makefile.in (fbsd-proc.o): Update dependencies.
4889
4890 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4891 instructions.
4892 (m88k_frame_prev_register): Simplify code a bit.
4893
4894 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4895 (amd64_collect_fpregset): New function.
4896 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4897
4898 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4899
4900 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4901 (i386_collect_gregset): New function.
4902 (i386_supply_fpregset): Adjust comment.
4903 (i386_collect_fpregset): New function.
4904 (i386_regset_from_core_section): Use i386_collect_gregset and
4905 i386_collect_fpregset.
4906
4907 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4908 handle VALUEP being null.
4909
4910 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4911
4912 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4913
4914 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4915
4916 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4917 assembler in OpenBSD 3.5-current.
4918 (amd64obsd_sigcontext_addr): Likewise.
4919
4920 2004-05-28 Jim Blandy <jimb@redhat.com>
4921
4922 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4923 register set, so our regcache isn't declared "legacy" and our E500
4924 pseudoregister read and write functions aren't ignored.
4925 (rs6000_register_byte, rs6000_register_raw_size,
4926 rs6000_register_virtual_type, rs6000_register_convertible,
4927 rs6000_register_convert_to_virtual,
4928 rs6000_register_convert_to_raw): Deleted.
4929 (rs6000_register_type, rs6000_convert_register_p,
4930 rs6000_register_to_value, rs6000_value_to_register): New
4931 functions.
4932 (rs6000_gdbarch_init): Don't register
4933 gdbarch_deprecated_register_size,
4934 gdbarch_deprecated_register_bytes,
4935 gdbarch_deprecated_register_byte,
4936 gdbarch_deprecated_register_raw_size,
4937 gdbarch_deprecated_register_virtual_type,
4938 gdbarch_deprecated_register_convertible,
4939 gdbarch_deprecated_register_convert_to_virtual, or
4940 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4941 register gdbarch_register_type, gdbarch_convert_register_p,
4942 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4943
4944 2004-05-26 Jim Blandy <jimb@redhat.com>
4945
4946 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4947 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4948 functions, updated to match the register numberings used in GCC.
4949 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4950 rs6000_dwarf2_reg_to_regnum as register number conversions
4951 functions for STABS and Dwarf2.
4952
4953 2004-05-26 Randolph Chung <tausq@debian.org>
4954
4955 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4956 in header file.
4957
4958 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4959
4960 * NEWS: Document new "start" command.
4961
4962 2004-05-25 Randolph Chung <tausq@debian.org>
4963
4964 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4965 hppa-linux.
4966
4967 2004-05-25 Randolph Chung <tausq@debian.org>
4968
4969 * hppa-hpux-tdep.c (offsetof): Define.
4970 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4971 (hppa32_hpux_frame_base_before_sigtramp)
4972 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4973 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4974 (hppa64_hpux_frame_base_before_sigtramp)
4975 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4976 functions.
4977 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4978 (hppa_hpux_sigtramp_frame_unwind_cache)
4979 (hppa_hpux_sigtramp_frame_this_id)
4980 (hppa_hpux_sigtramp_frame_prev_register)
4981 (hppa_hpux_sigtramp_frame_unwind)
4982 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4983 (hppa_hpux_init_abi): Register sigtramp unwinder.
4984 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4985
4986 2004-05-25 Randolph Chung <tausq@debian.org>
4987
4988 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4989 and multiple stack unwinds.
4990 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4991
4992 2004-05-25 Andrew Cagney <cagney@gnu.org>
4993
4994 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4995 * symfile-mem.h: Delete file.
4996 * symfile-mem.c: Do not include "symfile-mem.h".
4997 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4998 "struct bfd_section". When an error do not bother returning NULL.
4999 (add_symbol_file_from_memory_command): Use "struct bfd" and
5000 "struct bfd_section".
5001 * Makefile.in (symfile_mem_h): Delete.
5002 (symfile-mem.o): Update dependencies.
5003
5004 2004-05-25 Nick Roberts <nickrob@gnu.org>
5005
5006 * gdb-mi.el: New file.
5007
5008 2004-05-25 Andrew Cagney <cagney@gnu.org>
5009
5010 * inftarg.c: Include "observer.h".
5011 (child_attach, child_create_inferior): Notify inferior_created.
5012 * corelow.c: Include "observer.h".
5013 (core_open): Notify inferior_created.
5014 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5015
5016 2004-05-25 Andrew Cagney <cagney@gnu.org>
5017
5018 * target.h (struct target_ops): Add from_tty to
5019 to_create_inferior.
5020 (target_create_inferior, find_default_create_inferior): Update.
5021 * infcmd.c (run_command): Update.
5022 * wince.c (child_create_inferior): Update.
5023 * win32-nat.c (child_create_inferior): Update.
5024 * uw-thread.c (uw_thread_create_inferior): Update.
5025 * thread-db.c (thread_db_create_inferior): Update.
5026 * target.c (debug_to_create_inferior)
5027 (find_default_create_inferior): Update.
5028 (maybe_kill_then_create_inferior): Update.
5029 * sol-thread.c (sol_thread_create_inferior): Update.
5030 * remote.c (extended_remote_async_create_inferior)
5031 (extended_remote_create_inferior): Update.
5032 * remote-vx.c (vx_create_inferior): Update.
5033 * remote-st.c (st2000_create_inferior): Update.
5034 * remote-sim.c (gdbsim_create_inferior): Update.
5035 * remote-sds.c (sds_create_inferior): Update.
5036 * remote-rdp.c (remote_rdp_create_inferior): Update.
5037 * remote-rdi.c (arm_rdi_create_inferior): Update.
5038 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5039 * remote-e7000.c (e7000_create_inferior): Update.
5040 * procfs.c (procfs_create_inferior): Update.
5041 * ocd.c (ocd_create_inferior): Update.
5042 * ocd.h (ocd_create_inferior): Update.
5043 * nto-procfs.c (procfs_create_inferior): Update.
5044 * monitor.c (monitor_create_inferior): Update.
5045 * lin-lwp.c (lin_lwp_create_inferior): Update.
5046 * inftarg.c (child_create_inferior): Update.
5047 * hpux-thread.c (hpux_thread_create_inferior): Update.
5048 * gnu-nat.c (gnu_create_inferior): Update.
5049
5050 2004-05-25 Andrew Cagney <cagney@gnu.com>
5051
5052 * MAINTAINERS: Update e-mail address.
5053
5054 2004-05-24 Randolph Chung <tausq@debian.org>
5055
5056 * thread.c (info_threads_command, thread_apply_all_command)
5057 (thread_apply_command, thread_command, do_captured_thread_select):
5058 Remove HPUXHPPA-specific code.
5059
5060 2004-05-24 Randolph Chung <tausq@debian.org>
5061
5062 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5063 unused symbols.
5064 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5065 references.
5066
5067 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5068
5069 * infcmd.c (kill_if_already_running): New function, extracted
5070 from run_command().
5071 (run_command): Replace extracted code by call to
5072 kill_if_already_running().
5073 (start_command): New function.
5074 (_initialize_infcmd): Add "start" command.
5075
5076 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5077
5078 Add OpenBSD/m88k support.
5079 * NEWS (New native configurations): Mention OpenBSD/m88k.
5080 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5081 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5082 * Makefile.in (m88k_tdep_h): New variable.
5083 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5084 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5085 * configure.host: Add m88*-*-openbsd*.
5086 * configure.tgt: Add m88*-*-openbsd*.
5087
5088 2004-05-24 Jim Blandy <jimb@redhat.com>
5089
5090 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5091 to approve changes.
5092
5093 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5094
5095 * symtab.c (fixup_section): Search section table when lookup by
5096 name fails.
5097
5098 2004-05-24 Randolph Chung <tausq@debian.org>
5099
5100 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5101 be "small_struct".
5102
5103 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5104
5105 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5106 register number in regcache_raw_collect call.
5107 (m68kbsd_collect_fpregset): Likewise.
5108 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5109
5110 * regset.h (struct regset): Add back `regset' member.
5111
5112 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5113
5114 * configure.in: Check for td_pcb in `struct thread'.
5115 * configure, config.in: Regenerated.
5116
5117 * dpx2-nat.c: Remove file.
5118 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5119 (dpx2-nat.o): Remove dependencies.
5120
5121 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5122 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5123 (amd64obsd_supply_pcb): New function.
5124 (_initialize_amd64obsd_nat): Enable libkvm interface.
5125 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5126 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5127 (LOADLIBES): New variable.
5128
5129 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5130 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5131 (sparc32nbsd_supply_pcb): New function.
5132 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5133 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5134 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5135 (LOADLIBES): New variable.
5136
5137 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5138
5139 * bsd-kvm.c, bsd-kvm.h: New files.
5140 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5141 "bsd-kvm.h".
5142 (i386fbsd_supply_pcb): New function.
5143 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5144 (i386fbsd-nat.o): Update dependencies.
5145 (bsd_kvm_h): New variable.
5146 (bsd-kvm.o): New dependency.
5147 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5148 (LOADLIBES): New variable.
5149
5150 * regset.c: Tweak comment.
5151 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5152 macro.
5153 * regset.h: Update copyright year.
5154 (struct regset): Remove `descr' member, add `gdbarch' member.
5155 (regset_alloc): Adjust prototype and comment.
5156 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5157 (i386_supply_fpregset): Likewise.
5158 (i386_regset_from_core_section): Update call to regset_alloc.
5159 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5160 REGSET->arch.
5161 (i386obsd_aout_regset_from_core_section): Update call to
5162 regset_alloc.
5163 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5164 REGSET->arch.
5165 (i386nbsd_aout_regset_from_core_section): Update call to
5166 regset_alloc.
5167 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5168 REGSET->arch.
5169 (amd64_regset_from_core_section): Update call to regset_alloc.
5170 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5171 REGSET->arch.
5172 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5173 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5174 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5175 (sparc32nbsd_init_abi): Update call to regset_alloc.
5176 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5177 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5178 (sparc64obsd_init_abi): Update call to regset_alloc.
5179 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5180 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5181 (sparc64nbsd_init_abi): Update call to regset_alloc.
5182 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5183 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5184 (sparc64fbsd_init_abi): Update call to regset_alloc.
5185
5186 2004-05-22 Jim Blandy <jimb@redhat.com>
5187
5188 * ppc-tdep.h (spe_register_p): New declaration.
5189 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5190 ppc_spefscr_regnum.
5191 * rs6000-tdep.c (spe_register_p): New function.
5192 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5193 spefscr.
5194 (rs6000_gdbarch_init): Initialize the new members of the tdep
5195 structure.
5196
5197 2004-05-21 Jim Blandy <jimb@redhat.com>
5198
5199 * ppc-linux-nat.c (fetch_register): Move code back to be next
5200 to the comment that describes it. (Moved code, instead of
5201 comment, for symmetry with store_register.)
5202
5203 Allocate regset structures in the gdbarch's obstack, not using
5204 xmalloc.
5205 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5206 Add 'arch' argument. Allocate the regset on arch's obstack, not
5207 using xmalloc.
5208 * regset.h (regset_alloc): Update declaration.
5209 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5210 gdbarch argument.
5211 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5212 * i386-tdep.c (i386_regset_from_core_section): Same.
5213 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5214 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5215 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5216 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5217 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5218 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5219
5220 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5221
5222 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5223
5224 2004-05-21 Jim Blandy <jimb@redhat.com>
5225
5226 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5227 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5228
5229 2004-05-20 Jim Blandy <jimb@redhat.com>
5230
5231 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5232
5233 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5234
5235 * regset.h: Make prototype const-correct.
5236 * regset.c (regset_xmalloc): Make const-correct.
5237
5238 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5239
5240 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5241 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5242 (symbol_search_name): Declare.
5243
5244 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5245 (iter_name_next_hashed): Ditto.
5246 (iter_name_next_linear): Ditto.
5247 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5248
5249 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5250 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5251 (symbol_search_name): New function.
5252
5253 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5254
5255 * minsyms.c (build_minimal_symbol_hash_tables): Change
5256 test for adding to demangled hash table to check for difference
5257 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5258
5259 2004-05-19 Jim Blandy <jimb@redhat.com>
5260
5261 Use a constructor function to create regset structures.
5262 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5263 (struct regset): Use supply_regset_ftype. Add new
5264 'collect_regset' member.
5265 (regset_xmalloc): New declaration.
5266 * regset.c: New file.
5267 * am64-tdep.c (amd64_regset_from_core_section): Use
5268 regset_xmalloc to construct regset structures.
5269 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5270 * i386-tdep.c (i386_regset_from_core_section): Same.
5271 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5272 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5273 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5274 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5275 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5276 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5277 * Makefile.in (COMMON_OBS): Add regset.o.
5278 (regset.o): New rule.
5279
5280 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5281
5282 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5283 and pthread_cond_wait.c.
5284
5285 2004-05-18 Jim Blandy <jimb@redhat.com>
5286
5287 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5288 before the mach-specific switch, and then let the individual cases
5289 override the defaults, rather than leaving them uninitialized
5290 until the switch and then setting them in each case.
5291
5292 2004-05-18 Randolph Chung <tausq@debian.org>
5293
5294 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5295 millicode functions.
5296
5297 2004-05-18 Randolph Chung <tausq@debian.org>
5298
5299 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5300 references to dld_flags_buffer consistent.
5301
5302 2004-05-18 Randolph Chung <tausq@debian.org>
5303
5304 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5305 it for unwinding the stack.
5306
5307 2004-05-18 Randolph Chung <tausq@debian.org>
5308
5309 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5310 Undefine these so we can overide them using gdbarch.
5311
5312 2004-05-18 Randolph Chung <tausq@debian.org>
5313
5314 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5315 handling for 64-bit HPUX (elf).
5316
5317 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5318
5319 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5320 constants.
5321 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5322 * ia64-tdep.c (examine_prologue): Likewise.
5323 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5324 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5325
5326 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5327
5328 * vax-tdep.c (vax_return_value): Implement
5329 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5330
5331 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5332
5333 * vax-tdep.c (vax_return_value): Fix typo.
5334
5335 2004-05-17 Andrew Cagney <cagney@redhat.com>
5336
5337 * MAINTAINERS: Mark Salter was also responsible for
5338 testsuite/config/
5339
5340 * NEWS: Mention signal fixes.
5341
5342 2004-05-17 Randolph Chung <tausq@debian.org>
5343
5344 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5345 check to see if we are unwinding an export stub. Export stubs clobber
5346 the %rp in the call path and stores the original rp in a stack slot.
5347
5348 2004-05-17 Jim Blandy <jimb@redhat.com>
5349
5350 * MAINTAINERS: Update address for J.T. Conklin.
5351
5352 2004-05-17 Randolph Chung <tausq@debian.org>
5353
5354 * hppa-tdep.c: Remove superfluous #include's.
5355 * Makefile.in (hppa-tdep.o): Update dependencies.
5356
5357 2004-05-17 Randolph Chung <tausq@debian.org>
5358
5359 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5360 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5361 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5362 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5363 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5364 Remove static function declarations.
5365
5366 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5367
5368 * alphabsd-nat.c: Update copyright year.
5369 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5370
5371 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5372 and M68K_A2_REGNUM.
5373
5374 * m68k-tdep.c (m68k_svr4_return_value): Implement
5375 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5376
5377 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5378
5379 * sol-thread.c Update copyright year. Fix various coding
5380 standards violations. Tweak a few comments.
5381 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5382 Delete prototypes.
5383
5384 2004-05-15 Randolph Chung <tausq@debian.org>
5385
5386 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5387 as pointer instead of array reference since HPUX compiler does
5388 not accept unsized array arguments.
5389 * somsolib.c (dld_flags_buffer): Use constant array size.
5390
5391 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5392
5393 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5394 offset with decimal offset.
5395 (amd64obsd_sigcontext_addr): Return correct address for entire
5396 signal trampoline.
5397
5398 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5399 instead of get_frame_base.
5400
5401 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5402 (fill_gregset): Use regcache_raw_collect.
5403
5404 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5405 ppcobsd-tdep.c.
5406
5407 * config/sparc/tm-nbsd64.h: Remove file.
5408 * config/tm-sunos.h: Remove file.
5409
5410 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5411
5412 * rs6000-tdep.c (store_param_on_stack_p): New function,
5413 an improved version of some code extracted from skip_prologue().
5414 (skip_prologue): Use store_param_on_stack_p() to detect
5415 instructions saving a parameter on the stack. Detect when r0
5416 is used to save a parameter.
5417 Do not mark "li rx, SIMM" instructions as part of the prologue,
5418 unless the following instruction is also part of the prologue.
5419
5420 2004-05-14 Andrew Cagney <cagney@redhat.com>
5421
5422 * infrun.c (handle_inferior_event): Simplify
5423 STEP_OVER_UNDEBUGGABLE.
5424
5425 * infrun.c (handle_step_into_function): Delete function.
5426 (handle_inferior_event): Inline calls to
5427 handle_step_into_function.
5428
5429 2004-05-14 Jerome Guitton <guitton@gnat.com>
5430
5431 * rs6000-nat.c: Fix a comment.
5432
5433 2004-05-12 David Anderson <davea@sgi.com>
5434
5435 Committed by Jim Blandy <jimb@redhat.com>:
5436 * regcache.c (struct regcache_descr): fix comment spelling.
5437
5438 2004-05-13 J. Brobecker <brobecker@gnat.com>
5439
5440 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5441 Fixes a link link failure.
5442
5443 2004-05-13 J. Brobecker <brobecker@gnat.com>
5444
5445 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5446 error that was causing the build to fail.
5447
5448 2004-05-13 J. Brobecker <brobecker@gnat.com>
5449
5450 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5451 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5452
5453 2004-05-13 Andrew Cagney <cagney@redhat.com>
5454
5455 * infrun.c (handle_inferior_event): Check for
5456 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5457 calls. Update comments.
5458
5459 2004-05-13 Jim Blandy <jimb@redhat.com>
5460
5461 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5462 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5463 (store_regs_user_thread, store_regs_kernel_thread): Use
5464 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5465 * ppc-linux-nat.c (fill_gregset): Same.
5466 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5467 (ppc_linux_sigtramp_cache): Same.
5468 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5469 (ppcnbsd_sigtramp_cache_init): Same.
5470 * rs6000-nat.c (fetch_core_registers): Same.
5471 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5472 (rs6000_frame_cache): Same.
5473
5474 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5475 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5476 of assuming that the gprs are numbered starting with zero.
5477 * ppc-linux-nat.c (fill_gregset): Same.
5478 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5479 * ppcnbsd-nat.c (getregs_supplies): Same.
5480 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5481 * rs6000-nat.c (fetch_core_registers): Same.
5482 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5483
5484 2004-05-07 Michael Snyder <msnyder@redhat.com>
5485
5486 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5487 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5488
5489 2004-05-13 Andrew Cagney <cagney@redhat.com>
5490
5491 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5492
5493 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5494
5495 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5496 base_address for shared libraries.
5497
5498 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5499
5500 * MAINTAINERS (write after approval): Add myself.
5501
5502 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5503
5504 * breakpoint.c (bpstat_stop_status): Add new argument
5505 STOPPED_BY_WATCHPOINT. Use it instead of testing
5506 target_stopped_data_address agaist 0 to check whether
5507 or not we stopped due to a hardware watchpoint.
5508 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5509 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5510 with new argument.
5511
5512 2004-05-12 Jim Blandy <jimb@redhat.com>
5513
5514 * configure.in: When checking whether we should use the -bbigtoc
5515 option, don't forget to restore the original value of LDFLAGS.
5516 * configure: Regenerated.
5517
5518 2004-05-12 Andrew Cagney <cagney@redhat.com>
5519
5520 * thread.c (load_infrun_state): Delete step_sp.
5521 * infrun.c (context_switch): Ditto.
5522 * inferior.h (step_sp): Ditto.
5523 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5524 * gdbthread.h (struct thread_info, save_infrun_state)
5525 (restore_infrun_state): Ditto.
5526
5527 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5528
5529 * MAINTAINERS (write after approval): Add myself.
5530
5531 2004-05-12 Andrew Cagney <cagney@redhat.com>
5532
5533 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5534 eliminate reference to step_sp.
5535 (struct execution_control_state, init_execution_control_state)
5536 (handle_inferior_event, keep_going): Delete update_step_sp and
5537 step_sp.
5538 * infcmd.c (step_sp): Note that variable is unused.
5539
5540 2004-05-11 Andrew Cagney <cagney@redhat.com>
5541
5542 * infrun.c (step_over_function): Delete function.
5543 (handle_step_into_function): Use insert_step_resume_breakpoint.
5544 (insert_step_resume_breakpoint): Fix assertion.
5545
5546 2004-05-11 Nick Roberts <nickrob@gnu.org>
5547
5548 * utils.c (defaulted_query): Just use the normal query input type
5549 when printing the annotations.
5550
5551 2004-05-11 Andrew Cagney <cagney@redhat.com>
5552
5553 * infrun.c (handle_inferior_event): Simplify code handling
5554 step-into or return-from a signal trampoline.
5555
5556 2004-05-11 Andrew Cagney <cagney@redhat.com>
5557
5558 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5559 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5560
5561 2004-05-10 Jim Blandy <jimb@redhat.com>
5562
5563 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5564 with a call to internal_error.
5565
5566 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5567 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5568 processor variant lacks those registers.
5569 (ppc_floating_point_unit_p): Change description to make it clear
5570 that this returns info about the ISA, not the ABI.
5571 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5572 return true or false by checking tdep->ppc_fp0_regnum and
5573 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5574 arch/mach switching done in rs6000_gdbarch_init; it's better to
5575 keep that logic there, and just check the results here.
5576 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5577 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5578 floating-point registers.
5579 (ppc_supply_fpregset, ppc_collect_fpregset)
5580 (rs6000_push_dummy_call, rs6000_extract_return_value)
5581 (rs6000_store_return_value): Assert that we have floating-point
5582 registers.
5583 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5584 (rs6000_frame_cache): Don't note the locations at which
5585 floating-point registers were saved if we have no fprs.
5586 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5587 registers.
5588 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5589 (store_regs_user_thread, store_regs_kernel_thread): Only call
5590 supply_fprs / fill_fprs if we actually have floating-point
5591 registers.
5592 (special_register_p): Check ppc_fpscr_regnum before matching
5593 against it.
5594 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5595 supply / collect fpscr if we don't have it.
5596 * ppc-bdm.c: #include "gdb_assert.h".
5597 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5598 have floating-point registers, since I can't test this code on
5599 FP-free systems to adapt it.
5600 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5601 fpscr and floating point register numbers if they don't exist.
5602 (fetch_register): Assert that we have floating-point registers
5603 before we reach the code that handles them.
5604 (store_register): Same. And use tdep instead of calling
5605 gdbarch_tdep again.
5606 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5607 don't have them.
5608 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5609 fprs and fpscr if we don't have them.
5610 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5611 don't have them.
5612 * ppcnbsd-nat.c: #include "gdb_assert.h".
5613 (getfpregs_supplies): Assert that we have floating-point registers.
5614 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5615 * ppcobsd-tdep.c: #include "gdb_assert.h".
5616 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5617 have floating-point registers.
5618 * rs6000-nat.c (regmap): Don't match against the fpscr and
5619 floating point register numbers if they don't exist.
5620 (fetch_inferior_registers, store_inferior_registers,
5621 fetch_core_registers): Only fetch / store / supply the
5622 floating-point registers and the fpscr if we have them.
5623 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5624 (ppcobsd-tdep.o): Update dependencies.
5625
5626 2004-05-10 Andrew Cagney <cagney@redhat.com>
5627
5628 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5629 (context_switch): Do not switch through_sigtramp_breakpoint.
5630 * gdbthread.h (save_infrun_state, load_infrun_state)
5631 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5632 and structure member.
5633 * thread.c (load_infrun_state, save_infrun_state): Update.
5634
5635 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5636
5637 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5638
5639 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5640
5641 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5642 throughout.
5643 * aclocal.m4: Regenerate.
5644
5645 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5646
5647 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5648
5649 2004-05-10 Andrew Cagney <cagney@redhat.com>
5650
5651 * infrun.c (check_sigtramp2): Delete function.
5652 (handle_inferior_event): When single stepping, and taking a
5653 signal, set a breakpoint at the signal return address. Delete
5654 redundant calls to check_sigtramp2.
5655 (insert_step_resume_breakpoint): New function.
5656 (through_sigtramp_breakpoint, handle_inferior_event)
5657 (follow_exec, wait_for_inferior, fetch_inferior_event)
5658 (currently_stepping, keep_going): Delete most uses of
5659 through_sigtramp_breakpoint, not that it should be deleted.
5660 (delete_breakpoint_current_contents): Delete function.
5661
5662 2004-05-10 Randolph Chung <tausq@debian.org>
5663
5664 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5665 target.
5666 * config/pa/tm-linux.h: New file.
5667
5668 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5669
5670 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5671 of prefixes. Don't print the prefix twice in the CLI.
5672
5673 2004-05-10 Jim Blandy <jimb@redhat.com>
5674
5675 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5676 collect all the gprs.
5677
5678 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5679 loop collecting gprs.
5680
5681 2004-05-09 Andrew Cagney <cagney@redhat.com>
5682
5683 * remote-vx.c (net_step): Delete step-range code.
5684 * remote.c (remote_resume, init_all_packet_configs)
5685 (set_remote_protocol_E_packet_cmd)
5686 (show_remote_protocol_E_packet_cmd)
5687 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5688 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5689 (show_remote_protocol_e_packet_cmd): Ditto.
5690
5691 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5692
5693 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5694
5695 * hppa-tdep.h: Update copyright year.
5696 (struct trad_frame_saved_reg): Add opaque declaration.
5697
5698 * amd64-tdep.c (amd64_return_value): Implement
5699 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5700
5701 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5702 (m68k_value_to_register): New functions.
5703 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5704 value_to_register.
5705
5706 * defs.h (enum return_value_convention): Add
5707 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5708 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5709 * infcmd.c (legacy_return_value): New function.
5710 (print_return_value): Rwerite to implement
5711 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5712 * values.c (using_struct_return): Check for inequality to
5713 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5714 RETURN_VALUE_STRUCT_CONVENTION.
5715 * i386-tdep.c (i386_return_value): Implement
5716 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5717
5718 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5719 include "symtab.h", "opcode/vax.h" and "inferior.h".
5720 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5721 to read_memory_unsigned_integer.
5722 (vax_gdbarch_init): Reorder.
5723 (_initialize_vax_tdep): Spell out prototype.
5724 * Makefile.in (vax-tdep.o): Update dependencies.
5725
5726 2004-05-08 Andrew Cagney <cagney@redhat.com>
5727
5728 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5729 * target.c (target_detach, target_disconnect): Ditto.
5730
5731 * infcall.c (call_function_by_hand): When no
5732 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5733 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5734 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5735 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5736 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5737
5738 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5739 * gdbarch.h, gdbarch.c: Re-generate.
5740 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5741 deprecated_fix_call_dummy.
5742 * v850-tdep.c (v850_gdbarch_init): Ditto.
5743 * infcall.c (call_function_by_hand): Do not call
5744 DEPRECATED_FIX_CALL_DUMMY.
5745
5746 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5747 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5748 * gdbarch.h, gdbarch.c: Re-generate.
5749 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5750 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5751 deprecated_sizeof_call_dummy_words.
5752 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5753 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5754 * v850-tdep.c (v850_gdbarch_init): Ditto.
5755 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5756 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5757 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5758 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5759 * arch-utils.h (legacy_call_dummy_words)
5760 (legacy_sizeof_call_dummy_words): Delete declarations.
5761 * arch-utils.c (legacy_call_dummy_words)
5762 (legacy_sizeof_call_dummy_words): Delete variables.
5763
5764 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5765 * gdbarch.h, gdbarch.c: Re-generate.
5766 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5767 * infcall.c (call_function_by_hand): Eliminate call to
5768 DEPRECATED_PUSH_DUMMY_FRAME.
5769 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5770 push_dummy_frame.
5771 (ns32k_push_dummy_frame): Delete function.
5772
5773 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5774 deprecated_call_dummy_breakpoint_offset or
5775 deprecated_call_dummy_start_offset.
5776 * dummy-frame.c, arm-tdep.c: Update comments.
5777 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5778 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5779 * gdbarch.h, gdbarch.c: Re-generate.
5780
5781 * infcall.c (legacy_push_dummy_code): Delete function.
5782 (push_dummy_code): Delete call.
5783
5784 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5785 * gdbarch.h, gdbarch.c: Re-generate.
5786 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5787 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5788 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5789 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5790
5791 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5792 (struct frame_info): Delete opaque declaration.
5793 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5794 * frame.c (get_frame_type): Delete call.
5795
5796 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5797 pc_in_call_dummy.
5798 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5799 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5800
5801 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5802
5803 * alphanbsd-tdep.c: Include "gdb_string.h".
5804 * armnbsd-tdep.c: Update copyright year.
5805 Include "gdb_string.h".
5806 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5807 dependencies.
5808
5809 * delta68-nat.c: Remove file.
5810 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5811 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5812 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5813 (delta68-nat.o): Remove dependency.
5814
5815 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5816 function.
5817 (m68k_gdbarch_init): Don't set
5818 deprecated_frameless_function_invocation.
5819
5820 2004-05-07 Randolph Chung <tausq@debian.org>
5821
5822 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5823 read_memory_nobpt for code reading when doing frame unwinding.
5824 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5825
5826 2004-05-07 Randolph Chung <tausq@debian.org>
5827
5828 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5829 instead of sp, handle sigaltstack case.
5830 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5831 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5832 signal handler and not that of the caller.
5833 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5834 hppa_linux_sigtramp_find_sigcontext.
5835
5836 2004-05-07 Randolph Chung <tausq@debian.org>
5837
5838 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5839 hppa-linux-nat.c.
5840 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5841 * hppa-linux-nat.c (fetch_register, store_register): Define.
5842 (fetch_inferior_registers, store_inferior_registers): Define.
5843 (supply_gregset): Add comment and clean up some unneeded code.
5844 (fill_gregset): Add comment and fix so that it saves registers in
5845 the right place in the gregset.
5846 (fill_fpregset): Fix buffer overrun problem.
5847 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5848
5849 2004-05-07 Randolph Chung <tausq@debian.org>
5850
5851 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5852 do common handling of the pcoqt register.
5853 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5854 to use helper function.
5855 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5856 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5857 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5858 generic fallback unwinder when all else fails.
5859 (hppa_gdbarch_init): Add fallback sniffer.
5860 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5861 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5862 to use helper function.
5863
5864 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5865
5866 * config/djgpp/fnchange.lst: Add translation rules for
5867 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5868
5869 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5870
5871 * frame.c (get_prev_frame_1): Work around GCC bug.
5872 * frame.h: Add comment about GCC bug.
5873
5874 2004-05-07 Andrew Cagney <cagney@redhat.com>
5875
5876 * observer.c: Include "commands.h" and "gdbcmd.h".
5877 (observer_debug, _initialize_observer): Add the
5878 command "set/show debug observer".
5879 * observer.sh: When observer debugging, log notify calls.
5880 * Makefile.in (observer.o): Update dependencies.
5881
5882 2004-05-07 Jason Molenda (jmolenda@apple.com)
5883
5884 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5885
5886 2004-05-07 Jim Blandy <jimb@redhat.com>
5887
5888 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5889 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5890 to recognize gpr regnums, instead of assuming that
5891 tdep->ppc_fp0_regnum marks the end of the general-purpose
5892 registers.
5893
5894 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5895 the given architecture has floating-point registers.
5896
5897 2004-05-07 Andrew Cagney <cagney@redhat.com>
5898
5899 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5900 macro defined to 1.
5901 * gdbarch.h, gdbarch.c: Re-generate.
5902 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5903 deprecated_use_generic_dummy_frames.
5904
5905 2004-05-07 Brian Ford <ford@vss.fsi.com>
5906
5907 * NEWS: Mention Cygwin DWARF 2 support.
5908
5909 2004-05-07 Andrew Cagney <cagney@redhat.com>
5910
5911 * objfiles.h (struct entry_info): Delete unused fields
5912 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5913 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5914 * mipsread.c (mipscoff_symfile_read): Update.
5915 * mdebugread.c (parse_partial_symbols): Update.
5916 * dwarfread.c (read_file_scope): Update.
5917 * dwarf2read.c (read_file_scope): Update.
5918 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5919 * coffread.c (complete_symtab): Update.
5920
5921 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5922
5923 * infcall.c (_initialize_infcall): Fix typo.
5924
5925 2004-05-07 Andrew Cagney <cagney@redhat.com>
5926
5927 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5928 * command.h (add_setshow_zinteger_cmd): Declare.
5929
5930 2004-05-06 Randolph Chung <tausq@debian.org>
5931
5932 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5933 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5934 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5935 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5936 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5937 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5938 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5939 definitions ...
5940 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5941 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5942 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5943 (hppa64_hpux_frame_find_saved_regs_in_sig)
5944 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5945 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5946 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5947 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5948 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5949 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5950 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5951 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5952 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5953 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5954 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5955 (hppa32_register_type, hppa_cannot_store_register)
5956 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5957 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5958 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5959 * pa64solib.c (pa64_solib_have_load_event)
5960 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5961 (pa64_solib_unloaded_library_pathname): Likewise.
5962 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5963 (som_solib_library_pathname): Likewise.
5964
5965 2004-05-05 Jim Ingham <jingham@apple.com>
5966
5967 * breakpoint.c (create_breakpoints): Copy the ignore count and
5968 thread id over from the pended breakpoint to the actual
5969 breakpoint.
5970
5971 2004-05-05 Andrew Cagney <cagney@redhat.com>
5972
5973 * gdbarch.sh (PARM_BOUNDARY): Delete.
5974 gdbarch.h, gdbarch.c: Re-generate.
5975 * valops.c (PARM_BOUNDARY): Delete macro.
5976 (value_push): Delete PARM_BOUNDARY code.
5977 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5978
5979 2004-05-04 Jim Blandy <jimb@redhat.com>
5980
5981 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5982 Don't assume that the gprs, fprs, and UISA sprs are
5983 contiguous, start at register number zero, and end with fpscr.
5984 Instead, use the numbers from the tdep structure.
5985
5986 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5987 should no longer be used in code specific to the RS6000 and its
5988 derivatives.
5989 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5990 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5991 tdep->ppc_fp0_regnum.
5992 (ppc_supply_fpregset, ppc_collect_fpregset)
5993 (rs6000_push_dummy_call, rs6000_extract_return_value)
5994 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5995 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5996 FP0_REGNUM.
5997 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5998 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5999 Same.
6000 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6001 bdm_ppc_store_registers): Same.
6002 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6003 (store_register, fill_fpregset): Same.
6004 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6005 (ppc_linux_supply_fpregset): Same.
6006 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6007 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6008 Same.
6009 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6010 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6011 ppc64_sysv_abi_return_value): Same.
6012 * rs6000-nat.c (regmap, fetch_inferior_registers)
6013 (store_inferior_registers, fetch_core_registers): Same.
6014
6015 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6016
6017 * m68knbsd-nat.c: Remove file.
6018 * m68knbsd-tdep.c: Remove file.
6019 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6020 dependencies.
6021 * configure.host: Add m68k-*-netbsdelf*.
6022 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6023 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6024 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6025 (XM_FILE): Remove.
6026 * config/m68k/nbsdelf.mh: New file.
6027 * config/m68k/nbsd.mt: New file.
6028 * config/m68k/nbsdaout.mt: Remove file.
6029 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6030 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6031 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6032 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6033 (use_struct_convention): Remove prototype.
6034 (USE_STRUCT_CONVENTION): Remove define.
6035 * config/m68k/xm-nbsd.h: Remove file.
6036
6037 2004-05-04 Michael Snyder <msnyder@redhat.com>
6038
6039 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6040 reg_struct_return method (as gcc usually does for cross targets).
6041
6042 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6043
6044 Committed by Andrew Cagney.
6045 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6046 alignment padding when accessing ucontext struct members.
6047
6048 2004-05-04 Jim Blandy <jimb@redhat.com>
6049
6050 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6051 'ppc_gplast_regnum' member.
6052 (ppc_num_gprs): New enum constant.
6053 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6054 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6055 * rs6000-nat.c (regmap, fetch_inferior_registers,
6056 store_inferior_registers): Same.
6057 * rs6000-tdep.c (e500_pseudo_register_read)
6058 (e500_pseudo_register_write): Same.
6059 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6060
6061 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6062 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6063 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6064 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6065 FPLAST_REGNUM.
6066 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6067 Same.
6068 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6069 * rs6000-nat.c (regmap, fetch_inferior_registers)
6070 (store_inferior_registers): Same.
6071
6072 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6073 with FPLAST_REGNUM.
6074
6075 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6076
6077 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6078 failure detected by recent versions of GCC.
6079 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6080 to be consistent with the usage in dwarf2_create_include_psymtab.
6081
6082 2004-05-03 Michael Snyder <msnyder@redhat.com>
6083
6084 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6085 (heuristic_proc_start): Whitespace cleanup.
6086
6087 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6088
6089 * sun3-nat.c: Remove file.
6090 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6091 dependencies.
6092 (ALLDEPFILES): Remove sun3-nat.c.
6093 (sun3-nat.o): Remove dependencies.
6094
6095 * i386-interix-nat.c, i386-interix-tdep.c,
6096 config/i386/nm-interix.h, config/i386/interix.mh,
6097 config/i386/interix.mt: Remove files.
6098 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6099 dependencies.
6100
6101 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6102
6103 * m68k-tdep.h (struct gdbarch_tdep): Add member
6104 struct_value_regnum.
6105 (m68k_svr4_init_abi): New prototype.
6106 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6107 different calling conventions.
6108 (m68k_extract_return_value): Remove code dealing with single-field
6109 structs.
6110 (m68k_store_return_value): Remove code dealing with single-field
6111 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6112 (m68k_extract_struct_value_address): Remove function.
6113 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6114 (m68k_reg_struct_return_p, m68k_return_value)
6115 (m68k_svr4_return_value): New functions.
6116 (m68k_use_struct_convention): Remove function.
6117 (m68k_push_dummy_call): Use new struct_value_regnum member of
6118 `struct gdbarch_tdep' instead of hardcoded register number to
6119 store STRUCT_ADDR.
6120 (m68k_svr4_init_abi): New function.
6121 (m68k_gdbarch_init): Don't set extract_return_value,
6122 store_return_values, deprecated_extract_struct_value_address and
6123 use_struct_convention. Set return_value instead. Initialize new
6124 struct_value_regnum member of `struct gdbarch_tdep'.
6125 * m68klinux-tdep.c: Update copyright year.
6126 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6127 (m68k_linux_extract_struct_value_address): Remove function.
6128 (m68k_linux_init_abi): Don't set extract_return_value,
6129 store_return_values, deprecated_extract_struct_value_address and
6130 use_struct_convention. Call m68k_svr4_init_abi but override the
6131 new struct_value_regnum member of `struct gdbarch_tdep'.
6132 * Makefile.in (m68k-tdep.o): Update dependencies.
6133
6134 2004-05-03 J. Brobecker <brobecker@gnat.com>
6135
6136 * dwarf2read.c (line_header): Add new included_p field in
6137 field file_names.
6138 (partial_die_info): New field has_stmt_list. New field line_offset.
6139 (dwarf2_create_include_psymtab): New function.
6140 (dwarf2_build_include_psymtabs): New function.
6141 (add_file_name): Add forward declaration. Initialize new field.
6142 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6143 to be able to determine the list of files included by the
6144 given unit, and build their associated psymtabs.
6145 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6146 files as well.
6147 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6148 (read_file_scope): Update call to dwarf_decode_lines.
6149 (read_partial_die): Handle DW_AT_stmt_list attributes.
6150
6151 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6152
6153 Unfix PR gdb/1626.
6154 * configure.in: Revert special case for osf5.*.
6155 * configure: Regenerate.
6156
6157 2004-05-02 Jim Blandy <jimb@redhat.com>
6158
6159 Move the symbol-file-from-memory functions into their own file.
6160 * symfile-mem.c, symfile-mem.h: New files.
6161 * symfile.c (symbol_file_add_from_bfd): New function.
6162 (symbol_file_add): Call symbol_file_add_from_bfd.
6163 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6164 Moved to symfile-mem.c.
6165 (_initialize_symfile): Move definition of
6166 add-symbol-file-from-memory command to symfile-mem.c.
6167 * symfile.h (symbol_file_add_from_bfd): New declaration.
6168 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6169 * config/powerpc/linux.mt (TDEPFILES): Same.
6170 * Makefile.in (SFILES): Add symfile-mem.c.
6171 (symfile_mem_h): New variable.
6172 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6173 (symfile-mem.o): New rule.
6174
6175 2004-05-01 Andrew Cagney <cagney@redhat.com>
6176
6177 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6178 frame_find_by_id instead of frame_relative_level.
6179 (do_enable_breakpoint): Ditto.
6180 * thread.c: Update copyright.
6181 (info_threads_command): Ditto, simplify.
6182
6183 * frame.c (deprecated_generic_get_saved_register): Delete
6184 function, moved to "xstormy16-tdep.c".
6185 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6186 deprecated_generic_get_saved_register from "frame.c".
6187 (xstormy16_frame_saved_register): Call
6188 xstormy16_get_saved_register.
6189 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6190 static.
6191 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6192 * frame.h (deprecated_generic_get_saved_register): Delete.
6193
6194 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6195
6196 * dwarfread.c: Update documentation on the state of dwarf-1.
6197
6198 2004-05-01 Andrew Cagney <cagney@redhat.com>
6199
6200 * stack.c (select_frame_command): Delete call to
6201 frame_relative_level.
6202 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6203 Delete #if0 code.
6204 (frame_info): Do not print FRAMELESS.
6205 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6206 (catch_info): Delete #if0 code.
6207
6208 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6209 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6210 of frame_relative_level.
6211 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6212 to SENTINEL_FRAME.
6213 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6214 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6215 frame_relative_level.
6216
6217 * frame.h (deprecated_set_frame_type): Delete declaration.
6218 * frame.c (deprecated_set_frame_type): Delete function, update
6219 comments.
6220
6221 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6222 * gdbarch.h, gdbarch.c: Re-generate.
6223 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6224 (shnbsd_pc_in_sigtramp): Delete.
6225 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6226 pc_in_sigtramp.
6227 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6228 pc_in_sigtramp.
6229 * frame.h: Update comments.
6230 * ppc-linux-tdep.c: Update comments.
6231 * breakpoint.c (bpstat_what): Update comments.
6232
6233 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6234 m68klinux-tdep.o's dependencies, were previously added to
6235 m68klinux-nat.o.
6236
6237 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6238 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6239 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6240 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6241 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6242
6243 * Makefile.in (m68klinux-nat.o): Update dependencies.
6244 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6245 (m68k_linux_sigtramp_frame_cache)
6246 (m68k_linux_sigtramp_frame_this_id)
6247 (m68k_linux_sigtramp_frame_prev_register)
6248 (m68k_linux_sigtramp_frame_unwind)
6249 (m68k_linux_sigtramp_frame_sniffer)
6250 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6251 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6252 names, use trad-frame.h.
6253 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6254 (struct m68k_sigtramp_info): Delete.
6255 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6256 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6257 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6258 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6259 "m68klinux-tdep.c".
6260
6261 * infrun.c (check_sigtramp2): Delete check for
6262 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6263
6264 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6265
6266 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6267
6268 2004-05-01 Andrew Cagney <cagney@redhat.com>
6269
6270 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6271 (frv_linux_sigtramp_frame_cache)
6272 (frv_linux_sigtramp_frame_this_id)
6273 (frv_linux_sigtramp_frame_prev_register)
6274 (frv_linux_sigtramp_frame_unwind)
6275 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6276 include "linux" in function and variable names, directly call
6277 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6278 the latest trad-frame code.
6279 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6280 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6281 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6282 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6283 * frv-tdep.c (frv_sigtramp_frame_cache)
6284 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6285 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6286 frv-linux-tdep.c.
6287 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6288 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6289 (frv_set_sigcontext_reg_addr): Delete function.
6290
6291 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6292 (DEPRECATED_SIGTRAMP_END): Delete.
6293 * gdbarch.h, gdbarch.c: Re-generate.
6294 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6295 * config/vax/tm-vaxbsd.h: Update copyright.
6296 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6297 (DEPRECATED_IN_SIGTRAMP): Define.
6298 * config/m68k/tm-nbsd.h: Update copyright.
6299 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6300 (DEPRECATED_IN_SIGTRAMP): Define.
6301
6302 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6303
6304 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6305 encondings. Fixes PR gdb/1628.
6306
6307 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6308 DW_CFA_restore state without a matching DW_CFA_remember_state
6309 instead of aborting. Fixes PR backtrace/1589.
6310
6311 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6312
6313 * MAINTAINERS: Add self as AIX maintainer.
6314 Update my e-mail address in write-after-approval section.
6315
6316 2004-04-30 Andrew Cagney <cagney@redhat.com>
6317
6318 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6319 (legacy_get_prev_frame): Ditto.
6320
6321 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6322 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6323 * mipsread.c (sigtramp_address): Delete extern variable.
6324 (mipscoff_new_init): Delete reference.
6325 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6326 (fixup_sigtramp): Delete function.
6327 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6328 (fixup_sigtramp): Delete declarations.
6329
6330 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6331 deprecated_pc_in_sigtramp.
6332 (ppcnbsd_pc_in_sigtramp): Delete function.
6333
6334 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6335
6336 * config/m68k/nm-nbsd.h: Tweak comments.
6337 * config/m68k/nm-nbsdaout.h: Likewise.
6338
6339 2004-04-30 Andrew Cagney <cagney@redhat.com>
6340
6341 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6342 legacy_pc_in_sigtramp.
6343 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6344
6345 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6346
6347 Add OpenBSD/m68k support.
6348 * NEWS (New native configurations): Mention OpenBSD/m68k.
6349 * m68kbsd-tdep.c: New file.
6350 * m68kbsd-nat.c: New file.
6351 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6352 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6353 * configure.host: Add m68k-*-openbsd.
6354 * configure.tgt: Add m68k-*-openbsd.
6355 * config/m68k/tm-obsd.h: New file.
6356 * config/m68k/obsd.mt: New file.
6357 * config/m68k/obsd.mh: New file.
6358 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6359 m68kbsd-tdep.c.
6360
6361 2004-04-30 Andrew Cagney <cagney@redhat.com>
6362
6363 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6364 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6365
6366 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6367
6368 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6369 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6370
6371 2004-04-30 Brian Ford <ford@vss.fsi.com>
6372
6373 Revert 2004-04-16 change.
6374 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6375 (i386_coff_init_abi): Remove.
6376 * i386-tdep.h (i386_coff_init_abi): Remove.
6377 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6378
6379 2004-04-30 Andrew Cagney <cagney@redhat.com>
6380
6381 * blockframe.c (find_pc_partial_function): Delete use of
6382 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6383 DEPRECATED_SIGTRAMP_END.
6384
6385 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6386 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6387 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6388 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6389 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6390
6391 * defs.h (deprecated_inside_entry_file): Delete declaration.
6392 * blockframe.c (deprecated_inside_entry_file): Delete function.
6393 (legacy_frame_chain_valid): Delete call.
6394 * sh64-tdep.c (sh64_frame_chain): Delete call.
6395 * objfiles.h: Update comments.
6396 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6397 call.
6398 * frame.c (get_prev_frame): Delete call, update comments.
6399
6400 2004-04-30 Brian Ford <ford@vss.fsi.com>
6401
6402 * MAINTAINERS (Write After Approval): Add myself.
6403
6404 2004-04-30 Andrew Cagney <cagney@redhat.com>
6405
6406 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6407 * gdbarch.h, gdbarch.c: Re-generate.
6408 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6409 code.
6410
6411 2004-04-30 Andrew Cagney <cagney@redhat.com>
6412
6413 * gdb-events.sh (selected_thread_changed)
6414 (selected_frame_level_changed, target_changed): Delete.
6415 * gdb-events.h, gdb-events.c: Re-generate.
6416 * valops.c (value_assign): Update.
6417 * stack.c (select_frame_command, up_silently_base)
6418 (down_silently_base): Update.
6419
6420 2004-04-29 Andrew Cagney <cagney@redhat.com>
6421
6422 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6423 registers correctly.
6424 (print_gp_register_row, mips32_heuristic_proc_desc)
6425 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6426 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6427 references to mips_isa_regsize.
6428
6429 2004-04-29 Andrew Cagney <cagney@redhat.com>
6430
6431 * mips-tdep.c (struct gdbarch_tdep): Delete
6432 mips_fp_register_double.
6433 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6434 mips_abi_regsize.
6435 (mips_gdbarch_init): Do not set mips_fp_register_double.
6436 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6437
6438 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6439
6440 Committed by Andrew Cagney.
6441 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6442 function calls.
6443
6444 2004-04-29 Andrew Cagney <cagney@redhat.com>
6445
6446 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6447 gdbarch, use mips_abi, update callers.
6448 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6449 mips_abi_regsize, update callers.
6450 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6451 mips_default_abi_regsize.
6452 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6453 mips_default_abi_regsize.
6454
6455 2004-04-29 Andrew Cagney <cagney@redhat.com>
6456
6457 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6458 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6459 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6460 mips_default_abi_regsize.
6461 (mips_isa_regsize): Rename mips_regisze.
6462 * mipsnbsd-tdep.c: Update.
6463 * mips-linux-tdep.c: Update.
6464 * irix5-nat.c: Update.
6465 * mips-tdep.h (mips_isa_regsize): Update.
6466
6467 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6468 Delete all disabled code.
6469 * gdb-events.h, gdb-events.c: Re-generate.
6470
6471 2004-04-19 Jerome Guitton <guitton@gnat.com>
6472 Mark Kettenis <kettenis@gnu.org>
6473
6474 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6475 the function begins with a branch instruction.
6476
6477 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6478
6479 * i386-tdep.c: Fix spelling mistakes.
6480
6481 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6482 Andrew Cagney <cagney@redhat.com>
6483
6484 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6485 <sys/proc.h>.
6486 * acconfig.h: Provide default _KMEMUSER value.
6487 * config.in, configure: Re-generate.
6488 * NEWS: Mention fix.
6489
6490 2004-04-24 Randolph Chung <tausq@debian.org>
6491
6492 * configure.host (hppa*-*-linux*): New target.
6493 * configure.tgt (hppa*-*-linux*): Likewise.
6494 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6495 gdbarch_init_osabi() call earlier so that osabi-specific frame
6496 unwinders can be registered first.
6497 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6498 hppa-linux-nat.c.
6499 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6500 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6501 * config/pa/linux.mh: New file.
6502 * config/pa/linux.mt: New file.
6503 * config/pa/nm-linux.h: New file.
6504 * config/pa/xm-linux.h: New file.
6505 * hppa-linux-nat.c: New file.
6506 * hppa-linux-tdep.c: New file.
6507
6508 2004-04-28 Randolph Chung <tausq@debian.org>
6509
6510 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6511 return values.
6512 (hppa32_push_dummy_call): Fix small struct and floating point argument
6513 passing, and make sure the stack frame is properly aligned.
6514
6515 2004-04-28 Andrew Cagney <cagney@redhat.com>
6516
6517 * stack.c (print_stack_frame): Fix description.
6518
6519 * NEWS: Mention gdb/gdbserver/configure execute permission
6520 changed. PR server/519.
6521
6522 2004-04-28 Andrew Cagney <cagney@redhat.com>
6523
6524 * stack.c (print_stack_frame_stub): Delete declaration.
6525 (struct print_stack_frame_args, print_stack_frame)
6526 (print_frame_info, print_frame): Replace "source" with print what.
6527 Replace "print" with "print_level". Replace "args" with
6528 "print_args".
6529 * frame.h (show_and_print_stack_frame, print_stack_frame)
6530 (print_frame_info): Update declarations.
6531 * stack.c (select_and_print_frame, frame_command)
6532 (current_frame_command, up_command, down_command): Update calls -
6533 use get_selected_frame, pass "enum print_what" for source, do not
6534 call frame_relative_level.
6535 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6536 * remote-rdp.c (remote_rdp_open): Ditto.
6537 * remote-mips.c (common_open): Ditto.
6538 * remote-e7000.c (e7000_start_remote): Ditto.
6539 * ocd.c (ocd_start_remote): Ditto.
6540 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6541 * infrun.c (normal_stop): Ditto.
6542 * inflow.c (kill_command): Ditto.
6543 * infcmd.c (finish_command): Ditto.
6544 * corelow.c (core_open): Ditto.
6545 * tracepoint.c (finish_tfind_command): Ditto.
6546 * thread.c (info_threads_command, info_threads_command)
6547 (restore_current_thread, do_captured_thread_select): Ditto.
6548 * ada-tasks.c (task_command): Ditto.
6549
6550 2004-04-26 Orjan Friberg <orjanf@axis.com>
6551
6552 * frame.c: Include "observer.h".
6553 (frame_observer_target_changed): New function.
6554 (_initialize_frame): Attach target_changed observer.
6555 * regcache.c: Include "observer.h".
6556 (regcache_observer_target_changed): New function.
6557 (_initialize_regcache): Attach target_changed observer.
6558 * valops.c: Include "observer.h".
6559 (value_assign): Notify target_changed event when modifying register.
6560 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6561
6562 2004-04-26 Orjan Friberg <orjanf@axis.com>
6563
6564 From Paul Koning <pkoning@equallogic.com>:
6565 * breakpoint.c (free_valchain): New function.
6566 (insert_bp_location, delete_breakpoint): Use free_valchain.
6567 (remove_breakpoint): Do not remove the valchain.
6568 (bpstat_stop_status): If not stopped by watchpoint, skip
6569 watchpoints when generating stop status list.
6570 * infrun.c (handle_inferior_event): Make
6571 stepped_after_stopped_by_watchpoint a global variable.
6572 * remote.c (remote_stopped_data_address): Return watch data
6573 address rather than zero if stepped_after_stopped_by_watchpoint is
6574 set.
6575
6576 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6577
6578 Fix PR gdb/1626.
6579 * configure.in: Check for curses after termcap.
6580 On osf5.*, do not check for ncurses.
6581 * configure: Regenerate.
6582
6583 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6584
6585 * ppcobsd-nat.c: Include "ppc-tdep.h".
6586 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6587
6588 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6589 Fixes PR tdep/1623 and PR tdep/1624.
6590
6591 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6592
6593 * xmodem.h, xmodem.c: Remove files.
6594 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6595
6596 2004-04-23 Randolph Chung <tausq@debian.org>
6597
6598 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6599 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6600 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6601 for handling stackless frames.
6602 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6603
6604 2004-04-23 Randolph Chung <tausq@debian.org>
6605
6606 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6607 starts at a pc before the frame is created.
6608
6609 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6610
6611 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6612
6613 2004-04-23 Jerome Guitton <guitton@gnat.com>
6614
6615 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6616 use convert_typed_floating to get the appropriate format.
6617
6618 2004-04-22 Randolph Chung <tausq@debian.org>
6619
6620 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6621 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6622 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6623 (hppa_sign_extend): Add prototype.
6624 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6625 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6626 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6627 hppa targets will also use these functions.
6628 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6629 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6630 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6631 (hppa_gdbarch_init): Remove gdbarch setting of
6632 skip_trampoline_code, in_solib_call_trampoline and
6633 in_solib_return_trampoline.
6634 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6635 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6636 hppa_in_solib_call_trampoline.
6637 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6638 Moved from hppa-tdep.c.
6639 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6640 in_solib_call_trampoline and in_solib_return_trampoline.
6641
6642 2004-04-22 Randolph Chung <tausq@debian.org>
6643
6644 * hppa-tdep.c (hppa_debug): New variable.
6645 (find_unwind_entry, hppa_frame_cache): Add debug output.
6646 (_initialize_hppa_tdep): Add command to set debug flag.
6647
6648 2004-04-22 Andrew Cagney <cagney@redhat.com>
6649
6650 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6651 "trad-frame.h".
6652 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6653 signal trampoline unwinder.
6654 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6655
6656 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6657
6658 Add OpenBSD/powerpc support.
6659 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6660 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6661 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6662 (ppc_collect_fpregset): New prototypes.
6663 * ppcobsd-nat.c: New file.
6664 * ppcobsd-tdep.c: New file.
6665 * ppcobsd-tdep.h: New file.
6666 * rs6000-tdep.c: Include "regset.h".
6667 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6668 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6669 New functions.
6670 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6671 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6672 (rs6000-tdep.o): Update dependencies.
6673 * configure.host: Add powerpc-*-openbsd.
6674 * configure.tgt: Add powerpc-*-openbsd.
6675 * config/powerpc/obsd.mh: New file.
6676 * config/powerpc/nm-obsd.h: New file.
6677 * config/powerpc/obsd.mt: New file.
6678
6679 2004-04-22 Andrew Cagney <cagney@redhat.com>
6680
6681 * frame.h (show_frame_info): Delete declaration.
6682
6683 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6684 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6685 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6686 * frv-tdep.c (frv_frame_this_id): Ditto.
6687 * avr-tdep.c (avr_frame_this_id): Ditto.
6688
6689 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6690
6691 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6692
6693 2004-04-22 Jim Blandy <jimb@redhat.com>
6694
6695 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6696 register number zero.
6697
6698 2004-04-21 Michael Snyder <msnyder@redhat.com>
6699
6700 * mips-tdep.c (heuristic_proc_start):
6701 Warning() already prefixes "Warning: ".
6702
6703 2004-04-21 Andrew Cagney <cagney@redhat.com>
6704
6705 * annotate.h (deprecated_annotate_starting_hook)
6706 (deprecated_annotate_stopped_hook)
6707 (deprecated_annotate_exited_hook)
6708 (deprecated_annotate_signal_hook)
6709 (deprecated_annotate_signalled_hook): Deprecate.
6710 * tracepoint.h (deprecated_create_tracepoint_hook)
6711 (deprecated_delete_tracepoint_hook)
6712 (deprecated_modify_tracepoint_hook)
6713 (deprecated_trace_find_hook)
6714 (deprecated_trace_start_stop_hook): Deprecate.
6715 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6716 * remote.h (deprecated_target_resume_hook)
6717 (deprecated_target_wait_loop_hook): Deprecate.
6718 * gdbcore.h (deprecated_exec_file_display_hook)
6719 (deprecated_file_changed_hook): Deprecate.
6720 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6721 * defs.h (deprecated_modify_breakpoint_hook)
6722 (deprecated_command_loop_hook, deprecated_show_load_progress)
6723 (deprecated_print_frame_info_listing_hook)
6724 (deprecated_query_hook, deprecated_warning_hook)
6725 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6726 (deprecated_delete_breakpoint_hook)
6727 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6728 (deprecated_readline_begin_hook, deprecated_readline_hook)
6729 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6730 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6731 (deprecated_context_hook, deprecated_target_wait_hook)
6732 (deprecated_attach_hook, deprecated_detach_hook)
6733 (deprecated_call_command_hook, deprecated_set_hook)
6734 (deprecated_error_hook, deprecated_error_begin_hook)
6735 (deprecated_ui_load_progress_hook): Deprecate.
6736 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6737 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6738 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6739 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6740 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6741 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6742 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6743 * annotate.c, aix-thread.c: Update.
6744
6745 2004-04-21 Andrew Cagney <cagney@redhat.com>
6746
6747 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6748 * vaxnbsd-tdep.c: Include "gdb_string.h".
6749
6750 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6751 (add_symbol_file_from_memory_command): #if 0 function body, call
6752 error instead.
6753
6754 2004-04-21 Andrew Cagney <cagney@redhat.com>
6755
6756 * gdbcore.h: Update copyright.
6757 (deprecated_add_core_fns): Rename add_core_fns.
6758 * win32-nat.c (_initialize_core_win32): Update.
6759 * sun3-nat.c (_initialize_core_sun3): Update.
6760 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6761 * rs6000-nat.c (_initialize_core_rs6000): Update.
6762 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6763 * nto-tdep.c (_initialize_nto_tdep): Update.
6764 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6765 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6766 * mips-nat.c (_initialize_core_mips): Update.
6767 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6768 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6769 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6770 * lynx-nat.c (_initialize_core_lynx): Update.
6771 * irix5-nat.c (_initialize_core_irix5): Update.
6772 * i386-interix-nat.c (_initialize_core_interix): Update.
6773 * cris-tdep.c (_initialize_cris_tdep): Update.
6774 * corelow.c (deprecated_add_core_fns): Update.
6775 * core-regset.c (_initialize_core_regset): Update.
6776 * core-aout.c (_initialize_core_aout): Update.
6777 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6778 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6779 * alpha-nat.c (_initialize_core_alpha): Update.
6780
6781 2004-04-21 Jim Blandy <jimb@redhat.com>
6782
6783 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6784
6785 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6786
6787 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6788 Delete.
6789 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6790 (read_attribute_value): Update calls to dwarf_alloc_block.
6791 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6792 dwarf2_tmp_obstack.
6793 (psymtab_to_symtab_1): Likewise. Clean up using
6794 free_stack_comp_unit.
6795 (add_to_cu_func_list): Use the comp_unit_obstack.
6796
6797 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6798
6799 * dwarf2read.c (dwarf2_flag_true_p): New function.
6800 (die_is_declaration): Use the function above. Add some comments.
6801
6802 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6803
6804 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6805 architecture when registering sparcnbsd_core_osabi_sniffer.
6806 Adjust comment.
6807
6808 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6809
6810 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6811 return value.
6812
6813 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6814 * i386-tdep.c: Correct register numbering scheme comments
6815 throughout.
6816 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6817 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6818 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6819 (i386_gdb_arch_init): Likewise.
6820
6821 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6822 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6823 ppcnbsd-tdep.o.
6824
6825 * m68k-tdep.h: Tweak comments.
6826 * m68k-tdep.c: Tweak comment.
6827
6828 2004-04-17 Randolph Chung <tausq@debian.org>
6829
6830 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6831 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6832 (hppa_hpux_som_init_abi): Set is_elf to 0.
6833 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6834 * hppa-tdep.c (low_text_segment_address): Remove global.
6835 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6836 section offset to calculate segment address.
6837 (internalize_unwinds): Define low_text_segment_address as local and
6838 pass to record_text_segment_lowaddr for ELF targets.
6839 (hppa_gdbarch_init): Zero fill tdep structure.
6840 (hppa_dump_tdep): Print tdep structure.
6841 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6842
6843 2004-04-17 Randolph Chung <tausq@debian.org>
6844
6845 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6846 (hppa_gdbarch_init): Set pseudo_register_read.
6847 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6848 * regcache.c (supply_register): Remove check for
6849 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6850
6851 2004-04-17 Randolph Chung <tausq@debian.org>
6852
6853 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6854 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6855 (hpread_adjust_stack_address): Move to hpread.c.
6856 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6857 obj_private_struct): Move from tm-hppa.h.
6858 * hpread.c (hppa-tdep.h): Include.
6859 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6860 (hpread_read_function_type, hpread_read_doc_function_type)
6861 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6862 directly.
6863 * pa64solib.c (hppa-tdep.h): Include.
6864 * somsolib.c (hppa-tdep.h): Include.
6865 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6866 inferior_status): Remove unused forward declarations.
6867 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6868 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6869 obj_private_struct): Move to hppa-tdep.h.
6870 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6871
6872 2004-04-17 Randolph Chung <tausq@debian.org>
6873
6874 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6875 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6876 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6877 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6878 Remove forward declaration and make static.
6879 (hppa_reg_struct_has_addr): Remove.
6880
6881 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6882
6883 * observer.sh: Move comments in sed command to first column.
6884
6885 2004-04-16 Jason Molenda (jmolenda@apple.com)
6886
6887 * frame.c: Minor typeo corrections in comments.
6888
6889 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6890
6891 * observer.c (observer_test_first_notification_function): Update
6892 function profile.
6893 (observer_test_second_notification_function): Likewise.
6894 (observer_test_third_notification_function): Likewise.
6895
6896 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6897
6898 From Brian Ford <ford@vss.fsi.com>:
6899 * i386-tdep.c (i386_coff_init_abi): New function.
6900 * i386-tdep.h (i386_coff_init_abi): New prototype.
6901 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6902 register number translation functions for DWARF and DWARF 2.
6903
6904 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6905
6906 * dwarf2read.c: Back out my previous change, it was incorrect.
6907
6908 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6909
6910 * dwarf2read.c: Include "hashtab.h".
6911 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6912 has_namespace_info.
6913 (struct partial_die_info): Add comments. Use bitfields to reduce
6914 memory footprint. Add scope, scope_set, has_specification,
6915 spec_offset, die_parent, die_child, and die_sibling.
6916 (peek_die_abbrev): Add prototype.
6917 (partial_read_comp_unit_head): New function, broken out from
6918 dwarf2_build_psymtabs_hard.
6919 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6920 Use partial_read_comp_unit_head. Initialize the CU and
6921 comp_unit_obstack. Update calls to read_partial_die and
6922 scan_partial_symbols. Use free_stack_comp_unit and
6923 load_partial_dies.
6924 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6925 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6926 Update calls to helper functions. Remove NAMESPACE argument.
6927 Update comments.
6928 (partial_die_parent_scope, partial_die_full_name): New functions.
6929 (add_partial_symbol): Remove namespace argument. Update call to
6930 pdi_needs_namespace. Use partial_die_full_name. Handle
6931 DW_TAG_namespace. Check has_namespace_info flag.
6932 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6933 tag. Handle namespaces.
6934 (add_partial_namespace, add_partial_enumeration): Simplify.
6935 (guess_structure_name): New function, derived from
6936 add_partial_structure.
6937 (add_partial_structure): Remove.
6938 (determine_class_name): Update comment.
6939 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6940 (is_type_tag_for_partial, load_partial_dies): New functions.
6941 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6942 Record specifications instead of following them immediately.
6943 (find_partial_die_in_comp_unit, find_partial_die)
6944 (fixup_partial_die, free_stack_comp_unit)
6945 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6946 (partial_die_hash, partial_die_eq): New functions.
6947 * Makefile.in (hashtab_h): Define.
6948 (dwarf2read.o): Update dependencies.
6949 (observer_inc, observer_h): Move to the correct section.
6950
6951 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6952
6953 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6954 (die_is_declaration): Use the function above. Add comment.
6955
6956 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6957
6958 * dwarf2read.c (read_structure_scope): Identify stub types
6959 using die_is_declaration() only.
6960
6961 2004-04-15 Roland McGrath <roland@redhat.com>
6962
6963 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6964 argument instead of NAME.
6965 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6966 in call to symbol_file_add_with_addrs_or_offsets.
6967 (build_addr_info): New function, helper for ...
6968 (symbol_file_add_from_memory): New function.
6969 (add_symbol_file_from_memory_command): New function using that.
6970 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6971 (pre_add_symbol_hook): Add const to argument type.
6972 * symfile.h (symbol_file_add_from_memory): Declare it.
6973
6974 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6975
6976 * NEWS (New native configurations): Mention OpenBSD/vax.
6977 * configure.host: Add vax-*-openbsd*.
6978 * config/vax/obsd.mh: New file.
6979 * config/vax/nm-obsd.h: New file.
6980
6981 * vax-tdep.c: Include "regset.h".
6982 (vax_supply_gregset): New function.
6983 (vax_gregset): New variable.
6984 (vax_regset_from_core_section): New function.
6985 (vax_gdbarch_init): Set regset_from_core_section.
6986 * Makefile.in (vax-tdep.o): Update dependencies.
6987
6988 2004-04-15 Andrew Cagney <cagney@redhat.com>
6989
6990 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6991 (observer_normal_stop_notification_stub)
6992 (observer_attach_normal_stop, observer_detach_normal_stop):
6993 Delete, replaced by #include "observer.inc".
6994 * infrun.c (normal_stop): Pass "stop_bpstat" to
6995 observer_notify_normal_stop.
6996 * Makefile.in (observer_inc): Define.
6997 (observer.o): Update dependencies.
6998 (observer.h, observer.inc): New rules.
6999 * observer.h: Delete file.
7000 * observer.sh: New file.
7001
7002 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7003
7004 * vax-tdep.c (vax_frame_cache): Fix typo.
7005
7006 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7007
7008 * NEWS (New native configurations): Mention NetBSD/vax.
7009 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7010 * config/vax/nbsdelf.mh: New file.
7011 * config/vax/nbsdaout.mh: New file.
7012 * config/vax/nm-nbsd.h: New file.
7013 * config/vax/nm-nbsdaout.h: New file.
7014
7015 * vaxnbsd-tdep.c: New file.
7016 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7017 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7018 * config/vax/nbsd.mt: New file.
7019 * config/vax/tm-nbsd.h: New file.
7020
7021 * Makefile.in (vaxbsd-nat.o): New dependency.
7022
7023 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7024 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7025 struct_addr arguments. Don't push return value address.
7026 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7027 arguments to vax_store_arguments. Store return value address in
7028 R1.
7029 (vax_store_struct_return, vax_extract_return_value)
7030 (vax_store_return_value): Remove functions.
7031 (vax_return_value): New function.
7032 (vax_gdbarch_init): Set return value. Don't set
7033 deprecated_store_struct_return, deprecated_extract_struct_return
7034 and deprecated_store_return_value.
7035
7036 2004-04-14 Andreas Schwab <schwab@suse.de>
7037
7038 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7039 value buffer.
7040 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7041
7042 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7043
7044 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7045 (vax_unwind_dummy_id): New functions.
7046 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7047 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7048 variables.
7049 (vax_fix_call_dummy): Remove function.
7050 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7051 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7052 call_dummy_location, deprecated_call_dummy_words,
7053 deprecated_sizeof_call_dummy_words,
7054 deprecated_call_dummy_breakpoint_offset,
7055 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7056 and deprecated_dummy_write_sp.
7057
7058 2004-04-13 David Carlton <carlton@kealia.com>
7059
7060 * MAINTAINERS: Move myself to "paper trail" section.
7061
7062 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7063
7064 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7065 "trad-frame.h".
7066 (vax_frame_init_saved_regs): Remove function.
7067 (vax_sigtramp_saved_pc): Remove function.
7068 (vax_frame_saved_pc): Remove function.
7069 (vax_frame_args_address): Remove function.
7070 (vax_frame_num_args): Rewrite.
7071 (vax_frame_chain): Remove function.
7072 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7073 VAX_FP_REGNUM.
7074 (vax_pop_frame): Likewise.
7075 (vax_saved_pc_after_call): Remove function.
7076 (struct vax_frame_cache): New structure.
7077 (vax_frame_cache): New function.
7078 (vax_frame_this_id): New function.
7079 (vax_frame_prev_register): New function.
7080 (vax_frame_unwind): New variable.
7081 (vax_frame_sniffer): New function.
7082 (vax_frame_base_address): New function.
7083 (vax_frame_args_address): New function.
7084 (vax_frame_base): New variable.
7085 (vax_unwind_pc): New function.
7086 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7087 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7088 deprecated_frame_chain, deprecated_frame_saved_pc,
7089 deprecated_frame_args_address and
7090 deprecated_frame_init_saved_regs.
7091 * Makefile.in (vax-tdep.o): Update dependencies.
7092
7093 * vaxbsd-nat.c: New file.
7094
7095 * vax-tdep.h: Update copyright year. Adjust comments.
7096 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7097 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7098 (vax_regnum): New enum. Replacing...
7099 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7100 (VAX_PS_REGNUM): ... these removed macros.
7101 * vax-tdep.c (vax_register_name): Remove prototype.
7102 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7103 (vax_register_byte, vax_register_raw_size,
7104 vax_register_virtual_size, vax_register_virtual_type): Remove
7105 functions.
7106 (vax_register_type): New function.
7107 (vax_breakpoint_from_pc): Reorganize.
7108 (vax_gdbarch_init): Set register_type. Don't set
7109 deprecated_register_size, deprecated_register_bytes,
7110 deprecated_register_byte, deprecated_register_raw_size,
7111 deprecated_max_register_raw_size,
7112 deprecated_register_virtual_size,
7113 deprecated_max_register_virtual_size and
7114 deprecated_register_virtual_type. Add comment on stack direction.
7115
7116 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7117
7118 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7119 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7120 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7121
7122 2004-04-10 Randolph Chung <tausq@debian.org>
7123
7124 * MAINTAINERS (write after approval): Add myself.
7125
7126 2004-04-07 Randolph Chung <tausq@debian.org>
7127
7128 * hppa-tdep.c (hppa_inner_than): Remove.
7129 (is_pa_2): Remove unused static variable.
7130 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7131
7132 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7133
7134 * language.h (language_defn): Add new la_post_parser field.
7135 * parser-defs.h (null_post_parser): New declaration (default for
7136 la_post_parser).
7137
7138 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7139 insert call to that function.
7140 (parse_exp_in_context): New function, including code formerly in
7141 parse_exp_1. Calls language-dependent post-parser after
7142 prefixification.
7143 (parse_expression_in_context): New exported function.
7144 (null_post_parser): New definition.
7145 * expression.h (parse_expression_in_context): Add declaration.
7146
7147 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7148 * c-lang.c (c_language_defn): Ditto.
7149 (cplus_language_defn): Ditto.
7150 (asm_language_defn): Ditto.
7151 (minimal_language_defn): Ditto.
7152 * f-lang.c (f_language_defn): Ditto.
7153 * jv-lang.c (java_language_defn): Ditto.
7154 * language.c (unknown_language_defn): Ditto.
7155 (auto_language_defn): Ditto.
7156 (local_language_defn): Ditto.
7157 * m2-lang.c (m2_language_defn): Ditto.
7158 * scm-lang.c (scm_language_defn): Ditto.
7159 * obj-lang.c (objc_language_defn): Ditto.
7160
7161 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7162
7163 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7164 (amd64nbsd_mcontext_addr): New function.
7165 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7166 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7167 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7168
7169 * corelow.c (core_xfer_partial): Fix coding standards violation.
7170 Add support for TARGET_OBJECT_WCOOKIE.
7171
7172 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7173 deprecated_pc_in_sigtramp.
7174 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7175 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7176 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7177 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7178 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7179 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7180 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7181
7182 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7183 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7184 Fix typo.
7185
7186 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7187 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7188 (amd64_collect_fxsave): Likewise.
7189
7190 * i386-sol2-tdep.c: Include "gdb_string.h".
7191 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7192 name.
7193 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7194
7195 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7196
7197 * i386-sol2-tdep.c: Include "solib-svr4.h".
7198 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7199 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7200 * config/i386/tm-i386sol2.h: Include :solib.h".
7201 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7202 solib-svr4.o and solib-legacy.o.
7203 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7204 solib-svr4.o.
7205
7206 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7207
7208 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7209 whether a register is supplied by PTRACE_GETFPREGS.
7210 (store_inferior_registers): Likewise.
7211 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7212 whether a register is supplied by PT_GETFPREGS.
7213 (store_inferior_registers): Likewise.
7214
7215 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7216 * config/i386/linux64.mt (TDEPFILES): Likewise.
7217
7218 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7219
7220 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7221 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7222 the program counter is in the range specified by `struct
7223 gdbarch_tdep'.
7224 * amd64-linux-tdep.c: Include "symtab.h".
7225 (amd64_linux_pc_in_sigtramp): Remove function.
7226 (amd64_linux_sigtramp_p): New function.
7227 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7228 deprecated_pc_in_sigtramp.
7229 * amd64nbsd-tdep.c: Include "symtab.h".
7230 (amd64nbsd_sigtramp_p): New function.
7231 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7232 deprecated_pc_in_sigtramp.
7233 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7234 few comments.
7235 (amd64obsd_pc_in_sigtramp): Remove function.
7236 (amd64obsd_sigtramp_p): New function.
7237 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7238 deprecated_pc_in_sigtramp.
7239 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7240 (i386bsd_pc_ins_sigtramp): Remove prototype.
7241 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7242 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7243 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7244 the program counter is in the range specified by `struct
7245 gdbarch_tdep'.
7246 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7247 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7248 (i386_go32_pc_in_sigtramp): Remove function.
7249 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7250 Initialize TDEP->sigtramp_p.
7251 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7252 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7253 deprecated_pc_in_sigtramp.
7254 * i386-linux-tdep.c: Adjust comments.
7255 (i386_linux_pc_in_sigtramp): Remove function.
7256 (i386_linux_sigtramp_p): New function.
7257 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7258 deprecated_pc_in_sigtramp.
7259 * i386-nto-tdep.c: Update copyright year.
7260 (i386nto_pc_in_sigtramp): Remove function.
7261 (i386nto_sigtramp_p): New function.
7262 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7263 SP_REGNUM.
7264 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7265 deprecated_pc_in_sigtramp.
7266 * i386-sol2-tdep.c: Update copyright year.
7267 (i386_sol2_pc_in_sigtramp): Remove function.
7268 (i386_sol2_sigtramp_p): New function.
7269 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7270 deprecated_pc_in_sigtramp.
7271 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7272 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7273 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7274 deprecated_sigtramp_start and deprecated_sigtramp_end.
7275 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7276 (i386nbsd_pc_in_sigtramp): Remove function.
7277 (i386nbsd_sigtramp_p): New function.
7278 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7279 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7280 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7281 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7282 (i386obsd_pc_in_sigtramp): Remove function.
7283 (i386obsd_sigtramp_p): New function.
7284 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7285 functions.
7286 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7287 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7288 TDEP->sigtramp_p.
7289 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7290 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7291 dependencies.
7292
7293 * config/i386/i386aout.mt: Remove file.
7294
7295 * configure.tgt: Remove i[34567]86-*-go32*,
7296 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7297 and i[34567]86-*-isc*. Set gdb_target to i386 for
7298 i[34567]86-*-netware* and i[34567]86-*-*.
7299 * config/i386/i386.mt: New file.
7300 * config/i386/embed.mt: Remove file.
7301 * config/i386/go32.mt: Remove file.
7302 * config/i386/i386nw.mt: Remove file.
7303 * config/i386/i386v.mt: Remove file.
7304 * config/i386/tm-go32.h: Remove file.
7305
7306 * tui/tui-hooks.c: Include "readline/readline.h" after
7307 "gdb_curses.h" instead of before.
7308 * tui/tui-io.c: Likewise.
7309
7310 * tui/tui.c: Fix typo in comment.
7311
7312 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7313
7314 2004-04-08 Andrew Cagney <cagney@redhat.com>
7315
7316 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7317 (deprecated_exception_support_initialized): Declare.
7318 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7319 (initialize_hp_cxx_exception_support)
7320 (child_enable_exception_callback): Update.
7321 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7322 (deprecated_exception_support_initialized): Rename
7323 deprecated_exception_catchpoints_are_fragile and
7324 deprecated_exception_support_initialized.
7325 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7326
7327 * symtab.c (deprecated_hp_som_som_object_present): Rename
7328 hp_som_som_object_present.
7329 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7330 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7331 Update. Delete extern declaration.
7332 * valops.c (hp_som_som_object_present): Ditto.
7333 * parse.c (deprecated_hp_som_som_object_present)
7334 (parse_nested_classes_for_hpacc): Ditto.
7335 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7336 * hppa-hpux-tdep.c (hp_som_som_object_present)
7337 (initialize_hp_cxx_exception_support): Ditto.
7338 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7339 * cp-valprint.c (hp_som_som_object_present)
7340 (cp_print_class_method): Ditto.
7341 * c-typeprint.c (hp_som_som_object_present):
7342 (c_type_print_base): Ditto.
7343 * c-exp.y (hp_som_som_object_present): Ditto.
7344
7345 2004-04-08 Andrew Cagney <cagney@redhat.com>
7346
7347 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7348 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7349 (frame_unwind_find_by_frame): Re-implement the unwind code so
7350 that it can both prepend and append sniffers. Replace
7351 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7352 * tramp-frame.c (tramp_frame_append): Use
7353 frame_unwind_prepend_unwinder.
7354 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7355 frame_unwind_register_unwinder.
7356 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7357 tramp_frame_append.
7358 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7359 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7360 (mips_linux_init_abi): Update.
7361
7362 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7363
7364 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7365 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7366 file support.
7367
7368 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7369
7370 * ia64-tdep.c (elf.h): Don't include.
7371 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7372
7373 2004-04-07 Jason Molenda (jmolenda@apple.com)
7374
7375 * frame.h: Typeo corrections in comments.
7376
7377 2004-04-07 Jim Blandy <jimb@redhat.com>
7378
7379 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7380 %esp and %ebp
7381
7382 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7383
7384 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7385 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7386 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7387 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7388 and solib-legacy.o.
7389 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7390 solib-svr4.o.
7391 * config/sparc/tm-sol2.h: Update copyright year. Include
7392 "solib.h".
7393
7394 * sparc-sol2-tdep.c: Update copyright year. Include
7395 "solib-svr4.h".
7396 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7397 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7398 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7399 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7400 dependencies.
7401
7402 2004-04-06 Andrew Cagney <cagney@redhat.com>
7403
7404 * infttrace.c: Include "infttrace.h".
7405 * infttrace.h: Include "target.h".
7406 * Makefile.in (infttrace_h): Update.
7407 (infttrace.o): Update.
7408
7409 2004-04-06 Andrew Cagney <cagney@redhat.com>
7410
7411 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7412 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7413 move extern declarations from here ...
7414 * infttrace.h: ... to here.
7415 * Makefile.in (hppah-nat.o): Update dependencies.
7416
7417 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7418 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7419 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7420 (hppa_breakpoint_from_pc): Delete.
7421
7422 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7423
7424 2004-04-05 Andrew Cagney <cagney@redhat.com>
7425
7426 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7427 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7428 <sys/file.h>.
7429
7430 2004-04-06 Randolph Chung <tausq@debian.org>
7431
7432 Committed by Andrew Cagney (mechanical change).
7433 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7434 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7435 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7436 child_enable_exception_callback, current_ex_event,
7437 null_symtab_and_line, child_get_current_exception_event,
7438 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7439 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7440 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7441 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7442 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7443 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7444 Move hpux-specific definitions ...
7445 * hppa-hpux-tdep.c: ... to here.
7446
7447 2004-04-05 Andrew Cagney <cagney@redhat.com>
7448
7449 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7450 skip_prologue_using_sal.
7451
7452 2004-04-05 Andrew Cagney <cagney@redhat.com>
7453
7454 * config/i386/tm-i386.h: Delete file.
7455 * config/i386/tm-vxworks.h: Update copyright, do not include
7456 "tm-i386.h".
7457 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7458 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7459 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7460 * config/i386/ncr3000.mt (TM_FILE): Delete.
7461 * config/i386/interix.mt (TM_FILE): Delete.
7462 * config/i386/i386v.mt (TM_FILE): Delete.
7463 * config/i386/i386nw.mt (TM_FILE): Delete.
7464 * config/i386/i386gnu.mt (TM_FILE): Delete.
7465 * config/i386/i386aout.mt (TM_FILE): Delete.
7466 * config/i386/embed.mt (TM_FILE): Delete.
7467
7468 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7469
7470 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7471 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7472 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7473 (accg7_regnum): New constants.
7474 (last_spr_regnum, last_pseudo_regnum): Update.
7475 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7476 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7477 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7478 for accg registers.
7479 (frv_register_sim_regno): Update spr_map[].
7480
7481 2004-04-04 Andrew Cagney <cagney@redhat.com>
7482
7483 * config/mips/xm-riscos.h: Delete.
7484 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7485 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7486 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7487 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7488 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7489 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7490 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7491 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7492 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7493 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7494 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7495 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7496 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7497 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7498 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7499 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7500 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7501 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7502 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7503 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7504 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7505 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7506 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7507 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7508 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7509 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7510
7511 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7512 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7513 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7514 * configure.host: Remove m680[01]0-sun-sunos3*,
7515 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7516 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7517 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7518 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7519 mips-*-riscos*.
7520 * NEWS: Mention removed systems.
7521
7522 2004-04-04 Andrew Cagney <cagney@redhat.com>
7523
7524 GDB 6.1 release created from 6.1 branch.
7525
7526 2004-04-04 Andrew Cagney <cagney@redhat.com>
7527
7528 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7529 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7530 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7531
7532 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7533 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7534 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7535
7536 2004-04-03 Jim Blandy <jimb@redhat.com>
7537
7538 * MAINTAINERS: Chris Faylor has changed employers; add him to
7539 "paper trail" section, and update his E-mail address.
7540
7541 2004-04-03 Andrew Cagney <cagney@redhat.com>
7542
7543 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7544 generic dummy frames.
7545 * dummy-frame.c: Update copyright.
7546 (dummy_frame_sniffer): Delete check for generic dummy frames.
7547
7548 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7549 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7550 (REG_PARM_STACK_SPACE): Delete.
7551 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7552 Inline reference to REG_PARM_STACK_SPACE.
7553
7554 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7555 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7556 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7557 (FRAME_BASE_BEFORE_SIGTRAMP)
7558 (hppa32_hpux_frame_base_before_sigtramp)
7559 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7560 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7561 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7562 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7563 (FRAME_BASE_BEFORE_SIGTRAMP)
7564 (hppa64_hpux_frame_base_before_sigtramp)
7565 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7566
7567 2004-04-03 Andrew Cagney <cagney@redhat.com>
7568
7569 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7570
7571 2004-04-02 Andrew Cagney <cagney@redhat.com>
7572
7573 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7574 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7575 * dummy-frame.h: Delete out-of-date comments.
7576 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7577 * gdbarch.h, gdbarch.c: Re-generate.
7578
7579 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7580
7581 Committed by Andrew Cagney <cagney@redhat.com>.
7582 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7583 into account an instruction saving a register if we have already
7584 seen an earlier instruction saving that same register.
7585
7586 2004-04-02 Andrew Cagney <cagney@redhat.com>
7587
7588 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7589 * gdbarch.h, gdbarch.c: Re-generate.
7590 * frame.c (legacy_get_prev_frame): Delete references to
7591 DEPRECATED_INIT_FRAME_PC_FIRST.
7592
7593 * infrun.c (pc_in_sigtramp): Delete function.
7594 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7595 get_frame_type.
7596
7597 2004-04-02 Andrew Cagney <cagney@redhat.com>
7598
7599 * infrun.c (handle_step_into_function): Delete code conditional on
7600 legacy_frame_p.
7601 (handle_inferior_event, step_over_function): Ditto.
7602
7603 2004-04-02 Andrew Cagney <cagney@redhat.com>
7604
7605 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7606 "previous frame inner to this frame" test.
7607
7608 2004-04-02 Andrew Cagney <cagney@redhat.com>
7609
7610 * frame.c (safe_frame_unwind_memory): New function.
7611 * frame.h (safe_frame_unwind_memory): Declare. Update description
7612 of /safe_/ methods.
7613 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7614 "next_frame". Use safe_frame_unwind_memory.
7615 (tramp_frame_sniffer): Update call to tramp_frame_start.
7616
7617 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7618
7619 * dwarf2read.c (dwarf2_objfile_data_key): New.
7620 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7621 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7622 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7623 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7624 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7625 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7626 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7627 Remove variables.
7628 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7629 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7630 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7631 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7632 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7633 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7634 Remove macros.
7635 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7636 data.
7637 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7638 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7639 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7640 (read_partial_die, read_full_die, read_indirect_string)
7641 (dwarf_decode_line_header, dwarf_decode_macros)
7642 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7643 Update uses of removed variables.
7644 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7645 of removed macros.
7646 (_initialize_dwarf2_read): New function.
7647 * symfile.h (dwarf2_has_info): Update prototype.
7648 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7649 * elfread.c (elf_symfile_read): Likewise.
7650
7651 2004-04-01 Jim Blandy <jimb@redhat.com>
7652
7653 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7654 function for register numbers on all the rs6000-derived targets.
7655 (rs6000_gdbarch_init): Don't register a separate
7656 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7657 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7658 variants.
7659
7660 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7661 numbering.
7662
7663 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7664
7665 * valarith.c: Update copyright notice.
7666 (value_add): Handle range types.
7667 (value_sub): Ditto.
7668 (value_equal): Ditto.
7669 (value_less): Ditto.
7670 (value_neg): Ditto.
7671 (value_complement): Ditto.
7672 (value_binop): Simplify slightly by using is_integral_type and
7673 eliminiating unnecessary COERCE_ENUMs.
7674
7675 2004-03-31 Andrew Cagney <cagney@redhat.com>
7676
7677 * frame.h (frame_unwind_id): Declare.
7678 * frame.c (frame_unwind_id): New function.
7679 (get_prev_frame_1): New function.
7680 (frame_debug_got_null_frame): New function.
7681 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7682 code proper to prev_frame, update description.
7683 * infrun.c (step_over_function): Use frame_unwind_id.
7684
7685 2004-04-31 J. Brobecker <brobecker@gnat.com>
7686
7687 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7688 (hppa64_push_dummy_call): Likewise.
7689
7690 2004-03-30 Jim Blandy <jimb@redhat.com>
7691
7692 From Ulrich Weigand:
7693 * utils.c (query): Do not use a va_list variable multiple times.
7694
7695 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7696
7697 * Makefile.in (linux_nat_h): Update dependencies.
7698 * configure.in: Check for <gnu/libc-version.h>.
7699 * configure: Regenerate.
7700 * config.in: Regenerate.
7701 * linux-nat.h: Include "target.h". Add waitstatus field to
7702 struct lwp_info.
7703 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7704 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7705 to.
7706 (lin_lwp_handle_extended): New function. Handle clone events.
7707 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7708 thread exit events.
7709 (child_wait): Handle clone events.
7710 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7711 * linux-nat.c (linux_enable_event_reporting): Turn on
7712 PTRACE_O_TRACECLONE.
7713 (linux_handle_extended_wait): Handle clone events.
7714 * thread-db.c: Include <gnu/libc-version.h>.
7715 (struct private_thread_info): Add dying flag.
7716 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7717 higher.
7718 (attach_thread): Update comments. Handle dying threads.
7719 (detach_thread): Set the dying flag.
7720 (check_event): Always call attach_thread.
7721
7722 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7723
7724 * mips-tdep.c (mips_pdr_data): New.
7725 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7726 (_initialize_mips_tdep): Initialize mips_pdr_data.
7727
7728 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7729
7730 * minsyms.c (install_minimal_symbols): Move dropping leading
7731 char from linkage name from here...
7732 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7733 test for "__gnu_compiled*" symbols.
7734
7735 2004-03-28 Jim Blandy <jimb@redhat.com>
7736
7737 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7738 registers to temp register r0 and byte stores as prologue
7739 instructions.
7740
7741 2004-03-28 Andrew Cagney <cagney@redhat.com>
7742
7743 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7744 arm*-*-*.
7745
7746 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7747
7748 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7749 and switch the layout to force a display of register window.
7750
7751 2004-02-26 J. Brobecker <brobecker@gnat.com>
7752
7753 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7754 of the INTEGER class.
7755
7756 2004-03-26 Jim Blandy <jimb@redhat.com>
7757
7758 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7759 bytes long on PPC GNU/Linux.
7760
7761 2004-03-26 David Carlton <carlton@kealia.com>
7762
7763 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7764
7765 2004-03-25 Andrew Cagney <cagney@redhat.com>
7766
7767 * PROBLEMS: Add general section titles, remove references to
7768 specific releases.
7769
7770 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7771
7772 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7773 INT_REGISTER_SIZE.
7774 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7775 FP_REGISTER_VIRTUAL_SIZE.
7776 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7777 of DEPRECATED_REGISTER_RAW_SIZE.
7778 (arm_register_type): Add gdbarch argument.
7779 (arm_register_raw_size, arm_register_virtual_size): Delete.
7780 (arm_register_byte, arm_extract_return_value)
7781 (arm_store_return_value, arm_get_longjmp_target): Update references
7782 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7783 (arm_gdbarch_init): Likewise. Don't set
7784 deprecated_register_raw_size, deprecated_register_virtual_size,
7785 deprecated_max_register_raw_size,
7786 deprecated_max_register_virtual_size, or
7787 deprecated_max_register_virtual_type. Do set register_type.
7788 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7789 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7790 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7791 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7792 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7793 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7794 INT_REGISTER_SIZE.
7795 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7796 (remote_rdp_store_register): Likewise.
7797
7798 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7799
7800 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7801 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7802 to after osabi initialization.
7803 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7804 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7805 functions.
7806 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7807 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7808 variables.
7809 (mips_linux_init_abi): Append signal trampoline unwinders.
7810
7811 2004-03-24 Andrew Cagney <cagney@redhat.com>
7812
7813 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7814 * tramp-frame.c: Include "gdb_assert.h".
7815 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7816 correct sizeof.
7817 (tramp_frame_append): Validate the tramp frame's instructions.
7818 * Makefile.in (tramp-frame.o): Update dependencies.
7819
7820 2004-03-23 Andrew Cagney <cagney@redhat.com>
7821
7822 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7823
7824 2004-03-23 Andrew Cagney <cagney@redhat.com>
7825
7826 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7827 Nasser as past testsuite/lib/ (and other) maintainers.
7828
7829 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7830
7831 * infcmd.c (attach_command): Reread symbols if we already have
7832 an exec file.
7833
7834 2004-03-23 Andrew Cagney <cagney@redhat.com>
7835
7836 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7837
7838 2004-03-23 Andrew Cagney <cagney@redhat.com>
7839
7840 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7841 * gdbarch.h, gdbarch.c: Re-generate.
7842 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7843 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7844 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7845 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7846 (DEPRECATED_SIGTRAMP_START): Update.
7847 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7848 (DEPRECATED_SIGTRAMP_START): Update.
7849 * blockframe.c (find_pc_sect_partial_function): Update.
7850 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7851
7852 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7853
7854 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7855 if necessary.
7856
7857 2004-03-23 Andrew Cagney <cagney@redhat.com>
7858
7859 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7860 predicate, deprecate.
7861 * gdbarch.h, gdbarch.c: Re-generate.
7862 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7863 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7864 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7865 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7866 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7867 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7868 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7869 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7870 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7871 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7872 * blockframe.c (find_pc_partial_function): Update.
7873 * breakpoint.c (bpstat_what): Update.
7874 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7875 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7876 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7877 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7878 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7879 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7880 * i386-nto-tdep.c (i386nto_init_abi): Update.
7881 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7882 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7883 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7884 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7885 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7886 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7887 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7888 * infrun.c (pc_in_sigtramp): Update.
7889 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7890 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7891 * mips-tdep.c (mips_gdbarch_init): Update.
7892 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7893 * ppc-linux-tdep.c: Update comment.
7894 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7895 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7896 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7897 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7898 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7899 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7900 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7901 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7902 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7903 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7904
7905 2004-03-23 Andrew Cagney <cagney@redhat.com>
7906
7907 * tramp-frame.h, tramp-frame.h: New files.
7908 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7909 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7910
7911 * Makefile.in: Update all dependencies.
7912
7913 2004-03-23 Andrew Cagney <cagney@redhat.com>
7914
7915 * Makefile.in (trad_frame_h): Add $(frame_h).
7916 * trad-frame.h: Update copyright. Include "frame.h".
7917 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7918 (trad_frame_set_id, trad_frame_get_id): Declare.
7919 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7920 * trad-frame.c: Update copyright.
7921 (struct trad_frame_cache): Define.
7922 (trad_frame_cache_zalloc): New function.
7923 (trad_frame_set_id, trad_frame_get_id): New functions.
7924 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7925
7926 2004-03-22 Andrew Cagney <cagney@redhat.com>
7927
7928 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7929 s390_pltstub_unwind_cache.
7930 (s390_stub_frame_unwind_cache): Rename
7931 s390_pltstub_frame_unwind_cache.
7932 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7933 (s390_stub_frame_prev_register): Rename
7934 s390_pltstub_frame_prev_register.
7935 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7936 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7937
7938 From Ulrich Weigand:
7939 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7940 pointer calls like PLT calls.
7941
7942 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7943
7944 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7945 PC rather than the partial function start address. Use the start
7946 address to sanity check the found PDR.
7947
7948 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7949
7950 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7951 linux_handle_extended_wait.
7952
7953 2004-03-22 Andrew Cagney <cagney@redhat.com>
7954
7955 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7956 function.
7957
7958 * frame.h (generic_pop_current_frame): Delete declaration.
7959 (deprecate_pop_dummy_frame): Deprecate
7960 generic_pop_dummy_frame.
7961 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7962 (generic_pop_current_frame): Delete function.
7963 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7964 generic_pop_current_frame.
7965 * v850-tdep.c (v850_pop_frame): Update.
7966 * mcore-tdep.c (mcore_pop_frame): Update.
7967 * sh64-tdep.c (sh64_pop_frame): Update.
7968 * h8300-tdep.c (h8300_pop_frame): Update.
7969
7970 2004-03-22 Andrew Cagney <cagney@redhat.com>
7971
7972 * frame.h (deprecated_pc_in_call_dummy): Rename
7973 generic_pc_in_call_dummy.
7974 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7975 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7976 generic_pc_in_call_dummy.
7977 (pc_in_dummy_frame): Make static.
7978 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7979 * gdbarch.h, gdbarch.c: Re-generate.
7980 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7981 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7982 (legacy_get_prev_frame): Ditto.
7983 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7984 comment.
7985
7986 2004-03-21 Andrew Cagney <cagney@redhat.com>
7987
7988 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7989 declaration and out-of-date comment.
7990 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7991 Delete function.
7992 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7993 deprecated_pc_in_call_dummy.
7994
7995 * infrun.c (handle_inferior_event): For non legacy frames, use the
7996 frame ID and frame type to identify a signal trampoline. Update
7997 comments.
7998
7999 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8000
8001 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8002 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8003
8004 2004-03-21 Andrew Cagney <cagney@redhat.com>
8005
8006 * frame-unwind.h: Update copyright.
8007 (struct frame_data): Add opaque declaration.
8008 (frame_sniffer_ftype): Declare.
8009 (struct frame_unwind): Add "unwind_data" and "sniffer".
8010 (frame_unwind_register_unwinder): Declare.
8011 (frame_unwind_find_by_frame): Add parameter "this_cache".
8012 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8013 (legacy_get_prev_frame, legacy_get_prev_frame)
8014 (get_frame_type): Pass the prologue_cache to
8015 frame_unwind_find_by_frame.
8016 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8017 "unwinder".
8018 (frame_unwind_register_unwinder): New function.
8019 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8020
8021 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8022
8023 * bcache.c (print_percentage): Use floating point to avoid
8024 incorrect results when portion*100 overflows.
8025
8026 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8027
8028 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8029 (ppc_linux_init_extra_frame_info)
8030 (ppc_linux_frameless_function_invocation)
8031 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8032 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8033 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8034 (rs6000_frame_chain): Delete declarations.
8035 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8036 (ppc_linux_init_extra_frame_info)
8037 (ppc_linux_frameless_function_invocation)
8038 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8039 (ppc_linux_init_abi): Remove registration of above deleted functions.
8040 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8041 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8042 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8043 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8044 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8045 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8046 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8047 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8048 frame management for all OSABIs.
8049
8050 2004-03-19 Andrew Cagney <cagney@redhat.com>
8051
8052 Committed by Kevin Buettner <kevinb@redhat.com>.
8053
8054 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8055 Update copyright.
8056 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8057 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8058 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8059 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8060 unwinders. #ifdef legacy frame code.
8061 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8062 "frame-base.h".
8063 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8064 (struct rs6000_frame_cache, rs6000_frame_cache)
8065 (rs6000_frame_this_id, rs6000_frame_prev_register)
8066 (rs6000_frame_sniffer, rs6000_frame_unwind)
8067 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8068 (rs6000_frame_base): Implement a traditional frame unwinder.
8069 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8070 frame unwinder.
8071
8072 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8073
8074 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8075 breakpoint address for watchpoints or the catch eventpoints.
8076 Add new paramter ``bptype''. Adjust all callers.
8077
8078 2004-03-19 Andrew Cagney <cagney@redhat.com>
8079
8080 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8081
8082 * PROBLEMS: Delete note that ARM does not use frame code, problem
8083 fixed.
8084
8085 2004-03-18 Andrew Cagney <cagney@redhat.com>
8086
8087 * stack.c (return_command): Delete code wrapped in #ifdef
8088 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8089
8090 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8091
8092 2004-03-18 Andrew Cagney <cagney@redhat.com>
8093
8094 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8095 DEPRECATED_IN_SIGTRAMP.
8096 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8097 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8098 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8099 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8100 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8101 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8102 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8103 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8104 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8105 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8106
8107 2004-03-18 Andrew Cagney <cagney@redhat.com>
8108
8109 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8110 (struct frame_base_table_entry): Define.
8111 (struct frame_base_table): Re-implement as a linked list.
8112 (frame_base_init): Re-implement.
8113 (frame_base_table): Delete function.
8114 (append_predicate): Delete function.
8115 (frame_base_append_sniffer): Update.
8116 (frame_base_set_default): Update.
8117 (frame_base_find_by_frame): Update.
8118 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8119 * Makefile.in (frame-base.o): Update dependencies.
8120
8121 2004-03-17 Andrew Cagney <cagney@redhat.com>
8122
8123 * frame.c (legacy_get_prev_frame): Pass correct frame to
8124 frame_unwind_find_by_frame.
8125
8126 2004-03-17 David Carlton <carlton@kealia.com>
8127
8128 * NEWS: Mention C++ nested types and namespaces
8129
8130 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8131
8132 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8133 and "Regressions since gdb 5.3.". Add known regressions since
8134 gdb 6.0.
8135
8136 2004-03-16 David Carlton <carlton@kealia.com>
8137
8138 * dwarf2read.c (process_structure_scope): Process children even
8139 when we're a declaration.
8140
8141 2004-03-16 Andrew Cagney <cagney@redhat.com>
8142
8143 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8144 * blockframe.c (find_pc_partial_function)
8145 (find_pc_sect_partial_function): Merge into a single
8146 find_pc_partial_function.
8147
8148 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8149
8150 * i386bsd-nat.c: s/regno/regnum/g.
8151 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8152 FP0_REGNUM.
8153 (store_inferior_registers): Likewise.
8154
8155 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8156
8157 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8158 of i387_fill_fsave.
8159 (store_inferior_registers): Call i387_collect_fsave and
8160 i387_collect_fxsave instead of i387_fill_fsave and
8161 i387_fill_fxsave.
8162
8163 2004-03-15 Andrew Cagney <cagney@redhat.com>
8164
8165 * Makefile.in (frame-unwind.o): Update dependencies.
8166 * frame-unwind.c: Include "gdb_obstack.h".
8167 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8168 parameter.
8169 (append_predicate): Delete function.
8170 (struct frame_unwind_table_entry): New structure.
8171 (struct frame_unwind_table): Replace "sniffer" with "head" and
8172 "tail".
8173 (frame_unwind_append_sniffer): Update.
8174 (frame_unwind_find_by_frame): Update.
8175 (_initialize_frame_unwind): Registe frame_unwind_init using
8176 gdbarch_data_register_pre_init.
8177
8178 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8179
8180 * i386bsd-nat.c: Update copyright year.
8181 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8182 define unconditionally.
8183
8184 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8185
8186 * i387-tdep.h (i387_collect_fsave): New prototype.
8187 * i387-tdep.c (i387_collect_fsave): New function containing most
8188 of the code from i387_fill_fsave.
8189 (i387_fill_fsave): Call i387_collect_fsave.
8190
8191 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8192
8193 * i386-linux-tdep.c: Update copyright year.
8194 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8195 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8196 svr4_ilp32_link_map_offsets instead of
8197 i386_linux_svr4_fetch_link_map_offsets.
8198
8199 2004-03-15 David Carlton <carlton@kealia.com>
8200
8201 Fix for PR c++/1553:
8202 * dwarf2read.c (read_structure_type): Determine type name by
8203 calling determine_class_name.
8204 (determine_class_name): New.
8205 (determine_prefix): Look at TYPE_TAG_NAME and call
8206 determine_class_name when appropriate.
8207 (determine_prefix_aux, class_name): Delete.
8208 (read_namespace): Set die->type.
8209
8210 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8211
8212 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8213 unused macro definition. The definition in target.h (or perhaps
8214 elsewhere) takes precedence.
8215
8216 2004-03-15 Andrew Cagney <cagney@redhat.com>
8217
8218 * ppc-tdep.h: Update copyright.
8219 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8220 function signatures to match "regsets.h".
8221 * ppc-linux-tdep.c: Include "regset.h".
8222 (ELF_GREGSET_SIZE): Delete.
8223 (right_supply_register): New function.
8224 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8225 using right_supply_register.
8226 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8227 functions.
8228 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8229 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8230 (_initialize_ppc_linux_tdep): Do not register
8231 ppc_linux_regset_core_fns.
8232 (ppc_linux_regset_from_core_section): Replace
8233 fetch_core_registers.
8234 (ppc_linux_regset_core_fns): Delete.
8235 * ppc-linux-nat.c: (right_fill_reg): New function.
8236 (supply_gregset): Update call to ppc_linux_supply_gregset.
8237 (fill_gregset): Clear the register set, use right_fill_reg.
8238 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8239 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8240
8241 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8242 unsigned.
8243
8244 2004-03-15 Andrew Cagney <cagney@redhat.com>
8245
8246 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8247 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8248 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8249 and register_gdbarch_data.
8250 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8251 (struct gdbarch_data): Replace "init" by "pre_init" and
8252 "post_init".
8253 * gdbarch.h, gdbarch.c: Re-generate.
8254 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8255 with"obstack", use OBSTACK_ZALLOC.
8256 (dwarf2_frame_ops): Delete.
8257 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8258 (dwarf2_frame_init_reg): Use gdbarch_data.
8259 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8260 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8261 (_initialize_svr4_solib): Update.
8262 * user-regs.c (_initialize_user_regs): Update.
8263 * reggroups.c (_initialize_reggroup): Update.
8264 * regcache.c (_initialize_regcache): Update.
8265 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8266 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8267 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8268 * frame-unwind.c (_initialize_frame_unwind): Update.
8269 * frame-base.c (_initialize_frame_base): Update.
8270 * user-regs.c (user_reg_add): Update.
8271 * reggroups.c (reggroup_add): Update.
8272 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8273 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8274 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8275 * frame-base.c (frame_base_table): Update.
8276 * remote.c (_initialize_remote): Update.
8277 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8278
8279 2004-03-15 Andrew Cagney <cagney@redhat.com>
8280
8281 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8282
8283 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8284
8285 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8286 * frv-linux-tdep.c: New file.
8287 * frv-tdep.c (struct gdbarch_tdep): Add new field
8288 ``sigcontext_reg_addr''.
8289 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8290 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8291 (frv_sigramp_frame_sniffer): New functions.
8292 (frv_sigtramp_frame_unwind): New static global.
8293 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8294 sniffers.
8295 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8296 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8297
8298 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8299
8300 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8301 but not via a call to error(), when unable to read memory.
8302
8303 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8304
8305 * frv-tdep.c (frv_call_dummy_words): Delete.
8306 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8307
8308 2004-03-15 Andrew Cagney <cagney@redhat.com>
8309
8310 * infrun.c (handle_step_into_function, step_over_function): Only
8311 update and use STEP_FRAME_ID when the system is using legacy
8312 frames. Update comments.
8313
8314 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8315
8316 * amd64-linux-tdep.h: Remove file.
8317 * amd64-linux-tdep.c: Don't include "inferior.h" and
8318 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8319 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8320 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8321 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8322 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8323 macros.
8324 (user_to_gdb_regmap): Remove variable.
8325 (amd64_linux_gregset_reg_offset): New variable.
8326 (amd64_core_fns): Remove variable.
8327 (fetch_core_registers): Remove function.
8328 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8329 functions.
8330 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8331 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8332 * Makefile.in (amd64_linux_tdep_h): Remove.
8333 (amd64-linux-nat.o): Update dependencies.
8334 (amd64-linux-tdep.o): Update dependencies.
8335
8336 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8337 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8338 functions.
8339 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8340
8341 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8342 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8343
8344 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8345
8346 * dwarf2read.c (read_structure_type): Rename from
8347 read_structure_scope. Don't create a symbol or call process_die.
8348 Return immediately if die->type is set. Call read_type_die before
8349 dwarf2_add_member_fn.
8350 (process_structure_scope): New function.
8351 (read_enumeration_type, process_enumeration_scope): New functions,
8352 broken out from read_enumeration. Don't create the enumeration
8353 type if it has already been created.
8354 (read_enumeration): Removed.
8355 (process_die): Call read_structure_type, process_structure_scope,
8356 read_enumeration_type, and process_enumeration_scope. Just call
8357 new_symbol for base and subrange types. Add a comment about other
8358 type dies.
8359 (read_type_die): Call read_enumeration_type.
8360 (add_partial_structure, new_symbol): Update comments.
8361
8362 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8363
8364 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8365
8366 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8367
8368 * tui/tui-win.h (tui_get_cmd_list): Declare.
8369 * tui/tui-win.c (tui_command): New function.
8370 (tui_get_cmd_list): New function.
8371 (_initialize_tui_win): Moved initialization of tui command in
8372 tui_get_cmd_list.
8373
8374 * tui/tui-data.c (init_content_element): Setup new data members.
8375 (init_win_info): Likewise.
8376 (free_content_elements): Free it.
8377 * tui/tui-data.h (struct tui_data_element): Store the register
8378 content to print.
8379 (struct tui_data_info): Keep the current register group.
8380
8381 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8382
8383 * tui/tui-regs.h (tui_show_registers): Update prototype.
8384 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8385 (tui_resize_all): No need to calculate anything for register window.
8386 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8387 (tui_set_register_element, tui_set_general_regs_content): Remove.
8388 (tui_set_special_regs_content): Remove.
8389 (tui_set_general_and_special_regs_content): Remove.
8390 (tui_set_float_regs_content): Remove.
8391 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8392 (tui_set_regs_content): Remove.
8393 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8394 (tui_v_show_registers_command_support): Remove.
8395 (tui_show_registers): Use a reggroup to specify the registers to show.
8396 (tui_show_register_group): New function.
8397 (tui_display_registers_from): Compute the layout of register window
8398 and refresh with new API; be sure to delete old register windows.
8399 (tui_check_register_values): Update to use tui_get_register and
8400 tui_display_data.
8401 (tui_display_register): Just refresh the register window part.
8402 (tui_register_format): Format registers and save in tui_data_element.
8403 (tui_get_register): New to combine tui_reg_value_has_changed and
8404 tui_get_register_raw_value; fix to use the new gdb API.
8405 (tui_show_float_command): Renamed tui_reg_float_command.
8406 (tui_show_general_command): Renamed tui_reg_general_command.
8407 (tui_show_special_command): Renamed tui_reg_system_command.
8408 (_initialize_tui_regs): Remove unused commands.
8409
8410 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8411
8412 * NEWS (New native configurations): Mention OpenBSD/amd64.
8413
8414 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8415 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8416 Remove defines.
8417 * config/i386/nm-fbsd64.h: Likewise.
8418 * config/i386/nm-obsd.h: Likewise.
8419 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8420 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8421
8422 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8423
8424 * frv-tdep.c (set_variant_scratch_registers): New function.
8425 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8426 New constants.
8427
8428 From Richard Sandiford <rsandifo@redhat.com>:
8429 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8430
8431 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8432
8433 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8434 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8435 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8436 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8437 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8438 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8439 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8440 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8441 definitions from frv-tdep.c to frv-tdep.h.
8442
8443 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8444
8445 Add shared library support for FR-V FDPIC ABI:
8446 * Makefile.in (solib-frv.o): Add dependencies.
8447 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8448 New functions.
8449 (frv_push_dummy_call): Add support for FDPIC ABI.
8450 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8451 for FDPIC ABI.
8452 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8453 (frv_fdpic_find_canonical_descriptor): Declare.
8454 * solib-frv.c: New file.
8455 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8456 * config/frv/tm-frv.h (solib.h): Include.
8457
8458 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8459
8460 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8461 (frv-tdep.o): Update dependencies.
8462 * frv-tdep.h: New file.
8463 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8464 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8465 constants.
8466 (struct gdbarch_tdep): Add new member ``frv_abi''.
8467 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8468 functions.
8469 (new_variant): Set ``frv_abi'' field.
8470 (gdb_arch_init): Detect FDPIC executables.
8471
8472 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8473
8474 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8475 wrapper.
8476
8477 2004-03-11 Andrew Cagney <cagney@redhat.com>
8478
8479 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8480
8481 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8482
8483 * solist.h (master_so_list): New function.
8484 * solib.c (master_so_list): Likewise.
8485 * solib-svr4.c (enable_break): Iterate over so_list entries
8486 obtained from master list instead of entries obtained directly
8487 via svr4_current_sos().
8488
8489 2004-03-10 Ben Elliston <bje@gnu.org>
8490
8491 * MAINTAINERS: Update my mail address.
8492
8493 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8494
8495 * remote-m32r-sdi.c: Support hardware watchpoint.
8496
8497 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8498
8499 * user-regs.c: Update copyright years.
8500 (struct user_regs): Rename to gdb_user_regs.
8501 (append_user_reg, builtin_user_regs, user_regs_init)
8502 (user_reg_add, user_reg_map_name_to_regnum)
8503 (usernum_to_user_reg): Update.
8504
8505 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8506
8507 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8508 (skip_children): New functions.
8509 (locate_pdi_sibling): Call skip_children.
8510
8511 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8512
8513 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8514 * gdbtypes.c (check_typedef): Update comments.
8515
8516 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8517
8518 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8519 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8520 pointer. Update comment about comp_unit_head.
8521 (struct abbrev_info): Shorten two int flags.
8522 (dwarf_alloc_abbrev): Take a CU argument.
8523 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8524 each time through the loop. Update cleanup argument.
8525 (psymtab_to_symtab_1): Update cleanup call.
8526 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8527 abbrev_obstack.
8528 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8529 Just call obstack_free and clear the pointer.
8530
8531 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8532
8533 * infrun.c (handle_inferior_event): Remove short-circuit code for
8534 events in a different thread.
8535
8536 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8537
8538 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8539 print the whole transfer.
8540 (initialize_targets): Update description of "set debug target".
8541
8542 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8543
8544 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8545
8546 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8547
8548 * MAINTAINERS (write after approval): Add myself.
8549
8550 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8551
8552 * sh-tdep.c (sh_print_registers_info): Use for loop.
8553 Don't skip multiple registers when a float register is encountered.
8554
8555 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8556
8557 Fix PR tdep/1291.
8558 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8559 to official SH documentation.
8560
8561 2004-03-07 Andrew Cagney <cagney@redhat.com>
8562
8563 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8564 unused function.
8565
8566 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8567
8568 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8569 (arm_get_next_pc): Handle BX and BLX.
8570
8571 2004-03-07 Andrew Cagney <cagney@redhat.com>
8572
8573 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8574 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8575 HPPA_SP_REGNUM.
8576 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8577 (hppa_target_read_fp): Delete.
8578 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8579 register_virtual_size, max_register_raw_size,
8580 max_register_virtual_size, register_byte, register_size,
8581 target_read_fp, fp_regnum, and register_bytes. Set register_type
8582 instead of register_virtual_type.
8583 (hppa32_register_type, hppa64_register_type): Replace
8584 hppa32_register_virtual_type and hppa64_register_virtual_type.
8585 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8586 (HPPA_FP_REGNUM): Define.
8587
8588 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8589
8590 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8591 (pa_do_registers_info): Delete.
8592 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8593 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8594 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8595
8596 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8597 GDB_TARGET_IS_HPPA code.
8598 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8599 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8600 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8601 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8602 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8603 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8604 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8605 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8606 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8607 (hppa_frameless_function_invocation, hppa64_store_return_value)
8608 (hppa_store_struct_return, hppa64_extract_return_value)
8609 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8610 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8611 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8612 (find_proc_framesize, deposit_21, restore_pc_queue)
8613 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8614 (rp_saved, pc_in_linker_stub): Delete.
8615
8616 Unconditionally enable 64-bit frame and ABI code.
8617 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8618 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8619 push_dummy_frame, fix_call_dummy, push_arguments,
8620 call_dummy_location, extract_return_value, use_struct_convention,
8621 store_return_value, store_struct_return, saved_pc_after_call,
8622 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8623 frame_chain, frame_chain_valid, frameless_function_invocation,
8624 frame_saved_pc, and pop_frame.
8625
8626 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8627 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8628 (hppa_gdbarch_init): Do not set PC_REGNUM.
8629
8630 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8631
8632 * config/alpha/tm-fbsd.h: Remove file.
8633 * config/alpha/fbsd.mt: Tweak comment.
8634 (TM_FILE): Set to tm-alpha.h.
8635
8636 2004-03-05 Andrew Cagney <cagney@redhat.com>
8637
8638 * infrun.c (step_over_function): When non-legacy code, and no
8639 step_frame_id, use the unwinder to get the caller's frame ID.
8640
8641 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8642
8643 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8644 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8645 bfd_arch_unknown. Adjust comment.
8646
8647 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8648 * i386obsd-tdep.c: Correct spelling in comment.
8649 * i386nbsd-tdep.c: Correct spelling in comment.
8650 * sparc-tdep.c: Correct spelling in comments.
8651
8652 2004-03-05 David Carlton <carlton@kealia.com>
8653
8654 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8655 bug.
8656
8657 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8658
8659 * sparc-tdep.c: Fix typo in comment.
8660
8661 2004-03-04 J. Brobecker <brobecker@gnat.com>
8662
8663 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8664
8665 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8666
8667 * dwarf2read.c: Add comment describing memory lifetimes.
8668 (struct dwarf2_pinfo): Update comment.
8669 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8670 (read_enumeration, new_symbol): Don't use obsavestring.
8671
8672 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8673
8674 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8675 instead of amd64_fill_fxsave.
8676 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8677 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8678
8679 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8680 Reorganize code a bit.
8681
8682 2004-03-04 Orjan Friberg <orjanf@axis.com>
8683
8684 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8685 when the frame pointer is pushed. Don't set the frame pointer's
8686 address on the stack unless it's actually located there.
8687 Set the SRP's address on the stack correctly when the PC is still in
8688 the prologue.
8689 (cris_return_value): New function.
8690 (cris_gdbarch_init): Clear deprecated store_return_value,
8691 extract_return_value.
8692
8693 2004-03-02 Jim Blandy <jimb@redhat.com>
8694
8695 * stabsread.c (reg_value_complaint): The maximum register number
8696 is one less than the number of registers.
8697
8698 2004-03-02 Andrew Cagney <cagney@redhat.com>
8699
8700 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8701 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8702 trailing comma and redundant assignment of I386_ST0_REGNUM.
8703 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8704 32-bit segment registers.
8705
8706 2004-03-01 Andrew Cagney <cagney@redhat.com>
8707
8708 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8709 use frame_relative_level and get_next_frame.
8710
8711 2004-02-29 Andrew Cagney <cagney@redhat.com>
8712
8713 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8714 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8715 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8716 Delete macro.
8717
8718 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8719
8720 * inflow.c (terminal_inferior): Don't give up the terminal if we
8721 previously couldn't get the inferior's terminal state.
8722
8723 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8724
8725 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8726 PC_REGNUM.
8727
8728 2004-02-28 Andrew Cagney <cagney@redhat.com>
8729
8730 * NEWS: Refer to GDB 6.1.
8731 * README: Refer to GDB 6.1.
8732 * PROBLEMS: Refer to GDB 6.1.
8733
8734 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8735
8736 * thread-db.c (disable_thread_signals): Remove unused function.
8737
8738 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8739
8740 * amd64-nat.c: Include "gdb_string.h".
8741 (amd64_collect_native_gregset): Zero-extend the 32-bit
8742 general-purpose registers and %eip.
8743
8744 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8745 * amd64-tdep.c (amd64_collect_fxsave): New function.
8746 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8747
8748 * i387-tdep.h: Update copyright year.
8749 (i387_collect_fxsave): New prototype.
8750 * i387-tdep.c: Update copyright year.
8751 (i387_collect_fxsave): New function containing most of the code
8752 from i387_fill_fxsave.
8753 (i387_fill_fxsave): Call i387_collect_fxsave.
8754
8755 2004-02-28 Andrew Cagney <cagney@redhat.com>
8756
8757 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8758 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8759
8760 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8761
8762 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8763
8764 2004-02-28 Andrew Cagney <cagney@redhat.com>
8765
8766 * utils.c: Use "", instead of <>, to include readline.
8767 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8768 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8769 * source.c, solib.c, exec.c, event-top.c: Ditto.
8770 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8771 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8772 * Makefile.in: Update all dependencies.
8773 (readline_tilde_h, readline_history_h): Define.
8774 (readline_headers): Delete.
8775
8776 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8777
8778 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8779 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8780 "config/i386/tm-lx64.h".
8781
8782 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8783 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8784 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8785
8786 2004-02-28 Andrew Cagney <cagney@redhat.com>
8787
8788 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8789
8790 * breakpoint.c (_initialize_breakpoint): Use
8791 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8792 Add help to show command.
8793
8794 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8795
8796 * i386-nat.c: Reformat to be closer to coding standards.
8797 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8798 `retval'. Make variables `align' and `size' local to while-loop.
8799 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8800 (_initialize_i386_nat): New prototype.
8801
8802 * tui/tui.c: Include <readline/readline.h> instead of
8803 "readline/readline.h". Include it after <term.h> and
8804 "gdb_curses.h".
8805
8806 2004-02-27 Andrew Cagney <cagney@redhat.com>
8807
8808 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8809 the new frame unwind code.
8810 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8811 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8812 PCOQ_HEAD_REGNUM.
8813
8814 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8815 "return_value" and "push_dummy_call".
8816 (hppa32_use_struct_convention): Delete unused function.
8817 (hppa32_store_return_value): Delete unused function.
8818 (hppa32_extract_return_value): Delete unused function.
8819 (hppa32_stack_align): Delete function.
8820
8821 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8822
8823 * coffread.c (enter_linenos): Don't let rawptr reference memory
8824 outside linetab[]'s limits.
8825
8826 2004-02-27 Andrew Cagney <cagney@redhat.com>
8827
8828 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8829 inferior stack space - the stack needs to grow upwards.
8830 (hppa32_frame_align): New function.
8831 (hppa64_frame_align): Replace hppa_frame_align.
8832 (hppa_gdbarch_init): Update.
8833
8834 2004-02-26 Orjan Friberg <orjanf@axis.com>
8835
8836 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8837 (dwarf2-frame.h): Include.
8838 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8839 Remove static variables related to ABI setting.
8840 (struct gdbarch_tdep): Remove cris_abi member.
8841 (struct frame_extra_info): Remove.
8842 (cris_unwind_cache, stack_item): New structs.
8843 (cris_frame_unwind, cris_frame_base): New variables.
8844 (push_stack_item, pop_stack_item)
8845 (cris_frame_unwind_cache, cris_frame_this_id)
8846 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8847 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8848 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8849 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8850 (cris_reg_struct_has_addr): New functions.
8851 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8852 (cris_frame_saved_pc, cris_saved_pc_after_call,
8853 (cris_store_struct_return, cris_frameless_function_invocation)
8854 (cris_pop_frame, cris_skip_prologue_main)
8855 (cris_abi_original_store_return_value)
8856 (cris_abi_v2_store_return_value)
8857 (cris_abi_original_extract_return_value)
8858 (cris_abi_v2_extract_return_value)
8859 (cris_abi_original_reg_struct_has_addr)
8860 (cris_abi_v2_reg_struct_has_addr)
8861 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8862 (cris_push_return_address, cris_abi_update): Remove.
8863 (_initialize_cris_tdep): Remove ABI command.
8864 (cris_dump_tdep): Ditto.
8865 (cris_gdbarch_init): Remove ABI command.
8866 Set store_return_value, extract_return_value, push_dummy_code,
8867 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8868 frame_unwind_append_sniffer, frame_base_set_default.
8869 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8870 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8871 sizeof_call_dummy_words, get_saved_register, push_return_address,
8872 pop_frame, store_struct_return, frame_init_saved_regs,
8873 init_extra_frame_info, frameless_function_invocation, frame_chain,
8874 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8875 dummy_write_sp.
8876
8877 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8878
8879 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8880 * valprint.c (print_hex_chars): Change from static to external.
8881 (print_char_chars): New function.
8882 * printcmd.c (print_scalar_formatted): For integer and enum types
8883 that are longer than LONGEST, perform processing via appropriate
8884 print_*_chars routines.
8885
8886 2004-02-26 Andrew Cagney <cagney@redhat.com>
8887
8888 * Makefile.in: Update dependencies.
8889 Changes from Ulrich Weigand,
8890 * s390-tdep.c: Include "dwarf2-frame.h".
8891 (s390_dwarf2_frame_init_reg): New function.
8892 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8893 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8894
8895 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8896
8897 * breakpoint.c (pending_break_support): New setting variable.
8898 (break_command_1): Account for pending_break_support setting
8899 when creating pending breakpoints.
8900 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8901 (_initialize_breakpoint): Add "set breakpoint pending" and
8902 "show breakpoint pending" commands.
8903
8904 2004-02-26 Andrew Cagney <cagney@redhat.com>
8905
8906 Fix PR i18n/1570.
8907 * charset.c (backslashable, backslashed, represented): Remove 'e'
8908 from list of escaped characters, not part of ISO-C.
8909
8910 2004-02-25 J. Brobecker <brobecker@gnat.com>
8911
8912 From Peter Schauer <schauer@pdf.de>:
8913 * tui/tui.c: Move system header includes after local includes.
8914 Fixes a build failure on solaris systems.
8915
8916 2004-02-25 J. Brobecker <brobecker@gnat.com>
8917
8918 * configure.in: Refine the previous change.
8919 * configure: Regenerate.
8920
8921 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8922
8923 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8924 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8925 "amd64-tdep.h" instead of "x86-64-tdep.h".
8926 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8927 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8928 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8929 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8930 and "x86-64-tdep.c".
8931 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8932 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8933 and "x86-64-tdep.c".
8934 * amd64bsd-nat.c: Update copyright year.
8935 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8936 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8937 "x86-64-tdep.h".
8938 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8939 "x86-64-tdep.h".
8940 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8941 "x86-64-tdep.h".
8942 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8943 "x86-64-tdep.h".
8944 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8945 "x86-64-tdep.h".
8946 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8947 "x86-64-tdep.h".
8948 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8949 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8950 * Makefile.in (amd64_linux_tdep_h): Renamed from
8951 x86_64_linux_tdep_h.
8952 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8953 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8954 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8955 (amd64obsd-tdep.o): Update dependencies.
8956 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8957 dependencies.
8958 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8959 dependencies.
8960 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8961 amd64-linux-nat.c amd64-linux-tdep.c.
8962 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8963 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8964 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8965 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8966 amd64-tdep.o and amd64-linux-tdep.o.
8967 (TM_FILE): Set to tm-linux64.h.
8968 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8969 (NAT_FILE): Set to nm-linux64.h.
8970 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8971 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8972 amd64-tdep.o.
8973 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8974 amd64-tdep.o.
8975 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8976 amd64-tdep.o.
8977
8978 2004-02-25 Roland McGrath <roland@redhat.com>
8979
8980 * remote.c (remote_protocol_qPart_auxv): New variable.
8981 (init_all_packet_configs): Initialize it.
8982 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8983 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8984 (show_remote_cmd): Call it.
8985 (_initialize_remote): Initialize commands.
8986 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8987 service TARGET_OBJECT_AUXV requests.
8988
8989 2004-02-25 J. Brobecker <brobecker@gnat.com>
8990
8991 * configure.in: Make sure that the wborder function is available.
8992 Otherwise, search for it in the cur_colr library.
8993 * configure: Regenerate.
8994
8995 2004-02-25 Andrew Cagney <cagney@redhat.com>
8996
8997 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8998
8999 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9000
9001 * config/i386/tm-x86-64linux.h: Tweak comments.
9002
9003 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
9004
9005 * MAINTAINERS: Add self to write-after-approval list.
9006
9007 2004-02-25 Andrew Cagney <cagney@redhat.com>
9008
9009 PR cli/1566. Problem found, and fix suggested by David Allan.
9010 * cli/cli-script.c (execute_control_command): Unconditionally
9011 install a cleanup. Default "ret" to "invalid_control". Use
9012 "break" instead of "return" to escape from the switch.
9013
9014 2004-02-24 J. Brobecker <brobecker@gnat.com>
9015
9016 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9017 with the lines macro defined in term.h on AiX.
9018 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9019 a collision with the label_width macro defined in term.h on AiX.
9020
9021 2004-02-23 David Mosberger <davidm@hpl.hp.com>
9022
9023 Committed by Kevin Buettner <kevinb@redhat.com>.
9024
9025 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9026 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9027 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9028 instead of ia64_write_pc().
9029 * ia64-linux-tdep.c (regcache.h): Include.
9030 (ia64_linux_write_pc): New function.
9031
9032 2004-02-23 Roland McGrath <roland@redhat.com>
9033
9034 * auxv.c (info_auxv_command): Fix typos in error messages.
9035
9036 2004-02-23 Mark Kettenis <kettenis@gnu.org>
9037
9038 * x86-64-tdep.h: Tweak comment.
9039 (enum amd64_regnum): New.
9040 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9041 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9042 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9043 (X86_64_XMM1_REGNUM): Removed.
9044 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9045 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9046 prototypes for renamed functions.
9047 * x86-64-tdep.c: Fix typo.
9048 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9049 register numbers.
9050 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9051 Use constants from `enum amd64_regnum' for register numbers.
9052 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9053 (amd64_analyze_prologue, amd64_frame_cache,
9054 amd64_sigtramp_frame_cache): Use constants from `enum
9055 amd64_regnum' for register numbers.
9056 (amd64_supply_fpregset): Adjust for renamed functions.
9057 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9058 `enum amd64_regnum' for register numbers.
9059 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9060 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9061 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9062 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9063 (amd64_linux_fill_gregset): Adjust for renamed macros.
9064 (fetch_core_registers): Adjust for renamed functions.
9065 (amd64_linux_init_abi): Adjust for renamed functions.
9066 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9067 renamed functions.
9068 * amd64-nat.c: Adjust for renamed macros.
9069 * amd64bsd-nat.c (fetch_inferior_registers)
9070 (store_inferior_registers): Use constants from `enum amd64_regnum'
9071 for register numbers. Adjust for renamed variables.
9072 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9073 renamed variables.
9074 (_initialize_amd64fbsd_nat): Use constants from `enum
9075 amd64_regnum' for register numbers.
9076 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9077 `enum amd64_regnum' for register numbers.
9078 (amd64fbsd_init_abi): Adjust for renamed functions.
9079 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9080 `enum amd64_regnum' for register numbers.
9081 (amd64nbsd_init_abi): Adjust for renamed functions.
9082 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9083 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9084 `enum amd64_regnum' for register numbers.
9085 (amd64obsd_init_abi): Adjust for renamed functions.
9086 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9087
9088 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9089
9090 * breakpoint.c (print_one_breakpoint): Do not output spaces
9091 after printing <PENDING> for a pending breakpoint.
9092
9093 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9094
9095 * printcmd.c (print_scalar_formatted): Initialize val_long
9096 to remove compiler warning message.
9097
9098 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9099
9100 * defs.h (nquery, yquery): New prototypes.
9101 * breakpoint.c (break_command_1): Use new nquery interface.
9102 * utils.c (defaulted_query, nquery, yquery): New functions.
9103
9104 2004-02-23 Andrew Cagney <cagney@redhat.com>
9105
9106 * hppa-tdep.c (hppa_frame_align): New function.
9107 (hppa32_push_dummy_call): New function.
9108 (hppa64_push_dummy_call): New function.
9109 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9110 disabled.
9111
9112 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9113 FIX_CALL_DUMMY when push_dummy_call is available.
9114 (call_function_by_hand, push_dummy_code): Ditto.
9115
9116 2004-02-22 Andrew Cagney <cagney@redhat.com>
9117
9118 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9119 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9120 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9121 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9122 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9123 call_dummy_location to ON_STACK.
9124
9125 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9126
9127 * x86-64-linux-tdep.c: Tweak comment.
9128 (amd64_linux_supply_gregset): Renamed from
9129 x86_64_linux_supply_gresget.
9130 (amd64_linux_fill_gregset): Renamed from
9131 x86_64_linux_fill_gregset.
9132 (fetch_core_registers): Adjust for renamed functions.
9133 (amd64_core_fns): Renamed from x86_64_core_fns.
9134 (amd64_linux_sigtramp_start): Renamed from
9135 x86_64_linux_sigtramp_start.
9136 (amd64_linux_pc_in_sigtramp): Renamed from
9137 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9138 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9139 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9140 (amd64_linux_sigcontext_addr): Renamed from
9141 x86_64_linux_sigcontext_addr.
9142 (amd64_linux_sc_reg_offset): Renamed from
9143 x86_64_linux_sc_reg_offset.
9144 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9145 Adjust for renamed functions and variables.
9146 (_initialize_amd64_linux_tdep): Renamed from
9147 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9148 variables.
9149 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9150 Adjust for renamed functions.
9151
9152 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9153 from x86_64_linux_gregset64_reg_offset.
9154 (amd64_linux_gregset32_reg_offset): Rename from
9155 x86_64_linux_gregset64_reg_offset.
9156 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9157 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9158 (amd64_linux_dr_set_control): Renamed from
9159 x86_64_linux_dr_set_control. Adjust for renamed functions.
9160 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9161 Adjust for renamed functions.
9162 (amd64_linux_dr_reset_addr): Renamed from
9163 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9164 (amd64_linux_dr_get_status): Renamed from
9165 x86_64_linux_dr_get_status. Adjust for renamed functions.
9166 (_initialize_amd64_linux_nat): Renamed from
9167 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9168 functions.
9169 * config/i386/nm-x86-64linux.h: Update copyright year.
9170 Adjust for renamed functions.
9171
9172 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9173 amd64fbsd_sigtramp_start.
9174 (amd64fbsd_sigtramp_end_addr): Renamed from
9175 amd64fbsd_sigtramp_end.
9176 (amd64fbsd_init_abi): Adjust for renamed variables.
9177 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9178 variables.
9179 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9180 amd64fbsd_sigtramp_start.
9181 (amd64fbsd_sigtramp_end_addr): Renamed from
9182 amd64fbsd_sigtramp_end.
9183
9184 2004-02-22 Andrew Cagney <cagney@redhat.com>
9185
9186 * hppa-tdep.c (hppa32_return_value): New function.
9187 (hppa64_return_value): New function.
9188 (hppa_gdbarch_init): Set return_value; keep disabled.
9189
9190 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9191 struct-return and inferior function call methods.
9192
9193 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9194 "frame-base.h".
9195 (struct hppa_frame_cache): Define.
9196 (hppa_frame_cache, hppa_frame_this_id): New functions.
9197 (hppa_frame_prev_register): New function.
9198 (hppa_frame_unwind, hppa_frame_base): New variables.
9199 (hppa_frame_unwind_sniffer): New function.
9200 (hppa_frame_base_address, hppa_unwind_pc): New function.
9201 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9202 sniffer, and frame base sniffer; keep disabled.
9203 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9204 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9205
9206 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9207 to predicates for "seriously old code".
9208
9209 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9210 runtime if(0).
9211
9212 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9213 unsigned.
9214 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9215
9216 * config/pa/tm-hppa.h: Update copyright.
9217 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9218 (deprecated_init_frame_pc_default): Delete declaration.
9219 (hppa_frame_init_saved_regs): Delete declaration.
9220 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9221 * hppa-tdep.c: Include "arch-utils.h".
9222 (hppa_gdbarch_init): Set deprecated init_frame_pc
9223 and deprecated frame_init_saved_regs.
9224 (hppa_frame_init_saved_regs): Make static.
9225
9226 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9227
9228 Remove old 386BSD support.
9229 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9230 * configure.host: Remove i[34567]86-*-bsd*.
9231 * configure.tgt: Remove i[34567]86-*-bsd*.
9232 * i386b-nat.c: Removed.
9233 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9234 (i386b-nat.o): Remove dependencies.
9235
9236 * config/i386/i386bsd.mh: Removed.
9237 * config/i386/i386bsd.mt: Removed.
9238 * config/i386/nm-i386bsd.h: Removed.
9239 * config/i386/tm-i386bsd.h: Removed.
9240 * config/i386/xm-i386bsd.h: Removed.
9241
9242 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9243
9244 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9245 (amd64fbsd_init_abi): Set link map offsets.
9246 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9247 (amd64nbsd_init_abi): Set link map offsets.
9248 * amd64obsd-tdep.c: Include "solib-svr4.h".
9249 (amd64obsd_init_abi): Set link map offsets.
9250 * i386fbsd-tdep.c: Include "solib-svr4.h".
9251 (i386fbsd_init_abi): Set link map offsets.
9252 * i386nbsd-tdep.c: Include "solib-svr4.h".
9253 (i386nbsdelf_init_abi): Set link map offsets.
9254 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9255 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9256 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9257 solib-legacy.o and core-aout.o. Reformat.
9258 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9259 solib-svr4.o, solib-legacy.o. Reformat.
9260 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9261 * config/i386/nbsdelf.mh: Reformat.
9262 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9263 solib-svr4.o, solib-legacy.o and corelow.o.
9264 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9265 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9266 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9267 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9268 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9269 (TM_FILE): Set to tm-fbsd.h.
9270 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9271 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9272 solib-svr4.o.
9273 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9274 solib-svr4.o.
9275 (TM_FILE): Set to nm-nbsd.h.
9276 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9277 Simplify shared library support. Don't include "elf/common.h".
9278 (SVR4_SHARED_LIBS): Don't define.
9279 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9280 "solib.h".
9281 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9282 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9283 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9284 Don't include "i386/tm-i386.h". Include "solib.h".
9285 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9286 Don't include "i386/tm-i386.h".
9287 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9288 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9289 Include "i386/xm-i386.h".
9290 (HOST_LONG_DOUBLE_FORMAT): Remove.
9291
9292 Fix OpenBSD/i386 sigtramp recognition.
9293 * i386-tdep.h: Update copyright year.
9294 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9295 (i386bsd_sigtramp_end): New prototypes.
9296 (i386fbsd_sigtramp_start_addr): Renamed from
9297 i386fbsd_sigtramp_start.
9298 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9299 (i386obsd_sigtramp_start_addr): Renamed from
9300 i386obsd_sigtramp_start.
9301 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9302 * i386bsd-tdep.c: Update copyright year.
9303 (i386bsd_pc_in_sigtramp): Make public.
9304 * i386fbsd-nat.c: Update copyright year.
9305 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9306 * i386fbsd-tdep.c: Update copyright year.
9307 (i386fbsd_sigtramp_start_addr): Renamed from
9308 i386fbsd_sigtramp_start.
9309 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9310 (i386fbsdaout_init_abi): Adjust for renamed variables.
9311 * i386obsd-nat.c: Update copyright year.
9312 (_initialize_i386obsd_nat): Adjust for renamed variables.
9313 * i386obsd-tdep.c: Include "target.h".
9314 (i386obsd_page_size): New variable.
9315 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9316 (i386obsd_sigtramp_end): New functions.
9317 (i386obsd_sigtramp_start_addr): Renamed from
9318 i386obsd_sigtramp_start.
9319 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9320 (i386obsd_init_abi): Adjust for renamed variables. Set
9321 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9322 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9323
9324 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9325 trampoline change in OpenBSD kernel.
9326
9327 * amd64-nat.c: Update copyright year.
9328 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9329 architecture from REGCACHE.
9330
9331 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9332 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9333
9334 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9335
9336 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9337 i[34567]86-*-openbsd3.[0-3].
9338 * config/i386/obsdaout.mh: New file.
9339
9340 * config/i386/obsd.mh (MH_FLAGS): Remove.
9341
9342 Fix PR build/1549.
9343 * i386obsd-tdep.c: Update copyright years. Include
9344 "solib-svr4.h".
9345 (i386obsd_init_abi): Don't set regset_from_core_section here.
9346 (i386obsd_aout_init_abi): New function. Set
9347 regset_from_core_section here.
9348 (i386obsd_elf_init_abi): New function.
9349 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9350 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9351 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9352 (TM_FILE): Set to tm-nbsd.h.
9353
9354 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9355 solib-sunos.o.
9356
9357 * solib-svr4.h: Update copyright year.
9358 (svr4_ilp32_fetch_link_map_offsets)
9359 (svr4_lp64_fetch_link_map_offsets): New prototype.
9360 * solib-svr4.c: Update copyright year.
9361 (svr4_ilp32_fetch_link_map_offsets)
9362 (svr4_lp64_fetch_link_map_offsets): New function.
9363
9364 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9365
9366 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9367 to the partial symbol table.
9368
9369 2004-02-20 J. brobecker <brobecker@gnat.com>
9370
9371 * PROBLEMS: Add description of problem documented under gdb/1560.
9372
9373 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9374
9375 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9376 comments.
9377 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9378 functions.
9379 (amd64obsd_init_abi): Reorder initializations. Use
9380 amd64obsd_r_reg_offset to initialize the general-purpose register
9381 set details. Set regset_from_core_section.
9382 (_initialize_amd64obsd_tdep): Rename from
9383 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9384 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9385 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9386
9387 * NEWS (New native configurations): Mention OpenBSD/alpha.
9388 * configure.tgt: Add alpha*-*-openbsd*.
9389 * configure.host: Add alpha*-*-openbsd*.
9390 * alphanbsd-tdep.c: Update copyright year.
9391 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9392
9393 2004-02-20 Andrew Cagney <cagney@redhat.com>
9394
9395 Fix PR tdep/1372.
9396 * configure.tgt: Delete target "none-*-*".
9397 * configure.host: Delete host "none-*-*".
9398 * config/none/none.mh: Delete file.
9399 * config/none/none.mt: Delete file.
9400 * config/none/xm-none.h: Delete file.
9401 * config/none/tm-none.h: Delete file.
9402 * config/none/nm-none.h: Delete file.
9403
9404 2004-02-19 Fred Fish <fnf@redhat.com>
9405
9406 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9407 cache->uses_fp prior to setting it.
9408
9409 2004-02-19 Fred Fish <fnf@redhat.com>
9410
9411 Fix for PR breakpoint/1558.
9412 * sh-tdep.c (IS_JSR): New macro.
9413 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9414
9415 2004-02-19 Jim Blandy <jimb@redhat.com>
9416
9417 * findvar.c (value_from_register): Doc fix.
9418
9419 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9420
9421 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9422 type being greater than sizeof of host's LONGEST. Always use
9423 unpack_long() unless format 'f' chosen.
9424
9425 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9426
9427 Committed by Elena Zannoni <ezannoni@redhat.com>
9428
9429 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9430 contains a symbol wich is the best, non-exact match for the given
9431 pc. Update comments.
9432
9433 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9434
9435 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9436 macro, which was part of the now removed Mach 3 port.
9437 * utils.c (request_quit): Ditto.
9438
9439 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9440
9441 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9442 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9443
9444 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9445
9446 Committed by Mark Kettenis <kettenis@gnu.org>.
9447
9448 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9449 Define.
9450
9451 2004-02-18 Andrew Cagney <cagney@redhat.com>
9452
9453 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9454 CONFIG_INSTALL and CONFIG_UNINSTALL.
9455 * configure: Re-generate.
9456 * interps.h (INTERP_TUI): Define.
9457 * Makefile.in: Update dependencies.
9458 (TUI): New macro.
9459 (tui-main.o): Specify dependencies.
9460 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9461 * tui/tui-main.c: New file.
9462
9463 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9464
9465 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9466 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9467 dependencies.
9468 * configure.host: Add x86_64-*-openbsd*.
9469 * configure.tgt: Add x86_64-*-openbsd*.
9470 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9471
9472 * tui/tui.c: Don't include <malloc.h>.
9473
9474 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9475 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9476 amd64nbsd-tdep.c.
9477
9478 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9479 static. Remove extraneous whitespace.
9480 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9481 static.
9482
9483 2004-02-17 Jim Blandy <jimb@redhat.com>
9484
9485 * findvar.c (value_from_register): Doc fix.
9486
9487 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9488
9489 Committed by Jim Blandy <jimb@redhat.com>.
9490
9491 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9492 CORE_ADDR as type for selectors. Correct types for GNU run time
9493 message lookup function to use double indirection.
9494 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9495 * objc-lang.h (lookup_child_selector): Adapt prototype.
9496
9497 * s390-nat.c (SUBOFF): New macro.
9498 (supply_gregset, fill_gregset): Use it to handle debugging
9499 of 32-bit exectuables running under a 64-bit kernel.
9500 * s390-tdep.c: Include "solib-svr4.h".
9501 (s390_svr4_fetch_link_map_offset): New function.
9502 (s390x_svr_fetch_link_map_offset): Likewise.
9503 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9504 * Makefile.in (s390-tdep.o): Update dependencies.
9505
9506 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9507 "frame-unwind.h".
9508 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9509 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9510 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9511 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9512 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9513 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9514 S390_SIGNAL_FRAMESIZE,
9515 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9516 (struct frame_extra_info): Remove.
9517 (s390_memset_extra_info): Remove.
9518 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9519 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9520 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9521 (is_rse): Renamed to ...
9522 (is_rsy): ... this. Support long displacements.
9523 (is_rxe): Renamed to ...
9524 (is_rxy): ... this. Support long displacements.
9525 (compute_x_addr): Support long displacements.
9526 (struct s390_prologue_data): New data type.
9527 (s390_on_stack): Change API to use struct s390_prologue_data.
9528 (s390_store): Reimplement.
9529 (s390_load): New function.
9530 (s390_get_signal_frame_info): Remove.
9531 (s390_get_frame_info): Remove, replace by ...
9532 (s390_analyze_prolog): ... this new function.
9533 (s390_check_function_end): Remove.
9534 (s390_function_start): Remove.
9535 (s390_frameless_function_invokation): Remove.
9536 (s390_is_sigreturn): Remove.
9537 (s390_init_frame_pc_first): Remove.
9538 (s390_init_frame_extra_info): Remove.
9539 (s390_frame_init_saved_regs): Remove.
9540 (s390_frame_saved_pc_nofix): Remove.
9541 (s390_frame_saved_pc): Remove.
9542 (s390_frame_chain): Remove.
9543 (s390_fp_regnum, s390_read_fp): Remove.
9544 (s390_pop_frame_regular, s390_pop_frame): Remove.
9545 (s390_saved_pc_after_call): Remove.
9546 (s390_skip_prologue): Reimplement.
9547 (s390_in_function_epilogue_p): Support long displacements.
9548 (struct s390_unwind_cache): New data structure.
9549 (s390_frame_unwind_cache): New function.
9550 (s390_prologue_frame_unwind_cache): Likewise.
9551 (s390_backchain_frame_unwind_cache): Likewise.
9552 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9553 (s390_frame_unwind): Define.
9554 (s390_frame_sniffer): New function.
9555 (struct s390_pltstub_unwind_cache): New data structure.
9556 (s390_pltstub_frame_unwind_cache): New function.
9557 (s390_pltstub_frame_this_id): Likewise.
9558 (s390_pltstub_frame_prev_register): Likewise.
9559 (s390_pltstub_frame_unwind): Define.
9560 (s390_pltstub_frame_sniffer): New function.
9561 (struct s390_sigtramp_unwind_cache): New data structure.
9562 (s390_sigtramp_frame_unwind_cache): New function.
9563 (s390_sigtramp_frame_this_id): Likewise.
9564 (s390_sigtramp_frame_prev_register): Likewise.
9565 (s390_sigtramp_frame_unwind): Define.
9566 (s390_sigtramp_frame_sniffer): New function.
9567 (s390_frame_base_address, s390_local_base_address): New functions.
9568 (s390_frame_base): Define.
9569 (s390_unwind_pc, s390_unwind_sp): New function.
9570 (s390_push_dummy_call): Use new frame base location.
9571 (s390_unwind_dummy_id): Likewise.
9572 (s390_gdbarch_init): Remove calls to:
9573 set_gdbarch_frameless_function_invocation,
9574 set_gdbarch_deprecated_init_frame_pc,
9575 set_gdbarch_deprecated_frame_chain,
9576 set_gdbarch_deprecated_frame_init_saved_regs,
9577 set_gdbarch_deprecated_pop_frame,
9578 set_gdbarch_deprecated_init_extra_frame_info,
9579 set_gdbarch_deprecated_init_frame_pc_first,
9580 set_gdbarch_deprecated_target_read_fp,
9581 set_gdbarch_deprecated_frame_saved_pc,
9582 set_gdbarch_deprecated_saved_pc_after_call,
9583 set_gdbarch_deprecated_fp_regnum.
9584 Add calls to:
9585 set_gdbarch_in_solib_call_trampoline,
9586 frame_unwind_append_sniffer,
9587 frame_base_set_default,
9588 set_gdbarch_unwind_pc,
9589 set_gdbarch_unwind_sp.
9590 * Makefile.in (s390-tdep.o): Update dependencies.
9591
9592 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9593 (S390_STACK_FRAME_OVERHEAD): Remove.
9594 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9595 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9596 (s390_promote_integer_argument): Remove.
9597 (s390_cannot_extract_struct_value_address): Remove.
9598 (s390_use_struct_convention, s390_store_struct_return): Remove.
9599 (s390_extract_return_value, s390_store_return_value): Remove.
9600 (s390_return_value_convention, s390_return_value): New functions.
9601 (is_float_singleton): Handle typedefs.
9602 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9603 Remove, replace by ...
9604 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9605 s390_function_arg_integer): ... these new functions.
9606 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9607 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9608 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9609 Fill in tdep->abi.
9610 Remove calls to:
9611 set_gdbarch_deprecated_store_struct_return,
9612 set_gdbarch_deprecated_extract_return_value,
9613 set_gdbarch_deprecated_store_return_value,
9614 set_gdbarch_use_struct_convention,
9615 set_gdbarch_extract_struct_value_address,
9616 set_gdbarch_deprecated_pc_in_call_dummy,
9617 set_gdbarch_deprecated_push_arguments,
9618 set_gdbarch_deprecated_save_dummy_frame_tos,
9619 set_gdbarch_deprecated_push_return_address,
9620 set_gdbarch_deprecated_sizeof_call_dummy_words,
9621 set_gdbarch_deprecated_call_dummy_words,
9622 set_gdbarch_deprecated_dummy_write_sp.
9623 Add calls to:
9624 set_gdbarch_push_dummy_call,
9625 set_gdbarch_unwind_dummy_id,
9626 set_gdbarch_return_value.
9627
9628 * config/s390/nm-linux.h: Update comments.
9629 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9630 (STOPPED_BY_WATCHPOINT): Redefine.
9631 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9632 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9633 (s390_stopped_by_watchpoint): Likewise.
9634 (watch_area_cnt): Remove.
9635 * s390-nat.c: Update comments.
9636 (watch_area): Remove typedef.
9637 Global replace watch_area by struct watch_area.
9638 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9639 (s390_stopped_by_watchpoint): Remove pid argument,
9640 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9641 (s390_fix_watch_points): Remove pid argument,
9642 use s390_inferior_tid. Recompute area spanned by watchpoints.
9643 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9644 argument. Reimplement.
9645
9646 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9647 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9648 (FETCH_INFERIOR_REGISTERS): Define.
9649 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9650 core-regset.o.
9651 * config/s390/s390x.mt: Remove.
9652 * config/s390/tm-s390.h: Remove.
9653 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9654 (TARGET_ELF64): Remove.
9655 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9656 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9657 s390*-*-* case; always set gdb_target to s390.
9658 * regformats/reg-s390.dat: Remove control registers.
9659 * regformats/reg-s390x.dat: Likewise.
9660 * s390-tdep.h: New file.
9661 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9662 Include "inferior.h" and "s390-tdep.h".
9663 Remove private definition of offsetof.
9664 (s390_register_u_addr): Remove.
9665 (regmap_gregset, regmap_fpregset): Define.
9666 (supply_gregset, fill_gregset): Reimplement.
9667 (supply_fpregset, fill_fpregset): Likewise.
9668 (s390_inferior_tid): New function.
9669 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9670 (fetch_inferior_registers, store_inferior_registers): Likewise.
9671 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9672 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9673 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9674 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9675 (struct gdbarch_tdep): Define.
9676 (struct s390_register_info): Define.
9677 (s390_register_info): New variable.
9678 (s390_register_name): Reimplement.
9679 (s390_register_type): New function.
9680 (s390_register_raw_size, s390x_register_raw_size): Remove.
9681 (s390_cannot_fetch_register): Remove.
9682 (s390_register_byte): Remove.
9683 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9684 (s390_dwarf_regmap): New variable.
9685 (s390_dwarf_reg_to_regnum): New function.
9686 (s390_stab_reg_to_regnum): Remove.
9687 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9688 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9689 (s390_convert_register_p): Likewise.
9690 (s390_register_to_value, s390_value_to_register): Likewise.
9691 (s390_register_reggroup_p): Likewise.
9692 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9693 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9694 (s390_supply_regset, s390_regset_from_core_section): New functions.
9695 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9696 (S390_FPR_SIZE): Likewise.
9697 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9698 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9699 (S390_NUM_GPRS): Move here from tm-s390.h.
9700 (S390_NUM_FPRS): Likewise.
9701 (s390_in_function_epilogue_p): New function.
9702 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9703 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9704 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9705 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9706 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9707 Remove calls to:
9708 set_gdbarch_deprecated_max_register_raw_size,
9709 set_gdbarch_deprecated_max_register_virtual_size,
9710 set_gdbarch_deprecated_register_byte,
9711 set_gdbarch_cannot_fetch_register,
9712 set_gdbarch_cannot_store_register,
9713 set_gdbarch_deprecated_register_size,
9714 set_gdbarch_deprecated_register_raw_size,
9715 set_gdbarch_deprecated_register_virtual_size,
9716 set_gdbarch_deprecated_register_virtual_type,
9717 set_gdbarch_deprecated_register_bytes.
9718 Add calls to:
9719 set_gdbarch_num_pseudo_regs,
9720 set_gdbarch_register_type,
9721 set_gdbarch_convert_register_p,
9722 set_gdbarch_register_to_value,
9723 set_gdbarch_value_to_register,
9724 set_gdbarch_register_reggroup_p,
9725 set_gdbarch_regset_from_core_section,
9726 set_gdbarch_pseudo_register_read,
9727 set_gdbarch_pseudo_register_write,
9728 set_gdbarch_in_function_epilogue_p.
9729 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9730 (s390_tdep_h): New variable.
9731
9732 2004-02-17 Jim Blandy <jimb@redhat.com>
9733
9734 * findvar.c (value_from_register): If the type has no length, just
9735 return an acceptable value --- don't report an internal error.
9736
9737 * stabsread.c (read_type): If we find any type numbers that are
9738 forward references, complain if the references aren't resolved by
9739 the time we're finished reading.
9740 (cleanup_undefined_types): Make error message more appropriate for
9741 a complaint.
9742
9743 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9744
9745 * Makefile.in (defs_h): Remove dependency on progress_h.
9746 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9747 progress.h.
9748 * main.c (captured_main): Delete use of START_PROGRESS and
9749 END_PROGRESS.
9750
9751 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9752
9753 * objfiles.c (terminate_minimal_symbol_table): Add back
9754 initialization of MSYMBOL_TYPE.
9755
9756 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9757
9758 Committed by Andrew Cagney.
9759 * Makefile.in (ia64_tdep_h): New macro.
9760 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9761 (ia64-tdep.o): Likewise.
9762 * ia64-tdep.h: New file.
9763 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9764 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9765 (ia64_aix_sigcontext_register_address): Likewise.
9766 (ia64_linux_getunwind_table): Delete declaration.
9767 * ia64-linux-tdep.c: Likewise.
9768
9769 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9770
9771 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9772 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9773 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9774
9775 2004-02-17 Andrew Cagney <cagney@redhat.com>
9776
9777 * symtab.c (skip_prologue_using_sal): New function.
9778 * symtab.h (skip_prologue_using_sal): Declare.
9779 * frv-tdep.c: Include "symtab.h".
9780 (skip_prologue_using_sal): Delete function.
9781 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9782 * rs6000-tdep.c (refine_prologue_limit): Mention
9783 skip_prologue_using_sal.
9784 * ia64-tdep.c (refine_prologue_limit): Ditto.
9785 * Makefile.in: Update dependencies.
9786
9787 2004-02-16 Andrew Cagney <cagney@redhat.com>
9788
9789 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9790 START_INFERIOR_TRAPS_EXPECTED.
9791 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9792 START_INFERIOR_TRAPS_EXPECTED.
9793 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9794 Delete macro.
9795 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9796 macro, moved to "nm-osf.h". Update copyright.
9797 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9798 update copyright.
9799
9800 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9801 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9802 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9803 frameless_look_for_prologue.
9804 * frame.h (legacy_frameless_look_for_prologue): Rename
9805 frameless_look_for_prologue.
9806 * gdbarch.h, gdbarch.c: Re-generate.
9807 * sh64-tdep.c (sh64_gdbarch_init): Update.
9808 * sh-tdep.c (sh_gdbarch_init): Update.
9809 * s390-tdep.c (s390_gdbarch_init): Update.
9810 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9811 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9812 * m68k-tdep.c (m68k_gdbarch_init): Update.
9813 (delta68_frame_args_address): Update.
9814 * m32r-tdep.c (m32r_gdbarch_init): Update.
9815 * hppa-tdep.c (hppa_gdbarch_init): Update.
9816 * h8300-tdep.c (h8300_gdbarch_init): Update.
9817 * frv-tdep.c (frv_gdbarch_init): Update.
9818 (frv_frameless_function_invocation): Update.
9819 * cris-tdep.c (cris_gdbarch_init): Update.
9820 (cris_frameless_function_invocation): Update.
9821 * avr-tdep.c (avr_gdbarch_init): Update.
9822 * arm-tdep.c (arm_gdbarch_init): Update.
9823 * stack.c (frame_info): Update, call predicate.
9824 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9825 * frame.c (legacy_get_prev_frame): Update, call predicate..
9826 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9827 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9828 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9829 invocation.
9830 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9831 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9832 * vax-tdep.c (vax_gdbarch_init): Ditto.
9833
9834 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9835 function.
9836
9837 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9838
9839 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9840 initializations.
9841
9842 2004-02-16 Andrew Cagney <cagney@redhat.com>
9843
9844 * tui/tui-windata.c: Include "gdb_string.h".
9845 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9846 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9847 * Makefile.in: Update dependencies.
9848
9849 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9850
9851 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9852 * infrun.c: Include "gdb_assert.h".
9853 (singlestep_ptid, saved_singlestep_ptid)
9854 (stepping_past_singlestep_breakpoint): New variables.
9855 (resume): Set singlestep_ptid. Check for singlestep thread
9856 hop.
9857 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9858 (handle_inferior_event): Handle singlestep thread hop.
9859
9860 2004-02-16 Andrew Cagney <cagney@redhat.com>
9861
9862 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9863 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9864 (dwarf2_frame_init_reg): Ditto.
9865
9866 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9867 suggested by Joshua Neuheisel
9868
9869 * configure.in: Always check for curses, including pdcurses.
9870 Warn, instead of error, when no curses are found. Enable TUI when
9871 curses is available.
9872 * configure: Re-generate.
9873
9874 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9875
9876 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9877 sh_sh4_register_convert_to_virtual.
9878 (sh_register_convert_to_raw): Rename from
9879 sh_sh4_register_convert_to_raw.
9880 (sh_pseudo_register_read): Accomodate above name change.
9881 (sh_pseudo_register_write): Ditto.
9882
9883 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9884
9885 * sh-tdep.c (sh_generic_register_name): Remove.
9886 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9887
9888 2004-02-15 Andrew Cagney <cagney@redhat.com>
9889
9890 * configure.in (build_warnings): Add -Wunused-function.
9891 * configure: Re-generate.
9892
9893 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9894 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9895
9896 * procfs.c (procfs_init_inferior): Assume that
9897 START_INFERIOR_TRAPS_EXPECTED is defined.
9898 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9899 * config/ns32k/tm-nbsd.h: Delete file,
9900 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9901
9902 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9903 * config/vax/tm-vax.h: Delete file.
9904
9905 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9906 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9907 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9908 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9909 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9910 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9911 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9912
9913 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9914
9915 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9916 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9917 (struct dwarf2_frame_ops): New.
9918 (dwarf2_frame_default_init_reg): New function, based on
9919 dwarf2_frame_init_reg.
9920 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9921 (dwarf2_frame_init_reg): Call architecture-specific function.
9922 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9923 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9924 instead of dwarf2_frame_data.
9925 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9926 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9927
9928 2004-02-15 Andrew Cagney <cagney@redhat.com>
9929
9930 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9931 register_gdbarch_swap.
9932 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9933 * f-lang.c (_initialize_f_language): Update, use
9934 DEPRECATED_REGISTER_GDBARCH_SWAP.
9935 * remote.c (_initialize_remote): Ditto.
9936 * regcache.c (_initialize_regcache): Ditto.
9937 * parse.c (_initialize_parse): Ditto.
9938 * infrun.c (_initialize_infrun): Ditto.
9939 * mi/mi-main.c (_initialize_mi_main): Ditto.
9940 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9941
9942 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9943 poking .cacheable directly.
9944 * symfile.c (symfile_bfd_open): Ditto.
9945
9946 * Makefile.in: Update all dependencies.
9947
9948 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9949 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9950 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9951 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9952 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9953
9954 2004-02-14 Andrew Cagney <cagney@redhat.com>
9955
9956 * arch-utils.c (legacy_convert_register_p): Check
9957 DEPRECATED_REGISTER_CONVERTIBLE_P.
9958 * findvar.c (value_of_register): Ditto.
9959
9960 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9961 * gdbarch.h, gdbarch.c: Re-generate.
9962 * arch-utils.c (deprecated_register_convertible_not): Delete.
9963 * arch-utils.h (deprecated_register_convertible_not): Delete.
9964 * mi/mi-main.c (get_register): Update. Update copyright.
9965 * infcmd.c (default_print_registers_info): Update.
9966
9967 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9968 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9969 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9970 * gdbarch.h, gdbarch.c: Re-generate.
9971 * frame.c (deprecated_get_next_frame_hack): Delete function.
9972 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9973 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9974 Update.
9975 * infcall.c (call_function_by_hand): Update.
9976
9977 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9978
9979 * symfile.c (init_entry_point_info, entry_point_address): Move
9980 from here...
9981 * objfiles.c (init_entry_point_info, entry_point_address):..to
9982 here.
9983 * symfile.h (init_entry_point_info, entry_point_address): Remove
9984 prototypes.
9985 * objfiles.h (init_entry_point_info, entry_point_address):Add
9986 prototypes.
9987 * cris-tdep.c: Remove include of symfile.h. Add include of
9988 objfiles.h.
9989 * infcall.c: Ditto.
9990 * mcore-tdep.c: Ditto.
9991 * mn10300-tdep.c: Ditto.
9992 * sh64-tdep.c: Ditto.
9993 * v850-tdep.c: Ditto.
9994 * arm-tdep.c: Remove include of symfile.h.
9995 * blockframe.c: Ditto.
9996 * coffread.c: Ditto.
9997 * dbxread.c: Ditto.
9998 * dwarf2read.c: Ditto.
9999 * dwarfread.c: Ditto.
10000 * frv-tdep.c: Ditto.
10001 * ia64-tdep.c: Ditto.
10002 * mdebugread.c: Ditto.
10003 * mipsread.c: Ditto.
10004 * rs6000-tdep.c: Ditto.
10005 * s390-tdep.c: Ditto.
10006 * sh-tdep.c: Ditto.
10007 * xstormy16-tdep.c: Ditto.
10008 * gdbarch.sh: Remove include of symfile.h.
10009 * gdbarch.c: Regenerate.
10010 * solib-irix.c (enable_break): Use entry_point_address().
10011 Add comment about include file.
10012 * xcoffread.c: Add comment about include file.
10013 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10014 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10015 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10016 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10017 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10018
10019 2004-02-13 Andrew Cagney <cagney@redhat.com>
10020
10021 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10022 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10023 copyright.
10024 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10025
10026 2004-02-12 Fred Fish <fnf@redhat.com>
10027
10028 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10029 set_gdbarch_store_return_value.
10030
10031 2004-02-12 Andrew Cagney <cagney@redhat.com>
10032
10033 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10034 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10035 (interrupt_query): Ditto.
10036 (ofunc): Delete unused variable.
10037 * cris-tdep.c (cris_abi): Delete unused function.
10038 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10039 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10040 (cris_get_asr_quick_shift_steps): Ditto.
10041 (cris_skip_prologue_frameless_p): Ditto.
10042 * arm-tdep.c (arm_push_return_address): Delete unused function.
10043 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10044 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10045 * s390-tdep.c (s390_function_start): Delete unused function.
10046
10047 2004-02-12 Andrew Cagney <cagney@redhat.com>
10048
10049 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10050 gdbarch.h, gdbarch.c: Re-generate.
10051 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10052 to generic_prologue_frameless_p.
10053 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10054 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10055
10056 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10057
10058 * mips-linux-tdep.c: Include "frame.h".
10059 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10060 (mips_linux_skip_resolver): New functions.
10061 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10062 and set_gdbarch_in_solib_call_trampoline.
10063 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10064 to after set_gdbarch_in_solib_return_trampoline. Only set the
10065 solib hooks to mips16 functions if the OS ABI is unknown.
10066 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10067 including "config/tm-linux.h".
10068 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10069 * Makefile.in (mips-linux-tdep.o): Update.
10070
10071 2004-02-11 David Carlton <carlton@kealia.com>
10072
10073 * linespec.c (decode_compound): Only look for a class symbol when
10074 considering all but the rightmost component.
10075
10076 2004-02-11 Andrew Cagney <cagney@redhat.com>
10077
10078 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10079 abi code are are separatly grouped.
10080
10081 2004-02-11 Andrew Cagney <cagney@redhat.com>
10082
10083 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10084 * gdbarch.h, gdbarch.c: Re-generate.
10085 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10086 * v850-tdep.c (v850_gdbarch_init): Update.
10087 * sh64-tdep.c (sh64_gdbarch_init): Update.
10088 * sh-tdep.c (sh_gdbarch_init): Update.
10089 * s390-tdep.c (s390_gdbarch_init): Update.
10090 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10091 * mips-tdep.c (mips_gdbarch_init): Update.
10092 * mcore-tdep.c (mcore_gdbarch_init): Update.
10093 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10094 * m32r-tdep.c (m32r_gdbarch_init): Update.
10095 * ia64-tdep.c (ia64_gdbarch_init): Update.
10096 * hppa-tdep.c (hppa_gdbarch_init): Update.
10097 * h8300-tdep.c (h8300_gdbarch_init): Update.
10098 * frv-tdep.c (frv_gdbarch_init): Update.
10099 * d10v-tdep.c (d10v_gdbarch_init): Update.
10100 * cris-tdep.c (cris_gdbarch_init): Update.
10101 * avr-tdep.c (avr_gdbarch_init): Update.
10102 * arm-tdep.c (arm_gdbarch_init): Update.
10103 * alpha-tdep.c (alpha_gdbarch_init): Update.
10104
10105 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10106
10107 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10108 comma.
10109 (sh_sh4al_dsp_register_name): Ditto.
10110
10111 2004-02-10 Andrew Cagney <cagney@redhat.com>
10112
10113 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10114 (mips_init_frame_pc_first): Delete function.
10115 (mips_frame_saved_pc): Delete function.
10116 (mips_frame_chain): Delete function.
10117 (mips_init_extra_frame_info): Delete function.
10118 (mips_xfer_register): Delete unused variable "reg".
10119 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10120 (mips_n32n64_return_value): Delete unused variable "reg".
10121 (mips_n32n64_return_value): Delete unused variable "pos".
10122 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10123 (mips_o32_return_value): Delete unused variable "pos".
10124 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10125 (mips_print_fp_register): Delete unused variable "namelen"
10126 (mips_print_fp_register): Delete unused variable "flt2"
10127 (get_frame_pointer): Delete function.
10128 (cached_proc_desc): Delete static variable.
10129 (mips_pop_frame): Delete function.
10130 (mips_find_saved_regs): Delete function.
10131 (mips_get_saved_register): Delete function.
10132 (mips_saved_pc_after_call): Delete function.
10133 (SIGFRAME_BASE): Delete macro.
10134 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10135 (SIGFRAME_PC_OFF): Delete macro.
10136 (SIGFRAME_REGSAVE_OFF): Delete macro.
10137 (mips_dump_tdep): Do not print deleted macro definitions.
10138
10139 2004-02-10 Andrew Cagney <cagney@redhat.com>
10140
10141 * Makefile.in (SFILES): Remove explictly listed tui files.
10142 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10143
10144 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10145
10146 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10147 to use paddr functions to format ia64 addresses and long values.
10148 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10149 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10150 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10151 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10152 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10153
10154 2004-02-10 Andrew Cagney <cagney@redhat.com>
10155
10156 * defs.h: Do not include "tui.h".
10157 * gdb_curses.h: New file.
10158 * tui/tui-hooks.h: New file.
10159 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10160 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10161 (tui_initialize_io): Delete declaration.
10162 (tui_initialize_readline: Delete redundant declaration.
10163 (struct tui_point): Delete definition.
10164 * tui/tui-data.h (struct tui_point): Define.
10165 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10166 * utils.c: Include "tui/tui.h".
10167 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10168 * printcmd.c [TUI]: Include "tui/tui.h".
10169 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10170 * tui/tui-command.c: Include "gdb_curses.h".
10171 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10172 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10173 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10174 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10175 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10176 * Makefile.in: Update all dependencies.
10177 (tui_hooks_h, gdb_curses_h): Define.
10178 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10179
10180 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10181
10182 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10183 auxf2. Add comments about some other rarely used fields.
10184
10185 2004-02-10 Andrew Cagney <cagney@redhat.com>
10186
10187 * Makefile.in (init.c): Fix script removing duplicates. Problem
10188 reported by Peter Schauer.
10189
10190 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10191
10192 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10193 obstack_specify_allocation.
10194 * objfiles.c (allocate_objfile): Ditto.
10195 * solib-sunos.c (solib_add_common_symbols)
10196 (allocate_rt_common_objfile): Ditto.
10197 * symfile.c (reread_symbols): Ditto.
10198 * gdb_obstack.h: Add comment.
10199
10200 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10201
10202 * linespec.c (decode_line_1, locate_first_half)
10203 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10204 commented out code.
10205
10206 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10207
10208 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10209 obstack_free.
10210
10211 2004-02-09 Andrew Cagney <cagney@redhat.com>
10212
10213 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10214 fails, try find_pc_section. Fix PR c++/1267.
10215 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10216 instead of find_pc_mapped_section.
10217 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10218 not default to the section containing PC. Fix PR symtab/1519.
10219
10220 2004-02-09 Andrew Cagney <cagney@redhat.com>
10221
10222 * Makefile.in (mips-tdep.o): Update dependencies.
10223 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10224 "trad-frame.h".
10225 (mips_unwind_pc): Return the pseudo PC register.
10226 (mips_unwind_dummy_id): New function.
10227 (mips16_fetch_instruction): New function.
10228 (mips32_fetch_instruction): New function.
10229 (struct mips_frame_cache): Define.
10230 (mips_mdebug_frame_cache): New function.
10231 (mips_mdebug_frame_this_id): New function.
10232 (mips_mdebug_frame_prev_register): New function.
10233 (mips_mdebug_frame_unwind): Define.
10234 (mips_mdebug_frame_sniffer): New function.
10235 (mips_mdebug_frame_base_address): New function.
10236 (mips_mdebug_frame_base): Define.
10237 (mips_mdebug_frame_base_sniffer): New function.
10238 (mips_gdbarch_init): Append unwind and base sniffers. Set
10239 unwind_dummy_id.
10240
10241 2004-02-08 Andrew Cagney <cagney@redhat.com>
10242
10243 * frame.c: Print both the register number and name.
10244
10245 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10246 and a sed into a single sed. Make .c and .o patterns more robust.
10247 (OBS): Delete.
10248 (INIT_FILES): Replace OBS with COMMON_OBS.
10249 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10250
10251 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10252
10253 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10254 the PT_WCOOKIE request.
10255
10256 2004-02-08 Andrew Cagney <cagney@redhat.com>
10257
10258 * mips-tdep.c (mips_unwind_pc): New function.
10259 (mips_gdbarch_init): Set mips_unwind_pc.
10260
10261 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10262 (get_frame_id): Allow the UNKNOWN_FRAME.
10263 (frame_register_unwind, get_frame_type): Ditto.
10264
10265 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10266 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10267 unwind_dummy_id indicates a legacy frame.
10268
10269 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10270 * configure: Re-generate.
10271
10272 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10273 methods.
10274
10275 2004-02-08 Andrew Cagney <cagney@redhat.com>
10276
10277 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10278 makefile macro.
10279 * configure: Re-generate.
10280 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10281 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10282 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10283 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10284 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10285 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10286 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10287 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10288 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10289 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10290
10291 2004-02-07 Andrew Cagney <cagney@redhat.com>
10292
10293 * Makefile.in: Update all dependencies.
10294
10295 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10296 * configure: Re-generate.
10297 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10298 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10299 (COMMON_OBS): Add "main.o" and "annotate.o".
10300 (ANNOTATE_OBS): Delete.
10301 (OBS): Remove ANNOTATE_OBS.
10302 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10303 CONFIG_INITS.
10304 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10305 against CONFIG_OBS and "main.o".
10306 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10307 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10308
10309 * tui/tui-command.c: Include "gdb_string.h", delete register
10310 attribute, use ISO-C function signatures.
10311 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10312 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10313 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10314 * tui/tui.c: Ditto.
10315
10316 * tui/tui-command.c: Change variable and function names to lower
10317 case.
10318 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10319 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10320 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10321 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10322 * tui/tui-winsource.c, tui/tui.c: Ditto.
10323
10324 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10325
10326 * buildsym.c (free_pending_blocks, finish_block)
10327 (record_pending_block, make_blockvector, end_symtab): Replace
10328 symbol_obstack with objfile_obstack.
10329 * coffread.c (process_coff_symbol, coff_read_struct_type)
10330 (coff_read_enum_type): Ditto.
10331 * cp-namespace.c (initialize_namespace_symtab)
10332 (check_one_possible_namespace_symbol): Ditto.
10333 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10334 (dwarf2_symbol_mark_computed): Ditto.
10335 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10336 * elfread.c (elf_symtab_read): Ditto.
10337 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10338 (hpread_read_enum_type, hpread_read_function_type)
10339 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10340 Ditto.
10341 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10342 (java_link_class_type): Ditto.
10343 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10344 (new_symbol): Ditto.
10345 * minsyms.c (install_minimal_symbols): Ditto.
10346 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10347 (terminate_minimal_symbol_table): Replace symbol_obstack with
10348 objfile_obstack.
10349 (free_objfile): Remove freeing of symbol_obstack.
10350 * objfiles.h: Remove symbol_obstack field.
10351 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10352 objfile_obstack.
10353 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10354 symbol_obstack.
10355 (solib_add_common_symbols): Replace symbol_obstack with
10356 objfile_obstack.
10357 * somsolib.c (som_solib_add): Ditto.
10358 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10359 (common_block_start, common_block_end): Ditto.
10360 * symfile.c (reread_symbols): Remove freeing and init of
10361 symbol_obstack.
10362 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10363 * symfile.h: Update comment.
10364 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10365 stats printing.
10366 * symtab.c (symbol_set_names): Replace symbol_obstack with
10367 objfile_obstack.
10368 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10369 Update comments.
10370 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10371 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10372 objfile_obstack.
10373
10374 2004-02-07 Andrew Cagney <cagney@redhat.com>
10375
10376 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10377 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10378 fields and variables.
10379 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10380 (m_beInvisible): Delete macro.
10381 * tui/tui-data.h: Fix case case fields and variables.
10382 (m_genWinPtrIsNull): Delete macro.
10383 (tui_win_list): Rename winList.
10384 (TUI_SRC_WIN): Rename srcWin.
10385 (TUI_DISASM_WIN): Rename disassemWin.
10386 (TUI_DATA_WIN): Rename dataWin.
10387 (TUI_CMD_WIN): Rename cmdWin.
10388 (m_genWinPtrNotNull): Delete macro.
10389 (m_winPtrIsNull): Delete macro.
10390 (m_winPtrNotNull): Delete macro.
10391 (tui_win_is_source_type): Replace m_winIsSourceType
10392 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10393 (tui_win_has_locator): Replace m_hasLocator.
10394 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10395 m_setWinHighlightOff.
10396 * tui/tui-data.c: Update references.
10397 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10398 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10399 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10400 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10401 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10402 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10403 * tui/tui-winsource.c, tui/tui.c: Ditto.
10404
10405 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10406
10407 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10408 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10409 StackGhost.
10410
10411 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10412 variable `i6' to `i7'.
10413 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10414
10415 2004-02-07 Andrew Cagney <cagney@redhat.com>
10416
10417 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10418 (TuiPoint, TuiPointPtr): Ditto.
10419 (TuiStatus, TuiStatusPtr): Ditto.
10420 (TuiWinType, TuiWinTypePtr): Ditto.
10421 (struct tui_point): Rename _TuiPoint.
10422 (tui_get_low_disassembly_address): Rename
10423 tuiGetLowDisassemblyAddress.
10424 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10425 (tuiFree): Delete declaration.
10426 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10427 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10428 * tui/tui.c (tuiFree): Delete function.
10429 * cli/cli-cmds.c (disassemble_command): Update references.
10430 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10431 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10432 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10433 * tui/tui-winsource.c: Ditto.
10434
10435 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10436
10437 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10438 coffstab_build_psymtabs, elfstab_build_psymtabs)
10439 (stabsect_build_psymtabs): Replace psymbol_obstack with
10440 objfile_obstack.
10441 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10442 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10443 Ditto.
10444 * dwarfread.c (scan_compilation_units): Ditto.
10445 * elfread.c (elfstab_offset_sections): Ditto.
10446 * hppa-tdep.c (read_unwind_info): Ditto.
10447 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10448 (hpread_end_psymtab): Ditto.
10449 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10450 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10451 Ditto.
10452 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10453 * objfiles.c (add_to_objfile_sections)
10454 (build_objfile_section_table): Ditto.
10455 (allocate_objfile): Remove init of psymbol_obstack.
10456 (free_objfile): Remove freeing of psymbol_obstack.
10457 * objfiles.h (struct objfile): Remove field
10458 psymbol_obstack. Update comments.
10459 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10460 psymbol_obstack with objfile_obstack.
10461 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10462 psymbol_obstack.
10463 * somread.c (som_symfile_offsets, init_import_symbols)
10464 (init_export_symbols): Replace psymbol_obstack with
10465 objfile_obstack.
10466 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10467 * symfile.c (default_symfile_offsets, syms_from_objfile)
10468 (reread_symbols): Remove freeing and init of psymbol_obstack.
10469 (cashier_psymtab): Update comment.
10470 * symmisc.c (print_objfile_statistics): Don't report stats for
10471 psymbol obstack.
10472 * symtab.h (struct general_symbol_info, struct partial_symtab):
10473 Update comments.
10474 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10475 (xcoff_symfile_offsets): Replace psymbol_obstack with
10476 objfile_obstack.
10477
10478 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10479
10480 * objfiles.h (struct objfile): Add objfile_obstack field.
10481 Remove type_obstack field.
10482
10483 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10484 read_structure_scope read_enumeration, new_symbol): Replace
10485 type_obstack with objfile_obstack.
10486 * dwarfread.c (struct_type, enum_type): Ditto.
10487 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10488 (lookup_fundamental_type): Ditto.
10489 * gdbtypes.h (TYPE_ALLOC): Ditto.
10490 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10491 (hpread_read_doc_function_type, hpread_read_struct_type)
10492 (fix_static_member_physnames, hpread_read_array_type)
10493 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10494 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10495 (java_link_class_type): Ditto.
10496 * mdebugread.c (parse_type): Ditto.
10497 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10498 * solib-sunos.c (solib_add_common_symbols): Ditto.
10499 * stabsread.c (define_symbol, read_type, read_member_functions,
10500 read_cpp_abbrev, read_one_struct_field): Ditto.
10501 * symfile.c (reread_symbols): Ditto.
10502 * symmisc.c (print_objfile_statistics): Ditto.
10503
10504 2004-02-07 Andrew Cagney <cagney@redhat.com>
10505
10506 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10507 (tui_exec_info_content): Rename TuiExecInfoContent.
10508 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10509 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10510 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10511 (TuiList, TuiListPtr): Ditto.
10512 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10513 (TuiDataType, TuiDataTypePtr): Ditto.
10514 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10515 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10516 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10517 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10518 (TuiDataElement, TuiDataElementPtr): Ditto.
10519 (TuiWinElement, TuiWinElementPtr): Ditto.
10520 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10521 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10522 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10523 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10524 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10525 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10526 * tui/tui-command.c, tui/tui-data.c: Update references.
10527 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10528 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10529 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10530 * tui/tui-winsource.c, tui/tui.c: Ditto.
10531
10532 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10533
10534 * dwarf2-frame.h: Update copyright.
10535 (enum dwarf2_frame_reg_rule): New.
10536 (struct dwarf2_frame_state_reg): New.
10537 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10538 * dwarf2-frame.c: Update copyright.
10539 (enum dwarf2_reg_rule): Remove.
10540 (struct dwarf2_frame_state): Remove defenition of `struct
10541 dwarf2_frame_state_reg'.
10542 (read_reg): Call get_frame_arch to get the architecture instead of
10543 using CURRENT_GDBARCH.
10544 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10545 DWARF2_FRAME_.
10546 (dwarf2_frame_init_reg): New function.
10547 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10548 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10549 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10550 tags with DWARF2_FRAME_.
10551 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10552 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10553 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10554
10555 2004-02-06 Andrew Cagney <cagney@redhat.com>
10556
10557 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10558 (enum tui_data_type): Rename _TuiDataType.
10559 (struct tui_layout_def): Rename _TuiLayoutDef.
10560 (struct tui_source_element): Rename _TuiSourceElement.
10561 (struct tui_data_element): Rename _TuiDataElement.
10562 (struct tui_command_element): Rename _TuiCommandElement.
10563 (struct tui_locator_element): Rename _TuiLocatorElement.
10564 (union tui_which_element): Define.
10565 (struct tui_win_element): Rename _TuiWinElement.
10566 (struct tui_data_info): Rename _TuiDataInfo.
10567 (struct tui_source_info): Rename _TuiSourceInfo.
10568 (struct tui_command_info): Rename _TuiCommandInfo.
10569 (tui_initialize_static_data): Rename initializeStaticData.
10570 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10571 (tui_alloc_win_info): Rename allocWinInfo.
10572 (tui_init_generic_part): Rename initGenericPart.
10573 (tui_init_win_info): Rename initWinInfo.
10574 (tui_alloc_content): Rename allocContent.
10575 (tui_add_content_elements): Rename addContentElements.
10576 (tui_init_content_element): Rename initContentElement.
10577 (tui_free_window): Rename freeWindow.
10578 (tui_free_win_content): Rename freeWinContent.
10579 (tui_free_data_content): Rename freeDataContent.
10580 (tui_free_all_source_wins_content): Rename
10581 freeAllSourceWinsContent.
10582 (tui_del_window): Rename tuiDelWindow.
10583 (tui_del_data_windows): Rename tuiDelDataWindows.
10584 (tui_partial_win_by_name): Rename partialWinByName.
10585 (tui_win_name): Rename winName.
10586 (tui_current_layout): Rename currentLayout.
10587 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10588 (tui_term_height): Rename termHeight.
10589 (tui_set_term_height_to): Rename setTermHeightTo.
10590 (tui_term_width): Rename termWidth.
10591 (tui_set_term_width_to): Rename setTermWidthTo.
10592 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10593 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10594 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10595 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10596 (tui_source_windows): Rename sourceWindows.
10597 (tui_clear_source_windows): Rename clearSourceWindows.
10598 (tui_clear_source_windows_detail): Rename
10599 clearSourceWindowsDetail.
10600 (tui_clear_win_detail): Rename clearWinDetail.
10601 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10602 (tui_default_tab_len): Rename tuiDefaultTabLen.
10603 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10604 (tui_win_with_focus): Rename tuiWinWithFocus.
10605 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10606 (tui_layout_def): Rename tuiLayoutDef.
10607 (tui_win_resized): Rename tuiWinResized.
10608 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10609 (tui_next_win): Rename tuiNextWin.
10610 (tui_prev_win): Rename tuiPrevWin.
10611 (tui_add_to_source_windows): Rename addToSourceWindows.
10612 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10613 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10614 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10615 * tui/tui.c, tui/tui-data.c: Ditto.
10616 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10617 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10618
10619 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10620 (struct symtab): Declare.
10621 (tui_set_source_content): Rename tuiSetSourceContent.
10622 (tui_show_symtab_source): Rename tuiShowSource.
10623 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10624 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10625 * tui/tui-source.c: Update copyright. Update references.
10626 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10627 * tui/tui-stack.c: Update references.
10628
10629 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10630 (struct tui_win_info): Declare.
10631 (tui_scroll_forward): Rename tuiScrollForward.
10632 (tui_scroll_backward): Rename tuiScrollBackward.
10633 (tui_scroll_left): Rename tuiScrollLeft.
10634 (tui_scroll_right): Rename tuiScrollRight.
10635 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10636 (tui_resize_all): Rename tuiResizeAll.
10637 (tui_refresh_all_win): Rename tuiRefreshAll.
10638 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10639 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10640 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10641 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10642
10643 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10644 (tui_erase_data_content): Rename tuiEraseDataContent.
10645 (tui_display_all_data): Rename tuiDisplayAllData.
10646 (tui_check_data_values): Rename tuiCheckDataValues.
10647 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10648 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10649 (tui_first_data_element_no_in_line): Rename
10650 tuiFirstDataElementNoInLine.
10651 (tui_delete_data_content_windows): Rename
10652 tuiDeleteDataContentWindows.
10653 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10654 (tui_display_data_from): Rename tuiDisplayDataFrom.
10655 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10656 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10657 * tui/tui-win.c, tui/tui-regs.c: Update references.
10658 * tui/tui-layout.c, tui/tui.c: Update references.
10659
10660 * tui/tui-wingeneral.h: Update copyright.
10661 (m_allBeVisible): Delete macro.
10662 (m_allBeInvisible): Delete macro.
10663 (struct tui_gen_win_info): Declare.
10664 (struct tui_win_info): Declare.
10665 (tui_unhighlight_win): Rename unhighlightWin.
10666 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10667 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10668 (tui_make_window): Rename makeWindow.
10669 (tui_copy_win): Rename copyWin.
10670 (tui_box_win): Rename boxWin.
10671 (tui_highlight_win): Rename highlightWin.
10672 (tui_check_and_display_highlight_if_needed): Rename
10673 checkAndDisplayHighlightIfNeeded.
10674 (tui_refresh_all): Rename refreshAll.
10675 (tui_delete_win): Rename tuiDelwin.
10676 (tui_refresh_win): Rename tuiRefreshWin.
10677 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10678 (tui_make_visible, tui_make_invisible): New functions.
10679 (tui_make_all_visible, tui_make_all_invisible): New functions.
10680 (make_all_visible): Rename makeAllVisible.
10681 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10682 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10683 * tui/tui-windata.c, tui/tui-win.c: Update references.
10684 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10685 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10686
10687 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10688
10689 * proc-api.c (write_with_trace): Initialize local variable to
10690 silence compiler warning.
10691
10692 2004-02-06 Andrew Cagney <cagney@redhat.com>
10693
10694 * tui/tui-source.h: Do not include "defs.h".
10695 (struct tui_win_info): Declare.
10696 (tui_set_source_content_nil): Declare.
10697 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10698 (union tui_line_or_address): Rename _TuiLineOrAddress.
10699 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10700 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10701 (tui_update_source_window_as_is): Rename
10702 tuiUpdateSourceWindowAsIs.
10703 (tui_update_source_windows_with_addr): Rename
10704 tuiUpdateSourceWindowsWithAddr.
10705 (tui_update_source_windows_with_line): Rename
10706 tuiUpdateSourceWindowsWithLine.
10707 (tui_clear_source_content): Rename tuiClearSourceContent.
10708 (tui_erase_source_content): Rename tuiEraseSourceContent.
10709 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10710 (tui_show_source_content): Rename tuiShowSourceContent.
10711 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10712 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10713 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10714 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10715 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10716 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10717 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10718 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10719 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10720 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10721 (struct tui_win_info): Declare.
10722 * tui/tui-stack.c: Update references.
10723 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10724 * tui/tui-win.c, tui/tui-source.c: Ditto.
10725 * tui/tui.c, tui/tui-disasm.c: Ditto.
10726
10727 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10728
10729 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10730 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10731
10732 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10733
10734 * infrun.c (handle_inferior_event): Allow for breakpoint
10735 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10736 and SIGEMT. Update comments.
10737 * NEWS (Revised SPARC target): Mention support for non-executable
10738 stack.
10739
10740 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10741
10742 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10743 * inftarg.c: Update copyright year.
10744 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10745 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10746 (sparc_xfer_wcookie): New function.
10747 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10748 * Makefile.in (sparc-nat.o): Update dependencies.
10749 * config/sparc/nm-nbsd.h: Include "target.h".
10750 (NATIVE_XFER_WCOOKIE): New define.
10751 (sparc_xfer_wcookie): New prototype.
10752
10753 2004-02-04 Andrew Cagney <cagney@redhat.com>
10754
10755 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10756 SYSCALL_TRAP function.
10757 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10758
10759 2004-02-04 Andrew Cagney <cagney@redhat.com>
10760 Daniel Jacobowitz <drow@mvista.com>
10761
10762 * objfiles.h: Delete comments refering to inside_entry_func and
10763 DEPRECATED_FRAME_CHAIN_VALID.
10764 * defs.h (inside_entry_func): Update prototype..
10765 * blockframe.c (inside_entry_func): Rename to
10766 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10767 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10768
10769 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10770
10771 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10772 outside of #ifdef SOLIB_ADD region.
10773 (do_restore_lang_radix_cleanup): Ditto.
10774 (resolve_pending_breakpoint): Ditto.
10775
10776 2004-02-03 Andrew Cagney <cagney@redhat.com>
10777
10778 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10779 (process_note_abi_tag_sections): Delete unused function.
10780 (ia64_read_fp): Delete unused function.
10781 (gdbarch_extract_struct_value_address): Delete declaration.
10782
10783 2004-02-02 Andrew Cagney <cagney@redhat.com>
10784
10785 * vax-tdep.c (vax_frame_chain): Delete call to
10786 deprecated_inside_entry_file.
10787 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10788
10789 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10790
10791 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10792 column that's "empty" or "same value" when eliminating REG_RA
10793 rules.
10794
10795 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10796
10797 * NEWS: Add information about new pending breakpoint support.
10798
10799 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10800
10801 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10802 and pending fields for pending breakpoint support.
10803 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10804 (condition_command): Only parse condition if not a pending
10805 breakpoint.
10806 (print_one_breakpoint): Add support for pending breakpoints.
10807 (describe_other_breakpoints): Add checks to verify we are not
10808 dealing with pending breakpoints.
10809 (check_duplicates): Don't check pending breakpoints.
10810 (set_raw_breakpoint): Initialize pending flag.
10811 (do_restore_lang_radix_cleanup): New cleanup routine.
10812 (resolve_pending_breakpoint): New function.
10813 (re_enable_breakpoints_in_shlibs): Try and resolve any
10814 pending breakpoints via resolve_pending_breakpoint.
10815 (mention): Add pending breakpoint support.
10816 (parse_breakpoint_sals): Add new parameter to pass to
10817 decode_line_1 to indicate silent errors when files or functions
10818 are not found. Change all callers.
10819 (do_captured_parse_breakpoint): New function.
10820 (break_command_1): Change prototype to return an rc value and to
10821 take an optional pending breakpoint pointer. Support creating
10822 a pending breakpoint if a "not found" form of error occurs when
10823 parsing the breakpoint. Also support resolving an existing pending
10824 breakpoint and be silent if the resolution fails.
10825 (create_breakpoints): Change prototype to take pending breakpoint
10826 pointer. When resolving a pending breakpoint, use the new pointer
10827 to provide a conditional or commands added by the end-user.
10828 (delete_breakpoint): Add appropriate check for pending.
10829 (breakpoint_re_set_one): Ditto.
10830 (do_enable_breakpoint): Ditto.
10831
10832 2004-02-02 David Carlton <carlton@kealia.com>
10833
10834 * valops.c (enum oload_classification): New.
10835 (find_overload_match): Break implementation into separate
10836 functions; delete #if 0'd code; look for symbols within
10837 namespaces.
10838 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10839 (find_oload_champ,oload_method_static,classify_oload_match): New.
10840 * cp-support.h: Add declaration for cp_func_name; update
10841 declaration for make_symbol_overload_list.
10842 * cp-support.c (cp_func_name): New.
10843 (overload_list_add_symbol): Fix comment, use
10844 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10845 (make_symbol_overload_list): Take a function name and a namespace
10846 instead of a symbol; change implementation.
10847 (make_symbol_overload_list_using): New.
10848 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10849
10850 2004-02-02 Fred Fish <fnf@redhat.com>
10851
10852 * main.c (gdb_stdtarg): Move definition to group with other
10853 gdb_stdtarg definitions and update copyright years.
10854 * remote-sim.c (gdb_os_write_stderr): Write output to
10855 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10856 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10857 gdb_stderr stream and update copyright years.
10858
10859 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10860
10861 * Makefile.in (mips-linux-nat.o): Update dependencies.
10862 * mips-linux-nat.c: Include mips-tdep.h.
10863
10864 2004-02-01 Roland McGrath <roland@redhat.com>
10865
10866 * sol-thread.c (sol_thread_xfer_partial): New function.
10867 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10868 (init_sol_core_ops): Likewise.
10869
10870 * procfs.c (procfs_xfer_partial): New function.
10871 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10872 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10873
10874 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10875 procfs_xfer_auxv function.
10876
10877 * procfs.c (procfs_make_note_section): If we can read
10878 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10879 * linux-proc.c (linux_make_note_section): Likewise.
10880
10881 * auxv.h: New file.
10882 * auxv.c: New file.
10883 * Makefile.in (auxv_h): New variable.
10884 (COMMON_OBS): Add auxv.o here.
10885 (auxv.o): New target.
10886
10887 * corelow.c (core_xfer_partial): New function.
10888 (init_core_ops): Use it for core_ops.to_xfer_partial.
10889
10890 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10891 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10892 macro if that is defined.
10893
10894 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10895
10896 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10897 and check the specified thread for each breakpoint.
10898 * breakpoint.h (bpstat_stop_status): Update prototype.
10899 * infrun.c (handle_inferior_event): Update calls to
10900 bpstat_stop_status.
10901
10902 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10903
10904 * Makefile.in (cli-cmds.o): Add $(readline_h).
10905
10906 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10907
10908 * cli/cli-cmds.c: Include readline.h.
10909 (complete_command): Pass the start of the last word to
10910 complete_line.
10911
10912 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10913
10914 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10915 argument, and change first argument to a CORE_ADDR.
10916 * breakpoint.h (bpstat_stop_status): Update prototype.
10917 * infrun.c (adjust_pc_after_break): Add a new comment.
10918 (handle_inferior_event): Update calls to bpstat_stop_status.
10919
10920 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10921
10922 * breakpoint.h: Update copyright years.
10923
10924 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10925
10926 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10927 (bpstat_stop_status): Don't decrement PC.
10928 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10929 prototype.
10930 * infrun.c (adjust_pc_after_break): New function.
10931 (handle_inferior_event): Call it, early. Remove later references
10932 to DECR_PC_AFTER_BREAK.
10933 (normal_stop): Add commentary.
10934
10935 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10936
10937 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10938 2004-01-27 double-free fix.
10939
10940 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10941
10942 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10943 (sparc32_frame_prev_register): Handle StackGhost.
10944 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10945
10946 2004-01-29 Roland McGrath <roland@redhat.com>
10947
10948 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10949 * configure: Regenerated.
10950
10951 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10952 * Makefile.in (procfs.o): Add dep.
10953
10954 2004-01-28 Andrew Cagney <cagney@redhat.com>
10955
10956 * tui/tui-stack.h: Update copyright.
10957 (struct frame_info): Add opaque declaration.
10958 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10959 (tui_show_locator_content): Rename tuiShowLocatorContent.
10960 (tui_show_frame_info): Rename tuiShowFrameInfo.
10961 * tui/tui-stack.c: Update copyright. Update references.
10962 * tui/tui-winsource.c: Update references.
10963 * tui/tui-win.c: Update references.
10964 * tui/tui-layout.c: Update references.
10965 * tui/tui-hooks.c: Update copyright, update references.
10966 * tui/tui.c: Update copyright, update references.
10967 * tui/tui-disasm.c: Update references.
10968
10969 2004-01-28 David Carlton <carlton@kealia.com>
10970
10971 * dwarf2read.c (add_partial_structure): Use demangled name if
10972 namespace equals "".
10973
10974 2004-01-27 Jim Blandy <jimb@redhat.com>
10975
10976 Clean up misapplied patch:
10977 * dwarf2read.c (determine_prefix): Change one of the two forward
10978 declarations for 'determine_prefix_aux' to a declaration for this.
10979 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10980 argument to 'die_specification'.
10981
10982 * dwarf2read.c (read_func_scope): Re-indent comment.
10983
10984 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10985
10986 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10987 b->exp to NULL after freeing so that error during re-parsing or
10988 evaluation of expressions associated with breakpoint don't
10989 eventually lead to re-freeing of storage.
10990 Committed by Andrew Cagney.
10991
10992 2004-01-27 Andrew Cagney <cagney@redhat.com>
10993
10994 * source.c (ambiguous_line_spec): Delete undefined declaration.
10995 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10996 (m32r_set_server_address, m32r_set_download_path): Ditto.
10997 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10998
10999 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
11000
11001 * dwarf2read.c: Update calls to changed and renamed functions, and
11002 references to moved variables.
11003
11004 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11005 language, language_defn, list_in_scope, and ftypes members.
11006 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11007 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11008 (baseaddr): Remove globals.
11009
11010 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11011 (set_cu_language, die_is_declaration, die_specification)
11012 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11013 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11014 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11015 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11016
11017 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11018 cu.list_in_scope. Don't initialize cu_header_offset.
11019 (add_partial_symbol): Add local baseaddr.
11020 (psymtab_to_symtab_1): Add local baseaddr. Use
11021 objfile->section_offsets for consistency. Don't initialize
11022 cu_header_offset; do initialize cu.header.offset and
11023 cu.list_in_scope.
11024 (read_file_scope, read_func_scope, read_lexical_block_scope)
11025 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11026
11027 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11028
11029 * PROBLEMS: Add gdb/1516.
11030
11031 2003-12-29 Robert Millan <robertmh@gnu.org>
11032
11033 Patch committed by Andrw Cagney.
11034 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11035 * configure.tgt: Match knetbsd*-gnu.
11036
11037 2004-01-26 Andrew Cagney <cagney@redhat.com>
11038
11039 * breakpoint.c (catch_command_1): Delete #ifdef code.
11040 (catch_fork_command_1): Delete #ifdef wrapper.
11041 (catch_exec_command_1): Ditto.
11042 (catch_load_command_1): Ditto.
11043 (catch_unload_command_1): Ditto.
11044
11045 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11046 (catch_breakpoint): Delete #if0ed function.
11047 (disable_catch_breakpoint): Ditto.
11048 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11049 (disable_catch, enable_catch, delete_catch): Ditto.
11050
11051 2004-01-26 Andrew Cagney <cagney@redhat.com>
11052
11053 * remote.c (echo_check, quit_flag): Delete variables.
11054 (cisco_kernel_mode): Delete variable.
11055 (minitelnet_return, tty_input, escape_count): Delete variables.
11056 (remote_cisco_mode): Delete variable.
11057 (remote_cisco_open, remote_cisco_close): Delete function.
11058 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11059 (init_remote_cisco_ops): Delete function.
11060 (_initialize_remote): Do not install "remote cisco" code.
11061 (read_frame): Delete cisco specific code.
11062 (remote_info_process): Delete function.
11063 (remote_wait): Delete cisco specific code.
11064 (remote_cisco_section_offsets): Delete function.
11065 (remote_cisco_objfile_relocate): Delete function.
11066 (remote_async_wait): Delete cisco specific code.
11067 (minitelnet, readtty, readsocket): Delete function.
11068
11069 2004-01-26 Andrew Cagney <cagney@redhat.com>
11070
11071 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11072 comments mentioning extract_returned_value_address.
11073 * infcmd.c (print_return_value): Update. Add comments on
11074 extract_returned_value_address.
11075 * stack.c (return_command): Add comments on
11076 extract_returned_value_address.
11077 * values.c: Update comment.
11078 * m32r-tdep.c: Update comment.
11079 * sparc-tdep.c: Update comment.
11080 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11081 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11082 * sh64-tdep.c (sh64_gdbarch_init): Update.
11083 * sh-tdep.c (sh_gdbarch_init): Update.
11084 * s390-tdep.c (s390_gdbarch_init): Update.
11085 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11086 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11087 * m68k-tdep.c (m68k_gdbarch_init): Update.
11088 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11089 * m32r-tdep.c (m32r_gdbarch_init): Update.
11090 * ia64-tdep.c (ia64_gdbarch_init): Update.
11091 * h8300-tdep.c (h8300_gdbarch_init): Update.
11092 * frv-tdep.c (frv_gdbarch_init): Update.
11093 * arm-tdep.c (arm_gdbarch_init): Update.
11094 * alpha-tdep.c (alpha_gdbarch_init): Update.
11095
11096 2004-01-26 Andrew Cagney <cagney@redhat.com>
11097
11098 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11099 SYMBOL_LOCATION_FUNCS
11100 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11101 "struct symbol_ops".
11102 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11103 type to "struct symbol_ops".
11104 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11105 (struct symbol): Replace ".aux_value.loc.funcs" and
11106 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11107 (SYMBOL_OBJFILE): Delete macro.
11108 (SYMBOL_LOCATION_FUNCS): Delete macro.
11109 (SYMBOL_LOCATION_BATON): Update.
11110 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11111 intead of SYMBOL_LOCATION_FUNCS.
11112 * ax-gdb.c (gen_var_ref): Ditto.
11113 * printcmd.c (address_info): Ditto.
11114 * findvar.c (read_var_value): Ditto.
11115 (symbol_read_needs_frame): Ditto.
11116
11117 2004-01-26 Andrew Cagney <cagney@redhat.com>
11118
11119 * dwarf2read.c (read_func_scope): Document frame-base hack.
11120
11121 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11122
11123 * infcmd.c (print_return_value): Plug memory leak; delete
11124 ui_stream object. Rename argument `structure_return' to
11125 `struct_return'.
11126
11127 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11128
11129 * infcmd.c (print_return_value): Wrap long lines.
11130 (finish_command_continuation, finish_command): Remove unused
11131 variable `funcaddr'. Fix some coding-standards problems.
11132
11133 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11134 SECT_SIZE is large enough, not whether it's exactly the right size.
11135 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11136 TDEP->fpregset to zero.
11137
11138 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11139 floating-point registers for traditional NetBSD core files.
11140 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11141 TDEP->sizeof_fpregset here.
11142
11143 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11144
11145 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11146 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11147 function with code split out from
11148 sparc32nbsd_sigcontext_frame_cache.
11149 (sparc32nbsd_sigcontext_frame_cache): Use
11150 sparc32nbsd_sigcontext_saved_regs.
11151 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11152 OpenBSD.
11153 * sparcobsd-tdep.c: New file.
11154 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11155 (sparcobsd-tdep.o): New dependency.
11156 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11157 * config/sparc/obsd.mt: New file.
11158
11159 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11160 TDEP->fpregset to be initialized to enable core file register
11161 sets.
11162
11163 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11164
11165 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11166 Add opaque declarations.
11167 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11168 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11169 function with code split out from
11170 sparc64nbsd_sigcontext_frame_cache.
11171 (sparc64nbsd_sigcontext_frame_cache): Use
11172 sparc64nbsd_sigcontext_saved_regs.
11173 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11174 OpenBSD.
11175 * sparc64obsd-tdep.c: New file.
11176 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11177 (sparc64obsd-tdep.o): New dependency.
11178 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11179 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11180 * config/sparc/obsd64.mt: New file.
11181
11182 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11183 read the instruction at PC.
11184
11185 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11186 value of GDB_OSABI_DEFAULT.
11187 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11188 instead of GDB_OSABI_NETBSD_AOUT.
11189
11190 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11191
11192 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11193 copyright.
11194
11195 2004-01-23 Andrew Cagney <cagney@redhat.com>
11196
11197 * printcmd.c (display_command): Replace tui_set_display call with
11198 tui_set_layout_for_display_command.
11199 * tui/tui.h (enum tui_win_type): Define.
11200 (tui_set_layout): Delete declaration.
11201 (tui_set_layout_for_display_command): Rename set_tui_layout.
11202 * tui/tui-data.h (enum tui_layout_type): Define.
11203 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11204 "tui.h".
11205 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11206 (tui_default_win_height): Rename tuiDefaultWinHeight.
11207 (tui_default_win_viewport_height): Rename
11208 tuiDefaultWinViewportHeight.
11209 (tui_set_layout): RenametuiSetLayout.
11210 * tui/tui-layout.c: Update references.
11211 * tui/tui.c: Update references.
11212 * tui/tui-disasm.c: Update references.
11213
11214 2004-01-23 David Carlton <carlton@kealia.com>
11215
11216 Partial workaround for PR c++/1511:
11217 * cp-namespace.c: Include frame.h.
11218 (cp_lookup_transparent_type): New
11219 (cp_lookup_transparent_type_loop): New.
11220 * cp-support.h: Declare cp_lookup_transparent_type.
11221 * symtab.c (basic_lookup_transparent_type): Renamed from
11222 lookup_transparent_type.
11223 (lookup_transparent_type): Replace old body by a call to
11224 current_language->la_lookup_transparent_type.
11225 * symtab.h: Update copyright. Declare
11226 basic_lookup_transparent_type.
11227 * language.h: Update copyright.
11228 (struct language_defn): Add la_lookup_transparent_type.
11229 * language.c: Update copyright.
11230 (unknown_language_defn): Add basic_lookup_transparent_type.
11231 (auto_language_defn): Add basic_lookup_transparent_type.
11232 (local_language_defn): Add basic_lookup_transparent_type.
11233 * ada-lang.c: Update copyright.
11234 (ada_language_defn): Add basic_lookup_transparent_type.
11235 * c-lang.c: Update copyright.
11236 (c_language_defn): Add basic_lookup_transparent_type.
11237 (cplus_language_defn): Add basic_lookup_transparent_type.
11238 (asm_language_defn): Add basic_lookup_transparent_type.
11239 (minimal_language_defn): Add basic_lookup_transparent_type.
11240 * f-lang.c: Update copyright.
11241 (f_language_defn): Add basic_lookup_transparent_type.
11242 * jv-lang.c: Update copyright.
11243 (java_language_defn): Add basic_lookup_transparent_type.
11244 * m2-lang.c: Update copyright.
11245 (m2_language_defn): Add basic_lookup_transparent_type.
11246 * objc-lang.c: Update copyright.
11247 (objc_language_defn): Add basic_lookup_transparent_type.
11248 * p-lang.c: Update copyright.
11249 (p_language_defn): Add basic_lookup_transparent_type.
11250 * scm-lang.c: Update copyright.
11251 (scm_language_defn): Add basic_lookup_transparent_type.
11252 * Makefile.in (cp-namespace.o): Depend on frame.h.
11253
11254 2004-01-23 David Carlton <carlton@kealia.com>
11255
11256 Patch for PR c++/1520:
11257 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11258 properly if we have a specification die.
11259 (determine_prefix_aux): Rename from determine_prefix.
11260 (determine_prefix): Like the old determine_prefix, but never
11261 returns NULL.
11262
11263 2004-01-23 Theodore A. Roth <troth@openavr.org>
11264
11265 * avr-tdep.c: Update copyright.
11266 (avr_iaddr_p): Delete unused function.
11267 (avr_saddr_p): Delete unused function.
11268
11269 2004-01-23 David Carlton <carlton@kealia.com>
11270
11271 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11272 Fix for PR symtab/1534.
11273
11274 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11275
11276 * NEWS (New native configurations): Mention OpenBSD/sparc and
11277 OpenBSD/sparc64.
11278 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11279 * configure.host: Likewise.
11280 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11281 handler for OpenBSD.
11282 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11283
11284 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11285
11286 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11287 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11288
11289 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11290 * cli/cli-cmds.c (shell_escape): Likewise.
11291
11292 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11293 OpenBSD .note.openbsd.ident sections.
11294
11295 2004-01-22 David Carlton <carlton@kealia.com>
11296
11297 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11298 get_scope_pc_bounds.
11299 (read_file_scope): Ditto.
11300 (get_scope_pc_bounds): New function, produced by extracting code
11301 from the above two functions, consolidating it, and adding support
11302 for DW_TAG_namespace.
11303
11304 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11305
11306 * osabi.c (MAX_NOTESZ): New define.
11307 (check_note): New function.
11308 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11309 check_note.
11310
11311 2004-01-21 Roland McGrath <roland@redhat.com>
11312
11313 * MAINTAINERS (write after approval): Add myself.
11314
11315 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11316
11317 * utils.c (init_page_info): Move declarations of `rows' and
11318 `cols' before the __GO32__-specific code. Move the closing brace
11319 outside the #ifdef __GO32__..#endif block.
11320 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11321
11322 2004-01-21 Paul Brook <paul@codesourcery.com>
11323
11324 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11325 BPSTAT_WHAT_CHECK_SHLIBS.
11326
11327 2004-01-21 Paul Brook <paul@codesourcery.com>
11328
11329 * MAINTAINERS: Add myself to write-after-approval.
11330
11331 2004-01-20 Andrew Cagney <cagney@redhat.com>
11332
11333 * ax-gdb.c (print_axs_value): Delete unused function.
11334 * jv-lang.c (java_lookup_type): Delete unused function.
11335 * cli/cli-dump.c (dump_filetype): Delete unused function.
11336 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11337 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11338 (mips_getstring): Delete unused function.
11339 (pmon_insert_breakpoint): Delete #if0ed function.
11340 (PMON_MAX_BP): Delete #if0ed MACRO.
11341 (mips_pmon_bp_info): Delete #if0ed variable.
11342 (pmon_remove_breakpoint): Delete #if0ed function.
11343 * monitor.c (monitor_write_even_block): Delete unused function.
11344 (monitor_write_memory_block): Delete #if0ed code.
11345 * dink32-rom.c (dink32_load): Delete unused function.
11346 (_initialize_dink32_rom): Delete #if0ed code.
11347 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11348
11349 * tui/tui-command.c: Update references.
11350 * tui/tui-io.c: Update references.
11351 * tui/tui-command.h: Update copyright.
11352 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11353
11354 * source.c (ambiguous_line_spec): Delete never-defined function.
11355 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11356 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11357 * cli/cli-cmds.c (validate_comname): Ditto.
11358
11359 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11360 "tui-data.h".
11361 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11362 (tui_show_disassem): Rename tuiShowDisassem.
11363 (tui_show_disassem_and_update_source): Rename
11364 tuiVerticalDisassemScroll.
11365 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11366 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11367 * tui/tui.h: Update copyright.
11368 (enum tui_status): Define.
11369 * tui/tui-data.h (enum tui_scroll_direction): Define.
11370 * tui/tui-disasm.c: Update copyright. Update references.
11371 * tui/tui-winsource.c: Update copyright. Update references.
11372 * tui/tui-win.c: Update references.
11373 * tui/tui-layout.c: Update references.
11374
11375 2004-01-20 Andrew Cagney <cagney@redhat.com>
11376
11377 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11378 sym2 to start of block.
11379
11380 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11381
11382 * MAINTAINERS: Delete mmalloc.
11383 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11384 * NEWS: Mention removal of --with-malloc.
11385 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11386 * config.in: Regenerate.
11387 * configure: Regenerate.
11388 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11389 USE_MMALLOC, MMCHECK_FORCE.
11390 * gdbinit.in: Remove mmalloc.
11391 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11392 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11393 * config/i386/go32.mh: Likewise.
11394 * config/i386/interix.mh: Likewise.
11395 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11396
11397 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11398
11399 * linespec.c (decode_variable, symtab_from_filename): Call
11400 error_silent with error message instead of throwing an exception
11401 directly.
11402 * defs.h (error_silent, error_output_message): Add prototypes.
11403 (catch_exceptions_with_msg): Ditto.
11404 * utils.c (error_silent, error_output_message): New functions.
11405 * top.c (catch_exceptions_with_msg): New function.
11406
11407 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11408
11409 * mi/mi-cmds.h (enum print_values): Add definition.
11410
11411 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11412 type and value for simple data types and just the name and type
11413 for complex ones, if required.
11414
11415 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11416 children, if required.
11417
11418 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11419
11420 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11421 unused declarations.
11422
11423 2004-01-19 Andrew Cagney <cagney@redhat.com>
11424
11425 * top.h (mapped_symbol_files): Delete declaration.
11426 * main.c (captured_main): Delete option "m" and "mapped".
11427 * objfiles.c (mapped_symbol_files): Delete variable.
11428 * symfile.c (symbol_file_command): Delete mmap code.
11429 (symbol_file_add_with_addrs_or_offsets): Ditto.
11430 (add_symbol_file_command, reread_separate_symbols): Ditto.
11431 * objfiles.h (OBJF_MAPPED): Delete.
11432 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11433 (free_objfile) [USE_MMALLOC]: Ditto.
11434 (open_existing_mapped_file): Delete function.
11435 (open_mapped_file): Delete function.
11436 (map_to_file): Delete function.
11437
11438 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11439
11440 * infrun.c (step_into_function): Account for possible breakpoint
11441 adjustment when computing ``stop_func_start''.
11442
11443 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11444
11445 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11446 the region size against the size of a pointer, not the size of
11447 a register as given by DEPRECATED_REGISTER_SIZE.
11448
11449 2004-01-19 Andrew Cagney <cagney@redhat.com>
11450
11451 * tui/tui-regs.h: Include "tui-data.h".
11452 (tuiFirstRegElementNoInLine): Delete declaration.
11453 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11454 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11455 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11456 (tui_calculate_regs_column_count): Rename
11457 tuiCalculateRegsColumnCount.
11458 (tui_check_register_values): Rename tuiCheckRegisterValues.
11459 (tui_show_registers): Rename tuiShowRegisters.
11460 (tui_display_registers_from_line): Rename
11461 tuiDisplayRegistersFromLine.
11462 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11463 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11464 (tui_first_reg_element_no_inline): Rename
11465 tuiFirstRegElementNoInLine.
11466 * tui/tui-data.h: Update copyright.
11467 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11468 * tui/tui-windata.c: Update copyright, update references.
11469 * tui/tui-regs.c: Update copyright, update references.
11470 * tui/tui-win.c: Update copyright, update references.
11471 * tui/tui-layout.c: Update copyright, update references.
11472
11473 2004-01-18 Andrew Cagney <cagney@redhat.com>
11474
11475 * tui/tui-io.c: Update copyright.
11476 (key_is_end_sequence, key_is_backspace): New functions.
11477 (key_is_command_char, key_is_start_sequence): New function.
11478 (tui_getc): Update references.
11479 * tui/tui-io.h: Update copyright.
11480 (m_tuiStartNewLine): Delete macro.
11481 (m_isBackspace, m_isDeleteChar): Delete macros.
11482 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11483 (m_isNextPage, m_isPrevPage): Delete macros.
11484 (m_isLeftArrow, m_isRightArrow): Delete macros.
11485 (m_isXdbStyleCommandChar): Delete macro.
11486 (key_is_start_sequence): Declare, replace m_isStartSequence.
11487 (key_is_end_sequence): Declare, replace m_isEndSequence.
11488 (key_is_backspace): Declare ,replace m_isBackspace.
11489 (key_is_command_char): Declare, replace m_isCommandChar.
11490 * tui/tui-command.c: Update copyright.
11491 (tuiDispatchCtrlChar): Update references.
11492
11493 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11494 tuiSourceWin.h.
11495
11496 * tui/tui-command.c: Rename tui/tuiCommand.c.
11497 * tui/tui-command.h: Rename tui/tuiCommand.h.
11498 * tui/tui-data.c: Rename tui/tuiData.c.
11499 * tui/tui-data.h: Rename tui/tuiData.h.
11500 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11501 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11502 * tui/tui-io.c: Rename tui/tuiIO.c.
11503 * tui/tui-io.h: Rename tui/tuiIO.h.
11504 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11505 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11506 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11507 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11508 * tui/tui-source.c: Rename tui/tuiSource.c.
11509 * tui/tui-source.h: Rename tui/tuiSource.h.
11510 * tui/tui-stack.c: Rename tui/tuiStack.c.
11511 * tui/tui-stack.h: Rename tui/tuiStack.h.
11512 * tui/tui-win.c: Rename tui/tuiWin.c.
11513 * tui/tui-win.h: Rename tui/tuiWin.h.
11514 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11515 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11516 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11517 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11518 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11519 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11520 * tui/tui-file.c: Update includes.
11521 * tui/tui-hooks.c: Update includes.
11522 * tui/tui-interp.c: Update includes.
11523 * tui/tui.c: Update includes.
11524 * Makefile.in: Update all tui/ dependencies.
11525 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11526
11527 * Makefile.in: Update copyright. Update dependencies.
11528
11529 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11530 problem.
11531
11532 2004-01-18 Andrew Cagney <cagney@redhat.com>
11533
11534 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11535 instead of register_gdbarch_init.
11536
11537 * remote-sds.c (tohex): Delete unused function. Update copyright.
11538 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11539 * v850-tdep.c (v850_register_virtual_size): Ditto.
11540 * target.c (normal_target_post_startup_inferior): Ditto.
11541 * source.c (ambiguous_line_spec): Ditto.
11542 * remote.c (adapt_remote_get_threadinfo): Ditto.
11543 * mi/mi-out.c (out_field_fmt): Ditto.
11544 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11545 (output_control_change_notification): Ditto.
11546 * m68k-tdep.c (m68k_register_byte): Ditto.
11547 (m68k_remote_breakpoint_from_pc): Ditto.
11548 * ui-out.c (init_ui_out_state): Delete unused declaration.
11549 * stabsread.c (search_value): Ditto.
11550 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11551 * maint.c (print_section_table): Ditto.
11552 * infrun.c (set_follow_fork_mode_command): Ditto.
11553
11554 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11555
11556 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11557 DW_CFA_def_cfa_exporession. Add support for
11558 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11559 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11560
11561 2004-01-18 Andrew Cagney <cagney@redhat.com>
11562
11563 * ocd.c: Update copyright.
11564 (bdm_read_register_command): Delete unused function.
11565 (_initialize_remote_ocd): Delete commented out reference.
11566 (get_quoted_char, reset_packet): Delete #if0ed function.
11567 (output_packet, put_quoted_char): Delete #if0ed function.
11568 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11569 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11570 (BDM_BREAKPOINT): Delete #if0ed macro.
11571 (remote_timeout): Delete #if0ed variable.
11572
11573 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11574
11575 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11576 (core-sol2.o): Remove dependency.
11577 * core-sol2.c: Remove file.
11578
11579 2004-01-17 Andrew Cagney <cagney@redhat.com>
11580
11581 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11582 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11583 enums.
11584
11585 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11586
11587 * remote.c: Update copyright years.
11588
11589 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11590
11591 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11592
11593 2004-01-17 Andrew Cagney <cagney@redhat.com>
11594
11595 * mdebugread.c: Update copyright.
11596 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11597 (parse_type, parse_procedure): Ditto.
11598 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11599
11600 * cris-tdep.c (cris_store_struct_return): Put back accidently
11601 deleted function.
11602
11603 * gdbarch.sh: Update copyright year.
11604 * gdbarch.h, gdbarch.c: Re-generate.
11605
11606 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11607
11608 Suggested by George Anzinger.
11609 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11610 correct stack offset. Include unknown opcode numbers in the error
11611 message.
11612
11613 2004-01-17 Andrew Cagney <cagney@redhat.com>
11614
11615 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11616 extract_struct_value_address, i386 does not set it.
11617 * sparc64-tdep.c (sparc64_init_abi): Do not set
11618 extract_struct_value_address, never called.
11619 (sparc64_extract_struct_value_address): Delete function.
11620 * m68hc11-tdep.c: Update copyright.
11621 (m68hc11_gdbarch_init): Delete redundant assignment of
11622 extract_struct_value_address.
11623 * i386-tdep.c: Update copyright.
11624 (i386_gdbarch_init): Do not set extract_struct_value_address,
11625 never called.
11626 (i386_extract_struct_value_address): Delete function.
11627 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11628 extract_struct_value_address, never called.
11629 (sparc32_extract_struct_value_address): #if 0 function. Add
11630 comments explaining its future.
11631
11632 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11633
11634 * arm-tdep.c (arm_write_pc): New function.
11635 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11636
11637 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11638
11639 * breakpoint.c (must_shift_inst_regs): Delete.
11640 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11641 and SHIFT_INST_REGS.
11642 * infcmd.c (step_1, step_1_continuation): Delete references to
11643 SHIFT_INST_REGS.
11644 * infrun.c (keep_going): Likewise.
11645 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11646 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11647
11648 2004-01-17 Andrew Cagney <cagney@redhat.com>
11649
11650 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11651 * gdbarch.h, gdbarch.c: Re-generate.
11652 * infcmd.c (print_return_value): Delete reference to
11653 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11654
11655 * cris-tdep.c (cris_gdbarch_init): Do not set
11656 deprecated_extract_struct_value_address.
11657
11658 * xstormy16-tdep.c: Update copyright.
11659 (xstormy16_extract_struct_value_address): Update to current
11660 extract struct value address interface.
11661 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11662 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11663 current extract struct value address interface.
11664 (sh64_gdbarch_init): Set extract_struct_value_address.
11665
11666 * cris-tdep.c: Update copyright.
11667 (cris_extract_struct_value_address): Delete function.
11668 (struct_return_address): Delete variable.
11669 (cris_store_struct_return): Do not set struct_return_address.
11670
11671 * mcore-tdep.c: Update copyright.
11672 (mcore_extract_struct_value_address): Delete function. Update
11673 comments.
11674 (mcore_gdbarch_init): Update.
11675 * mn10300-tdep.c: Update copyright.
11676 (mn10300_extract_struct_value_address): Delete function.
11677 (mn10300_gdbarch_init): Update.
11678 * v850-tdep.c: Update copyright.
11679 (v850_extract_struct_value_address): Delete.
11680 (v850_gdbarch_init): Update.
11681 * ns32k-tdep.c: Update copyright.
11682 (ns32k_extract_struct_value_address): Delete.
11683 (ns32k_gdbarch_init): Update.
11684 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11685 (hppa_gdbarch_init): Update.
11686 * vax-tdep.c: Update copyright.
11687 (vax_extract_struct_value_address): Delete.
11688 (vax_gdbarch_init): Update.
11689
11690 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11691 * gdbarch.h, gdbarch.c: Re-generate.
11692 * procfs.c (procfs_fetch_registers): Delete reference to
11693 DEPRECATED_NPC_REGNUM.
11694 (procfs_store_registers): Ditto.
11695 * regcache.c (generic_target_write_pc): Simplify.
11696 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11697
11698 * core-sol2.c (fetch_core_registers): Replace
11699 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11700
11701 * hppa-tdep.c: Update copyright year.
11702 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11703 NPC_REGNUM.
11704 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11705
11706 * mips-tdep.c (mips_write_pc): New function.
11707 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11708 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11709 (mips_find_saved_regs, mips_software_single_step: Ditto.
11710 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11711 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11712
11713 2004-01-17 Andrew Cagney <cagney@redhat.com>
11714
11715 * mips-tdep.c: Re-indent. Group functions by ABI.
11716
11717 2004-01-17 Andrew Cagney <cagney@redhat.com>
11718
11719 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11720 * gdbarch.c: Re-generate.
11721 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11722 DECR_PC_AFTER_BREAK to zero.
11723 * vax-tdep.c (vax_gdbarch_init): Ditto.
11724 * v850-tdep.c (v850_gdbarch_init): Ditto.
11725 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11726 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11727 * sh-tdep.c (sh_gdbarch_init): Ditto.
11728 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11729 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11730 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11731 * mips-tdep.c (mips_gdbarch_init): Ditto.
11732 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11733 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11734 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11735 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11736 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11737 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11738 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11739 * frv-tdep.c (frv_gdbarch_init): Ditto.
11740 * cris-tdep.c (cris_gdbarch_init): Ditto.
11741 * avr-tdep.c (avr_gdbarch_init): Ditto.
11742 * arm-tdep.c (arm_gdbarch_init): Ditto.
11743 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11744
11745 2004-01-17 J. Brobecker <brobecker@gnat.com>
11746
11747 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11748 Delete, no longer used.
11749 (read_subrange_type): New function, mostly extracted from
11750 read_array_type().
11751 (read_array_type): Replace extracted code by call to
11752 read_subrange_type().
11753 (dwarf2_get_attr_constant_value): New function.
11754 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11755 (add_partial_symbol): Likewise.
11756 (process_die): Likewise.
11757 (new_symbol): Likewise.
11758 (read_type_die): Likewise.
11759
11760 2004-01-16 Andrew Cagney <cagney@redhat.com>
11761
11762 * symfile.c: Update copyright year.
11763 (compare_symbols): Delete unused function.
11764 * stabsread.c: Update copyright year.
11765 (lrs_general_complaint): Delete unused function.
11766 (ref_search_value): Ditto.
11767 (get_substring): Delete declaration.
11768 * sh64-tdep.c: Update copyright year.
11769 (sh64_get_gdb_regnum): Delete unused function.
11770 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11771 Delete unused function.
11772
11773 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11774
11775 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11776 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11777
11778 2004-01-16 Andrew Cagney <cagney@redhat.com>
11779
11780 Changes from Peter Schauer.
11781 * rs6000-tdep.c: Update copyright year.
11782 (rs6000_push_dummy_call): Update the stack pointer before
11783 accessing the corresponding stack region.
11784 * rs6000-nat.c: Update copyright year.
11785 (set_host_arch): Set "info.abfd" to "exec_bfd".
11786
11787 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11788
11789 * blockframe.c: Update copyright year.
11790 (inside_entry_func): Don't treat a zero PC specially.
11791
11792 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11793
11794 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11795 variable.
11796 (gcore_create_callback): Ditto. Skip any memory segment that has
11797 no permissions set.
11798
11799 2004-01-14 David Carlton <carlton@kealia.com>
11800
11801 Change symbols for C++ nested types to contain the fully qualified
11802 name, if possible. (At least in the DWARF-2 case.) Partial fix
11803 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11804 c++/895.
11805 * c-exp.y (qualified_type): Handle types nested within classes.
11806 * cp-namespace.c: Update comments.
11807 (cp_set_block_scope): Delete #if 0.
11808 (cp_lookup_nested_type): Handle types nested within classes.
11809 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11810 when appropriate.
11811 (add_partial_symbol): Add the name of the enclosing namespace to
11812 types.
11813 (pdi_needs_namespace): New.
11814 (add_partial_namespace): Tweak comment.
11815 (add_partial_structure): New.
11816 (psymtab_to_symtab_1): Initialize processing_current_prefix
11817 here...
11818 (process_die): instead of here.
11819 (read_structure_scope): Try to figure out the name of the class or
11820 namespace that the structure might be defined within.
11821 (read_enumeration): Generate fully-qualified names, if possible.
11822 (read_namespace): Don't set name to NULL.
11823 (die_specification): New.
11824 (new_symbol): Generate fully-qualified names for types.
11825 (read_type_die): Determine appropriate prefix.
11826 (determine_prefix): New.
11827 (typename_concat): New.
11828 (class_name): New.
11829 * valops.c (value_aggregate_elt): Pass NOSIDE to
11830 value_struct_elt_for_reference.
11831 (value_struct_elt_for_reference): Make static, add NOSIDE
11832 parameter, call value_maybe_namespace_elt as a last resort.
11833 (value_namespace_elt): Break out code into
11834 value_maybe_namespace_elt.
11835 (value_maybe_namespace_elt): New.
11836
11837 2004-01-12 Andrew Cagney <cagney@redhat.com>
11838
11839 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11840 cooked floating-point registers.
11841 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11842 and value_to_register.
11843
11844 2004-01-13 Andrew Cagney <cagney@redhat.com>
11845
11846 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11847 * gdbarch.c: Re-generate.
11848 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11849 FUNCTION_START_OFFSET.
11850 * v850-tdep.c (v850_gdbarch_init): Ditto.
11851 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11852 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11853 * sh-tdep.c (sh_gdbarch_init): Ditto.
11854 * s390-tdep.c (s390_gdbarch_init): Ditto.
11855 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11856 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11857 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11858 * mips-tdep.c (mips_gdbarch_init): Ditto.
11859 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11860 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11861 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11862 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11863 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11864 * i386-tdep.c (i386_gdbarch_init): Ditto.
11865 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11866 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11867 * frv-tdep.c (frv_gdbarch_init): Ditto.
11868 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11869 * cris-tdep.c (cris_gdbarch_init): Ditto.
11870 * avr-tdep.c (avr_gdbarch_init): Ditto.
11871 * arm-tdep.c (arm_gdbarch_init): Ditto.
11872 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11873
11874 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11875
11876 * infrun.c (follow_fork_mode_ask): Remove.
11877 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11878 (follow_fork): Simplify and remove internal error for
11879 follow_fork_mode_ask.
11880 (_initialize_infrun): Update "set follow-fork-mode" help text.
11881
11882 2004-01-13 Andrew Cagney <cagney@redhat.com>
11883
11884 * configure.in: Update copyright year.
11885 (build_warnings): Add -Wunused-label.
11886 * configure: Re-generate.
11887
11888 2004-01-12 Andrew Cagney <cagney@redhat.com>
11889
11890 * exec.h (exec_ops): Make "extern".
11891
11892 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11893 the function is void.
11894 (mips_pseudo_register_write): Ditto.
11895
11896 2004-01-12 Andrew Cagney <cagney@redhat.com>
11897
11898 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11899 call. Never defined.
11900 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11901 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11902 (struct sparc_gregset, struct regcache): Ditto.
11903 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11904
11905 2004-01-12 Andrew Cagney <cagney@redhat.com>
11906
11907 * mi/ChangeLog: Delete file. Renamed to ...
11908 * mi/ChangeLog-1999-2003: New file.
11909 * tui/ChangeLog: Delete file. Renamed to ...
11910 * tui/ChangeLog-1998-2003: New file.
11911
11912 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11913
11914 * sparc64nbsd-tdep.c: Include "regset.h".
11915 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11916 Remove variables.
11917 (fetch_core_registers): Remove function.
11918 (sparc64nbsd_core_fns): Remove variable.
11919 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11920 functions.
11921 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11922 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11923 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11924
11925 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11926 sparc_extract_struct_value_address.
11927 (sparc32_gdbarch_init): Set extract_struct_value_address.
11928 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11929 function.
11930 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11931 return_value_on_stack.
11932
11933 * NEWS: Mention that %cs and %ss have been added to the AMD64
11934 configurations
11935
11936 * frame.c: Update copyright year.
11937 (get_prev_frame): Improve comment.
11938
11939 * sparc64fbsd-tdep.c: Include "regset.h".
11940 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11941 Remove variables.
11942 (fetch_core_registers): Remove function.
11943 (sparc64fbsd_core_fns): Remove variable.
11944 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11945 functions.
11946 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11947 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11948 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11949
11950 * sparcnbsd-tdep.c: Include "regset.h".
11951 (fetch_core_registers): Remove function.
11952 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11953 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11954 functions.
11955 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11956 TDEP->fpregset.
11957 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11958
11959 * sparc-tdep.h (struct regset): Provide opaque declaration.
11960 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11961 fpregset and sizeof_fpregset members.
11962 * sparc-tdep.c (struct regset): Provide opaque declaration.
11963 (sparc_regset_from_core_section): New function.
11964 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11965 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11966 Set regset_from_core_section when appropriate.
11967
11968 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11969
11970 * x86-64-tdep.c (amd64_non_pod_p): New function.
11971 (amd64_classify_aggregate): Return class memory for non-POD
11972 C++ structure types.
11973
11974 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11975 argument. Use it to reserve a register if necessary.
11976 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11977 amd64_push_arguments.
11978
11979 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11980
11981 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11982 register numbers in comments.
11983 * x86-64-tdep.h: Update copyright year.
11984 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11985 Adjust for addition of %cs and %ss.
11986 * amd64fbsd-nat.c: Update copyright year.
11987 (reg_offset): Add register offsets for %cs and %ss.
11988 * amd64fbsd-tdep.c: Update copyright year.
11989 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11990 (amd64fbsd_sc_reg_offset): Likewise.
11991 * x86-64-linux-nat.c: Update copyright year.
11992 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11993 and %ss.
11994 * amd64nbsd-nat.c: Update copyright year.
11995 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11996 * amd64nbsd-tdep.c: Update copyright year.
11997 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11998 * x86-64-linux-tdep.c: Update copyright year.
11999 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12000 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12001 * regformats/reg-x86-64.dat: Add %cs and %ss.
12002
12003 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12004 variables to prevent long lines. Update comments to reflect
12005 reality.
12006
12007 2004-01-09 David Carlton <carlton@kealia.com>
12008
12009 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12010 * dwarf2read.c (read_namespace): Pull out name-generating code
12011 into namespace_name. Rename previous_namespace to previous_prefix
12012 and processing_current_namespace to processing_current_prefix..
12013 (namespace_name): New function.
12014 (add_partial_symbol): Substitute uses of pdi->name with
12015 actual_name.
12016 * cp-support.h: Rename processing_current_namespace to
12017 processing_current_prefix.
12018 Update copyright year.
12019 * cp-namespace.c: Rename processing_current_namespace to
12020 processing_current_prefix.
12021 Update copyright year.
12022
12023 2004-01-09 Andrew Cagney <cagney@redhat.com>
12024
12025 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12026
12027 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12028
12029 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12030 complaining.
12031 (process_one_symbol): Deal with N_PATCH stabs.
12032
12033 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
12034
12035 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12036 ifdeffed code.
12037 Update copyright year.
12038
12039 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12040
12041 * config/pa/tm-hppa.h: Update extern declarations for
12042 hppa32_hpux_frame_saved_pc_in_sigtramp,
12043 hppa32_hpux_frame_base_before_sigtramp, and
12044 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12045
12046 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12047
12048 * config/pa/tm-hppah.h: Update copyright years.
12049
12050 2004-01-08 Andrew Cagney <cagney@redhat.com>
12051
12052 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12053 (mips_o32_reg_struct_has_addr): Delete function.
12054 (mips_gdbarch_init): Update.
12055 (mips_extract_struct_value_address): Delete function.
12056
12057 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12058
12059 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12060 reality.
12061
12062 2004-01-07 Andrew Cagney <cagney@redhat.com>
12063
12064 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12065 architecture's elf flags (when available).
12066
12067 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12068 FPU to the start, check the MIPS FPU when looking for an old
12069 architecture.
12070 (set_mipsfpu_single_command): Update the architecture.
12071 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12072
12073 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12074 (mips_mask_address_p): Add "tdep" parameter.
12075 (show_mask_address, mips_addr_bits_remove): Update.
12076 (mips_dump_tdep): Update.
12077 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12078 (MIPS_STACK_ARGSIZE): Delete macro.
12079 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12080 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12081 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12082 (mips_dump_tdep): Update.
12083 (MIPS_SAVED_REGSIZE): Delete macro.
12084 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12085 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12086 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12087 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12088 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12089 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12090 (mips_pop_frame, return_value_location): Update.
12091 (mips_n32n64_return_value, mips_dump_tdep): Update.
12092
12093 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12094 MIPS ABI.
12095
12096 * mips-tdep.c: Update copyright.
12097 (mips_gdbarch_init): Merge two code blocks handling the register
12098 name and number layout.
12099
12100 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12101
12102 * tracepoint.c (validate_actionline): Fix segv at EOF
12103
12104 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12105
12106 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12107 properly for static fields.
12108
12109 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12110 Jason Molenda <jmolenda@apple.com>
12111
12112 * disasm.c: Update copyright to include 2004.
12113 (do_mixed_source_and_assembly): For uiout asm list
12114 and tuple cleanups, initialize to null_cleanup instead of
12115 NULL and do so prior to loop. Only reset when we close off
12116 the tuple/list. Move check for whether to close off the
12117 asm tuple/list to after dump_insns call where it will be run
12118 on each loop iteration.
12119
12120 2004-01-05 Andrew Cagney <cagney@redhat.com>
12121
12122 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12123 should be a switch case and not a label.
12124 * mips-tdep.c (mips32_next_pc): Delete unused labels
12125 "greater_equal_branch" and "less_zero_branch".
12126 * jv-valprint.c (java_print_value_fields): Delete unused label
12127 "flush_it".
12128
12129 * target.c (unpush_target): Only close a target that is in the
12130 target stack.
12131
12132 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12133
12134 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12135 address from [sp + 64] instead of %o2.
12136
12137 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12138 fixes PR backtrace/1476.
12139
12140 2004-01-05 Andrew Cagney <cagney@redhat.com>
12141
12142 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12143 move to start of file.
12144 * i386-tdep.h (struct regcache): Add opaque declaration.
12145 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12146 declaration.
12147 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12148 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12149 * win32-nat.c (fake_create_process): Use ISO C style definition.
12150 * stabsread.c (define_symbol): Delete #ifndef
12151 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12152 stabs_argument_has_addr call, macro never defined.
12153
12154 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12155
12156 * op50-rom.c: Delete.
12157 * w89k-rom.c: Delete.
12158 * Makefile.in: Remove references.
12159
12160 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12161
12162 * x86-64-tdep.c: Update copyright year.
12163 (struct amd64_register_info): Rename from x86_64_register_info.
12164 (amd64_register_info): Rename from x86_64_register_info.
12165 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12166 (amd64_register_name): Rename from x86_64_register_name.
12167 (amd64_register_type): Rename from x86_64_register_type.
12168 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12169 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12170 (amd64_dwarf_reg_to_regnum): Rename from
12171 x86_64_dwarf_reg_to_regnum.
12172 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12173 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12174 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12175 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12176 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12177 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12178 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12179 (amd64_frame_cache): Rename from x86_64_frame_cache.
12180 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12181 (amd64_frame_prev_register): Rename from
12182 x86_64_frame_prev_register.
12183 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12184 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12185 (amd64_sigtramp_frame_cache): Rename from
12186 x86_64_sigtramp_frame_cache.
12187 (amd64_sigtramp_frame_prev_register): Rename from
12188 x86_64_sigtramp_frame_prev_register.
12189 (amd64_sigtramp_frame_unwind): Rename from
12190 x86_64_sigtramp_frame_unwind.
12191 (amd64_sigtramp_frame_sniffer): Rename from
12192 x86_64_sigtramp_frame_sniffer.
12193 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12194 (amd64_frame_base): Rename from x86_64_frame_base.
12195 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12196 (amd64_frame_align): Rename from x86_64_frame_align.
12197 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12198 (amd64_regset_from_core_section): Rename from
12199 x86_64_regset_from_core_section.
12200 (x86_64_init_abi): Update comments.
12201
12202 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12203
12204 * MAINTAINERS (write after approval): Add myself.
12205
12206 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12207
12208 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12209 `float' arguments.
12210
12211 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12212
12213 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12214 such that it mentions a specific version of GCC that exhibits this
12215 bug.
12216
12217 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12218
12219 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12220 structure that has a single `float' member, store it in %f1 in
12221 addition to %f0.
12222
12223 * sparc-sol2-nat.c: Add missing '\'.
12224
12225 * sparc-tdep.c (sparc32_return_value): New function.
12226 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12227 Remove functions.
12228 (sparc32_gdbarch_init): Set return_value, don't set
12229 extract_return_value, store_return_value, use_struct_convention
12230 and return_value_on_stack.
12231
12232 * sparc-sol2-nat.c: Add missing ')'.
12233
12234 2004-01-03 J. Brobecker <brobecker@gnat.com>
12235
12236 * infrun.c (handle_step_into_function): New function.
12237 (handle_inferior_event): Extract out some code into the new
12238 function above.
12239
12240 2004-01-03 J. Brobecker <brobecker@gnat.com>
12241
12242 * infrun.c (handle_inferior_event): Move the declaration of
12243 real_stop_pc inside the if blocks where it is used.
12244
12245 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12246
12247 * sparc64-tdep.c (sparc64_16_byte_align_p)
12248 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12249 Use check_typedef to get subtypes of structures and unions.
12250 (sparc64_store_return_value): Fix calculation of the appropriate
12251 offset into VALBUF when storing a structure or union.
12252 (sparc64_return_value): New function.
12253 (sparc64_use_struct_convention): Remove function.
12254 (sparc64_init_abi): Set return_value, don't set
12255 extract_return_value, store_return_value and
12256 use_struct_convention.
12257
12258 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12259
12260 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12261 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12262 gdb/config/alpha/xm-alphaosf.h,
12263 gdb/config/powerpc/tm-ppcle-eabi.h,
12264 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12265 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12266 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12267 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12268 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12269 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12270 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12271 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12272 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12273 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12274 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12275 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12276 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12277 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12278 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12279 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12280 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12281 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12282 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12283 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12284 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12285 Remove lines for .cvsignore files.
12286
12287 2004-01-03 J. Brobecker <brobecker@gnat.com>
12288
12289 * infrun.c: Back out the previous change.
12290
12291 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12292
12293 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12294 sparc-*-sunos4* to the list of REMOVED configurations.
12295
12296 * configure.tgt: Add back sparc-*-vxworks*.
12297 * remote-vxsparc.c: Remove all includes except for "defs.h",
12298 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12299 Include "sparc-tdep.h".
12300 (SPARC_R_G1): New define.
12301 (vxsparc_gregset): New variable.
12302 (ext_format_sparc): Remove extern declaration.
12303 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12304 sparc32_supply_fpregset.
12305 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12306 sparc_collect_rwindow and sparc32_collect_fpregset.
12307 * config/sparc/tm-vxworks.h: New file, based on recently removed
12308 tm-vxsparc.h.
12309 * config/sparc/vxworks.mt: New file, based on recently removed
12310 vxworks.mt.
12311
12312 2004-01-03 J. Brobecker <brobecker@gnat.com>
12313
12314 * infrun.c (handle_step_into_function): New function.
12315 (handle_inferior_event): Extract out some code into the new
12316 function above.
12317
12318 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12319
12320 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12321 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12322 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12323 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12324 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12325 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12326 (sparc_nat_h): New variable.
12327 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12328 (tm-sun4os4.h): Remove dependency.
12329 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12330 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12331 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12332 sparc-tdep.o): Update dependencies.
12333 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12334 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12335 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12336 dependencies.
12337 * configure.host: Remove existing sparc-*-lynxos*,
12338 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12339 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12340 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12341 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12342 triplets.
12343 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12344 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12345 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12346 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12347 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12348 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12349 sparc64-*-solaris2* and sparc64-*-* triplets.
12350 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12351 "symtab.h" and "objfiles.h".
12352 (BIAS): Remove define.
12353 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12354 (X_DISP19): Remove macros.
12355 (sparc_fetch_instruction): Remove function.
12356 (struct gdbarch_tdep): Remove definition.
12357 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12358 (sparc_breakpoint_from_pc): Remove function.
12359 (struct sparc64_frame_cache): Remove definition.
12360 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12361 sparc64_unwind_pc): Remove functions.
12362 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12363 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12364 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12365 (sparc64_frame_cache): Change return type to `struct
12366 sparc_frame_cache *'. Simply call sparc_frame_cache.
12367 (sparc64_frame_this_id, sparc64_frame_prev_register,
12368 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12369 instead of `struct sparc64_frame_cache.
12370 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12371 sparc_analyze_control_transfer, sparc_software_single_step,
12372 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12373 _initialize_sparc64_tdep): Remove functions.
12374 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12375 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12376 macros.
12377 (sparc64_supply_gregset, sparc64_collect_gregset,
12378 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12379 (sparc64_init_abi): New function.
12380 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12381 inclusion guard. Include "sparc-tdep.h".
12382 (BIAS): Define.
12383 (r_tstate_offset, r_fprs_offset): New defines.
12384 (enum sparc_regnum): Remove defenition.
12385 (enum sparc64_regnum): Reformat.
12386 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12387 (sparc64_init_abi, sparc64_supply_gregset,
12388 sparc64_collect_gregset, sparc64_supply_fpregset,
12389 sparc64_collect_fpregset): New prototypes.
12390 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12391 Add extern declarations.
12392 (sparc64_sol2_init_abi): New prototype.
12393 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12394 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12395 prototypes.
12396 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12397 "sparnbsd-nat.h".
12398 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12399 functions.
12400 (_initialize_sparc64fbsd_nat): Remove initialization of
12401 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12402 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12403 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12404 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12405 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12406 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12407 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12408 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12409 (sparc64fbsd_r_y_offset): Remove variables.
12410 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12411 Make static and const.
12412 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12413 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12414 functions.
12415 (sparc64fbsd_gregset): New variable.
12416 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12417 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12418 and sparc64_supply_fpregset.
12419 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12420 (sparc64fbsd_sigtramp_frame_this_id)
12421 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12422 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12423 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12424 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12425 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12426 * sparcnbsd-tdep.c: Update copyright year. Include
12427 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12428 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12429 "value.h" and "sparcnbsd-tdep.h".
12430 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12431 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12432 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12433 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12434 defines.
12435 (sparcnbsd_gregset): New variable.
12436 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12437 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12438 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12439 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12440 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12441 variables.
12442 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12443 (sparc32nbsd_sigcontext_frame_this_id)
12444 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12445 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12446 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12447 (sparcnbsd_get_longjmp_target_32,
12448 sparcnbsd_get_longjmp_target_64): Remove functions.
12449 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12450 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12451 sparcnbsd_init_elf): Remove.
12452 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12453 (sparcnbsd_elf_init_abi): New functions.
12454 (_initialize_sparcnbsd_tdep): New prototype.
12455 (_initialize_sparnbsd_tdep): Update.
12456 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12457 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12458 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12459 * config/sparc/linux.mh: Update comment.
12460 (XM_FILE, HOST_IPC): Remove variables.
12461 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12462 sparc-linux-nat.o.
12463 * config/sparc/linux.mt: Update comment.
12464 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12465 * config/sparc/nbsd.mt: Reformat.
12466 * config/sparc/nbsd64.mh: Update comment.
12467 (NATDEPFILES): Add sparc-nat.o.
12468 * config/sparc/nbsd64.mt: Update comment.
12469 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12470 (TM_FILE): Set to tm-nbsd.h.
12471 * config/sparc/nbsdelf.mh: Update comment.
12472 (NATDEPFILES): Add sparc-nat.o.
12473 (XM_FILE): Delete.
12474 * config/sparc/nbsdaout.mh: Update comment.
12475 (NATDEPFILES): Add sparc-nat.o
12476 (XM_FILE): Delete.
12477 * config/sparc/nm-linux.h: Update copyright year. Don't include
12478 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12479 inclusion.
12480 (KERNEL_U_SIZE): Remove define.
12481 (kernel_u_size): Remove prototype.
12482 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12483 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12484 "regcache.h".
12485 (CHILD_PREPARE_TO_STORE): Remove define.
12486 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12487 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12488 sparcnbsd-nat.c: Rewrite files.
12489 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12490 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12491 sparcnbsd-tdep.h: Remove files.
12492 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12493 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12494 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12495 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12496 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12497 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12498 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12499 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12500 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12501 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12502 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12503 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12504 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12505 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12506 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12507 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12508 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12509 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12510 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12511
12512 2004-01-02 Andrew Cagney <cagney@redhat.com>
12513
12514 From 2003-12-18 Kazuhiro Inaoka:
12515 * configure.host: Add m32r-linux target.
12516
12517 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12518
12519 * top.c (print_gdb_version): Update year to 2004.
12520
12521 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12522
12523 * MAINTAINERS: Add myself to the write-after-approval category.
12524
12525 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12526
12527 From Bernardo Innocenti <bernie@develer.com>:
12528 * configure.tgt: Add uClinux target.
12529
12530 2004-01-02 Andrew Cagney <cagney@redhat.com>
12531
12532 * utils.c (do_my_cleanups): Make static, add forward declaration.
12533 * defs.h (do_my_cleanups): Delete declaration.
12534
12535 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12536
12537 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12538 bfd/ChangeLog-0203.
12539
12540 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12541
12542 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12543 in <machine/reg.h>.
12544 * configure, config.in: Regenerate.
12545
12546 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12547 tui/ChangeLog-1998-2003.
12548 \f
12549 Local Variables:
12550 mode: change-log
12551 left-margin: 8
12552 fill-column: 74
12553 version-control: never
12554 End: