* m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
[deliverable/binutils-gdb.git] / gdb / ChangeLog
... / ...
CommitLineData
12004-09-30 Mark Kettenis <kettenis@gnu.org>
2
3 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
4 (m88kbsd_fetch_inferior_registers): Rename from
5 fetch_inferior_registers. Make static.
6 (m88kbsd_store_inferior_registers): Rename from
7 store_inferior_registers. Make static.
8 (_initialize_m88kbsd_nat): New prototype and function.
9 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
10 inftarg.o. Add inf-child.o and inf-ptrace.o.
11 (NAT_FILE): Remove.
12 * Makefile.in (m88kbsd-nat.o): Update dependencies.
13
142004-09-30 Andrew Cagney <cagney@gnu.org>
15
16 * target.c (target_xfer_partial): New function.
17 (target_read_memory_partial, target_write_memory_partial)
18 (default_xfer_partial, target_read_partial, target_write_partial)
19 (xfer_using_stratum): Use.
20 (debug_to_xfer_partial): Delete function.
21 (setup_target_debug): Do not override to_xfer_partial.
22
232004-09-30 Mark Kettenis <kettenis@chello.nl>
24
25 * fork-child.c: Update copyright year. Fix coding style.
26
272004-09-29 Mark Kettenis <kettenis@gnu.org>
28
29 * defs.h (msavestring, mstrsave): Remove prototypes.
30 * utils.c (msavestring, mstrsave): Remove functions.
31 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
32 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
33 of mstrsave.
34 * source.c (find_and_open_source): Use xstrdup instead of
35 mstrsave.
36
372004-09-30 Andrew Cagney <cagney@gnu.org>
38
39 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
40 (inf_ptrace_xfer_memory): Delete.
41 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
42 (target_read_memory, target_write_memory): Use xfer_using_stratum
43 when target_xfer_partial_p.
44 (debug_target): Move to start of file.
45 (target_read_memory_partial, target_write_memory_partial): Use
46 to_xfer_partial when target_xfer_partial_p.
47
48 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
49 inf_ptrace_xfer_memory with equivalent code.
50 * inftarg.c (child_xfer_partial): When performing a write, pass
51 writebuf to child_xfer_memory.
52
53 * target.c (target_read_string): Use target_read_memory instead of
54 target_xfer_memory.
55
562004-09-29 Andrew Cagney <cagney@gnu.org>
57
58 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
59 the address of status.
60
61 * infptrace.c (ptrace_wait): Mention problem with HPUX.
62 (kill_inferior): Inline ptrace_wait call.
63 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
64 * inftarg.c (child_wait): Inline ptrace_wait call.
65
66 * target.h (struct target_ops): Delete field to_post_wait.
67 (target_post_wait): Delete macro.
68 (child_post_wait): Delete declaration.
69 * target.c (update_current_target, update_current_target)
70 (debug_to_post_wait, setup_target_debug): Delete functions and
71 references.
72 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
73 * inftarg.c (child_post_wait): Delete.
74 (init_child_ops): Do not set to_post_wait.
75 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
76 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
77 * inf-child.c (inf_child_post_wait): Delete.
78 (inf_child_target): Do not set to_post_wait.
79 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
80 (inf_ptrace_target): Do not set to_post_wait.
81
82 * wince.c (child_ops): Delete.
83 * win32-nat.c (child_ops): Delete.
84
85 * inftarg.c (inftarg_set_find_memory_regions)
86 (inftarg_set_make_corefile_notes): Delete functions.
87 (_initialize_linux_nat): Inline calls.
88
89 * target.h (child_ops): Declare.
90 * inftarg.c (child_ops): Move from here ...
91 * target.c (child_ops): ... to here.
92 * wince.c (child_ops): Delete extern declaration.
93 * win32-nat.c (child_ops): Delete extern declaration.
94 * linux-nat.c (child_ops): Delete extern declaration.
95 * hpux-thread.c (child_ops): Delete extern declaration.
96
972004-09-28 Mark Kettenis <kettenis@gnu.org>
98
99 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
100
1012004-09-28 Mark Kettenis <kettenis@gnu.org>
102
103 * configure.in: Only set host_makefile_frag when building a native
104 debugger.
105 * configure: Regenerate.
106
107 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
108 for OpenBSD ELF.
109
1102004-09-28 Andrew Cagney <cagney@gnu.org>
111
112 Problem identified by Paul Hilfinger.
113 * Makefile.in (ada_lex_c): Define.
114 (ada-lex.o): Delete rule.
115
116 * linux-proc.c: Delete file.
117 * Makefile.in: Update.
118 * config/sparc/linux64.mh (NATDEPFILES):
119 * config/sparc/linux.mh (NATDEPFILES): Update.
120 * config/s390/s390.mh (NATDEPFILES): Update.
121 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
122 * config/powerpc/linux.mh (NATDEPFILES): Update.
123 * config/pa/linux.mh (NATDEPFILES): Update.
124 * config/mips/linux.mh (NATDEPFILES): Update.
125 * config/m68k/linux.mh (NATDEPFILES): Update.
126 * config/ia64/linux.mh (NATDEPFILES): Update.
127 * config/i386/linux64.mh (NATDEPFILES): Update.
128 * config/i386/linux.mh (NATDEPFILES): Update.
129 * config/arm/linux.mh (NATDEPFILES): Update.
130 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
131 * linux-nat.c: Update copyright. Include <sys/param.h>,
132 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
133 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
134 (O_LARGEFILE): Possibly define.
135 (_initialize_linux_nat, linux_proc_pending_signals)
136 (add_line_to_sigset, linux_proc_xfer_memory)
137 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
138 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
139 (struct linux_corefile_thread_data)
140 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
141 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
142
1432004-09-16 Andrew Cagney <cagney@gnu.org>
144
145 * lin-lwp.c: Delete file.
146 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
147 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
148 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
149 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
150 (linux_nat_attach, detach_callback, linux_nat_detach)
151 (resume_callback, resume_clear_callback, linux_nat_resume)
152 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
153 (stop_wait_callback, linux_nat_has_pending, flush_callback)
154 (status_callback, running_callback, count_events_callback)
155 (select_singlestep_lwp_callback, select_event_lwp_callback)
156 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
157 (child_wait, stop_and_resume_callback, linux_nat_wait)
158 (kill_callback, kill_wait_callback, linux_nat_kill)
159 (linux_nat_create_inferior, linux_nat_mourn_inferior)
160 (linux_nat_xfer_memory, linux_nat_thread_alive)
161 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
162 (_initialize_linux_nat): New functions.
163 * Makefile.in: Update all dependencies.
164 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
165 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
166 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
167 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
168 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
169 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
170 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
171 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
172 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
173 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
174 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
175 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
176 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
177
1782004-09-27 Mark Kettenis <kettenis@gnu.org>
179
180 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
181 config/i386/obsd64.mh (NAT_FILE): Remove variable.
182
183 * configure.in: Don't comment out NATDEPFILES in the generated
184 Makefile if NAT_FILE is unset.
185 * configure: Regenerate.
186
1872004-09-27 Andrew Cagney <cagney@gnu.org>
188
189 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
190 (insert_step_resume_breakpoint): Delete.
191 (insert_step_resume_breakpoint_at_frame): New function.
192 (insert_step_resume_breakpoint_at_sal): New function.
193 (handle_inferior_event, step_into_function)
194 (insert_step_resume_breakpoint): Simplify by using same.
195
196 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
197
1982004-09-26 Mark Kettenis <kettenis@gnu.org>
199
200 * fbsd-proc.c: Remove file.
201 * Makefile.in (fbsd-proc.o): Remove dependency.
202
203 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
204 code together.
205
206 * config/i386/nm-fbsd64.h: Remove file.
207 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
208
2092004-09-26 Mark Kettenis <kettenis@gnu.org>
210
211 * amd64-nat.h: Update copyright year.
212 (amd64bsd_target): New prototype.
213 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
214 (amd64bsd_target): New function.
215 (amd64bsd_fetch_inferior_registers): Rename from
216 fetch_inferior_registers. Make static.
217 (amd64bsd_store_inferior_registers): Rename from
218 store_inferior_registers. Make static.
219 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
220 (_initialize_amd64fbsd_nat): Construct and add target vector.
221 * amd64nbsd-nat.o: Include "target.h".
222 (_initialize_amd64nbsd_nat): Construct and add target vector.
223 * amd64obsd-nat.c: Include "target.h".
224 (_initialize_amd64obsd_nat): Construct and add target vector.
225 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
226 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
227 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
228 fbsd-nat.o.
229 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
230 Remove infptrace.o and inftarg.o. Add inf-child.o and
231 inf-ptrace.o.
232 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
233 (amd64obsd-nat.o): Update dependencies.
234
2352004-09-25 Mark Kettenis <kettenis@gnu.org>
236
237 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
238 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
239 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
240 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
241 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
242
243 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
244 Inline attach call.
245 (inf_ptrace_detach): Inline detach call.
246
247 * configure.in: Check for waddstr instead of mvwaddstr when
248 searching for curses library. Check for wborder.
249 * configure, config.in: Regenerate.
250 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
251 available.
252
253 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
254
2552004-09-24 Robert Picco <Robert.Picco@hp.com>
256
257 Committed by Andrew Cagney.
258 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
259 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
260 configuration.
261 (fetch_register_using_p): Implement 'p' packet. Based on code by
262 Fernando Nasser.
263 (remote_fetch_registers): Call fetch_register_using_p.
264 (init_all_packet_configs, show_remote_cmd)
265 (_initialize_remote): Add p-packet.
266
2672004-09-24 Mark Kettenis <kettenis@gnu.org>
268
269 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
270 instead of call_ptrace. Call wait directly instead of
271 ptrace_wait.
272 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
273 (inf_ptrace_wait): Inline ptrace_wait call.
274
2752004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
276
277 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
278 rolled back instead.
279
2802004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
281
282 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
283 the new argument order.
284
2852004-09-23 Corinna Vinschen <vinschen@redhat.com>
286
287 * MAINTAINERS: Remove "broken" from XStormy16 entry.
288 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
289 (struct gdbarch_tdep): Remove.
290 (struct xstormy16_frame_cache): New frame cache structure.
291 (xstormy16_register_byte, xstormy16_register_raw_size)
292 (xstormy16_reg_virtual_type, xstormy16_register_type)
293 (xstormy16_push_arguments, xstormy16_push_return_address)
294 (xstormy16_pop_frame, xstormy16_store_struct_return)
295 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
296 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
297 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
298 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
299 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
300 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
301 (xstormy16_use_struct_convention): Drop gcc_p parameter.
302 (xstormy16_extract_return_value, xstormy16_store_return_value):
303 Regcachify. Drop useless struct convention handling.
304 (xstormy16_register_type, xstormy16_return_value)
305 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
306 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
307 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
308 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
309 (xstormy16_unwind_sp, xstormy16_unwind_pc)
310 (xstormy16_unwind_dummy_id) : New functions.
311 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
312 of xstormy16_scan_prologue.
313 (xstormy16_frame_unwind): New frame_unwind structure.
314 (xstormy16_frame_base): New frame_base structure.
315 (xstormy16_gdbarch_init): Accomodate all of the above changes.
316 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
317
3182004-09-22 Mark Kettenis <kettenis@gnu.org>
319
320 * language.c (language_gdbarch_post_init): Fix off-by one error.
321
3222004-09-21 Daniel Jacobowitz <dan@debian.org>
323
324 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
325 (struct dwarf2_offset_and_type): New.
326 (set_die_type, reset_die_and_siblings_types, get_die_type)
327 (offset_and_type_hash, offset_and_type_eq): New functions.
328 (read_structure_type, read_enumeration_type, read_array_type)
329 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
330 (read_tag_reference_type, read_tag_const_type)
331 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
332 (read_typedef, read_base_type, read_subrange_type): Use
333 set_die_type.
334
3352004-09-20 Daniel Jacobowitz <dan@debian.org>
336
337 * Makefile.in (dwarf2read.o): Update dependencies.
338 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
339 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
340 and read_in_chain.
341 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
342 mark, and has_form_ref_addr.
343 (struct dwarf2_per_cu_data): New.
344 (dwarf2_max_cache_age): New.
345 (dwarf2_build_psymtabs_hard): Free cached compilation units
346 after loading. Create and manage the list of compilation units.
347 Remove unnecessary NULL initialization. Fix indentation.
348 (psymtab_to_symtab_1): Initialize all of CU.
349 (dwarf2_read_abbrevs): Set has_form_ref_addr.
350 (find_partial_die): Use dwarf2_find_containing_comp_unit
351 and load_comp_unit.
352 (free_stack_comp_unit): Update comments. Clear the per-cu
353 pointer. Handle aging.
354 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
355 (age_cached_comp_units, free_one_cached_comp_unit)
356 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
357 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
358 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
359 (show_dwarf2_cmd): New.
360 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
361 and "maint show dwarf2 max-cache-age".
362 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
363 externs.
364 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
365 global.
366
3672004-09-20 Jeff Johnston <jjohnstn@redhat.com>
368
369 * dwarf2read.c (typename_concat): Change prototype to accept obstack
370 and dwarf2_cu struct pointer as arguments. Change function to use
371 obstack if provided and use dwarf2_cu to determine language-specific
372 separator.
373 (partial_die_parent_scope): Change comment to include java. Use
374 new version of typename_concat instead of obconcat.
375 (partial_die_full_name): Use typename_concat.
376 (read_namespace): Ditto.
377 (read_enumeration_type): Use typename_concat instead of obconcat.
378 (new_symbol): Ditto.
379 (add_partial_symbol): Enhance tests for C++ to also test for Java.
380 (guess_structure_name): Ditto.
381 (read_subroutine_type): Ditto.
382 (read_structure_type): Ditto.
383 (is_vtable_name): Add Java support.
384 (determine_class_name): Switch to new typename_concat call.
385 (determine_prefix): Switch to new typename_concat call.
386 * jv-exp.y (FuncStart): New pattern.
387 (MethodInvocation): Add support for simple function calls. Change
388 warning message for other forms of inferior call currently not
389 supported.
390 * valarith.c (value_subscript): Treat an array with upper-bound
391 of -1 as unknown size.
392
3932004-09-20 Daniel Jacobowitz <dan@debian.org>
394
395 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
396 (lookup_partial_symtab): Use symtab_to_fullname.
397
3982004-09-19 Jim Blandy <jimb@redhat.com>
399
400 * minsyms.c (lookup_minimal_symbol): Doc fix.
401
4022004-09-20 Andrew Cagney <cagney@gnu.org>
403
404 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
405 CHILD_RESUME.
406 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
407 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
408 KILL_INFERIOR.
409 * infptrace.c: Update.
410
4112004-09-19 Daniel Jacobowitz <dan@debian.org>
412
413 * symtab.c (output_source_filename): Mark first argument as const.
414 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
415 for "info sources" output.
416
4172004-09-20 Mark Kettenis <kettenis@gnu.org>
418
419 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
420 <machine/vmparam.h>.
421 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
422 (register_u_addr): Remove prototype.
423
4242004-09-19 Mark Kettenis <kettenis@gnu.org>
425
426 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
427 (i386bsd_fetch_inferior_registers): Rename from
428 fetch_inferior_registers. Make static.
429 (i386bsd_store_inferior_registers): Rename from
430 store_inferior_registers. Make static.
431 (i386bsd_target): New function.
432 * i386bsd-nat.h: New file.
433 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
434 "i386bsd-nat.h".
435 (i386fbsd_resume): Rename from child_resume. Make static.
436 (_initialize_i386fbsd_nat): Construct and add target vector.
437 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
438 (_initialize_i386nbsd_nat): Construct and add target vector.
439 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
440 Remove defines.
441 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
442 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
443 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
444 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
445 (LOADLIBES): New variable.
446 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
447 inf-ptrace.o. Remove inftarg.o.
448 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
449 inf-ptrace.o. Remove inftarg.o.
450 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
451 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
452 (LOADLIBES): New variable.
453 * Makefile.in (i386bsd_nat_h): New variable.
454 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
455 dependencies.
456
457 * sparc64nbsd-tdep.c: Include "objfiles.h".
458 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
459 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
460 svr4_lp64_fetch_link_map_offsets.
461 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
462 "nbsd-tdep.h".
463 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
464 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
465 svr4_lp64_fetch_link_map_offsets.
466 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
467 dependencies.
468
469 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
470 * fbsd-nat.h: New file.
471 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
472 (fbsd_nat_h): New variable.
473 (fbsd-nat.o): New dependency.
474
475 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
476 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
477
478 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
479 comment.
480
4812004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
482
483 * ada-exp.y (type_int): New function to add layer of abstraction
484 around references to expression types.
485 (type_long): Ditto.
486 (type_long_long): Ditto.
487 (type_float): Ditto.
488 (type_double): Ditto.
489 (type_long_double): Ditto.
490 (type_char): Ditto.
491 (type_system_address): Ditto.
492 (simple_exp): Use type_* functions in place of builtin_*
493 variables.
494 (exp): Ditto.
495 (write_var_from_name): Ditto.
496 (write_object_renaming): Ditto.
497 * ada-lang.c (ada_create_fundamental_type): Remove redundant
498 declaration.
499 (build_ada_types): Remove, replacing with...
500 (ada_language_arch_info): New function to initialize primitive
501 type vector in language_arch_info.
502 (ada_array_length): Remove use of builtin_type_ada_int.
503 (value_pos_atr): Ditto.
504 (ada_evaluate_subexp): Ditto.
505 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
506 builtin_type_ada_long_long, builtin_type_ada_char,
507 builtin_type_ada_float, builtin_type_ada_double,
508 builtin_type_ada_long_double, builtin_type_ada_natural,
509 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
510 (ada_builtin_types): Remove.
511 (ada_language_defn): Remove entries for la_builtin_type_vector and
512 string_char_type and use ada_language_arch_info.
513 (_initialize_ada_language): Do type-vector initialization along
514 the lines of c-lang.c.
515 (ada_create_fundamental_type): Break up line.
516 (ada_dump_symtab): Remove unused function.
517 (enum ada_primitive_types): Define.
518 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
519 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
520 builtin_type_ada_float, builtin_type_ada_double,
521 builtin_type_ada_long_double, builtin_type_ada_natural,
522 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
523 * ada-lex.l: Use type_* functions in place of builtin_* variables.
524 (processInt): Ditto.
525 (processReal): Ditto.
526 (name_lookup): Ditto.
527 * ada-typeprint.c (print_range): Use builtin_type_int, not
528 builtin_type_ada_int.
529
5302004-09-18 Mark Kettenis <kettenis@gnu.org>
531
532 * i386-tdep.c (i386_register_name): Rename regno to regnum.
533
534 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
535 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
536 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
537 * configure.in: Improve checks for curses library by checking for
538 mvwaddstr instead of initscr. Drop HP curses in favour of
539 standard curses on HP-UX.
540 * configure: Regenerated.
541
5422004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
543
544 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
545 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
546 Minor formatting changes.
547 (empty_array): Slight rewrite for formatting.
548 (emit_char,parse,ada_language_defn,build_ada_types,
549 ada_is_exception_sym, _initialize_ada_language): Move
550 definitions around.
551 (ada_dump_symtab): Remove unused definition.
552 (ada_maybe_exception_partial_symbol): Remove unused definition.
553
5542004-09-16 Andrew Cagney <cagney@gnu.org>
555
556 * inf-child.c: Include "gdb_string.h".
557 (inf_child_core_file_to_sym_file): Delete.
558 (inf_child_target): Set to_fetch_registers and to_store_registers.
559 * inf-ptrace.c: Include "gdb_string.h".
560 * Makefile.in: Update all dependencies.
561
562 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
563 problem.
564
5652004-09-14 Joel Brobecker <brobecker@gnat.com>
566
567 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
568 call to heuristic_proc_desc. Remove code that became redundant
569 as a consequence.
570 (read_next_frame_reg): Remove special case for SP_REGNUM.
571 (set_reg_offset): Fix small typo.
572 (reset_saved_regs): New procedure.
573 (mips32_heuristic_proc_desc): No longer compute a fake
574 procedure descriptor. Compute the full frame cache instead.
575 Some minor comment reformatting.
576
5772004-09-14 Andrew Cagney <cagney@gnu.org>
578
579 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
580 maintainer.
581
582 * thread-db.c (thread_db_new_objfile): Assume that there is a
583 child process.
584
5852004-09-13 Jim Blandy <jimb@redhat.com>
586
587 * valops.c (value_assign): Move 'buffer' to the enclosing block,
588 so that its storage isn't referenced after its lifetime ends.
589
590 * valops.c (value_assign): 'use_buffer' is initialized to zero,
591 and never assigned to. Delete it, and the 'if (use_buffer)'
592 clauses. Delete 'raw_buffer', since it is now unused.
593
5942004-09-13 Andrew Cagney <cagney@gnu.org>
595
596 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
597 * configure: Re-generate.
598 * nlm/Makefile.in (TAGS): Update.
599 * Makefile.in (TAGS): Update.
600 * config/vax/nbsd.mt (TM_FILE): Update.
601 * config/sparc/vxworks.mt (TM_FILE): Update.
602 * config/sparc/sol2.mt (TM_FILE): Update.
603 * config/sparc/sol2-64.mt (TM_FILE): Update.
604 * config/sparc/obsd64.mt (TM_FILE): Update.
605 * config/sparc/obsd.mt (TM_FILE): Update.
606 * config/sparc/nbsd64.mt (TM_FILE): Update.
607 * config/sparc/nbsd.mt (TM_FILE): Update.
608 * config/sparc/linux64.mt (TM_FILE): Update.
609 * config/sparc/linux.mt (TM_FILE): Update.
610 * config/sparc/fbsd.mt (TM_FILE): Update.
611 * config/sh/wince.mt (TM_FILE): Update.
612 * config/sh/nbsd.mt (TM_FILE): Update.
613 * config/sh/linux.mt (TM_FILE): Update.
614 * config/sh/embed.mt (TM_FILE): Update.
615 * config/s390/s390.mt (TM_FILE): Update.
616 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
617 * config/rs6000/rs6000.mt (TM_FILE): Update.
618 * config/rs6000/aix4.mt (TM_FILE): Update.
619 * config/powerpc/vxworks.mt (TM_FILE): Update.
620 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
621 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
622 * config/powerpc/obsd.mt (TM_FILE): Update.
623 * config/powerpc/nbsd.mt (TM_FILE): Update.
624 * config/powerpc/linux.mt (TM_FILE): Update.
625 * config/powerpc/aix.mt (TM_FILE): Update.
626 * config/pa/obsd.mt (TM_FILE): Update.
627 * config/pa/linux.mt (TM_FILE): Update.
628 * config/pa/hppahpux.mt (TM_FILE): Update.
629 * config/pa/hppa64.mt (TM_FILE): Update.
630 * config/pa/hppa.mt (TM_FILE): Update.
631 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
632 * config/mips/wince.mt (TM_FILE): Update.
633 * config/mips/vxmips.mt (TM_FILE): Update.
634 * config/mips/nbsd.mt (TM_FILE): Update.
635 * config/mips/linux.mt (TM_FILE): Update.
636 * config/mips/irix6.mt (TM_FILE): Update.
637 * config/mips/irix5.mt (TM_FILE): Update.
638 * config/mips/embed.mt (TM_FILE): Update.
639 * config/m68k/vxworks68.mt (TM_FILE): Update.
640 * config/m68k/st2000.mt (TM_FILE): Update.
641 * config/m68k/os68k.mt (TM_FILE): Update.
642 * config/m68k/obsd.mt (TM_FILE): Update.
643 * config/m68k/nbsd.mt (TM_FILE): Update.
644 * config/m68k/monitor.mt (TM_FILE): Update.
645 * config/m68k/linux.mt (TM_FILE): Update.
646 * config/m68k/cisco.mt (TM_FILE): Update.
647 * config/ia64/linux.mt (TM_FILE): Update.
648 * config/ia64/aix.mt (TM_FILE): Update.
649 * config/ia64/ia64.mt (TM_FILE): Update.
650 * config/i386/vxworks.mt (TM_FILE): Update.
651 * config/i386/obsd64.mt (TM_FILE): Update.
652 * config/i386/obsd.mt (TM_FILE): Update.
653 * config/i386/nto.mt (TM_FILE): Update.
654 * config/i386/nbsd64.mt (TM_FILE): Update.
655 * config/i386/nbsd.mt (TM_FILE): Update.
656 * config/i386/linux64.mt (TM_FILE): Update.
657 * config/i386/linux.mt (TM_FILE): Update.
658 * config/i386/i386sol2.mt (TM_FILE): Update.
659 * config/i386/i386lynx.mt (TM_FILE): Update.
660 * config/i386/fbsd64.mt (TM_FILE): Update.
661 * config/i386/fbsd.mt (TM_FILE): Update.
662 * config/i386/cygwin.mt (TM_FILE): Update.
663 * config/h8300/h8300.mt (TM_FILE): Update.
664 * config/frv/frv.mt (TM_FILE): Update.
665 * config/cris/cris.mt (TM_FILE): Update.
666 * config/arm/wince.mt (TM_FILE): Update.
667 * config/arm/nbsd.mt (TM_FILE): Update.
668 * config/arm/linux.mt (TM_FILE): Update.
669 * config/arm/embed.mt (TM_FILE): Update.
670 * config/alpha/nbsd.mt (TM_FILE): Update.
671 * config/alpha/fbsd.mt (TM_FILE): Update.
672 * config/alpha/alpha.mt (TM_FILE): Update.
673 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
674 * config/alpha/alpha-linux.mt (TM_FILE): Update.
675
676 Eliminate event_loop_p, always has the value 1.
677 * defs.h (event_loop_p): Delete macro.
678 * breakpoint.c (until_break_command): Simplify.
679 * utils.c (prompt_for_continue): Simplify.
680 * tracepoint.c (read_actions): Simplify.
681 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
682 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
683 (set_prompt, init_main): Simplify.
684 (init_signals, disconnect): Delete, unused.
685 * remote.c (remote_async_resume)
686 (extended_remote_async_create_inferior): Simplify.
687 * mi/mi-interp.c (mi_input): Delete, unused.
688 (mi_interpreter_resume, mi_command_loop): Simplify.
689 * interps.c (current_interp_command_loop): Simplify.
690 * infrun.c (proceed): Simplify.
691 * infcmd.c (run_command, continue_command, step_1, jump_command)
692 (until_command, advance_command, finish_command)
693 (interrupt_target_command): Simplify.
694 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
695
696 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
697 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
698 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
699 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
700 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
701 * mips-tdep.c (mips_dump_tdep): Do not print same.
702
7032004-09-12 Andrew Cagney <cagney@gnu.org>
704
705 * valprint.c (print_longest): Use fputs_filtered. Make "val"
706 const.
707 * Makefile.in (valprint.o): Delete explict rule.
708
709 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
710 reported by Dave Anderson.
711
712 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
713
714 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
715
7162004-09-12 Salvador E. Tropea <set@users.sf.net>
717 Andrew Cagney <cagney@gnu.org>
718
719 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
720 (mi_cmd_data_list_register_values)
721 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
722 the register number computation.
723
7242004-09-12 Andrew Cagney <cagney@gnu.org>
725
726 * ppcnbsd-nat.c: Include "inf-ptrace.h".
727 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
728 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
729 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
730 target.
731 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
732 inf-ptrace.o and inf-child.o.
733 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
734 * Makefile.in: Update dependencies.
735
7362004-09-11 Andrew Cagney <cagney@gnu.org>
737
738 * language.c (hex_string, hex_string_custom): Move from here ...
739 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
740 (CELLSIZE): Increase to 50.
741 * language.h (hex_string, hex_string_custom): Move from here ...
742 * defs.h: ... to here.
743 * Makefile.in: Update all dependencies.
744
7452004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
746
747 * language.c (local_hex_format_custom): Remove.
748 (local_hex_string): Rename to hex_string, use C format, and move to
749 utils.c
750 (local_hex_string_custom): Rename to hex_string_custom and change
751 interface. Now uses C format. Move to utils.c
752 (local_octal_format_custom): Remove.
753 (local_decimal_format_custom): Remove.
754 (unknown_language_defn): Remove language-specific number
755 formatting entries.
756 (auto_language_defn): Ditto.
757 (local_language_defn): Ditto.
758 * language.h (struct language_format_info): Delete declaration.
759 (struct language_defn): Remove language_format_info fields
760 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
761 (local_binary_format): Remove macro.
762 (local_binary_format_prefix): Remove macro.
763 (local_binary_format_specifier): Remove macro.
764 (local_binary_format_suffix): Remove macro.
765 (local_octal_format): Remove macro.
766 (local_octal_format_prefix): Remove macro.
767 (local_octal_format_specifier): Remove macro.
768 (local_octal_format_suffix): Remove macro.
769 (local_decimal_format): Remove macro.
770 (local_decimal_format_prefix): Remove macro.
771 (local_decimal_format_specifier): Remove macro.
772 (local_decimal_format_suffix): Remove macro.
773 (local_hex_format): Remove macro.
774 (local_hex_format_prefix): Remove macro.
775 (local_hex_format_specifier): Remove macro.
776 (local_hex_format_suffix): Remove macro.
777 (local_decimal_format_custom): Remove.
778 (local_octal_format_custom): Remove.
779 (local_hex_format_custom): Remove.
780 (local_hex_string): Rename to hex_string and move to defs.h.
781 (local_hex_string_custom): Rename to hex_string_custom, change
782 interface, and move to defs.h.
783 * utils.c: (int_string): New function.
784 (hex_string): New function (from language.c).
785 (hex_string_custom): New function (from language.c).
786 (octal2str): New function.
787 (decimal2str): Add width parameter.
788 (paddr_u): Use new decimal2str interface.
789 (paddr_d): Ditto.
790 * defs.h (hex_string): Declare.
791 (hex_string_custom): Declare.
792 (int_string): Declare.
793 * printcmd.c (print_scalar_formatted): Remove localized binary
794 formatting.
795 * valprint.c (print_longest): Use int_string.
796 (print_floating): Use C hex format.
797 (print_hex_chars): Ditto.
798 (print_binary_chars): Remove language-specific formatting.
799 (print_octal_chars): Use C octal format.
800 (print_decimal_chars): Delocalize format.
801 (print_decimal): Remove.
802 * ada-lang.c (ada_language_defn): Remove language-specific number
803 formatting entries.
804 * p-lang.c (pascal_language_defn): Ditto.
805 * c-lang.c (c_language_defn): Ditto.
806 (cplus_language_defn): Ditto.
807 (asm_language_defn): Ditto.
808 (minimal_language_defn): Ditto.
809 * f-lang.c (f_language_defn): Ditto.
810 * jv-lang.c (java_language_defn): Ditto.
811 * m2-lang.c (m2_language_defn): Ditto.
812 * scm-lang.c (scm_language_defn): Ditto.
813 * objc-lang.c (objc_language_defn): Ditto.
814 * memattr.c (mem_info_command): Use renamed hex_string_custom with
815 new interface.
816 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
817 * ui-out.c (ui_out_field_core_addr): Ditto.
818 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
819 * exec.c (print_section_info): Ditto.
820 * i387-tdep.c (print_i387_status_word): Ditto.
821 (print_i387_control_word): Ditto.
822 (i387_print_float_info): Ditto.
823 * maint.c (maint_print_section_info): Ditto.
824 * solib.c (info_sharedlibrary_command): Ditto.
825 * somsolib.c (som_sharedlibrary_info_command): Ditto.
826 * symtab.c (print_msymbol_info): Ditto.
827 * tracepoint.c (tracepoints_info): Ditto.
828 * solib-frv.c (lm_base): Ditto.
829 (frv_current_sos): Ditto.
830 (enable_break2): Ditto.
831 (enable_break): Ditto.
832 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
833 (process_one_symbol): Ditto.
834 * infcmd.c (program_info): Ditto.
835 * mdebugread.c (parse_partial_symbols): Ditto.
836 * symfile.c (add_symbol_file_command): Ditto.
837 * cli/cli-cmds.c (edit_command): Ditto.
838 (list_command): Ditto.
839 * infcall.c (call_function_by_hand): Ditto.
840 * remote-vx.c (vx_run_files_info): Ditto.
841 (vx_wait): Ditto.
842 (vx_attach): Ditto.
843 (vx_detach): Ditto.
844 (vx_kill): Ditto.
845 * aix-thread.c (pdc_symbol_addrs): Ditto.
846 (pdc_read_regs): Ditto.
847 (pdc_write_regs): Ditto.
848 (pdc_read_data): Ditto.
849 (pdc_write_data): Ditto.
850 * d10v-tdep.c (display_trace): Ditto.
851 * rs6000-nat.c (find_toc_address): Ditto.
852 * aix-thread.c: Don't include language.h.
853 * buildsym.c: Ditto.
854 * dbxread.c: Ditto.
855 * mdebugread.c: Ditto.
856 * rs6000-nat.c: Ditto.
857 * buildsym.c (make_blockvector): Use renamed hex_string.
858
8592004-09-10 Jason Molenda (jmolenda@apple.com)
860
861 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
862 chars after 'if' or 'while' commands in user-defined commands.
863
8642004-09-08 Jim Blandy <jimb@redhat.com>
865
866 Fix bug reported and analyzed by Olivier Crete:
867 * symfile.c (copy_section_addr_info): New function.
868 (symbol_file_add_with_addrs_or_offsets): Use it to save the
869 original set of address arguments, instead of handwritten code
870 that uses one length to allocate and a different length to
871 initialize. Use make_cleanup_free_section_addr_info.
872 * symfile.h (copy_section_addr_info): New declaration.
873 * utils.c: #include "symfile.h".
874 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
875 New functions.
876 * defs.h (make_cleanup_free_section_addr_info): New declaration.
877 * Makefile.in (utils.o): Update dependencies.
878
8792004-09-08 Andrew Cagney <cagney@gnu.org>
880
881 * thread-db.c (keep_thread_db): Delete.
882 (thread_db_new_objfile, thread_db_create_inferior)
883 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
884
8852004-09-08 Mark Kettenis <kettenis@gnu.org>
886
887 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
888 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
889 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
890 (i386_frameless_signal_p): Remove prototype.
891 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
892 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
893 I386_SSE_NUM_REGS.
894 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
895 instead of FP0_REGNUM.
896 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
897 of FP0_REGNUM and FPC_REGNUM.
898
899 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
900 (sunos_solib_create_inferior_hook): Don't call
901 sunos_relocate_main_executable.
902
903 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
904 solib_svr4_fetch_link_map_offsets to
905 svr4_ilp32_fetch_link_map_offsets.
906 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
907 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
908 svr4_ilp32_fetch_link_map_offsets.
909 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
910
9112004-09-07 Jim Blandy <jimb@redhat.com>
912
913 * frame.h (frame_register): Doc fix.
914
9152004-09-07 Andrew Cagney <cagney@gnu.org>
916
917 * vx-share/wait.h: Delete #ifdef USG.
918 * utils.c (request_quit): Ditto.
919 * tui/tui.c (tui_reset): Ditto.
920 * remote.c: Ditto.
921 * remote-sds.c: Ditto.
922 * remote-rdi.c: Ditto.
923 * mdebugread.c: Ditto.
924 * m68klinux-nat.c: Ditto.
925 * infttrace.c: Ditto.
926 * infptrace.c: Ditto.
927 * i386v-nat.c: Ditto.
928 * exec.c: Ditto.
929 * dbxread.c: Ditto.
930 * core-aout.c: Ditto.
931
9322004-09-05 Joel Brobecker <brobecker@gnat.com>
933
934 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
935 heuristic_proc_desc.
936 (mips_insn32_frame_cache): Likewise.
937
9382004-09-04 Joel Brobecker <brobecker@gnat.com>
939
940 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
941 left behind by error.
942
9432004-09-04 Joel Brobecker <brobecker@gnat.com>
944
945 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
946 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
947
9482004-09-04 Joel Brobecker <brobecker@gnat.com>
949
950 * config/rs6000/xm-aix4.h: Remove this file.
951 * config/rs6000/aix4.mh (XM_FILE): Delete.
952
9532004-09-04 Joel Brobecker <brobecker@gnat.com>
954
955 * config/rs6000/xm-rs6000.h: Remove this file.
956 * config/rs6000/rs6000.mh (XM_FILE): Remove.
957
9582004-09-03 Andrew Cagney <cagney@gnu.org>
959
960 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
961 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
962 only use.
963
964 * mips-tdep.c (temp_saved_regs): Delete.
965 (set_reg_offset): Replace saved_regs parameter with this_cache.
966 (heuristic_proc_desc, mips16_heuristic_proc_desc)
967 (mips32_heuristic_proc_desc): Add this_cache parameter.
968 (mips_insn32_frame_cache, mips_insn16_frame_cache)
969 (after_prologue): Pass a NULL this_cache.
970
971 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
972 non-kernel trap prologues.
973
974 * mips-tdep.c (find_proc_desc): Delete function.
975 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
976 simplify.
977 (mips_insn16_frame_cache): Replace find_proc_desc with code from
978 mips_insn32_frame_cache.
979
980 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
981 Simplify as NEXT_FRAME is NULL.
982 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
983
984 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
985 local variable.
986 (mips_skip_prologue): Update.
987
988 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
989 "cur_frame" parameter.
990 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
991 (mips_insn32_frame_cache, find_proc_desc): Update
992
993 * config/vax/nm-obsd.h: Delete file.
994 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
995 * config/vax/nm-nbsd.h: Delete file.
996 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
997 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
998 * config/sh/nm-nbsd.h: Delete file.
999 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1000 * config/rs6000/nm-rs6000ly.h: Delete file.
1001 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1002 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1003 * config/powerpc/nm-obsd.h: Delete file.
1004 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1005 * config/powerpc/nm-nbsd.h: Delete file.
1006 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1007 * config/pa/nm-obsd.h: Delete file.
1008 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1009 * config/mips/nm-nbsd.h: Delete file.
1010 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1011 * config/m88k/nm-obsd.h: Delete file.
1012 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1013 * config/m68k/nm-nbsd.h: Delete file.
1014 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1015 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1016 * config/i386/nm-nbsd.h: Delete file.
1017 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1018 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1019 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1020 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1021 * config/i386/nm-i386lynx.h: Delete file.
1022 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1023 * config/arm/nm-nbsd.h: Delete file.
1024 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1025 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1026
1027 * config/i386/tm-fbsd.h: Delete file.
1028 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1029 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1030
1031 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1032 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1033 * config/rs6000/aix4.mt (TM_FILE): Set to
1034 config/rs6000/tm-rs6000.h.
1035 * config/powerpc/tm-ppc-aix.h: Delete file.
1036 * config/powerpc/aix.mt (TM_FILE): Set to
1037 config/rs6000/tm-rs6000.h.
1038 * config/m68k/tm-linux.h: Delete file.
1039 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1040 * config/i386/tm-linux64.h: Delete file.
1041 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1042 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1043
1044 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1045 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1046 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1047 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1048 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1049 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1050 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1051 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1052 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1053
1054 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1055 gdb_host_cpu.
1056
10572004-09-02 Joel Brobecker <brobecker@gnat.com>
1058
1059 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1060 Minor reformatting. Some code factoring.
1061
10622004-09-02 Andrew Cagney <cagney@gnu.org>
1063
1064 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1065 * config/vax/tm-nbsd.h: Delete file.
1066 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1067 * config/sparc/tm-vxworks.h: Delete file.
1068 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1069 * config/sparc/tm-nbsd.h: Delete file.
1070 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1071 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1072 * config/sparc/tm-linux.h: Delete file.
1073 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1074 * config/s390/tm-linux.h: Delete file.
1075 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1076 * config/pa/tm-bsd.h: Delete file.
1077 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1078 * config/m68k/tm-obsd.h: Delete file.
1079 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1080 * config/m68k/tm-nbsd.h: Delete file.
1081 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1082 * config/i386/tm-vxworks.h: Delete file.
1083 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1084 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1085 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1086 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1087 * config/i386/tm-nbsd.h: Delete file.
1088 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1089 * config/i386/tm-i386lynx.h: Delete file.
1090 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1091 * config/cris/tm-cris.h: Delete file.
1092
1093 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1094 * configure: Re-generate.
1095 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1096 * config/arm/tm-nbsd.h: Delete file.
1097
1098 * config/powerpc/tm-ppcle-sim.h: Delete.
1099 * config/powerpc/tm-ppcle-eabi.h: Delete.
1100 * config/powerpc/tm-nbsd.h: Delete.
1101 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1102 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1103 tm-ppcle-eabi.h.
1104
1105 * config/i386/nto.mh (NAT_FILE): Delete.
1106 * config/i386/nm-nto.h: Delete.
1107
1108 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1109 * config/m68k/tm-os68k.h: Ditto.
1110 * config/m68k/tm-monitor.h: Ditto.
1111 * config/m68k/tm-cisco.h: Ditto.
1112 * config/m68k/st2000.mt (TM_FILE): Delete.
1113 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1114 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1115 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1116 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1117
1118 * config/m68k/tm-st2000.h: Delete.
1119 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1120 * config/sparc/fbsd.mt (TM_FILE): Delete.
1121 * config/sparc/tm-fbsd.h: Delete.
1122
1123 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1124 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1125 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1126
1127 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1128 GDB_TM_FILE and GDB_XM_FILE.
1129 * gdbarch.c: Re-generate.
1130 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1131 quotes in macro definition.
1132 * configure.in: Re-generate.
1133
1134 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1135 validating architecture methods.
1136 * gdbarch.c: Re-generate.
1137
1138 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1139 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1140 GDB_MULTI_ARCH_PARTIAL.
1141 * gdbarch.h: Re-generate.
1142
1143 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1144 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1145 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1146 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1147 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1148 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1149 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1150 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1151 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1152 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1153 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1154 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1155
11562004-09-01 Andrew Cagney <cagney@gnu.org>
1157
1158 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1159 and main_func_highpc.
1160 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1161 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1162 * nlmread.c (nlm_symfile_read): Update.
1163
11642004-09-01 Joel Brobecker <brobecker@gnat.com>
1165
1166 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1167 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1168 (find_proc_desc): Remove dead code.
1169
11702004-09-01 Joel Brobecker <brobecker@gnat.com>
1171
1172 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1173
11742004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1175
1176 * observer.sh: Add struct so_list declaration.
1177 * Makefile.in: Add dependencies on observer.h for solib.c and
1178 breakpoint.c.
1179 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1180 function.
1181 (_initialize_breakpoint): Register
1182 disable_breakpoints_in_unloaded_shlib as an observer of the
1183 "solib unloaded" observation event.
1184 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1185 call decode_line_1 so unfound breakpoint errors are silent.
1186 * solib.c (update_solib_list): When a solib is discovered to have
1187 been unloaded by the program, notify all observers of the
1188 "solib unloaded" observation event.
1189
11902004-09-01 Andrew Cagney <cagney@gnu.org>
1191
1192 * frame.c: Include "objfiles.h".
1193 (inside_main_func): New function.
1194 (get_prev_frame): Use new inside_main_func.
1195 * Makefile.in (frame.o): Update dependencies.
1196 * defs.h (inside_main_func): Delete declaration.
1197 * blockframe.c (inside_main_func): Delete function.
1198
11992004-08-31 Jim Blandy <jimb@redhat.com>
1200
1201 * dwarf2read.c (is_vtable_name): New function, based on logic from
1202 read_structure_type, but passing the correct length to strncmp,
1203 and using 'sizeof' instead of 'strlen'.
1204 (read_structure_type): Call it.
1205
12062004-08-31 Joel Brobecker <brobecker@gnat.com>
1207
1208 * config/powerpc/aix.mh: Add comment.
1209
12102004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1211
1212 * MAINTAINERS: Add self to Write-After-Approval.
1213
12142004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1215
1216 * MAINTAINERS: Add self to Write-After-Approval.
1217
12182004-08-30 Andrew Cagney <cagney@gnu.org>
1219
1220 Fix PR breakpoints/1757.
1221 * infrun.c (struct execution_control_state): Replace
1222 remove_breakpoints_on_following_step with
1223 step_after_step_resume_breakpoint.
1224 (init_execution_control_state): Update.
1225 (handle_inferior_event): For signals, when stepping off a
1226 breakpoint, set step_after_step_resume_breakpoint. When
1227 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1228 (keep_going): Delete code handling
1229 remove_breakpoints_on_following_step.
1230
12312004-08-29 David Lecomber <david@streamline-computing.com>
1232
1233 Fix PR gdb/648
1234 * language.h (enum array_ordering): New enum.
1235 * language.h (struct language_defn): New la_array_ordering
1236 attribute.
1237 * language.c (unknown_language_defn, auto_language_defn)
1238 (local_language_defn): Ditto.
1239 * ada-lang.c (ada_language_defn): Ditto.
1240 * c-lang.c (c_language_defn, cplus_language_defn)
1241 (asm_language_defn, minimal_language_defn): Ditto.
1242 * f-lang.c (f_language_defn): Ditto.
1243 * jv-lang.c (java_language_defn): Ditto.
1244 * m2-lang.c (f_language_defn): Ditto.
1245 * objc-lang.c (objc_language_defn): Ditto.
1246 * p-lang.c (pascal_language_defn): Ditto.
1247 * scm-lang.c (scm_language_defn): Ditto.
1248 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1249 oriented large to small in type structure.
1250 * dwarf2read.c (read_array_order): New function.
1251 (read_array_type): Use read_array_order to check row/column
1252 major ordering.
1253
12542004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1255
1256 * target.c (target_resize_to_sections): Check
1257 current_target.to_sections for an old value when updating.
1258
12592004-08-27 Joel Brobecker <brobecker@gnat.com>
1260
1261 * procfs.c (dbx_link_bpt_addr): New static global variable.
1262 (dbx_link_shadow_contents): New static global variable.
1263 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1264 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1265 if we just hit it.
1266 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1267 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1268 from run to run.
1269 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1270 after the inferior has been forked.
1271 (remove_dbx_link_breakpoint): New function.
1272 (dbx_link_addr): New function.
1273 (insert_dbx_link_bpt_in_file): New function.
1274 (insert_dbx_link_bpt_in_region): New function.
1275 (insert_dbx_link_breakpoint): New function.
1276 (proc_trace_syscalls_1): New function, extracted from
1277 proc_trace_syscalls.
1278 (proc_trace_syscalls): Replace extract code by call to
1279 proc_trace_syscalls_1.
1280 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1281 is no longer valid.
1282
12832004-08-25 Jim Blandy <jimb@redhat.com>
1284
1285 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1286
12872004-08-25 Andrew Cagney <cagney@gnu.org>
1288
1289 * infrun.c (struct execution_control_state): Delete field
1290 "stepping_through_sigtramp".
1291 (init_execution_control_state): Do not set same.
1292 (context_switch): Do not pass same to save_infrun_state and
1293 load_infrun_state.
1294 * gdbthread.h (struct thread_info): Delete field
1295 stepping_through_sigtramp.
1296 (save_infrun_state, load_infrun_state): Delete parameter
1297 stepping_through_sigtramp.
1298 * thread.c (load_infrun_state, save_infrun_state): Update.
1299
1300 * infrun.c: Re-indent. Move expression operators to the beginning
1301 of the line. Remove long disabled #if 0 code.
1302
13032004-08-24 Andrew Cagney <cagney@gnu.org>
1304
1305 * doublest.h (floatformat_ieee_quad): Rename
1306 floatformat_ia64_quad.
1307 * doublest.c (floatformat_ieee_quad): Rename
1308 floatformat_ia64_quad.
1309 (_initialize_doublest): Update.
1310
13112004-08-24 Jim Blandy <jimb@redhat.com>
1312
1313 * dwarf2expr.h (struct dwarf_expr_context): New members
1314 'num_pieces' and 'pieces', for returning the result of an
1315 expression that uses DW_OP_piece.
1316 (struct dwarf_expr_piece): New struct type.
1317 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1318 pieces.
1319 (free_dwarf_expr_context): Free pieces, if any.
1320 (add_piece): New function.
1321 (execute_stack_op): Implement DW_OP_piece.
1322 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1323 expression is a list of pieces, print an error message.
1324 (dwarf2_loc_desc_needs_frame): If the expression yields
1325 pieces, and any piece is in a register, then we need a frame.
1326
1327 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1328 the stack until we've decided what sort of result the evaluation
1329 has produced. Use separate variables, with more specific names.
1330
13312004-08-23 Richard Earnshaw <rearnsha@arm.com>
1332
1333 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1334 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1335 (arm_netbsd_init_abi_common): Register them.
1336
13372004-08-22 Mark Kettenis <kettenis@gnu.org>
1338
1339 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1340
1341 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1342 safe_frame_unwind_memory instead of target_read_memory.
1343
1344 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1345 Reorder includes.
1346 (fetch_register, store_register): Remove prototypes.
1347 (child_resume): Reorganize code and comments such that it is
1348 grouped a bit more logically.
1349 (attach): Explicitly compare errno against 0.
1350 (detach): Likewise. Use perror_with_name instead of
1351 print_sys_errmsg.
1352 * Makefile.in (infptrace.o): Update dependencies.
1353
1354 * ia64-linux-nat.c: Update copyright year.
1355 (fetch_debug_register, store_debug_register)
1356 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1357 PTRACE_TYPE_ARG3.
1358 * config/ia64/nm-linux.h: Update copyright year.
1359 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1360
1361 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1362 from CORE_ADDR to struct frame_info *. Use
1363 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1364 (amd64_linux_sigtramp_p): Adjust for changed signature of
1365 and64_linux_sigtramp_start
1366
1367 * gdb_ptrace.h: GNU/Linux.
1368
1369 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1370 Remove defines.
1371
1372 * infptrace.c: Include "gdb_assert.h".
1373 (PTRACE_XFER_TYPE): Remove define.
1374 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1375 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1376 Tweak comment.
1377 (fetch_inferior_registers, store_inferior_registers): Remove
1378 redundant culry braces. Tweak comment. s/regno/regnum.
1379 * Makefile.in (infptrace.o): Update dependencies.
1380
1381 * configure.in: Change test for return type of ptrace to default
1382 to `long' instead of `int'.
1383 * configure: Regenerate.
1384
13852004-08-21 Mark Kettenis <kettenis@gnu.org>
1386
1387 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1388
1389 * configure.in: Check for ttrace function.
1390 * configure, config.in: Regenerate.
1391
1392 * gdb_ptrace.h: New file.
1393 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1394 <sys/ptrace.h>.
1395 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1396 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1397 (attach): Don't define PT_ATTACH.
1398 (detach): Don't define PT_DETACH.
1399 * Makefile.in (gdb_ptrace_h): New variable.
1400 (infptrace.o): Update dependencies.
1401
14022004-08-16 Mark Kettenis <kettenis@gnu.org>
1403
1404 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1405 instead of `int' if not already defined.
1406 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1407 PTRACE_TYPE_ARG3.
1408 * infptrace.c (call_ptrace): Revert change that replaced
1409 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1410
14112004-08-15 Mark Kettenis <kettenis@gnu.org>
1412
1413 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1414 Remove defines.
1415
1416 * linux-nat.c (kill_inferior): Add missing third and fourth
1417 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1418
1419 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1420 PTRACE_TYPE_RET.
1421
1422 * proc-why.c (proc_prettyfprint_why): Fix format string.
1423
1424 * solib-osf.c (osf_current_sos): Remove unsused label.
1425
1426 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1427 curses headers.
1428 * configure, config.in: Regenerate.
1429 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1430 <ncurses/ncurses.h>.
1431
1432 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1433 * config/nm-nbsd.h: Update copyright year.
1434 (PTRACE_ARG3_TYPE): Remove define.
1435
1436 * sparc-nat.c (fetch_inferior_registers)
1437 (store_inferior_registers, sparc_xfer_wcookie):
1438 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1439
1440 * alphabsd-nat.c (fetch_inferior_registers):
1441 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1442 PTRACE_TYPE_ARG3.
1443 * amd64bsd-nat.c (fetch_inferior_registers)
1444 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1445 PTRACE_TYPE_ARG3.
1446 * armnbsd-nat.c: Update copyright year.
1447 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1448 (store_register, store_regs, store_fp_register, store_fp_regs):
1449 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1450 * hppabsd-nat.c (fetch_inferior_registers)
1451 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1452 PTRACE_TYPE_ARG3.
1453 * i386bsd-nat.c (fetch_inferior_registers)
1454 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1455 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1456 * m68kbsd-nat.c (fetch_inferior_registers)
1457 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1458 PTRACE_TYPE_ARG3.
1459 * m88kbsd-nat.c (fetch_inferior_registers)
1460 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1461 PTRACE_TYPE_ARG3.
1462 * mipsnbsd-nat.c: Update copyright year.
1463 (fetch_inferior_registers, store_inferior_registers):
1464 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1465 * ns32knbsd-nat.c: Update copyright year.
1466 (fetch_inferior_registers, store_inferior_registers):
1467 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1468 * ppcnbsd-nat.c (fetch_inferior_registers):
1469 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1470 PTRACE_TYPE_ARG3.
1471 * ppcobsd-nat.c (fetch_inferior_registers):
1472 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1473 PTRACE_TYPE_ARG3.
1474 * shnbsd-nat.c: Update copyright year.
1475 (fetch_inferior_registers, store_inferior_registers):
1476 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1477 * vaxbsd-nat.c (fetch_inferior_registers)
1478 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1479 PTRACE_TYPE_ARG3.
1480
1481 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1482 PTRACE_TYPE_ARG3.
1483 * infptrace.c (call_ptrace, child_resume, attach, detach)
1484 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1485 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1486 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1487 PTRACE_TYPE_ARG3.
1488
14892004-08-14 Mark Kettenis <kettenis@gnu.org>
1490
1491 * defs.h: Remove out-of-date comment.
1492 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1493 [!GETENV_PROVIDED] (getenv): Remove prototype.
1494
1495 * standalone.c: Remove file.
1496 * Makefile.in (standalone.o): Remove dependency.
1497
1498 * i386-linux-nat.c (dummy_sse_values): Remove function and
1499 prototype.
1500 (i386_linux_dr_get): Fix typo in comment.
1501 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1502
1503 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1504
1505 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1506 from declaration.
1507 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1508 from definition.
1509
15102004-08-13 Mark Kettenis <kettenis@gnu.org>
1511
1512 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1513 parenthesis in definition.
1514 * configure: Regenerated.
1515
15162004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1517
1518 * PROBLEMS: Mention build/1411.
1519
15202004-08-09 Robert Millan <robertmh@gnu.org>
1521
1522 Committed by Nathanael Nerode.
1523 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1524 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1525
15262004-08-12 Andrew Cagney <cagney@gnu.org>
1527
1528 * NEWS: Mention fixes in GDB 6.2.1.
1529 * PROBLEMS: Remove mention of mips-irix.
1530
15312004-08-11 Joel Brobecker <brobecker@gnat.com>
1532
1533 * config/powerpc/xm-aix.h: Delete.
1534 * config/powerpc/aix.mh (MH_FILE): Remove.
1535 * config/powerpc/aix432.mh (MH_FILE): Remove.
1536
15372004-08-11 Joel Brobecker <brobecker@gnat.com>
1538
1539 * config/powerpc/aix.mh: Remove obsolete comment.
1540 * config/powerpc/aix432.mh: Likewise.
1541
15422004-08-11 Joel Brobecker <brobecker@gnat.com>
1543
1544 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1545
15462004-08-11 Joel Brobecker <brobecker@gnat.com>
1547
1548 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1549 this file is now empty.
1550 * config/xm-aix4.h: Remove, this file is no longer included
1551 anywhere.
1552
15532004-08-11 Joel Brobecker <brobecker@gnat.com>
1554
1555 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1556 that file is now empty.
1557 (termdef): Remove prototype, function no longer used.
1558
15592004-08-11 Joel Brobecker <brobecker@gnat.com>
1560
1561 * doc/gdbint.texinfo (Host Definition): Remove documentation
1562 for USE_O_NOCTTY, no longer used.
1563 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1564 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1565
15662004-08-11 Joel Brobecker <brobecker@gnat.com>
1567
1568 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1569 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1570 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1571
15722004-08-11 Mark Kettenis <kettenis@gnu.org>
1573
1574 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1575 instead of FIVE_ARG_PTRACE.
1576
1577 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1578 (new_tty): Use O_NOCTTY unconditionally.
1579
15802004-08-10 Mark Kettenis <kettenis@gnu.org>
1581
1582 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1583 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1584 fflush on stdout.
1585
15862004-08-10 Joel Brobecker <brobecker@gnat.com>
1587
1588 * xcoff_symfile_finish: Replace last call to xmfree by call
1589 to xfree.
1590
15912004-08-10 Andrew Cagney <cagney@gnu.org>
1592
1593 * main.c (captured_main): Delete call to init_malloc.
1594 * defs.h (init_malloc): Delete declaration.
1595 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1596 (init_malloc): Delete functions.
1597
1598 * defs.h (xmfree): Delete.
1599 * utils.c (xmfree): Delete function.
1600 (xfree): Inline calls to xmfree and mfree.
1601 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1602 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1603 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1604 * somread.c (som_symfile_finish): Ditto.
1605 * objfiles.c (allocate_objfile, free_objfile):
1606 * nlmread.c (nlm_symfile_finish): Ditto.
1607 * hpread.c (hpread_symfile_finish): Ditto.
1608 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1609 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1610 * coffread.c (coff_symfile_finish): Ditto.
1611
1612 * defs.h (xmcalloc): Delete declaration.
1613 * utils.c (xmcalloc): Delete.
1614 (xcalloc): Inline calls to xmcalloc and mcalloc.
1615 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1616 xcalloc and xfree.
1617 * symtab.c (create_demangled_names_hash): Ditto.
1618
1619 * defs.h (xmrealloc): Delete.
1620 * utils.c (xmrealloc): Delete.
1621 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1622 * symmisc.c (extend_psymbol_list): Use xrealloc.
1623 * source.c (find_source_lines): Ditto.
1624 * hpread.c (hpread_lookup_type): Ditto.
1625 * dbxread.c (add_bincl_to_list): Ditto.
1626
1627 * utils.c (xmmalloc): Delete.
1628 (xmalloc): Inline xmmalloc and mmalloc calls.
1629 (msavestring): Use xmalloc.
1630 * defs.h (xmmalloc): Delete declaration.
1631 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1632 xmmalloc.
1633 * symmisc.c (extend_psymbol_list): Ditto.
1634 * symfile.c (init_psymbol_list): Ditto.
1635 * source.c (find_source_lines): Ditto.
1636 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1637 * elfread.c (elf_symtab_read): Ditto.
1638 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1639 * coffread.c (coff_symfile_init): Ditto.
1640
16412004-08-10 David Carlton <carlton@bactrian.org>
1642
1643 * MAINTAINERS: Remove David Carlton from c++ testsuite
1644 maintainers.
1645
16462004-08-10 Jerome Guitton <guitton@gnat.com>
1647
1648 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1649 print a line feed before the prompt.
1650
16512004-08-10 Mark Kettenis <kettenis@gnu.org>
1652
1653 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1654
16552004-08-09 Joel Brobecker <brobecker@gnat.com>
1656
1657 General cleanup of the AIX xm include file:
1658 * config/xm-aix4.h (fd_set): Remove undefine.
1659 Remove include of <sys/select.h>.
1660 (HAVE_TERMIO): Remove define.
1661 (USG): Likewise.
1662 (NULL): Remove redefine.
1663 (alloca): Remove #pragma.
1664 (vfork): Remove define.
1665 (termdef): Remove.
1666 (SIGWINCH_HANDLER): Remove.
1667 (SIGWINCH_HANDLER_BODY): Remove.
1668
16692004-08-09 Mark Kettenis <kettenis@gnu.org>
1670
1671 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1672 GDB_OSABI_OPENBSD_ELF.
1673
16742004-08-07 Robert Millan <robertmh@gnu.org>
1675
1676 * bsd-kvm.c: Check for nlist.h before including it.
1677
16782004-08-09 Mark Kettenis <kettenis@gnu.org>
1679
1680 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1681 sigcontext' offset consistency checks for ancient BSD.
1682
1683 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1684
1685 * configure.in: Check for <sys/types.h>. Check return and
1686 argument types of ptrace.
1687 * configure, config.in: Regenerate.
1688
16892004-08-09 Jim Blandy <jimb@redhat.com>
1690
1691 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1692 rs6000_register_sim_regno): Doc fixes.
1693
16942004-08-08 Joel Brobecker <brobecker@gnat.com>
1695
1696 * mips-tdep.c: Include "floatformat.h".
1697 (n32n64_floatformat_always_valid): New function.
1698 (floatformat_n32n64_long_double_big): New constant.
1699 (mips_gdbarch_init): Set size and format of long double
1700 for N32 and N64 ABIs.
1701 * Makefile.in (mips-tdep.o): Update dependencies.
1702
17032004-08-08 Andrew Cagney <cagney@gnu.org>
1704
1705 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1706 print. Improve script's error messages.
1707 * gdbarch.h: Re-generate.
1708
1709 * gdbarch.sh (pformat): New function.
1710 (float_format, double_format, long_double_format): List with bit
1711 members. Use pformat when printing.
1712 * gdbarch.c, gdbarch.h: Re-generate.
1713
17142004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1715
1716 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1717 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1718 (ppcnbsd_supply_pcb): New function.
1719 (_initialize_ppcnbsd_nat): New prototype and function.
1720 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1721 (LOADLIBES): New variable.
1722 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1723
17242004-08-08 Andrew Cagney <cagney@gnu.org>
1725
1726 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1727 (builtin_type_ieee_double, builtin_type_ia64_quad)
1728 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1729 BE/LE floating-point types.
1730 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1731 (builtin_type_ieee_double, builtin_type_ia64_quad)
1732 (builtin_type_ia64_spill): Declare.
1733 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1734 (floatformat_ieee_double, floatformat_arm_ext)
1735 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1736 of LE/BE floatformats.
1737 * doublest.h: (struct floatformat, floatformat_ieee_single)
1738 (floatformat_ieee_double, floatformat_arm_ext)
1739 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1740
17412004-08-08 Mark Kettenis <kettenis@gnu.org>
1742
1743 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1744
1745 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1746 instead of regcache_raw_supply when storing the registers.
1747
1748 * i386gnu-nat.c: Update copyright year.
1749 (gnu_store_registers): Don't use deprecated_registers and
1750 deprecated_registers_valid. Use regcache_valid_p and
1751 regcache_raw_supply instead.
1752
1753 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1754 frame_pc_unwind.
1755
1756 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1757 variables. Incapitalized "process".
1758
1759 * configure.in: Add cursesX to the list of possible curses libs.
1760 Add cursesX.h to the list of possible curses headers.
1761 * configure, config.in: Regenerate.
1762
17632004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1764
1765 * configure.in: Test for struct lwp in <sys/lwp.h>.
1766 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1767 the offset of l_addr in struct lwp.
1768
17692004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1770
1771 * bsd-kvm.c: Include "gdbcore.h"
1772 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1773
17742004-08-07 Andrew Cagney <cagney@gnu.org>
1775
1776 * gdbtypes.c (build_flt, build_complex): New functions.
1777 (gdbtypes_post_init): Use.
1778
1779 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1780
1781 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1782 through to builtin_type_uint128.
1783
1784 * c-exp.y: Use builtin_type function to obtain builtin types.
1785
1786 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1787 builtin_uint128.
1788 * gdbtypes.c (gdbtypes_post_init): Update.
1789 (build_gdbtypes): Move initialization of builtin_type_int0
1790 through to builtin_type_uint128 from here ...
1791 (_initialize_gdbtypes): ... to here.
1792 * d10v-tdep.c (d10v_register_type): Update.
1793
1794 * doublest.c: Update copyright.
1795 (floatformat_from_length): Call error when floatformat is NULL.
1796 (extract_floating_by_length): Remove NULL fmt check.
1797 (store_floating_by_length): Ditto.
1798
17992004-08-07 Andrew Cagney <cagney@gnu.org>
1800
1801 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1802 that the register is valid.
1803
18042004-08-05 Mark Kettenis <kettenis@chello.nl>
1805
1806 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1807 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1808 struct frame_info *. Use safe_frame_unwind_memory instead of
1809 deprecated_read_memory_nobpt.
1810 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1811 changed signature of i386_linux_sigtramp_start and
1812 i386_linux_rt_sigtramp_start.
1813
1814 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1815 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1816 instead of deprecated_read_memory_nobpt.
1817 (i386nbsd_sigtramp_p): Adjust for changed signature of
1818 i386nbsd_sigtramp_offset.
1819
1820 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1821 safe_frame_unwind_memory instead of target_read_memory.
1822
1823 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1824 !NO_SYS_FILE.
1825 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1826 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1827 (_initialize_kernel_u_addr): Remove prototype and function.
1828 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1829 !NO_SYS_FILE.
1830 * xcoffread.c: Likewise.
1831
18322004-08-06 Mark Kettenis <kettenis@gnu.org>
1833
1834 * vax-nat.c: New file.
1835 * vaxbsd-nat.c: Tweak comment.
1836 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1837 vaxnbsd-tdep.c.
1838 (vax-nat.o): New dependency.
1839 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1840 (vax-*-ultrix2*): Remove.
1841 * config/vax/vax.mh: New file.
1842 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1843 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1844 (vax_register_u_addr): New prototype.
1845 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1846 * config/vax/vaxult2.mh: Remove file.
1847 * config/vax/vaxult.mh: Remove file.
1848 * config/vax/vaxbsd.mh: Remove file.
1849 * config/vax/vax.mt (TM_FILE): Remove.
1850 * config/vax/tm-vaxbsd.h: Remove file.
1851
18522004-08-06 Joel Brobecker <brobecker@gnat.com>
1853
1854 * aix-thread.c (get_signaled_thread): New function.
1855 (iter_trap): Delete, no longer used.
1856 (iter_tid): New function.
1857 (pd_update): Find the thread that received the SIGTRAP signal
1858 by first locating the kernel thread, and then finding its
1859 associated thread.
1860
18612004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1862
1863 * lin-lwp.c (child_wait): Continue inferior after processing
1864 PTRACE_EVENT_CLONE event.
1865
18662004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1867
1868 * MAINTAINERS: Add self to Write-After-Approval.
1869
18702004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1871
1872 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1873 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1874
18752004-08-05 Andrew Cagney <cagney@gnu.org>
1876
1877 * config/xm-sysv4.h: Delete file.
1878 * config/mips/xm-irix5.h: Delete file.
1879 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1880 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1881 * config/ia64/xm-aix.h: Delete file.
1882 * config/ia64/aix.mh (XM_FILE): Delete.
1883 * config/pa/xm-hppah.h: Delete file.
1884 * config/pa/hpux11w.mh (XM_FILE): Delete.
1885 * config/pa/hpux11.mh (XM_FILE): Delete.
1886 * config/pa/hpux1020.mh (XM_FILE): Delete.
1887 * config/pa/hppahpux.mh (XM_FILE): Delete.
1888
1889 * config/alpha/xm-alphalinux.h: Delete file.
1890 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1891 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1892 * config/alpha/xm-alphaosf.h: Delete file.
1893 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1894 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1895 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1896 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1897
1898 * config/i386/xm-i386v.h: Delete file.
1899 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1900 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1901 * config/i386/xm-i386sco.h: Delete file.
1902 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1903 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1904 * config/i386/xm-i386v4.h: Delete file.
1905 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1906 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1907 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1908 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1909
1910 * config/vax/xm-vax.h: Delete file.
1911 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1912 * config/vax/xm-vaxult2.h: Delete file.
1913 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1914 * config/vax/vaxult2.mh (XM_FILE): Delete.
1915 * config/vax/xm-vaxult.h: Delete file.
1916 * config/vax/vaxult.mh (XM_FILE): Delete.
1917 * config/vax/xm-vaxbsd.h: Delete file.
1918 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1919
1920 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1921 * gdbarch.h, gdbarch.c: Re-generate.
1922 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1923 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1924 * frame.h: Delete deprecated_read_fp from comments.
1925 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1926 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1927
19282004-08-04 Mark Kettenis <kettenis@gnu.org>
1929
1930 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1931 trampoline in OpenBSD 3.5-current.
1932
1933 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1934 SSE registers.
1935
1936 * Makefile.in: Remove embedded page breaks.
1937
19382004-08-04 Jim Blandy <jimb@redhat.com>
1939
1940 * regcache.c (regcache_raw_read): Assert that, after calling
1941 target_fetch_registers, the register we're reading is cached.
1942
1943 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1944 a call to 'internal_error', with a more helpful error message.
1945 * rs6000-tdep.c (e500_pseudo_register_read,
1946 e500_pseudo_register_write, rs6000_store_return_value): Same.
1947
19482004-08-04 Andrew Cagney <cagney@gnu.org>
1949
1950 * Makefile.in: Update dependencies.
1951
19522004-08-04 Jim Blandy <jimb@redhat.com>
1953
1954 Change the layout of the PowerPC E500 raw register cache to allow
1955 the lower 32-bit halves of the GPRS to be their own raw registers,
1956 not pseudoregisters.
1957 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1958 add ppc_ev0_upper_regnum flag.
1959 * rs6000-tdep.c: #include "reggroups.h".
1960 (spe_register_p): Recognize the ev upper half registers as SPE
1961 registers.
1962 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1963 registers.
1964 (e500_move_ev_register): New function.
1965 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1966 vector registers are the pseudo-registers now, formed by splicing
1967 together the gprs and the upper-half registers.
1968 (e500_register_reggroup_p): New function.
1969 (P): Macro deleted.
1970 (P8, A4): New macro.
1971 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1972 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1973 macros.
1974 (registers_e500): Rearrange register set so that the raw register
1975 set contains 32-bit GPRs and upper-half registers, and the SPE
1976 vector registers become pseudo-registers.
1977 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1978 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1979 register numbers are now the same for the E500 as they are for
1980 other PowerPC variants. Register e500_register_reggroup_p as the
1981 register group function for the E500.
1982 * Makefile.in (rs6000-tdep.o): Update dependencies.
1983
1984 Adapt PPC E500 native support to the new raw regcache layout.
1985 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1986 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1987 (fetch_spe_register, store_spe_register): Handle fetching/storing
1988 all the SPE registers at once, if regno == -1. These now take
1989 over the job of fetch_spe_registers and store_spe_registers.
1990 (fetch_spe_registers, store_spe_registers): Deleted.
1991 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1992 unconditionally; they're always raw. Fetch/store SPE upper half
1993 registers, if present, instead of ev registers.
1994 (fetch_register, store_register): Remove sanity checks: gprs are
1995 never pseudo-registers now, so we never need to even mention any
1996 registers that are ever pseudoregisters.
1997
1998 Use a fixed register numbering when communicating with the PowerPC
1999 simulator.
2000 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2001 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2002 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2003 New functions.
2004 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2005 init_sim_regno_table.
2006 * Makefile.in (gdb_sim_ppc_h): New variable.
2007 (rs6000-tdep.o): Update dependencies.
2008
20092004-08-02 Andrew Cagney <cagney@gnu.org>
2010
2011 * cris-tdep.c (cris_register_size): Restore function, still used
2012 locally.
2013
2014 * gdbarch.sh (deprecated_target_read_fp)
2015 (deprecated_frame_locals_address, deprecated_frame_args_address)
2016 (deprecated_frame_chain_valid, deprecated_frame_chain)
2017 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2018 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2019 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2020 * gdbarch.h, gdbarch.c: Re-generate.
2021 * regcache.c (deprecated_read_fp): Do not call
2022 DEPRECATED_TARGET_READ_FP_P.
2023 * infcmd.c (default_print_registers_info): Do not call
2024 DEPRECATED_DO_REGISTERS_INFO.
2025 * frame-base.c (default_frame_locals_address): Do not call
2026 DEPRECATED_FRAME_LOCALS_ADDRESS.
2027 (default_frame_args_address): Do not call
2028 DEPRECATED_FRAME_ARGS_ADDRESS.
2029
2030 * gdbarch.sh (deprecated_register_raw_size)
2031 (deprecated_register_virtual_size:int): Delete.
2032 * gdbarch.h, gdbarch.c: Re-generate.
2033 * cris-tdep.c (cris_register_size): Delete.
2034 (cris_gdbarch_init): Update.
2035 * alpha-tdep.c (alpha_register_raw_size)
2036 (alpha_register_virtual_size): Delete.
2037 (alpha_gdbarch_init): Update.
2038
2039 * gdbarch.sh (deprecated_register_virtual_type)
2040 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2041 (deprecated_dummy_write_sp): Delete.
2042 * gdbarch.h, gdbarch.c: Re-generate.
2043
2044 * gdbarch.sh (deprecated_register_bytes): Delete.
2045 * gdbarch.h, gdbarch.c: Re-generate.
2046 * regcache.c (deprecated_register_bytes): New function.
2047 * regcache.h (deprecated_register_bytes): Declare.
2048 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2049 * v850-tdep.c (v850_gdbarch_init): Update.
2050 * sh64-tdep.c (sh64_gdbarch_init): Update.
2051 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2052 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2053 * mcore-tdep.c (mcore_gdbarch_init): Update.
2054 * cris-tdep.c (cris_gdbarch_init): Update.
2055 * arm-tdep.c (arm_gdbarch_init): Update.
2056 * remote.c (init_remote_state): Update.
2057 * remote-vx.c (vx_prepare_to_store): Update.
2058 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2059 * irix5-nat.c (fetch_core_registers): Update.
2060 * cris-tdep.c (cris_register_bytes_ok): Update.
2061 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2062
2063 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2064 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2065 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2066 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2067 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2068 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2069 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2070 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2071 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2072 with mips_insn16 and mips_insn32.
2073
2074 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2075 * rs6000-tdep.c (rs6000_push_dummy_call)
2076 (rs6000_extract_return_value): Use register_size.
2077 * xstormy16-tdep.c (xstormy16_get_saved_register)
2078 (xstormy16_extract_return_value): Ditto.
2079 * valops.c (value_assign): Ditto.
2080 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2081 * v850-tdep.c (v850_extract_return_value): Ditto.
2082 * tracepoint.c (collect_symbol): Ditto.
2083 * target.c (debug_print_register): Ditto.
2084 * stack.c (frame_info): Ditto.
2085 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2086 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2087 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2088 (store_register_using_P): Ditto.
2089 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2090 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2091 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2092 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2093 * regcache.c (deprecated_read_register_bytes)
2094 (deprecated_write_register_bytes, read_register)
2095 (write_register): Ditto.
2096 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2097 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2098 * monitor.c (monitor_supply_register, monitor_fetch_register)
2099 (monitor_store_register): Ditto.
2100 * mn10300-tdep.c (mn10300_pop_frame_regular)
2101 (mn10300_print_register): Ditto.
2102 * mipsv4-nat.c (fill_fpregset): Ditto.
2103 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2104 (mips64_fill_fpregset): Ditto.
2105 * mi/mi-main.c (register_changed_p, get_register)
2106 (mi_cmd_data_write_register_values): Ditto.
2107 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2108 * irix5-nat.c (fill_gregset, fetch_core_registers):
2109 * infrun.c (write_inferior_status_register): Ditto.
2110 * infptrace.c (fetch_register, store_register): Ditto.
2111 * infcmd.c (default_print_registers_info): Ditto.
2112 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2113 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2114 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2115 * hpux-thread.c (hpux_thread_fetch_registers)
2116 (hpux_thread_store_registers): Ditto.
2117 * hppah-nat.c (store_inferior_registers, fetch_register):
2118 * findvar.c (value_from_register): Ditto.
2119 * dve3900-rom.c (fetch_bitmapped_register):
2120 * cris-tdep.c (cris_gdbarch_init): Ditto.
2121 * alpha-tdep.h: Ditto.
2122 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2123
2124 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2125 DEPRECATED_REGISTER_RAW_SIZE from comments.
2126 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2127 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2128 DEPRECATED_REGISTER_RAW_SIZE.
2129 * findvar.c (value_of_register): Simplify by assuming that the
2130 registers raw and virtual sizes are identical.
2131 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2132 comment.
2133 * arch-utils.c (generic_register_size): Simplify by assuming
2134 register_type.
2135
2136 * regcache.c (legacy_read_register_gen, real_register)
2137 (legacy_write_register_gen): Delete, not used.
2138
2139 * regcache.c (struct regcache_descr): Delete legacy_p.
2140 (init_legacy_regcache_descr): Delete function.
2141 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2142 Do not use deprecated register functions.
2143 (regcache_raw_read, deprecated_write_register_gen):
2144 (deprecated_read_register_gen, regcache_raw_write): Delete code
2145 predicated on legacy_p.
2146 (register_size): Delete check against register raw size.
2147
2148 * cris-tdep.c (cris_register_type): Replace
2149 cris_register_virtual_type.
2150 (cris_gdbarch_init): Update, set register_type.
2151
2152 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2153 * gdbarch.h, gdbarch.c: Re-generate.
2154 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2155 (arm_gdbarch_init) Do not set frameless function invocation.
2156 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2157 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2158 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2159 (frv_gdbarch_init): Do not set frameless function invocation.
2160 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2161 * sh-tdep.c (sh_gdbarch_init): Ditto.
2162 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2163 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2164 * avr-tdep.c (avr_gdbarch_init): Ditto.
2165
2166 * blockframe.c (legacy_frame_chain_valid): Delete function.
2167
2168 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2169 and pc. Update comments.
2170 (pc_in_dummy_frame): Delete function.
2171 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2172 use the "id".
2173 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2174 call_hi, top and pc, use the id.
2175 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2176
2177 * dummy-frame.c: Include "gdb_string.h".
2178 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2179 (generic_save_dummy_frame_tos): Delete.
2180 (dummy_frame_push): New function, replaces above.
2181 * dummy-frame.h: Update copyright.
2182 (dummy_frame_push): Declare.
2183 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2184 (generic_save_call_dummy_addr): Delete declarations.
2185 * infcall.c: Include "dummy-frame.h".
2186 (call_function_by_hand): Add locals caller_regcache,
2187 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2188 with call to frame_save_as_regcache plus cleanup. Delete calls to
2189 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2190 Move clear_proceed_status to just before the resume, add call to
2191 dummy_frame_push (discard cleanup).
2192 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2193 (dummy-frame.o): Add $(gdb_string_h).
2194
21952004-08-01 Andrew Cagney <cagney@gnu.org>
2196
2197 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2198 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2199 * dummy-frame.c (find_dummy_frame): Delete.
2200 (struct dummy_frame_cache, dummy_frame_sniffer)
2201 (dummy_frame_prev_register, dummy_frame_this_id)
2202 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2203 frame unwinder using a dummy_frame_cache.
2204
22052004-08-01 Andrew Cagney <cagney@gnu.org>
2206
2207 * frame.h (frame_save_as_regcache): Declare.
2208 * frame.c (frame_save_as_regcache): New function.
2209 (do_frame_read_register): Replace do_frame_unwind_register.
2210 (frame_pop): Use frame_save_as_regcache.
2211 * dummy-frame.c (generic_push_dummy_frame): Use
2212 frame_save_as_regcache.
2213
22142004-08-01 Joel Brobecker <brobecker@gnat.com>
2215
2216 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2217 file as included until we record the first line in the linetable.
2218
22192004-08-01 Andrew Cagney <cagney@gnu.org>
2220
2221 * frame.h (deprecated_pop_dummy_frame)
2222 (deprecated_read_register_dummy)
2223 (deprecated_generic_find_dummy_frame): Delete.
2224 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2225 (deprecated_read_register_dummy)
2226 (deprecated_find_dummy_frame_regcache)
2227 (discard_innermost_dummy)
2228 (deprecated_pop_dummy_frame): Delete.
2229 (dummy_frame_this_id): Simplify.
2230 (struct dummy_frame): Delete "fp" and "sp".
2231 (find_dummy_frame): Simplify.
2232 (generic_push_dummy_frame): Do not set "fp" or "sp".
2233 (fprint_dummy_frames): Do not print "fp" and "sp"
2234
22352004-08-01 Mark Kettenis <kettenis@gnu.org>
2236
2237 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2238 (struct i386_insn): New structure.
2239 (i386_match_insn): New function.
2240 (i386_frame_setup_skip_insns): New variable.
2241 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2242 array i386_frame_setup_insns of instructions that should be
2243 skipped inside the frame setup sequence.
2244
22452004-08-01 Andrew Cagney <cagney@gnu.org>
2246
2247 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2248 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2249 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2250 * stack.c (frame_info): Delete references to
2251 DEPRECATED_FRAME_INIT_SAVED_REGS and
2252 deprecated_get_frame_saved_regs.
2253 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2254 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2255 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2256 (frame_unwind_register_signed)
2257 (frame_unwind_register_unsigned)
2258 (frame_unwind_unsigned_register): Use register_size.
2259 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2260 (deprecated_frame_xmalloc_with_cleanup)
2261 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2262 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2263
2264 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2265 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2266 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2267 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2268
2269 * infcall.c (call_function_by_hand): Do not use
2270 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2271 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2272 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2273 DEPRECATED_STACK_ALIGN.
2274
22752004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2276
2277 Committed by Andrew Cagney.
2278 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2279
22802004-08-01 Andrew Cagney <cagney@gnu.org>
2281
2282 * mips-tdep.c (mips16_frame_cache)
2283 (mips16_frame_this_id, mips16_frame_prev_register)
2284 (mips16_frame_unwind, mips16_frame_sniffer)
2285 (mips16_frame_base_address, mips16_frame_base)
2286 (mips16_frame_base_sniffer, mips32_frame_cache)
2287 (mips32_frame_this_id, mips32_frame_prev_register)
2288 (mips32_frame_unwind, mips32_frame_sniffer)
2289 (mips32_frame_base_address, mips32_frame_base)
2290 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2291 separate heuristic mips16 and mips32 unwinders.
2292 (mips_stub_frame_cache, mips_stub_frame_this_id)
2293 (mips_stub_frame_prev_register)
2294 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2295 (mips_stub_frame_base_address, mips_stub_frame_base)
2296 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2297 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2298 match true mdebug frames.
2299 (non_heuristic_proc_desc): Add forward declaration.
2300
23012004-08-01 Andrew Cagney <cagney@gnu.org>
2302
2303 * config/mips/tm-irix6.h: Delete file.
2304 * config/mips/tm-irix5.h: Delete file.
2305 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2306 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2307
2308 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2309 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2310 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2311 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2312 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2313 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2314 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2315 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2316 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2317 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2318 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2319 (TARGET_SIGNAL_RAW_VALUES): Delete.
2320 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2321 Delete.
2322 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2323 (TARGET_HW_WATCH_LIMIT): Delete.
2324 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2325 * minimon.h: Delete file.
2326
2327 * trad-frame.c (trad_frame_get_this_base)
2328 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2329 functions.
2330 * trad-frame.h (trad_frame_set_this_base)
2331 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2332
23332004-07-31 Andrew Cagney <cagney@gnu.org>
2334
2335 * trad-frame.c (trad_frame_get_prev_register): Rename
2336 trad_frame_get_prev_register.
2337 * vax-tdep.c (vax_frame_prev_register): Update.
2338 * trad-frame.h: Update.
2339 * trad-frame.c (trad_frame_get_register): Update.
2340 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2341 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2342 Update.
2343 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2344 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2345 Update.
2346 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2347 Update.
2348 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2349 Update.
2350 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2351 Update.
2352 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2353 Update.
2354 * s390-tdep.c (s390_frame_prev_register)
2355 (s390_stub_frame_prev_register)
2356 (s390_sigtramp_frame_prev_register): Update.
2357 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2358 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2359 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2360 * m88k-tdep.c (m88k_frame_prev_register)
2361 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2362 * m32r-tdep.c (m32r_frame_prev_register): Update.
2363 * hppa-tdep.c (hppa_frame_prev_register_helper)
2364 * frv-tdep.c (frv_frame_prev_register): Update.
2365 * d10v-tdep.c (d10v_frame_prev_register): Update.
2366 * cris-tdep.c (cris_frame_prev_register): Update.
2367 * avr-tdep.c (avr_frame_prev_register): Update.
2368 * arm-tdep.c (arm_prologue_prev_register)
2369 (arm_sigtramp_prev_register): Update.
2370
23712004-07-31 Andrew Cagney <cagney@gnu.org>
2372
2373 * frame.h (legacy_saved_regs_unwind)
2374 (legacy_frame_chain_valid, legacy_frame_p)
2375 (enum frame_type): Delete UNKNOWN_FRAME.
2376 * dummy-frame.c (dummy_frame_this_id): Simplify.
2377 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2378 * frame.c (struct frame_info): Delete the field "type".
2379 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2380 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2381 (legacy_saved_regs_unwind, legacy_frame_p)
2382 (frame_type_from_pc): Delete.
2383 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2384 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2385
23862004-07-31 Mark Kettenis <kettenis@gnu.org>
2387
2388 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2389 indentation.
2390
2391 * mips-nat.c: Remove file.
2392 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2393 (mips-nat.o): Remove dependency.
2394
2395 * infptrace.c: Update copyright year.
2396 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2397 explicitly setting the buffer to all zeroes.
2398
2399 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2400 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2401
24022004-07-30 Andrew Cagney <cagney@gnu.org>
2403
2404 * GDB 6.2 released from gdb_6_2-branch.
2405
24062004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2407
2408 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2409
2410 * exec.c (exec_file_attach):
2411 * nto-tdep.c (nto_find_and_open_solib):
2412 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2413 * solib.c (solib_open):
2414 * somsolib.c (som_solib_sizeof_symbol_table):
2415 * source.c (is_regular_file, openp, open_source_file):
2416 * symfile.c (symfile_bfd_open):
2417 * wince.c (upload_to_device): Differentiate between the search for
2418 binary and source files.
2419
24202004-07-30 Andrew Cagney <cagney@gnu.org>
2421
2422 * complaints.c (_initialize_complaints): Pass NULL to
2423 add_setshow_zinteger_cmd for help_doc.
2424 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2425
24262004-07-30 Andrew Cagney <cagney@gnu.org>
2427
2428 Fix PR i18n/761.
2429 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2430 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2431 $(PACKAGE).pot and update-po.
2432 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2433 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2434 (update-po): New rules.
2435 (localedir): Define using autoconf.
2436 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2437 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2438 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2439 * configure.in: Generate CATALOGS and LINGUAS from contents of
2440 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2441 * configure: Re-generate.
2442 * po/gdbtext: New file
2443
24442004-07-30 Jerome Guitton <guitton@gnat.com>
2445
2446 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2447 order.
2448
24492004-07-30 David Lecomber <dsl@sources.redhat.com>
2450
2451 * dwarf2read.c (read_file_scope): Set producer if attribute
2452 present.
2453 (struct dwarf2_cu): Added new member producer.
2454
24552004-07-30 Jerome Guitton <guitton@gnat.com>
2456
2457 * inflow.c (kill_command): release file handles in BFD.
2458 * exec.c (exec_file_attach): Ditto.
2459 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2460
24612004-07-29 Andrew Cagney <cagney@gnu.org>
2462
2463 * PROBLEMS (mips-irix): Note that it is broken.
2464
24652004-07-29 Andrew Cagney <cagney@gnu.org>
2466
2467 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2468 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2469
2470 * config/xm-nbsd.h: Delete file.
2471 * config/arm/xm-nbsd.h: Delete file.
2472 * config/i386/xm-nbsd.h: Delete file.
2473 * config/ns32k/xm-nbsd.h: Delete file.
2474 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2475 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2476 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2477 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2478 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2479
2480 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2481 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2482 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2483 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2484 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2485 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2486
2487 * config/powerpc/xm-linux.h: Delete empty file.
2488 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2489 * config/powerpc/linux.mh (XM_FILE): Delete.
2490 * config/m68k/xm-linux.h: Delete empty file.
2491 * config/m68k/linux.mh (XM_FILE): Delete.
2492 * config/ia64/xm-linux.h: Delete empty file.
2493 * config/ia64/linux.mh (XM_FILE): Delete.
2494 * config/arm/xm-linux.h: Delete empty file.
2495 * config/arm/linux.mh (XM_FILE): Delete.
2496
2497 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2498 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2499 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2500 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2501 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2502 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2503 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2504 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2505
2506 * config/m68k/xm-m68k.h: Delete file.
2507 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2508 copyright.
2509 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2510 * config/pa/xm-linux.h: Delete empty file.
2511 * config/pa/linux.mh (XM_FILE): Delete.
2512 * config/i386/xm-i386.h: Delete empty file.
2513 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2514 "i386/xm-i386.h".
2515 * config/i386/obsdaout.mh (XM_FILE): Delete.
2516 * config/i386/obsd64.mh (XM_FILE): Delete.
2517 * config/i386/fbsd64.mh (XM_FILE): Delete.
2518 * config/i386/nto.mh (XM_FILE): Delete.
2519 * config/i386/obsd.mh (XM_FILE): Delete.
2520 * config/i386/linux64.mh (XM_FILE): Delete.
2521 * config/i386/linux.mh (XM_FILE): Delete.
2522 * config/i386/i386sol2.mh (XM_FILE): Delete.
2523 * config/i386/i386gnu.mh (XM_FILE): Delete.
2524 * config/i386/fbsd.mh (XM_FILE): Delete.
2525 * config/i386/nbsd64.mh (XM_FILE): Delete.
2526
25272004-07-29 Andrew Cagney <cagney@gnu.org>
2528
2529 * config/pa/xm-linux.h: Do not include "floatformat.h".
2530 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2531 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2532 * config/i386/xm-i386.h: Do not include "floatformat.h".
2533 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2534 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2535 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2536 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2537 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2538 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2539 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2540 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2541 * configure, config.in: Regenerate.
2542 * configure.host (gdb_host_float_format, gdb_host_double_format)
2543 (gdb_host_long_double_format): Set according to the host.
2544
25452004-07-29 Andrew Cagney <cagney@gnu.org>
2546
2547 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2548
25492004-07-28 Andrew Cagney <cagney@gnu.org>
2550
2551 * PROBLEMS: Mention threads/1650.
2552 * NEWS: Mention the NPTL fix.
2553
25542004-07-28 Andrew Cagney <cagney@gnu.org>
2555
2556 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2557 (add_setshow_cmd_full): Make static.
2558 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2559 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2560 * cli/cli-decode.c (add_setshow_filename_cmd)
2561 (add_setshow_string_cmd): New functions.
2562 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2563 * mips-tdep.c (_initialize_mips_tdep): Update.
2564 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2565 * cli/cli-logging.c (_initialize_cli_logging): Update.
2566 * complaints.c (_initialize_complaints): Update.
2567 * remote.c (_initialize_remote): Update.
2568
25692004-07-28 Andrew Cagney <cagney@gnu.org>
2570
2571 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2572 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2573 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2574 print parameters. Make string parameters constant.
2575 * command.h: Update. Update copyright.
2576 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2577 * observer.c (_initialize_observer): Ditto.
2578 * frame.c (_initialize_frame): Ditto.
2579 * complaints.c (_initialize_complaints): Ditto.
2580 * maint.c (_initialize_maint_cmds): Ditto.
2581 * target.c (initialize_targets): Ditto.
2582 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2583 * infcall.c (_initialize_infcall): Ditto.
2584 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2585 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2586 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2587 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2588 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2589
25902004-07-28 Andrew Cagney <cagney@gnu.org>
2591
2592 * gdbtypes.c (lookup_primitive_typename): Delete function.
2593 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2594 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2595 * gdbtypes.c (lookup_typename): Ditto.
2596 * f-exp.y (yylex): Ditto.
2597 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2598
2599 * scm-lang.c (c_builtin_types): Delete extern declaration.
2600 (scm_language_defn): Replace
2601 string_char_type and primitive_type_vector with
2602 la_language_arch_info.
2603 * jv-lang.c (java_language_defn): Replace
2604 string_char_type and primitive_type_vector with
2605 la_language_arch_info.
2606 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2607 c_builtin_types in comment.
2608 * c-lang.h (struct language_arch_info): Declare opaque.
2609 (c_language_arch_info): Declare.
2610 (c_builtin_types): Delete declaration.
2611 * c-lang.c (c_language_arch_info): Set string_char_type to
2612 builtin_char, not builtin_true_char. Make global.
2613 (c_builtin_types): Delete array.
2614 (asm_language_defn, minimal_language_defn): Replace
2615 string_char_type and primitive_type_vector with
2616 la_language_arch_info.
2617
26182004-07-28 Andrew Cagney <cagney@gnu.org>
2619
2620 * gdbtypes.h (struct builtin_type): Rename true_char to
2621 builtin_true_char.
2622 * gdbtypes.c (gdbtypes_post_init): Update.
2623 * c-lang.c (arch_info): New function.
2624 (enum c_primitive_types): New enum.
2625 (c_language_defn): Instead of string_char_type and
2626 primitive_type_vector set la_language_arch_info.
2627
26282004-07-28 Andrew Cagney <cagney@gnu.org>
2629
2630 * language.h (struct language_arch_info): Fix typo
2631 s/primative/primitive/.
2632 * gdbtypes.c (lookup_primitive_typename): Ditto.
2633 * language.c (language_lookup_primitive_type_by_name)
2634 (unknown_language_arch_info): Ditto.
2635
26362004-07-27 Andrew Cagney <cagney@gnu.org>
2637
2638 * defs.h (enum language): Add nr_languages.
2639 * language.h (struct language_arch_info): Define.
2640 (struct language_defn): Add la_language_arch_info.
2641 (language_lookup_primative_type_by_name): Declare.
2642 (language_string_char_type): Declare.
2643 * language.c (_initialize_language, language_gdbarch_post_init)
2644 (struct language_gdbarch, language_gdbarch_data): Implement
2645 per-architecture language information.
2646 (unknown_language_arch_info, language_string_char_type)
2647 (language_lookup_primative_type_by_name): New functions.
2648 (unknown_language_defn, auto_language_defn)
2649 (local_language_defn): Set la_language_arch_info to
2650 unknown_language_arch_info.
2651 (unknown_builtin_types): Delete.
2652 * gdbtypes.c (lookup_primitive_typename): Use
2653 language_lookup_primative_type_by_name.
2654 (create_string_type): Use language_string_char_type.
2655 * values.c (value_from_string): Use language_string_char_type.
2656 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2657 * p-lang.c (pascal_language_defn): Ditto.
2658 * m2-lang.c (m2_language_defn): Ditto.
2659 * jv-lang.c (java_language_defn): Ditto.
2660 * objc-lang.c (objc_language_defn): Ditto.
2661 * f-lang.c (f_language_defn): Ditto.
2662 * c-lang.c (c_language_defn, cplus_language_defn)
2663 (asm_language_defn, minimal_language_defn): Ditto.
2664
26652004-07-27 Andrew Cagney <cagney@gnu.org>
2666
2667 * gdbtypes.h (struct builtin_type): Declare.
2668 (builtin_type): Declare.
2669 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2670 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2671 (gdbtypes_post_init): New function.
2672 (builtin_type): New function.
2673
26742004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2675
2676 * remote-m32r-sdi.c: Fix breakpoint bug.
2677 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2678 recv_char_data, recv_long_data): New functions to replace communication
2679 sequences.
2680
26812004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2682
2683 Document PR threads/1650.
2684 * PROBLEMS (Threads): Document problem with many threads
2685
26862004-07-26 Andrew Cagney <cagney@gnu.org>
2687
2688 * gdb-mi.el: Move from here ...
2689 * mi/gdb-mi.el: ... to here.
2690
26912004-07-26 Andrew Cagney <cagney@gnu.org>
2692
2693 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2694 * main.c (captured_main): When in batch mode always detach.
2695
26962004-07-26 Andrew Cagney <cagney@gnu.org>
2697
2698 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2699 and h8300 as broken.
2700 * NEWS: END-OF-LIFE frame compatibility module.
2701 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2702 specific comments.
2703
27042004-07-26 Andrew Cagney <cagney@gnu.org>
2705
2706 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2707 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2708 * wince.c (_initialize_wince): Update.
2709 * win32-nat.c (_initialize_win32_nat): Update.
2710 * varobj.c (_initialize_varobj): Update.
2711 * valops.c (_initialize_valops): Update.
2712 * utils.c (initialize_utils, initialize_utils): Update.
2713 * tui/tui-win.c (_initialize_tui_win): Update.
2714 * top.c (init_main): Update.
2715 * symfile.c (_initialize_symfile): Update.
2716 * source.c (_initialize_source): Update.
2717 * somsolib.c (_initialize_som_solib): Update.
2718 * solib.c (_initialize_solib): Update.
2719 * solib-frv.c (_initialize_frv_solib): Update.
2720 * serial.c (_initialize_serial): Update.
2721 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2722 * remote.c (_initialize_remote, _initialize_remote): Update.
2723 * remote-vx.c (_initialize_vx): Update.
2724 * remote-utils.c (_initialize_sr_support): Update.
2725 * remote-sds.c (_initialize_remote_sds): Update.
2726 * remote-mips.c (_initialize_remote_mips): Update.
2727 * remote-e7000.c (_initialize_remote_e7000): Update.
2728 * proc-api.c (_initialize_proc_api): Update.
2729 * printcmd.c: Update.
2730 * parse.c (_initialize_parse): Update.
2731 * pa64solib.c (_initialize_pa64_solib): Update.
2732 * p-valprint.c (_initialize_pascal_valprint): Update.
2733 * monitor.c (_initialize_remote_monitors): Update.
2734 * mips-tdep.c (_initialize_mips_tdep): Update.
2735 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2736 * maint.c (_initialize_maint_cmds): Update.
2737 * lin-lwp.c (_initialize_lin_lwp): Update.
2738 * language.c (_initialize_language): Update.
2739 * kod.c (_initialize_kod): Update.
2740 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2741 * i386-tdep.c (_initialize_i386_tdep): Update.
2742 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2743 * gdbarch.sh: Update.
2744 * gdbarch.c: Re-generate.
2745 * gdb-events.sh: Update.
2746 * gdb-events.c: Re-generate.
2747 * frame.c (_initialize_frame): Update.
2748 * exec.c: Update.
2749 * demangle.c (_initialize_demangler): Update.
2750 * dcache.c (_initialize_dcache): Update.
2751 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2752 * cp-valprint.c (_initialize_cp_valprint): Update.
2753 * corefile.c (_initialize_core): Update.
2754 * command.h: Update.
2755 * cli/cli-decode.h: Update.
2756 * cli/cli-cmds.c (init_cli_cmds): Update.
2757 * charset.c (_initialize_charset): Update.
2758 * breakpoint.c (_initialize_breakpoint): Update.
2759 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2760 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2761 * aix-thread.c (_initialize_aix_thread): Update.
2762
27632004-07-24 Mark Kettenis <kettenis@gnu.org>
2764
2765 Partial fix for PR backtrace/1718.
2766 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2767 that GCC migrates into the prolugue. Don't handle any
2768 instructions that clobber %ebx.
2769
27702004-07-23 Andrew Cagney <cagney@gnu.org>
2771
2772 Use regcache_raw_collect instead of regcache_collect.
2773 * regcache.h (regcache_collect): Delete declaration.
2774 * regcache.c (regcache_colect): Delete function.
2775 * win32-nat.c (do_child_store_inferior_registers): Update.
2776 * sol-thread.c (sol_thread_store_registers): Update.
2777 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2778 * rs6000-nat.c (store_register): Update.
2779 * remote.c (store_register_using_P, remote_store_registers): Update.
2780 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2781 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2782 (fill_vrregset, store_spe_registers, fill_gregset)
2783 (fill_gregset): Update.
2784 * nto-procfs.c (procfs_store_registers): Update.
2785 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2786 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2787 * m68klinux-nat.c (store_register, fill_gregset): Update.
2788 * m68k-tdep.c (fill_gregset): Update.
2789 * infptrace.c (store_register): Update.
2790 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2791 * i386-linux-nat.c (store_register, fill_gregset): Update.
2792 * hppa-linux-nat.c (fill_gregset): Update.
2793 * go32-nat.c (store_register): Update.
2794 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2795 (store_fp_regs): Update.
2796 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2797 (store_nwfpe_extended, store_fpregister, store_fpregs)
2798 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2799 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2800 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2801 (store_regs_user_thread, store_regs_kernel_thread): Update.
2802
28032004-07-24 Mark Kettenis <kettenis@gnu.org>
2804
2805 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2806 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2807 encoding.
2808 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2809 member of `struct comp_unit'.
2810
28112004-07-23 Andrew Cagney <cagney@gnu.org>
2812
2813 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2814 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2815
28162004-07-23 Martin Hunt <hunt@redhat.com>
2817 Kevin Buettner <kevinb@redhat.com>
2818
2819 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2820 alignment was being added to the offset instead of multiplied.
2821
28222004-07-23 Mark Kettenis <kettenis@gnu.org>
2823
2824 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2825 changed signal trampoline in OpenBSD 3.5-current.
2826
2827 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2828 <machine/pcb.h> and "bsd-kvm.h".
2829 (sparc64nbsd_supply_pcb): New function.
2830 (_initialize_sparc64nbsd_nat): Renamed from
2831 _initialize_sparcnbsd_nat. Enable libkvm interface.
2832 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2833 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2834 (LOADLIBES): New variable.
2835
2836 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2837
2838 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2839
28402004-07-21 Andrew Cagney <cagney@gnu.org>
2841
2842 Use regcache_raw_supply instead of supply_register.
2843 * regcache.h (supply_register): Delete declaration.
2844 * regcache.c (supply_register): Delete function.
2845 * wince.c (do_child_fetch_inferior_registers): Update.
2846 * win32-nat.c (do_child_fetch_inferior_registers)
2847 (fetch_elf_core_registers): Update.
2848 * v850ice.c (v850ice_fetch_registers): Update.
2849 * thread-db.c (thread_db_store_registers): Update.
2850 * sol-thread.c (sol_thread_store_registers): Update.
2851 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2852 * rs6000-nat.c (fetch_register): Update.
2853 * rom68k-rom.c (rom68k_supply_one_register): Update.
2854 * remote.c (remote_wait, remote_async_wait): Update.
2855 * remote-st.c (get_hex_regs): Update.
2856 * remote-sim.c (gdbsim_fetch_register): Update.
2857 * remote-sds.c (sds_fetch_registers): Update.
2858 * remote-rdp.c (remote_rdp_fetch_register): Update.
2859 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2860 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2861 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2862 * remote-hms.c (init_hms_cmds): Update.
2863 * remote-est.c (init_est_cmds): Update.
2864 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2865 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2866 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2867 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2868 (fetch_register, supply_vrregset, supply_vrregset)
2869 (fetch_spe_registers): Update.
2870 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2871 * monitor.c (monitor_supply_register): Update.
2872 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2873 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2874 (mipsnbsd_supply_fpreg): Update.
2875 * mips-nat.c (fetch_inferior_registers)
2876 (fetch_core_registers): Update.
2877 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2878 (supply_fpregset, mips64_supply_gregset)
2879 (mips64_supply_fpregset): Update.
2880 * m68klinux-nat.c (fetch_register, supply_gregset)
2881 (supply_fpregset): Update.
2882 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2883 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2884 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2885 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2886 * infptrace.c (fetch_register): Update.
2887 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2888 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2889 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2890 (gnu_fetch_registers, gnu_store_registers): Update.
2891 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2892 * i386-linux-nat.c (fetch_register, supply_gregset)
2893 (dummy_sse_values): Update.
2894 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2895 * hppah-nat.c (fetch_register): Update.
2896 * hppa-linux-nat.c (fetch_register, supply_gregset)
2897 (supply_fpregset): Update.
2898 * go32-nat.c (fetch_register): Update.
2899 * dve3900-rom.c (fetch_bitmapped_register)
2900 (_initialize_r3900_rom): Update.
2901 * cris-tdep.c (supply_gregset): Update.
2902 * abug-rom.c (init_abug_cmds): Update.
2903 * core-aout.c (fetch_core_registers): Update.
2904 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2905 (fetch_register, fetch_fp_register): Update.
2906 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2907 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2908 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2909 * alphanbsd-tdep.c (fetch_core_registers): Update.
2910 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2911 * alpha-nat.c (fetch_osf_core_registers)
2912 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2913 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2914 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2915
29162004-07-21 Andrew Cagney <cagney@gnu.org>
2917
2918 * PROBLEMS: Mention breakpoints/1702.
2919 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2920 that is known to work.
2921
29222004-07-21 Andrew Cagney <cagney@gnu.org>
2923
2924 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2925 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2926 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2927 (handle_inferior_event): Wrap call to deprecated
2928 IGNORE_HELPER_CALL in #ifdef.
2929 * config/mips/tm-nbsd.h: Update.
2930
29312004-07-20 Jim Blandy <jimb@redhat.com>
2932
2933 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2934 bfd_mach_ppc has no segment registers.
2935
2936 Include PowerPC SPR numbers for special-purpose registers.
2937 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2938 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2939 new member in initializer.
2940 (S, S4, SN4, S64): New macros for defining special-purpose
2941 registers.
2942 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2943 registers_403, registers_403GC, registers_505, registers_860,
2944 registers_601, registers_602, registers_603, registers_604,
2945 registers_750, registers_e500): Use them.
2946
2947 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2948 replace references with expression used to initialize variable.
2949
29502004-07-20 Andrew Cagney <cagney@gnu.org>
2951
2952 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2953 read_memory_nobpt.
2954 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2955 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2956 (s390_sigtramp_frame_sniffer): Update.
2957 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2958 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2959 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2960 (mips32_fetch_instruction): Update.
2961 * mcore-tdep.c (get_insn): Update.
2962 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2963 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2964 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2965 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2966 (i386_linux_rt_sigtramp_start): Update.
2967 * i386-linux-nat.c (child_resume): Update.
2968 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2969 * hppa-linux-tdep.c (insns_match_pattern): Update.
2970 * gdbcore.h: Update.
2971 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2972 * frame.c (safe_frame_unwind_memory): Update.
2973 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2974 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2975 * alpha-tdep.c (alpha_read_insn): Update.
2976
29772004-07-20 Andrew Cagney <cagney@gnu.org>
2978
2979 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2980 containing both bytes and mask. Add "frame_type".
2981 * tramp-frame.c (tramp_frame_start): Update.
2982 (tramp_frame_prepend_unwinder): Update.
2983 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2984 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2985 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2986 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2987
29882004-07-19 Eli Zaretskii <eliz@gnu.org>
2989
2990 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2991 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2992 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2993 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2994
29952004-07-17 Andrew Cagney <cagney@gnu.org>
2996
2997 * NEWS, PROBLEMS: Update for 6.2.
2998
2999 * README: Update to 6.2.
3000
3001 * utils.c (xvasprintf): Call xstrvprintf.
3002
3003 * parse.c: Update copyright.
3004 (null_post_parser): Eliminate ARGSUSED.
3005
3006 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3007 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3008 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3009
3010 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3011 * ppc-linux-nat.c: Use "Linux kernel".
3012 * hppa-linux-tdep.c: Use GNU/Linux.
3013 * hppa-linux-nat.c: Use GNU/Linux.
3014 * dwarfread.c: Add [sic] to use of Linux.
3015
3016 * hppa-linux-nat.c: Do not include <string.h>.
3017 (supply_fpregset): Remove "register" attribute.
3018
3019 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3020
30212004-07-17 Mark Kettenis <kettenis@gnu.org>
3022
3023 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3024 * configure, config.in: Regenerated.
3025
3026 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3027 "bsd-kvm.h".
3028 (vaxbsd_supply_pcb): New function.
3029 (_initialize_vaxbsd_nat): New prototype and function.
3030 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3031 solib-sunos.o.
3032 (LOADLIBES): New variable.
3033 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3034 (LOADLIBES): New variable.
3035 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3036 (LOADLIBES): New variable.
3037 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3038
30392004-07-16 Andrew Cagney <cagney@gnu.org>
3040
3041 * defs.h (event_loop_p): Replace variable declaration with macro,
3042 always 1.
3043 * main.c (captured_main): Delete options "-async" and "-noasync".
3044 (event_loop_p): Delete variable.
3045 * NEWS: Mention that "-async" and "-noasync" were removed.
3046
30472004-07-16 Andrew Cagney <cagney@gnu.org>
3048
3049 * remote-m32r-sdi.c: Re-indent.
3050
30512004-07-16 Jim Blandy <jimb@redhat.com>
3052
3053 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3054 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3055 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3056 missing MPC823 SPRs.
3057 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3058 incorrect. (This was corrected in GDB's register name tables on
3059 2004-07-14.)
3060
3061 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3062 should be "esasrr" ("ESA Save and Restore Register").
3063
30642004-07-16 Andrew Cagney <cagney@gnu.org>
3065
3066 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3067 calls, no longer applicable. Update comments and rename parameter
3068 "step_frame" to "return_frame".
3069
30702004-07-16 Andrew Cagney <cagney@gnu.org>
3071
3072 * frame.c (fprint_field): New function.
3073 (fprint_frame_id): Use fprint_field.
3074
30752004-07-15 Joel Brobecker <brobecker@gnat.com>
3076
3077 * ada-lang.c (ada_language_defn): Remove commented out code.
3078
30792004-07-15 Jim Blandy <jimb@redhat.com>
3080
3081 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3082 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3083
30842004-07-14 Jim Blandy <jimb@redhat.com>
3085
3086 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3087
3088 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3089
3090 * ppc-tdep.h (ppc_num_srs): New enum constant.
3091
3092 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3093 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3094 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3095 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3096 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3097 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3098 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3099 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3100 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3101 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3102 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3103 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3104 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3105 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3106 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3107 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3108 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3109 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3110 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3111 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3112 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3113 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3114 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3115 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3116 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3117 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3118 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3119 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3120 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3121 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3122 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3123 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3124 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3125 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3126 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3127 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3128 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3129 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3130 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3131 special-purpose register numbers.
3132
3133 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3134 manual mentions 'md_twb', but many mention 'm_twb', and at that
3135 point in the register list.)
3136
31372004-07-14 Andrew Cagney <cagney@gnu.org>
3138
3139 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3140 instead of "internal-error".
3141
31422004-07-10 Joel Brobecker <brobecker@gnat.com>
3143
3144 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3145 that was inserted inside a comment.
3146
31472004-07-10 Randolph Chung <tausq@debian.org>
3148
3149 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3150 function.
3151 (hppa_hpux_push_dummy_code): New function.
3152 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3153 Set find_global_pointer method.
3154
31552004-07-10 Mark Kettenis <kettenis@gnu.org>
3156
3157 * NEWS: Mention BSD libkvm interface.
3158
31592004-07-10 Michael Snyder <msnyder@redhat.com>
3160
3161 * symfile.c (generic_load): Comment typo.
3162 * stack.c (get_selected_block): Ditto.
3163 * regcache.c (regcache_cooked_read): Ditto.
3164 * monitor.c (monitor_debug): Ditto.
3165 * mips-tdep.c (mips_read_pc): Ditto.
3166 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3167 * gdb_mbuild.sh: Ditto.
3168 * gdbarch.sh: Ditto.
3169 * gdbarch.h: Ditto.
3170
31712004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3172
3173 * ada-tasks.c: Remove file.
3174
3175 Remove ARI problems:
3176
3177 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3178 beginning of line.
3179
3180 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3181 Add comment.
3182 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3183 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3184 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3185 (UMIN_OF_SIZE): Remove.
3186 (max_of_type): New function to replace orphan macro in gdbtypes.h
3187 (min_of_type): Ditto.
3188 (discrete_type_high_bound): Use max_of_type.
3189 (discrete_type_low_bound): Use min_of_type.
3190 (possible_user_operator_p): Move operator to beginning of line.
3191 (ada_is_variant_part): Ditto.
3192 (ensure_lval): Rewrite to avoid deprecated operations.
3193 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3194 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3195 (ada_enum_name): Remove assignments in 'if' statements.
3196 (build_ada_types): Add gdbarch parameter.
3197 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3198 with gdbarch_data_register_post_init.
3199 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3200 add_show_from_set.
3201
3202 * ada-valprint.c (inspect_it): Remove declaration.
3203 (repeat_count_threshold): Remove declaration.
3204 (ada_print_floating): Remove assignments in 'if' statements.
3205 (print_str): Move operator to beginning of line.
3206
32072004-07-08 Jim Blandy <jimb@redhat.com>
3208
3209 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3210
32112004-07-08 Bob Rossi <bob@brasko.net>
3212
3213 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3214
32152004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3216
3217 * language.h (struct_language_defn): Add new function pointer:
3218 la_class_name_from_physname. Also add new prototype for
3219 language_class_name_from_physname.
3220 * language.c (language_class_name_from_physname): New function.
3221 (unk_lang_class_name): Ditto.
3222 (unknown_language_defn, auto_language_defn): Change
3223 to add unk_lang_class_name function pointer for
3224 la_class_name_from_physname.
3225 (local_language_defn): Ditto.
3226 * dwarf2read.c (guess_structure_name): Change to call
3227 language_class_name_from_physname.
3228 (determine_class_name): Ditto.
3229 * cp-support.c (class_name_from_physname): Renamed.
3230 (cp_class_name_from_physname): New name of function.
3231 * cp-support.h: Ditto.
3232 * c-lang.c (c_language_defn): Change to add NULL
3233 for class_name_from_physname function pointer.
3234 (cplus_language_defn): Change to add cp_class_name_from_physname.
3235 * jv-lang.c (java_class_name_physname): New function.
3236 (java_find_last_component): New static routine.
3237 (java_language_defn): Add java_class_name_from_physname pointer.
3238 * ada-lang.c (ada_language_defn): Change to add NULL
3239 for class_name_from_physname function pointer.
3240 * f-lang.c (f_language_defn): Ditto.
3241 * m2-lang.c (m2_language_defn): Ditto.
3242 * objc-lang.c (objc_language_defn): Ditto.
3243 * p-lang.c (pascal_language_defn): Ditto.
3244 * scm-lang.c (scm_language_defn): Ditto.
3245
32462004-07-06 Andrew Cagney <cagney@gnu.org>
3247
3248 Patch from Bart Robinson.
3249 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3250 (O_LARGEFILE): Define to 0, if not defined.
3251
32522004-07-03 Mark Kettenis <kettenis@gnu.org>
3253
3254 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3255 <machine/pcb.h> and "bsd-kvm.h".
3256 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3257 (m68kbsd_supply_pcb): New function.
3258 (_initialize_m68kbsd_nat): New prototype and function.
3259 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3260 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3261 (LOADLIBES): New variable.
3262 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3263 (LOADLIBES): New variable.
3264
3265 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3266
32672004-07-03 Mark Kettenis <kettenis@gnu.org>
3268
3269 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3270 <sys/proc.h>.
3271 (bsd_kvm_cmdlist): New variable.
3272 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3273 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3274 command and "kvm proc" command.
3275 * Makefile.in (bsd-kvm.o): Update dependencies.
3276
32772004-07-02 Mark Kettenis <kettenis@gnu.org>
3278
3279 * osabi.c: Update copyright year.
3280 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3281 notes if EI_OSABI is set to ELFOSABI_HPUX.
3282
32832004-07-01 Michael Snyder <msnyder@redhat.com>
3284
3285 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3286 that seems to have gotten whacked out of line.
3287
32882004-07-01 Mark Kettenis <kettenis@gnu.org>
3289
3290 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3291 code.
3292
32932004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3294
3295 * ada-lang.c (decode_packed_array): Minor change to comment.
3296 (ada_value_slice_ptr): New function.
3297 (ada_value_slice): New function.
3298 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3299 test. Don't know why it is there.
3300 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3301 to avoid dereferencing huge arrays from which one is slicing.
3302 (empty_array): Correct to return an array rather than
3303 a subrange value.
3304 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3305 on empty arrays (let'em use 'FIRST instead).
3306
33072004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3308
3309 Address complaints from gdb_ari.sh:
3310
3311 * ada-exp.y: Include gdb_string.h rather than string.h.
3312 (convert_char_literal): Reformat declaration.
3313 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3314 * ada-lex.l: Change use of free to xfree (the macro would do so
3315 anyway, but this is harmless).
3316 Include gdb_string.h rather than string.h.
3317 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3318
3319 * ada-lang.c (parse): Remove K&Rism in parameter list.
3320 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3321
33222004-06-30 Mark Kettenis <kettenis@gnu.org>
3323
3324 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3325 dead code.
3326
33272004-06-30 Mark Kettenis <kettenis@gnu.org>
3328
3329 * alphabsd-nat.c: Update copyright year.
3330 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3331
33322004-06-29 Joel Brobecker <brobecker@gnat.com>
3333
3334 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3335 (i386_cygwin_in_solib_call_trampoline): New function.
3336 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3337 and skip_trampoline_code gdbarch methods.
3338
33392004-06-29 Jim Blandy <jimb@redhat.com>
3340
3341 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3342 name actually used in the dependency lists.
3343
33442004-06-29 Randolph Chung <tausq@debian.org>
3345
3346 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3347
33482004-06-29 Corinna Vinschen <vinschen@redhat.com>
3349
3350 * win32-nat.c (child_pid_to_exec_file): New function.
3351 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3352 functionality.
3353
33542004-06-28 Andrew Cagney <cagney@gnu.org>
3355
3356 * defs.h (xstrvprintf): Declare.
3357 * utils.c (xstrvprintf): New function.
3358 (internal_vproblem, xstrprintf, xasprintf)
3359 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3360 * serial.c (serial_printf): Ditto.
3361 * complaints.c (vcomplaint): Ditto.
3362
33632004-06-29 Corinna Vinschen <vinschen@redhat.com>
3364
3365 * infcmd.c (attach_command): Move call to target_terminal_inferior
3366 behind loading symbol table.
3367
33682004-06-28 Andrew Cagney <cagney@gnu.org>
3369
3370 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3371 change - add back extern deprecated_ui_loop_hook declaration.
3372
33732004-06-28 Andrew Cagney <cagney@gnu.org>
3374
3375 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3376 xstrprintf.
3377 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3378 (c_value_of_variable): Ditto.
3379 * utils.c (internal_vproblem): Ditto.
3380 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3381 * remote.c (add_packet_config_cmd): Ditto.
3382 * remote-rdp.c (rdp_set_command_line): Ditto.
3383 * regcache.c (regcache_dump): Ditto.
3384 * frv-tdep.c (new_variant, new_variant): Ditto.
3385 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3386 (fbsd_find_memory_regions): Ditto.
3387 * breakpoint.c (create_thread_event_breakpoint)
3388 (create_breakpoints): Ditto.
3389 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3390 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3391
33922004-06-28 Joel Brobecker <brobecker@gnat.com>
3393
3394 * ada-lang.c: Re-indent file, with some massaging to help indent
3395 a bit when the result is otherwise really too ugly.
3396
33972004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3398
3399 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3400 code_addr_p and special_addr_p to 'unsigned int'.
3401
34022004-06-27 Mark Kettenis <kettenis@gnu.org>
3403
3404 * i386v4-nat.c: Update copyright year and tweak comment.
3405 (regmap): Remove trailing comma.
3406 (supply_gregset): Rename local variable i to regnum. Call
3407 regcache_raw_supply instead of supply_register.
3408 (fill_gregset): Rename argument regno to regnum. Call
3409 regcache_raw_collect instead of regcache_collect.
3410
34112004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3412
3413 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3414 and special_addr_p.
3415 (frame_id_build, frame_id_build_special): Update comments.
3416 (frame_id_build_wild): New prototype.
3417 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3418 struct frame_id fields.
3419 (frame_id_build_wild): New function.
3420 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3421
34222004-06-27 Mark Kettenis <kettenis@gnu.org>
3423
3424 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3425 hppabsd-tdep.c.
3426
34272004-06-27 Joel Brobecker <brobecker@gnat.com>
3428
3429 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3430
34312004-06-27 Joel Brobecker <brobecker@gnat.com>
3432
3433 * ada-lang.c: Re-indent file.
3434
34352004-06-27 Joel Brobecker <brobecker@gnat.com>
3436
3437 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3438 (no_symtab_msg): Likewise.
3439
34402004-06-27 Andreas Schwab <schwab@suse.de>
3441
3442 * source.c: Fix whitespace.
3443
34442004-06-27 Mark Kettenis <kettenis@gnu.org>
3445
3446 * configure.in: Include <sys/param.h> for td_pcb test.
3447 * configure: Regenerated.
3448
3449 * i386nbsd-nat.c: New file.
3450 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3451 i386obsd-nat.c and i386obsd-tdep.c.
3452 (i386nbsd-nat.o): New dependency.
3453 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3454 bsd-kvm.o.
3455 (LOADLIBES): New variable.
3456 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3457 bsd-kvm.o.
3458 (LOADLIBES): New variable.
3459
3460 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3461 (LOADLIBES): New variable.
3462
3463 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3464 fetching from BSD_KVM_PADDR. Correctly lookup address for
3465 "_thread0".
3466
3467 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3468 "bsd-kvm.h".
3469 (amd64fbsd_supply_pcb): New funcion.
3470 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3471
34722004-06-27 <david@streamline-computing.com>
3473
3474 Partial fix for PR cli/1056.
3475 * valarith.c: Check for zero in division and remainder
3476 evaluation.
3477
34782004-06-27 Mark Kettenis <kettenis@gnu.org>
3479
3480 * i387-tdep.c: Remove excessive whitespace.
3481
34822004-06-26 Andrew Cagney <cagney@gnu.org>
3483
3484 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3485 * gdb-events.h, gdb-events.c: Re-generate.
3486 * tui/tui-hooks.c (tui_install_hooks): Update.
3487 (tui_remove_hooks): Update.
3488 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3489
34902004-06-26 Mark Kettenis <kettenis@gnu.org>
3491
3492 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3493 (gregset_t, fpregset_t): Remove typedefs.
3494 (REG_OFFSET): Rename argument.
3495 (amd64bsd_r_reg_offset): Rename from reg_offset.
3496 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3497 Remove functions.
3498 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3499 of reg_offset.
3500 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3501
3502 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3503
3504 * vax-tdep.c: Tweak comment.
3505
3506 Add OpenBSD/hppa support.
3507 * NEWS (New native configurations): Mention OpenBSD/hppa.
3508 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3509 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3510 files.
3511 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3512 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3513 * configure.host: Add hppa*-*-openbsd*.
3514 * configure.tgt: Add hppa*-*-openbsd*.
3515
35162004-06-25 Andrew Cagney <cagney@gnu.org>
3517
3518 * defs.h (deprecated_ui_loop_hook): Deprecated.
3519 * wince.c (child_wait): Update.
3520 * win32-nat.c (child_wait): Update.
3521 * v850ice.c (v850ice_wait): Update.
3522 * top.c (deprecated_ui_loop_hook): Update.
3523 * serial.h: Update.
3524 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3525 (do_unix_readchar): Update.
3526 * ser-tcp.c (net_open): Update.
3527 * remote-sim.c (gdb_os_poll_quit): Update.
3528 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3529
35302004-06-24 Andrew Cagney <cagney@gnu.org>
3531
3532 * defs.h (deprecated_pre_add_symbol_hook)
3533 (deprecated_post_add_symbol_hook): Deprecated.
3534 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3535 (symbol_file_add_with_addrs_or_offsets): Update references.
3536
35372004-06-24 Andrew Cagney <cagney@gnu.org>
3538
3539 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3540 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3541 * wince.c (ui_loop_hook): Delete extern declaration.
3542 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3543 * v850ice.c (ui_loop_hook): Delete extern declaration..
3544 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3545 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3546 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3547 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3548 ui_loop_hook declaration.
3549
35502004-06-24 Andrew Cagney <cagney@gnu.org>
3551
3552 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3553 entry_func_highpc fields.
3554 * objfiles.c (init_entry_point_info): Do not clear
3555 entry_func_lowpc and entry_func_highpc.
3556 (objfile_relocate): Do not relocate entry_func_lowpc and
3557 entry_func_highpc.
3558 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3559 entry_func_highpc.
3560 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3561 entry_func_highpc.
3562 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3563 entry_func_lowpc and entry_func_highpc with call to
3564 inside_entry_func.
3565
35662004-06-24 Mark Kettenis <kettenis@gnu.org>
3567
3568 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3569 quad-precision floating point arguments in registers.
3570
35712004-06-24 Mark Kettenis <kettenis@gnu.org>
3572
3573 From Michael Mueller <m.mueller99@kay-mueller.de>:
3574 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3575 account.
3576
35772004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3578
3579 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3580 to -1.
3581 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3582 untriggered watchpoints to a separate if clause. Update function
3583 comment regarding STOPPED_BY_WATCHPOINT argument.
3584
35852004-06-22 Jim Blandy <jimb@redhat.com>
3586
3587 * gdbarch.sh: Doc fix.
3588
35892004-06-21 Martin Hunt <hunt@redhat.com>
3590 Kevin Buettner <kevinb@redhat.com>
3591
3592 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3593 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3594 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3595 to set_gdbarch_sp_regnum(). Use cooked register number.
3596 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3597
35982004-06-21 Andrew Cagney <cagney@gnu.org>
3599
3600 * gdbarch.sh: When the macro field is empty, do not generate a
3601 macro definition. When the macro field is "=", generate the macro
3602 name from the upper-case function name.
3603 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3604 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3605 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3606 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3607 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3608 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3609 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3610 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3611 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3612 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3613 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3614 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3615 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3616 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3617 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3618 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3619 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3620 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3621 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3622 (DEPRECATED_USE_STRUCT_CONVENTION)
3623 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3624 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3625 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3626 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3627 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3628 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3629 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3630 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3631 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3632 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3633 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3634 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3635 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3636 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3637 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3638 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3639 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3640 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3641
36422004-06-21 Andrew Cagney <cagney@gnu.org>
3643
3644 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3645 macro name, and the function rather than macro value. Only wrap
3646 macro print statements in #ifdef. Move format logic to where it
3647 is needed.
3648 * gdbarch.c: Re-generate.
3649
3650 * gdbarch.sh (read): Delete "print_p" and "description", add
3651 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3652 Delete references to print_p.
3653 (TARGET_ARCHITECTURE): Delete print predicate.
3654 * gdbarch.c: Re-generate.
3655
3656 * gdbarch.sh: Check that multi-arch methods do not provide a
3657 macro.
3658 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3659 (print_registers_info, print_float_info, print_vector_info)
3660 (adjust_breakpoint_address, remote_translate_xfer_address)
3661 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3662 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3663 name from the multi-arch definition.
3664
36652004-06-20 Andrew Cagney <cagney@gnu.org>
3666
3667 * gdbarch.sh: Sort by the function, instead of macro name.
3668 * gdbarch.c: Re-generate.
3669
36702004-06-20 Andrew Cagney <cagney@gnu.org>
3671
3672 * gdbarch.sh: Use the function, instead of macro name in
3673 errors and the log file.
3674 (return_value): Remove stray ":" in spec.
3675
3676 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3677 * gdbarch.h, gdbarch.c: Re-generate.
3678 * Makefile.in (arch-utils.o): Update dependencies.
3679 * values.c (using_struct_return): Move code calling
3680 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3681 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3682 to legacy_return_value, simplify.
3683 * infcmd.c (print_return_value): Move code calling
3684 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3685 to legacy_return_value, simplify.
3686 * infcall.c (call_function_by_hand): Move code calling
3687 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3688 * arch-utils.c: Update copyright. Include "gdbcore.h".
3689 (legacy_return_value): New function.
3690 * arch-utils.h: Update copyright.
3691 (legacy_return_value): Declare.
3692
36932004-06-20 Andrew Cagney <cagney@gnu.org>
3694
3695 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3696 * gdbarch.h, gdbarch.c: Re-generate.
3697 * values.c (using_struct_return): Update call.
3698 * mcore-tdep.c: Update comment.
3699 * infcall.c (call_function_by_hand): Update comment.
3700 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3701 * arch-utils.h (always_use_struct_convention): Update.
3702 * v850-tdep.c (v850_gdbarch_init): Update.
3703 * sh64-tdep.c (sh64_gdbarch_init): Update.
3704 * sh-tdep.c (sh_gdbarch_init): Update.
3705 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3706 * mips-tdep.c (mips_gdbarch_init): Update.
3707 * mcore-tdep.c (mcore_gdbarch_init): Update.
3708 * m32r-tdep.c (m32r_gdbarch_init): Update.
3709 * ia64-tdep.c (ia64_gdbarch_init): Update.
3710 * h8300-tdep.c (h8300_gdbarch_init): Update.
3711 * frv-tdep.c (frv_gdbarch_init): Update.
3712 * cris-tdep.c (cris_gdbarch_init): Update.
3713 * arm-tdep.c (arm_gdbarch_init): Update.
3714 * alpha-tdep.c (alpha_gdbarch_init): Update.
3715
37162004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3717
3718 * PROBLEMS: Add more specific information, and a work-around,
3719 for PR gdb/1458.
3720
37212004-06-18 Andrew Cagney <cagney@gnu.org>
3722
3723 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3724 * gdbarch.h, gdbarch.c: Re-generate.
3725 * ada-lang.c (ada_finish_decode_line_1): Update.
3726 * infrun.c (handle_inferior_event): Update.
3727 * infcall.c (find_function_addr): Update.
3728 * linespec.c (minsym_found): Update.
3729 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3730 Update.
3731 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3732 * cli/cli-cmds.c (disassemble_command): Update.
3733 * vax-tdep.c (vax_gdbarch_init): Update.
3734
37352004-06-18 Mark Kettenis <kettenis@gnu.org>
3736
3737 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3738
37392004-06-17 Andrew Cagney <cagney@gnu.org>
3740
3741 GDB 6.1.1 released from the GDB 6.1 branch.
3742 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3743 * PROBLEMS: Ditto.
3744
37452004-06-16 Daniel Jacobowitz <dan@debian.org>
3746
3747 PR gdb/1658
3748 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3749 operation as a uleb128. Found by Michael Coulter.
3750
37512004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3752
3753 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3754 make it non-static.
3755 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3756 to ada-lang.h; this is needed to be able to implement the kill command
3757 in multi-task mode.
3758 (task_ptid): Ditto.
3759 (task_entry): Ditto.
3760 (task_list): Ditto.
3761 (ada_build_task_list): Ditto.
3762
3763 * ada-lang.c: Conditionalize routines and data structures related
3764 to breakpoints, exceptions, completion, and symbol caching on
3765 GNAT_GDB, since these are not yet used in the submitted public sources.
3766 (ada_main_name): Editorial: Move definition out of exception-related
3767 code.
3768
37692004-06-15 Andrew Cagney <cagney@gnu.org>
3770
3771 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3772 deprecated_pc_in_call_dummy.
3773
37742004-06-15 Alan Modra <amodra@bigpond.net.au>
3775
3776 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3777 bfd_get_section_size_before_reloc or _raw_size.
3778 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3779 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3780 (dwarf2_read_section): Likewise.
3781 * elfread.c (elf_locate_sections): Likewise.
3782 * gcore.c (derive_heap_segment): Likewise.
3783 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3784 * remote-e7000.c (e7000_load): Likewise.
3785 * remote-m32r-sdi.c (m32r_load): Likewise.
3786 * remote-mips.c (mips_load_srec): Likewise.
3787 (pmon_load_fast): Likewise.
3788 * remote.c (compare_sections_command): Likewise.
3789 * symfile.c (add_section_size_callback): Likewise.
3790 (load_section_callback): Likewise.
3791 (pc_in_unmapped_range): Likewise.
3792 (pc_in_mapped_range): Likewise.
3793 (sections_overlap): Likewise.
3794 (list_overlays_command): Likewise.
3795 (simple_overlay_update_1): Likewise.
3796 (simple_overlay_update): Likewise.
3797 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3798 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3799
38002004-06-14 Randolph Chung <tausq@debian.org>
3801
3802 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3803 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3804 static.
3805 (hppa_hpux_inferior_created): New function.
3806 (hppa_hpux_init_abi): Register observer.
3807 * symfile.c (hp_cxx_exception_support_initialized)
3808 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3809 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3810
38112004-06-14 Randolph Chung <tausq@debian.org>
3812
3813 * MAINTAINERS (Write After Approval): Alphabetize my entry
3814 correctly.
3815
38162004-06-14 Andrew Cagney <cagney@gnu.org>
3817
3818 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3819 testsuite maintainer.
3820
38212004-06-13 Andrew Cagney <cagney@gnu.org>
3822
3823 * infcmd.c (print_return_value): Fix logic, allow
3824 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3825
3826 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3827 defining any macros.
3828 * gdbarch.h: Re-generate.
3829
3830 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3831 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3832 * gdbarch.h: Re-generate.
3833
3834 * values.c (generic_use_struct_convention): Don't check gcc_p.
3835
3836 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3837 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3838 * gdbarch.h, gdbarch.c: Regenerate.
3839 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3840 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3841 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3842 deprecated_max_register_raw_size and
3843 deprecated_max_register_virtual_size.
3844 * v850-tdep.c (v850_gdbarch_init): Ditto.
3845 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3846 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3847 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3848 * cris-tdep.c (cris_gdbarch_init): Ditto.
3849
3850 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3851 * gdbarch.h, gdbarch.c: Re-generate.
3852 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3853 (m68hc11_use_struct_convention): Delete function.
3854 (m68hc11_extract_struct_value_address): Delete function.
3855 (m68hc11_return_value): New function.
3856 (m68hc11_gdbarch_init): Instead of store_return_value,
3857 extract_return_value, return_value_on_stack,
3858 deprecated_extract_struct_value_address and use_struct_convention,
3859 set return_value.
3860 * values.c (using_struct_return): Do not call
3861 RETURN_VALUE_ON_STACK.
3862 * arch-utils.h (generic_return_value_on_stack_not): Delete
3863 declaration.
3864 * arch-utils.c (generic_return_value_on_stack_not): Delete
3865 function.
3866
38672004-06-12 Andrew Cagney <cagney@gnu.org>
3868
3869 * values.c (register_value_being_returned): Delete function.
3870 * infcmd.c (legacy_return_value): Delete function.
3871 * infcall.c (call_function_by_hand): Inline
3872 "register_value_being_returned", simplify.
3873 * values.c (using_struct_return): Update comment, refer to
3874 print_return_value instead of register_value_being_returned.
3875 * infcmd.c (print_return_value): Inline calls to
3876 register_value_being_returned and legacy_return_value. Simplify.
3877
38782004-06-11 Randolph Chung <tausq@debian.org>
3879
3880 * somread.c (som_symtab_read): Exclude gcc local symbols.
3881
38822004-06-11 Randolph Chung <tausq@debian.org>
3883
3884 * infrun.c (handle_inferior_event): Handle the case when a
3885 trampoline ends up in the runtime resolver, and if the trampoline
3886 has no name. Rearrange the code so that all the trampoline
3887 processing happens before other step-out-of-range handling.
3888
38892004-06-11 Martin Hunt <hunt@redhat.com>
3890
3891 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3892 has no fpu.
3893
38942004-06-10 Andrew Cagney <cagney@gnu.org>
3895
3896 * blockframe.c (legacy_inside_entry_func): Delete.
3897 (legacy_frame_chain_valid): Inline call to
3898 legacy_inside_entry_func, simplify.
3899
39002004-06-10 Bob Rossi <bob@brasko.net>
3901
3902 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3903 * dwarf2read.c (partial_die_info): Add dirname field.
3904 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3905 (read_partial_die): Save away DW_AT_comp_dir.
3906 * defs.h (symtab_to_filename): Removed.
3907 * source.c (find_and_open_source): Added.
3908 (open_source_file): Just calls find_and_open_source.
3909 (symtab_to_filename): Removed.
3910 (symtab_to_fullname, psymtab_to_fullname): Added.
3911 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3912 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3913 symtab_to_filename.
3914 * symtab.h (partial_symtab): Add dirname field.
3915 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3916 (mi_cmd_file_list_exec_source_file): Call new function
3917 symtab_to_fullname to find fullname.
3918 (mi_cmd_file_list_exec_source_files): Added.
3919 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3920 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3921
39222004-06-10 Andrew Cagney <cagney@gnu.org>
3923
3924 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3925 to generic_use_struct_convention, the default value.
3926
3927 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3928 of abort.
3929
3930 * ns32k-tdep.c (ns32k_push_arguments): New function.
3931 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3932 * infcall.c (call_function_by_hand): Call error instead of
3933 legacy_push_arguments.
3934 * value.h (legacy_push_arguments): Delete declaration.
3935 * valops.c (legacy_push_arguments): Delete function.
3936 (value_push): Delete function.
3937
39382004-06-10 Brian Ford <ford@vss.fsi.com>
3939
3940 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3941 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3942 info.
3943 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3944
39452004-06-10 Andrew Cagney <cagney@gnu.org>
3946
3947 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3948 * gdbarch.h, gdbarch.c: Re-generate.
3949 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3950 parameters.
3951 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3952 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3953 deprecated_pc_in_call_dummy instead of
3954 DEPRECATED_PC_IN_CALL_DUMMY.
3955 (arm_skip_prologue): Ditto.
3956 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3957 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3958 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3959 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3960 Ditto.
3961 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3962 (sh64_init_extra_frame_info, sh64_get_saved_register)
3963 (sh64_pop_frame): Ditto.
3964 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3965 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3966 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3967 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3968 (h8300_pop_frame): Ditto.
3969 * blockframe.c (legacy_inside_entry_func)
3970 (legacy_frame_chain_valid): Ditto.
3971 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3972 to deprecated_pc_in_call_dummy.
3973
39742004-06-09 Andrew Cagney <cagney@gnu.org>
3975
3976 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3977 provide a default value.
3978 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3979 * gdbarch.h, gdbarch.c: Re-generate.
3980 * arch-utils.c (generic_convert_register_p): Rename
3981 legacy_convert_register_p
3982 (legacy_register_to_value, legacy_value_to_register): Delete
3983 functions.
3984 * arch-utils.h (generic_convert_register_p): Rename
3985 legacy_convert_register_p.
3986 (legacy_register_to_value, legacy_value_to_register): Delete
3987 declarations.
3988
3989 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3990 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3991 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3992 * gdbarch.h, gdbarch.c: Re-generate.
3993 * infcmd.c (default_print_registers_info): Simplify.
3994 * findvar.c (value_of_register): Simplify.
3995 * mi/mi-main.c (get_register): Simplify.
3996 * arch-utils.c (legacy_convert_register_p): Always return 0.
3997 (legacy_register_to_value, legacy_value_to_register): Always call
3998 internal_error.
3999
4000 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4001 #ifdef CLEAR_INSN_CACHE code.
4002 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4003 Delete #ifdef CLEAR_DEFERRED_STORES code.
4004
4005 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4006
4007 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4008 copyright.
4009 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4010
4011 * config/mips/mipsv4.mh: Delete file.
4012
4013 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4014 unreferenced macro.
4015 (hpread_adjust_stack_address): Delete declaration.
4016
40172004-06-08 Andrew Cagney <cagney@gnu.org>
4018
4019 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4020 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4021 PTRACE_ATTACH / PTRACE_DETACH available call error.
4022 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4023 * infttrace.c (update_thread_state_after_attach, attach, detach):
4024 Remove #ifdef wrappers.
4025 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4026 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4027 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4028 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4029 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4030 * config/nm-linux.h (ATTACH_DETACH): Delete.
4031 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4032 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4033 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4034 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4035 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4036
40372004-06-08 Corinna Vinschen <vinschen@redhat.com>
4038
4039 * configure.in: Set $configdir to the right OS specific value.
4040 Use value when setting $tcldir and $tkdir.
4041 * configure: Regenerate.
4042
40432004-06-06 Paul Brook <paul@codesourcery.com>
4044
4045 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4046 records.
4047
40482004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4049
4050 * ada-lang.c (lookup_symbol_in_language): New function to allow
4051 re-use of another language's symbol lookup code. (Placed here
4052 temporarily while Ada support is being integrated into the public
4053 tree).
4054 (restore_language): New auxiliary function for
4055 lookup_symbol_in_language.
4056 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4057 temporarily while Ada support is being integrated into the public
4058 tree).
4059
40602004-06-08 Alexandre Oliva <aoliva@redhat.com>
4061
4062 * Makefile.in (check//%): New.
4063
4064 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4065 (mn10300_store_return_value): Rewrite.
4066 (mn10300_type_align): New.
4067 (mn10300_use_struct_convention): Rewrite.
4068 (mn10300_return_value): New, using all of the above.
4069 (mn10300_pop_frame_regular): Add saved_regs_size.
4070 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4071
4072 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4073 regs if PC is on movm.
4074
40752004-06-07 Jim Blandy <jimb@redhat.com>
4076
4077 Add native Linux support for the PowerPC E500.
4078 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4079 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4080 all architectures except the E500.
4081 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4082 #definitions.
4083 (struct gdb_evrregset_t): New type.
4084 (have_ptrace_getsetevrregs): New variable.
4085 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4086 fetch_spe_registers): New functions.
4087 (fetch_register): Call fetch_spe_register as appropriate.
4088 Assert that we're only passed raw register numbers.
4089 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4090 Don't fetch gprs if they're pseudoregisters.
4091 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4092 store_spe_registers): New functions.
4093 (store_register): Call store_spe_register as appropriate.
4094 Assert that we're only passed raw register numbers.
4095 (store_ppc_registers): Call store_spe_registers as appropriate.
4096 Don't store gprs if they're pseudoregisters.
4097
40982004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4099
4100 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4101 struct if one exists, even if we are dealing with a zombie thread.
4102
41032004-06-07 Andrew Cagney <cagney@gnu.org>
4104
4105 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4106 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4107 Rename PC_REQUIRES_RUN_BEFORE_USE.
4108 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4109 #ifdef.
4110
41112004-06-07 Randolph Chung <tausq@debian.org>
4112
4113 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4114 unwinding after sp has been saved to the stack but before the end
4115 of the prologue, and after the fp has been modified but before it has
4116 been saved to the stack.
4117 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4118 Remove superfluous definitions.
4119 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4120
41212004-06-07 Guy Martin <gmsoft@gentoo.org>
4122
4123 Committed by Randolph Chung.
4124 * hppa-linux-nat.c: Include the correct version of the header file
4125 depending on the kernel version.
4126
41272004-06-06 Randolph Chung <tausq@debian.org>
4128
4129 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4130 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4131
41322004-06-06 Randolph Chung <tausq@debian.org>
4133
4134 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4135 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4136 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4137 * hppa-tdep.c (hppa_symbol_address): New function definition.
4138 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4139
41402004-06-06 Randolph Chung <tausq@debian.org>
4141
4142 * hppa-tdep.h (struct value): Forward declaration.
4143 (gdbarch_tdep): Define tdep find_global_pointer method.
4144 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4145 associated with the function we are trying to call, and write it
4146 to the gp register.
4147 (hppa32_convert_from_funct_ptr_addr): New function.
4148 (hppa_find_global_pointer): New function.
4149 (hppa_gdbarch_init): Set default find_global_pointer method; set
4150 convert_from_func_ptr_addr method.
4151 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4152 (hppa_linux_init_abi): Set find_global_pointer method.
4153 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4154
41552004-06-06 Randolph Chung <tausq@debian.org>
4156
4157 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4158 to struct value *function.
4159 * gdbarch.c: Regenerate.
4160 * gdbarch.h: Likewise.
4161 * infcall.c (call_function_by_hand): Pass entire function value
4162 to push_dummy_call.
4163
4164 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4165 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4166 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4167 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4168 * arm-tdep.c (arm_push_dummy_call): Likewise.
4169 * avr-tdep.c (avr_push_dummy_call): Likewise.
4170 * cris-tdep.c (cris_push_dummy_call): Likewise.
4171 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4172 * frv-tdep.c (frv_push_dummy_call): Likewise.
4173 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4174 * hppa-tdep.c (hppa32_push_dummy_call)
4175 (hppa64_push_dummy_call): Likewise.
4176 * i386-tdep.c (i386_push_dummy_call): Likewise.
4177 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4178 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4179 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4180 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4181 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4182 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4183 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4184 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4185 (ppc64_sysv_abi_push_dummy_call): Likewise.
4186 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4187 (ppc64_sysv_abi_push_dummy_call): Likewise.
4188 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4189 * s390-tdep.c (s390_push_dummy_call): Likewise.
4190 * sh-tdep.c (sh_push_dummy_call_fpu)
4191 (sh_push_dummy_call_nofpu): Likewise.
4192 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4193 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4194 * vax-tdep.c (vax_push_dummy_call): Likewise.
4195
41962004-06-04 Jim Blandy <jimb@redhat.com>
4197
4198 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4199 gdbarch argument to register_size.
4200
4201 * rs6000-tdep.c (rs6000_store_return_value): Use
4202 regcache_cooked_write_part instead of
4203 deprecated_write_register_bytes.
4204 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4205 not gdbarch_deprecated_store_return_value.
4206
4207 * ppc-linux-nat.c (store_register, fetch_register): Remove
4208 incorrect assertions. Simplify and generalize handling of
4209 transfers whose sizes are not multiples of, or less than, sizeof
4210 (PTRACE_XFER_TYPE).
4211
42122004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4213
4214 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4215 as a new thread event.
4216 * thread-db.c (thread_get_info_callback): If the thread is a
4217 zombie, return TD_THR_ZOMBIE.
4218 (thread_from_lwp): If thread_get_info_callback returns
4219 TD_THR_ZOMBIE, check if the thread is still on the thread list
4220 and return a -1 ptid if not found.
4221 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4222 change the status to TARGET_WAITKIND_SPURIOUS.
4223
42242004-06-03 Corinna Vinschen <vinschen@redhat.com>
4225
4226 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4227 double values in little endian mode.
4228
42292004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4230
4231 Committed by Andrew Cagney.
4232 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4233 after last enum constant to avoid error from IBM C
4234 compiler.
4235
42362004-06-02 Jim Blandy <jimb@redhat.com>
4237
4238 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4239 to 'message', and make it local to the lone block that uses it.
4240
4241 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4242
42432004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4244
4245 * ada-exp.y: Update copyright notice.
4246 Include block.h.
4247
4248 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4249 SPECIAL_VARIABLE and unify the treatment of these cases.
4250
4251 (write_attribute_call0): Remove.
4252 (write_attribute_call1): Remove.
4253 (write_attribute_calln): Remove.
4254 (save_qualifier): Add missing semicolon.
4255
4256 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4257 temporarily disabled to allow compilation with FSF head version.
4258
4259 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4260 use individual operators (OP_*) for all attributes.
4261 (exp syntax): Use write_int.
4262 Handle STRING literals with OP_STRING.
4263 (variable syntax): Add limit parameter to calls to
4264 write_object_renaming.
4265
4266 (temp_parse_space): New definition to hold entities that need
4267 only live until the next call to ada_parse.
4268 (string_to_operator): Rename fields of ada_opname_table entries.
4269
4270 (write_var_from_sym): Record block.
4271 (write_var_from_name): Minor reformatting.
4272 Make sure saved name is properly encoded in the case of multiple
4273 matches, and set its language to Ada.
4274 Update comment.
4275 Modify to indicate unresolved name as symbol in the UNRESOLVED
4276 namespace, allocated in temp_parse_space.
4277 (write_int): New function.
4278
4279 (write_object_renaming): Add max_depth parameter to limit
4280 chains of object renamings.
4281 Handle case where root of renaming expression is itself a renaming.
4282 Use temp_parse_space for temporary name buffer.
4283 Handle renamings to dereferenced pointers (___XEXA suffices).
4284
4285 (ada_parse, yyerror, string_to_operator,
4286 write_var_from_sym, write_var_from_name, write_attribute_call0,
4287 write_attribute_call1, write_attribute_calln,
4288 write_object_renaming): Protoize.
4289
4290 (_initialize_ada_exp): New function.
4291
4292 * ada-lang.c: Update copyright notice.
4293 General terminology change to conform to GNAT compiler usage:
4294 mangle => encode, demangle => decode
4295 Include gdb_obstack.h.
4296 Include gdb_regex.h
4297 Include frame.h
4298 Include hashtab.h
4299 Include completer.h
4300 Include gdb_stat.h
4301 Include block.h
4302 Include infcall.h
4303
4304 (ADA_RETAIN_DOTS): Make sure this is defined.
4305 (TRUNCATION_TOWARDS_ZERO): Define.
4306 (struct string_vector): Define.
4307 (unresolved_names): Remove definition.
4308 (xnew_string_vector): New function.
4309 (string_vector_append): New function.
4310 (extract_string): Make static.
4311 (ada_unqualified_name): New function.
4312 (add_angle_brackets): New function.
4313 (function_name_from_pc): New function.
4314 (place_on_stack): Rename to ensure_lval.
4315
4316 (ensure_lval): Renamed from place_on_stack.
4317 Make identity on lvals.
4318 Update comment.
4319 (is_nonfunction): New interface.
4320 Only symbols in LOC_CONST class can be enumerals.
4321 (fill_in_ada_prototype): Remove; now independent of language.
4322 (add_defn_to_vec): Add obstack and symtab arguments.
4323 Use obstack to hold collected definitions.
4324 (num_defns_collected): New function.
4325 (defns_collected): New function.
4326 (ada_resolve_subexp): Rename to resolve_subexp.
4327 (resolve_subexp): Renamed from ada_resolve_subexp.
4328 (ada_op_name): Return non-const result.
4329 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4330 other purposes.
4331
4332 (to_fixed_array_type): Add declaration.
4333 (coerce_unspec_val_to_type): Remove offset parameter.
4334 (find_sal_from_funcs_and_line): New interface.
4335 (find_line_in_linetable): Ditto.
4336
4337 (all_sals_for_line): Rename to ada_sals_for_line and make
4338 global.
4339 Add new parameter. When set, do not ask the user to choose the
4340 instance, but use the first one found instead.
4341 Use given line number in returned sals.
4342 Fix comment.
4343 Skip the prologue if funfirstline is set.
4344 Correct for memory leak when 0 lines found.
4345
4346 (value_pos_atr): Use pos_atr.
4347 (pos_atr): New function.
4348 (standard_lookup): Add block parameter.
4349
4350 (makeTimeStart): Remove declaration and uses.
4351 (makeTimeStop): Remove declaration and uses.
4352
4353 (ada_completer_word_break_characters): Allow for VMS.
4354 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4355 (raise_sym_name): New constant.
4356 (raise_unhandled_sym_name): New constant.
4357 (raise_assert_sym_name): New constant.
4358 (process_raise_exception_name): New constant.
4359 (longest_exception_template): New constant.
4360 (warning_limit): New variable to limit warnings during expression
4361 evaluation.
4362 (warnings_issued): New variable to keep track of warnings issued.
4363 (known_runtime_file_name_patterns): New constant.
4364 (known_auxiliary_function_name_patterns): New constant.
4365 (symbol_list_obstack): New variable.
4366
4367 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4368 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4369 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4370 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4371 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4372 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4373 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4374 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4375 and strcmp.
4376
4377 (ada_get_field_index): New function.
4378 (lim_warning): New function.
4379 (ada_translate_error_message): New function.
4380 (MAX_OF_SIZE): New function.
4381 (MIN_OF_SIZE): New function.
4382 (UMAX_OF_SIZE): New function.
4383 (UMIN_OF_SIZE): New function.
4384 (discrete_type_high_bound): New function.
4385 (discrete_type_low_bound): New function.
4386 (base_type): New function.
4387 (do_command): Remove.
4388
4389 (ada_update_initial_language): Use language_ada, not language_unknown.
4390 (ada_encode): Renamed from ada_mangle.
4391 Obey ADA_RETAIN_DOTS.
4392 (ada_decode): Renamed from ada_demangle.
4393 Update coding conventions.
4394 (decoded_names_store): New hash table.
4395 (ada_decode_symbol): New function.
4396 (ada_la_decode): New function.
4397
4398 (modify_general_field): Correct computations of offset and bit
4399 position.
4400 (desc_base_type): Handle ref types, too.
4401 (ada_is_direct_array_type): New function.
4402
4403 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4404 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4405 (ada_is_bogus_array_descriptor,ada_type_of_array,
4406 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4407 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4408 ada_is_array_descriptor_type.
4409
4410 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4411 (ada_is_packed_array_type): Handle pointers or
4412 references to packed arrays as well.
4413 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4414 (decode_packed_array_type): Search for the packed array type
4415 symbol in the currently selected block and associated
4416 superblocks too.
4417 Use lookup_symbol again.
4418
4419 (decode_packed_array): Handle pointers and references.
4420 Update call to coerce_unspec_val_to_type.
4421 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4422 (ada_value_primitive_packed_val): Improve comment.
4423
4424 (ada_index_type): Substitute int type for "undefined".
4425 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4426 ada_array_langth, ada_is_string_type): Use renamed
4427 ada_is_simple_array_type.
4428 (empty_array): New function.
4429
4430 (ada_resolve): Rename to resolve.
4431 (resolve): Make static.
4432 Call renamed resolve_subexp.
4433 Update comment.
4434 (ada_resolve_subexp): Rename to resolve_subexp.
4435 (resolve_subexp): Update comment.
4436 Decomment disabled code.
4437 Add LOC_COMPUTED* cases.
4438 Modify to use temporary struct symbols (marked as being in
4439 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4440 OP_UNRESOLVED_VALUE.
4441 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4442 Add OP_STRING case.
4443 Remove OP_ARRAY.
4444 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4445 Use new ada_lookup_symbol_list interface.
4446 Use new ada_resolve_function interface.
4447 Remove OP_TYPE case.
4448
4449 (ada_args_match): Idiot proof against null actuals.
4450 Use intermediate variables to clarify.
4451 (ada_resolve_function): Update comment and interface.
4452 (mangled_ordered_before): Rename to encoded_ordered_before and
4453 update comment.
4454 (sort_choices): Update comment and interface.
4455 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4456 (user_select_syms): New interface.
4457 Use new sort_choices interface.
4458 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4459 (possible_user_operator_p): Idiot-proof against null values.
4460 (ada_simple_renamed_entity): Don't make cleanup; rely on
4461 caller to free result string.
4462 Remove const from return type.
4463 (make_array_descriptor): Rename uses of place_on_stack to
4464 ensure_lval.
4465 Make sure that arrays are on stack.
4466
4467 (HASH_SIZE): Define.
4468 (struct cache_entry): Define.
4469 (cache_space): Define.
4470 (cache): Define.
4471 (clear_ada_sym_cache): New function.
4472 (find_entry): New function.
4473 (lookup_cached_symbol): New function.
4474 (defn_vector_size): Define.
4475 (cache_symbol): New function.
4476 (defn_symbols): Remove.
4477
4478 (standard_lookup): Use lookup_symbol_in_language to get effect of
4479 C lookup.
4480 Cache results.
4481
4482 (symbol_completion_match): New function.
4483 (symbol_completion_add): New function.
4484 (ada_make_symbol_completion_list): New function.
4485
4486 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4487 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4488 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4489 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4490
4491 (ada_lookup_simple_minsym): New function.
4492 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4493
4494 (add_symbols_from_enclosing_procs): New interface.
4495 Conditionalize more helpfully.
4496 Don't bother if program isn't running.
4497 Use new interface to get_frame_block.
4498 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4499
4500 (remove_extra_symbols): New interface.
4501 (xget_renaming_scope): New function.
4502 (is_package_name): New function.
4503 (renaming_is_visible): New function.
4504 (remove_out_of_scope_renamings): New function.
4505
4506 (ada_lookup_symbol_list): New interface.
4507 Properly reinitialize the symbol list obstack.
4508 Don't call add_symbols_from_enclosing_procs if we start from a
4509 static or global block.
4510 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4511 add_symbols_from_enclosing_procs.
4512 Add symtab data to cached entries.
4513 Handle symbols prefixed with
4514 "standard__" specially; strip prefix and don't look in local symbols.
4515 Do not include out of scope renaming symbols in list of
4516 symbols returned.
4517 Add const to block parameter.
4518 Move check for non-local, non-global symbols earlier.
4519 Remove timing stuff.
4520 (ada_lookup_symbol): New interface.
4521 Find symtab as well.
4522 (ada_lookup_symbol_nonlocal): New function.
4523
4524 (is_name_suffix): Enhance suffix detection to recognize
4525 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4526 (is_dot_digits_suffix): New function.
4527 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4528
4529 (ada_add_block_symbols): New interface. Use obstack to return results
4530 in a vector of struct ada_symbol_infos. Add symtab argument.
4531 Use new interface to add_defn_to_vec.
4532 Remove calls to fill_in_ada_prototype.
4533 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4534
4535 (ada_finish_decode_line_1): Add const qualification to local to fix
4536 warning.
4537 Start looking in static block for functions to avoid attempts
4538 to search frame chain for up-level variables.
4539 Adapt to new ada_sals_for_line interface.
4540 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4541 Handle quoting of the function name inside the spec string.
4542 Skip prologue when funfirstline is set and update the
4543 function documentation to that effect.
4544
4545 (debug_print_lines, debug_print_block, debug_print_blocks,
4546 debug_print_symtab): Remove.
4547
4548 (ada_main_name): New function.
4549 (ada_exception_breakpoint_type): New function.
4550 (is_known_support_routine): New function.
4551 (ada_find_printable_frame): Renamed from find_printable_frame and made
4552 global.
4553 Remove level parameter.
4554 Use new interface to select_frame.
4555
4556 (begin_command): Remove.
4557 (ada_adjust_exception_stop): New function.
4558 (ada_print_exception_stop): New function.
4559 (exception_name_from_cond): New function.
4560 (ada_report_exception_break): Replace disabled code with
4561 conditionalization on GNAT_GDB.
4562 Get the exception name from the condition string.
4563 Remove and move functionality into new functions
4564 ada_print_exception_breakpoint_task and
4565 ada_print_exception_breakpoint_nontask.
4566 (error_breakpoint_runtime_sym_not_found): New function.
4567 (is_runtime_sym_defined): New function.
4568 (ada_breakpoint_rewrite): Uncomment suppressed code.
4569 Use symbolic error-message and runtime-symbol names.
4570 Surround runtime symbol names in quotes.
4571 Allow non-specific breakpoints on exceptions and assertions before
4572 program starts.
4573
4574 (ada_is_tagged_type): Add parameter.
4575 (ada_is_tag_type): New function.
4576 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4577 (ada_variant_discrim_type): Ditto.
4578 (value_tag_from_contents_and_address): New function.
4579 (type_from_tag): New function.
4580 (struct tag_args): New structure used to communicate with
4581 ada_tag_name_1.
4582 (ada_tag_name_1): New function.
4583 (ada_tag_name): New function.
4584
4585 (ada_scan_number): Update comment.
4586 (find_struct_field): New function.
4587 (ada_search_struct_field): Make static.
4588 (ada_value_struct_elt): New version that returns references when
4589 given pointers or references to structs.
4590 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4591 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4592 interface.
4593 (ada_value_ind): Use new ada_to_fixed_value interface.
4594 (ada_coerce_ref): Ditto.
4595 (field_offset): Remove.
4596
4597 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4598 (ada_find_renaming_symbol): New function.
4599 (ada_prefer_type): Prefer named types over unnamed ones.
4600 (variant_field_index): New function.
4601 (contains_variant_part): Removed: subsumed by variant_field_index.
4602 (ada_template_to_fixed_record_type): New function, mostly from
4603 template_to_fixed_record_type.
4604 (template_to_fixed_record_type):
4605 Do not scan the type fields beyond the last one; prevents a
4606 potential SEGV.
4607 Handle case where variant field is listed BEFORE discriminant it
4608 depends on.
4609 Fix calculation of record length when bit length is
4610 not evenly divisible by char length.
4611 Move code to ada_template_to_fixed_record_type and call it.
4612
4613 (template_to_static_fixed_type): Revise comment.
4614 Modify to work on ordinary record types as well as templates,
4615 so as to handle fields that use ___XVE or ___XVU encodings.
4616 (to_record_with_fixed_variant_part): Fill out comment.
4617 Initialize C++ stuff in right type.
4618 Allow case where DVAL is null.
4619 Handle case where variant field is not last.
4620 Fix typo concerning record length.
4621 (to_fixed_record_type): Decomment disabled code.
4622 (to_fixed_record_type): Use variant_field_index instead of
4623 contains_variant_part.
4624 (to_fixed_variant_branch_type): Ditto.
4625 (to_fixed_array_type): Decomment disabled code.
4626 (ada_to_fixed_type): Convert tagged types to the specific type.
4627 Deactivate the size-check for array types in order to avoid
4628 some false size alarms.
4629 (to_static_fixed_type): Decomment disabled code.
4630 Modify to call template_to_static_fixed_type
4631 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4632 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4633 Remove valaddr argument, as it is never really used.
4634 (ada_to_fixed_value): Change interface to act on single struct value*
4635 operand.
4636 (adjust_pc_past_prologue): New function.
4637 (ada_attribute_name): Modify to take enum exp_opcode argument.
4638
4639 (ada_enum_name): Recognize new homonym-distinguishing convention.
4640 Adjust local variable's type to remove compiler warning.
4641 Fix a small problem in the part that unqualifies the enumeration name.
4642 (ada_value_binop): New function.
4643 (ada_value_equal): New function.
4644
4645 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4646 Don't give error message when not doing normal evaluation
4647 and a tagged type doesn't seem to contain a structure member.
4648 Give error message for packed arrays.
4649 For indexing arrays, handle pointers to packed arrays correctly.
4650 Handle case of 'first and 'last attributes of bare integral type
4651 without encoded subtype info.
4652 Remove some unnecessary casts.
4653 Fix uninitialized value of type in computing 'first, 'last, or 'length
4654 of array object.
4655 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4656 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4657 calls.
4658 Attributes are now exp_opcode values.
4659 Correct treatment of 'modulus.
4660 Better error message for taking 'length of wrong kind of type;
4661 improve comment.
4662 Change EVAL_NORMAL to noside for consistency.
4663 Use ada_value_binop for DIV, MOD, REM.
4664 Make special case out of array of length 0, since an argument
4665 of 0 upsets some platforms' malloc.
4666 Use OP_STRING instead of OP_ARRAY.
4667 For slice, add check that we have an array type before extracting
4668 a slice out of it. Avoids a SEGV.
4669 When evaluating an array slice, if the array type is a reference to
4670 an aligner type, then replace the aligner type by the actual type.
4671 Decomment disabled code.
4672 Remove some dead code.
4673 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4674 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4675 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4676 and UNOP_MBR to UNOP_IN_RANGE.
4677 If an array type has a parallel ___XVE type, then use it.
4678 Turn arrays into pointers for lvalue arrays.
4679 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4680 bounds error and handle 0-length slices.
4681 Use lim_warning.
4682 When selecting fields, apply ada_to_fixed_value (because the fields
4683 might have ___XVU or ___XVE encodings even if not dynamic.)
4684 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4685 (ada_is_system_address_type): New function.
4686
4687 (get_var_value): Use new interface to ada_lookup_symbol_list.
4688 (get_int_var_value): New interface.
4689 (to_fixed_range_type): Allow unknown bound, with warning.
4690 (ada_is_modular_type): Decomment disabled code.
4691 (ADA_OPERATORS): New definition.
4692 (ada_operator_length): New function.
4693 (ada_expr_op_name): New function.
4694 (ada_forward_operator_length): New function.
4695 (ada_dump_subexp_body): New function.
4696 (ada_print_subexp): New function.
4697 (ada_exp_descriptor): New constant.
4698 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4699 (ada_language_defn): Add ada_exp_descriptor entry.
4700 Change ada_parse => parse.
4701 Add post-parser entry.
4702 Use ada-specific non-local symbol lookup.
4703 Don't use C-style arrays.
4704 String lower-bound is 1.
4705 Decomment disabled code.
4706 (parse): New function.
4707 New fields ada_translate_error_message, ada_lookup_symbol,
4708 ada_lookup_minimal_symbol.
4709
4710 * ada-lang.h: Update copyright dates.
4711 Replace the mangle/demangle terminology throughout by the
4712 more appropriate encode/decode one.
4713 Include breakpoint.h.
4714 Forward declare struct partial_symbol, struct block.
4715 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4716 (EXTRACT_ADDRESS): Remove.
4717 (EXTRACT_INT): Remove.
4718 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4719 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4720 (MAX_RENAMING_CHAIN_LENGTH): Define.
4721 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4722
4723 (enum task_states): Remove.
4724 ada_task_states: Remove.
4725 (fat_string): Remove.
4726 (struct entry_call): Remove.
4727 (struct task_fields): Remove.
4728 (struct task_entry): Remove.
4729
4730 (struct ada_symbol_info): Define.
4731 (enum ada_attribute): Remove.
4732 (enum ada_operator): Define.
4733
4734 (ada_get_field_index): Declare.
4735 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4736 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4737 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4738 (ada_lookup_symbol_list): New interface.
4739 (ada_decode_symbol): Declare.
4740 (ada_decode): Declare.
4741 (ada_lookup_symbol): New interface.
4742 (ada_update_initial_language): Declare.
4743 (ada_lookup_simple_minsym): Declare.
4744 (user_select_syms): New interface.
4745 (ada_sals_for_line): Declare.
4746 (ada_is_tagged_type): New interface.
4747 (ada_tag_name): Declare.
4748 (ada_lookup_struct_elt_type): Remove declaration.
4749 (ada_search_struct_field): Remove declaration.
4750 (ada_attribute_name): New interface.
4751 (ada_is_system_address_type): Declare.
4752 (ada_to_fixed_value): Remove declaration.
4753 (ada_template_to_fixed_record_type_1): Declare.
4754 (get_int_var_value): New interface.
4755 (ada_find_any_symbol): Declare.
4756 (ada_find_renaming_symbol): Declare.
4757 (ada_mangle): Rename to ada_encode.
4758 (ada_simple_renamed_entity): Remove const.
4759 (ada_main_name): Declare.
4760 (get_current_task): Rename to ada_get_current_task.
4761 (get_entry_number): Remove declaration.
4762 (ada_report_exception_break): Remove declaration.
4763 (ada_print_exception_breakpoint_nontask): Declare.
4764 (ada_print_exception_breakpoint_task): Declare.
4765 (ada_find_printable_frame): Declare.
4766
4767 * ada-lex.l: Update copyright notices.
4768 Use xmalloc and xfree instead of malloc and free.
4769 Use new interface to name_lookup.
4770 Use new interface to
4771 ada_mangle=>ada_encode.
4772 Redo handling of '$...' variable to parallel current treatment
4773 in c-exp.y.
4774 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4775 digit_to_int, strtoulst, processInt, processReal, processId,
4776 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4777 yywrap): Protoize.
4778
4779 (processInt): Use cast to remove harmless warning.
4780 (processReal): Modify to get rid of compiler warning on scan formats.
4781
4782 (processId): Replace xmalloc with obstack_alloc for name and remove
4783 call to ada_name_string_cleanup.
4784 Remove obsolete disabled code.
4785 (name_lookup): Ditto.
4786 New interface.
4787 Use obsavestring on temp_parse_space instead of savestring
4788 on name, and remove call to ada_name_string_cleanup.
4789 Free string returned from ada_simple_renamed_entity.
4790 Use new interface to ada_lookup_symbol_list.
4791 Decomment disabled code.
4792 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4793 not types.
4794 When a type name lookup succeeds as a result of
4795 lookup_primitive_typename, check for regular type entry that has not
4796 yet been read in.
4797 Limit length of chain of renamed symbols we are willing to follow.
4798 Do not break names beginning with "standard__" into segments.
4799 (block_lookup): Use new interface to ada_lookup_symbol_list.
4800
4801 * ada-typeprint.c: Update copyright notice.
4802 (demangled_type_name): Rename to decoded_type_name.
4803 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4804 (print_range_bound): Correct handling of negative
4805 bounds that make the index type looked unsigned under STABS.
4806 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4807 (print_range_type_named): Use the builtin int type if no type
4808 corresponding to the given type name could be found.
4809 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4810 Add some bullet-proofing.
4811 (print_variant_clauses): Allow for variant branches with ___XVU
4812 encodings that are not dynamic fields.
4813 Use new interface to ada_is_tagged_type.
4814 (print_record_type): Allow for fields with ___XVE encodings that
4815 are not dynamic fields.
4816 Use new interface to ada_is_tagged_type.
4817 (ada_print_type): ada_is_array_descriptor =>
4818 ada_is_array_descriptor_type.
4819
4820 * ada-valprint.c: Update copyright notice.
4821 Include gdb_string.h
4822 Include infcall.h
4823 (ui_memcpy): New function.
4824 (ada_print_floating): New function.
4825 (ada_print_str): Order arguments correctly.
4826 Correct handling of empty arrays and arrays of 0-length items.
4827 ada_is_array_descriptor => ada_is_array_descriptor_type
4828 Print values of type System.Address in hexadecimal format.
4829 Use ada_print_floating to print floating-point numbers in Ada format.
4830 Print class tag values with type names.
4831 No longer print the address of reference values. Avoids
4832 a potential confusion.
4833 (ada_value_print): Stop printing the object type for reference
4834 values, but preserve that behavior for access types. Avoids
4835 a potential confusion.
4836 Simplify one conditional expression, as the first part is now
4837 necessarily true.
4838 ada_is_array_descriptor => ada_is_array_descriptor_type
4839 Add check for arrays for null records, and print them by hand.
4840
48412004-06-01 Jim Blandy <jimb@redhat.com>
4842
4843 * ppc-tdep.h: Delete unused 'regoff' member.
4844 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4845
48462004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4847
4848 Fix PR symtab/1661.
4849 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4850 (hpread_read_struct_type): Likewise.
4851
48522004-06-01 Andrew Cagney <cagney@gnu.org>
4853
4854 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4855 instead of xasprintf.
4856 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4857 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4858 (mi_cmd_data_list_register_names)
4859 (mi_cmd_data_list_changed_registers)
4860 (mi_cmd_data_list_register_values)
4861 (get_register, mi_cmd_data_write_register_values)
4862 (mi_cmd_data_write_register_values)
4863 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4864 (mi_cmd_target_download, mi_cmd_target_select)
4865 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4866 (mi_execute_cli_command, mi_execute_async_cli_command)
4867 (mi_execute_async_cli_command): Ditto.
4868 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4869 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4870
4871 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4872 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4873 error_last_message instead of mi_error_last_message.
4874 * mi/mi-main.c (mi_error_last_message): Delete function.
4875
4876 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4877 "invalid number of columns" error. Delete redundant "out of
4878 memory" check.
4879
48802004-05-31 Mark Kettenis <kettenis@gnu.org>
4881
4882 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4883 (gregset_t, fpregset_t): Remove typedefs.
4884 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4885 (REG_OFFSET): Rename argument.
4886 (i386bsd_r_reg_offset): Rename from reg_offset.
4887 (REG_ADDR): Remove macro.
4888 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4889 functions.
4890 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4891 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4892 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4893 instead of supply_gregset.
4894 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4895 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4896 instead of fill_gregset.
4897 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4898
4899 * i386bsd-nat.c: Don't include "gregset.h".
4900 (supply_gregset, fill_gregset): Make static.
4901 (supply_fpregset, fill_fpregset): Remove.
4902 * Makefile.in (i386bsd-nat.o): Update dependencies.
4903
49042004-05-30 Mark Kettenis <kettenis@gnu.org>
4905
4906 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4907 "gdb_assert.h". Con't include "gregset.h".
4908 (fbsd_make_corefile_notes): Use regset-based core file support
4909 instead off fill_gregset and fill_fpregset.
4910 * Makefile.in (fbsd-proc.o): Update dependencies.
4911
4912 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4913 instructions.
4914 (m88k_frame_prev_register): Simplify code a bit.
4915
4916 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4917 (amd64_collect_fpregset): New function.
4918 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4919
4920 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4921
4922 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4923 (i386_collect_gregset): New function.
4924 (i386_supply_fpregset): Adjust comment.
4925 (i386_collect_fpregset): New function.
4926 (i386_regset_from_core_section): Use i386_collect_gregset and
4927 i386_collect_fpregset.
4928
4929 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4930 handle VALUEP being null.
4931
4932 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4933
49342004-05-29 Mark Kettenis <kettenis@gnu.org>
4935
4936 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4937
4938 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4939 assembler in OpenBSD 3.5-current.
4940 (amd64obsd_sigcontext_addr): Likewise.
4941
49422004-05-28 Jim Blandy <jimb@redhat.com>
4943
4944 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4945 register set, so our regcache isn't declared "legacy" and our E500
4946 pseudoregister read and write functions aren't ignored.
4947 (rs6000_register_byte, rs6000_register_raw_size,
4948 rs6000_register_virtual_type, rs6000_register_convertible,
4949 rs6000_register_convert_to_virtual,
4950 rs6000_register_convert_to_raw): Deleted.
4951 (rs6000_register_type, rs6000_convert_register_p,
4952 rs6000_register_to_value, rs6000_value_to_register): New
4953 functions.
4954 (rs6000_gdbarch_init): Don't register
4955 gdbarch_deprecated_register_size,
4956 gdbarch_deprecated_register_bytes,
4957 gdbarch_deprecated_register_byte,
4958 gdbarch_deprecated_register_raw_size,
4959 gdbarch_deprecated_register_virtual_type,
4960 gdbarch_deprecated_register_convertible,
4961 gdbarch_deprecated_register_convert_to_virtual, or
4962 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4963 register gdbarch_register_type, gdbarch_convert_register_p,
4964 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4965
49662004-05-26 Jim Blandy <jimb@redhat.com>
4967
4968 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4969 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4970 functions, updated to match the register numberings used in GCC.
4971 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4972 rs6000_dwarf2_reg_to_regnum as register number conversions
4973 functions for STABS and Dwarf2.
4974
49752004-05-26 Randolph Chung <tausq@debian.org>
4976
4977 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4978 in header file.
4979
49802004-05-25 Joel Brobecker <brobecker@gnat.com>
4981
4982 * NEWS: Document new "start" command.
4983
49842004-05-25 Randolph Chung <tausq@debian.org>
4985
4986 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4987 hppa-linux.
4988
49892004-05-25 Randolph Chung <tausq@debian.org>
4990
4991 * hppa-hpux-tdep.c (offsetof): Define.
4992 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4993 (hppa32_hpux_frame_base_before_sigtramp)
4994 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4995 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4996 (hppa64_hpux_frame_base_before_sigtramp)
4997 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4998 functions.
4999 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5000 (hppa_hpux_sigtramp_frame_unwind_cache)
5001 (hppa_hpux_sigtramp_frame_this_id)
5002 (hppa_hpux_sigtramp_frame_prev_register)
5003 (hppa_hpux_sigtramp_frame_unwind)
5004 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5005 (hppa_hpux_init_abi): Register sigtramp unwinder.
5006 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5007
50082004-05-25 Randolph Chung <tausq@debian.org>
5009
5010 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5011 and multiple stack unwinds.
5012 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5013
50142004-05-25 Andrew Cagney <cagney@gnu.org>
5015
5016 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5017 * symfile-mem.h: Delete file.
5018 * symfile-mem.c: Do not include "symfile-mem.h".
5019 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5020 "struct bfd_section". When an error do not bother returning NULL.
5021 (add_symbol_file_from_memory_command): Use "struct bfd" and
5022 "struct bfd_section".
5023 * Makefile.in (symfile_mem_h): Delete.
5024 (symfile-mem.o): Update dependencies.
5025
50262004-05-25 Nick Roberts <nickrob@gnu.org>
5027
5028 * gdb-mi.el: New file.
5029
50302004-05-25 Andrew Cagney <cagney@gnu.org>
5031
5032 * inftarg.c: Include "observer.h".
5033 (child_attach, child_create_inferior): Notify inferior_created.
5034 * corelow.c: Include "observer.h".
5035 (core_open): Notify inferior_created.
5036 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5037
50382004-05-25 Andrew Cagney <cagney@gnu.org>
5039
5040 * target.h (struct target_ops): Add from_tty to
5041 to_create_inferior.
5042 (target_create_inferior, find_default_create_inferior): Update.
5043 * infcmd.c (run_command): Update.
5044 * wince.c (child_create_inferior): Update.
5045 * win32-nat.c (child_create_inferior): Update.
5046 * uw-thread.c (uw_thread_create_inferior): Update.
5047 * thread-db.c (thread_db_create_inferior): Update.
5048 * target.c (debug_to_create_inferior)
5049 (find_default_create_inferior): Update.
5050 (maybe_kill_then_create_inferior): Update.
5051 * sol-thread.c (sol_thread_create_inferior): Update.
5052 * remote.c (extended_remote_async_create_inferior)
5053 (extended_remote_create_inferior): Update.
5054 * remote-vx.c (vx_create_inferior): Update.
5055 * remote-st.c (st2000_create_inferior): Update.
5056 * remote-sim.c (gdbsim_create_inferior): Update.
5057 * remote-sds.c (sds_create_inferior): Update.
5058 * remote-rdp.c (remote_rdp_create_inferior): Update.
5059 * remote-rdi.c (arm_rdi_create_inferior): Update.
5060 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5061 * remote-e7000.c (e7000_create_inferior): Update.
5062 * procfs.c (procfs_create_inferior): Update.
5063 * ocd.c (ocd_create_inferior): Update.
5064 * ocd.h (ocd_create_inferior): Update.
5065 * nto-procfs.c (procfs_create_inferior): Update.
5066 * monitor.c (monitor_create_inferior): Update.
5067 * lin-lwp.c (lin_lwp_create_inferior): Update.
5068 * inftarg.c (child_create_inferior): Update.
5069 * hpux-thread.c (hpux_thread_create_inferior): Update.
5070 * gnu-nat.c (gnu_create_inferior): Update.
5071
50722004-05-25 Andrew Cagney <cagney@gnu.com>
5073
5074 * MAINTAINERS: Update e-mail address.
5075
50762004-05-24 Randolph Chung <tausq@debian.org>
5077
5078 * thread.c (info_threads_command, thread_apply_all_command)
5079 (thread_apply_command, thread_command, do_captured_thread_select):
5080 Remove HPUXHPPA-specific code.
5081
50822004-05-24 Randolph Chung <tausq@debian.org>
5083
5084 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5085 unused symbols.
5086 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5087 references.
5088
50892004-05-24 Joel Brobecker <brobecker@gnat.com>
5090
5091 * infcmd.c (kill_if_already_running): New function, extracted
5092 from run_command().
5093 (run_command): Replace extracted code by call to
5094 kill_if_already_running().
5095 (start_command): New function.
5096 (_initialize_infcmd): Add "start" command.
5097
50982004-05-24 Mark Kettenis <kettenis@gnu.org>
5099
5100 Add OpenBSD/m88k support.
5101 * NEWS (New native configurations): Mention OpenBSD/m88k.
5102 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5103 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5104 * Makefile.in (m88k_tdep_h): New variable.
5105 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5106 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5107 * configure.host: Add m88*-*-openbsd*.
5108 * configure.tgt: Add m88*-*-openbsd*.
5109
51102004-05-24 Jim Blandy <jimb@redhat.com>
5111
5112 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5113 to approve changes.
5114
51152004-05-24 Kevin Buettner <kevinb@redhat.com>
5116
5117 * symtab.c (fixup_section): Search section table when lookup by
5118 name fails.
5119
51202004-05-24 Randolph Chung <tausq@debian.org>
5121
5122 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5123 be "small_struct".
5124
51252004-05-24 Mark Kettenis <kettenis@gnu.org>
5126
5127 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5128 register number in regcache_raw_collect call.
5129 (m68kbsd_collect_fpregset): Likewise.
5130 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5131
5132 * regset.h (struct regset): Add back `regset' member.
5133
51342004-05-23 Mark Kettenis <kettenis@gnu.org>
5135
5136 * configure.in: Check for td_pcb in `struct thread'.
5137 * configure, config.in: Regenerated.
5138
5139 * dpx2-nat.c: Remove file.
5140 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5141 (dpx2-nat.o): Remove dependencies.
5142
5143 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5144 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5145 (amd64obsd_supply_pcb): New function.
5146 (_initialize_amd64obsd_nat): Enable libkvm interface.
5147 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5148 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5149 (LOADLIBES): New variable.
5150
5151 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5152 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5153 (sparc32nbsd_supply_pcb): New function.
5154 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5155 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5156 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5157 (LOADLIBES): New variable.
5158
51592004-05-22 Mark Kettenis <kettenis@gnu.org>
5160
5161 * bsd-kvm.c, bsd-kvm.h: New files.
5162 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5163 "bsd-kvm.h".
5164 (i386fbsd_supply_pcb): New function.
5165 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5166 (i386fbsd-nat.o): Update dependencies.
5167 (bsd_kvm_h): New variable.
5168 (bsd-kvm.o): New dependency.
5169 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5170 (LOADLIBES): New variable.
5171
5172 * regset.c: Tweak comment.
5173 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5174 macro.
5175 * regset.h: Update copyright year.
5176 (struct regset): Remove `descr' member, add `gdbarch' member.
5177 (regset_alloc): Adjust prototype and comment.
5178 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5179 (i386_supply_fpregset): Likewise.
5180 (i386_regset_from_core_section): Update call to regset_alloc.
5181 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5182 REGSET->arch.
5183 (i386obsd_aout_regset_from_core_section): Update call to
5184 regset_alloc.
5185 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5186 REGSET->arch.
5187 (i386nbsd_aout_regset_from_core_section): Update call to
5188 regset_alloc.
5189 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5190 REGSET->arch.
5191 (amd64_regset_from_core_section): Update call to regset_alloc.
5192 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5193 REGSET->arch.
5194 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5195 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5196 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5197 (sparc32nbsd_init_abi): Update call to regset_alloc.
5198 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5199 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5200 (sparc64obsd_init_abi): Update call to regset_alloc.
5201 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5202 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5203 (sparc64nbsd_init_abi): Update call to regset_alloc.
5204 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5205 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5206 (sparc64fbsd_init_abi): Update call to regset_alloc.
5207
52082004-05-22 Jim Blandy <jimb@redhat.com>
5209
5210 * ppc-tdep.h (spe_register_p): New declaration.
5211 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5212 ppc_spefscr_regnum.
5213 * rs6000-tdep.c (spe_register_p): New function.
5214 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5215 spefscr.
5216 (rs6000_gdbarch_init): Initialize the new members of the tdep
5217 structure.
5218
52192004-05-21 Jim Blandy <jimb@redhat.com>
5220
5221 * ppc-linux-nat.c (fetch_register): Move code back to be next
5222 to the comment that describes it. (Moved code, instead of
5223 comment, for symmetry with store_register.)
5224
5225 Allocate regset structures in the gdbarch's obstack, not using
5226 xmalloc.
5227 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5228 Add 'arch' argument. Allocate the regset on arch's obstack, not
5229 using xmalloc.
5230 * regset.h (regset_alloc): Update declaration.
5231 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5232 gdbarch argument.
5233 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5234 * i386-tdep.c (i386_regset_from_core_section): Same.
5235 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5236 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5237 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5238 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5239 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5240 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5241
52422004-05-21 Joel Brobecker <brobecker@gnat.com>
5243
5244 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5245
52462004-05-21 Jim Blandy <jimb@redhat.com>
5247
5248 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5249 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5250
52512004-05-20 Jim Blandy <jimb@redhat.com>
5252
5253 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5254
52552004-05-20 Mark Kettenis <kettenis@gnu.org>
5256
5257 * regset.h: Make prototype const-correct.
5258 * regset.c (regset_xmalloc): Make const-correct.
5259
52602004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5261
5262 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5263 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5264 (symbol_search_name): Declare.
5265
5266 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5267 (iter_name_next_hashed): Ditto.
5268 (iter_name_next_linear): Ditto.
5269 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5270
5271 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5272 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5273 (symbol_search_name): New function.
5274
5275 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5276
5277 * minsyms.c (build_minimal_symbol_hash_tables): Change
5278 test for adding to demangled hash table to check for difference
5279 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5280
52812004-05-19 Jim Blandy <jimb@redhat.com>
5282
5283 Use a constructor function to create regset structures.
5284 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5285 (struct regset): Use supply_regset_ftype. Add new
5286 'collect_regset' member.
5287 (regset_xmalloc): New declaration.
5288 * regset.c: New file.
5289 * am64-tdep.c (amd64_regset_from_core_section): Use
5290 regset_xmalloc to construct regset structures.
5291 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5292 * i386-tdep.c (i386_regset_from_core_section): Same.
5293 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5294 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5295 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5296 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5297 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5298 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5299 * Makefile.in (COMMON_OBS): Add regset.o.
5300 (regset.o): New rule.
5301
53022004-05-19 Joel Brobecker <brobecker@gnat.com>
5303
5304 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5305 and pthread_cond_wait.c.
5306
53072004-05-18 Jim Blandy <jimb@redhat.com>
5308
5309 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5310 before the mach-specific switch, and then let the individual cases
5311 override the defaults, rather than leaving them uninitialized
5312 until the switch and then setting them in each case.
5313
53142004-05-18 Randolph Chung <tausq@debian.org>
5315
5316 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5317 millicode functions.
5318
53192004-05-18 Randolph Chung <tausq@debian.org>
5320
5321 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5322 references to dld_flags_buffer consistent.
5323
53242004-05-18 Randolph Chung <tausq@debian.org>
5325
5326 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5327 it for unwinding the stack.
5328
53292004-05-18 Randolph Chung <tausq@debian.org>
5330
5331 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5332 Undefine these so we can overide them using gdbarch.
5333
53342004-05-18 Randolph Chung <tausq@debian.org>
5335
5336 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5337 handling for 64-bit HPUX (elf).
5338
53392004-05-18 Daniel Jacobowitz <dan@debian.org>
5340
5341 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5342 constants.
5343 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5344 * ia64-tdep.c (examine_prologue): Likewise.
5345 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5346 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5347
53482004-05-18 Mark Kettenis <kettenis@gnu.org>
5349
5350 * vax-tdep.c (vax_return_value): Implement
5351 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5352
53532004-05-17 Mark Kettenis <kettenis@gnu.org>
5354
5355 * vax-tdep.c (vax_return_value): Fix typo.
5356
53572004-05-17 Andrew Cagney <cagney@redhat.com>
5358
5359 * MAINTAINERS: Mark Salter was also responsible for
5360 testsuite/config/
5361
5362 * NEWS: Mention signal fixes.
5363
53642004-05-17 Randolph Chung <tausq@debian.org>
5365
5366 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5367 check to see if we are unwinding an export stub. Export stubs clobber
5368 the %rp in the call path and stores the original rp in a stack slot.
5369
53702004-05-17 Jim Blandy <jimb@redhat.com>
5371
5372 * MAINTAINERS: Update address for J.T. Conklin.
5373
53742004-05-17 Randolph Chung <tausq@debian.org>
5375
5376 * hppa-tdep.c: Remove superfluous #include's.
5377 * Makefile.in (hppa-tdep.o): Update dependencies.
5378
53792004-05-17 Randolph Chung <tausq@debian.org>
5380
5381 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5382 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5383 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5384 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5385 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5386 Remove static function declarations.
5387
53882004-05-17 Mark Kettenis <kettenis@gnu.org>
5389
5390 * alphabsd-nat.c: Update copyright year.
5391 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5392
5393 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5394 and M68K_A2_REGNUM.
5395
5396 * m68k-tdep.c (m68k_svr4_return_value): Implement
5397 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5398
53992004-05-16 Mark Kettenis <kettenis@gnu.org>
5400
5401 * sol-thread.c Update copyright year. Fix various coding
5402 standards violations. Tweak a few comments.
5403 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5404 Delete prototypes.
5405
54062004-05-15 Randolph Chung <tausq@debian.org>
5407
5408 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5409 as pointer instead of array reference since HPUX compiler does
5410 not accept unsized array arguments.
5411 * somsolib.c (dld_flags_buffer): Use constant array size.
5412
54132004-05-15 Mark Kettenis <kettenis@gnu.org>
5414
5415 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5416 offset with decimal offset.
5417 (amd64obsd_sigcontext_addr): Return correct address for entire
5418 signal trampoline.
5419
5420 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5421 instead of get_frame_base.
5422
5423 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5424 (fill_gregset): Use regcache_raw_collect.
5425
5426 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5427 ppcobsd-tdep.c.
5428
5429 * config/sparc/tm-nbsd64.h: Remove file.
5430 * config/tm-sunos.h: Remove file.
5431
54322004-05-15 Joel Brobecker <brobecker@gnat.com>
5433
5434 * rs6000-tdep.c (store_param_on_stack_p): New function,
5435 an improved version of some code extracted from skip_prologue().
5436 (skip_prologue): Use store_param_on_stack_p() to detect
5437 instructions saving a parameter on the stack. Detect when r0
5438 is used to save a parameter.
5439 Do not mark "li rx, SIMM" instructions as part of the prologue,
5440 unless the following instruction is also part of the prologue.
5441
54422004-05-14 Andrew Cagney <cagney@redhat.com>
5443
5444 * infrun.c (handle_inferior_event): Simplify
5445 STEP_OVER_UNDEBUGGABLE.
5446
5447 * infrun.c (handle_step_into_function): Delete function.
5448 (handle_inferior_event): Inline calls to
5449 handle_step_into_function.
5450
54512004-05-14 Jerome Guitton <guitton@gnat.com>
5452
5453 * rs6000-nat.c: Fix a comment.
5454
54552004-05-12 David Anderson <davea@sgi.com>
5456
5457 Committed by Jim Blandy <jimb@redhat.com>:
5458 * regcache.c (struct regcache_descr): fix comment spelling.
5459
54602004-05-13 J. Brobecker <brobecker@gnat.com>
5461
5462 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5463 Fixes a link link failure.
5464
54652004-05-13 J. Brobecker <brobecker@gnat.com>
5466
5467 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5468 error that was causing the build to fail.
5469
54702004-05-13 J. Brobecker <brobecker@gnat.com>
5471
5472 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5473 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5474
54752004-05-13 Andrew Cagney <cagney@redhat.com>
5476
5477 * infrun.c (handle_inferior_event): Check for
5478 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5479 calls. Update comments.
5480
54812004-05-13 Jim Blandy <jimb@redhat.com>
5482
5483 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5484 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5485 (store_regs_user_thread, store_regs_kernel_thread): Use
5486 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5487 * ppc-linux-nat.c (fill_gregset): Same.
5488 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5489 (ppc_linux_sigtramp_cache): Same.
5490 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5491 (ppcnbsd_sigtramp_cache_init): Same.
5492 * rs6000-nat.c (fetch_core_registers): Same.
5493 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5494 (rs6000_frame_cache): Same.
5495
5496 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5497 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5498 of assuming that the gprs are numbered starting with zero.
5499 * ppc-linux-nat.c (fill_gregset): Same.
5500 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5501 * ppcnbsd-nat.c (getregs_supplies): Same.
5502 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5503 * rs6000-nat.c (fetch_core_registers): Same.
5504 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5505
55062004-05-07 Michael Snyder <msnyder@redhat.com>
5507
5508 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5509 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5510
55112004-05-13 Andrew Cagney <cagney@redhat.com>
5512
5513 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5514
55152004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5516
5517 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5518 base_address for shared libraries.
5519
55202004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5521
5522 * MAINTAINERS (write after approval): Add myself.
5523
55242004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5525
5526 * breakpoint.c (bpstat_stop_status): Add new argument
5527 STOPPED_BY_WATCHPOINT. Use it instead of testing
5528 target_stopped_data_address agaist 0 to check whether
5529 or not we stopped due to a hardware watchpoint.
5530 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5531 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5532 with new argument.
5533
55342004-05-12 Jim Blandy <jimb@redhat.com>
5535
5536 * configure.in: When checking whether we should use the -bbigtoc
5537 option, don't forget to restore the original value of LDFLAGS.
5538 * configure: Regenerated.
5539
55402004-05-12 Andrew Cagney <cagney@redhat.com>
5541
5542 * thread.c (load_infrun_state): Delete step_sp.
5543 * infrun.c (context_switch): Ditto.
5544 * inferior.h (step_sp): Ditto.
5545 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5546 * gdbthread.h (struct thread_info, save_infrun_state)
5547 (restore_infrun_state): Ditto.
5548
55492004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5550
5551 * MAINTAINERS (write after approval): Add myself.
5552
55532004-05-12 Andrew Cagney <cagney@redhat.com>
5554
5555 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5556 eliminate reference to step_sp.
5557 (struct execution_control_state, init_execution_control_state)
5558 (handle_inferior_event, keep_going): Delete update_step_sp and
5559 step_sp.
5560 * infcmd.c (step_sp): Note that variable is unused.
5561
55622004-05-11 Andrew Cagney <cagney@redhat.com>
5563
5564 * infrun.c (step_over_function): Delete function.
5565 (handle_step_into_function): Use insert_step_resume_breakpoint.
5566 (insert_step_resume_breakpoint): Fix assertion.
5567
55682004-05-11 Nick Roberts <nickrob@gnu.org>
5569
5570 * utils.c (defaulted_query): Just use the normal query input type
5571 when printing the annotations.
5572
55732004-05-11 Andrew Cagney <cagney@redhat.com>
5574
5575 * infrun.c (handle_inferior_event): Simplify code handling
5576 step-into or return-from a signal trampoline.
5577
55782004-05-11 Andrew Cagney <cagney@redhat.com>
5579
5580 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5581 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5582
55832004-05-10 Jim Blandy <jimb@redhat.com>
5584
5585 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5586 with a call to internal_error.
5587
5588 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5589 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5590 processor variant lacks those registers.
5591 (ppc_floating_point_unit_p): Change description to make it clear
5592 that this returns info about the ISA, not the ABI.
5593 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5594 return true or false by checking tdep->ppc_fp0_regnum and
5595 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5596 arch/mach switching done in rs6000_gdbarch_init; it's better to
5597 keep that logic there, and just check the results here.
5598 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5599 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5600 floating-point registers.
5601 (ppc_supply_fpregset, ppc_collect_fpregset)
5602 (rs6000_push_dummy_call, rs6000_extract_return_value)
5603 (rs6000_store_return_value): Assert that we have floating-point
5604 registers.
5605 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5606 (rs6000_frame_cache): Don't note the locations at which
5607 floating-point registers were saved if we have no fprs.
5608 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5609 registers.
5610 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5611 (store_regs_user_thread, store_regs_kernel_thread): Only call
5612 supply_fprs / fill_fprs if we actually have floating-point
5613 registers.
5614 (special_register_p): Check ppc_fpscr_regnum before matching
5615 against it.
5616 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5617 supply / collect fpscr if we don't have it.
5618 * ppc-bdm.c: #include "gdb_assert.h".
5619 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5620 have floating-point registers, since I can't test this code on
5621 FP-free systems to adapt it.
5622 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5623 fpscr and floating point register numbers if they don't exist.
5624 (fetch_register): Assert that we have floating-point registers
5625 before we reach the code that handles them.
5626 (store_register): Same. And use tdep instead of calling
5627 gdbarch_tdep again.
5628 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5629 don't have them.
5630 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5631 fprs and fpscr if we don't have them.
5632 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5633 don't have them.
5634 * ppcnbsd-nat.c: #include "gdb_assert.h".
5635 (getfpregs_supplies): Assert that we have floating-point registers.
5636 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5637 * ppcobsd-tdep.c: #include "gdb_assert.h".
5638 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5639 have floating-point registers.
5640 * rs6000-nat.c (regmap): Don't match against the fpscr and
5641 floating point register numbers if they don't exist.
5642 (fetch_inferior_registers, store_inferior_registers,
5643 fetch_core_registers): Only fetch / store / supply the
5644 floating-point registers and the fpscr if we have them.
5645 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5646 (ppcobsd-tdep.o): Update dependencies.
5647
56482004-05-10 Andrew Cagney <cagney@redhat.com>
5649
5650 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5651 (context_switch): Do not switch through_sigtramp_breakpoint.
5652 * gdbthread.h (save_infrun_state, load_infrun_state)
5653 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5654 and structure member.
5655 * thread.c (load_infrun_state, save_infrun_state): Update.
5656
56572004-05-10 Mark Kettenis <kettenis@gnu.org>
5658
5659 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5660
56612004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5662
5663 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5664 throughout.
5665 * aclocal.m4: Regenerate.
5666
56672004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5668
5669 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5670
56712004-05-10 Andrew Cagney <cagney@redhat.com>
5672
5673 * infrun.c (check_sigtramp2): Delete function.
5674 (handle_inferior_event): When single stepping, and taking a
5675 signal, set a breakpoint at the signal return address. Delete
5676 redundant calls to check_sigtramp2.
5677 (insert_step_resume_breakpoint): New function.
5678 (through_sigtramp_breakpoint, handle_inferior_event)
5679 (follow_exec, wait_for_inferior, fetch_inferior_event)
5680 (currently_stepping, keep_going): Delete most uses of
5681 through_sigtramp_breakpoint, not that it should be deleted.
5682 (delete_breakpoint_current_contents): Delete function.
5683
56842004-05-10 Randolph Chung <tausq@debian.org>
5685
5686 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5687 target.
5688 * config/pa/tm-linux.h: New file.
5689
56902004-05-10 Daniel Jacobowitz <drow@mvista.com>
5691
5692 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5693 of prefixes. Don't print the prefix twice in the CLI.
5694
56952004-05-10 Jim Blandy <jimb@redhat.com>
5696
5697 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5698 collect all the gprs.
5699
5700 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5701 loop collecting gprs.
5702
57032004-05-09 Andrew Cagney <cagney@redhat.com>
5704
5705 * remote-vx.c (net_step): Delete step-range code.
5706 * remote.c (remote_resume, init_all_packet_configs)
5707 (set_remote_protocol_E_packet_cmd)
5708 (show_remote_protocol_E_packet_cmd)
5709 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5710 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5711 (show_remote_protocol_e_packet_cmd): Ditto.
5712
57132004-05-09 Mark Kettenis <kettenis@gnu.org>
5714
5715 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5716
5717 * hppa-tdep.h: Update copyright year.
5718 (struct trad_frame_saved_reg): Add opaque declaration.
5719
5720 * amd64-tdep.c (amd64_return_value): Implement
5721 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5722
5723 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5724 (m68k_value_to_register): New functions.
5725 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5726 value_to_register.
5727
5728 * defs.h (enum return_value_convention): Add
5729 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5730 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5731 * infcmd.c (legacy_return_value): New function.
5732 (print_return_value): Rwerite to implement
5733 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5734 * values.c (using_struct_return): Check for inequality to
5735 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5736 RETURN_VALUE_STRUCT_CONVENTION.
5737 * i386-tdep.c (i386_return_value): Implement
5738 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5739
5740 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5741 include "symtab.h", "opcode/vax.h" and "inferior.h".
5742 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5743 to read_memory_unsigned_integer.
5744 (vax_gdbarch_init): Reorder.
5745 (_initialize_vax_tdep): Spell out prototype.
5746 * Makefile.in (vax-tdep.o): Update dependencies.
5747
57482004-05-08 Andrew Cagney <cagney@redhat.com>
5749
5750 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5751 * target.c (target_detach, target_disconnect): Ditto.
5752
5753 * infcall.c (call_function_by_hand): When no
5754 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5755 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5756 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5757 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5758 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5759
5760 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5761 * gdbarch.h, gdbarch.c: Re-generate.
5762 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5763 deprecated_fix_call_dummy.
5764 * v850-tdep.c (v850_gdbarch_init): Ditto.
5765 * infcall.c (call_function_by_hand): Do not call
5766 DEPRECATED_FIX_CALL_DUMMY.
5767
5768 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5769 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5770 * gdbarch.h, gdbarch.c: Re-generate.
5771 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5772 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5773 deprecated_sizeof_call_dummy_words.
5774 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5775 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5776 * v850-tdep.c (v850_gdbarch_init): Ditto.
5777 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5778 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5779 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5780 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5781 * arch-utils.h (legacy_call_dummy_words)
5782 (legacy_sizeof_call_dummy_words): Delete declarations.
5783 * arch-utils.c (legacy_call_dummy_words)
5784 (legacy_sizeof_call_dummy_words): Delete variables.
5785
5786 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5787 * gdbarch.h, gdbarch.c: Re-generate.
5788 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5789 * infcall.c (call_function_by_hand): Eliminate call to
5790 DEPRECATED_PUSH_DUMMY_FRAME.
5791 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5792 push_dummy_frame.
5793 (ns32k_push_dummy_frame): Delete function.
5794
5795 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5796 deprecated_call_dummy_breakpoint_offset or
5797 deprecated_call_dummy_start_offset.
5798 * dummy-frame.c, arm-tdep.c: Update comments.
5799 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5800 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5801 * gdbarch.h, gdbarch.c: Re-generate.
5802
5803 * infcall.c (legacy_push_dummy_code): Delete function.
5804 (push_dummy_code): Delete call.
5805
5806 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5807 * gdbarch.h, gdbarch.c: Re-generate.
5808 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5809 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5810 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5811 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5812
5813 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5814 (struct frame_info): Delete opaque declaration.
5815 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5816 * frame.c (get_frame_type): Delete call.
5817
5818 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5819 pc_in_call_dummy.
5820 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5821 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5822
58232004-05-08 Mark Kettenis <kettenis@gnu.org>
5824
5825 * alphanbsd-tdep.c: Include "gdb_string.h".
5826 * armnbsd-tdep.c: Update copyright year.
5827 Include "gdb_string.h".
5828 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5829 dependencies.
5830
5831 * delta68-nat.c: Remove file.
5832 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5833 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5834 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5835 (delta68-nat.o): Remove dependency.
5836
5837 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5838 function.
5839 (m68k_gdbarch_init): Don't set
5840 deprecated_frameless_function_invocation.
5841
58422004-05-07 Randolph Chung <tausq@debian.org>
5843
5844 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5845 read_memory_nobpt for code reading when doing frame unwinding.
5846 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5847
58482004-05-07 Randolph Chung <tausq@debian.org>
5849
5850 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5851 instead of sp, handle sigaltstack case.
5852 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5853 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5854 signal handler and not that of the caller.
5855 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5856 hppa_linux_sigtramp_find_sigcontext.
5857
58582004-05-07 Randolph Chung <tausq@debian.org>
5859
5860 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5861 hppa-linux-nat.c.
5862 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5863 * hppa-linux-nat.c (fetch_register, store_register): Define.
5864 (fetch_inferior_registers, store_inferior_registers): Define.
5865 (supply_gregset): Add comment and clean up some unneeded code.
5866 (fill_gregset): Add comment and fix so that it saves registers in
5867 the right place in the gregset.
5868 (fill_fpregset): Fix buffer overrun problem.
5869 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5870
58712004-05-07 Randolph Chung <tausq@debian.org>
5872
5873 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5874 do common handling of the pcoqt register.
5875 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5876 to use helper function.
5877 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5878 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5879 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5880 generic fallback unwinder when all else fails.
5881 (hppa_gdbarch_init): Add fallback sniffer.
5882 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5883 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5884 to use helper function.
5885
58862004-05-08 Joel Brobecker <brobecker@gnat.com>
5887
5888 * config/djgpp/fnchange.lst: Add translation rules for
5889 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5890
58912004-05-08 Mark Kettenis <kettenis@gnu.org>
5892
5893 * frame.c (get_prev_frame_1): Work around GCC bug.
5894 * frame.h: Add comment about GCC bug.
5895
58962004-05-07 Andrew Cagney <cagney@redhat.com>
5897
5898 * observer.c: Include "commands.h" and "gdbcmd.h".
5899 (observer_debug, _initialize_observer): Add the
5900 command "set/show debug observer".
5901 * observer.sh: When observer debugging, log notify calls.
5902 * Makefile.in (observer.o): Update dependencies.
5903
59042004-05-07 Jason Molenda (jmolenda@apple.com)
5905
5906 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5907
59082004-05-07 Jim Blandy <jimb@redhat.com>
5909
5910 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5911 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5912 to recognize gpr regnums, instead of assuming that
5913 tdep->ppc_fp0_regnum marks the end of the general-purpose
5914 registers.
5915
5916 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5917 the given architecture has floating-point registers.
5918
59192004-05-07 Andrew Cagney <cagney@redhat.com>
5920
5921 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5922 macro defined to 1.
5923 * gdbarch.h, gdbarch.c: Re-generate.
5924 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5925 deprecated_use_generic_dummy_frames.
5926
59272004-05-07 Brian Ford <ford@vss.fsi.com>
5928
5929 * NEWS: Mention Cygwin DWARF 2 support.
5930
59312004-05-07 Andrew Cagney <cagney@redhat.com>
5932
5933 * objfiles.h (struct entry_info): Delete unused fields
5934 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5935 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5936 * mipsread.c (mipscoff_symfile_read): Update.
5937 * mdebugread.c (parse_partial_symbols): Update.
5938 * dwarfread.c (read_file_scope): Update.
5939 * dwarf2read.c (read_file_scope): Update.
5940 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5941 * coffread.c (complete_symtab): Update.
5942
59432004-05-07 Mark Kettenis <kettenis@gnu.org>
5944
5945 * infcall.c (_initialize_infcall): Fix typo.
5946
59472004-05-07 Andrew Cagney <cagney@redhat.com>
5948
5949 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5950 * command.h (add_setshow_zinteger_cmd): Declare.
5951
59522004-05-06 Randolph Chung <tausq@debian.org>
5953
5954 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5955 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5956 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5957 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5958 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5959 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5960 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5961 definitions ...
5962 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5963 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5964 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5965 (hppa64_hpux_frame_find_saved_regs_in_sig)
5966 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5967 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5968 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5969 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5970 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5971 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5972 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5973 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5974 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5975 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5976 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5977 (hppa32_register_type, hppa_cannot_store_register)
5978 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5979 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5980 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5981 * pa64solib.c (pa64_solib_have_load_event)
5982 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5983 (pa64_solib_unloaded_library_pathname): Likewise.
5984 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5985 (som_solib_library_pathname): Likewise.
5986
59872004-05-05 Jim Ingham <jingham@apple.com>
5988
5989 * breakpoint.c (create_breakpoints): Copy the ignore count and
5990 thread id over from the pended breakpoint to the actual
5991 breakpoint.
5992
59932004-05-05 Andrew Cagney <cagney@redhat.com>
5994
5995 * gdbarch.sh (PARM_BOUNDARY): Delete.
5996 gdbarch.h, gdbarch.c: Re-generate.
5997 * valops.c (PARM_BOUNDARY): Delete macro.
5998 (value_push): Delete PARM_BOUNDARY code.
5999 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6000
60012004-05-04 Jim Blandy <jimb@redhat.com>
6002
6003 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6004 Don't assume that the gprs, fprs, and UISA sprs are
6005 contiguous, start at register number zero, and end with fpscr.
6006 Instead, use the numbers from the tdep structure.
6007
6008 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6009 should no longer be used in code specific to the RS6000 and its
6010 derivatives.
6011 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6012 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6013 tdep->ppc_fp0_regnum.
6014 (ppc_supply_fpregset, ppc_collect_fpregset)
6015 (rs6000_push_dummy_call, rs6000_extract_return_value)
6016 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6017 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6018 FP0_REGNUM.
6019 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6020 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6021 Same.
6022 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6023 bdm_ppc_store_registers): Same.
6024 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6025 (store_register, fill_fpregset): Same.
6026 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6027 (ppc_linux_supply_fpregset): Same.
6028 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6029 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6030 Same.
6031 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6032 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6033 ppc64_sysv_abi_return_value): Same.
6034 * rs6000-nat.c (regmap, fetch_inferior_registers)
6035 (store_inferior_registers, fetch_core_registers): Same.
6036
60372004-05-01 Mark Kettenis <kettenis@gnu.org>
6038
6039 * m68knbsd-nat.c: Remove file.
6040 * m68knbsd-tdep.c: Remove file.
6041 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6042 dependencies.
6043 * configure.host: Add m68k-*-netbsdelf*.
6044 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6045 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6046 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6047 (XM_FILE): Remove.
6048 * config/m68k/nbsdelf.mh: New file.
6049 * config/m68k/nbsd.mt: New file.
6050 * config/m68k/nbsdaout.mt: Remove file.
6051 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6052 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6053 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6054 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6055 (use_struct_convention): Remove prototype.
6056 (USE_STRUCT_CONVENTION): Remove define.
6057 * config/m68k/xm-nbsd.h: Remove file.
6058
60592004-05-04 Michael Snyder <msnyder@redhat.com>
6060
6061 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6062 reg_struct_return method (as gcc usually does for cross targets).
6063
60642004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6065
6066 Committed by Andrew Cagney.
6067 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6068 alignment padding when accessing ucontext struct members.
6069
60702004-05-04 Jim Blandy <jimb@redhat.com>
6071
6072 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6073 'ppc_gplast_regnum' member.
6074 (ppc_num_gprs): New enum constant.
6075 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6076 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6077 * rs6000-nat.c (regmap, fetch_inferior_registers,
6078 store_inferior_registers): Same.
6079 * rs6000-tdep.c (e500_pseudo_register_read)
6080 (e500_pseudo_register_write): Same.
6081 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6082
6083 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6084 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6085 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6086 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6087 FPLAST_REGNUM.
6088 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6089 Same.
6090 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6091 * rs6000-nat.c (regmap, fetch_inferior_registers)
6092 (store_inferior_registers): Same.
6093
6094 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6095 with FPLAST_REGNUM.
6096
60972004-05-03 Joel Brobecker <brobecker@gnat.com>
6098
6099 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6100 failure detected by recent versions of GCC.
6101 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6102 to be consistent with the usage in dwarf2_create_include_psymtab.
6103
61042004-05-03 Michael Snyder <msnyder@redhat.com>
6105
6106 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6107 (heuristic_proc_start): Whitespace cleanup.
6108
61092004-05-04 Mark Kettenis <kettenis@gnu.org>
6110
6111 * sun3-nat.c: Remove file.
6112 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6113 dependencies.
6114 (ALLDEPFILES): Remove sun3-nat.c.
6115 (sun3-nat.o): Remove dependencies.
6116
6117 * i386-interix-nat.c, i386-interix-tdep.c,
6118 config/i386/nm-interix.h, config/i386/interix.mh,
6119 config/i386/interix.mt: Remove files.
6120 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6121 dependencies.
6122
61232004-05-03 Mark Kettenis <kettenis@gnu.org>
6124
6125 * m68k-tdep.h (struct gdbarch_tdep): Add member
6126 struct_value_regnum.
6127 (m68k_svr4_init_abi): New prototype.
6128 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6129 different calling conventions.
6130 (m68k_extract_return_value): Remove code dealing with single-field
6131 structs.
6132 (m68k_store_return_value): Remove code dealing with single-field
6133 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6134 (m68k_extract_struct_value_address): Remove function.
6135 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6136 (m68k_reg_struct_return_p, m68k_return_value)
6137 (m68k_svr4_return_value): New functions.
6138 (m68k_use_struct_convention): Remove function.
6139 (m68k_push_dummy_call): Use new struct_value_regnum member of
6140 `struct gdbarch_tdep' instead of hardcoded register number to
6141 store STRUCT_ADDR.
6142 (m68k_svr4_init_abi): New function.
6143 (m68k_gdbarch_init): Don't set extract_return_value,
6144 store_return_values, deprecated_extract_struct_value_address and
6145 use_struct_convention. Set return_value instead. Initialize new
6146 struct_value_regnum member of `struct gdbarch_tdep'.
6147 * m68klinux-tdep.c: Update copyright year.
6148 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6149 (m68k_linux_extract_struct_value_address): Remove function.
6150 (m68k_linux_init_abi): Don't set extract_return_value,
6151 store_return_values, deprecated_extract_struct_value_address and
6152 use_struct_convention. Call m68k_svr4_init_abi but override the
6153 new struct_value_regnum member of `struct gdbarch_tdep'.
6154 * Makefile.in (m68k-tdep.o): Update dependencies.
6155
61562004-05-03 J. Brobecker <brobecker@gnat.com>
6157
6158 * dwarf2read.c (line_header): Add new included_p field in
6159 field file_names.
6160 (partial_die_info): New field has_stmt_list. New field line_offset.
6161 (dwarf2_create_include_psymtab): New function.
6162 (dwarf2_build_include_psymtabs): New function.
6163 (add_file_name): Add forward declaration. Initialize new field.
6164 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6165 to be able to determine the list of files included by the
6166 given unit, and build their associated psymtabs.
6167 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6168 files as well.
6169 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6170 (read_file_scope): Update call to dwarf_decode_lines.
6171 (read_partial_die): Handle DW_AT_stmt_list attributes.
6172
61732004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6174
6175 Unfix PR gdb/1626.
6176 * configure.in: Revert special case for osf5.*.
6177 * configure: Regenerate.
6178
61792004-05-02 Jim Blandy <jimb@redhat.com>
6180
6181 Move the symbol-file-from-memory functions into their own file.
6182 * symfile-mem.c, symfile-mem.h: New files.
6183 * symfile.c (symbol_file_add_from_bfd): New function.
6184 (symbol_file_add): Call symbol_file_add_from_bfd.
6185 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6186 Moved to symfile-mem.c.
6187 (_initialize_symfile): Move definition of
6188 add-symbol-file-from-memory command to symfile-mem.c.
6189 * symfile.h (symbol_file_add_from_bfd): New declaration.
6190 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6191 * config/powerpc/linux.mt (TDEPFILES): Same.
6192 * Makefile.in (SFILES): Add symfile-mem.c.
6193 (symfile_mem_h): New variable.
6194 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6195 (symfile-mem.o): New rule.
6196
61972004-05-01 Andrew Cagney <cagney@redhat.com>
6198
6199 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6200 frame_find_by_id instead of frame_relative_level.
6201 (do_enable_breakpoint): Ditto.
6202 * thread.c: Update copyright.
6203 (info_threads_command): Ditto, simplify.
6204
6205 * frame.c (deprecated_generic_get_saved_register): Delete
6206 function, moved to "xstormy16-tdep.c".
6207 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6208 deprecated_generic_get_saved_register from "frame.c".
6209 (xstormy16_frame_saved_register): Call
6210 xstormy16_get_saved_register.
6211 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6212 static.
6213 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6214 * frame.h (deprecated_generic_get_saved_register): Delete.
6215
62162004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6217
6218 * dwarfread.c: Update documentation on the state of dwarf-1.
6219
62202004-05-01 Andrew Cagney <cagney@redhat.com>
6221
6222 * stack.c (select_frame_command): Delete call to
6223 frame_relative_level.
6224 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6225 Delete #if0 code.
6226 (frame_info): Do not print FRAMELESS.
6227 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6228 (catch_info): Delete #if0 code.
6229
6230 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6231 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6232 of frame_relative_level.
6233 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6234 to SENTINEL_FRAME.
6235 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6236 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6237 frame_relative_level.
6238
6239 * frame.h (deprecated_set_frame_type): Delete declaration.
6240 * frame.c (deprecated_set_frame_type): Delete function, update
6241 comments.
6242
6243 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6244 * gdbarch.h, gdbarch.c: Re-generate.
6245 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6246 (shnbsd_pc_in_sigtramp): Delete.
6247 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6248 pc_in_sigtramp.
6249 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6250 pc_in_sigtramp.
6251 * frame.h: Update comments.
6252 * ppc-linux-tdep.c: Update comments.
6253 * breakpoint.c (bpstat_what): Update comments.
6254
6255 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6256 m68klinux-tdep.o's dependencies, were previously added to
6257 m68klinux-nat.o.
6258
6259 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6260 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6261 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6262 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6263 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6264
6265 * Makefile.in (m68klinux-nat.o): Update dependencies.
6266 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6267 (m68k_linux_sigtramp_frame_cache)
6268 (m68k_linux_sigtramp_frame_this_id)
6269 (m68k_linux_sigtramp_frame_prev_register)
6270 (m68k_linux_sigtramp_frame_unwind)
6271 (m68k_linux_sigtramp_frame_sniffer)
6272 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6273 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6274 names, use trad-frame.h.
6275 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6276 (struct m68k_sigtramp_info): Delete.
6277 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6278 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6279 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6280 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6281 "m68klinux-tdep.c".
6282
6283 * infrun.c (check_sigtramp2): Delete check for
6284 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6285
62862004-05-01 Mark Kettenis <kettenis@gnu.org>
6287
6288 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6289
62902004-05-01 Andrew Cagney <cagney@redhat.com>
6291
6292 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6293 (frv_linux_sigtramp_frame_cache)
6294 (frv_linux_sigtramp_frame_this_id)
6295 (frv_linux_sigtramp_frame_prev_register)
6296 (frv_linux_sigtramp_frame_unwind)
6297 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6298 include "linux" in function and variable names, directly call
6299 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6300 the latest trad-frame code.
6301 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6302 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6303 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6304 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6305 * frv-tdep.c (frv_sigtramp_frame_cache)
6306 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6307 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6308 frv-linux-tdep.c.
6309 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6310 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6311 (frv_set_sigcontext_reg_addr): Delete function.
6312
6313 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6314 (DEPRECATED_SIGTRAMP_END): Delete.
6315 * gdbarch.h, gdbarch.c: Re-generate.
6316 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6317 * config/vax/tm-vaxbsd.h: Update copyright.
6318 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6319 (DEPRECATED_IN_SIGTRAMP): Define.
6320 * config/m68k/tm-nbsd.h: Update copyright.
6321 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6322 (DEPRECATED_IN_SIGTRAMP): Define.
6323
63242004-05-01 Mark Kettenis <kettenis@gnu.org>
6325
6326 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6327 encondings. Fixes PR gdb/1628.
6328
6329 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6330 DW_CFA_restore state without a matching DW_CFA_remember_state
6331 instead of aborting. Fixes PR backtrace/1589.
6332
63332004-04-30 Joel Brobecker <brobecker@gnat.com>
6334
6335 * MAINTAINERS: Add self as AIX maintainer.
6336 Update my e-mail address in write-after-approval section.
6337
63382004-04-30 Andrew Cagney <cagney@redhat.com>
6339
6340 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6341 (legacy_get_prev_frame): Ditto.
6342
6343 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6344 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6345 * mipsread.c (sigtramp_address): Delete extern variable.
6346 (mipscoff_new_init): Delete reference.
6347 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6348 (fixup_sigtramp): Delete function.
6349 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6350 (fixup_sigtramp): Delete declarations.
6351
6352 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6353 deprecated_pc_in_sigtramp.
6354 (ppcnbsd_pc_in_sigtramp): Delete function.
6355
63562004-05-01 Mark Kettenis <kettenis@gnu.org>
6357
6358 * config/m68k/nm-nbsd.h: Tweak comments.
6359 * config/m68k/nm-nbsdaout.h: Likewise.
6360
63612004-04-30 Andrew Cagney <cagney@redhat.com>
6362
6363 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6364 legacy_pc_in_sigtramp.
6365 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6366
63672004-05-01 Mark Kettenis <kettenis@gnu.org>
6368
6369 Add OpenBSD/m68k support.
6370 * NEWS (New native configurations): Mention OpenBSD/m68k.
6371 * m68kbsd-tdep.c: New file.
6372 * m68kbsd-nat.c: New file.
6373 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6374 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6375 * configure.host: Add m68k-*-openbsd.
6376 * configure.tgt: Add m68k-*-openbsd.
6377 * config/m68k/tm-obsd.h: New file.
6378 * config/m68k/obsd.mt: New file.
6379 * config/m68k/obsd.mh: New file.
6380 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6381 m68kbsd-tdep.c.
6382
63832004-04-30 Andrew Cagney <cagney@redhat.com>
6384
6385 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6386 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6387
63882004-04-30 Mark Kettenis <kettenis@gnu.org>
6389
6390 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6391 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6392
63932004-04-30 Brian Ford <ford@vss.fsi.com>
6394
6395 Revert 2004-04-16 change.
6396 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6397 (i386_coff_init_abi): Remove.
6398 * i386-tdep.h (i386_coff_init_abi): Remove.
6399 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6400
64012004-04-30 Andrew Cagney <cagney@redhat.com>
6402
6403 * blockframe.c (find_pc_partial_function): Delete use of
6404 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6405 DEPRECATED_SIGTRAMP_END.
6406
6407 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6408 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6409 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6410 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6411 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6412
6413 * defs.h (deprecated_inside_entry_file): Delete declaration.
6414 * blockframe.c (deprecated_inside_entry_file): Delete function.
6415 (legacy_frame_chain_valid): Delete call.
6416 * sh64-tdep.c (sh64_frame_chain): Delete call.
6417 * objfiles.h: Update comments.
6418 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6419 call.
6420 * frame.c (get_prev_frame): Delete call, update comments.
6421
64222004-04-30 Brian Ford <ford@vss.fsi.com>
6423
6424 * MAINTAINERS (Write After Approval): Add myself.
6425
64262004-04-30 Andrew Cagney <cagney@redhat.com>
6427
6428 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6429 * gdbarch.h, gdbarch.c: Re-generate.
6430 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6431 code.
6432
64332004-04-30 Andrew Cagney <cagney@redhat.com>
6434
6435 * gdb-events.sh (selected_thread_changed)
6436 (selected_frame_level_changed, target_changed): Delete.
6437 * gdb-events.h, gdb-events.c: Re-generate.
6438 * valops.c (value_assign): Update.
6439 * stack.c (select_frame_command, up_silently_base)
6440 (down_silently_base): Update.
6441
64422004-04-29 Andrew Cagney <cagney@redhat.com>
6443
6444 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6445 registers correctly.
6446 (print_gp_register_row, mips32_heuristic_proc_desc)
6447 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6448 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6449 references to mips_isa_regsize.
6450
64512004-04-29 Andrew Cagney <cagney@redhat.com>
6452
6453 * mips-tdep.c (struct gdbarch_tdep): Delete
6454 mips_fp_register_double.
6455 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6456 mips_abi_regsize.
6457 (mips_gdbarch_init): Do not set mips_fp_register_double.
6458 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6459
64602004-04-29 Joel Brobecker <brobecker@gnat.com>
6461
6462 Committed by Andrew Cagney.
6463 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6464 function calls.
6465
64662004-04-29 Andrew Cagney <cagney@redhat.com>
6467
6468 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6469 gdbarch, use mips_abi, update callers.
6470 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6471 mips_abi_regsize, update callers.
6472 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6473 mips_default_abi_regsize.
6474 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6475 mips_default_abi_regsize.
6476
64772004-04-29 Andrew Cagney <cagney@redhat.com>
6478
6479 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6480 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6481 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6482 mips_default_abi_regsize.
6483 (mips_isa_regsize): Rename mips_regisze.
6484 * mipsnbsd-tdep.c: Update.
6485 * mips-linux-tdep.c: Update.
6486 * irix5-nat.c: Update.
6487 * mips-tdep.h (mips_isa_regsize): Update.
6488
6489 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6490 Delete all disabled code.
6491 * gdb-events.h, gdb-events.c: Re-generate.
6492
64932004-04-19 Jerome Guitton <guitton@gnat.com>
6494 Mark Kettenis <kettenis@gnu.org>
6495
6496 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6497 the function begins with a branch instruction.
6498
64992004-04-29 Mark Kettenis <kettenis@gnu.org>
6500
6501 * i386-tdep.c: Fix spelling mistakes.
6502
65032004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6504 Andrew Cagney <cagney@redhat.com>
6505
6506 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6507 <sys/proc.h>.
6508 * acconfig.h: Provide default _KMEMUSER value.
6509 * config.in, configure: Re-generate.
6510 * NEWS: Mention fix.
6511
65122004-04-24 Randolph Chung <tausq@debian.org>
6513
6514 * configure.host (hppa*-*-linux*): New target.
6515 * configure.tgt (hppa*-*-linux*): Likewise.
6516 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6517 gdbarch_init_osabi() call earlier so that osabi-specific frame
6518 unwinders can be registered first.
6519 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6520 hppa-linux-nat.c.
6521 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6522 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6523 * config/pa/linux.mh: New file.
6524 * config/pa/linux.mt: New file.
6525 * config/pa/nm-linux.h: New file.
6526 * config/pa/xm-linux.h: New file.
6527 * hppa-linux-nat.c: New file.
6528 * hppa-linux-tdep.c: New file.
6529
65302004-04-28 Randolph Chung <tausq@debian.org>
6531
6532 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6533 return values.
6534 (hppa32_push_dummy_call): Fix small struct and floating point argument
6535 passing, and make sure the stack frame is properly aligned.
6536
65372004-04-28 Andrew Cagney <cagney@redhat.com>
6538
6539 * stack.c (print_stack_frame): Fix description.
6540
6541 * NEWS: Mention gdb/gdbserver/configure execute permission
6542 changed. PR server/519.
6543
65442004-04-28 Andrew Cagney <cagney@redhat.com>
6545
6546 * stack.c (print_stack_frame_stub): Delete declaration.
6547 (struct print_stack_frame_args, print_stack_frame)
6548 (print_frame_info, print_frame): Replace "source" with print what.
6549 Replace "print" with "print_level". Replace "args" with
6550 "print_args".
6551 * frame.h (show_and_print_stack_frame, print_stack_frame)
6552 (print_frame_info): Update declarations.
6553 * stack.c (select_and_print_frame, frame_command)
6554 (current_frame_command, up_command, down_command): Update calls -
6555 use get_selected_frame, pass "enum print_what" for source, do not
6556 call frame_relative_level.
6557 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6558 * remote-rdp.c (remote_rdp_open): Ditto.
6559 * remote-mips.c (common_open): Ditto.
6560 * remote-e7000.c (e7000_start_remote): Ditto.
6561 * ocd.c (ocd_start_remote): Ditto.
6562 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6563 * infrun.c (normal_stop): Ditto.
6564 * inflow.c (kill_command): Ditto.
6565 * infcmd.c (finish_command): Ditto.
6566 * corelow.c (core_open): Ditto.
6567 * tracepoint.c (finish_tfind_command): Ditto.
6568 * thread.c (info_threads_command, info_threads_command)
6569 (restore_current_thread, do_captured_thread_select): Ditto.
6570 * ada-tasks.c (task_command): Ditto.
6571
65722004-04-26 Orjan Friberg <orjanf@axis.com>
6573
6574 * frame.c: Include "observer.h".
6575 (frame_observer_target_changed): New function.
6576 (_initialize_frame): Attach target_changed observer.
6577 * regcache.c: Include "observer.h".
6578 (regcache_observer_target_changed): New function.
6579 (_initialize_regcache): Attach target_changed observer.
6580 * valops.c: Include "observer.h".
6581 (value_assign): Notify target_changed event when modifying register.
6582 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6583
65842004-04-26 Orjan Friberg <orjanf@axis.com>
6585
6586 From Paul Koning <pkoning@equallogic.com>:
6587 * breakpoint.c (free_valchain): New function.
6588 (insert_bp_location, delete_breakpoint): Use free_valchain.
6589 (remove_breakpoint): Do not remove the valchain.
6590 (bpstat_stop_status): If not stopped by watchpoint, skip
6591 watchpoints when generating stop status list.
6592 * infrun.c (handle_inferior_event): Make
6593 stepped_after_stopped_by_watchpoint a global variable.
6594 * remote.c (remote_stopped_data_address): Return watch data
6595 address rather than zero if stepped_after_stopped_by_watchpoint is
6596 set.
6597
65982004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6599
6600 Fix PR gdb/1626.
6601 * configure.in: Check for curses after termcap.
6602 On osf5.*, do not check for ncurses.
6603 * configure: Regenerate.
6604
66052004-04-25 Mark Kettenis <kettenis@gnu.org>
6606
6607 * ppcobsd-nat.c: Include "ppc-tdep.h".
6608 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6609
6610 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6611 Fixes PR tdep/1623 and PR tdep/1624.
6612
66132004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6614
6615 * xmodem.h, xmodem.c: Remove files.
6616 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6617
66182004-04-23 Randolph Chung <tausq@debian.org>
6619
6620 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6621 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6622 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6623 for handling stackless frames.
6624 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6625
66262004-04-23 Randolph Chung <tausq@debian.org>
6627
6628 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6629 starts at a pc before the frame is created.
6630
66312004-04-23 Joel Brobecker <brobecker@gnat.com>
6632
6633 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6634
66352004-04-23 Jerome Guitton <guitton@gnat.com>
6636
6637 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6638 use convert_typed_floating to get the appropriate format.
6639
66402004-04-22 Randolph Chung <tausq@debian.org>
6641
6642 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6643 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6644 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6645 (hppa_sign_extend): Add prototype.
6646 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6647 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6648 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6649 hppa targets will also use these functions.
6650 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6651 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6652 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6653 (hppa_gdbarch_init): Remove gdbarch setting of
6654 skip_trampoline_code, in_solib_call_trampoline and
6655 in_solib_return_trampoline.
6656 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6657 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6658 hppa_in_solib_call_trampoline.
6659 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6660 Moved from hppa-tdep.c.
6661 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6662 in_solib_call_trampoline and in_solib_return_trampoline.
6663
66642004-04-22 Randolph Chung <tausq@debian.org>
6665
6666 * hppa-tdep.c (hppa_debug): New variable.
6667 (find_unwind_entry, hppa_frame_cache): Add debug output.
6668 (_initialize_hppa_tdep): Add command to set debug flag.
6669
66702004-04-22 Andrew Cagney <cagney@redhat.com>
6671
6672 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6673 "trad-frame.h".
6674 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6675 signal trampoline unwinder.
6676 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6677
66782004-04-22 Mark Kettenis <kettenis@gnu.org>
6679
6680 Add OpenBSD/powerpc support.
6681 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6682 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6683 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6684 (ppc_collect_fpregset): New prototypes.
6685 * ppcobsd-nat.c: New file.
6686 * ppcobsd-tdep.c: New file.
6687 * ppcobsd-tdep.h: New file.
6688 * rs6000-tdep.c: Include "regset.h".
6689 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6690 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6691 New functions.
6692 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6693 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6694 (rs6000-tdep.o): Update dependencies.
6695 * configure.host: Add powerpc-*-openbsd.
6696 * configure.tgt: Add powerpc-*-openbsd.
6697 * config/powerpc/obsd.mh: New file.
6698 * config/powerpc/nm-obsd.h: New file.
6699 * config/powerpc/obsd.mt: New file.
6700
67012004-04-22 Andrew Cagney <cagney@redhat.com>
6702
6703 * frame.h (show_frame_info): Delete declaration.
6704
6705 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6706 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6707 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6708 * frv-tdep.c (frv_frame_this_id): Ditto.
6709 * avr-tdep.c (avr_frame_this_id): Ditto.
6710
67112004-04-22 Elena Zannoni <ezannoni@redhat.com>
6712
6713 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6714
67152004-04-22 Jim Blandy <jimb@redhat.com>
6716
6717 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6718 register number zero.
6719
67202004-04-21 Michael Snyder <msnyder@redhat.com>
6721
6722 * mips-tdep.c (heuristic_proc_start):
6723 Warning() already prefixes "Warning: ".
6724
67252004-04-21 Andrew Cagney <cagney@redhat.com>
6726
6727 * annotate.h (deprecated_annotate_starting_hook)
6728 (deprecated_annotate_stopped_hook)
6729 (deprecated_annotate_exited_hook)
6730 (deprecated_annotate_signal_hook)
6731 (deprecated_annotate_signalled_hook): Deprecate.
6732 * tracepoint.h (deprecated_create_tracepoint_hook)
6733 (deprecated_delete_tracepoint_hook)
6734 (deprecated_modify_tracepoint_hook)
6735 (deprecated_trace_find_hook)
6736 (deprecated_trace_start_stop_hook): Deprecate.
6737 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6738 * remote.h (deprecated_target_resume_hook)
6739 (deprecated_target_wait_loop_hook): Deprecate.
6740 * gdbcore.h (deprecated_exec_file_display_hook)
6741 (deprecated_file_changed_hook): Deprecate.
6742 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6743 * defs.h (deprecated_modify_breakpoint_hook)
6744 (deprecated_command_loop_hook, deprecated_show_load_progress)
6745 (deprecated_print_frame_info_listing_hook)
6746 (deprecated_query_hook, deprecated_warning_hook)
6747 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6748 (deprecated_delete_breakpoint_hook)
6749 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6750 (deprecated_readline_begin_hook, deprecated_readline_hook)
6751 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6752 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6753 (deprecated_context_hook, deprecated_target_wait_hook)
6754 (deprecated_attach_hook, deprecated_detach_hook)
6755 (deprecated_call_command_hook, deprecated_set_hook)
6756 (deprecated_error_hook, deprecated_error_begin_hook)
6757 (deprecated_ui_load_progress_hook): Deprecate.
6758 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6759 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6760 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6761 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6762 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6763 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6764 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6765 * annotate.c, aix-thread.c: Update.
6766
67672004-04-21 Andrew Cagney <cagney@redhat.com>
6768
6769 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6770 * vaxnbsd-tdep.c: Include "gdb_string.h".
6771
6772 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6773 (add_symbol_file_from_memory_command): #if 0 function body, call
6774 error instead.
6775
67762004-04-21 Andrew Cagney <cagney@redhat.com>
6777
6778 * gdbcore.h: Update copyright.
6779 (deprecated_add_core_fns): Rename add_core_fns.
6780 * win32-nat.c (_initialize_core_win32): Update.
6781 * sun3-nat.c (_initialize_core_sun3): Update.
6782 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6783 * rs6000-nat.c (_initialize_core_rs6000): Update.
6784 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6785 * nto-tdep.c (_initialize_nto_tdep): Update.
6786 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6787 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6788 * mips-nat.c (_initialize_core_mips): Update.
6789 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6790 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6791 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6792 * lynx-nat.c (_initialize_core_lynx): Update.
6793 * irix5-nat.c (_initialize_core_irix5): Update.
6794 * i386-interix-nat.c (_initialize_core_interix): Update.
6795 * cris-tdep.c (_initialize_cris_tdep): Update.
6796 * corelow.c (deprecated_add_core_fns): Update.
6797 * core-regset.c (_initialize_core_regset): Update.
6798 * core-aout.c (_initialize_core_aout): Update.
6799 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6800 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6801 * alpha-nat.c (_initialize_core_alpha): Update.
6802
68032004-04-21 Jim Blandy <jimb@redhat.com>
6804
6805 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6806
68072004-04-19 Daniel Jacobowitz <drow@mvista.com>
6808
6809 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6810 Delete.
6811 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6812 (read_attribute_value): Update calls to dwarf_alloc_block.
6813 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6814 dwarf2_tmp_obstack.
6815 (psymtab_to_symtab_1): Likewise. Clean up using
6816 free_stack_comp_unit.
6817 (add_to_cu_func_list): Use the comp_unit_obstack.
6818
68192004-04-19 Joel Brobecker <brobecker@gnat.com>
6820
6821 * dwarf2read.c (dwarf2_flag_true_p): New function.
6822 (die_is_declaration): Use the function above. Add some comments.
6823
68242004-04-19 Mark Kettenis <kettenis@gnu.org>
6825
6826 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6827 architecture when registering sparcnbsd_core_osabi_sniffer.
6828 Adjust comment.
6829
68302004-04-18 Mark Kettenis <kettenis@gnu.org>
6831
6832 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6833 return value.
6834
6835 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6836 * i386-tdep.c: Correct register numbering scheme comments
6837 throughout.
6838 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6839 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6840 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6841 (i386_gdb_arch_init): Likewise.
6842
6843 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6844 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6845 ppcnbsd-tdep.o.
6846
6847 * m68k-tdep.h: Tweak comments.
6848 * m68k-tdep.c: Tweak comment.
6849
68502004-04-17 Randolph Chung <tausq@debian.org>
6851
6852 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6853 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6854 (hppa_hpux_som_init_abi): Set is_elf to 0.
6855 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6856 * hppa-tdep.c (low_text_segment_address): Remove global.
6857 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6858 section offset to calculate segment address.
6859 (internalize_unwinds): Define low_text_segment_address as local and
6860 pass to record_text_segment_lowaddr for ELF targets.
6861 (hppa_gdbarch_init): Zero fill tdep structure.
6862 (hppa_dump_tdep): Print tdep structure.
6863 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6864
68652004-04-17 Randolph Chung <tausq@debian.org>
6866
6867 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6868 (hppa_gdbarch_init): Set pseudo_register_read.
6869 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6870 * regcache.c (supply_register): Remove check for
6871 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6872
68732004-04-17 Randolph Chung <tausq@debian.org>
6874
6875 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6876 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6877 (hpread_adjust_stack_address): Move to hpread.c.
6878 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6879 obj_private_struct): Move from tm-hppa.h.
6880 * hpread.c (hppa-tdep.h): Include.
6881 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6882 (hpread_read_function_type, hpread_read_doc_function_type)
6883 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6884 directly.
6885 * pa64solib.c (hppa-tdep.h): Include.
6886 * somsolib.c (hppa-tdep.h): Include.
6887 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6888 inferior_status): Remove unused forward declarations.
6889 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6890 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6891 obj_private_struct): Move to hppa-tdep.h.
6892 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6893
68942004-04-17 Randolph Chung <tausq@debian.org>
6895
6896 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6897 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6898 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6899 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6900 Remove forward declaration and make static.
6901 (hppa_reg_struct_has_addr): Remove.
6902
69032004-04-16 Joel Brobecker <brobecker@gnat.com>
6904
6905 * observer.sh: Move comments in sed command to first column.
6906
69072004-04-16 Jason Molenda (jmolenda@apple.com)
6908
6909 * frame.c: Minor typeo corrections in comments.
6910
69112004-04-16 Joel Brobecker <brobecker@gnat.com>
6912
6913 * observer.c (observer_test_first_notification_function): Update
6914 function profile.
6915 (observer_test_second_notification_function): Likewise.
6916 (observer_test_third_notification_function): Likewise.
6917
69182004-04-16 Mark Kettenis <kettenis@gnu.org>
6919
6920 From Brian Ford <ford@vss.fsi.com>:
6921 * i386-tdep.c (i386_coff_init_abi): New function.
6922 * i386-tdep.h (i386_coff_init_abi): New prototype.
6923 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6924 register number translation functions for DWARF and DWARF 2.
6925
69262004-04-16 Joel Brobecker <brobecker@gnat.com>
6927
6928 * dwarf2read.c: Back out my previous change, it was incorrect.
6929
69302004-04-16 Daniel Jacobowitz <drow@mvista.com>
6931
6932 * dwarf2read.c: Include "hashtab.h".
6933 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6934 has_namespace_info.
6935 (struct partial_die_info): Add comments. Use bitfields to reduce
6936 memory footprint. Add scope, scope_set, has_specification,
6937 spec_offset, die_parent, die_child, and die_sibling.
6938 (peek_die_abbrev): Add prototype.
6939 (partial_read_comp_unit_head): New function, broken out from
6940 dwarf2_build_psymtabs_hard.
6941 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6942 Use partial_read_comp_unit_head. Initialize the CU and
6943 comp_unit_obstack. Update calls to read_partial_die and
6944 scan_partial_symbols. Use free_stack_comp_unit and
6945 load_partial_dies.
6946 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6947 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6948 Update calls to helper functions. Remove NAMESPACE argument.
6949 Update comments.
6950 (partial_die_parent_scope, partial_die_full_name): New functions.
6951 (add_partial_symbol): Remove namespace argument. Update call to
6952 pdi_needs_namespace. Use partial_die_full_name. Handle
6953 DW_TAG_namespace. Check has_namespace_info flag.
6954 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6955 tag. Handle namespaces.
6956 (add_partial_namespace, add_partial_enumeration): Simplify.
6957 (guess_structure_name): New function, derived from
6958 add_partial_structure.
6959 (add_partial_structure): Remove.
6960 (determine_class_name): Update comment.
6961 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6962 (is_type_tag_for_partial, load_partial_dies): New functions.
6963 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6964 Record specifications instead of following them immediately.
6965 (find_partial_die_in_comp_unit, find_partial_die)
6966 (fixup_partial_die, free_stack_comp_unit)
6967 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6968 (partial_die_hash, partial_die_eq): New functions.
6969 * Makefile.in (hashtab_h): Define.
6970 (dwarf2read.o): Update dependencies.
6971 (observer_inc, observer_h): Move to the correct section.
6972
69732004-04-15 Joel Brobecker <brobecker@gnat.com>
6974
6975 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6976 (die_is_declaration): Use the function above. Add comment.
6977
69782004-04-15 Joel Brobecker <brobecker@gnat.com>
6979
6980 * dwarf2read.c (read_structure_scope): Identify stub types
6981 using die_is_declaration() only.
6982
69832004-04-15 Roland McGrath <roland@redhat.com>
6984
6985 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6986 argument instead of NAME.
6987 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6988 in call to symbol_file_add_with_addrs_or_offsets.
6989 (build_addr_info): New function, helper for ...
6990 (symbol_file_add_from_memory): New function.
6991 (add_symbol_file_from_memory_command): New function using that.
6992 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6993 (pre_add_symbol_hook): Add const to argument type.
6994 * symfile.h (symbol_file_add_from_memory): Declare it.
6995
69962004-04-15 Mark Kettenis <kettenis@gnu.org>
6997
6998 * NEWS (New native configurations): Mention OpenBSD/vax.
6999 * configure.host: Add vax-*-openbsd*.
7000 * config/vax/obsd.mh: New file.
7001 * config/vax/nm-obsd.h: New file.
7002
7003 * vax-tdep.c: Include "regset.h".
7004 (vax_supply_gregset): New function.
7005 (vax_gregset): New variable.
7006 (vax_regset_from_core_section): New function.
7007 (vax_gdbarch_init): Set regset_from_core_section.
7008 * Makefile.in (vax-tdep.o): Update dependencies.
7009
70102004-04-15 Andrew Cagney <cagney@redhat.com>
7011
7012 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7013 (observer_normal_stop_notification_stub)
7014 (observer_attach_normal_stop, observer_detach_normal_stop):
7015 Delete, replaced by #include "observer.inc".
7016 * infrun.c (normal_stop): Pass "stop_bpstat" to
7017 observer_notify_normal_stop.
7018 * Makefile.in (observer_inc): Define.
7019 (observer.o): Update dependencies.
7020 (observer.h, observer.inc): New rules.
7021 * observer.h: Delete file.
7022 * observer.sh: New file.
7023
70242004-04-15 Mark Kettenis <kettenis@gnu.org>
7025
7026 * vax-tdep.c (vax_frame_cache): Fix typo.
7027
70282004-04-14 Mark Kettenis <kettenis@gnu.org>
7029
7030 * NEWS (New native configurations): Mention NetBSD/vax.
7031 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7032 * config/vax/nbsdelf.mh: New file.
7033 * config/vax/nbsdaout.mh: New file.
7034 * config/vax/nm-nbsd.h: New file.
7035 * config/vax/nm-nbsdaout.h: New file.
7036
7037 * vaxnbsd-tdep.c: New file.
7038 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7039 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7040 * config/vax/nbsd.mt: New file.
7041 * config/vax/tm-nbsd.h: New file.
7042
7043 * Makefile.in (vaxbsd-nat.o): New dependency.
7044
7045 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7046 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7047 struct_addr arguments. Don't push return value address.
7048 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7049 arguments to vax_store_arguments. Store return value address in
7050 R1.
7051 (vax_store_struct_return, vax_extract_return_value)
7052 (vax_store_return_value): Remove functions.
7053 (vax_return_value): New function.
7054 (vax_gdbarch_init): Set return value. Don't set
7055 deprecated_store_struct_return, deprecated_extract_struct_return
7056 and deprecated_store_return_value.
7057
70582004-04-14 Andreas Schwab <schwab@suse.de>
7059
7060 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7061 value buffer.
7062 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7063
70642004-04-14 Mark Kettenis <kettenis@gnu.org>
7065
7066 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7067 (vax_unwind_dummy_id): New functions.
7068 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7069 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7070 variables.
7071 (vax_fix_call_dummy): Remove function.
7072 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7073 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7074 call_dummy_location, deprecated_call_dummy_words,
7075 deprecated_sizeof_call_dummy_words,
7076 deprecated_call_dummy_breakpoint_offset,
7077 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7078 and deprecated_dummy_write_sp.
7079
70802004-04-13 David Carlton <carlton@kealia.com>
7081
7082 * MAINTAINERS: Move myself to "paper trail" section.
7083
70842004-04-12 Mark Kettenis <kettenis@gnu.org>
7085
7086 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7087 "trad-frame.h".
7088 (vax_frame_init_saved_regs): Remove function.
7089 (vax_sigtramp_saved_pc): Remove function.
7090 (vax_frame_saved_pc): Remove function.
7091 (vax_frame_args_address): Remove function.
7092 (vax_frame_num_args): Rewrite.
7093 (vax_frame_chain): Remove function.
7094 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7095 VAX_FP_REGNUM.
7096 (vax_pop_frame): Likewise.
7097 (vax_saved_pc_after_call): Remove function.
7098 (struct vax_frame_cache): New structure.
7099 (vax_frame_cache): New function.
7100 (vax_frame_this_id): New function.
7101 (vax_frame_prev_register): New function.
7102 (vax_frame_unwind): New variable.
7103 (vax_frame_sniffer): New function.
7104 (vax_frame_base_address): New function.
7105 (vax_frame_args_address): New function.
7106 (vax_frame_base): New variable.
7107 (vax_unwind_pc): New function.
7108 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7109 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7110 deprecated_frame_chain, deprecated_frame_saved_pc,
7111 deprecated_frame_args_address and
7112 deprecated_frame_init_saved_regs.
7113 * Makefile.in (vax-tdep.o): Update dependencies.
7114
7115 * vaxbsd-nat.c: New file.
7116
7117 * vax-tdep.h: Update copyright year. Adjust comments.
7118 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7119 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7120 (vax_regnum): New enum. Replacing...
7121 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7122 (VAX_PS_REGNUM): ... these removed macros.
7123 * vax-tdep.c (vax_register_name): Remove prototype.
7124 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7125 (vax_register_byte, vax_register_raw_size,
7126 vax_register_virtual_size, vax_register_virtual_type): Remove
7127 functions.
7128 (vax_register_type): New function.
7129 (vax_breakpoint_from_pc): Reorganize.
7130 (vax_gdbarch_init): Set register_type. Don't set
7131 deprecated_register_size, deprecated_register_bytes,
7132 deprecated_register_byte, deprecated_register_raw_size,
7133 deprecated_max_register_raw_size,
7134 deprecated_register_virtual_size,
7135 deprecated_max_register_virtual_size and
7136 deprecated_register_virtual_type. Add comment on stack direction.
7137
71382004-04-11 Mark Kettenis <kettenis@gnu.org>
7139
7140 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7141 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7142 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7143
71442004-04-10 Randolph Chung <tausq@debian.org>
7145
7146 * MAINTAINERS (write after approval): Add myself.
7147
71482004-04-07 Randolph Chung <tausq@debian.org>
7149
7150 * hppa-tdep.c (hppa_inner_than): Remove.
7151 (is_pa_2): Remove unused static variable.
7152 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7153
71542004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7155
7156 * language.h (language_defn): Add new la_post_parser field.
7157 * parser-defs.h (null_post_parser): New declaration (default for
7158 la_post_parser).
7159
7160 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7161 insert call to that function.
7162 (parse_exp_in_context): New function, including code formerly in
7163 parse_exp_1. Calls language-dependent post-parser after
7164 prefixification.
7165 (parse_expression_in_context): New exported function.
7166 (null_post_parser): New definition.
7167 * expression.h (parse_expression_in_context): Add declaration.
7168
7169 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7170 * c-lang.c (c_language_defn): Ditto.
7171 (cplus_language_defn): Ditto.
7172 (asm_language_defn): Ditto.
7173 (minimal_language_defn): Ditto.
7174 * f-lang.c (f_language_defn): Ditto.
7175 * jv-lang.c (java_language_defn): Ditto.
7176 * language.c (unknown_language_defn): Ditto.
7177 (auto_language_defn): Ditto.
7178 (local_language_defn): Ditto.
7179 * m2-lang.c (m2_language_defn): Ditto.
7180 * scm-lang.c (scm_language_defn): Ditto.
7181 * obj-lang.c (objc_language_defn): Ditto.
7182
71832004-04-10 Mark Kettenis <kettenis@gnu.org>
7184
7185 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7186 (amd64nbsd_mcontext_addr): New function.
7187 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7188 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7189 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7190
7191 * corelow.c (core_xfer_partial): Fix coding standards violation.
7192 Add support for TARGET_OBJECT_WCOOKIE.
7193
7194 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7195 deprecated_pc_in_sigtramp.
7196 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7197 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7198 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7199 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7200 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7201 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7202 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7203
7204 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7205 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7206 Fix typo.
7207
7208 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7209 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7210 (amd64_collect_fxsave): Likewise.
7211
7212 * i386-sol2-tdep.c: Include "gdb_string.h".
7213 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7214 name.
7215 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7216
72172004-04-10 Mark Kettenis <kettenis@gnu.org>
7218
7219 * i386-sol2-tdep.c: Include "solib-svr4.h".
7220 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7221 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7222 * config/i386/tm-i386sol2.h: Include :solib.h".
7223 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7224 solib-svr4.o and solib-legacy.o.
7225 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7226 solib-svr4.o.
7227
72282004-04-09 Mark Kettenis <kettenis@gnu.org>
7229
7230 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7231 whether a register is supplied by PTRACE_GETFPREGS.
7232 (store_inferior_registers): Likewise.
7233 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7234 whether a register is supplied by PT_GETFPREGS.
7235 (store_inferior_registers): Likewise.
7236
7237 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7238 * config/i386/linux64.mt (TDEPFILES): Likewise.
7239
7240 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7241
7242 * amd64-tdep.c (amd64_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 * amd64-linux-tdep.c: Include "symtab.h".
7247 (amd64_linux_pc_in_sigtramp): Remove function.
7248 (amd64_linux_sigtramp_p): New function.
7249 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7250 deprecated_pc_in_sigtramp.
7251 * amd64nbsd-tdep.c: Include "symtab.h".
7252 (amd64nbsd_sigtramp_p): New function.
7253 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7254 deprecated_pc_in_sigtramp.
7255 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7256 few comments.
7257 (amd64obsd_pc_in_sigtramp): Remove function.
7258 (amd64obsd_sigtramp_p): New function.
7259 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7260 deprecated_pc_in_sigtramp.
7261 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7262 (i386bsd_pc_ins_sigtramp): Remove prototype.
7263 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7264 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7265 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7266 the program counter is in the range specified by `struct
7267 gdbarch_tdep'.
7268 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7269 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7270 (i386_go32_pc_in_sigtramp): Remove function.
7271 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7272 Initialize TDEP->sigtramp_p.
7273 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7274 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7275 deprecated_pc_in_sigtramp.
7276 * i386-linux-tdep.c: Adjust comments.
7277 (i386_linux_pc_in_sigtramp): Remove function.
7278 (i386_linux_sigtramp_p): New function.
7279 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7280 deprecated_pc_in_sigtramp.
7281 * i386-nto-tdep.c: Update copyright year.
7282 (i386nto_pc_in_sigtramp): Remove function.
7283 (i386nto_sigtramp_p): New function.
7284 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7285 SP_REGNUM.
7286 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7287 deprecated_pc_in_sigtramp.
7288 * i386-sol2-tdep.c: Update copyright year.
7289 (i386_sol2_pc_in_sigtramp): Remove function.
7290 (i386_sol2_sigtramp_p): New function.
7291 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7292 deprecated_pc_in_sigtramp.
7293 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7294 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7295 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7296 deprecated_sigtramp_start and deprecated_sigtramp_end.
7297 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7298 (i386nbsd_pc_in_sigtramp): Remove function.
7299 (i386nbsd_sigtramp_p): New function.
7300 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7301 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7302 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7303 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7304 (i386obsd_pc_in_sigtramp): Remove function.
7305 (i386obsd_sigtramp_p): New function.
7306 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7307 functions.
7308 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7309 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7310 TDEP->sigtramp_p.
7311 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7312 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7313 dependencies.
7314
7315 * config/i386/i386aout.mt: Remove file.
7316
7317 * configure.tgt: Remove i[34567]86-*-go32*,
7318 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7319 and i[34567]86-*-isc*. Set gdb_target to i386 for
7320 i[34567]86-*-netware* and i[34567]86-*-*.
7321 * config/i386/i386.mt: New file.
7322 * config/i386/embed.mt: Remove file.
7323 * config/i386/go32.mt: Remove file.
7324 * config/i386/i386nw.mt: Remove file.
7325 * config/i386/i386v.mt: Remove file.
7326 * config/i386/tm-go32.h: Remove file.
7327
7328 * tui/tui-hooks.c: Include "readline/readline.h" after
7329 "gdb_curses.h" instead of before.
7330 * tui/tui-io.c: Likewise.
7331
7332 * tui/tui.c: Fix typo in comment.
7333
7334 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7335
73362004-04-08 Andrew Cagney <cagney@redhat.com>
7337
7338 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7339 (deprecated_exception_support_initialized): Declare.
7340 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7341 (initialize_hp_cxx_exception_support)
7342 (child_enable_exception_callback): Update.
7343 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7344 (deprecated_exception_support_initialized): Rename
7345 deprecated_exception_catchpoints_are_fragile and
7346 deprecated_exception_support_initialized.
7347 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7348
7349 * symtab.c (deprecated_hp_som_som_object_present): Rename
7350 hp_som_som_object_present.
7351 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7352 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7353 Update. Delete extern declaration.
7354 * valops.c (hp_som_som_object_present): Ditto.
7355 * parse.c (deprecated_hp_som_som_object_present)
7356 (parse_nested_classes_for_hpacc): Ditto.
7357 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7358 * hppa-hpux-tdep.c (hp_som_som_object_present)
7359 (initialize_hp_cxx_exception_support): Ditto.
7360 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7361 * cp-valprint.c (hp_som_som_object_present)
7362 (cp_print_class_method): Ditto.
7363 * c-typeprint.c (hp_som_som_object_present):
7364 (c_type_print_base): Ditto.
7365 * c-exp.y (hp_som_som_object_present): Ditto.
7366
73672004-04-08 Andrew Cagney <cagney@redhat.com>
7368
7369 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7370 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7371 (frame_unwind_find_by_frame): Re-implement the unwind code so
7372 that it can both prepend and append sniffers. Replace
7373 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7374 * tramp-frame.c (tramp_frame_append): Use
7375 frame_unwind_prepend_unwinder.
7376 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7377 frame_unwind_register_unwinder.
7378 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7379 tramp_frame_append.
7380 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7381 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7382 (mips_linux_init_abi): Update.
7383
73842004-04-08 Kevin Buettner <kevinb@redhat.com>
7385
7386 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7387 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7388 file support.
7389
73902004-04-07 Kevin Buettner <kevinb@redhat.com>
7391
7392 * ia64-tdep.c (elf.h): Don't include.
7393 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7394
73952004-04-07 Jason Molenda (jmolenda@apple.com)
7396
7397 * frame.h: Typeo corrections in comments.
7398
73992004-04-07 Jim Blandy <jimb@redhat.com>
7400
7401 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7402 %esp and %ebp
7403
74042004-04-07 Mark Kettenis <kettenis@gnu.org>
7405
7406 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7407 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7408 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7409 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7410 and solib-legacy.o.
7411 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7412 solib-svr4.o.
7413 * config/sparc/tm-sol2.h: Update copyright year. Include
7414 "solib.h".
7415
7416 * sparc-sol2-tdep.c: Update copyright year. Include
7417 "solib-svr4.h".
7418 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7419 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7420 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7421 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7422 dependencies.
7423
74242004-04-06 Andrew Cagney <cagney@redhat.com>
7425
7426 * infttrace.c: Include "infttrace.h".
7427 * infttrace.h: Include "target.h".
7428 * Makefile.in (infttrace_h): Update.
7429 (infttrace.o): Update.
7430
74312004-04-06 Andrew Cagney <cagney@redhat.com>
7432
7433 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7434 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7435 move extern declarations from here ...
7436 * infttrace.h: ... to here.
7437 * Makefile.in (hppah-nat.o): Update dependencies.
7438
7439 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7440 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7441 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7442 (hppa_breakpoint_from_pc): Delete.
7443
7444 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7445
74462004-04-05 Andrew Cagney <cagney@redhat.com>
7447
7448 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7449 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7450 <sys/file.h>.
7451
74522004-04-06 Randolph Chung <tausq@debian.org>
7453
7454 Committed by Andrew Cagney (mechanical change).
7455 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7456 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7457 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7458 child_enable_exception_callback, current_ex_event,
7459 null_symtab_and_line, child_get_current_exception_event,
7460 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7461 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7462 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7463 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7464 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7465 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7466 Move hpux-specific definitions ...
7467 * hppa-hpux-tdep.c: ... to here.
7468
74692004-04-05 Andrew Cagney <cagney@redhat.com>
7470
7471 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7472 skip_prologue_using_sal.
7473
74742004-04-05 Andrew Cagney <cagney@redhat.com>
7475
7476 * config/i386/tm-i386.h: Delete file.
7477 * config/i386/tm-vxworks.h: Update copyright, do not include
7478 "tm-i386.h".
7479 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7480 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7481 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7482 * config/i386/ncr3000.mt (TM_FILE): Delete.
7483 * config/i386/interix.mt (TM_FILE): Delete.
7484 * config/i386/i386v.mt (TM_FILE): Delete.
7485 * config/i386/i386nw.mt (TM_FILE): Delete.
7486 * config/i386/i386gnu.mt (TM_FILE): Delete.
7487 * config/i386/i386aout.mt (TM_FILE): Delete.
7488 * config/i386/embed.mt (TM_FILE): Delete.
7489
74902004-04-05 Kevin Buettner <kevinb@redhat.com>
7491
7492 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7493 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7494 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7495 (accg7_regnum): New constants.
7496 (last_spr_regnum, last_pseudo_regnum): Update.
7497 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7498 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7499 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7500 for accg registers.
7501 (frv_register_sim_regno): Update spr_map[].
7502
75032004-04-04 Andrew Cagney <cagney@redhat.com>
7504
7505 * config/mips/xm-riscos.h: Delete.
7506 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7507 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7508 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7509 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7510 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7511 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7512 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7513 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7514 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7515 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7516 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7517 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7518 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7519 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7520 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7521 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7522 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7523 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7524 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7525 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7526 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7527 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7528 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7529 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7530 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7531 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7532
7533 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7534 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7535 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7536 * configure.host: Remove m680[01]0-sun-sunos3*,
7537 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7538 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7539 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7540 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7541 mips-*-riscos*.
7542 * NEWS: Mention removed systems.
7543
75442004-04-04 Andrew Cagney <cagney@redhat.com>
7545
7546 GDB 6.1 release created from 6.1 branch.
7547
75482004-04-04 Andrew Cagney <cagney@redhat.com>
7549
7550 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7551 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7552 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7553
7554 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7555 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7556 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7557
75582004-04-03 Jim Blandy <jimb@redhat.com>
7559
7560 * MAINTAINERS: Chris Faylor has changed employers; add him to
7561 "paper trail" section, and update his E-mail address.
7562
75632004-04-03 Andrew Cagney <cagney@redhat.com>
7564
7565 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7566 generic dummy frames.
7567 * dummy-frame.c: Update copyright.
7568 (dummy_frame_sniffer): Delete check for generic dummy frames.
7569
7570 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7571 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7572 (REG_PARM_STACK_SPACE): Delete.
7573 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7574 Inline reference to REG_PARM_STACK_SPACE.
7575
7576 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7577 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7578 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7579 (FRAME_BASE_BEFORE_SIGTRAMP)
7580 (hppa32_hpux_frame_base_before_sigtramp)
7581 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7582 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7583 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7584 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7585 (FRAME_BASE_BEFORE_SIGTRAMP)
7586 (hppa64_hpux_frame_base_before_sigtramp)
7587 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7588
75892004-04-03 Andrew Cagney <cagney@redhat.com>
7590
7591 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7592
75932004-04-02 Andrew Cagney <cagney@redhat.com>
7594
7595 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7596 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7597 * dummy-frame.h: Delete out-of-date comments.
7598 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7599 * gdbarch.h, gdbarch.c: Re-generate.
7600
76012004-04-02 Joel Brobecker <brobecker@gnat.com>
7602
7603 Committed by Andrew Cagney <cagney@redhat.com>.
7604 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7605 into account an instruction saving a register if we have already
7606 seen an earlier instruction saving that same register.
7607
76082004-04-02 Andrew Cagney <cagney@redhat.com>
7609
7610 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7611 * gdbarch.h, gdbarch.c: Re-generate.
7612 * frame.c (legacy_get_prev_frame): Delete references to
7613 DEPRECATED_INIT_FRAME_PC_FIRST.
7614
7615 * infrun.c (pc_in_sigtramp): Delete function.
7616 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7617 get_frame_type.
7618
76192004-04-02 Andrew Cagney <cagney@redhat.com>
7620
7621 * infrun.c (handle_step_into_function): Delete code conditional on
7622 legacy_frame_p.
7623 (handle_inferior_event, step_over_function): Ditto.
7624
76252004-04-02 Andrew Cagney <cagney@redhat.com>
7626
7627 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7628 "previous frame inner to this frame" test.
7629
76302004-04-02 Andrew Cagney <cagney@redhat.com>
7631
7632 * frame.c (safe_frame_unwind_memory): New function.
7633 * frame.h (safe_frame_unwind_memory): Declare. Update description
7634 of /safe_/ methods.
7635 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7636 "next_frame". Use safe_frame_unwind_memory.
7637 (tramp_frame_sniffer): Update call to tramp_frame_start.
7638
76392004-04-01 Daniel Jacobowitz <drow@mvista.com>
7640
7641 * dwarf2read.c (dwarf2_objfile_data_key): New.
7642 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7643 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7644 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7645 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7646 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7647 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7648 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7649 Remove variables.
7650 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7651 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7652 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7653 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7654 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7655 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7656 Remove macros.
7657 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7658 data.
7659 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7660 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7661 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7662 (read_partial_die, read_full_die, read_indirect_string)
7663 (dwarf_decode_line_header, dwarf_decode_macros)
7664 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7665 Update uses of removed variables.
7666 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7667 of removed macros.
7668 (_initialize_dwarf2_read): New function.
7669 * symfile.h (dwarf2_has_info): Update prototype.
7670 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7671 * elfread.c (elf_symfile_read): Likewise.
7672
76732004-04-01 Jim Blandy <jimb@redhat.com>
7674
7675 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7676 function for register numbers on all the rs6000-derived targets.
7677 (rs6000_gdbarch_init): Don't register a separate
7678 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7679 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7680 variants.
7681
7682 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7683 numbering.
7684
76852004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7686
7687 * valarith.c: Update copyright notice.
7688 (value_add): Handle range types.
7689 (value_sub): Ditto.
7690 (value_equal): Ditto.
7691 (value_less): Ditto.
7692 (value_neg): Ditto.
7693 (value_complement): Ditto.
7694 (value_binop): Simplify slightly by using is_integral_type and
7695 eliminiating unnecessary COERCE_ENUMs.
7696
76972004-03-31 Andrew Cagney <cagney@redhat.com>
7698
7699 * frame.h (frame_unwind_id): Declare.
7700 * frame.c (frame_unwind_id): New function.
7701 (get_prev_frame_1): New function.
7702 (frame_debug_got_null_frame): New function.
7703 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7704 code proper to prev_frame, update description.
7705 * infrun.c (step_over_function): Use frame_unwind_id.
7706
77072004-04-31 J. Brobecker <brobecker@gnat.com>
7708
7709 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7710 (hppa64_push_dummy_call): Likewise.
7711
77122004-03-30 Jim Blandy <jimb@redhat.com>
7713
7714 From Ulrich Weigand:
7715 * utils.c (query): Do not use a va_list variable multiple times.
7716
77172004-03-29 Daniel Jacobowitz <drow@mvista.com>
7718
7719 * Makefile.in (linux_nat_h): Update dependencies.
7720 * configure.in: Check for <gnu/libc-version.h>.
7721 * configure: Regenerate.
7722 * config.in: Regenerate.
7723 * linux-nat.h: Include "target.h". Add waitstatus field to
7724 struct lwp_info.
7725 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7726 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7727 to.
7728 (lin_lwp_handle_extended): New function. Handle clone events.
7729 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7730 thread exit events.
7731 (child_wait): Handle clone events.
7732 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7733 * linux-nat.c (linux_enable_event_reporting): Turn on
7734 PTRACE_O_TRACECLONE.
7735 (linux_handle_extended_wait): Handle clone events.
7736 * thread-db.c: Include <gnu/libc-version.h>.
7737 (struct private_thread_info): Add dying flag.
7738 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7739 higher.
7740 (attach_thread): Update comments. Handle dying threads.
7741 (detach_thread): Set the dying flag.
7742 (check_event): Always call attach_thread.
7743
77442004-03-29 Daniel Jacobowitz <drow@mvista.com>
7745
7746 * mips-tdep.c (mips_pdr_data): New.
7747 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7748 (_initialize_mips_tdep): Initialize mips_pdr_data.
7749
77502004-03-29 Corinna Vinschen <vinschen@redhat.com>
7751
7752 * minsyms.c (install_minimal_symbols): Move dropping leading
7753 char from linkage name from here...
7754 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7755 test for "__gnu_compiled*" symbols.
7756
77572004-03-28 Jim Blandy <jimb@redhat.com>
7758
7759 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7760 registers to temp register r0 and byte stores as prologue
7761 instructions.
7762
77632004-03-28 Andrew Cagney <cagney@redhat.com>
7764
7765 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7766 arm*-*-*.
7767
77682004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7769
7770 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7771 and switch the layout to force a display of register window.
7772
77732004-02-26 J. Brobecker <brobecker@gnat.com>
7774
7775 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7776 of the INTEGER class.
7777
77782004-03-26 Jim Blandy <jimb@redhat.com>
7779
7780 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7781 bytes long on PPC GNU/Linux.
7782
77832004-03-26 David Carlton <carlton@kealia.com>
7784
7785 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7786
77872004-03-25 Andrew Cagney <cagney@redhat.com>
7788
7789 * PROBLEMS: Add general section titles, remove references to
7790 specific releases.
7791
77922004-03-25 Daniel Jacobowitz <drow@mvista.com>
7793
7794 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7795 INT_REGISTER_SIZE.
7796 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7797 FP_REGISTER_VIRTUAL_SIZE.
7798 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7799 of DEPRECATED_REGISTER_RAW_SIZE.
7800 (arm_register_type): Add gdbarch argument.
7801 (arm_register_raw_size, arm_register_virtual_size): Delete.
7802 (arm_register_byte, arm_extract_return_value)
7803 (arm_store_return_value, arm_get_longjmp_target): Update references
7804 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7805 (arm_gdbarch_init): Likewise. Don't set
7806 deprecated_register_raw_size, deprecated_register_virtual_size,
7807 deprecated_max_register_raw_size,
7808 deprecated_max_register_virtual_size, or
7809 deprecated_max_register_virtual_type. Do set register_type.
7810 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7811 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7812 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7813 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7814 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7815 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7816 INT_REGISTER_SIZE.
7817 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7818 (remote_rdp_store_register): Likewise.
7819
78202004-03-24 Daniel Jacobowitz <drow@mvista.com>
7821
7822 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7823 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7824 to after osabi initialization.
7825 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7826 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7827 functions.
7828 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7829 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7830 variables.
7831 (mips_linux_init_abi): Append signal trampoline unwinders.
7832
78332004-03-24 Andrew Cagney <cagney@redhat.com>
7834
7835 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7836 * tramp-frame.c: Include "gdb_assert.h".
7837 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7838 correct sizeof.
7839 (tramp_frame_append): Validate the tramp frame's instructions.
7840 * Makefile.in (tramp-frame.o): Update dependencies.
7841
78422004-03-23 Andrew Cagney <cagney@redhat.com>
7843
7844 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7845
78462004-03-23 Andrew Cagney <cagney@redhat.com>
7847
7848 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7849 Nasser as past testsuite/lib/ (and other) maintainers.
7850
78512004-03-23 Daniel Jacobowitz <drow@mvista.com>
7852
7853 * infcmd.c (attach_command): Reread symbols if we already have
7854 an exec file.
7855
78562004-03-23 Andrew Cagney <cagney@redhat.com>
7857
7858 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7859
78602004-03-23 Andrew Cagney <cagney@redhat.com>
7861
7862 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7863 * gdbarch.h, gdbarch.c: Re-generate.
7864 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7865 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7866 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7867 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7868 (DEPRECATED_SIGTRAMP_START): Update.
7869 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7870 (DEPRECATED_SIGTRAMP_START): Update.
7871 * blockframe.c (find_pc_sect_partial_function): Update.
7872 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7873
78742004-03-23 Daniel Jacobowitz <drow@mvista.com>
7875
7876 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7877 if necessary.
7878
78792004-03-23 Andrew Cagney <cagney@redhat.com>
7880
7881 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7882 predicate, deprecate.
7883 * gdbarch.h, gdbarch.c: Re-generate.
7884 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7885 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7886 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7887 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7888 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7889 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7890 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7891 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7892 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7893 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7894 * blockframe.c (find_pc_partial_function): Update.
7895 * breakpoint.c (bpstat_what): Update.
7896 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7897 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7898 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7899 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7900 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7901 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7902 * i386-nto-tdep.c (i386nto_init_abi): Update.
7903 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7904 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7905 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7906 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7907 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7908 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7909 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7910 * infrun.c (pc_in_sigtramp): Update.
7911 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7912 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7913 * mips-tdep.c (mips_gdbarch_init): Update.
7914 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7915 * ppc-linux-tdep.c: Update comment.
7916 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7917 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7918 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7919 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7920 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7921 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7922 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7923 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7924 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7925 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7926
79272004-03-23 Andrew Cagney <cagney@redhat.com>
7928
7929 * tramp-frame.h, tramp-frame.h: New files.
7930 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7931 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7932
7933 * Makefile.in: Update all dependencies.
7934
79352004-03-23 Andrew Cagney <cagney@redhat.com>
7936
7937 * Makefile.in (trad_frame_h): Add $(frame_h).
7938 * trad-frame.h: Update copyright. Include "frame.h".
7939 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7940 (trad_frame_set_id, trad_frame_get_id): Declare.
7941 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7942 * trad-frame.c: Update copyright.
7943 (struct trad_frame_cache): Define.
7944 (trad_frame_cache_zalloc): New function.
7945 (trad_frame_set_id, trad_frame_get_id): New functions.
7946 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7947
79482004-03-22 Andrew Cagney <cagney@redhat.com>
7949
7950 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7951 s390_pltstub_unwind_cache.
7952 (s390_stub_frame_unwind_cache): Rename
7953 s390_pltstub_frame_unwind_cache.
7954 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7955 (s390_stub_frame_prev_register): Rename
7956 s390_pltstub_frame_prev_register.
7957 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7958 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7959
7960 From Ulrich Weigand:
7961 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7962 pointer calls like PLT calls.
7963
79642004-03-22 Daniel Jacobowitz <drow@mvista.com>
7965
7966 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7967 PC rather than the partial function start address. Use the start
7968 address to sanity check the found PDR.
7969
79702004-03-22 Daniel Jacobowitz <drow@mvista.com>
7971
7972 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7973 linux_handle_extended_wait.
7974
79752004-03-22 Andrew Cagney <cagney@redhat.com>
7976
7977 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7978 function.
7979
7980 * frame.h (generic_pop_current_frame): Delete declaration.
7981 (deprecate_pop_dummy_frame): Deprecate
7982 generic_pop_dummy_frame.
7983 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7984 (generic_pop_current_frame): Delete function.
7985 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7986 generic_pop_current_frame.
7987 * v850-tdep.c (v850_pop_frame): Update.
7988 * mcore-tdep.c (mcore_pop_frame): Update.
7989 * sh64-tdep.c (sh64_pop_frame): Update.
7990 * h8300-tdep.c (h8300_pop_frame): Update.
7991
79922004-03-22 Andrew Cagney <cagney@redhat.com>
7993
7994 * frame.h (deprecated_pc_in_call_dummy): Rename
7995 generic_pc_in_call_dummy.
7996 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7997 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7998 generic_pc_in_call_dummy.
7999 (pc_in_dummy_frame): Make static.
8000 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8001 * gdbarch.h, gdbarch.c: Re-generate.
8002 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8003 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8004 (legacy_get_prev_frame): Ditto.
8005 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8006 comment.
8007
80082004-03-21 Andrew Cagney <cagney@redhat.com>
8009
8010 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8011 declaration and out-of-date comment.
8012 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8013 Delete function.
8014 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8015 deprecated_pc_in_call_dummy.
8016
8017 * infrun.c (handle_inferior_event): For non legacy frames, use the
8018 frame ID and frame type to identify a signal trampoline. Update
8019 comments.
8020
80212004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8022
8023 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8024 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8025
80262004-03-21 Andrew Cagney <cagney@redhat.com>
8027
8028 * frame-unwind.h: Update copyright.
8029 (struct frame_data): Add opaque declaration.
8030 (frame_sniffer_ftype): Declare.
8031 (struct frame_unwind): Add "unwind_data" and "sniffer".
8032 (frame_unwind_register_unwinder): Declare.
8033 (frame_unwind_find_by_frame): Add parameter "this_cache".
8034 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8035 (legacy_get_prev_frame, legacy_get_prev_frame)
8036 (get_frame_type): Pass the prologue_cache to
8037 frame_unwind_find_by_frame.
8038 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8039 "unwinder".
8040 (frame_unwind_register_unwinder): New function.
8041 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8042
80432004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8044
8045 * bcache.c (print_percentage): Use floating point to avoid
8046 incorrect results when portion*100 overflows.
8047
80482004-03-19 Kevin Buettner <kevinb@redhat.com>
8049
8050 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8051 (ppc_linux_init_extra_frame_info)
8052 (ppc_linux_frameless_function_invocation)
8053 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8054 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8055 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8056 (rs6000_frame_chain): Delete declarations.
8057 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8058 (ppc_linux_init_extra_frame_info)
8059 (ppc_linux_frameless_function_invocation)
8060 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8061 (ppc_linux_init_abi): Remove registration of above deleted functions.
8062 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8063 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8064 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8065 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8066 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8067 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8068 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8069 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8070 frame management for all OSABIs.
8071
80722004-03-19 Andrew Cagney <cagney@redhat.com>
8073
8074 Committed by Kevin Buettner <kevinb@redhat.com>.
8075
8076 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8077 Update copyright.
8078 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8079 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8080 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8081 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8082 unwinders. #ifdef legacy frame code.
8083 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8084 "frame-base.h".
8085 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8086 (struct rs6000_frame_cache, rs6000_frame_cache)
8087 (rs6000_frame_this_id, rs6000_frame_prev_register)
8088 (rs6000_frame_sniffer, rs6000_frame_unwind)
8089 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8090 (rs6000_frame_base): Implement a traditional frame unwinder.
8091 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8092 frame unwinder.
8093
80942004-03-19 Kevin Buettner <kevinb@redhat.com>
8095
8096 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8097 breakpoint address for watchpoints or the catch eventpoints.
8098 Add new paramter ``bptype''. Adjust all callers.
8099
81002004-03-19 Andrew Cagney <cagney@redhat.com>
8101
8102 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8103
8104 * PROBLEMS: Delete note that ARM does not use frame code, problem
8105 fixed.
8106
81072004-03-18 Andrew Cagney <cagney@redhat.com>
8108
8109 * stack.c (return_command): Delete code wrapped in #ifdef
8110 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8111
8112 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8113
81142004-03-18 Andrew Cagney <cagney@redhat.com>
8115
8116 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8117 DEPRECATED_IN_SIGTRAMP.
8118 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8119 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8120 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8121 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8122 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8123 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8124 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8125 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8126 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8127 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8128
81292004-03-18 Andrew Cagney <cagney@redhat.com>
8130
8131 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8132 (struct frame_base_table_entry): Define.
8133 (struct frame_base_table): Re-implement as a linked list.
8134 (frame_base_init): Re-implement.
8135 (frame_base_table): Delete function.
8136 (append_predicate): Delete function.
8137 (frame_base_append_sniffer): Update.
8138 (frame_base_set_default): Update.
8139 (frame_base_find_by_frame): Update.
8140 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8141 * Makefile.in (frame-base.o): Update dependencies.
8142
81432004-03-17 Andrew Cagney <cagney@redhat.com>
8144
8145 * frame.c (legacy_get_prev_frame): Pass correct frame to
8146 frame_unwind_find_by_frame.
8147
81482004-03-17 David Carlton <carlton@kealia.com>
8149
8150 * NEWS: Mention C++ nested types and namespaces
8151
81522004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8153
8154 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8155 and "Regressions since gdb 5.3.". Add known regressions since
8156 gdb 6.0.
8157
81582004-03-16 David Carlton <carlton@kealia.com>
8159
8160 * dwarf2read.c (process_structure_scope): Process children even
8161 when we're a declaration.
8162
81632004-03-16 Andrew Cagney <cagney@redhat.com>
8164
8165 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8166 * blockframe.c (find_pc_partial_function)
8167 (find_pc_sect_partial_function): Merge into a single
8168 find_pc_partial_function.
8169
81702004-03-16 Mark Kettenis <kettenis@gnu.org>
8171
8172 * i386bsd-nat.c: s/regno/regnum/g.
8173 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8174 FP0_REGNUM.
8175 (store_inferior_registers): Likewise.
8176
81772004-03-16 Mark Kettenis <kettenis@gnu.org>
8178
8179 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8180 of i387_fill_fsave.
8181 (store_inferior_registers): Call i387_collect_fsave and
8182 i387_collect_fxsave instead of i387_fill_fsave and
8183 i387_fill_fxsave.
8184
81852004-03-15 Andrew Cagney <cagney@redhat.com>
8186
8187 * Makefile.in (frame-unwind.o): Update dependencies.
8188 * frame-unwind.c: Include "gdb_obstack.h".
8189 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8190 parameter.
8191 (append_predicate): Delete function.
8192 (struct frame_unwind_table_entry): New structure.
8193 (struct frame_unwind_table): Replace "sniffer" with "head" and
8194 "tail".
8195 (frame_unwind_append_sniffer): Update.
8196 (frame_unwind_find_by_frame): Update.
8197 (_initialize_frame_unwind): Registe frame_unwind_init using
8198 gdbarch_data_register_pre_init.
8199
82002004-03-15 Mark Kettenis <kettenis@gnu.org>
8201
8202 * i386bsd-nat.c: Update copyright year.
8203 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8204 define unconditionally.
8205
82062004-03-15 Mark Kettenis <kettenis@gnu.org>
8207
8208 * i387-tdep.h (i387_collect_fsave): New prototype.
8209 * i387-tdep.c (i387_collect_fsave): New function containing most
8210 of the code from i387_fill_fsave.
8211 (i387_fill_fsave): Call i387_collect_fsave.
8212
82132004-03-15 Mark Kettenis <kettenis@gnu.org>
8214
8215 * i386-linux-tdep.c: Update copyright year.
8216 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8217 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8218 svr4_ilp32_link_map_offsets instead of
8219 i386_linux_svr4_fetch_link_map_offsets.
8220
82212004-03-15 David Carlton <carlton@kealia.com>
8222
8223 Fix for PR c++/1553:
8224 * dwarf2read.c (read_structure_type): Determine type name by
8225 calling determine_class_name.
8226 (determine_class_name): New.
8227 (determine_prefix): Look at TYPE_TAG_NAME and call
8228 determine_class_name when appropriate.
8229 (determine_prefix_aux, class_name): Delete.
8230 (read_namespace): Set die->type.
8231
82322004-03-15 Kevin Buettner <kevinb@redhat.com>
8233
8234 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8235 unused macro definition. The definition in target.h (or perhaps
8236 elsewhere) takes precedence.
8237
82382004-03-15 Andrew Cagney <cagney@redhat.com>
8239
8240 * ppc-tdep.h: Update copyright.
8241 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8242 function signatures to match "regsets.h".
8243 * ppc-linux-tdep.c: Include "regset.h".
8244 (ELF_GREGSET_SIZE): Delete.
8245 (right_supply_register): New function.
8246 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8247 using right_supply_register.
8248 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8249 functions.
8250 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8251 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8252 (_initialize_ppc_linux_tdep): Do not register
8253 ppc_linux_regset_core_fns.
8254 (ppc_linux_regset_from_core_section): Replace
8255 fetch_core_registers.
8256 (ppc_linux_regset_core_fns): Delete.
8257 * ppc-linux-nat.c: (right_fill_reg): New function.
8258 (supply_gregset): Update call to ppc_linux_supply_gregset.
8259 (fill_gregset): Clear the register set, use right_fill_reg.
8260 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8261 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8262
8263 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8264 unsigned.
8265
82662004-03-15 Andrew Cagney <cagney@redhat.com>
8267
8268 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8269 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8270 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8271 and register_gdbarch_data.
8272 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8273 (struct gdbarch_data): Replace "init" by "pre_init" and
8274 "post_init".
8275 * gdbarch.h, gdbarch.c: Re-generate.
8276 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8277 with"obstack", use OBSTACK_ZALLOC.
8278 (dwarf2_frame_ops): Delete.
8279 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8280 (dwarf2_frame_init_reg): Use gdbarch_data.
8281 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8282 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8283 (_initialize_svr4_solib): Update.
8284 * user-regs.c (_initialize_user_regs): Update.
8285 * reggroups.c (_initialize_reggroup): Update.
8286 * regcache.c (_initialize_regcache): Update.
8287 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8288 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8289 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8290 * frame-unwind.c (_initialize_frame_unwind): Update.
8291 * frame-base.c (_initialize_frame_base): Update.
8292 * user-regs.c (user_reg_add): Update.
8293 * reggroups.c (reggroup_add): Update.
8294 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8295 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8296 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8297 * frame-base.c (frame_base_table): Update.
8298 * remote.c (_initialize_remote): Update.
8299 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8300
83012004-03-15 Andrew Cagney <cagney@redhat.com>
8302
8303 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8304
83052004-03-15 Kevin Buettner <kevinb@redhat.com>
8306
8307 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8308 * frv-linux-tdep.c: New file.
8309 * frv-tdep.c (struct gdbarch_tdep): Add new field
8310 ``sigcontext_reg_addr''.
8311 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8312 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8313 (frv_sigramp_frame_sniffer): New functions.
8314 (frv_sigtramp_frame_unwind): New static global.
8315 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8316 sniffers.
8317 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8318 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8319
83202004-03-15 Kevin Buettner <kevinb@redhat.com>
8321
8322 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8323 but not via a call to error(), when unable to read memory.
8324
83252004-03-15 Kevin Buettner <kevinb@redhat.com>
8326
8327 * frv-tdep.c (frv_call_dummy_words): Delete.
8328 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8329
83302004-03-15 Andrew Cagney <cagney@redhat.com>
8331
8332 * infrun.c (handle_step_into_function, step_over_function): Only
8333 update and use STEP_FRAME_ID when the system is using legacy
8334 frames. Update comments.
8335
83362004-03-14 Mark Kettenis <kettenis@gnu.org>
8337
8338 * amd64-linux-tdep.h: Remove file.
8339 * amd64-linux-tdep.c: Don't include "inferior.h" and
8340 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8341 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8342 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8343 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8344 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8345 macros.
8346 (user_to_gdb_regmap): Remove variable.
8347 (amd64_linux_gregset_reg_offset): New variable.
8348 (amd64_core_fns): Remove variable.
8349 (fetch_core_registers): Remove function.
8350 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8351 functions.
8352 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8353 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8354 * Makefile.in (amd64_linux_tdep_h): Remove.
8355 (amd64-linux-nat.o): Update dependencies.
8356 (amd64-linux-tdep.o): Update dependencies.
8357
8358 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8359 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8360 functions.
8361 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8362
8363 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8364 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8365
83662004-03-14 Daniel Jacobowitz <drow@mvista.com>
8367
8368 * dwarf2read.c (read_structure_type): Rename from
8369 read_structure_scope. Don't create a symbol or call process_die.
8370 Return immediately if die->type is set. Call read_type_die before
8371 dwarf2_add_member_fn.
8372 (process_structure_scope): New function.
8373 (read_enumeration_type, process_enumeration_scope): New functions,
8374 broken out from read_enumeration. Don't create the enumeration
8375 type if it has already been created.
8376 (read_enumeration): Removed.
8377 (process_die): Call read_structure_type, process_structure_scope,
8378 read_enumeration_type, and process_enumeration_scope. Just call
8379 new_symbol for base and subrange types. Add a comment about other
8380 type dies.
8381 (read_type_die): Call read_enumeration_type.
8382 (add_partial_structure, new_symbol): Update comments.
8383
83842004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8385
8386 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8387
83882004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8389
8390 * tui/tui-win.h (tui_get_cmd_list): Declare.
8391 * tui/tui-win.c (tui_command): New function.
8392 (tui_get_cmd_list): New function.
8393 (_initialize_tui_win): Moved initialization of tui command in
8394 tui_get_cmd_list.
8395
8396 * tui/tui-data.c (init_content_element): Setup new data members.
8397 (init_win_info): Likewise.
8398 (free_content_elements): Free it.
8399 * tui/tui-data.h (struct tui_data_element): Store the register
8400 content to print.
8401 (struct tui_data_info): Keep the current register group.
8402
8403 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8404
8405 * tui/tui-regs.h (tui_show_registers): Update prototype.
8406 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8407 (tui_resize_all): No need to calculate anything for register window.
8408 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8409 (tui_set_register_element, tui_set_general_regs_content): Remove.
8410 (tui_set_special_regs_content): Remove.
8411 (tui_set_general_and_special_regs_content): Remove.
8412 (tui_set_float_regs_content): Remove.
8413 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8414 (tui_set_regs_content): Remove.
8415 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8416 (tui_v_show_registers_command_support): Remove.
8417 (tui_show_registers): Use a reggroup to specify the registers to show.
8418 (tui_show_register_group): New function.
8419 (tui_display_registers_from): Compute the layout of register window
8420 and refresh with new API; be sure to delete old register windows.
8421 (tui_check_register_values): Update to use tui_get_register and
8422 tui_display_data.
8423 (tui_display_register): Just refresh the register window part.
8424 (tui_register_format): Format registers and save in tui_data_element.
8425 (tui_get_register): New to combine tui_reg_value_has_changed and
8426 tui_get_register_raw_value; fix to use the new gdb API.
8427 (tui_show_float_command): Renamed tui_reg_float_command.
8428 (tui_show_general_command): Renamed tui_reg_general_command.
8429 (tui_show_special_command): Renamed tui_reg_system_command.
8430 (_initialize_tui_regs): Remove unused commands.
8431
84322004-03-13 Mark Kettenis <kettenis@gnu.org>
8433
8434 * NEWS (New native configurations): Mention OpenBSD/amd64.
8435
8436 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8437 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8438 Remove defines.
8439 * config/i386/nm-fbsd64.h: Likewise.
8440 * config/i386/nm-obsd.h: Likewise.
8441 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8442 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8443
84442004-03-12 Kevin Buettner <kevinb@redhat.com>
8445
8446 * frv-tdep.c (set_variant_scratch_registers): New function.
8447 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8448 New constants.
8449
8450 From Richard Sandiford <rsandifo@redhat.com>:
8451 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8452
84532004-03-12 Kevin Buettner <kevinb@redhat.com>
8454
8455 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8456 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8457 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8458 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8459 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8460 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8461 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8462 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8463 definitions from frv-tdep.c to frv-tdep.h.
8464
84652004-03-12 Kevin Buettner <kevinb@redhat.com>
8466
8467 Add shared library support for FR-V FDPIC ABI:
8468 * Makefile.in (solib-frv.o): Add dependencies.
8469 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8470 New functions.
8471 (frv_push_dummy_call): Add support for FDPIC ABI.
8472 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8473 for FDPIC ABI.
8474 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8475 (frv_fdpic_find_canonical_descriptor): Declare.
8476 * solib-frv.c: New file.
8477 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8478 * config/frv/tm-frv.h (solib.h): Include.
8479
84802004-03-12 Kevin Buettner <kevinb@redhat.com>
8481
8482 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8483 (frv-tdep.o): Update dependencies.
8484 * frv-tdep.h: New file.
8485 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8486 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8487 constants.
8488 (struct gdbarch_tdep): Add new member ``frv_abi''.
8489 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8490 functions.
8491 (new_variant): Set ``frv_abi'' field.
8492 (gdb_arch_init): Detect FDPIC executables.
8493
84942004-03-12 Mark Kettenis <kettenis@gnu.org>
8495
8496 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8497 wrapper.
8498
84992004-03-11 Andrew Cagney <cagney@redhat.com>
8500
8501 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8502
85032004-03-11 Kevin Buettner <kevinb@redhat.com>
8504
8505 * solist.h (master_so_list): New function.
8506 * solib.c (master_so_list): Likewise.
8507 * solib-svr4.c (enable_break): Iterate over so_list entries
8508 obtained from master list instead of entries obtained directly
8509 via svr4_current_sos().
8510
85112004-03-10 Ben Elliston <bje@gnu.org>
8512
8513 * MAINTAINERS: Update my mail address.
8514
85152004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8516
8517 * remote-m32r-sdi.c: Support hardware watchpoint.
8518
85192004-03-09 Daniel Jacobowitz <drow@mvista.com>
8520
8521 * user-regs.c: Update copyright years.
8522 (struct user_regs): Rename to gdb_user_regs.
8523 (append_user_reg, builtin_user_regs, user_regs_init)
8524 (user_reg_add, user_reg_map_name_to_regnum)
8525 (usernum_to_user_reg): Update.
8526
85272004-03-09 Daniel Jacobowitz <drow@mvista.com>
8528
8529 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8530 (skip_children): New functions.
8531 (locate_pdi_sibling): Call skip_children.
8532
85332004-03-09 Daniel Jacobowitz <drow@mvista.com>
8534
8535 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8536 * gdbtypes.c (check_typedef): Update comments.
8537
85382004-03-09 Daniel Jacobowitz <drow@mvista.com>
8539
8540 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8541 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8542 pointer. Update comment about comp_unit_head.
8543 (struct abbrev_info): Shorten two int flags.
8544 (dwarf_alloc_abbrev): Take a CU argument.
8545 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8546 each time through the loop. Update cleanup argument.
8547 (psymtab_to_symtab_1): Update cleanup call.
8548 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8549 abbrev_obstack.
8550 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8551 Just call obstack_free and clear the pointer.
8552
85532004-03-09 Daniel Jacobowitz <drow@mvista.com>
8554
8555 * infrun.c (handle_inferior_event): Remove short-circuit code for
8556 events in a different thread.
8557
85582004-03-09 Daniel Jacobowitz <drow@mvista.com>
8559
8560 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8561 print the whole transfer.
8562 (initialize_targets): Update description of "set debug target".
8563
85642004-03-09 Daniel Jacobowitz <drow@mvista.com>
8565
8566 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8567
85682004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8569
8570 * MAINTAINERS (write after approval): Add myself.
8571
85722004-03-08 Corinna Vinschen <vinschen@redhat.com>
8573
8574 * sh-tdep.c (sh_print_registers_info): Use for loop.
8575 Don't skip multiple registers when a float register is encountered.
8576
85772004-03-08 Corinna Vinschen <vinschen@redhat.com>
8578
8579 Fix PR tdep/1291.
8580 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8581 to official SH documentation.
8582
85832004-03-07 Andrew Cagney <cagney@redhat.com>
8584
8585 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8586 unused function.
8587
85882004-03-07 Daniel Jacobowitz <drow@mvista.com>
8589
8590 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8591 (arm_get_next_pc): Handle BX and BLX.
8592
85932004-03-07 Andrew Cagney <cagney@redhat.com>
8594
8595 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8596 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8597 HPPA_SP_REGNUM.
8598 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8599 (hppa_target_read_fp): Delete.
8600 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8601 register_virtual_size, max_register_raw_size,
8602 max_register_virtual_size, register_byte, register_size,
8603 target_read_fp, fp_regnum, and register_bytes. Set register_type
8604 instead of register_virtual_type.
8605 (hppa32_register_type, hppa64_register_type): Replace
8606 hppa32_register_virtual_type and hppa64_register_virtual_type.
8607 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8608 (HPPA_FP_REGNUM): Define.
8609
8610 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8611
8612 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8613 (pa_do_registers_info): Delete.
8614 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8615 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8616 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8617
8618 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8619 GDB_TARGET_IS_HPPA code.
8620 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8621 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8622 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8623 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8624 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8625 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8626 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8627 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8628 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8629 (hppa_frameless_function_invocation, hppa64_store_return_value)
8630 (hppa_store_struct_return, hppa64_extract_return_value)
8631 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8632 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8633 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8634 (find_proc_framesize, deposit_21, restore_pc_queue)
8635 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8636 (rp_saved, pc_in_linker_stub): Delete.
8637
8638 Unconditionally enable 64-bit frame and ABI code.
8639 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8640 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8641 push_dummy_frame, fix_call_dummy, push_arguments,
8642 call_dummy_location, extract_return_value, use_struct_convention,
8643 store_return_value, store_struct_return, saved_pc_after_call,
8644 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8645 frame_chain, frame_chain_valid, frameless_function_invocation,
8646 frame_saved_pc, and pop_frame.
8647
8648 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8649 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8650 (hppa_gdbarch_init): Do not set PC_REGNUM.
8651
86522004-03-06 Mark Kettenis <kettenis@gnu.org>
8653
8654 * config/alpha/tm-fbsd.h: Remove file.
8655 * config/alpha/fbsd.mt: Tweak comment.
8656 (TM_FILE): Set to tm-alpha.h.
8657
86582004-03-05 Andrew Cagney <cagney@redhat.com>
8659
8660 * infrun.c (step_over_function): When non-legacy code, and no
8661 step_frame_id, use the unwinder to get the caller's frame ID.
8662
86632004-03-05 Mark Kettenis <kettenis@gnu.org>
8664
8665 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8666 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8667 bfd_arch_unknown. Adjust comment.
8668
8669 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8670 * i386obsd-tdep.c: Correct spelling in comment.
8671 * i386nbsd-tdep.c: Correct spelling in comment.
8672 * sparc-tdep.c: Correct spelling in comments.
8673
86742004-03-05 David Carlton <carlton@kealia.com>
8675
8676 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8677 bug.
8678
86792004-03-05 Mark Kettenis <kettenis@gnu.org>
8680
8681 * sparc-tdep.c: Fix typo in comment.
8682
86832004-03-04 J. Brobecker <brobecker@gnat.com>
8684
8685 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8686
86872004-03-04 Daniel Jacobowitz <drow@mvista.com>
8688
8689 * dwarf2read.c: Add comment describing memory lifetimes.
8690 (struct dwarf2_pinfo): Update comment.
8691 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8692 (read_enumeration, new_symbol): Don't use obsavestring.
8693
86942004-03-04 Mark Kettenis <kettenis@gnu.org>
8695
8696 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8697 instead of amd64_fill_fxsave.
8698 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8699 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8700
8701 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8702 Reorganize code a bit.
8703
87042004-03-04 Orjan Friberg <orjanf@axis.com>
8705
8706 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8707 when the frame pointer is pushed. Don't set the frame pointer's
8708 address on the stack unless it's actually located there.
8709 Set the SRP's address on the stack correctly when the PC is still in
8710 the prologue.
8711 (cris_return_value): New function.
8712 (cris_gdbarch_init): Clear deprecated store_return_value,
8713 extract_return_value.
8714
87152004-03-02 Jim Blandy <jimb@redhat.com>
8716
8717 * stabsread.c (reg_value_complaint): The maximum register number
8718 is one less than the number of registers.
8719
87202004-03-02 Andrew Cagney <cagney@redhat.com>
8721
8722 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8723 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8724 trailing comma and redundant assignment of I386_ST0_REGNUM.
8725 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8726 32-bit segment registers.
8727
87282004-03-01 Andrew Cagney <cagney@redhat.com>
8729
8730 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8731 use frame_relative_level and get_next_frame.
8732
87332004-02-29 Andrew Cagney <cagney@redhat.com>
8734
8735 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8736 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8737 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8738 Delete macro.
8739
87402004-02-29 Daniel Jacobowitz <drow@mvista.com>
8741
8742 * inflow.c (terminal_inferior): Don't give up the terminal if we
8743 previously couldn't get the inferior's terminal state.
8744
87452004-02-29 Daniel Jacobowitz <drow@mvista.com>
8746
8747 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8748 PC_REGNUM.
8749
87502004-02-28 Andrew Cagney <cagney@redhat.com>
8751
8752 * NEWS: Refer to GDB 6.1.
8753 * README: Refer to GDB 6.1.
8754 * PROBLEMS: Refer to GDB 6.1.
8755
87562004-02-28 Daniel Jacobowitz <drow@mvista.com>
8757
8758 * thread-db.c (disable_thread_signals): Remove unused function.
8759
87602004-02-28 Mark Kettenis <kettenis@gnu.org>
8761
8762 * amd64-nat.c: Include "gdb_string.h".
8763 (amd64_collect_native_gregset): Zero-extend the 32-bit
8764 general-purpose registers and %eip.
8765
8766 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8767 * amd64-tdep.c (amd64_collect_fxsave): New function.
8768 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8769
8770 * i387-tdep.h: Update copyright year.
8771 (i387_collect_fxsave): New prototype.
8772 * i387-tdep.c: Update copyright year.
8773 (i387_collect_fxsave): New function containing most of the code
8774 from i387_fill_fxsave.
8775 (i387_fill_fxsave): Call i387_collect_fxsave.
8776
87772004-02-28 Andrew Cagney <cagney@redhat.com>
8778
8779 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8780 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8781
87822004-02-28 Mark Kettenis <kettenis@gnu.org>
8783
8784 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8785
87862004-02-28 Andrew Cagney <cagney@redhat.com>
8787
8788 * utils.c: Use "", instead of <>, to include readline.
8789 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8790 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8791 * source.c, solib.c, exec.c, event-top.c: Ditto.
8792 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8793 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8794 * Makefile.in: Update all dependencies.
8795 (readline_tilde_h, readline_history_h): Define.
8796 (readline_headers): Delete.
8797
87982004-02-28 Mark Kettenis <kettenis@gnu.org>
8799
8800 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8801 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8802 "config/i386/tm-lx64.h".
8803
8804 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8805 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8806 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8807
88082004-02-28 Andrew Cagney <cagney@redhat.com>
8809
8810 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8811
8812 * breakpoint.c (_initialize_breakpoint): Use
8813 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8814 Add help to show command.
8815
88162004-02-28 Mark Kettenis <kettenis@gnu.org>
8817
8818 * i386-nat.c: Reformat to be closer to coding standards.
8819 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8820 `retval'. Make variables `align' and `size' local to while-loop.
8821 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8822 (_initialize_i386_nat): New prototype.
8823
8824 * tui/tui.c: Include <readline/readline.h> instead of
8825 "readline/readline.h". Include it after <term.h> and
8826 "gdb_curses.h".
8827
88282004-02-27 Andrew Cagney <cagney@redhat.com>
8829
8830 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8831 the new frame unwind code.
8832 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8833 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8834 PCOQ_HEAD_REGNUM.
8835
8836 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8837 "return_value" and "push_dummy_call".
8838 (hppa32_use_struct_convention): Delete unused function.
8839 (hppa32_store_return_value): Delete unused function.
8840 (hppa32_extract_return_value): Delete unused function.
8841 (hppa32_stack_align): Delete function.
8842
88432004-02-27 Eli Zaretskii <eliz@elta.co.il>
8844
8845 * coffread.c (enter_linenos): Don't let rawptr reference memory
8846 outside linetab[]'s limits.
8847
88482004-02-27 Andrew Cagney <cagney@redhat.com>
8849
8850 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8851 inferior stack space - the stack needs to grow upwards.
8852 (hppa32_frame_align): New function.
8853 (hppa64_frame_align): Replace hppa_frame_align.
8854 (hppa_gdbarch_init): Update.
8855
88562004-02-26 Orjan Friberg <orjanf@axis.com>
8857
8858 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8859 (dwarf2-frame.h): Include.
8860 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8861 Remove static variables related to ABI setting.
8862 (struct gdbarch_tdep): Remove cris_abi member.
8863 (struct frame_extra_info): Remove.
8864 (cris_unwind_cache, stack_item): New structs.
8865 (cris_frame_unwind, cris_frame_base): New variables.
8866 (push_stack_item, pop_stack_item)
8867 (cris_frame_unwind_cache, cris_frame_this_id)
8868 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8869 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8870 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8871 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8872 (cris_reg_struct_has_addr): New functions.
8873 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8874 (cris_frame_saved_pc, cris_saved_pc_after_call,
8875 (cris_store_struct_return, cris_frameless_function_invocation)
8876 (cris_pop_frame, cris_skip_prologue_main)
8877 (cris_abi_original_store_return_value)
8878 (cris_abi_v2_store_return_value)
8879 (cris_abi_original_extract_return_value)
8880 (cris_abi_v2_extract_return_value)
8881 (cris_abi_original_reg_struct_has_addr)
8882 (cris_abi_v2_reg_struct_has_addr)
8883 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8884 (cris_push_return_address, cris_abi_update): Remove.
8885 (_initialize_cris_tdep): Remove ABI command.
8886 (cris_dump_tdep): Ditto.
8887 (cris_gdbarch_init): Remove ABI command.
8888 Set store_return_value, extract_return_value, push_dummy_code,
8889 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8890 frame_unwind_append_sniffer, frame_base_set_default.
8891 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8892 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8893 sizeof_call_dummy_words, get_saved_register, push_return_address,
8894 pop_frame, store_struct_return, frame_init_saved_regs,
8895 init_extra_frame_info, frameless_function_invocation, frame_chain,
8896 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8897 dummy_write_sp.
8898
88992004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8900
8901 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8902 * valprint.c (print_hex_chars): Change from static to external.
8903 (print_char_chars): New function.
8904 * printcmd.c (print_scalar_formatted): For integer and enum types
8905 that are longer than LONGEST, perform processing via appropriate
8906 print_*_chars routines.
8907
89082004-02-26 Andrew Cagney <cagney@redhat.com>
8909
8910 * Makefile.in: Update dependencies.
8911 Changes from Ulrich Weigand,
8912 * s390-tdep.c: Include "dwarf2-frame.h".
8913 (s390_dwarf2_frame_init_reg): New function.
8914 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8915 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8916
89172004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8918
8919 * breakpoint.c (pending_break_support): New setting variable.
8920 (break_command_1): Account for pending_break_support setting
8921 when creating pending breakpoints.
8922 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8923 (_initialize_breakpoint): Add "set breakpoint pending" and
8924 "show breakpoint pending" commands.
8925
89262004-02-26 Andrew Cagney <cagney@redhat.com>
8927
8928 Fix PR i18n/1570.
8929 * charset.c (backslashable, backslashed, represented): Remove 'e'
8930 from list of escaped characters, not part of ISO-C.
8931
89322004-02-25 J. Brobecker <brobecker@gnat.com>
8933
8934 From Peter Schauer <schauer@pdf.de>:
8935 * tui/tui.c: Move system header includes after local includes.
8936 Fixes a build failure on solaris systems.
8937
89382004-02-25 J. Brobecker <brobecker@gnat.com>
8939
8940 * configure.in: Refine the previous change.
8941 * configure: Regenerate.
8942
89432004-02-25 Mark Kettenis <kettenis@gnu.org>
8944
8945 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8946 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8947 "amd64-tdep.h" instead of "x86-64-tdep.h".
8948 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8949 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8950 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8951 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8952 and "x86-64-tdep.c".
8953 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8954 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8955 and "x86-64-tdep.c".
8956 * amd64bsd-nat.c: Update copyright year.
8957 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8958 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8959 "x86-64-tdep.h".
8960 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8961 "x86-64-tdep.h".
8962 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8963 "x86-64-tdep.h".
8964 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8965 "x86-64-tdep.h".
8966 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8967 "x86-64-tdep.h".
8968 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8969 "x86-64-tdep.h".
8970 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8971 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8972 * Makefile.in (amd64_linux_tdep_h): Renamed from
8973 x86_64_linux_tdep_h.
8974 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8975 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8976 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8977 (amd64obsd-tdep.o): Update dependencies.
8978 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8979 dependencies.
8980 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8981 dependencies.
8982 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8983 amd64-linux-nat.c amd64-linux-tdep.c.
8984 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8985 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8986 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8987 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8988 amd64-tdep.o and amd64-linux-tdep.o.
8989 (TM_FILE): Set to tm-linux64.h.
8990 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8991 (NAT_FILE): Set to nm-linux64.h.
8992 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8993 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8994 amd64-tdep.o.
8995 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8996 amd64-tdep.o.
8997 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8998 amd64-tdep.o.
8999
90002004-02-25 Roland McGrath <roland@redhat.com>
9001
9002 * remote.c (remote_protocol_qPart_auxv): New variable.
9003 (init_all_packet_configs): Initialize it.
9004 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9005 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9006 (show_remote_cmd): Call it.
9007 (_initialize_remote): Initialize commands.
9008 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9009 service TARGET_OBJECT_AUXV requests.
9010
90112004-02-25 J. Brobecker <brobecker@gnat.com>
9012
9013 * configure.in: Make sure that the wborder function is available.
9014 Otherwise, search for it in the cur_colr library.
9015 * configure: Regenerate.
9016
90172004-02-25 Andrew Cagney <cagney@redhat.com>
9018
9019 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9020
90212004-02-25 Mark Kettenis <kettenis@gnu.org>
9022
9023 * config/i386/tm-x86-64linux.h: Tweak comments.
9024
90252004-02-25 Richard Sandiford <rsandifo@redhat.com>
9026
9027 * MAINTAINERS: Add self to write-after-approval list.
9028
90292004-02-25 Andrew Cagney <cagney@redhat.com>
9030
9031 PR cli/1566. Problem found, and fix suggested by David Allan.
9032 * cli/cli-script.c (execute_control_command): Unconditionally
9033 install a cleanup. Default "ret" to "invalid_control". Use
9034 "break" instead of "return" to escape from the switch.
9035
90362004-02-24 J. Brobecker <brobecker@gnat.com>
9037
9038 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9039 with the lines macro defined in term.h on AiX.
9040 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9041 a collision with the label_width macro defined in term.h on AiX.
9042
90432004-02-23 David Mosberger <davidm@hpl.hp.com>
9044
9045 Committed by Kevin Buettner <kevinb@redhat.com>.
9046
9047 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9048 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9049 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9050 instead of ia64_write_pc().
9051 * ia64-linux-tdep.c (regcache.h): Include.
9052 (ia64_linux_write_pc): New function.
9053
90542004-02-23 Roland McGrath <roland@redhat.com>
9055
9056 * auxv.c (info_auxv_command): Fix typos in error messages.
9057
90582004-02-23 Mark Kettenis <kettenis@gnu.org>
9059
9060 * x86-64-tdep.h: Tweak comment.
9061 (enum amd64_regnum): New.
9062 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9063 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9064 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9065 (X86_64_XMM1_REGNUM): Removed.
9066 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9067 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9068 prototypes for renamed functions.
9069 * x86-64-tdep.c: Fix typo.
9070 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9071 register numbers.
9072 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9073 Use constants from `enum amd64_regnum' for register numbers.
9074 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9075 (amd64_analyze_prologue, amd64_frame_cache,
9076 amd64_sigtramp_frame_cache): Use constants from `enum
9077 amd64_regnum' for register numbers.
9078 (amd64_supply_fpregset): Adjust for renamed functions.
9079 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9080 `enum amd64_regnum' for register numbers.
9081 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9082 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9083 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9084 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9085 (amd64_linux_fill_gregset): Adjust for renamed macros.
9086 (fetch_core_registers): Adjust for renamed functions.
9087 (amd64_linux_init_abi): Adjust for renamed functions.
9088 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9089 renamed functions.
9090 * amd64-nat.c: Adjust for renamed macros.
9091 * amd64bsd-nat.c (fetch_inferior_registers)
9092 (store_inferior_registers): Use constants from `enum amd64_regnum'
9093 for register numbers. Adjust for renamed variables.
9094 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9095 renamed variables.
9096 (_initialize_amd64fbsd_nat): Use constants from `enum
9097 amd64_regnum' for register numbers.
9098 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9099 `enum amd64_regnum' for register numbers.
9100 (amd64fbsd_init_abi): Adjust for renamed functions.
9101 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9102 `enum amd64_regnum' for register numbers.
9103 (amd64nbsd_init_abi): Adjust for renamed functions.
9104 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9105 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9106 `enum amd64_regnum' for register numbers.
9107 (amd64obsd_init_abi): Adjust for renamed functions.
9108 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9109
91102004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9111
9112 * breakpoint.c (print_one_breakpoint): Do not output spaces
9113 after printing <PENDING> for a pending breakpoint.
9114
91152004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9116
9117 * printcmd.c (print_scalar_formatted): Initialize val_long
9118 to remove compiler warning message.
9119
91202004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9121
9122 * defs.h (nquery, yquery): New prototypes.
9123 * breakpoint.c (break_command_1): Use new nquery interface.
9124 * utils.c (defaulted_query, nquery, yquery): New functions.
9125
91262004-02-23 Andrew Cagney <cagney@redhat.com>
9127
9128 * hppa-tdep.c (hppa_frame_align): New function.
9129 (hppa32_push_dummy_call): New function.
9130 (hppa64_push_dummy_call): New function.
9131 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9132 disabled.
9133
9134 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9135 FIX_CALL_DUMMY when push_dummy_call is available.
9136 (call_function_by_hand, push_dummy_code): Ditto.
9137
91382004-02-22 Andrew Cagney <cagney@redhat.com>
9139
9140 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9141 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9142 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9143 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9144 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9145 call_dummy_location to ON_STACK.
9146
91472004-02-22 Mark Kettenis <kettenis@gnu.org>
9148
9149 * x86-64-linux-tdep.c: Tweak comment.
9150 (amd64_linux_supply_gregset): Renamed from
9151 x86_64_linux_supply_gresget.
9152 (amd64_linux_fill_gregset): Renamed from
9153 x86_64_linux_fill_gregset.
9154 (fetch_core_registers): Adjust for renamed functions.
9155 (amd64_core_fns): Renamed from x86_64_core_fns.
9156 (amd64_linux_sigtramp_start): Renamed from
9157 x86_64_linux_sigtramp_start.
9158 (amd64_linux_pc_in_sigtramp): Renamed from
9159 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9160 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9161 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9162 (amd64_linux_sigcontext_addr): Renamed from
9163 x86_64_linux_sigcontext_addr.
9164 (amd64_linux_sc_reg_offset): Renamed from
9165 x86_64_linux_sc_reg_offset.
9166 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9167 Adjust for renamed functions and variables.
9168 (_initialize_amd64_linux_tdep): Renamed from
9169 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9170 variables.
9171 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9172 Adjust for renamed functions.
9173
9174 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9175 from x86_64_linux_gregset64_reg_offset.
9176 (amd64_linux_gregset32_reg_offset): Rename from
9177 x86_64_linux_gregset64_reg_offset.
9178 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9179 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9180 (amd64_linux_dr_set_control): Renamed from
9181 x86_64_linux_dr_set_control. Adjust for renamed functions.
9182 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9183 Adjust for renamed functions.
9184 (amd64_linux_dr_reset_addr): Renamed from
9185 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9186 (amd64_linux_dr_get_status): Renamed from
9187 x86_64_linux_dr_get_status. Adjust for renamed functions.
9188 (_initialize_amd64_linux_nat): Renamed from
9189 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9190 functions.
9191 * config/i386/nm-x86-64linux.h: Update copyright year.
9192 Adjust for renamed functions.
9193
9194 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9195 amd64fbsd_sigtramp_start.
9196 (amd64fbsd_sigtramp_end_addr): Renamed from
9197 amd64fbsd_sigtramp_end.
9198 (amd64fbsd_init_abi): Adjust for renamed variables.
9199 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9200 variables.
9201 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9202 amd64fbsd_sigtramp_start.
9203 (amd64fbsd_sigtramp_end_addr): Renamed from
9204 amd64fbsd_sigtramp_end.
9205
92062004-02-22 Andrew Cagney <cagney@redhat.com>
9207
9208 * hppa-tdep.c (hppa32_return_value): New function.
9209 (hppa64_return_value): New function.
9210 (hppa_gdbarch_init): Set return_value; keep disabled.
9211
9212 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9213 struct-return and inferior function call methods.
9214
9215 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9216 "frame-base.h".
9217 (struct hppa_frame_cache): Define.
9218 (hppa_frame_cache, hppa_frame_this_id): New functions.
9219 (hppa_frame_prev_register): New function.
9220 (hppa_frame_unwind, hppa_frame_base): New variables.
9221 (hppa_frame_unwind_sniffer): New function.
9222 (hppa_frame_base_address, hppa_unwind_pc): New function.
9223 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9224 sniffer, and frame base sniffer; keep disabled.
9225 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9226 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9227
9228 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9229 to predicates for "seriously old code".
9230
9231 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9232 runtime if(0).
9233
9234 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9235 unsigned.
9236 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9237
9238 * config/pa/tm-hppa.h: Update copyright.
9239 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9240 (deprecated_init_frame_pc_default): Delete declaration.
9241 (hppa_frame_init_saved_regs): Delete declaration.
9242 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9243 * hppa-tdep.c: Include "arch-utils.h".
9244 (hppa_gdbarch_init): Set deprecated init_frame_pc
9245 and deprecated frame_init_saved_regs.
9246 (hppa_frame_init_saved_regs): Make static.
9247
92482004-02-22 Mark Kettenis <kettenis@gnu.org>
9249
9250 Remove old 386BSD support.
9251 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9252 * configure.host: Remove i[34567]86-*-bsd*.
9253 * configure.tgt: Remove i[34567]86-*-bsd*.
9254 * i386b-nat.c: Removed.
9255 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9256 (i386b-nat.o): Remove dependencies.
9257
9258 * config/i386/i386bsd.mh: Removed.
9259 * config/i386/i386bsd.mt: Removed.
9260 * config/i386/nm-i386bsd.h: Removed.
9261 * config/i386/tm-i386bsd.h: Removed.
9262 * config/i386/xm-i386bsd.h: Removed.
9263
9264 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9265
9266 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9267 (amd64fbsd_init_abi): Set link map offsets.
9268 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9269 (amd64nbsd_init_abi): Set link map offsets.
9270 * amd64obsd-tdep.c: Include "solib-svr4.h".
9271 (amd64obsd_init_abi): Set link map offsets.
9272 * i386fbsd-tdep.c: Include "solib-svr4.h".
9273 (i386fbsd_init_abi): Set link map offsets.
9274 * i386nbsd-tdep.c: Include "solib-svr4.h".
9275 (i386nbsdelf_init_abi): Set link map offsets.
9276 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9277 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9278 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9279 solib-legacy.o and core-aout.o. Reformat.
9280 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9281 solib-svr4.o, solib-legacy.o. Reformat.
9282 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9283 * config/i386/nbsdelf.mh: Reformat.
9284 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9285 solib-svr4.o, solib-legacy.o and corelow.o.
9286 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9287 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9288 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9289 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9290 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9291 (TM_FILE): Set to tm-fbsd.h.
9292 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9293 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9294 solib-svr4.o.
9295 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9296 solib-svr4.o.
9297 (TM_FILE): Set to nm-nbsd.h.
9298 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9299 Simplify shared library support. Don't include "elf/common.h".
9300 (SVR4_SHARED_LIBS): Don't define.
9301 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9302 "solib.h".
9303 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9304 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9305 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9306 Don't include "i386/tm-i386.h". Include "solib.h".
9307 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9308 Don't include "i386/tm-i386.h".
9309 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9310 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9311 Include "i386/xm-i386.h".
9312 (HOST_LONG_DOUBLE_FORMAT): Remove.
9313
9314 Fix OpenBSD/i386 sigtramp recognition.
9315 * i386-tdep.h: Update copyright year.
9316 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9317 (i386bsd_sigtramp_end): New prototypes.
9318 (i386fbsd_sigtramp_start_addr): Renamed from
9319 i386fbsd_sigtramp_start.
9320 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9321 (i386obsd_sigtramp_start_addr): Renamed from
9322 i386obsd_sigtramp_start.
9323 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9324 * i386bsd-tdep.c: Update copyright year.
9325 (i386bsd_pc_in_sigtramp): Make public.
9326 * i386fbsd-nat.c: Update copyright year.
9327 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9328 * i386fbsd-tdep.c: Update copyright year.
9329 (i386fbsd_sigtramp_start_addr): Renamed from
9330 i386fbsd_sigtramp_start.
9331 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9332 (i386fbsdaout_init_abi): Adjust for renamed variables.
9333 * i386obsd-nat.c: Update copyright year.
9334 (_initialize_i386obsd_nat): Adjust for renamed variables.
9335 * i386obsd-tdep.c: Include "target.h".
9336 (i386obsd_page_size): New variable.
9337 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9338 (i386obsd_sigtramp_end): New functions.
9339 (i386obsd_sigtramp_start_addr): Renamed from
9340 i386obsd_sigtramp_start.
9341 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9342 (i386obsd_init_abi): Adjust for renamed variables. Set
9343 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9344 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9345
9346 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9347 trampoline change in OpenBSD kernel.
9348
9349 * amd64-nat.c: Update copyright year.
9350 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9351 architecture from REGCACHE.
9352
9353 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9354 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9355
93562004-02-21 Mark Kettenis <kettenis@gnu.org>
9357
9358 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9359 i[34567]86-*-openbsd3.[0-3].
9360 * config/i386/obsdaout.mh: New file.
9361
9362 * config/i386/obsd.mh (MH_FLAGS): Remove.
9363
9364 Fix PR build/1549.
9365 * i386obsd-tdep.c: Update copyright years. Include
9366 "solib-svr4.h".
9367 (i386obsd_init_abi): Don't set regset_from_core_section here.
9368 (i386obsd_aout_init_abi): New function. Set
9369 regset_from_core_section here.
9370 (i386obsd_elf_init_abi): New function.
9371 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9372 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9373 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9374 (TM_FILE): Set to tm-nbsd.h.
9375
9376 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9377 solib-sunos.o.
9378
9379 * solib-svr4.h: Update copyright year.
9380 (svr4_ilp32_fetch_link_map_offsets)
9381 (svr4_lp64_fetch_link_map_offsets): New prototype.
9382 * solib-svr4.c: Update copyright year.
9383 (svr4_ilp32_fetch_link_map_offsets)
9384 (svr4_lp64_fetch_link_map_offsets): New function.
9385
93862004-02-20 Daniel Jacobowitz <drow@mvista.com>
9387
9388 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9389 to the partial symbol table.
9390
93912004-02-20 J. brobecker <brobecker@gnat.com>
9392
9393 * PROBLEMS: Add description of problem documented under gdb/1560.
9394
93952004-02-20 Mark Kettenis <kettenis@gnu.org>
9396
9397 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9398 comments.
9399 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9400 functions.
9401 (amd64obsd_init_abi): Reorder initializations. Use
9402 amd64obsd_r_reg_offset to initialize the general-purpose register
9403 set details. Set regset_from_core_section.
9404 (_initialize_amd64obsd_tdep): Rename from
9405 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9406 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9407 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9408
9409 * NEWS (New native configurations): Mention OpenBSD/alpha.
9410 * configure.tgt: Add alpha*-*-openbsd*.
9411 * configure.host: Add alpha*-*-openbsd*.
9412 * alphanbsd-tdep.c: Update copyright year.
9413 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9414
94152004-02-20 Andrew Cagney <cagney@redhat.com>
9416
9417 Fix PR tdep/1372.
9418 * configure.tgt: Delete target "none-*-*".
9419 * configure.host: Delete host "none-*-*".
9420 * config/none/none.mh: Delete file.
9421 * config/none/none.mt: Delete file.
9422 * config/none/xm-none.h: Delete file.
9423 * config/none/tm-none.h: Delete file.
9424 * config/none/nm-none.h: Delete file.
9425
94262004-02-19 Fred Fish <fnf@redhat.com>
9427
9428 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9429 cache->uses_fp prior to setting it.
9430
94312004-02-19 Fred Fish <fnf@redhat.com>
9432
9433 Fix for PR breakpoint/1558.
9434 * sh-tdep.c (IS_JSR): New macro.
9435 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9436
94372004-02-19 Jim Blandy <jimb@redhat.com>
9438
9439 * findvar.c (value_from_register): Doc fix.
9440
94412004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9442
9443 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9444 type being greater than sizeof of host's LONGEST. Always use
9445 unpack_long() unless format 'f' chosen.
9446
94472004-02-19 Joel Brobecker <brobecker@gnat.com>
9448
9449 Committed by Elena Zannoni <ezannoni@redhat.com>
9450
9451 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9452 contains a symbol wich is the best, non-exact match for the given
9453 pc. Update comments.
9454
94552004-02-19 Elena Zannoni <ezannoni@redhat.com>
9456
9457 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9458 macro, which was part of the now removed Mach 3 port.
9459 * utils.c (request_quit): Ditto.
9460
94612004-02-18 Mark Kettenis <kettenis@gnu.org>
9462
9463 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9464 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9465
94662004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9467
9468 Committed by Mark Kettenis <kettenis@gnu.org>.
9469
9470 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9471 Define.
9472
94732004-02-18 Andrew Cagney <cagney@redhat.com>
9474
9475 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9476 CONFIG_INSTALL and CONFIG_UNINSTALL.
9477 * configure: Re-generate.
9478 * interps.h (INTERP_TUI): Define.
9479 * Makefile.in: Update dependencies.
9480 (TUI): New macro.
9481 (tui-main.o): Specify dependencies.
9482 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9483 * tui/tui-main.c: New file.
9484
94852004-02-18 Mark Kettenis <kettenis@gnu.org>
9486
9487 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9488 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9489 dependencies.
9490 * configure.host: Add x86_64-*-openbsd*.
9491 * configure.tgt: Add x86_64-*-openbsd*.
9492 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9493
9494 * tui/tui.c: Don't include <malloc.h>.
9495
9496 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9497 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9498 amd64nbsd-tdep.c.
9499
9500 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9501 static. Remove extraneous whitespace.
9502 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9503 static.
9504
95052004-02-17 Jim Blandy <jimb@redhat.com>
9506
9507 * findvar.c (value_from_register): Doc fix.
9508
95092004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9510
9511 Committed by Jim Blandy <jimb@redhat.com>.
9512
9513 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9514 CORE_ADDR as type for selectors. Correct types for GNU run time
9515 message lookup function to use double indirection.
9516 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9517 * objc-lang.h (lookup_child_selector): Adapt prototype.
9518
9519 * s390-nat.c (SUBOFF): New macro.
9520 (supply_gregset, fill_gregset): Use it to handle debugging
9521 of 32-bit exectuables running under a 64-bit kernel.
9522 * s390-tdep.c: Include "solib-svr4.h".
9523 (s390_svr4_fetch_link_map_offset): New function.
9524 (s390x_svr_fetch_link_map_offset): Likewise.
9525 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9526 * Makefile.in (s390-tdep.o): Update dependencies.
9527
9528 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9529 "frame-unwind.h".
9530 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9531 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9532 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9533 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9534 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9535 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9536 S390_SIGNAL_FRAMESIZE,
9537 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9538 (struct frame_extra_info): Remove.
9539 (s390_memset_extra_info): Remove.
9540 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9541 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9542 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9543 (is_rse): Renamed to ...
9544 (is_rsy): ... this. Support long displacements.
9545 (is_rxe): Renamed to ...
9546 (is_rxy): ... this. Support long displacements.
9547 (compute_x_addr): Support long displacements.
9548 (struct s390_prologue_data): New data type.
9549 (s390_on_stack): Change API to use struct s390_prologue_data.
9550 (s390_store): Reimplement.
9551 (s390_load): New function.
9552 (s390_get_signal_frame_info): Remove.
9553 (s390_get_frame_info): Remove, replace by ...
9554 (s390_analyze_prolog): ... this new function.
9555 (s390_check_function_end): Remove.
9556 (s390_function_start): Remove.
9557 (s390_frameless_function_invokation): Remove.
9558 (s390_is_sigreturn): Remove.
9559 (s390_init_frame_pc_first): Remove.
9560 (s390_init_frame_extra_info): Remove.
9561 (s390_frame_init_saved_regs): Remove.
9562 (s390_frame_saved_pc_nofix): Remove.
9563 (s390_frame_saved_pc): Remove.
9564 (s390_frame_chain): Remove.
9565 (s390_fp_regnum, s390_read_fp): Remove.
9566 (s390_pop_frame_regular, s390_pop_frame): Remove.
9567 (s390_saved_pc_after_call): Remove.
9568 (s390_skip_prologue): Reimplement.
9569 (s390_in_function_epilogue_p): Support long displacements.
9570 (struct s390_unwind_cache): New data structure.
9571 (s390_frame_unwind_cache): New function.
9572 (s390_prologue_frame_unwind_cache): Likewise.
9573 (s390_backchain_frame_unwind_cache): Likewise.
9574 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9575 (s390_frame_unwind): Define.
9576 (s390_frame_sniffer): New function.
9577 (struct s390_pltstub_unwind_cache): New data structure.
9578 (s390_pltstub_frame_unwind_cache): New function.
9579 (s390_pltstub_frame_this_id): Likewise.
9580 (s390_pltstub_frame_prev_register): Likewise.
9581 (s390_pltstub_frame_unwind): Define.
9582 (s390_pltstub_frame_sniffer): New function.
9583 (struct s390_sigtramp_unwind_cache): New data structure.
9584 (s390_sigtramp_frame_unwind_cache): New function.
9585 (s390_sigtramp_frame_this_id): Likewise.
9586 (s390_sigtramp_frame_prev_register): Likewise.
9587 (s390_sigtramp_frame_unwind): Define.
9588 (s390_sigtramp_frame_sniffer): New function.
9589 (s390_frame_base_address, s390_local_base_address): New functions.
9590 (s390_frame_base): Define.
9591 (s390_unwind_pc, s390_unwind_sp): New function.
9592 (s390_push_dummy_call): Use new frame base location.
9593 (s390_unwind_dummy_id): Likewise.
9594 (s390_gdbarch_init): Remove calls to:
9595 set_gdbarch_frameless_function_invocation,
9596 set_gdbarch_deprecated_init_frame_pc,
9597 set_gdbarch_deprecated_frame_chain,
9598 set_gdbarch_deprecated_frame_init_saved_regs,
9599 set_gdbarch_deprecated_pop_frame,
9600 set_gdbarch_deprecated_init_extra_frame_info,
9601 set_gdbarch_deprecated_init_frame_pc_first,
9602 set_gdbarch_deprecated_target_read_fp,
9603 set_gdbarch_deprecated_frame_saved_pc,
9604 set_gdbarch_deprecated_saved_pc_after_call,
9605 set_gdbarch_deprecated_fp_regnum.
9606 Add calls to:
9607 set_gdbarch_in_solib_call_trampoline,
9608 frame_unwind_append_sniffer,
9609 frame_base_set_default,
9610 set_gdbarch_unwind_pc,
9611 set_gdbarch_unwind_sp.
9612 * Makefile.in (s390-tdep.o): Update dependencies.
9613
9614 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9615 (S390_STACK_FRAME_OVERHEAD): Remove.
9616 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9617 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9618 (s390_promote_integer_argument): Remove.
9619 (s390_cannot_extract_struct_value_address): Remove.
9620 (s390_use_struct_convention, s390_store_struct_return): Remove.
9621 (s390_extract_return_value, s390_store_return_value): Remove.
9622 (s390_return_value_convention, s390_return_value): New functions.
9623 (is_float_singleton): Handle typedefs.
9624 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9625 Remove, replace by ...
9626 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9627 s390_function_arg_integer): ... these new functions.
9628 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9629 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9630 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9631 Fill in tdep->abi.
9632 Remove calls to:
9633 set_gdbarch_deprecated_store_struct_return,
9634 set_gdbarch_deprecated_extract_return_value,
9635 set_gdbarch_deprecated_store_return_value,
9636 set_gdbarch_use_struct_convention,
9637 set_gdbarch_extract_struct_value_address,
9638 set_gdbarch_deprecated_pc_in_call_dummy,
9639 set_gdbarch_deprecated_push_arguments,
9640 set_gdbarch_deprecated_save_dummy_frame_tos,
9641 set_gdbarch_deprecated_push_return_address,
9642 set_gdbarch_deprecated_sizeof_call_dummy_words,
9643 set_gdbarch_deprecated_call_dummy_words,
9644 set_gdbarch_deprecated_dummy_write_sp.
9645 Add calls to:
9646 set_gdbarch_push_dummy_call,
9647 set_gdbarch_unwind_dummy_id,
9648 set_gdbarch_return_value.
9649
9650 * config/s390/nm-linux.h: Update comments.
9651 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9652 (STOPPED_BY_WATCHPOINT): Redefine.
9653 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9654 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9655 (s390_stopped_by_watchpoint): Likewise.
9656 (watch_area_cnt): Remove.
9657 * s390-nat.c: Update comments.
9658 (watch_area): Remove typedef.
9659 Global replace watch_area by struct watch_area.
9660 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9661 (s390_stopped_by_watchpoint): Remove pid argument,
9662 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9663 (s390_fix_watch_points): Remove pid argument,
9664 use s390_inferior_tid. Recompute area spanned by watchpoints.
9665 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9666 argument. Reimplement.
9667
9668 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9669 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9670 (FETCH_INFERIOR_REGISTERS): Define.
9671 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9672 core-regset.o.
9673 * config/s390/s390x.mt: Remove.
9674 * config/s390/tm-s390.h: Remove.
9675 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9676 (TARGET_ELF64): Remove.
9677 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9678 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9679 s390*-*-* case; always set gdb_target to s390.
9680 * regformats/reg-s390.dat: Remove control registers.
9681 * regformats/reg-s390x.dat: Likewise.
9682 * s390-tdep.h: New file.
9683 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9684 Include "inferior.h" and "s390-tdep.h".
9685 Remove private definition of offsetof.
9686 (s390_register_u_addr): Remove.
9687 (regmap_gregset, regmap_fpregset): Define.
9688 (supply_gregset, fill_gregset): Reimplement.
9689 (supply_fpregset, fill_fpregset): Likewise.
9690 (s390_inferior_tid): New function.
9691 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9692 (fetch_inferior_registers, store_inferior_registers): Likewise.
9693 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9694 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9695 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9696 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9697 (struct gdbarch_tdep): Define.
9698 (struct s390_register_info): Define.
9699 (s390_register_info): New variable.
9700 (s390_register_name): Reimplement.
9701 (s390_register_type): New function.
9702 (s390_register_raw_size, s390x_register_raw_size): Remove.
9703 (s390_cannot_fetch_register): Remove.
9704 (s390_register_byte): Remove.
9705 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9706 (s390_dwarf_regmap): New variable.
9707 (s390_dwarf_reg_to_regnum): New function.
9708 (s390_stab_reg_to_regnum): Remove.
9709 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9710 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9711 (s390_convert_register_p): Likewise.
9712 (s390_register_to_value, s390_value_to_register): Likewise.
9713 (s390_register_reggroup_p): Likewise.
9714 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9715 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9716 (s390_supply_regset, s390_regset_from_core_section): New functions.
9717 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9718 (S390_FPR_SIZE): Likewise.
9719 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9720 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9721 (S390_NUM_GPRS): Move here from tm-s390.h.
9722 (S390_NUM_FPRS): Likewise.
9723 (s390_in_function_epilogue_p): New function.
9724 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9725 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9726 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9727 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9728 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9729 Remove calls to:
9730 set_gdbarch_deprecated_max_register_raw_size,
9731 set_gdbarch_deprecated_max_register_virtual_size,
9732 set_gdbarch_deprecated_register_byte,
9733 set_gdbarch_cannot_fetch_register,
9734 set_gdbarch_cannot_store_register,
9735 set_gdbarch_deprecated_register_size,
9736 set_gdbarch_deprecated_register_raw_size,
9737 set_gdbarch_deprecated_register_virtual_size,
9738 set_gdbarch_deprecated_register_virtual_type,
9739 set_gdbarch_deprecated_register_bytes.
9740 Add calls to:
9741 set_gdbarch_num_pseudo_regs,
9742 set_gdbarch_register_type,
9743 set_gdbarch_convert_register_p,
9744 set_gdbarch_register_to_value,
9745 set_gdbarch_value_to_register,
9746 set_gdbarch_register_reggroup_p,
9747 set_gdbarch_regset_from_core_section,
9748 set_gdbarch_pseudo_register_read,
9749 set_gdbarch_pseudo_register_write,
9750 set_gdbarch_in_function_epilogue_p.
9751 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9752 (s390_tdep_h): New variable.
9753
97542004-02-17 Jim Blandy <jimb@redhat.com>
9755
9756 * findvar.c (value_from_register): If the type has no length, just
9757 return an acceptable value --- don't report an internal error.
9758
9759 * stabsread.c (read_type): If we find any type numbers that are
9760 forward references, complain if the references aren't resolved by
9761 the time we're finished reading.
9762 (cleanup_undefined_types): Make error message more appropriate for
9763 a complaint.
9764
97652004-02-17 Elena Zannoni <ezannoni@redhat.com>
9766
9767 * Makefile.in (defs_h): Remove dependency on progress_h.
9768 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9769 progress.h.
9770 * main.c (captured_main): Delete use of START_PROGRESS and
9771 END_PROGRESS.
9772
97732004-02-17 Elena Zannoni <ezannoni@redhat.com>
9774
9775 * objfiles.c (terminate_minimal_symbol_table): Add back
9776 initialization of MSYMBOL_TYPE.
9777
97782004-02-17 David Mosberger <davidm@hpl.hp.com>
9779
9780 Committed by Andrew Cagney.
9781 * Makefile.in (ia64_tdep_h): New macro.
9782 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9783 (ia64-tdep.o): Likewise.
9784 * ia64-tdep.h: New file.
9785 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9786 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9787 (ia64_aix_sigcontext_register_address): Likewise.
9788 (ia64_linux_getunwind_table): Delete declaration.
9789 * ia64-linux-tdep.c: Likewise.
9790
97912004-02-17 Corinna Vinschen <vinschen@redhat.com>
9792
9793 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9794 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9795 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9796
97972004-02-17 Andrew Cagney <cagney@redhat.com>
9798
9799 * symtab.c (skip_prologue_using_sal): New function.
9800 * symtab.h (skip_prologue_using_sal): Declare.
9801 * frv-tdep.c: Include "symtab.h".
9802 (skip_prologue_using_sal): Delete function.
9803 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9804 * rs6000-tdep.c (refine_prologue_limit): Mention
9805 skip_prologue_using_sal.
9806 * ia64-tdep.c (refine_prologue_limit): Ditto.
9807 * Makefile.in: Update dependencies.
9808
98092004-02-16 Andrew Cagney <cagney@redhat.com>
9810
9811 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9812 START_INFERIOR_TRAPS_EXPECTED.
9813 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9814 START_INFERIOR_TRAPS_EXPECTED.
9815 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9816 Delete macro.
9817 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9818 macro, moved to "nm-osf.h". Update copyright.
9819 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9820 update copyright.
9821
9822 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9823 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9824 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9825 frameless_look_for_prologue.
9826 * frame.h (legacy_frameless_look_for_prologue): Rename
9827 frameless_look_for_prologue.
9828 * gdbarch.h, gdbarch.c: Re-generate.
9829 * sh64-tdep.c (sh64_gdbarch_init): Update.
9830 * sh-tdep.c (sh_gdbarch_init): Update.
9831 * s390-tdep.c (s390_gdbarch_init): Update.
9832 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9833 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9834 * m68k-tdep.c (m68k_gdbarch_init): Update.
9835 (delta68_frame_args_address): Update.
9836 * m32r-tdep.c (m32r_gdbarch_init): Update.
9837 * hppa-tdep.c (hppa_gdbarch_init): Update.
9838 * h8300-tdep.c (h8300_gdbarch_init): Update.
9839 * frv-tdep.c (frv_gdbarch_init): Update.
9840 (frv_frameless_function_invocation): Update.
9841 * cris-tdep.c (cris_gdbarch_init): Update.
9842 (cris_frameless_function_invocation): Update.
9843 * avr-tdep.c (avr_gdbarch_init): Update.
9844 * arm-tdep.c (arm_gdbarch_init): Update.
9845 * stack.c (frame_info): Update, call predicate.
9846 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9847 * frame.c (legacy_get_prev_frame): Update, call predicate..
9848 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9849 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9850 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9851 invocation.
9852 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9853 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9854 * vax-tdep.c (vax_gdbarch_init): Ditto.
9855
9856 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9857 function.
9858
98592004-02-16 Daniel Jacobowitz <drow@mvista.com>
9860
9861 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9862 initializations.
9863
98642004-02-16 Andrew Cagney <cagney@redhat.com>
9865
9866 * tui/tui-windata.c: Include "gdb_string.h".
9867 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9868 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9869 * Makefile.in: Update dependencies.
9870
98712004-02-16 Daniel Jacobowitz <drow@mvista.com>
9872
9873 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9874 * infrun.c: Include "gdb_assert.h".
9875 (singlestep_ptid, saved_singlestep_ptid)
9876 (stepping_past_singlestep_breakpoint): New variables.
9877 (resume): Set singlestep_ptid. Check for singlestep thread
9878 hop.
9879 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9880 (handle_inferior_event): Handle singlestep thread hop.
9881
98822004-02-16 Andrew Cagney <cagney@redhat.com>
9883
9884 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9885 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9886 (dwarf2_frame_init_reg): Ditto.
9887
9888 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9889 suggested by Joshua Neuheisel
9890
9891 * configure.in: Always check for curses, including pdcurses.
9892 Warn, instead of error, when no curses are found. Enable TUI when
9893 curses is available.
9894 * configure: Re-generate.
9895
98962004-02-16 Corinna Vinschen <vinschen@redhat.com>
9897
9898 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9899 sh_sh4_register_convert_to_virtual.
9900 (sh_register_convert_to_raw): Rename from
9901 sh_sh4_register_convert_to_raw.
9902 (sh_pseudo_register_read): Accomodate above name change.
9903 (sh_pseudo_register_write): Ditto.
9904
99052004-02-16 Corinna Vinschen <vinschen@redhat.com>
9906
9907 * sh-tdep.c (sh_generic_register_name): Remove.
9908 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9909
99102004-02-15 Andrew Cagney <cagney@redhat.com>
9911
9912 * configure.in (build_warnings): Add -Wunused-function.
9913 * configure: Re-generate.
9914
9915 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9916 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9917
9918 * procfs.c (procfs_init_inferior): Assume that
9919 START_INFERIOR_TRAPS_EXPECTED is defined.
9920 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9921 * config/ns32k/tm-nbsd.h: Delete file,
9922 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9923
9924 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9925 * config/vax/tm-vax.h: Delete file.
9926
9927 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9928 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9929 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9930 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9931 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9932 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9933 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9934
99352004-02-15 Mark Kettenis <kettenis@gnu.org>
9936
9937 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9938 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9939 (struct dwarf2_frame_ops): New.
9940 (dwarf2_frame_default_init_reg): New function, based on
9941 dwarf2_frame_init_reg.
9942 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9943 (dwarf2_frame_init_reg): Call architecture-specific function.
9944 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9945 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9946 instead of dwarf2_frame_data.
9947 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9948 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9949
99502004-02-15 Andrew Cagney <cagney@redhat.com>
9951
9952 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9953 register_gdbarch_swap.
9954 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9955 * f-lang.c (_initialize_f_language): Update, use
9956 DEPRECATED_REGISTER_GDBARCH_SWAP.
9957 * remote.c (_initialize_remote): Ditto.
9958 * regcache.c (_initialize_regcache): Ditto.
9959 * parse.c (_initialize_parse): Ditto.
9960 * infrun.c (_initialize_infrun): Ditto.
9961 * mi/mi-main.c (_initialize_mi_main): Ditto.
9962 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9963
9964 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9965 poking .cacheable directly.
9966 * symfile.c (symfile_bfd_open): Ditto.
9967
9968 * Makefile.in: Update all dependencies.
9969
9970 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9971 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9972 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9973 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9974 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9975
99762004-02-14 Andrew Cagney <cagney@redhat.com>
9977
9978 * arch-utils.c (legacy_convert_register_p): Check
9979 DEPRECATED_REGISTER_CONVERTIBLE_P.
9980 * findvar.c (value_of_register): Ditto.
9981
9982 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9983 * gdbarch.h, gdbarch.c: Re-generate.
9984 * arch-utils.c (deprecated_register_convertible_not): Delete.
9985 * arch-utils.h (deprecated_register_convertible_not): Delete.
9986 * mi/mi-main.c (get_register): Update. Update copyright.
9987 * infcmd.c (default_print_registers_info): Update.
9988
9989 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9990 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9991 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9992 * gdbarch.h, gdbarch.c: Re-generate.
9993 * frame.c (deprecated_get_next_frame_hack): Delete function.
9994 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9995 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9996 Update.
9997 * infcall.c (call_function_by_hand): Update.
9998
99992004-02-14 Elena Zannoni <ezannoni@redhat.com>
10000
10001 * symfile.c (init_entry_point_info, entry_point_address): Move
10002 from here...
10003 * objfiles.c (init_entry_point_info, entry_point_address):..to
10004 here.
10005 * symfile.h (init_entry_point_info, entry_point_address): Remove
10006 prototypes.
10007 * objfiles.h (init_entry_point_info, entry_point_address):Add
10008 prototypes.
10009 * cris-tdep.c: Remove include of symfile.h. Add include of
10010 objfiles.h.
10011 * infcall.c: Ditto.
10012 * mcore-tdep.c: Ditto.
10013 * mn10300-tdep.c: Ditto.
10014 * sh64-tdep.c: Ditto.
10015 * v850-tdep.c: Ditto.
10016 * arm-tdep.c: Remove include of symfile.h.
10017 * blockframe.c: Ditto.
10018 * coffread.c: Ditto.
10019 * dbxread.c: Ditto.
10020 * dwarf2read.c: Ditto.
10021 * dwarfread.c: Ditto.
10022 * frv-tdep.c: Ditto.
10023 * ia64-tdep.c: Ditto.
10024 * mdebugread.c: Ditto.
10025 * mipsread.c: Ditto.
10026 * rs6000-tdep.c: Ditto.
10027 * s390-tdep.c: Ditto.
10028 * sh-tdep.c: Ditto.
10029 * xstormy16-tdep.c: Ditto.
10030 * gdbarch.sh: Remove include of symfile.h.
10031 * gdbarch.c: Regenerate.
10032 * solib-irix.c (enable_break): Use entry_point_address().
10033 Add comment about include file.
10034 * xcoffread.c: Add comment about include file.
10035 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10036 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10037 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10038 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10039 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10040
100412004-02-13 Andrew Cagney <cagney@redhat.com>
10042
10043 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10044 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10045 copyright.
10046 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10047
100482004-02-12 Fred Fish <fnf@redhat.com>
10049
10050 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10051 set_gdbarch_store_return_value.
10052
100532004-02-12 Andrew Cagney <cagney@redhat.com>
10054
10055 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10056 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10057 (interrupt_query): Ditto.
10058 (ofunc): Delete unused variable.
10059 * cris-tdep.c (cris_abi): Delete unused function.
10060 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10061 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10062 (cris_get_asr_quick_shift_steps): Ditto.
10063 (cris_skip_prologue_frameless_p): Ditto.
10064 * arm-tdep.c (arm_push_return_address): Delete unused function.
10065 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10066 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10067 * s390-tdep.c (s390_function_start): Delete unused function.
10068
100692004-02-12 Andrew Cagney <cagney@redhat.com>
10070
10071 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10072 gdbarch.h, gdbarch.c: Re-generate.
10073 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10074 to generic_prologue_frameless_p.
10075 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10076 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10077
100782004-02-11 Daniel Jacobowitz <drow@mvista.com>
10079
10080 * mips-linux-tdep.c: Include "frame.h".
10081 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10082 (mips_linux_skip_resolver): New functions.
10083 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10084 and set_gdbarch_in_solib_call_trampoline.
10085 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10086 to after set_gdbarch_in_solib_return_trampoline. Only set the
10087 solib hooks to mips16 functions if the OS ABI is unknown.
10088 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10089 including "config/tm-linux.h".
10090 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10091 * Makefile.in (mips-linux-tdep.o): Update.
10092
100932004-02-11 David Carlton <carlton@kealia.com>
10094
10095 * linespec.c (decode_compound): Only look for a class symbol when
10096 considering all but the rightmost component.
10097
100982004-02-11 Andrew Cagney <cagney@redhat.com>
10099
10100 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10101 abi code are are separatly grouped.
10102
101032004-02-11 Andrew Cagney <cagney@redhat.com>
10104
10105 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10106 * gdbarch.h, gdbarch.c: Re-generate.
10107 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10108 * v850-tdep.c (v850_gdbarch_init): Update.
10109 * sh64-tdep.c (sh64_gdbarch_init): Update.
10110 * sh-tdep.c (sh_gdbarch_init): Update.
10111 * s390-tdep.c (s390_gdbarch_init): Update.
10112 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10113 * mips-tdep.c (mips_gdbarch_init): Update.
10114 * mcore-tdep.c (mcore_gdbarch_init): Update.
10115 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10116 * m32r-tdep.c (m32r_gdbarch_init): Update.
10117 * ia64-tdep.c (ia64_gdbarch_init): Update.
10118 * hppa-tdep.c (hppa_gdbarch_init): Update.
10119 * h8300-tdep.c (h8300_gdbarch_init): Update.
10120 * frv-tdep.c (frv_gdbarch_init): Update.
10121 * d10v-tdep.c (d10v_gdbarch_init): Update.
10122 * cris-tdep.c (cris_gdbarch_init): Update.
10123 * avr-tdep.c (avr_gdbarch_init): Update.
10124 * arm-tdep.c (arm_gdbarch_init): Update.
10125 * alpha-tdep.c (alpha_gdbarch_init): Update.
10126
101272004-02-11 Corinna Vinschen <vinschen@redhat.com>
10128
10129 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10130 comma.
10131 (sh_sh4al_dsp_register_name): Ditto.
10132
101332004-02-10 Andrew Cagney <cagney@redhat.com>
10134
10135 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10136 (mips_init_frame_pc_first): Delete function.
10137 (mips_frame_saved_pc): Delete function.
10138 (mips_frame_chain): Delete function.
10139 (mips_init_extra_frame_info): Delete function.
10140 (mips_xfer_register): Delete unused variable "reg".
10141 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10142 (mips_n32n64_return_value): Delete unused variable "reg".
10143 (mips_n32n64_return_value): Delete unused variable "pos".
10144 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10145 (mips_o32_return_value): Delete unused variable "pos".
10146 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10147 (mips_print_fp_register): Delete unused variable "namelen"
10148 (mips_print_fp_register): Delete unused variable "flt2"
10149 (get_frame_pointer): Delete function.
10150 (cached_proc_desc): Delete static variable.
10151 (mips_pop_frame): Delete function.
10152 (mips_find_saved_regs): Delete function.
10153 (mips_get_saved_register): Delete function.
10154 (mips_saved_pc_after_call): Delete function.
10155 (SIGFRAME_BASE): Delete macro.
10156 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10157 (SIGFRAME_PC_OFF): Delete macro.
10158 (SIGFRAME_REGSAVE_OFF): Delete macro.
10159 (mips_dump_tdep): Do not print deleted macro definitions.
10160
101612004-02-10 Andrew Cagney <cagney@redhat.com>
10162
10163 * Makefile.in (SFILES): Remove explictly listed tui files.
10164 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10165
101662004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10167
10168 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10169 to use paddr functions to format ia64 addresses and long values.
10170 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10171 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10172 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10173 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10174 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10175
101762004-02-10 Andrew Cagney <cagney@redhat.com>
10177
10178 * defs.h: Do not include "tui.h".
10179 * gdb_curses.h: New file.
10180 * tui/tui-hooks.h: New file.
10181 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10182 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10183 (tui_initialize_io): Delete declaration.
10184 (tui_initialize_readline: Delete redundant declaration.
10185 (struct tui_point): Delete definition.
10186 * tui/tui-data.h (struct tui_point): Define.
10187 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10188 * utils.c: Include "tui/tui.h".
10189 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10190 * printcmd.c [TUI]: Include "tui/tui.h".
10191 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10192 * tui/tui-command.c: Include "gdb_curses.h".
10193 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10194 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10195 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10196 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10197 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10198 * Makefile.in: Update all dependencies.
10199 (tui_hooks_h, gdb_curses_h): Define.
10200 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10201
102022004-02-10 Elena Zannoni <ezannoni@redhat.com>
10203
10204 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10205 auxf2. Add comments about some other rarely used fields.
10206
102072004-02-10 Andrew Cagney <cagney@redhat.com>
10208
10209 * Makefile.in (init.c): Fix script removing duplicates. Problem
10210 reported by Peter Schauer.
10211
102122004-02-09 Elena Zannoni <ezannoni@redhat.com>
10213
10214 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10215 obstack_specify_allocation.
10216 * objfiles.c (allocate_objfile): Ditto.
10217 * solib-sunos.c (solib_add_common_symbols)
10218 (allocate_rt_common_objfile): Ditto.
10219 * symfile.c (reread_symbols): Ditto.
10220 * gdb_obstack.h: Add comment.
10221
102222004-02-09 Elena Zannoni <ezannoni@redhat.com>
10223
10224 * linespec.c (decode_line_1, locate_first_half)
10225 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10226 commented out code.
10227
102282004-02-09 Daniel Jacobowitz <drow@mvista.com>
10229
10230 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10231 obstack_free.
10232
102332004-02-09 Andrew Cagney <cagney@redhat.com>
10234
10235 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10236 fails, try find_pc_section. Fix PR c++/1267.
10237 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10238 instead of find_pc_mapped_section.
10239 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10240 not default to the section containing PC. Fix PR symtab/1519.
10241
102422004-02-09 Andrew Cagney <cagney@redhat.com>
10243
10244 * Makefile.in (mips-tdep.o): Update dependencies.
10245 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10246 "trad-frame.h".
10247 (mips_unwind_pc): Return the pseudo PC register.
10248 (mips_unwind_dummy_id): New function.
10249 (mips16_fetch_instruction): New function.
10250 (mips32_fetch_instruction): New function.
10251 (struct mips_frame_cache): Define.
10252 (mips_mdebug_frame_cache): New function.
10253 (mips_mdebug_frame_this_id): New function.
10254 (mips_mdebug_frame_prev_register): New function.
10255 (mips_mdebug_frame_unwind): Define.
10256 (mips_mdebug_frame_sniffer): New function.
10257 (mips_mdebug_frame_base_address): New function.
10258 (mips_mdebug_frame_base): Define.
10259 (mips_mdebug_frame_base_sniffer): New function.
10260 (mips_gdbarch_init): Append unwind and base sniffers. Set
10261 unwind_dummy_id.
10262
102632004-02-08 Andrew Cagney <cagney@redhat.com>
10264
10265 * frame.c: Print both the register number and name.
10266
10267 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10268 and a sed into a single sed. Make .c and .o patterns more robust.
10269 (OBS): Delete.
10270 (INIT_FILES): Replace OBS with COMMON_OBS.
10271 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10272
102732004-02-08 Mark Kettenis <kettenis@gnu.org>
10274
10275 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10276 the PT_WCOOKIE request.
10277
102782004-02-08 Andrew Cagney <cagney@redhat.com>
10279
10280 * mips-tdep.c (mips_unwind_pc): New function.
10281 (mips_gdbarch_init): Set mips_unwind_pc.
10282
10283 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10284 (get_frame_id): Allow the UNKNOWN_FRAME.
10285 (frame_register_unwind, get_frame_type): Ditto.
10286
10287 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10288 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10289 unwind_dummy_id indicates a legacy frame.
10290
10291 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10292 * configure: Re-generate.
10293
10294 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10295 methods.
10296
102972004-02-08 Andrew Cagney <cagney@redhat.com>
10298
10299 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10300 makefile macro.
10301 * configure: Re-generate.
10302 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10303 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10304 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10305 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10306 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10307 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10308 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10309 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10310 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10311 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10312
103132004-02-07 Andrew Cagney <cagney@redhat.com>
10314
10315 * Makefile.in: Update all dependencies.
10316
10317 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10318 * configure: Re-generate.
10319 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10320 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10321 (COMMON_OBS): Add "main.o" and "annotate.o".
10322 (ANNOTATE_OBS): Delete.
10323 (OBS): Remove ANNOTATE_OBS.
10324 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10325 CONFIG_INITS.
10326 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10327 against CONFIG_OBS and "main.o".
10328 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10329 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10330
10331 * tui/tui-command.c: Include "gdb_string.h", delete register
10332 attribute, use ISO-C function signatures.
10333 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10334 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10335 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10336 * tui/tui.c: Ditto.
10337
10338 * tui/tui-command.c: Change variable and function names to lower
10339 case.
10340 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10341 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10342 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10343 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10344 * tui/tui-winsource.c, tui/tui.c: Ditto.
10345
103462004-02-07 Elena Zannoni <ezannoni@redhat.com>
10347
10348 * buildsym.c (free_pending_blocks, finish_block)
10349 (record_pending_block, make_blockvector, end_symtab): Replace
10350 symbol_obstack with objfile_obstack.
10351 * coffread.c (process_coff_symbol, coff_read_struct_type)
10352 (coff_read_enum_type): Ditto.
10353 * cp-namespace.c (initialize_namespace_symtab)
10354 (check_one_possible_namespace_symbol): Ditto.
10355 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10356 (dwarf2_symbol_mark_computed): Ditto.
10357 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10358 * elfread.c (elf_symtab_read): Ditto.
10359 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10360 (hpread_read_enum_type, hpread_read_function_type)
10361 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10362 Ditto.
10363 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10364 (java_link_class_type): Ditto.
10365 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10366 (new_symbol): Ditto.
10367 * minsyms.c (install_minimal_symbols): Ditto.
10368 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10369 (terminate_minimal_symbol_table): Replace symbol_obstack with
10370 objfile_obstack.
10371 (free_objfile): Remove freeing of symbol_obstack.
10372 * objfiles.h: Remove symbol_obstack field.
10373 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10374 objfile_obstack.
10375 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10376 symbol_obstack.
10377 (solib_add_common_symbols): Replace symbol_obstack with
10378 objfile_obstack.
10379 * somsolib.c (som_solib_add): Ditto.
10380 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10381 (common_block_start, common_block_end): Ditto.
10382 * symfile.c (reread_symbols): Remove freeing and init of
10383 symbol_obstack.
10384 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10385 * symfile.h: Update comment.
10386 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10387 stats printing.
10388 * symtab.c (symbol_set_names): Replace symbol_obstack with
10389 objfile_obstack.
10390 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10391 Update comments.
10392 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10393 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10394 objfile_obstack.
10395
103962004-02-07 Andrew Cagney <cagney@redhat.com>
10397
10398 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10399 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10400 fields and variables.
10401 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10402 (m_beInvisible): Delete macro.
10403 * tui/tui-data.h: Fix case case fields and variables.
10404 (m_genWinPtrIsNull): Delete macro.
10405 (tui_win_list): Rename winList.
10406 (TUI_SRC_WIN): Rename srcWin.
10407 (TUI_DISASM_WIN): Rename disassemWin.
10408 (TUI_DATA_WIN): Rename dataWin.
10409 (TUI_CMD_WIN): Rename cmdWin.
10410 (m_genWinPtrNotNull): Delete macro.
10411 (m_winPtrIsNull): Delete macro.
10412 (m_winPtrNotNull): Delete macro.
10413 (tui_win_is_source_type): Replace m_winIsSourceType
10414 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10415 (tui_win_has_locator): Replace m_hasLocator.
10416 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10417 m_setWinHighlightOff.
10418 * tui/tui-data.c: Update references.
10419 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10420 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10421 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10422 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10423 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10424 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10425 * tui/tui-winsource.c, tui/tui.c: Ditto.
10426
104272004-02-07 Mark Kettenis <kettenis@gnu.org>
10428
10429 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10430 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10431 StackGhost.
10432
10433 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10434 variable `i6' to `i7'.
10435 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10436
104372004-02-07 Andrew Cagney <cagney@redhat.com>
10438
10439 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10440 (TuiPoint, TuiPointPtr): Ditto.
10441 (TuiStatus, TuiStatusPtr): Ditto.
10442 (TuiWinType, TuiWinTypePtr): Ditto.
10443 (struct tui_point): Rename _TuiPoint.
10444 (tui_get_low_disassembly_address): Rename
10445 tuiGetLowDisassemblyAddress.
10446 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10447 (tuiFree): Delete declaration.
10448 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10449 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10450 * tui/tui.c (tuiFree): Delete function.
10451 * cli/cli-cmds.c (disassemble_command): Update references.
10452 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10453 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10454 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10455 * tui/tui-winsource.c: Ditto.
10456
104572004-02-07 Elena Zannoni <ezannoni@redhat.com>
10458
10459 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10460 coffstab_build_psymtabs, elfstab_build_psymtabs)
10461 (stabsect_build_psymtabs): Replace psymbol_obstack with
10462 objfile_obstack.
10463 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10464 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10465 Ditto.
10466 * dwarfread.c (scan_compilation_units): Ditto.
10467 * elfread.c (elfstab_offset_sections): Ditto.
10468 * hppa-tdep.c (read_unwind_info): Ditto.
10469 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10470 (hpread_end_psymtab): Ditto.
10471 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10472 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10473 Ditto.
10474 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10475 * objfiles.c (add_to_objfile_sections)
10476 (build_objfile_section_table): Ditto.
10477 (allocate_objfile): Remove init of psymbol_obstack.
10478 (free_objfile): Remove freeing of psymbol_obstack.
10479 * objfiles.h (struct objfile): Remove field
10480 psymbol_obstack. Update comments.
10481 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10482 psymbol_obstack with objfile_obstack.
10483 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10484 psymbol_obstack.
10485 * somread.c (som_symfile_offsets, init_import_symbols)
10486 (init_export_symbols): Replace psymbol_obstack with
10487 objfile_obstack.
10488 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10489 * symfile.c (default_symfile_offsets, syms_from_objfile)
10490 (reread_symbols): Remove freeing and init of psymbol_obstack.
10491 (cashier_psymtab): Update comment.
10492 * symmisc.c (print_objfile_statistics): Don't report stats for
10493 psymbol obstack.
10494 * symtab.h (struct general_symbol_info, struct partial_symtab):
10495 Update comments.
10496 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10497 (xcoff_symfile_offsets): Replace psymbol_obstack with
10498 objfile_obstack.
10499
105002004-02-07 Elena Zannoni <ezannoni@redhat.com>
10501
10502 * objfiles.h (struct objfile): Add objfile_obstack field.
10503 Remove type_obstack field.
10504
10505 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10506 read_structure_scope read_enumeration, new_symbol): Replace
10507 type_obstack with objfile_obstack.
10508 * dwarfread.c (struct_type, enum_type): Ditto.
10509 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10510 (lookup_fundamental_type): Ditto.
10511 * gdbtypes.h (TYPE_ALLOC): Ditto.
10512 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10513 (hpread_read_doc_function_type, hpread_read_struct_type)
10514 (fix_static_member_physnames, hpread_read_array_type)
10515 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10516 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10517 (java_link_class_type): Ditto.
10518 * mdebugread.c (parse_type): Ditto.
10519 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10520 * solib-sunos.c (solib_add_common_symbols): Ditto.
10521 * stabsread.c (define_symbol, read_type, read_member_functions,
10522 read_cpp_abbrev, read_one_struct_field): Ditto.
10523 * symfile.c (reread_symbols): Ditto.
10524 * symmisc.c (print_objfile_statistics): Ditto.
10525
105262004-02-07 Andrew Cagney <cagney@redhat.com>
10527
10528 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10529 (tui_exec_info_content): Rename TuiExecInfoContent.
10530 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10531 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10532 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10533 (TuiList, TuiListPtr): Ditto.
10534 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10535 (TuiDataType, TuiDataTypePtr): Ditto.
10536 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10537 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10538 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10539 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10540 (TuiDataElement, TuiDataElementPtr): Ditto.
10541 (TuiWinElement, TuiWinElementPtr): Ditto.
10542 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10543 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10544 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10545 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10546 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10547 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10548 * tui/tui-command.c, tui/tui-data.c: Update references.
10549 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10550 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10551 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10552 * tui/tui-winsource.c, tui/tui.c: Ditto.
10553
105542004-02-07 Mark Kettenis <kettenis@gnu.org>
10555
10556 * dwarf2-frame.h: Update copyright.
10557 (enum dwarf2_frame_reg_rule): New.
10558 (struct dwarf2_frame_state_reg): New.
10559 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10560 * dwarf2-frame.c: Update copyright.
10561 (enum dwarf2_reg_rule): Remove.
10562 (struct dwarf2_frame_state): Remove defenition of `struct
10563 dwarf2_frame_state_reg'.
10564 (read_reg): Call get_frame_arch to get the architecture instead of
10565 using CURRENT_GDBARCH.
10566 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10567 DWARF2_FRAME_.
10568 (dwarf2_frame_init_reg): New function.
10569 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10570 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10571 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10572 tags with DWARF2_FRAME_.
10573 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10574 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10575 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10576
105772004-02-06 Andrew Cagney <cagney@redhat.com>
10578
10579 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10580 (enum tui_data_type): Rename _TuiDataType.
10581 (struct tui_layout_def): Rename _TuiLayoutDef.
10582 (struct tui_source_element): Rename _TuiSourceElement.
10583 (struct tui_data_element): Rename _TuiDataElement.
10584 (struct tui_command_element): Rename _TuiCommandElement.
10585 (struct tui_locator_element): Rename _TuiLocatorElement.
10586 (union tui_which_element): Define.
10587 (struct tui_win_element): Rename _TuiWinElement.
10588 (struct tui_data_info): Rename _TuiDataInfo.
10589 (struct tui_source_info): Rename _TuiSourceInfo.
10590 (struct tui_command_info): Rename _TuiCommandInfo.
10591 (tui_initialize_static_data): Rename initializeStaticData.
10592 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10593 (tui_alloc_win_info): Rename allocWinInfo.
10594 (tui_init_generic_part): Rename initGenericPart.
10595 (tui_init_win_info): Rename initWinInfo.
10596 (tui_alloc_content): Rename allocContent.
10597 (tui_add_content_elements): Rename addContentElements.
10598 (tui_init_content_element): Rename initContentElement.
10599 (tui_free_window): Rename freeWindow.
10600 (tui_free_win_content): Rename freeWinContent.
10601 (tui_free_data_content): Rename freeDataContent.
10602 (tui_free_all_source_wins_content): Rename
10603 freeAllSourceWinsContent.
10604 (tui_del_window): Rename tuiDelWindow.
10605 (tui_del_data_windows): Rename tuiDelDataWindows.
10606 (tui_partial_win_by_name): Rename partialWinByName.
10607 (tui_win_name): Rename winName.
10608 (tui_current_layout): Rename currentLayout.
10609 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10610 (tui_term_height): Rename termHeight.
10611 (tui_set_term_height_to): Rename setTermHeightTo.
10612 (tui_term_width): Rename termWidth.
10613 (tui_set_term_width_to): Rename setTermWidthTo.
10614 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10615 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10616 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10617 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10618 (tui_source_windows): Rename sourceWindows.
10619 (tui_clear_source_windows): Rename clearSourceWindows.
10620 (tui_clear_source_windows_detail): Rename
10621 clearSourceWindowsDetail.
10622 (tui_clear_win_detail): Rename clearWinDetail.
10623 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10624 (tui_default_tab_len): Rename tuiDefaultTabLen.
10625 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10626 (tui_win_with_focus): Rename tuiWinWithFocus.
10627 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10628 (tui_layout_def): Rename tuiLayoutDef.
10629 (tui_win_resized): Rename tuiWinResized.
10630 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10631 (tui_next_win): Rename tuiNextWin.
10632 (tui_prev_win): Rename tuiPrevWin.
10633 (tui_add_to_source_windows): Rename addToSourceWindows.
10634 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10635 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10636 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10637 * tui/tui.c, tui/tui-data.c: Ditto.
10638 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10639 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10640
10641 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10642 (struct symtab): Declare.
10643 (tui_set_source_content): Rename tuiSetSourceContent.
10644 (tui_show_symtab_source): Rename tuiShowSource.
10645 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10646 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10647 * tui/tui-source.c: Update copyright. Update references.
10648 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10649 * tui/tui-stack.c: Update references.
10650
10651 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10652 (struct tui_win_info): Declare.
10653 (tui_scroll_forward): Rename tuiScrollForward.
10654 (tui_scroll_backward): Rename tuiScrollBackward.
10655 (tui_scroll_left): Rename tuiScrollLeft.
10656 (tui_scroll_right): Rename tuiScrollRight.
10657 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10658 (tui_resize_all): Rename tuiResizeAll.
10659 (tui_refresh_all_win): Rename tuiRefreshAll.
10660 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10661 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10662 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10663 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10664
10665 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10666 (tui_erase_data_content): Rename tuiEraseDataContent.
10667 (tui_display_all_data): Rename tuiDisplayAllData.
10668 (tui_check_data_values): Rename tuiCheckDataValues.
10669 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10670 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10671 (tui_first_data_element_no_in_line): Rename
10672 tuiFirstDataElementNoInLine.
10673 (tui_delete_data_content_windows): Rename
10674 tuiDeleteDataContentWindows.
10675 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10676 (tui_display_data_from): Rename tuiDisplayDataFrom.
10677 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10678 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10679 * tui/tui-win.c, tui/tui-regs.c: Update references.
10680 * tui/tui-layout.c, tui/tui.c: Update references.
10681
10682 * tui/tui-wingeneral.h: Update copyright.
10683 (m_allBeVisible): Delete macro.
10684 (m_allBeInvisible): Delete macro.
10685 (struct tui_gen_win_info): Declare.
10686 (struct tui_win_info): Declare.
10687 (tui_unhighlight_win): Rename unhighlightWin.
10688 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10689 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10690 (tui_make_window): Rename makeWindow.
10691 (tui_copy_win): Rename copyWin.
10692 (tui_box_win): Rename boxWin.
10693 (tui_highlight_win): Rename highlightWin.
10694 (tui_check_and_display_highlight_if_needed): Rename
10695 checkAndDisplayHighlightIfNeeded.
10696 (tui_refresh_all): Rename refreshAll.
10697 (tui_delete_win): Rename tuiDelwin.
10698 (tui_refresh_win): Rename tuiRefreshWin.
10699 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10700 (tui_make_visible, tui_make_invisible): New functions.
10701 (tui_make_all_visible, tui_make_all_invisible): New functions.
10702 (make_all_visible): Rename makeAllVisible.
10703 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10704 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10705 * tui/tui-windata.c, tui/tui-win.c: Update references.
10706 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10707 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10708
107092004-02-06 Mark Kettenis <kettenis@gnu.org>
10710
10711 * proc-api.c (write_with_trace): Initialize local variable to
10712 silence compiler warning.
10713
107142004-02-06 Andrew Cagney <cagney@redhat.com>
10715
10716 * tui/tui-source.h: Do not include "defs.h".
10717 (struct tui_win_info): Declare.
10718 (tui_set_source_content_nil): Declare.
10719 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10720 (union tui_line_or_address): Rename _TuiLineOrAddress.
10721 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10722 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10723 (tui_update_source_window_as_is): Rename
10724 tuiUpdateSourceWindowAsIs.
10725 (tui_update_source_windows_with_addr): Rename
10726 tuiUpdateSourceWindowsWithAddr.
10727 (tui_update_source_windows_with_line): Rename
10728 tuiUpdateSourceWindowsWithLine.
10729 (tui_clear_source_content): Rename tuiClearSourceContent.
10730 (tui_erase_source_content): Rename tuiEraseSourceContent.
10731 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10732 (tui_show_source_content): Rename tuiShowSourceContent.
10733 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10734 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10735 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10736 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10737 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10738 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10739 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10740 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10741 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10742 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10743 (struct tui_win_info): Declare.
10744 * tui/tui-stack.c: Update references.
10745 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10746 * tui/tui-win.c, tui/tui-source.c: Ditto.
10747 * tui/tui.c, tui/tui-disasm.c: Ditto.
10748
107492004-02-06 Mark Kettenis <kettenis@gnu.org>
10750
10751 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10752 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10753
107542004-02-05 Mark Kettenis <kettenis@gnu.org>
10755
10756 * infrun.c (handle_inferior_event): Allow for breakpoint
10757 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10758 and SIGEMT. Update comments.
10759 * NEWS (Revised SPARC target): Mention support for non-executable
10760 stack.
10761
107622004-02-04 Mark Kettenis <kettenis@gnu.org>
10763
10764 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10765 * inftarg.c: Update copyright year.
10766 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10767 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10768 (sparc_xfer_wcookie): New function.
10769 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10770 * Makefile.in (sparc-nat.o): Update dependencies.
10771 * config/sparc/nm-nbsd.h: Include "target.h".
10772 (NATIVE_XFER_WCOOKIE): New define.
10773 (sparc_xfer_wcookie): New prototype.
10774
107752004-02-04 Andrew Cagney <cagney@redhat.com>
10776
10777 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10778 SYSCALL_TRAP function.
10779 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10780
107812004-02-04 Andrew Cagney <cagney@redhat.com>
10782 Daniel Jacobowitz <drow@mvista.com>
10783
10784 * objfiles.h: Delete comments refering to inside_entry_func and
10785 DEPRECATED_FRAME_CHAIN_VALID.
10786 * defs.h (inside_entry_func): Update prototype..
10787 * blockframe.c (inside_entry_func): Rename to
10788 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10789 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10790
107912004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10792
10793 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10794 outside of #ifdef SOLIB_ADD region.
10795 (do_restore_lang_radix_cleanup): Ditto.
10796 (resolve_pending_breakpoint): Ditto.
10797
107982004-02-03 Andrew Cagney <cagney@redhat.com>
10799
10800 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10801 (process_note_abi_tag_sections): Delete unused function.
10802 (ia64_read_fp): Delete unused function.
10803 (gdbarch_extract_struct_value_address): Delete declaration.
10804
108052004-02-02 Andrew Cagney <cagney@redhat.com>
10806
10807 * vax-tdep.c (vax_frame_chain): Delete call to
10808 deprecated_inside_entry_file.
10809 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10810
108112004-02-02 Mark Kettenis <kettenis@gnu.org>
10812
10813 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10814 column that's "empty" or "same value" when eliminating REG_RA
10815 rules.
10816
108172004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10818
10819 * NEWS: Add information about new pending breakpoint support.
10820
108212004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10822
10823 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10824 and pending fields for pending breakpoint support.
10825 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10826 (condition_command): Only parse condition if not a pending
10827 breakpoint.
10828 (print_one_breakpoint): Add support for pending breakpoints.
10829 (describe_other_breakpoints): Add checks to verify we are not
10830 dealing with pending breakpoints.
10831 (check_duplicates): Don't check pending breakpoints.
10832 (set_raw_breakpoint): Initialize pending flag.
10833 (do_restore_lang_radix_cleanup): New cleanup routine.
10834 (resolve_pending_breakpoint): New function.
10835 (re_enable_breakpoints_in_shlibs): Try and resolve any
10836 pending breakpoints via resolve_pending_breakpoint.
10837 (mention): Add pending breakpoint support.
10838 (parse_breakpoint_sals): Add new parameter to pass to
10839 decode_line_1 to indicate silent errors when files or functions
10840 are not found. Change all callers.
10841 (do_captured_parse_breakpoint): New function.
10842 (break_command_1): Change prototype to return an rc value and to
10843 take an optional pending breakpoint pointer. Support creating
10844 a pending breakpoint if a "not found" form of error occurs when
10845 parsing the breakpoint. Also support resolving an existing pending
10846 breakpoint and be silent if the resolution fails.
10847 (create_breakpoints): Change prototype to take pending breakpoint
10848 pointer. When resolving a pending breakpoint, use the new pointer
10849 to provide a conditional or commands added by the end-user.
10850 (delete_breakpoint): Add appropriate check for pending.
10851 (breakpoint_re_set_one): Ditto.
10852 (do_enable_breakpoint): Ditto.
10853
108542004-02-02 David Carlton <carlton@kealia.com>
10855
10856 * valops.c (enum oload_classification): New.
10857 (find_overload_match): Break implementation into separate
10858 functions; delete #if 0'd code; look for symbols within
10859 namespaces.
10860 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10861 (find_oload_champ,oload_method_static,classify_oload_match): New.
10862 * cp-support.h: Add declaration for cp_func_name; update
10863 declaration for make_symbol_overload_list.
10864 * cp-support.c (cp_func_name): New.
10865 (overload_list_add_symbol): Fix comment, use
10866 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10867 (make_symbol_overload_list): Take a function name and a namespace
10868 instead of a symbol; change implementation.
10869 (make_symbol_overload_list_using): New.
10870 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10871
108722004-02-02 Fred Fish <fnf@redhat.com>
10873
10874 * main.c (gdb_stdtarg): Move definition to group with other
10875 gdb_stdtarg definitions and update copyright years.
10876 * remote-sim.c (gdb_os_write_stderr): Write output to
10877 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10878 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10879 gdb_stderr stream and update copyright years.
10880
108812004-02-01 Daniel Jacobowitz <drow@mvista.com>
10882
10883 * Makefile.in (mips-linux-nat.o): Update dependencies.
10884 * mips-linux-nat.c: Include mips-tdep.h.
10885
108862004-02-01 Roland McGrath <roland@redhat.com>
10887
10888 * sol-thread.c (sol_thread_xfer_partial): New function.
10889 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10890 (init_sol_core_ops): Likewise.
10891
10892 * procfs.c (procfs_xfer_partial): New function.
10893 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10894 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10895
10896 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10897 procfs_xfer_auxv function.
10898
10899 * procfs.c (procfs_make_note_section): If we can read
10900 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10901 * linux-proc.c (linux_make_note_section): Likewise.
10902
10903 * auxv.h: New file.
10904 * auxv.c: New file.
10905 * Makefile.in (auxv_h): New variable.
10906 (COMMON_OBS): Add auxv.o here.
10907 (auxv.o): New target.
10908
10909 * corelow.c (core_xfer_partial): New function.
10910 (init_core_ops): Use it for core_ops.to_xfer_partial.
10911
10912 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10913 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10914 macro if that is defined.
10915
109162004-02-01 Daniel Jacobowitz <drow@mvista.com>
10917
10918 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10919 and check the specified thread for each breakpoint.
10920 * breakpoint.h (bpstat_stop_status): Update prototype.
10921 * infrun.c (handle_inferior_event): Update calls to
10922 bpstat_stop_status.
10923
109242004-02-01 Daniel Jacobowitz <drow@mvista.com>
10925
10926 * Makefile.in (cli-cmds.o): Add $(readline_h).
10927
109282004-02-01 Daniel Jacobowitz <drow@mvista.com>
10929
10930 * cli/cli-cmds.c: Include readline.h.
10931 (complete_command): Pass the start of the last word to
10932 complete_line.
10933
109342004-01-31 Daniel Jacobowitz <drow@mvista.com>
10935
10936 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10937 argument, and change first argument to a CORE_ADDR.
10938 * breakpoint.h (bpstat_stop_status): Update prototype.
10939 * infrun.c (adjust_pc_after_break): Add a new comment.
10940 (handle_inferior_event): Update calls to bpstat_stop_status.
10941
109422004-01-31 Daniel Jacobowitz <drow@mvista.com>
10943
10944 * breakpoint.h: Update copyright years.
10945
109462004-01-31 Daniel Jacobowitz <drow@mvista.com>
10947
10948 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10949 (bpstat_stop_status): Don't decrement PC.
10950 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10951 prototype.
10952 * infrun.c (adjust_pc_after_break): New function.
10953 (handle_inferior_event): Call it, early. Remove later references
10954 to DECR_PC_AFTER_BREAK.
10955 (normal_stop): Add commentary.
10956
109572004-01-31 Daniel Jacobowitz <drow@mvista.com>
10958
10959 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10960 2004-01-27 double-free fix.
10961
109622004-01-31 Mark Kettenis <kettenis@gnu.org>
10963
10964 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10965 (sparc32_frame_prev_register): Handle StackGhost.
10966 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10967
109682004-01-29 Roland McGrath <roland@redhat.com>
10969
10970 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10971 * configure: Regenerated.
10972
10973 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10974 * Makefile.in (procfs.o): Add dep.
10975
109762004-01-28 Andrew Cagney <cagney@redhat.com>
10977
10978 * tui/tui-stack.h: Update copyright.
10979 (struct frame_info): Add opaque declaration.
10980 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10981 (tui_show_locator_content): Rename tuiShowLocatorContent.
10982 (tui_show_frame_info): Rename tuiShowFrameInfo.
10983 * tui/tui-stack.c: Update copyright. Update references.
10984 * tui/tui-winsource.c: Update references.
10985 * tui/tui-win.c: Update references.
10986 * tui/tui-layout.c: Update references.
10987 * tui/tui-hooks.c: Update copyright, update references.
10988 * tui/tui.c: Update copyright, update references.
10989 * tui/tui-disasm.c: Update references.
10990
109912004-01-28 David Carlton <carlton@kealia.com>
10992
10993 * dwarf2read.c (add_partial_structure): Use demangled name if
10994 namespace equals "".
10995
109962004-01-27 Jim Blandy <jimb@redhat.com>
10997
10998 Clean up misapplied patch:
10999 * dwarf2read.c (determine_prefix): Change one of the two forward
11000 declarations for 'determine_prefix_aux' to a declaration for this.
11001 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11002 argument to 'die_specification'.
11003
11004 * dwarf2read.c (read_func_scope): Re-indent comment.
11005
110062004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
11007
11008 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11009 b->exp to NULL after freeing so that error during re-parsing or
11010 evaluation of expressions associated with breakpoint don't
11011 eventually lead to re-freeing of storage.
11012 Committed by Andrew Cagney.
11013
110142004-01-27 Andrew Cagney <cagney@redhat.com>
11015
11016 * source.c (ambiguous_line_spec): Delete undefined declaration.
11017 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11018 (m32r_set_server_address, m32r_set_download_path): Ditto.
11019 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11020
110212004-01-27 Daniel Jacobowitz <drow@mvista.com>
11022
11023 * dwarf2read.c: Update calls to changed and renamed functions, and
11024 references to moved variables.
11025
11026 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11027 language, language_defn, list_in_scope, and ftypes members.
11028 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11029 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11030 (baseaddr): Remove globals.
11031
11032 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11033 (set_cu_language, die_is_declaration, die_specification)
11034 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11035 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11036 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11037 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11038
11039 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11040 cu.list_in_scope. Don't initialize cu_header_offset.
11041 (add_partial_symbol): Add local baseaddr.
11042 (psymtab_to_symtab_1): Add local baseaddr. Use
11043 objfile->section_offsets for consistency. Don't initialize
11044 cu_header_offset; do initialize cu.header.offset and
11045 cu.list_in_scope.
11046 (read_file_scope, read_func_scope, read_lexical_block_scope)
11047 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11048
110492004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11050
11051 * PROBLEMS: Add gdb/1516.
11052
110532003-12-29 Robert Millan <robertmh@gnu.org>
11054
11055 Patch committed by Andrw Cagney.
11056 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11057 * configure.tgt: Match knetbsd*-gnu.
11058
110592004-01-26 Andrew Cagney <cagney@redhat.com>
11060
11061 * breakpoint.c (catch_command_1): Delete #ifdef code.
11062 (catch_fork_command_1): Delete #ifdef wrapper.
11063 (catch_exec_command_1): Ditto.
11064 (catch_load_command_1): Ditto.
11065 (catch_unload_command_1): Ditto.
11066
11067 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11068 (catch_breakpoint): Delete #if0ed function.
11069 (disable_catch_breakpoint): Ditto.
11070 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11071 (disable_catch, enable_catch, delete_catch): Ditto.
11072
110732004-01-26 Andrew Cagney <cagney@redhat.com>
11074
11075 * remote.c (echo_check, quit_flag): Delete variables.
11076 (cisco_kernel_mode): Delete variable.
11077 (minitelnet_return, tty_input, escape_count): Delete variables.
11078 (remote_cisco_mode): Delete variable.
11079 (remote_cisco_open, remote_cisco_close): Delete function.
11080 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11081 (init_remote_cisco_ops): Delete function.
11082 (_initialize_remote): Do not install "remote cisco" code.
11083 (read_frame): Delete cisco specific code.
11084 (remote_info_process): Delete function.
11085 (remote_wait): Delete cisco specific code.
11086 (remote_cisco_section_offsets): Delete function.
11087 (remote_cisco_objfile_relocate): Delete function.
11088 (remote_async_wait): Delete cisco specific code.
11089 (minitelnet, readtty, readsocket): Delete function.
11090
110912004-01-26 Andrew Cagney <cagney@redhat.com>
11092
11093 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11094 comments mentioning extract_returned_value_address.
11095 * infcmd.c (print_return_value): Update. Add comments on
11096 extract_returned_value_address.
11097 * stack.c (return_command): Add comments on
11098 extract_returned_value_address.
11099 * values.c: Update comment.
11100 * m32r-tdep.c: Update comment.
11101 * sparc-tdep.c: Update comment.
11102 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11103 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11104 * sh64-tdep.c (sh64_gdbarch_init): Update.
11105 * sh-tdep.c (sh_gdbarch_init): Update.
11106 * s390-tdep.c (s390_gdbarch_init): Update.
11107 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11108 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11109 * m68k-tdep.c (m68k_gdbarch_init): Update.
11110 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11111 * m32r-tdep.c (m32r_gdbarch_init): Update.
11112 * ia64-tdep.c (ia64_gdbarch_init): Update.
11113 * h8300-tdep.c (h8300_gdbarch_init): Update.
11114 * frv-tdep.c (frv_gdbarch_init): Update.
11115 * arm-tdep.c (arm_gdbarch_init): Update.
11116 * alpha-tdep.c (alpha_gdbarch_init): Update.
11117
111182004-01-26 Andrew Cagney <cagney@redhat.com>
11119
11120 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11121 SYMBOL_LOCATION_FUNCS
11122 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11123 "struct symbol_ops".
11124 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11125 type to "struct symbol_ops".
11126 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11127 (struct symbol): Replace ".aux_value.loc.funcs" and
11128 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11129 (SYMBOL_OBJFILE): Delete macro.
11130 (SYMBOL_LOCATION_FUNCS): Delete macro.
11131 (SYMBOL_LOCATION_BATON): Update.
11132 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11133 intead of SYMBOL_LOCATION_FUNCS.
11134 * ax-gdb.c (gen_var_ref): Ditto.
11135 * printcmd.c (address_info): Ditto.
11136 * findvar.c (read_var_value): Ditto.
11137 (symbol_read_needs_frame): Ditto.
11138
111392004-01-26 Andrew Cagney <cagney@redhat.com>
11140
11141 * dwarf2read.c (read_func_scope): Document frame-base hack.
11142
111432004-01-25 Mark Kettenis <kettenis@gnu.org>
11144
11145 * infcmd.c (print_return_value): Plug memory leak; delete
11146 ui_stream object. Rename argument `structure_return' to
11147 `struct_return'.
11148
111492004-01-25 Mark Kettenis <kettenis@gnu.org>
11150
11151 * infcmd.c (print_return_value): Wrap long lines.
11152 (finish_command_continuation, finish_command): Remove unused
11153 variable `funcaddr'. Fix some coding-standards problems.
11154
11155 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11156 SECT_SIZE is large enough, not whether it's exactly the right size.
11157 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11158 TDEP->fpregset to zero.
11159
11160 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11161 floating-point registers for traditional NetBSD core files.
11162 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11163 TDEP->sizeof_fpregset here.
11164
111652004-01-25 Mark Kettenis <kettenis@gnu.org>
11166
11167 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11168 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11169 function with code split out from
11170 sparc32nbsd_sigcontext_frame_cache.
11171 (sparc32nbsd_sigcontext_frame_cache): Use
11172 sparc32nbsd_sigcontext_saved_regs.
11173 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11174 OpenBSD.
11175 * sparcobsd-tdep.c: New file.
11176 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11177 (sparcobsd-tdep.o): New dependency.
11178 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11179 * config/sparc/obsd.mt: New file.
11180
11181 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11182 TDEP->fpregset to be initialized to enable core file register
11183 sets.
11184
111852004-01-24 Mark Kettenis <kettenis@gnu.org>
11186
11187 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11188 Add opaque declarations.
11189 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11190 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11191 function with code split out from
11192 sparc64nbsd_sigcontext_frame_cache.
11193 (sparc64nbsd_sigcontext_frame_cache): Use
11194 sparc64nbsd_sigcontext_saved_regs.
11195 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11196 OpenBSD.
11197 * sparc64obsd-tdep.c: New file.
11198 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11199 (sparc64obsd-tdep.o): New dependency.
11200 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11201 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11202 * config/sparc/obsd64.mt: New file.
11203
11204 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11205 read the instruction at PC.
11206
11207 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11208 value of GDB_OSABI_DEFAULT.
11209 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11210 instead of GDB_OSABI_NETBSD_AOUT.
11211
112122004-01-24 Nick Roberts <nick@nick.uklinux.net>
11213
11214 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11215 copyright.
11216
112172004-01-23 Andrew Cagney <cagney@redhat.com>
11218
11219 * printcmd.c (display_command): Replace tui_set_display call with
11220 tui_set_layout_for_display_command.
11221 * tui/tui.h (enum tui_win_type): Define.
11222 (tui_set_layout): Delete declaration.
11223 (tui_set_layout_for_display_command): Rename set_tui_layout.
11224 * tui/tui-data.h (enum tui_layout_type): Define.
11225 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11226 "tui.h".
11227 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11228 (tui_default_win_height): Rename tuiDefaultWinHeight.
11229 (tui_default_win_viewport_height): Rename
11230 tuiDefaultWinViewportHeight.
11231 (tui_set_layout): RenametuiSetLayout.
11232 * tui/tui-layout.c: Update references.
11233 * tui/tui.c: Update references.
11234 * tui/tui-disasm.c: Update references.
11235
112362004-01-23 David Carlton <carlton@kealia.com>
11237
11238 Partial workaround for PR c++/1511:
11239 * cp-namespace.c: Include frame.h.
11240 (cp_lookup_transparent_type): New
11241 (cp_lookup_transparent_type_loop): New.
11242 * cp-support.h: Declare cp_lookup_transparent_type.
11243 * symtab.c (basic_lookup_transparent_type): Renamed from
11244 lookup_transparent_type.
11245 (lookup_transparent_type): Replace old body by a call to
11246 current_language->la_lookup_transparent_type.
11247 * symtab.h: Update copyright. Declare
11248 basic_lookup_transparent_type.
11249 * language.h: Update copyright.
11250 (struct language_defn): Add la_lookup_transparent_type.
11251 * language.c: Update copyright.
11252 (unknown_language_defn): Add basic_lookup_transparent_type.
11253 (auto_language_defn): Add basic_lookup_transparent_type.
11254 (local_language_defn): Add basic_lookup_transparent_type.
11255 * ada-lang.c: Update copyright.
11256 (ada_language_defn): Add basic_lookup_transparent_type.
11257 * c-lang.c: Update copyright.
11258 (c_language_defn): Add basic_lookup_transparent_type.
11259 (cplus_language_defn): Add basic_lookup_transparent_type.
11260 (asm_language_defn): Add basic_lookup_transparent_type.
11261 (minimal_language_defn): Add basic_lookup_transparent_type.
11262 * f-lang.c: Update copyright.
11263 (f_language_defn): Add basic_lookup_transparent_type.
11264 * jv-lang.c: Update copyright.
11265 (java_language_defn): Add basic_lookup_transparent_type.
11266 * m2-lang.c: Update copyright.
11267 (m2_language_defn): Add basic_lookup_transparent_type.
11268 * objc-lang.c: Update copyright.
11269 (objc_language_defn): Add basic_lookup_transparent_type.
11270 * p-lang.c: Update copyright.
11271 (p_language_defn): Add basic_lookup_transparent_type.
11272 * scm-lang.c: Update copyright.
11273 (scm_language_defn): Add basic_lookup_transparent_type.
11274 * Makefile.in (cp-namespace.o): Depend on frame.h.
11275
112762004-01-23 David Carlton <carlton@kealia.com>
11277
11278 Patch for PR c++/1520:
11279 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11280 properly if we have a specification die.
11281 (determine_prefix_aux): Rename from determine_prefix.
11282 (determine_prefix): Like the old determine_prefix, but never
11283 returns NULL.
11284
112852004-01-23 Theodore A. Roth <troth@openavr.org>
11286
11287 * avr-tdep.c: Update copyright.
11288 (avr_iaddr_p): Delete unused function.
11289 (avr_saddr_p): Delete unused function.
11290
112912004-01-23 David Carlton <carlton@kealia.com>
11292
11293 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11294 Fix for PR symtab/1534.
11295
112962004-01-23 Mark Kettenis <kettenis@gnu.org>
11297
11298 * NEWS (New native configurations): Mention OpenBSD/sparc and
11299 OpenBSD/sparc64.
11300 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11301 * configure.host: Likewise.
11302 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11303 handler for OpenBSD.
11304 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11305
113062004-01-22 Mark Kettenis <kettenis@gnu.org>
11307
11308 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11309 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11310
11311 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11312 * cli/cli-cmds.c (shell_escape): Likewise.
11313
11314 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11315 OpenBSD .note.openbsd.ident sections.
11316
113172004-01-22 David Carlton <carlton@kealia.com>
11318
11319 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11320 get_scope_pc_bounds.
11321 (read_file_scope): Ditto.
11322 (get_scope_pc_bounds): New function, produced by extracting code
11323 from the above two functions, consolidating it, and adding support
11324 for DW_TAG_namespace.
11325
113262004-01-22 Mark Kettenis <kettenis@gnu.org>
11327
11328 * osabi.c (MAX_NOTESZ): New define.
11329 (check_note): New function.
11330 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11331 check_note.
11332
113332004-01-21 Roland McGrath <roland@redhat.com>
11334
11335 * MAINTAINERS (write after approval): Add myself.
11336
113372004-01-21 Eli Zaretskii <eliz@gnu.org>
11338
11339 * utils.c (init_page_info): Move declarations of `rows' and
11340 `cols' before the __GO32__-specific code. Move the closing brace
11341 outside the #ifdef __GO32__..#endif block.
11342 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11343
113442004-01-21 Paul Brook <paul@codesourcery.com>
11345
11346 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11347 BPSTAT_WHAT_CHECK_SHLIBS.
11348
113492004-01-21 Paul Brook <paul@codesourcery.com>
11350
11351 * MAINTAINERS: Add myself to write-after-approval.
11352
113532004-01-20 Andrew Cagney <cagney@redhat.com>
11354
11355 * ax-gdb.c (print_axs_value): Delete unused function.
11356 * jv-lang.c (java_lookup_type): Delete unused function.
11357 * cli/cli-dump.c (dump_filetype): Delete unused function.
11358 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11359 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11360 (mips_getstring): Delete unused function.
11361 (pmon_insert_breakpoint): Delete #if0ed function.
11362 (PMON_MAX_BP): Delete #if0ed MACRO.
11363 (mips_pmon_bp_info): Delete #if0ed variable.
11364 (pmon_remove_breakpoint): Delete #if0ed function.
11365 * monitor.c (monitor_write_even_block): Delete unused function.
11366 (monitor_write_memory_block): Delete #if0ed code.
11367 * dink32-rom.c (dink32_load): Delete unused function.
11368 (_initialize_dink32_rom): Delete #if0ed code.
11369 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11370
11371 * tui/tui-command.c: Update references.
11372 * tui/tui-io.c: Update references.
11373 * tui/tui-command.h: Update copyright.
11374 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11375
11376 * source.c (ambiguous_line_spec): Delete never-defined function.
11377 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11378 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11379 * cli/cli-cmds.c (validate_comname): Ditto.
11380
11381 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11382 "tui-data.h".
11383 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11384 (tui_show_disassem): Rename tuiShowDisassem.
11385 (tui_show_disassem_and_update_source): Rename
11386 tuiVerticalDisassemScroll.
11387 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11388 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11389 * tui/tui.h: Update copyright.
11390 (enum tui_status): Define.
11391 * tui/tui-data.h (enum tui_scroll_direction): Define.
11392 * tui/tui-disasm.c: Update copyright. Update references.
11393 * tui/tui-winsource.c: Update copyright. Update references.
11394 * tui/tui-win.c: Update references.
11395 * tui/tui-layout.c: Update references.
11396
113972004-01-20 Andrew Cagney <cagney@redhat.com>
11398
11399 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11400 sym2 to start of block.
11401
114022004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11403
11404 * MAINTAINERS: Delete mmalloc.
11405 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11406 * NEWS: Mention removal of --with-malloc.
11407 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11408 * config.in: Regenerate.
11409 * configure: Regenerate.
11410 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11411 USE_MMALLOC, MMCHECK_FORCE.
11412 * gdbinit.in: Remove mmalloc.
11413 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11414 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11415 * config/i386/go32.mh: Likewise.
11416 * config/i386/interix.mh: Likewise.
11417 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11418
114192004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11420
11421 * linespec.c (decode_variable, symtab_from_filename): Call
11422 error_silent with error message instead of throwing an exception
11423 directly.
11424 * defs.h (error_silent, error_output_message): Add prototypes.
11425 (catch_exceptions_with_msg): Ditto.
11426 * utils.c (error_silent, error_output_message): New functions.
11427 * top.c (catch_exceptions_with_msg): New function.
11428
114292004-01-20 Nick Roberts <nick@nick.uklinux.net>
11430
11431 * mi/mi-cmds.h (enum print_values): Add definition.
11432
11433 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11434 type and value for simple data types and just the name and type
11435 for complex ones, if required.
11436
11437 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11438 children, if required.
11439
114402004-01-19 Kevin Buettner <kevinb@redhat.com>
11441
11442 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11443 unused declarations.
11444
114452004-01-19 Andrew Cagney <cagney@redhat.com>
11446
11447 * top.h (mapped_symbol_files): Delete declaration.
11448 * main.c (captured_main): Delete option "m" and "mapped".
11449 * objfiles.c (mapped_symbol_files): Delete variable.
11450 * symfile.c (symbol_file_command): Delete mmap code.
11451 (symbol_file_add_with_addrs_or_offsets): Ditto.
11452 (add_symbol_file_command, reread_separate_symbols): Ditto.
11453 * objfiles.h (OBJF_MAPPED): Delete.
11454 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11455 (free_objfile) [USE_MMALLOC]: Ditto.
11456 (open_existing_mapped_file): Delete function.
11457 (open_mapped_file): Delete function.
11458 (map_to_file): Delete function.
11459
114602004-01-19 Kevin Buettner <kevinb@redhat.com>
11461
11462 * infrun.c (step_into_function): Account for possible breakpoint
11463 adjustment when computing ``stop_func_start''.
11464
114652004-01-19 Kevin Buettner <kevinb@redhat.com>
11466
11467 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11468 the region size against the size of a pointer, not the size of
11469 a register as given by DEPRECATED_REGISTER_SIZE.
11470
114712004-01-19 Andrew Cagney <cagney@redhat.com>
11472
11473 * tui/tui-regs.h: Include "tui-data.h".
11474 (tuiFirstRegElementNoInLine): Delete declaration.
11475 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11476 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11477 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11478 (tui_calculate_regs_column_count): Rename
11479 tuiCalculateRegsColumnCount.
11480 (tui_check_register_values): Rename tuiCheckRegisterValues.
11481 (tui_show_registers): Rename tuiShowRegisters.
11482 (tui_display_registers_from_line): Rename
11483 tuiDisplayRegistersFromLine.
11484 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11485 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11486 (tui_first_reg_element_no_inline): Rename
11487 tuiFirstRegElementNoInLine.
11488 * tui/tui-data.h: Update copyright.
11489 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11490 * tui/tui-windata.c: Update copyright, update references.
11491 * tui/tui-regs.c: Update copyright, update references.
11492 * tui/tui-win.c: Update copyright, update references.
11493 * tui/tui-layout.c: Update copyright, update references.
11494
114952004-01-18 Andrew Cagney <cagney@redhat.com>
11496
11497 * tui/tui-io.c: Update copyright.
11498 (key_is_end_sequence, key_is_backspace): New functions.
11499 (key_is_command_char, key_is_start_sequence): New function.
11500 (tui_getc): Update references.
11501 * tui/tui-io.h: Update copyright.
11502 (m_tuiStartNewLine): Delete macro.
11503 (m_isBackspace, m_isDeleteChar): Delete macros.
11504 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11505 (m_isNextPage, m_isPrevPage): Delete macros.
11506 (m_isLeftArrow, m_isRightArrow): Delete macros.
11507 (m_isXdbStyleCommandChar): Delete macro.
11508 (key_is_start_sequence): Declare, replace m_isStartSequence.
11509 (key_is_end_sequence): Declare, replace m_isEndSequence.
11510 (key_is_backspace): Declare ,replace m_isBackspace.
11511 (key_is_command_char): Declare, replace m_isCommandChar.
11512 * tui/tui-command.c: Update copyright.
11513 (tuiDispatchCtrlChar): Update references.
11514
11515 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11516 tuiSourceWin.h.
11517
11518 * tui/tui-command.c: Rename tui/tuiCommand.c.
11519 * tui/tui-command.h: Rename tui/tuiCommand.h.
11520 * tui/tui-data.c: Rename tui/tuiData.c.
11521 * tui/tui-data.h: Rename tui/tuiData.h.
11522 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11523 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11524 * tui/tui-io.c: Rename tui/tuiIO.c.
11525 * tui/tui-io.h: Rename tui/tuiIO.h.
11526 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11527 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11528 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11529 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11530 * tui/tui-source.c: Rename tui/tuiSource.c.
11531 * tui/tui-source.h: Rename tui/tuiSource.h.
11532 * tui/tui-stack.c: Rename tui/tuiStack.c.
11533 * tui/tui-stack.h: Rename tui/tuiStack.h.
11534 * tui/tui-win.c: Rename tui/tuiWin.c.
11535 * tui/tui-win.h: Rename tui/tuiWin.h.
11536 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11537 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11538 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11539 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11540 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11541 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11542 * tui/tui-file.c: Update includes.
11543 * tui/tui-hooks.c: Update includes.
11544 * tui/tui-interp.c: Update includes.
11545 * tui/tui.c: Update includes.
11546 * Makefile.in: Update all tui/ dependencies.
11547 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11548
11549 * Makefile.in: Update copyright. Update dependencies.
11550
11551 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11552 problem.
11553
115542004-01-18 Andrew Cagney <cagney@redhat.com>
11555
11556 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11557 instead of register_gdbarch_init.
11558
11559 * remote-sds.c (tohex): Delete unused function. Update copyright.
11560 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11561 * v850-tdep.c (v850_register_virtual_size): Ditto.
11562 * target.c (normal_target_post_startup_inferior): Ditto.
11563 * source.c (ambiguous_line_spec): Ditto.
11564 * remote.c (adapt_remote_get_threadinfo): Ditto.
11565 * mi/mi-out.c (out_field_fmt): Ditto.
11566 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11567 (output_control_change_notification): Ditto.
11568 * m68k-tdep.c (m68k_register_byte): Ditto.
11569 (m68k_remote_breakpoint_from_pc): Ditto.
11570 * ui-out.c (init_ui_out_state): Delete unused declaration.
11571 * stabsread.c (search_value): Ditto.
11572 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11573 * maint.c (print_section_table): Ditto.
11574 * infrun.c (set_follow_fork_mode_command): Ditto.
11575
115762004-01-18 Mark Kettenis <kettenis@gnu.org>
11577
11578 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11579 DW_CFA_def_cfa_exporession. Add support for
11580 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11581 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11582
115832004-01-18 Andrew Cagney <cagney@redhat.com>
11584
11585 * ocd.c: Update copyright.
11586 (bdm_read_register_command): Delete unused function.
11587 (_initialize_remote_ocd): Delete commented out reference.
11588 (get_quoted_char, reset_packet): Delete #if0ed function.
11589 (output_packet, put_quoted_char): Delete #if0ed function.
11590 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11591 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11592 (BDM_BREAKPOINT): Delete #if0ed macro.
11593 (remote_timeout): Delete #if0ed variable.
11594
115952004-01-18 Mark Kettenis <kettenis@gnu.org>
11596
11597 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11598 (core-sol2.o): Remove dependency.
11599 * core-sol2.c: Remove file.
11600
116012004-01-17 Andrew Cagney <cagney@redhat.com>
11602
11603 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11604 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11605 enums.
11606
116072004-01-17 Daniel Jacobowitz <drow@mvista.com>
11608
11609 * remote.c: Update copyright years.
11610
116112004-01-17 Daniel Jacobowitz <drow@mvista.com>
11612
11613 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11614
116152004-01-17 Andrew Cagney <cagney@redhat.com>
11616
11617 * mdebugread.c: Update copyright.
11618 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11619 (parse_type, parse_procedure): Ditto.
11620 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11621
11622 * cris-tdep.c (cris_store_struct_return): Put back accidently
11623 deleted function.
11624
11625 * gdbarch.sh: Update copyright year.
11626 * gdbarch.h, gdbarch.c: Re-generate.
11627
116282004-01-17 Daniel Jacobowitz <drow@mvista.com>
11629
11630 Suggested by George Anzinger.
11631 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11632 correct stack offset. Include unknown opcode numbers in the error
11633 message.
11634
116352004-01-17 Andrew Cagney <cagney@redhat.com>
11636
11637 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11638 extract_struct_value_address, i386 does not set it.
11639 * sparc64-tdep.c (sparc64_init_abi): Do not set
11640 extract_struct_value_address, never called.
11641 (sparc64_extract_struct_value_address): Delete function.
11642 * m68hc11-tdep.c: Update copyright.
11643 (m68hc11_gdbarch_init): Delete redundant assignment of
11644 extract_struct_value_address.
11645 * i386-tdep.c: Update copyright.
11646 (i386_gdbarch_init): Do not set extract_struct_value_address,
11647 never called.
11648 (i386_extract_struct_value_address): Delete function.
11649 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11650 extract_struct_value_address, never called.
11651 (sparc32_extract_struct_value_address): #if 0 function. Add
11652 comments explaining its future.
11653
116542004-01-17 Daniel Jacobowitz <drow@mvista.com>
11655
11656 * arm-tdep.c (arm_write_pc): New function.
11657 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11658
116592004-01-17 Daniel Jacobowitz <drow@mvista.com>
11660
11661 * breakpoint.c (must_shift_inst_regs): Delete.
11662 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11663 and SHIFT_INST_REGS.
11664 * infcmd.c (step_1, step_1_continuation): Delete references to
11665 SHIFT_INST_REGS.
11666 * infrun.c (keep_going): Likewise.
11667 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11668 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11669
116702004-01-17 Andrew Cagney <cagney@redhat.com>
11671
11672 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11673 * gdbarch.h, gdbarch.c: Re-generate.
11674 * infcmd.c (print_return_value): Delete reference to
11675 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11676
11677 * cris-tdep.c (cris_gdbarch_init): Do not set
11678 deprecated_extract_struct_value_address.
11679
11680 * xstormy16-tdep.c: Update copyright.
11681 (xstormy16_extract_struct_value_address): Update to current
11682 extract struct value address interface.
11683 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11684 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11685 current extract struct value address interface.
11686 (sh64_gdbarch_init): Set extract_struct_value_address.
11687
11688 * cris-tdep.c: Update copyright.
11689 (cris_extract_struct_value_address): Delete function.
11690 (struct_return_address): Delete variable.
11691 (cris_store_struct_return): Do not set struct_return_address.
11692
11693 * mcore-tdep.c: Update copyright.
11694 (mcore_extract_struct_value_address): Delete function. Update
11695 comments.
11696 (mcore_gdbarch_init): Update.
11697 * mn10300-tdep.c: Update copyright.
11698 (mn10300_extract_struct_value_address): Delete function.
11699 (mn10300_gdbarch_init): Update.
11700 * v850-tdep.c: Update copyright.
11701 (v850_extract_struct_value_address): Delete.
11702 (v850_gdbarch_init): Update.
11703 * ns32k-tdep.c: Update copyright.
11704 (ns32k_extract_struct_value_address): Delete.
11705 (ns32k_gdbarch_init): Update.
11706 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11707 (hppa_gdbarch_init): Update.
11708 * vax-tdep.c: Update copyright.
11709 (vax_extract_struct_value_address): Delete.
11710 (vax_gdbarch_init): Update.
11711
11712 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11713 * gdbarch.h, gdbarch.c: Re-generate.
11714 * procfs.c (procfs_fetch_registers): Delete reference to
11715 DEPRECATED_NPC_REGNUM.
11716 (procfs_store_registers): Ditto.
11717 * regcache.c (generic_target_write_pc): Simplify.
11718 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11719
11720 * core-sol2.c (fetch_core_registers): Replace
11721 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11722
11723 * hppa-tdep.c: Update copyright year.
11724 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11725 NPC_REGNUM.
11726 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11727
11728 * mips-tdep.c (mips_write_pc): New function.
11729 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11730 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11731 (mips_find_saved_regs, mips_software_single_step: Ditto.
11732 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11733 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11734
117352004-01-17 Andrew Cagney <cagney@redhat.com>
11736
11737 * mips-tdep.c: Re-indent. Group functions by ABI.
11738
117392004-01-17 Andrew Cagney <cagney@redhat.com>
11740
11741 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11742 * gdbarch.c: Re-generate.
11743 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11744 DECR_PC_AFTER_BREAK to zero.
11745 * vax-tdep.c (vax_gdbarch_init): Ditto.
11746 * v850-tdep.c (v850_gdbarch_init): Ditto.
11747 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11748 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11749 * sh-tdep.c (sh_gdbarch_init): Ditto.
11750 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11751 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11752 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11753 * mips-tdep.c (mips_gdbarch_init): Ditto.
11754 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11755 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11756 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11757 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11758 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11759 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11760 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11761 * frv-tdep.c (frv_gdbarch_init): Ditto.
11762 * cris-tdep.c (cris_gdbarch_init): Ditto.
11763 * avr-tdep.c (avr_gdbarch_init): Ditto.
11764 * arm-tdep.c (arm_gdbarch_init): Ditto.
11765 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11766
117672004-01-17 J. Brobecker <brobecker@gnat.com>
11768
11769 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11770 Delete, no longer used.
11771 (read_subrange_type): New function, mostly extracted from
11772 read_array_type().
11773 (read_array_type): Replace extracted code by call to
11774 read_subrange_type().
11775 (dwarf2_get_attr_constant_value): New function.
11776 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11777 (add_partial_symbol): Likewise.
11778 (process_die): Likewise.
11779 (new_symbol): Likewise.
11780 (read_type_die): Likewise.
11781
117822004-01-16 Andrew Cagney <cagney@redhat.com>
11783
11784 * symfile.c: Update copyright year.
11785 (compare_symbols): Delete unused function.
11786 * stabsread.c: Update copyright year.
11787 (lrs_general_complaint): Delete unused function.
11788 (ref_search_value): Ditto.
11789 (get_substring): Delete declaration.
11790 * sh64-tdep.c: Update copyright year.
11791 (sh64_get_gdb_regnum): Delete unused function.
11792 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11793 Delete unused function.
11794
117952004-01-17 Mark Kettenis <kettenis@gnu.org>
11796
11797 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11798 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11799
118002004-01-16 Andrew Cagney <cagney@redhat.com>
11801
11802 Changes from Peter Schauer.
11803 * rs6000-tdep.c: Update copyright year.
11804 (rs6000_push_dummy_call): Update the stack pointer before
11805 accessing the corresponding stack region.
11806 * rs6000-nat.c: Update copyright year.
11807 (set_host_arch): Set "info.abfd" to "exec_bfd".
11808
118092004-01-15 Mark Kettenis <kettenis@gnu.org>
11810
11811 * blockframe.c: Update copyright year.
11812 (inside_entry_func): Don't treat a zero PC specially.
11813
118142004-01-14 Elena Zannoni <ezannoni@redhat.com>
11815
11816 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11817 variable.
11818 (gcore_create_callback): Ditto. Skip any memory segment that has
11819 no permissions set.
11820
118212004-01-14 David Carlton <carlton@kealia.com>
11822
11823 Change symbols for C++ nested types to contain the fully qualified
11824 name, if possible. (At least in the DWARF-2 case.) Partial fix
11825 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11826 c++/895.
11827 * c-exp.y (qualified_type): Handle types nested within classes.
11828 * cp-namespace.c: Update comments.
11829 (cp_set_block_scope): Delete #if 0.
11830 (cp_lookup_nested_type): Handle types nested within classes.
11831 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11832 when appropriate.
11833 (add_partial_symbol): Add the name of the enclosing namespace to
11834 types.
11835 (pdi_needs_namespace): New.
11836 (add_partial_namespace): Tweak comment.
11837 (add_partial_structure): New.
11838 (psymtab_to_symtab_1): Initialize processing_current_prefix
11839 here...
11840 (process_die): instead of here.
11841 (read_structure_scope): Try to figure out the name of the class or
11842 namespace that the structure might be defined within.
11843 (read_enumeration): Generate fully-qualified names, if possible.
11844 (read_namespace): Don't set name to NULL.
11845 (die_specification): New.
11846 (new_symbol): Generate fully-qualified names for types.
11847 (read_type_die): Determine appropriate prefix.
11848 (determine_prefix): New.
11849 (typename_concat): New.
11850 (class_name): New.
11851 * valops.c (value_aggregate_elt): Pass NOSIDE to
11852 value_struct_elt_for_reference.
11853 (value_struct_elt_for_reference): Make static, add NOSIDE
11854 parameter, call value_maybe_namespace_elt as a last resort.
11855 (value_namespace_elt): Break out code into
11856 value_maybe_namespace_elt.
11857 (value_maybe_namespace_elt): New.
11858
118592004-01-12 Andrew Cagney <cagney@redhat.com>
11860
11861 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11862 cooked floating-point registers.
11863 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11864 and value_to_register.
11865
118662004-01-13 Andrew Cagney <cagney@redhat.com>
11867
11868 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11869 * gdbarch.c: Re-generate.
11870 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11871 FUNCTION_START_OFFSET.
11872 * v850-tdep.c (v850_gdbarch_init): Ditto.
11873 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11874 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11875 * sh-tdep.c (sh_gdbarch_init): Ditto.
11876 * s390-tdep.c (s390_gdbarch_init): Ditto.
11877 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11878 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11879 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11880 * mips-tdep.c (mips_gdbarch_init): Ditto.
11881 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11882 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11883 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11884 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11885 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11886 * i386-tdep.c (i386_gdbarch_init): Ditto.
11887 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11888 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11889 * frv-tdep.c (frv_gdbarch_init): Ditto.
11890 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11891 * cris-tdep.c (cris_gdbarch_init): Ditto.
11892 * avr-tdep.c (avr_gdbarch_init): Ditto.
11893 * arm-tdep.c (arm_gdbarch_init): Ditto.
11894 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11895
118962004-01-13 Daniel Jacobowitz <drow@mvista.com>
11897
11898 * infrun.c (follow_fork_mode_ask): Remove.
11899 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11900 (follow_fork): Simplify and remove internal error for
11901 follow_fork_mode_ask.
11902 (_initialize_infrun): Update "set follow-fork-mode" help text.
11903
119042004-01-13 Andrew Cagney <cagney@redhat.com>
11905
11906 * configure.in: Update copyright year.
11907 (build_warnings): Add -Wunused-label.
11908 * configure: Re-generate.
11909
119102004-01-12 Andrew Cagney <cagney@redhat.com>
11911
11912 * exec.h (exec_ops): Make "extern".
11913
11914 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11915 the function is void.
11916 (mips_pseudo_register_write): Ditto.
11917
119182004-01-12 Andrew Cagney <cagney@redhat.com>
11919
11920 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11921 call. Never defined.
11922 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11923 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11924 (struct sparc_gregset, struct regcache): Ditto.
11925 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11926
119272004-01-12 Andrew Cagney <cagney@redhat.com>
11928
11929 * mi/ChangeLog: Delete file. Renamed to ...
11930 * mi/ChangeLog-1999-2003: New file.
11931 * tui/ChangeLog: Delete file. Renamed to ...
11932 * tui/ChangeLog-1998-2003: New file.
11933
119342004-01-11 Mark Kettenis <kettenis@gnu.org>
11935
11936 * sparc64nbsd-tdep.c: Include "regset.h".
11937 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11938 Remove variables.
11939 (fetch_core_registers): Remove function.
11940 (sparc64nbsd_core_fns): Remove variable.
11941 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11942 functions.
11943 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11944 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11945 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11946
11947 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11948 sparc_extract_struct_value_address.
11949 (sparc32_gdbarch_init): Set extract_struct_value_address.
11950 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11951 function.
11952 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11953 return_value_on_stack.
11954
11955 * NEWS: Mention that %cs and %ss have been added to the AMD64
11956 configurations
11957
11958 * frame.c: Update copyright year.
11959 (get_prev_frame): Improve comment.
11960
11961 * sparc64fbsd-tdep.c: Include "regset.h".
11962 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11963 Remove variables.
11964 (fetch_core_registers): Remove function.
11965 (sparc64fbsd_core_fns): Remove variable.
11966 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11967 functions.
11968 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11969 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11970 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11971
11972 * sparcnbsd-tdep.c: Include "regset.h".
11973 (fetch_core_registers): Remove function.
11974 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11975 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11976 functions.
11977 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11978 TDEP->fpregset.
11979 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11980
11981 * sparc-tdep.h (struct regset): Provide opaque declaration.
11982 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11983 fpregset and sizeof_fpregset members.
11984 * sparc-tdep.c (struct regset): Provide opaque declaration.
11985 (sparc_regset_from_core_section): New function.
11986 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11987 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11988 Set regset_from_core_section when appropriate.
11989
119902004-01-10 Mark Kettenis <kettenis@gnu.org>
11991
11992 * x86-64-tdep.c (amd64_non_pod_p): New function.
11993 (amd64_classify_aggregate): Return class memory for non-POD
11994 C++ structure types.
11995
11996 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11997 argument. Use it to reserve a register if necessary.
11998 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11999 amd64_push_arguments.
12000
12001 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12002
12003 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12004 register numbers in comments.
12005 * x86-64-tdep.h: Update copyright year.
12006 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12007 Adjust for addition of %cs and %ss.
12008 * amd64fbsd-nat.c: Update copyright year.
12009 (reg_offset): Add register offsets for %cs and %ss.
12010 * amd64fbsd-tdep.c: Update copyright year.
12011 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12012 (amd64fbsd_sc_reg_offset): Likewise.
12013 * x86-64-linux-nat.c: Update copyright year.
12014 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12015 and %ss.
12016 * amd64nbsd-nat.c: Update copyright year.
12017 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12018 * amd64nbsd-tdep.c: Update copyright year.
12019 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12020 * x86-64-linux-tdep.c: Update copyright year.
12021 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12022 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12023 * regformats/reg-x86-64.dat: Add %cs and %ss.
12024
12025 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12026 variables to prevent long lines. Update comments to reflect
12027 reality.
12028
120292004-01-09 David Carlton <carlton@kealia.com>
12030
12031 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12032 * dwarf2read.c (read_namespace): Pull out name-generating code
12033 into namespace_name. Rename previous_namespace to previous_prefix
12034 and processing_current_namespace to processing_current_prefix..
12035 (namespace_name): New function.
12036 (add_partial_symbol): Substitute uses of pdi->name with
12037 actual_name.
12038 * cp-support.h: Rename processing_current_namespace to
12039 processing_current_prefix.
12040 Update copyright year.
12041 * cp-namespace.c: Rename processing_current_namespace to
12042 processing_current_prefix.
12043 Update copyright year.
12044
120452004-01-09 Andrew Cagney <cagney@redhat.com>
12046
12047 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12048
120492004-01-09 Mark Kettenis <kettenis@gnu.org>
12050
12051 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12052 complaining.
12053 (process_one_symbol): Deal with N_PATCH stabs.
12054
120552004-01-09 Elena Zannoni <ezannoni@redhat.com>
12056
12057 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12058 ifdeffed code.
12059 Update copyright year.
12060
120612004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12062
12063 * config/pa/tm-hppa.h: Update extern declarations for
12064 hppa32_hpux_frame_saved_pc_in_sigtramp,
12065 hppa32_hpux_frame_base_before_sigtramp, and
12066 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12067
120682004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12069
12070 * config/pa/tm-hppah.h: Update copyright years.
12071
120722004-01-08 Andrew Cagney <cagney@redhat.com>
12073
12074 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12075 (mips_o32_reg_struct_has_addr): Delete function.
12076 (mips_gdbarch_init): Update.
12077 (mips_extract_struct_value_address): Delete function.
12078
120792004-01-08 David Mosberger <davidm@hpl.hp.com>
12080
12081 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12082 reality.
12083
120842004-01-07 Andrew Cagney <cagney@redhat.com>
12085
12086 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12087 architecture's elf flags (when available).
12088
12089 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12090 FPU to the start, check the MIPS FPU when looking for an old
12091 architecture.
12092 (set_mipsfpu_single_command): Update the architecture.
12093 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12094
12095 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12096 (mips_mask_address_p): Add "tdep" parameter.
12097 (show_mask_address, mips_addr_bits_remove): Update.
12098 (mips_dump_tdep): Update.
12099 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12100 (MIPS_STACK_ARGSIZE): Delete macro.
12101 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12102 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12103 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12104 (mips_dump_tdep): Update.
12105 (MIPS_SAVED_REGSIZE): Delete macro.
12106 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12107 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12108 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12109 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12110 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12111 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12112 (mips_pop_frame, return_value_location): Update.
12113 (mips_n32n64_return_value, mips_dump_tdep): Update.
12114
12115 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12116 MIPS ABI.
12117
12118 * mips-tdep.c: Update copyright.
12119 (mips_gdbarch_init): Merge two code blocks handling the register
12120 name and number layout.
12121
121222004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12123
12124 * tracepoint.c (validate_actionline): Fix segv at EOF
12125
121262004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12127
12128 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12129 properly for static fields.
12130
121312004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12132 Jason Molenda <jmolenda@apple.com>
12133
12134 * disasm.c: Update copyright to include 2004.
12135 (do_mixed_source_and_assembly): For uiout asm list
12136 and tuple cleanups, initialize to null_cleanup instead of
12137 NULL and do so prior to loop. Only reset when we close off
12138 the tuple/list. Move check for whether to close off the
12139 asm tuple/list to after dump_insns call where it will be run
12140 on each loop iteration.
12141
121422004-01-05 Andrew Cagney <cagney@redhat.com>
12143
12144 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12145 should be a switch case and not a label.
12146 * mips-tdep.c (mips32_next_pc): Delete unused labels
12147 "greater_equal_branch" and "less_zero_branch".
12148 * jv-valprint.c (java_print_value_fields): Delete unused label
12149 "flush_it".
12150
12151 * target.c (unpush_target): Only close a target that is in the
12152 target stack.
12153
121542004-01-05 Mark Kettenis <kettenis@gnu.org>
12155
12156 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12157 address from [sp + 64] instead of %o2.
12158
12159 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12160 fixes PR backtrace/1476.
12161
121622004-01-05 Andrew Cagney <cagney@redhat.com>
12163
12164 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12165 move to start of file.
12166 * i386-tdep.h (struct regcache): Add opaque declaration.
12167 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12168 declaration.
12169 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12170 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12171 * win32-nat.c (fake_create_process): Use ISO C style definition.
12172 * stabsread.c (define_symbol): Delete #ifndef
12173 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12174 stabs_argument_has_addr call, macro never defined.
12175
121762004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12177
12178 * op50-rom.c: Delete.
12179 * w89k-rom.c: Delete.
12180 * Makefile.in: Remove references.
12181
121822004-01-04 Mark Kettenis <kettenis@gnu.org>
12183
12184 * x86-64-tdep.c: Update copyright year.
12185 (struct amd64_register_info): Rename from x86_64_register_info.
12186 (amd64_register_info): Rename from x86_64_register_info.
12187 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12188 (amd64_register_name): Rename from x86_64_register_name.
12189 (amd64_register_type): Rename from x86_64_register_type.
12190 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12191 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12192 (amd64_dwarf_reg_to_regnum): Rename from
12193 x86_64_dwarf_reg_to_regnum.
12194 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12195 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12196 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12197 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12198 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12199 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12200 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12201 (amd64_frame_cache): Rename from x86_64_frame_cache.
12202 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12203 (amd64_frame_prev_register): Rename from
12204 x86_64_frame_prev_register.
12205 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12206 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12207 (amd64_sigtramp_frame_cache): Rename from
12208 x86_64_sigtramp_frame_cache.
12209 (amd64_sigtramp_frame_prev_register): Rename from
12210 x86_64_sigtramp_frame_prev_register.
12211 (amd64_sigtramp_frame_unwind): Rename from
12212 x86_64_sigtramp_frame_unwind.
12213 (amd64_sigtramp_frame_sniffer): Rename from
12214 x86_64_sigtramp_frame_sniffer.
12215 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12216 (amd64_frame_base): Rename from x86_64_frame_base.
12217 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12218 (amd64_frame_align): Rename from x86_64_frame_align.
12219 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12220 (amd64_regset_from_core_section): Rename from
12221 x86_64_regset_from_core_section.
12222 (x86_64_init_abi): Update comments.
12223
122242004-01-04 Nick Roberts <nick@nick.uklinux.net>
12225
12226 * MAINTAINERS (write after approval): Add myself.
12227
122282004-01-04 Mark Kettenis <kettenis@gnu.org>
12229
12230 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12231 `float' arguments.
12232
122332004-01-04 Mark Kettenis <kettenis@gnu.org>
12234
12235 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12236 such that it mentions a specific version of GCC that exhibits this
12237 bug.
12238
122392004-01-03 Mark Kettenis <kettenis@gnu.org>
12240
12241 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12242 structure that has a single `float' member, store it in %f1 in
12243 addition to %f0.
12244
12245 * sparc-sol2-nat.c: Add missing '\'.
12246
12247 * sparc-tdep.c (sparc32_return_value): New function.
12248 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12249 Remove functions.
12250 (sparc32_gdbarch_init): Set return_value, don't set
12251 extract_return_value, store_return_value, use_struct_convention
12252 and return_value_on_stack.
12253
12254 * sparc-sol2-nat.c: Add missing ')'.
12255
122562004-01-03 J. Brobecker <brobecker@gnat.com>
12257
12258 * infrun.c (handle_step_into_function): New function.
12259 (handle_inferior_event): Extract out some code into the new
12260 function above.
12261
122622004-01-03 J. Brobecker <brobecker@gnat.com>
12263
12264 * infrun.c (handle_inferior_event): Move the declaration of
12265 real_stop_pc inside the if blocks where it is used.
12266
122672004-01-03 Mark Kettenis <kettenis@gnu.org>
12268
12269 * sparc64-tdep.c (sparc64_16_byte_align_p)
12270 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12271 Use check_typedef to get subtypes of structures and unions.
12272 (sparc64_store_return_value): Fix calculation of the appropriate
12273 offset into VALBUF when storing a structure or union.
12274 (sparc64_return_value): New function.
12275 (sparc64_use_struct_convention): Remove function.
12276 (sparc64_init_abi): Set return_value, don't set
12277 extract_return_value, store_return_value and
12278 use_struct_convention.
12279
122802004-01-03 Eli Zaretskii <eliz@elta.co.il>
12281
12282 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12283 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12284 gdb/config/alpha/xm-alphaosf.h,
12285 gdb/config/powerpc/tm-ppcle-eabi.h,
12286 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12287 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12288 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12289 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12290 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12291 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12292 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12293 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12294 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12295 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12296 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12297 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12298 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12299 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12300 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12301 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12302 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12303 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12304 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12305 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12306 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12307 Remove lines for .cvsignore files.
12308
123092004-01-03 J. Brobecker <brobecker@gnat.com>
12310
12311 * infrun.c: Back out the previous change.
12312
123132004-01-03 Mark Kettenis <kettenis@gnu.org>
12314
12315 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12316 sparc-*-sunos4* to the list of REMOVED configurations.
12317
12318 * configure.tgt: Add back sparc-*-vxworks*.
12319 * remote-vxsparc.c: Remove all includes except for "defs.h",
12320 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12321 Include "sparc-tdep.h".
12322 (SPARC_R_G1): New define.
12323 (vxsparc_gregset): New variable.
12324 (ext_format_sparc): Remove extern declaration.
12325 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12326 sparc32_supply_fpregset.
12327 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12328 sparc_collect_rwindow and sparc32_collect_fpregset.
12329 * config/sparc/tm-vxworks.h: New file, based on recently removed
12330 tm-vxsparc.h.
12331 * config/sparc/vxworks.mt: New file, based on recently removed
12332 vxworks.mt.
12333
123342004-01-03 J. Brobecker <brobecker@gnat.com>
12335
12336 * infrun.c (handle_step_into_function): New function.
12337 (handle_inferior_event): Extract out some code into the new
12338 function above.
12339
123402004-01-02 Mark Kettenis <kettenis@gnu.org>
12341
12342 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12343 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12344 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12345 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12346 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12347 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12348 (sparc_nat_h): New variable.
12349 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12350 (tm-sun4os4.h): Remove dependency.
12351 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12352 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12353 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12354 sparc-tdep.o): Update dependencies.
12355 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12356 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12357 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12358 dependencies.
12359 * configure.host: Remove existing sparc-*-lynxos*,
12360 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12361 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12362 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12363 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12364 triplets.
12365 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12366 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12367 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12368 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12369 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12370 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12371 sparc64-*-solaris2* and sparc64-*-* triplets.
12372 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12373 "symtab.h" and "objfiles.h".
12374 (BIAS): Remove define.
12375 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12376 (X_DISP19): Remove macros.
12377 (sparc_fetch_instruction): Remove function.
12378 (struct gdbarch_tdep): Remove definition.
12379 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12380 (sparc_breakpoint_from_pc): Remove function.
12381 (struct sparc64_frame_cache): Remove definition.
12382 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12383 sparc64_unwind_pc): Remove functions.
12384 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12385 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12386 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12387 (sparc64_frame_cache): Change return type to `struct
12388 sparc_frame_cache *'. Simply call sparc_frame_cache.
12389 (sparc64_frame_this_id, sparc64_frame_prev_register,
12390 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12391 instead of `struct sparc64_frame_cache.
12392 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12393 sparc_analyze_control_transfer, sparc_software_single_step,
12394 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12395 _initialize_sparc64_tdep): Remove functions.
12396 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12397 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12398 macros.
12399 (sparc64_supply_gregset, sparc64_collect_gregset,
12400 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12401 (sparc64_init_abi): New function.
12402 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12403 inclusion guard. Include "sparc-tdep.h".
12404 (BIAS): Define.
12405 (r_tstate_offset, r_fprs_offset): New defines.
12406 (enum sparc_regnum): Remove defenition.
12407 (enum sparc64_regnum): Reformat.
12408 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12409 (sparc64_init_abi, sparc64_supply_gregset,
12410 sparc64_collect_gregset, sparc64_supply_fpregset,
12411 sparc64_collect_fpregset): New prototypes.
12412 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12413 Add extern declarations.
12414 (sparc64_sol2_init_abi): New prototype.
12415 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12416 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12417 prototypes.
12418 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12419 "sparnbsd-nat.h".
12420 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12421 functions.
12422 (_initialize_sparc64fbsd_nat): Remove initialization of
12423 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12424 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12425 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12426 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12427 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12428 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12429 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12430 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12431 (sparc64fbsd_r_y_offset): Remove variables.
12432 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12433 Make static and const.
12434 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12435 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12436 functions.
12437 (sparc64fbsd_gregset): New variable.
12438 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12439 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12440 and sparc64_supply_fpregset.
12441 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12442 (sparc64fbsd_sigtramp_frame_this_id)
12443 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12444 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12445 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12446 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12447 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12448 * sparcnbsd-tdep.c: Update copyright year. Include
12449 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12450 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12451 "value.h" and "sparcnbsd-tdep.h".
12452 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12453 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12454 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12455 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12456 defines.
12457 (sparcnbsd_gregset): New variable.
12458 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12459 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12460 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12461 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12462 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12463 variables.
12464 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12465 (sparc32nbsd_sigcontext_frame_this_id)
12466 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12467 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12468 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12469 (sparcnbsd_get_longjmp_target_32,
12470 sparcnbsd_get_longjmp_target_64): Remove functions.
12471 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12472 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12473 sparcnbsd_init_elf): Remove.
12474 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12475 (sparcnbsd_elf_init_abi): New functions.
12476 (_initialize_sparcnbsd_tdep): New prototype.
12477 (_initialize_sparnbsd_tdep): Update.
12478 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12479 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12480 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12481 * config/sparc/linux.mh: Update comment.
12482 (XM_FILE, HOST_IPC): Remove variables.
12483 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12484 sparc-linux-nat.o.
12485 * config/sparc/linux.mt: Update comment.
12486 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12487 * config/sparc/nbsd.mt: Reformat.
12488 * config/sparc/nbsd64.mh: Update comment.
12489 (NATDEPFILES): Add sparc-nat.o.
12490 * config/sparc/nbsd64.mt: Update comment.
12491 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12492 (TM_FILE): Set to tm-nbsd.h.
12493 * config/sparc/nbsdelf.mh: Update comment.
12494 (NATDEPFILES): Add sparc-nat.o.
12495 (XM_FILE): Delete.
12496 * config/sparc/nbsdaout.mh: Update comment.
12497 (NATDEPFILES): Add sparc-nat.o
12498 (XM_FILE): Delete.
12499 * config/sparc/nm-linux.h: Update copyright year. Don't include
12500 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12501 inclusion.
12502 (KERNEL_U_SIZE): Remove define.
12503 (kernel_u_size): Remove prototype.
12504 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12505 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12506 "regcache.h".
12507 (CHILD_PREPARE_TO_STORE): Remove define.
12508 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12509 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12510 sparcnbsd-nat.c: Rewrite files.
12511 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12512 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12513 sparcnbsd-tdep.h: Remove files.
12514 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12515 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12516 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12517 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12518 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12519 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12520 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12521 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12522 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12523 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12524 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12525 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12526 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12527 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12528 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12529 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12530 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12531 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12532 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12533
125342004-01-02 Andrew Cagney <cagney@redhat.com>
12535
12536 From 2003-12-18 Kazuhiro Inaoka:
12537 * configure.host: Add m32r-linux target.
12538
125392004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12540
12541 * top.c (print_gdb_version): Update year to 2004.
12542
125432004-01-02 Mark Mitchell <mark@codesourcery.com>
12544
12545 * MAINTAINERS: Add myself to the write-after-approval category.
12546
125472004-01-02 Daniel Jacobowitz <drow@mvista.com>
12548
12549 From Bernardo Innocenti <bernie@develer.com>:
12550 * configure.tgt: Add uClinux target.
12551
125522004-01-02 Andrew Cagney <cagney@redhat.com>
12553
12554 * utils.c (do_my_cleanups): Make static, add forward declaration.
12555 * defs.h (do_my_cleanups): Delete declaration.
12556
125572004-01-02 Eli Zaretskii <eliz@elta.co.il>
12558
12559 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12560 bfd/ChangeLog-0203.
12561
125622004-01-02 Mark Kettenis <kettenis@gnu.org>
12563
12564 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12565 in <machine/reg.h>.
12566 * configure, config.in: Regenerate.
12567
12568For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12569tui/ChangeLog-1998-2003.
12570\f
12571Local Variables:
12572mode: change-log
12573left-margin: 8
12574fill-column: 74
12575version-control: never
12576End:
This page took 0.066144 seconds and 4 git commands to generate.