* configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-28 Mark Kettenis <kettenis@gnu.nl>
2
3 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
4
5 2004-09-28 Mark Kettenis <kettenis@gnu.org>
6
7 * configure.in: Only set host_makefile_frag when building a native
8 debugger.
9 * configure: Regenerate.
10
11 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
12 for OpenBSD ELF.
13
14 2004-09-28 Andrew Cagney <cagney@gnu.org>
15
16 Problem identified by Paul Hilfinger.
17 * Makefile.in (ada_lex_c): Define.
18 (ada-lex.o): Delete rule.
19
20 * linux-proc.c: Delete file.
21 * Makefile.in: Update.
22 * config/sparc/linux64.mh (NATDEPFILES):
23 * config/sparc/linux.mh (NATDEPFILES): Update.
24 * config/s390/s390.mh (NATDEPFILES): Update.
25 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
26 * config/powerpc/linux.mh (NATDEPFILES): Update.
27 * config/pa/linux.mh (NATDEPFILES): Update.
28 * config/mips/linux.mh (NATDEPFILES): Update.
29 * config/m68k/linux.mh (NATDEPFILES): Update.
30 * config/ia64/linux.mh (NATDEPFILES): Update.
31 * config/i386/linux64.mh (NATDEPFILES): Update.
32 * config/i386/linux.mh (NATDEPFILES): Update.
33 * config/arm/linux.mh (NATDEPFILES): Update.
34 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
35 * linux-nat.c: Update copyright. Include <sys/param.h>,
36 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
37 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
38 (O_LARGEFILE): Possibly define.
39 (_initialize_linux_nat, linux_proc_pending_signals)
40 (add_line_to_sigset, linux_proc_xfer_memory)
41 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
42 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
43 (struct linux_corefile_thread_data)
44 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
45 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
46
47 2004-09-16 Andrew Cagney <cagney@gnu.org>
48
49 * lin-lwp.c: Delete file.
50 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
51 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
52 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
53 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
54 (linux_nat_attach, detach_callback, linux_nat_detach)
55 (resume_callback, resume_clear_callback, linux_nat_resume)
56 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
57 (stop_wait_callback, linux_nat_has_pending, flush_callback)
58 (status_callback, running_callback, count_events_callback)
59 (select_singlestep_lwp_callback, select_event_lwp_callback)
60 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
61 (child_wait, stop_and_resume_callback, linux_nat_wait)
62 (kill_callback, kill_wait_callback, linux_nat_kill)
63 (linux_nat_create_inferior, linux_nat_mourn_inferior)
64 (linux_nat_xfer_memory, linux_nat_thread_alive)
65 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
66 (_initialize_linux_nat): New functions.
67 * Makefile.in: Update all dependencies.
68 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
69 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
70 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
71 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
72 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
73 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
74 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
75 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
76 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
77 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
78 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
79 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
80 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
81
82 2004-09-27 Mark Kettenis <kettenis@gnu.org>
83
84 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
85 config/i386/obsd64.mh (NAT_FILE): Remove variable.
86
87 * configure.in: Don't comment out NATDEPFILES in the generated
88 Makefile if NAT_FILE is unset.
89 * configure: Regenerate.
90
91 2004-09-27 Andrew Cagney <cagney@gnu.org>
92
93 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
94 (insert_step_resume_breakpoint): Delete.
95 (insert_step_resume_breakpoint_at_frame): New function.
96 (insert_step_resume_breakpoint_at_sal): New function.
97 (handle_inferior_event, step_into_function)
98 (insert_step_resume_breakpoint): Simplify by using same.
99
100 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
101
102 2004-09-26 Mark Kettenis <kettenis@gnu.org>
103
104 * fbsd-proc.c: Remove file.
105 * Makefile.in (fbsd-proc.o): Remove dependency.
106
107 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
108 code together.
109
110 * config/i386/nm-fbsd64.h: Remove file.
111 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
112
113 2004-09-26 Mark Kettenis <kettenis@gnu.org>
114
115 * amd64-nat.h: Update copyright year.
116 (amd64bsd_target): New prototype.
117 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
118 (amd64bsd_target): New function.
119 (amd64bsd_fetch_inferior_registers): Rename from
120 fetch_inferior_registers. Make static.
121 (amd64bsd_store_inferior_registers): Rename from
122 store_inferior_registers. Make static.
123 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
124 (_initialize_amd64fbsd_nat): Construct and add target vector.
125 * amd64nbsd-nat.o: Include "target.h".
126 (_initialize_amd64nbsd_nat): Construct and add target vector.
127 * amd64obsd-nat.c: Include "target.h".
128 (_initialize_amd64obsd_nat): Construct and add target vector.
129 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
130 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
131 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
132 fbsd-nat.o.
133 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
134 Remove infptrace.o and inftarg.o. Add inf-child.o and
135 inf-ptrace.o.
136 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
137 (amd64obsd-nat.o): Update dependencies.
138
139 2004-09-25 Mark Kettenis <kettenis@gnu.org>
140
141 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
142 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
143 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
144 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
145 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
146
147 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
148 Inline attach call.
149 (inf_ptrace_detach): Inline detach call.
150
151 * configure.in: Check for waddstr instead of mvwaddstr when
152 searching for curses library. Check for wborder.
153 * configure, config.in: Regenerate.
154 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
155 available.
156
157 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
158
159 2004-09-24 Robert Picco <Robert.Picco@hp.com>
160
161 Committed by Andrew Cagney.
162 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
163 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
164 configuration.
165 (fetch_register_using_p): Implement 'p' packet. Based on code by
166 Fernando Nasser.
167 (remote_fetch_registers): Call fetch_register_using_p.
168 (init_all_packet_configs, show_remote_cmd)
169 (_initialize_remote): Add p-packet.
170
171 2004-09-24 Mark Kettenis <kettenis@gnu.org>
172
173 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
174 instead of call_ptrace. Call wait directly instead of
175 ptrace_wait.
176 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
177 (inf_ptrace_wait): Inline ptrace_wait call.
178
179 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
180
181 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
182 rolled back instead.
183
184 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
185
186 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
187 the new argument order.
188
189 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
190
191 * MAINTAINERS: Remove "broken" from XStormy16 entry.
192 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
193 (struct gdbarch_tdep): Remove.
194 (struct xstormy16_frame_cache): New frame cache structure.
195 (xstormy16_register_byte, xstormy16_register_raw_size)
196 (xstormy16_reg_virtual_type, xstormy16_register_type)
197 (xstormy16_push_arguments, xstormy16_push_return_address)
198 (xstormy16_pop_frame, xstormy16_store_struct_return)
199 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
200 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
201 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
202 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
203 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
204 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
205 (xstormy16_use_struct_convention): Drop gcc_p parameter.
206 (xstormy16_extract_return_value, xstormy16_store_return_value):
207 Regcachify. Drop useless struct convention handling.
208 (xstormy16_register_type, xstormy16_return_value)
209 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
210 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
211 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
212 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
213 (xstormy16_unwind_sp, xstormy16_unwind_pc)
214 (xstormy16_unwind_dummy_id) : New functions.
215 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
216 of xstormy16_scan_prologue.
217 (xstormy16_frame_unwind): New frame_unwind structure.
218 (xstormy16_frame_base): New frame_base structure.
219 (xstormy16_gdbarch_init): Accomodate all of the above changes.
220 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
221
222 2004-09-22 Mark Kettenis <kettenis@gnu.org>
223
224 * language.c (language_gdbarch_post_init): Fix off-by one error.
225
226 2004-09-21 Daniel Jacobowitz <dan@debian.org>
227
228 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
229 (struct dwarf2_offset_and_type): New.
230 (set_die_type, reset_die_and_siblings_types, get_die_type)
231 (offset_and_type_hash, offset_and_type_eq): New functions.
232 (read_structure_type, read_enumeration_type, read_array_type)
233 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
234 (read_tag_reference_type, read_tag_const_type)
235 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
236 (read_typedef, read_base_type, read_subrange_type): Use
237 set_die_type.
238
239 2004-09-20 Daniel Jacobowitz <dan@debian.org>
240
241 * Makefile.in (dwarf2read.o): Update dependencies.
242 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
243 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
244 and read_in_chain.
245 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
246 mark, and has_form_ref_addr.
247 (struct dwarf2_per_cu_data): New.
248 (dwarf2_max_cache_age): New.
249 (dwarf2_build_psymtabs_hard): Free cached compilation units
250 after loading. Create and manage the list of compilation units.
251 Remove unnecessary NULL initialization. Fix indentation.
252 (psymtab_to_symtab_1): Initialize all of CU.
253 (dwarf2_read_abbrevs): Set has_form_ref_addr.
254 (find_partial_die): Use dwarf2_find_containing_comp_unit
255 and load_comp_unit.
256 (free_stack_comp_unit): Update comments. Clear the per-cu
257 pointer. Handle aging.
258 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
259 (age_cached_comp_units, free_one_cached_comp_unit)
260 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
261 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
262 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
263 (show_dwarf2_cmd): New.
264 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
265 and "maint show dwarf2 max-cache-age".
266 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
267 externs.
268 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
269 global.
270
271 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
272
273 * dwarf2read.c (typename_concat): Change prototype to accept obstack
274 and dwarf2_cu struct pointer as arguments. Change function to use
275 obstack if provided and use dwarf2_cu to determine language-specific
276 separator.
277 (partial_die_parent_scope): Change comment to include java. Use
278 new version of typename_concat instead of obconcat.
279 (partial_die_full_name): Use typename_concat.
280 (read_namespace): Ditto.
281 (read_enumeration_type): Use typename_concat instead of obconcat.
282 (new_symbol): Ditto.
283 (add_partial_symbol): Enhance tests for C++ to also test for Java.
284 (guess_structure_name): Ditto.
285 (read_subroutine_type): Ditto.
286 (read_structure_type): Ditto.
287 (is_vtable_name): Add Java support.
288 (determine_class_name): Switch to new typename_concat call.
289 (determine_prefix): Switch to new typename_concat call.
290 * jv-exp.y (FuncStart): New pattern.
291 (MethodInvocation): Add support for simple function calls. Change
292 warning message for other forms of inferior call currently not
293 supported.
294 * valarith.c (value_subscript): Treat an array with upper-bound
295 of -1 as unknown size.
296
297 2004-09-20 Daniel Jacobowitz <dan@debian.org>
298
299 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
300 (lookup_partial_symtab): Use symtab_to_fullname.
301
302 2004-09-19 Jim Blandy <jimb@redhat.com>
303
304 * minsyms.c (lookup_minimal_symbol): Doc fix.
305
306 2004-09-20 Andrew Cagney <cagney@gnu.org>
307
308 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
309 CHILD_RESUME.
310 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
311 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
312 KILL_INFERIOR.
313 * infptrace.c: Update.
314
315 2004-09-19 Daniel Jacobowitz <dan@debian.org>
316
317 * symtab.c (output_source_filename): Mark first argument as const.
318 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
319 for "info sources" output.
320
321 2004-09-20 Mark Kettenis <kettenis@gnu.org>
322
323 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
324 <machine/vmparam.h>.
325 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
326 (register_u_addr): Remove prototype.
327
328 2004-09-19 Mark Kettenis <kettenis@gnu.org>
329
330 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
331 (i386bsd_fetch_inferior_registers): Rename from
332 fetch_inferior_registers. Make static.
333 (i386bsd_store_inferior_registers): Rename from
334 store_inferior_registers. Make static.
335 (i386bsd_target): New function.
336 * i386bsd-nat.h: New file.
337 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
338 "i386bsd-nat.h".
339 (i386fbsd_resume): Rename from child_resume. Make static.
340 (_initialize_i386fbsd_nat): Construct and add target vector.
341 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
342 (_initialize_i386nbsd_nat): Construct and add target vector.
343 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
344 Remove defines.
345 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
346 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
347 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
348 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
349 (LOADLIBES): New variable.
350 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
351 inf-ptrace.o. Remove inftarg.o.
352 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
353 inf-ptrace.o. Remove inftarg.o.
354 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
355 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
356 (LOADLIBES): New variable.
357 * Makefile.in (i386bsd_nat_h): New variable.
358 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
359 dependencies.
360
361 * sparc64nbsd-tdep.c: Include "objfiles.h".
362 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
363 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
364 svr4_lp64_fetch_link_map_offsets.
365 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
366 "nbsd-tdep.h".
367 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
368 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
369 svr4_lp64_fetch_link_map_offsets.
370 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
371 dependencies.
372
373 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
374 * fbsd-nat.h: New file.
375 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
376 (fbsd_nat_h): New variable.
377 (fbsd-nat.o): New dependency.
378
379 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
380 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
381
382 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
383 comment.
384
385 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
386
387 * ada-exp.y (type_int): New function to add layer of abstraction
388 around references to expression types.
389 (type_long): Ditto.
390 (type_long_long): Ditto.
391 (type_float): Ditto.
392 (type_double): Ditto.
393 (type_long_double): Ditto.
394 (type_char): Ditto.
395 (type_system_address): Ditto.
396 (simple_exp): Use type_* functions in place of builtin_*
397 variables.
398 (exp): Ditto.
399 (write_var_from_name): Ditto.
400 (write_object_renaming): Ditto.
401 * ada-lang.c (ada_create_fundamental_type): Remove redundant
402 declaration.
403 (build_ada_types): Remove, replacing with...
404 (ada_language_arch_info): New function to initialize primitive
405 type vector in language_arch_info.
406 (ada_array_length): Remove use of builtin_type_ada_int.
407 (value_pos_atr): Ditto.
408 (ada_evaluate_subexp): Ditto.
409 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
410 builtin_type_ada_long_long, builtin_type_ada_char,
411 builtin_type_ada_float, builtin_type_ada_double,
412 builtin_type_ada_long_double, builtin_type_ada_natural,
413 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
414 (ada_builtin_types): Remove.
415 (ada_language_defn): Remove entries for la_builtin_type_vector and
416 string_char_type and use ada_language_arch_info.
417 (_initialize_ada_language): Do type-vector initialization along
418 the lines of c-lang.c.
419 (ada_create_fundamental_type): Break up line.
420 (ada_dump_symtab): Remove unused function.
421 (enum ada_primitive_types): Define.
422 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
423 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
424 builtin_type_ada_float, builtin_type_ada_double,
425 builtin_type_ada_long_double, builtin_type_ada_natural,
426 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
427 * ada-lex.l: Use type_* functions in place of builtin_* variables.
428 (processInt): Ditto.
429 (processReal): Ditto.
430 (name_lookup): Ditto.
431 * ada-typeprint.c (print_range): Use builtin_type_int, not
432 builtin_type_ada_int.
433
434 2004-09-18 Mark Kettenis <kettenis@gnu.org>
435
436 * i386-tdep.c (i386_register_name): Rename regno to regnum.
437
438 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
439 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
440 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
441 * configure.in: Improve checks for curses library by checking for
442 mvwaddstr instead of initscr. Drop HP curses in favour of
443 standard curses on HP-UX.
444 * configure: Regenerated.
445
446 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
447
448 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
449 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
450 Minor formatting changes.
451 (empty_array): Slight rewrite for formatting.
452 (emit_char,parse,ada_language_defn,build_ada_types,
453 ada_is_exception_sym, _initialize_ada_language): Move
454 definitions around.
455 (ada_dump_symtab): Remove unused definition.
456 (ada_maybe_exception_partial_symbol): Remove unused definition.
457
458 2004-09-16 Andrew Cagney <cagney@gnu.org>
459
460 * inf-child.c: Include "gdb_string.h".
461 (inf_child_core_file_to_sym_file): Delete.
462 (inf_child_target): Set to_fetch_registers and to_store_registers.
463 * inf-ptrace.c: Include "gdb_string.h".
464 * Makefile.in: Update all dependencies.
465
466 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
467 problem.
468
469 2004-09-14 Joel Brobecker <brobecker@gnat.com>
470
471 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
472 call to heuristic_proc_desc. Remove code that became redundant
473 as a consequence.
474 (read_next_frame_reg): Remove special case for SP_REGNUM.
475 (set_reg_offset): Fix small typo.
476 (reset_saved_regs): New procedure.
477 (mips32_heuristic_proc_desc): No longer compute a fake
478 procedure descriptor. Compute the full frame cache instead.
479 Some minor comment reformatting.
480
481 2004-09-14 Andrew Cagney <cagney@gnu.org>
482
483 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
484 maintainer.
485
486 * thread-db.c (thread_db_new_objfile): Assume that there is a
487 child process.
488
489 2004-09-13 Jim Blandy <jimb@redhat.com>
490
491 * valops.c (value_assign): Move 'buffer' to the enclosing block,
492 so that its storage isn't referenced after its lifetime ends.
493
494 * valops.c (value_assign): 'use_buffer' is initialized to zero,
495 and never assigned to. Delete it, and the 'if (use_buffer)'
496 clauses. Delete 'raw_buffer', since it is now unused.
497
498 2004-09-13 Andrew Cagney <cagney@gnu.org>
499
500 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
501 * configure: Re-generate.
502 * nlm/Makefile.in (TAGS): Update.
503 * Makefile.in (TAGS): Update.
504 * config/vax/nbsd.mt (TM_FILE): Update.
505 * config/sparc/vxworks.mt (TM_FILE): Update.
506 * config/sparc/sol2.mt (TM_FILE): Update.
507 * config/sparc/sol2-64.mt (TM_FILE): Update.
508 * config/sparc/obsd64.mt (TM_FILE): Update.
509 * config/sparc/obsd.mt (TM_FILE): Update.
510 * config/sparc/nbsd64.mt (TM_FILE): Update.
511 * config/sparc/nbsd.mt (TM_FILE): Update.
512 * config/sparc/linux64.mt (TM_FILE): Update.
513 * config/sparc/linux.mt (TM_FILE): Update.
514 * config/sparc/fbsd.mt (TM_FILE): Update.
515 * config/sh/wince.mt (TM_FILE): Update.
516 * config/sh/nbsd.mt (TM_FILE): Update.
517 * config/sh/linux.mt (TM_FILE): Update.
518 * config/sh/embed.mt (TM_FILE): Update.
519 * config/s390/s390.mt (TM_FILE): Update.
520 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
521 * config/rs6000/rs6000.mt (TM_FILE): Update.
522 * config/rs6000/aix4.mt (TM_FILE): Update.
523 * config/powerpc/vxworks.mt (TM_FILE): Update.
524 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
525 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
526 * config/powerpc/obsd.mt (TM_FILE): Update.
527 * config/powerpc/nbsd.mt (TM_FILE): Update.
528 * config/powerpc/linux.mt (TM_FILE): Update.
529 * config/powerpc/aix.mt (TM_FILE): Update.
530 * config/pa/obsd.mt (TM_FILE): Update.
531 * config/pa/linux.mt (TM_FILE): Update.
532 * config/pa/hppahpux.mt (TM_FILE): Update.
533 * config/pa/hppa64.mt (TM_FILE): Update.
534 * config/pa/hppa.mt (TM_FILE): Update.
535 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
536 * config/mips/wince.mt (TM_FILE): Update.
537 * config/mips/vxmips.mt (TM_FILE): Update.
538 * config/mips/nbsd.mt (TM_FILE): Update.
539 * config/mips/linux.mt (TM_FILE): Update.
540 * config/mips/irix6.mt (TM_FILE): Update.
541 * config/mips/irix5.mt (TM_FILE): Update.
542 * config/mips/embed.mt (TM_FILE): Update.
543 * config/m68k/vxworks68.mt (TM_FILE): Update.
544 * config/m68k/st2000.mt (TM_FILE): Update.
545 * config/m68k/os68k.mt (TM_FILE): Update.
546 * config/m68k/obsd.mt (TM_FILE): Update.
547 * config/m68k/nbsd.mt (TM_FILE): Update.
548 * config/m68k/monitor.mt (TM_FILE): Update.
549 * config/m68k/linux.mt (TM_FILE): Update.
550 * config/m68k/cisco.mt (TM_FILE): Update.
551 * config/ia64/linux.mt (TM_FILE): Update.
552 * config/ia64/aix.mt (TM_FILE): Update.
553 * config/ia64/ia64.mt (TM_FILE): Update.
554 * config/i386/vxworks.mt (TM_FILE): Update.
555 * config/i386/obsd64.mt (TM_FILE): Update.
556 * config/i386/obsd.mt (TM_FILE): Update.
557 * config/i386/nto.mt (TM_FILE): Update.
558 * config/i386/nbsd64.mt (TM_FILE): Update.
559 * config/i386/nbsd.mt (TM_FILE): Update.
560 * config/i386/linux64.mt (TM_FILE): Update.
561 * config/i386/linux.mt (TM_FILE): Update.
562 * config/i386/i386sol2.mt (TM_FILE): Update.
563 * config/i386/i386lynx.mt (TM_FILE): Update.
564 * config/i386/fbsd64.mt (TM_FILE): Update.
565 * config/i386/fbsd.mt (TM_FILE): Update.
566 * config/i386/cygwin.mt (TM_FILE): Update.
567 * config/h8300/h8300.mt (TM_FILE): Update.
568 * config/frv/frv.mt (TM_FILE): Update.
569 * config/cris/cris.mt (TM_FILE): Update.
570 * config/arm/wince.mt (TM_FILE): Update.
571 * config/arm/nbsd.mt (TM_FILE): Update.
572 * config/arm/linux.mt (TM_FILE): Update.
573 * config/arm/embed.mt (TM_FILE): Update.
574 * config/alpha/nbsd.mt (TM_FILE): Update.
575 * config/alpha/fbsd.mt (TM_FILE): Update.
576 * config/alpha/alpha.mt (TM_FILE): Update.
577 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
578 * config/alpha/alpha-linux.mt (TM_FILE): Update.
579
580 Eliminate event_loop_p, always has the value 1.
581 * defs.h (event_loop_p): Delete macro.
582 * breakpoint.c (until_break_command): Simplify.
583 * utils.c (prompt_for_continue): Simplify.
584 * tracepoint.c (read_actions): Simplify.
585 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
586 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
587 (set_prompt, init_main): Simplify.
588 (init_signals, disconnect): Delete, unused.
589 * remote.c (remote_async_resume)
590 (extended_remote_async_create_inferior): Simplify.
591 * mi/mi-interp.c (mi_input): Delete, unused.
592 (mi_interpreter_resume, mi_command_loop): Simplify.
593 * interps.c (current_interp_command_loop): Simplify.
594 * infrun.c (proceed): Simplify.
595 * infcmd.c (run_command, continue_command, step_1, jump_command)
596 (until_command, advance_command, finish_command)
597 (interrupt_target_command): Simplify.
598 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
599
600 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
601 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
602 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
603 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
604 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
605 * mips-tdep.c (mips_dump_tdep): Do not print same.
606
607 2004-09-12 Andrew Cagney <cagney@gnu.org>
608
609 * valprint.c (print_longest): Use fputs_filtered. Make "val"
610 const.
611 * Makefile.in (valprint.o): Delete explict rule.
612
613 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
614 reported by Dave Anderson.
615
616 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
617
618 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
619
620 2004-09-12 Salvador E. Tropea <set@users.sf.net>
621 Andrew Cagney <cagney@gnu.org>
622
623 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
624 (mi_cmd_data_list_register_values)
625 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
626 the register number computation.
627
628 2004-09-12 Andrew Cagney <cagney@gnu.org>
629
630 * ppcnbsd-nat.c: Include "inf-ptrace.h".
631 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
632 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
633 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
634 target.
635 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
636 inf-ptrace.o and inf-child.o.
637 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
638 * Makefile.in: Update dependencies.
639
640 2004-09-11 Andrew Cagney <cagney@gnu.org>
641
642 * language.c (hex_string, hex_string_custom): Move from here ...
643 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
644 (CELLSIZE): Increase to 50.
645 * language.h (hex_string, hex_string_custom): Move from here ...
646 * defs.h: ... to here.
647 * Makefile.in: Update all dependencies.
648
649 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
650
651 * language.c (local_hex_format_custom): Remove.
652 (local_hex_string): Rename to hex_string, use C format, and move to
653 utils.c
654 (local_hex_string_custom): Rename to hex_string_custom and change
655 interface. Now uses C format. Move to utils.c
656 (local_octal_format_custom): Remove.
657 (local_decimal_format_custom): Remove.
658 (unknown_language_defn): Remove language-specific number
659 formatting entries.
660 (auto_language_defn): Ditto.
661 (local_language_defn): Ditto.
662 * language.h (struct language_format_info): Delete declaration.
663 (struct language_defn): Remove language_format_info fields
664 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
665 (local_binary_format): Remove macro.
666 (local_binary_format_prefix): Remove macro.
667 (local_binary_format_specifier): Remove macro.
668 (local_binary_format_suffix): Remove macro.
669 (local_octal_format): Remove macro.
670 (local_octal_format_prefix): Remove macro.
671 (local_octal_format_specifier): Remove macro.
672 (local_octal_format_suffix): Remove macro.
673 (local_decimal_format): Remove macro.
674 (local_decimal_format_prefix): Remove macro.
675 (local_decimal_format_specifier): Remove macro.
676 (local_decimal_format_suffix): Remove macro.
677 (local_hex_format): Remove macro.
678 (local_hex_format_prefix): Remove macro.
679 (local_hex_format_specifier): Remove macro.
680 (local_hex_format_suffix): Remove macro.
681 (local_decimal_format_custom): Remove.
682 (local_octal_format_custom): Remove.
683 (local_hex_format_custom): Remove.
684 (local_hex_string): Rename to hex_string and move to defs.h.
685 (local_hex_string_custom): Rename to hex_string_custom, change
686 interface, and move to defs.h.
687 * utils.c: (int_string): New function.
688 (hex_string): New function (from language.c).
689 (hex_string_custom): New function (from language.c).
690 (octal2str): New function.
691 (decimal2str): Add width parameter.
692 (paddr_u): Use new decimal2str interface.
693 (paddr_d): Ditto.
694 * defs.h (hex_string): Declare.
695 (hex_string_custom): Declare.
696 (int_string): Declare.
697 * printcmd.c (print_scalar_formatted): Remove localized binary
698 formatting.
699 * valprint.c (print_longest): Use int_string.
700 (print_floating): Use C hex format.
701 (print_hex_chars): Ditto.
702 (print_binary_chars): Remove language-specific formatting.
703 (print_octal_chars): Use C octal format.
704 (print_decimal_chars): Delocalize format.
705 (print_decimal): Remove.
706 * ada-lang.c (ada_language_defn): Remove language-specific number
707 formatting entries.
708 * p-lang.c (pascal_language_defn): Ditto.
709 * c-lang.c (c_language_defn): Ditto.
710 (cplus_language_defn): Ditto.
711 (asm_language_defn): Ditto.
712 (minimal_language_defn): Ditto.
713 * f-lang.c (f_language_defn): Ditto.
714 * jv-lang.c (java_language_defn): Ditto.
715 * m2-lang.c (m2_language_defn): Ditto.
716 * scm-lang.c (scm_language_defn): Ditto.
717 * objc-lang.c (objc_language_defn): Ditto.
718 * memattr.c (mem_info_command): Use renamed hex_string_custom with
719 new interface.
720 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
721 * ui-out.c (ui_out_field_core_addr): Ditto.
722 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
723 * exec.c (print_section_info): Ditto.
724 * i387-tdep.c (print_i387_status_word): Ditto.
725 (print_i387_control_word): Ditto.
726 (i387_print_float_info): Ditto.
727 * maint.c (maint_print_section_info): Ditto.
728 * solib.c (info_sharedlibrary_command): Ditto.
729 * somsolib.c (som_sharedlibrary_info_command): Ditto.
730 * symtab.c (print_msymbol_info): Ditto.
731 * tracepoint.c (tracepoints_info): Ditto.
732 * solib-frv.c (lm_base): Ditto.
733 (frv_current_sos): Ditto.
734 (enable_break2): Ditto.
735 (enable_break): Ditto.
736 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
737 (process_one_symbol): Ditto.
738 * infcmd.c (program_info): Ditto.
739 * mdebugread.c (parse_partial_symbols): Ditto.
740 * symfile.c (add_symbol_file_command): Ditto.
741 * cli/cli-cmds.c (edit_command): Ditto.
742 (list_command): Ditto.
743 * infcall.c (call_function_by_hand): Ditto.
744 * remote-vx.c (vx_run_files_info): Ditto.
745 (vx_wait): Ditto.
746 (vx_attach): Ditto.
747 (vx_detach): Ditto.
748 (vx_kill): Ditto.
749 * aix-thread.c (pdc_symbol_addrs): Ditto.
750 (pdc_read_regs): Ditto.
751 (pdc_write_regs): Ditto.
752 (pdc_read_data): Ditto.
753 (pdc_write_data): Ditto.
754 * d10v-tdep.c (display_trace): Ditto.
755 * rs6000-nat.c (find_toc_address): Ditto.
756 * aix-thread.c: Don't include language.h.
757 * buildsym.c: Ditto.
758 * dbxread.c: Ditto.
759 * mdebugread.c: Ditto.
760 * rs6000-nat.c: Ditto.
761 * buildsym.c (make_blockvector): Use renamed hex_string.
762
763 2004-09-10 Jason Molenda (jmolenda@apple.com)
764
765 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
766 chars after 'if' or 'while' commands in user-defined commands.
767
768 2004-09-08 Jim Blandy <jimb@redhat.com>
769
770 Fix bug reported and analyzed by Olivier Crete:
771 * symfile.c (copy_section_addr_info): New function.
772 (symbol_file_add_with_addrs_or_offsets): Use it to save the
773 original set of address arguments, instead of handwritten code
774 that uses one length to allocate and a different length to
775 initialize. Use make_cleanup_free_section_addr_info.
776 * symfile.h (copy_section_addr_info): New declaration.
777 * utils.c: #include "symfile.h".
778 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
779 New functions.
780 * defs.h (make_cleanup_free_section_addr_info): New declaration.
781 * Makefile.in (utils.o): Update dependencies.
782
783 2004-09-08 Andrew Cagney <cagney@gnu.org>
784
785 * thread-db.c (keep_thread_db): Delete.
786 (thread_db_new_objfile, thread_db_create_inferior)
787 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
788
789 2004-09-08 Mark Kettenis <kettenis@gnu.org>
790
791 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
792 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
793 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
794 (i386_frameless_signal_p): Remove prototype.
795 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
796 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
797 I386_SSE_NUM_REGS.
798 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
799 instead of FP0_REGNUM.
800 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
801 of FP0_REGNUM and FPC_REGNUM.
802
803 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
804 (sunos_solib_create_inferior_hook): Don't call
805 sunos_relocate_main_executable.
806
807 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
808 solib_svr4_fetch_link_map_offsets to
809 svr4_ilp32_fetch_link_map_offsets.
810 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
811 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
812 svr4_ilp32_fetch_link_map_offsets.
813 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
814
815 2004-09-07 Jim Blandy <jimb@redhat.com>
816
817 * frame.h (frame_register): Doc fix.
818
819 2004-09-07 Andrew Cagney <cagney@gnu.org>
820
821 * vx-share/wait.h: Delete #ifdef USG.
822 * utils.c (request_quit): Ditto.
823 * tui/tui.c (tui_reset): Ditto.
824 * remote.c: Ditto.
825 * remote-sds.c: Ditto.
826 * remote-rdi.c: Ditto.
827 * mdebugread.c: Ditto.
828 * m68klinux-nat.c: Ditto.
829 * infttrace.c: Ditto.
830 * infptrace.c: Ditto.
831 * i386v-nat.c: Ditto.
832 * exec.c: Ditto.
833 * dbxread.c: Ditto.
834 * core-aout.c: Ditto.
835
836 2004-09-05 Joel Brobecker <brobecker@gnat.com>
837
838 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
839 heuristic_proc_desc.
840 (mips_insn32_frame_cache): Likewise.
841
842 2004-09-04 Joel Brobecker <brobecker@gnat.com>
843
844 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
845 left behind by error.
846
847 2004-09-04 Joel Brobecker <brobecker@gnat.com>
848
849 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
850 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
851
852 2004-09-04 Joel Brobecker <brobecker@gnat.com>
853
854 * config/rs6000/xm-aix4.h: Remove this file.
855 * config/rs6000/aix4.mh (XM_FILE): Delete.
856
857 2004-09-04 Joel Brobecker <brobecker@gnat.com>
858
859 * config/rs6000/xm-rs6000.h: Remove this file.
860 * config/rs6000/rs6000.mh (XM_FILE): Remove.
861
862 2004-09-03 Andrew Cagney <cagney@gnu.org>
863
864 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
865 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
866 only use.
867
868 * mips-tdep.c (temp_saved_regs): Delete.
869 (set_reg_offset): Replace saved_regs parameter with this_cache.
870 (heuristic_proc_desc, mips16_heuristic_proc_desc)
871 (mips32_heuristic_proc_desc): Add this_cache parameter.
872 (mips_insn32_frame_cache, mips_insn16_frame_cache)
873 (after_prologue): Pass a NULL this_cache.
874
875 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
876 non-kernel trap prologues.
877
878 * mips-tdep.c (find_proc_desc): Delete function.
879 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
880 simplify.
881 (mips_insn16_frame_cache): Replace find_proc_desc with code from
882 mips_insn32_frame_cache.
883
884 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
885 Simplify as NEXT_FRAME is NULL.
886 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
887
888 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
889 local variable.
890 (mips_skip_prologue): Update.
891
892 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
893 "cur_frame" parameter.
894 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
895 (mips_insn32_frame_cache, find_proc_desc): Update
896
897 * config/vax/nm-obsd.h: Delete file.
898 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
899 * config/vax/nm-nbsd.h: Delete file.
900 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
901 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
902 * config/sh/nm-nbsd.h: Delete file.
903 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
904 * config/rs6000/nm-rs6000ly.h: Delete file.
905 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
906 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
907 * config/powerpc/nm-obsd.h: Delete file.
908 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
909 * config/powerpc/nm-nbsd.h: Delete file.
910 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
911 * config/pa/nm-obsd.h: Delete file.
912 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
913 * config/mips/nm-nbsd.h: Delete file.
914 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
915 * config/m88k/nm-obsd.h: Delete file.
916 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
917 * config/m68k/nm-nbsd.h: Delete file.
918 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
919 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
920 * config/i386/nm-nbsd.h: Delete file.
921 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
922 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
923 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
924 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
925 * config/i386/nm-i386lynx.h: Delete file.
926 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
927 * config/arm/nm-nbsd.h: Delete file.
928 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
929 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
930
931 * config/i386/tm-fbsd.h: Delete file.
932 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
933 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
934
935 * config/rs6000/tm-rs6000-aix4.h: Delete file.
936 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
937 * config/rs6000/aix4.mt (TM_FILE): Set to
938 config/rs6000/tm-rs6000.h.
939 * config/powerpc/tm-ppc-aix.h: Delete file.
940 * config/powerpc/aix.mt (TM_FILE): Set to
941 config/rs6000/tm-rs6000.h.
942 * config/m68k/tm-linux.h: Delete file.
943 * config/m68k/linux.mt (TM_FILE): Set to solib.h
944 * config/i386/tm-linux64.h: Delete file.
945 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
946 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
947
948 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
949 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
950 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
951 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
952 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
953 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
954 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
955 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
956 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
957
958 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
959 gdb_host_cpu.
960
961 2004-09-02 Joel Brobecker <brobecker@gnat.com>
962
963 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
964 Minor reformatting. Some code factoring.
965
966 2004-09-02 Andrew Cagney <cagney@gnu.org>
967
968 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
969 * config/vax/tm-nbsd.h: Delete file.
970 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
971 * config/sparc/tm-vxworks.h: Delete file.
972 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
973 * config/sparc/tm-nbsd.h: Delete file.
974 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
975 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
976 * config/sparc/tm-linux.h: Delete file.
977 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
978 * config/s390/tm-linux.h: Delete file.
979 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
980 * config/pa/tm-bsd.h: Delete file.
981 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
982 * config/m68k/tm-obsd.h: Delete file.
983 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
984 * config/m68k/tm-nbsd.h: Delete file.
985 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
986 * config/i386/tm-vxworks.h: Delete file.
987 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
988 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
989 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
990 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
991 * config/i386/tm-nbsd.h: Delete file.
992 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
993 * config/i386/tm-i386lynx.h: Delete file.
994 * config/cris/cris.mt (TM_FILE): Set to solib.h.
995 * config/cris/tm-cris.h: Delete file.
996
997 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
998 * configure: Re-generate.
999 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1000 * config/arm/tm-nbsd.h: Delete file.
1001
1002 * config/powerpc/tm-ppcle-sim.h: Delete.
1003 * config/powerpc/tm-ppcle-eabi.h: Delete.
1004 * config/powerpc/tm-nbsd.h: Delete.
1005 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1006 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1007 tm-ppcle-eabi.h.
1008
1009 * config/i386/nto.mh (NAT_FILE): Delete.
1010 * config/i386/nm-nto.h: Delete.
1011
1012 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1013 * config/m68k/tm-os68k.h: Ditto.
1014 * config/m68k/tm-monitor.h: Ditto.
1015 * config/m68k/tm-cisco.h: Ditto.
1016 * config/m68k/st2000.mt (TM_FILE): Delete.
1017 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1018 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1019 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1020 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1021
1022 * config/m68k/tm-st2000.h: Delete.
1023 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1024 * config/sparc/fbsd.mt (TM_FILE): Delete.
1025 * config/sparc/tm-fbsd.h: Delete.
1026
1027 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1028 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1029 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1030
1031 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1032 GDB_TM_FILE and GDB_XM_FILE.
1033 * gdbarch.c: Re-generate.
1034 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1035 quotes in macro definition.
1036 * configure.in: Re-generate.
1037
1038 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1039 validating architecture methods.
1040 * gdbarch.c: Re-generate.
1041
1042 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1043 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1044 GDB_MULTI_ARCH_PARTIAL.
1045 * gdbarch.h: Re-generate.
1046
1047 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1048 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1049 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1050 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1051 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1052 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1053 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1054 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1055 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1056 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1057 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1058 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1059
1060 2004-09-01 Andrew Cagney <cagney@gnu.org>
1061
1062 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1063 and main_func_highpc.
1064 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1065 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1066 * nlmread.c (nlm_symfile_read): Update.
1067
1068 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1069
1070 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1071 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1072 (find_proc_desc): Remove dead code.
1073
1074 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1075
1076 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1077
1078 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1079
1080 * observer.sh: Add struct so_list declaration.
1081 * Makefile.in: Add dependencies on observer.h for solib.c and
1082 breakpoint.c.
1083 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1084 function.
1085 (_initialize_breakpoint): Register
1086 disable_breakpoints_in_unloaded_shlib as an observer of the
1087 "solib unloaded" observation event.
1088 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1089 call decode_line_1 so unfound breakpoint errors are silent.
1090 * solib.c (update_solib_list): When a solib is discovered to have
1091 been unloaded by the program, notify all observers of the
1092 "solib unloaded" observation event.
1093
1094 2004-09-01 Andrew Cagney <cagney@gnu.org>
1095
1096 * frame.c: Include "objfiles.h".
1097 (inside_main_func): New function.
1098 (get_prev_frame): Use new inside_main_func.
1099 * Makefile.in (frame.o): Update dependencies.
1100 * defs.h (inside_main_func): Delete declaration.
1101 * blockframe.c (inside_main_func): Delete function.
1102
1103 2004-08-31 Jim Blandy <jimb@redhat.com>
1104
1105 * dwarf2read.c (is_vtable_name): New function, based on logic from
1106 read_structure_type, but passing the correct length to strncmp,
1107 and using 'sizeof' instead of 'strlen'.
1108 (read_structure_type): Call it.
1109
1110 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1111
1112 * config/powerpc/aix.mh: Add comment.
1113
1114 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1115
1116 * MAINTAINERS: Add self to Write-After-Approval.
1117
1118 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1119
1120 * MAINTAINERS: Add self to Write-After-Approval.
1121
1122 2004-08-30 Andrew Cagney <cagney@gnu.org>
1123
1124 Fix PR breakpoints/1757.
1125 * infrun.c (struct execution_control_state): Replace
1126 remove_breakpoints_on_following_step with
1127 step_after_step_resume_breakpoint.
1128 (init_execution_control_state): Update.
1129 (handle_inferior_event): For signals, when stepping off a
1130 breakpoint, set step_after_step_resume_breakpoint. When
1131 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1132 (keep_going): Delete code handling
1133 remove_breakpoints_on_following_step.
1134
1135 2004-08-29 David Lecomber <david@streamline-computing.com>
1136
1137 Fix PR gdb/648
1138 * language.h (enum array_ordering): New enum.
1139 * language.h (struct language_defn): New la_array_ordering
1140 attribute.
1141 * language.c (unknown_language_defn, auto_language_defn)
1142 (local_language_defn): Ditto.
1143 * ada-lang.c (ada_language_defn): Ditto.
1144 * c-lang.c (c_language_defn, cplus_language_defn)
1145 (asm_language_defn, minimal_language_defn): Ditto.
1146 * f-lang.c (f_language_defn): Ditto.
1147 * jv-lang.c (java_language_defn): Ditto.
1148 * m2-lang.c (f_language_defn): Ditto.
1149 * objc-lang.c (objc_language_defn): Ditto.
1150 * p-lang.c (pascal_language_defn): Ditto.
1151 * scm-lang.c (scm_language_defn): Ditto.
1152 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1153 oriented large to small in type structure.
1154 * dwarf2read.c (read_array_order): New function.
1155 (read_array_type): Use read_array_order to check row/column
1156 major ordering.
1157
1158 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1159
1160 * target.c (target_resize_to_sections): Check
1161 current_target.to_sections for an old value when updating.
1162
1163 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1164
1165 * procfs.c (dbx_link_bpt_addr): New static global variable.
1166 (dbx_link_shadow_contents): New static global variable.
1167 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1168 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1169 if we just hit it.
1170 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1171 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1172 from run to run.
1173 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1174 after the inferior has been forked.
1175 (remove_dbx_link_breakpoint): New function.
1176 (dbx_link_addr): New function.
1177 (insert_dbx_link_bpt_in_file): New function.
1178 (insert_dbx_link_bpt_in_region): New function.
1179 (insert_dbx_link_breakpoint): New function.
1180 (proc_trace_syscalls_1): New function, extracted from
1181 proc_trace_syscalls.
1182 (proc_trace_syscalls): Replace extract code by call to
1183 proc_trace_syscalls_1.
1184 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1185 is no longer valid.
1186
1187 2004-08-25 Jim Blandy <jimb@redhat.com>
1188
1189 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1190
1191 2004-08-25 Andrew Cagney <cagney@gnu.org>
1192
1193 * infrun.c (struct execution_control_state): Delete field
1194 "stepping_through_sigtramp".
1195 (init_execution_control_state): Do not set same.
1196 (context_switch): Do not pass same to save_infrun_state and
1197 load_infrun_state.
1198 * gdbthread.h (struct thread_info): Delete field
1199 stepping_through_sigtramp.
1200 (save_infrun_state, load_infrun_state): Delete parameter
1201 stepping_through_sigtramp.
1202 * thread.c (load_infrun_state, save_infrun_state): Update.
1203
1204 * infrun.c: Re-indent. Move expression operators to the beginning
1205 of the line. Remove long disabled #if 0 code.
1206
1207 2004-08-24 Andrew Cagney <cagney@gnu.org>
1208
1209 * doublest.h (floatformat_ieee_quad): Rename
1210 floatformat_ia64_quad.
1211 * doublest.c (floatformat_ieee_quad): Rename
1212 floatformat_ia64_quad.
1213 (_initialize_doublest): Update.
1214
1215 2004-08-24 Jim Blandy <jimb@redhat.com>
1216
1217 * dwarf2expr.h (struct dwarf_expr_context): New members
1218 'num_pieces' and 'pieces', for returning the result of an
1219 expression that uses DW_OP_piece.
1220 (struct dwarf_expr_piece): New struct type.
1221 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1222 pieces.
1223 (free_dwarf_expr_context): Free pieces, if any.
1224 (add_piece): New function.
1225 (execute_stack_op): Implement DW_OP_piece.
1226 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1227 expression is a list of pieces, print an error message.
1228 (dwarf2_loc_desc_needs_frame): If the expression yields
1229 pieces, and any piece is in a register, then we need a frame.
1230
1231 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1232 the stack until we've decided what sort of result the evaluation
1233 has produced. Use separate variables, with more specific names.
1234
1235 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1236
1237 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1238 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1239 (arm_netbsd_init_abi_common): Register them.
1240
1241 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1242
1243 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1244
1245 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1246 safe_frame_unwind_memory instead of target_read_memory.
1247
1248 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1249 Reorder includes.
1250 (fetch_register, store_register): Remove prototypes.
1251 (child_resume): Reorganize code and comments such that it is
1252 grouped a bit more logically.
1253 (attach): Explicitly compare errno against 0.
1254 (detach): Likewise. Use perror_with_name instead of
1255 print_sys_errmsg.
1256 * Makefile.in (infptrace.o): Update dependencies.
1257
1258 * ia64-linux-nat.c: Update copyright year.
1259 (fetch_debug_register, store_debug_register)
1260 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1261 PTRACE_TYPE_ARG3.
1262 * config/ia64/nm-linux.h: Update copyright year.
1263 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1264
1265 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1266 from CORE_ADDR to struct frame_info *. Use
1267 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1268 (amd64_linux_sigtramp_p): Adjust for changed signature of
1269 and64_linux_sigtramp_start
1270
1271 * gdb_ptrace.h: GNU/Linux.
1272
1273 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1274 Remove defines.
1275
1276 * infptrace.c: Include "gdb_assert.h".
1277 (PTRACE_XFER_TYPE): Remove define.
1278 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1279 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1280 Tweak comment.
1281 (fetch_inferior_registers, store_inferior_registers): Remove
1282 redundant culry braces. Tweak comment. s/regno/regnum.
1283 * Makefile.in (infptrace.o): Update dependencies.
1284
1285 * configure.in: Change test for return type of ptrace to default
1286 to `long' instead of `int'.
1287 * configure: Regenerate.
1288
1289 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1290
1291 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1292
1293 * configure.in: Check for ttrace function.
1294 * configure, config.in: Regenerate.
1295
1296 * gdb_ptrace.h: New file.
1297 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1298 <sys/ptrace.h>.
1299 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1300 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1301 (attach): Don't define PT_ATTACH.
1302 (detach): Don't define PT_DETACH.
1303 * Makefile.in (gdb_ptrace_h): New variable.
1304 (infptrace.o): Update dependencies.
1305
1306 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1307
1308 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1309 instead of `int' if not already defined.
1310 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1311 PTRACE_TYPE_ARG3.
1312 * infptrace.c (call_ptrace): Revert change that replaced
1313 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1314
1315 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1316
1317 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1318 Remove defines.
1319
1320 * linux-nat.c (kill_inferior): Add missing third and fourth
1321 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1322
1323 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1324 PTRACE_TYPE_RET.
1325
1326 * proc-why.c (proc_prettyfprint_why): Fix format string.
1327
1328 * solib-osf.c (osf_current_sos): Remove unsused label.
1329
1330 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1331 curses headers.
1332 * configure, config.in: Regenerate.
1333 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1334 <ncurses/ncurses.h>.
1335
1336 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1337 * config/nm-nbsd.h: Update copyright year.
1338 (PTRACE_ARG3_TYPE): Remove define.
1339
1340 * sparc-nat.c (fetch_inferior_registers)
1341 (store_inferior_registers, sparc_xfer_wcookie):
1342 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1343
1344 * alphabsd-nat.c (fetch_inferior_registers):
1345 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1346 PTRACE_TYPE_ARG3.
1347 * amd64bsd-nat.c (fetch_inferior_registers)
1348 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1349 PTRACE_TYPE_ARG3.
1350 * armnbsd-nat.c: Update copyright year.
1351 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1352 (store_register, store_regs, store_fp_register, store_fp_regs):
1353 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1354 * hppabsd-nat.c (fetch_inferior_registers)
1355 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1356 PTRACE_TYPE_ARG3.
1357 * i386bsd-nat.c (fetch_inferior_registers)
1358 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1359 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1360 * m68kbsd-nat.c (fetch_inferior_registers)
1361 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1362 PTRACE_TYPE_ARG3.
1363 * m88kbsd-nat.c (fetch_inferior_registers)
1364 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1365 PTRACE_TYPE_ARG3.
1366 * mipsnbsd-nat.c: Update copyright year.
1367 (fetch_inferior_registers, store_inferior_registers):
1368 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1369 * ns32knbsd-nat.c: Update copyright year.
1370 (fetch_inferior_registers, store_inferior_registers):
1371 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1372 * ppcnbsd-nat.c (fetch_inferior_registers):
1373 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1374 PTRACE_TYPE_ARG3.
1375 * ppcobsd-nat.c (fetch_inferior_registers):
1376 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1377 PTRACE_TYPE_ARG3.
1378 * shnbsd-nat.c: Update copyright year.
1379 (fetch_inferior_registers, store_inferior_registers):
1380 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1381 * vaxbsd-nat.c (fetch_inferior_registers)
1382 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1383 PTRACE_TYPE_ARG3.
1384
1385 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1386 PTRACE_TYPE_ARG3.
1387 * infptrace.c (call_ptrace, child_resume, attach, detach)
1388 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1389 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1390 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1391 PTRACE_TYPE_ARG3.
1392
1393 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1394
1395 * defs.h: Remove out-of-date comment.
1396 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1397 [!GETENV_PROVIDED] (getenv): Remove prototype.
1398
1399 * standalone.c: Remove file.
1400 * Makefile.in (standalone.o): Remove dependency.
1401
1402 * i386-linux-nat.c (dummy_sse_values): Remove function and
1403 prototype.
1404 (i386_linux_dr_get): Fix typo in comment.
1405 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1406
1407 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1408
1409 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1410 from declaration.
1411 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1412 from definition.
1413
1414 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1415
1416 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1417 parenthesis in definition.
1418 * configure: Regenerated.
1419
1420 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1421
1422 * PROBLEMS: Mention build/1411.
1423
1424 2004-08-09 Robert Millan <robertmh@gnu.org>
1425
1426 Committed by Nathanael Nerode.
1427 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1428 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1429
1430 2004-08-12 Andrew Cagney <cagney@gnu.org>
1431
1432 * NEWS: Mention fixes in GDB 6.2.1.
1433 * PROBLEMS: Remove mention of mips-irix.
1434
1435 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1436
1437 * config/powerpc/xm-aix.h: Delete.
1438 * config/powerpc/aix.mh (MH_FILE): Remove.
1439 * config/powerpc/aix432.mh (MH_FILE): Remove.
1440
1441 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1442
1443 * config/powerpc/aix.mh: Remove obsolete comment.
1444 * config/powerpc/aix432.mh: Likewise.
1445
1446 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1447
1448 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1449
1450 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1451
1452 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1453 this file is now empty.
1454 * config/xm-aix4.h: Remove, this file is no longer included
1455 anywhere.
1456
1457 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1458
1459 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1460 that file is now empty.
1461 (termdef): Remove prototype, function no longer used.
1462
1463 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1464
1465 * doc/gdbint.texinfo (Host Definition): Remove documentation
1466 for USE_O_NOCTTY, no longer used.
1467 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1468 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1469
1470 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1471
1472 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1473 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1474 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1475
1476 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1477
1478 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1479 instead of FIVE_ARG_PTRACE.
1480
1481 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1482 (new_tty): Use O_NOCTTY unconditionally.
1483
1484 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1485
1486 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1487 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1488 fflush on stdout.
1489
1490 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1491
1492 * xcoff_symfile_finish: Replace last call to xmfree by call
1493 to xfree.
1494
1495 2004-08-10 Andrew Cagney <cagney@gnu.org>
1496
1497 * main.c (captured_main): Delete call to init_malloc.
1498 * defs.h (init_malloc): Delete declaration.
1499 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1500 (init_malloc): Delete functions.
1501
1502 * defs.h (xmfree): Delete.
1503 * utils.c (xmfree): Delete function.
1504 (xfree): Inline calls to xmfree and mfree.
1505 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1506 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1507 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1508 * somread.c (som_symfile_finish): Ditto.
1509 * objfiles.c (allocate_objfile, free_objfile):
1510 * nlmread.c (nlm_symfile_finish): Ditto.
1511 * hpread.c (hpread_symfile_finish): Ditto.
1512 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1513 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1514 * coffread.c (coff_symfile_finish): Ditto.
1515
1516 * defs.h (xmcalloc): Delete declaration.
1517 * utils.c (xmcalloc): Delete.
1518 (xcalloc): Inline calls to xmcalloc and mcalloc.
1519 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1520 xcalloc and xfree.
1521 * symtab.c (create_demangled_names_hash): Ditto.
1522
1523 * defs.h (xmrealloc): Delete.
1524 * utils.c (xmrealloc): Delete.
1525 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1526 * symmisc.c (extend_psymbol_list): Use xrealloc.
1527 * source.c (find_source_lines): Ditto.
1528 * hpread.c (hpread_lookup_type): Ditto.
1529 * dbxread.c (add_bincl_to_list): Ditto.
1530
1531 * utils.c (xmmalloc): Delete.
1532 (xmalloc): Inline xmmalloc and mmalloc calls.
1533 (msavestring): Use xmalloc.
1534 * defs.h (xmmalloc): Delete declaration.
1535 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1536 xmmalloc.
1537 * symmisc.c (extend_psymbol_list): Ditto.
1538 * symfile.c (init_psymbol_list): Ditto.
1539 * source.c (find_source_lines): Ditto.
1540 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1541 * elfread.c (elf_symtab_read): Ditto.
1542 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1543 * coffread.c (coff_symfile_init): Ditto.
1544
1545 2004-08-10 David Carlton <carlton@bactrian.org>
1546
1547 * MAINTAINERS: Remove David Carlton from c++ testsuite
1548 maintainers.
1549
1550 2004-08-10 Jerome Guitton <guitton@gnat.com>
1551
1552 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1553 print a line feed before the prompt.
1554
1555 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1556
1557 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1558
1559 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1560
1561 General cleanup of the AIX xm include file:
1562 * config/xm-aix4.h (fd_set): Remove undefine.
1563 Remove include of <sys/select.h>.
1564 (HAVE_TERMIO): Remove define.
1565 (USG): Likewise.
1566 (NULL): Remove redefine.
1567 (alloca): Remove #pragma.
1568 (vfork): Remove define.
1569 (termdef): Remove.
1570 (SIGWINCH_HANDLER): Remove.
1571 (SIGWINCH_HANDLER_BODY): Remove.
1572
1573 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1574
1575 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1576 GDB_OSABI_OPENBSD_ELF.
1577
1578 2004-08-07 Robert Millan <robertmh@gnu.org>
1579
1580 * bsd-kvm.c: Check for nlist.h before including it.
1581
1582 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1583
1584 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1585 sigcontext' offset consistency checks for ancient BSD.
1586
1587 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1588
1589 * configure.in: Check for <sys/types.h>. Check return and
1590 argument types of ptrace.
1591 * configure, config.in: Regenerate.
1592
1593 2004-08-09 Jim Blandy <jimb@redhat.com>
1594
1595 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1596 rs6000_register_sim_regno): Doc fixes.
1597
1598 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1599
1600 * mips-tdep.c: Include "floatformat.h".
1601 (n32n64_floatformat_always_valid): New function.
1602 (floatformat_n32n64_long_double_big): New constant.
1603 (mips_gdbarch_init): Set size and format of long double
1604 for N32 and N64 ABIs.
1605 * Makefile.in (mips-tdep.o): Update dependencies.
1606
1607 2004-08-08 Andrew Cagney <cagney@gnu.org>
1608
1609 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1610 print. Improve script's error messages.
1611 * gdbarch.h: Re-generate.
1612
1613 * gdbarch.sh (pformat): New function.
1614 (float_format, double_format, long_double_format): List with bit
1615 members. Use pformat when printing.
1616 * gdbarch.c, gdbarch.h: Re-generate.
1617
1618 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1619
1620 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1621 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1622 (ppcnbsd_supply_pcb): New function.
1623 (_initialize_ppcnbsd_nat): New prototype and function.
1624 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1625 (LOADLIBES): New variable.
1626 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1627
1628 2004-08-08 Andrew Cagney <cagney@gnu.org>
1629
1630 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1631 (builtin_type_ieee_double, builtin_type_ia64_quad)
1632 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1633 BE/LE floating-point types.
1634 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1635 (builtin_type_ieee_double, builtin_type_ia64_quad)
1636 (builtin_type_ia64_spill): Declare.
1637 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1638 (floatformat_ieee_double, floatformat_arm_ext)
1639 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1640 of LE/BE floatformats.
1641 * doublest.h: (struct floatformat, floatformat_ieee_single)
1642 (floatformat_ieee_double, floatformat_arm_ext)
1643 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1644
1645 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1646
1647 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1648
1649 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1650 instead of regcache_raw_supply when storing the registers.
1651
1652 * i386gnu-nat.c: Update copyright year.
1653 (gnu_store_registers): Don't use deprecated_registers and
1654 deprecated_registers_valid. Use regcache_valid_p and
1655 regcache_raw_supply instead.
1656
1657 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1658 frame_pc_unwind.
1659
1660 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1661 variables. Incapitalized "process".
1662
1663 * configure.in: Add cursesX to the list of possible curses libs.
1664 Add cursesX.h to the list of possible curses headers.
1665 * configure, config.in: Regenerate.
1666
1667 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1668
1669 * configure.in: Test for struct lwp in <sys/lwp.h>.
1670 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1671 the offset of l_addr in struct lwp.
1672
1673 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1674
1675 * bsd-kvm.c: Include "gdbcore.h"
1676 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1677
1678 2004-08-07 Andrew Cagney <cagney@gnu.org>
1679
1680 * gdbtypes.c (build_flt, build_complex): New functions.
1681 (gdbtypes_post_init): Use.
1682
1683 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1684
1685 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1686 through to builtin_type_uint128.
1687
1688 * c-exp.y: Use builtin_type function to obtain builtin types.
1689
1690 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1691 builtin_uint128.
1692 * gdbtypes.c (gdbtypes_post_init): Update.
1693 (build_gdbtypes): Move initialization of builtin_type_int0
1694 through to builtin_type_uint128 from here ...
1695 (_initialize_gdbtypes): ... to here.
1696 * d10v-tdep.c (d10v_register_type): Update.
1697
1698 * doublest.c: Update copyright.
1699 (floatformat_from_length): Call error when floatformat is NULL.
1700 (extract_floating_by_length): Remove NULL fmt check.
1701 (store_floating_by_length): Ditto.
1702
1703 2004-08-07 Andrew Cagney <cagney@gnu.org>
1704
1705 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1706 that the register is valid.
1707
1708 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1709
1710 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1711 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1712 struct frame_info *. Use safe_frame_unwind_memory instead of
1713 deprecated_read_memory_nobpt.
1714 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1715 changed signature of i386_linux_sigtramp_start and
1716 i386_linux_rt_sigtramp_start.
1717
1718 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1719 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1720 instead of deprecated_read_memory_nobpt.
1721 (i386nbsd_sigtramp_p): Adjust for changed signature of
1722 i386nbsd_sigtramp_offset.
1723
1724 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1725 safe_frame_unwind_memory instead of target_read_memory.
1726
1727 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1728 !NO_SYS_FILE.
1729 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1730 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1731 (_initialize_kernel_u_addr): Remove prototype and function.
1732 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1733 !NO_SYS_FILE.
1734 * xcoffread.c: Likewise.
1735
1736 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1737
1738 * vax-nat.c: New file.
1739 * vaxbsd-nat.c: Tweak comment.
1740 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1741 vaxnbsd-tdep.c.
1742 (vax-nat.o): New dependency.
1743 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1744 (vax-*-ultrix2*): Remove.
1745 * config/vax/vax.mh: New file.
1746 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1747 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1748 (vax_register_u_addr): New prototype.
1749 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1750 * config/vax/vaxult2.mh: Remove file.
1751 * config/vax/vaxult.mh: Remove file.
1752 * config/vax/vaxbsd.mh: Remove file.
1753 * config/vax/vax.mt (TM_FILE): Remove.
1754 * config/vax/tm-vaxbsd.h: Remove file.
1755
1756 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1757
1758 * aix-thread.c (get_signaled_thread): New function.
1759 (iter_trap): Delete, no longer used.
1760 (iter_tid): New function.
1761 (pd_update): Find the thread that received the SIGTRAP signal
1762 by first locating the kernel thread, and then finding its
1763 associated thread.
1764
1765 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1766
1767 * lin-lwp.c (child_wait): Continue inferior after processing
1768 PTRACE_EVENT_CLONE event.
1769
1770 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1771
1772 * MAINTAINERS: Add self to Write-After-Approval.
1773
1774 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1775
1776 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1777 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1778
1779 2004-08-05 Andrew Cagney <cagney@gnu.org>
1780
1781 * config/xm-sysv4.h: Delete file.
1782 * config/mips/xm-irix5.h: Delete file.
1783 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1784 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1785 * config/ia64/xm-aix.h: Delete file.
1786 * config/ia64/aix.mh (XM_FILE): Delete.
1787 * config/pa/xm-hppah.h: Delete file.
1788 * config/pa/hpux11w.mh (XM_FILE): Delete.
1789 * config/pa/hpux11.mh (XM_FILE): Delete.
1790 * config/pa/hpux1020.mh (XM_FILE): Delete.
1791 * config/pa/hppahpux.mh (XM_FILE): Delete.
1792
1793 * config/alpha/xm-alphalinux.h: Delete file.
1794 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1795 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1796 * config/alpha/xm-alphaosf.h: Delete file.
1797 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1798 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1799 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1800 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1801
1802 * config/i386/xm-i386v.h: Delete file.
1803 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1804 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1805 * config/i386/xm-i386sco.h: Delete file.
1806 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1807 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1808 * config/i386/xm-i386v4.h: Delete file.
1809 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1810 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1811 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1812 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1813
1814 * config/vax/xm-vax.h: Delete file.
1815 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1816 * config/vax/xm-vaxult2.h: Delete file.
1817 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1818 * config/vax/vaxult2.mh (XM_FILE): Delete.
1819 * config/vax/xm-vaxult.h: Delete file.
1820 * config/vax/vaxult.mh (XM_FILE): Delete.
1821 * config/vax/xm-vaxbsd.h: Delete file.
1822 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1823
1824 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1825 * gdbarch.h, gdbarch.c: Re-generate.
1826 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1827 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1828 * frame.h: Delete deprecated_read_fp from comments.
1829 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1830 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1831
1832 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1833
1834 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1835 trampoline in OpenBSD 3.5-current.
1836
1837 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1838 SSE registers.
1839
1840 * Makefile.in: Remove embedded page breaks.
1841
1842 2004-08-04 Jim Blandy <jimb@redhat.com>
1843
1844 * regcache.c (regcache_raw_read): Assert that, after calling
1845 target_fetch_registers, the register we're reading is cached.
1846
1847 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1848 a call to 'internal_error', with a more helpful error message.
1849 * rs6000-tdep.c (e500_pseudo_register_read,
1850 e500_pseudo_register_write, rs6000_store_return_value): Same.
1851
1852 2004-08-04 Andrew Cagney <cagney@gnu.org>
1853
1854 * Makefile.in: Update dependencies.
1855
1856 2004-08-04 Jim Blandy <jimb@redhat.com>
1857
1858 Change the layout of the PowerPC E500 raw register cache to allow
1859 the lower 32-bit halves of the GPRS to be their own raw registers,
1860 not pseudoregisters.
1861 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1862 add ppc_ev0_upper_regnum flag.
1863 * rs6000-tdep.c: #include "reggroups.h".
1864 (spe_register_p): Recognize the ev upper half registers as SPE
1865 registers.
1866 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1867 registers.
1868 (e500_move_ev_register): New function.
1869 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1870 vector registers are the pseudo-registers now, formed by splicing
1871 together the gprs and the upper-half registers.
1872 (e500_register_reggroup_p): New function.
1873 (P): Macro deleted.
1874 (P8, A4): New macro.
1875 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1876 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1877 macros.
1878 (registers_e500): Rearrange register set so that the raw register
1879 set contains 32-bit GPRs and upper-half registers, and the SPE
1880 vector registers become pseudo-registers.
1881 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1882 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1883 register numbers are now the same for the E500 as they are for
1884 other PowerPC variants. Register e500_register_reggroup_p as the
1885 register group function for the E500.
1886 * Makefile.in (rs6000-tdep.o): Update dependencies.
1887
1888 Adapt PPC E500 native support to the new raw regcache layout.
1889 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1890 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1891 (fetch_spe_register, store_spe_register): Handle fetching/storing
1892 all the SPE registers at once, if regno == -1. These now take
1893 over the job of fetch_spe_registers and store_spe_registers.
1894 (fetch_spe_registers, store_spe_registers): Deleted.
1895 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1896 unconditionally; they're always raw. Fetch/store SPE upper half
1897 registers, if present, instead of ev registers.
1898 (fetch_register, store_register): Remove sanity checks: gprs are
1899 never pseudo-registers now, so we never need to even mention any
1900 registers that are ever pseudoregisters.
1901
1902 Use a fixed register numbering when communicating with the PowerPC
1903 simulator.
1904 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1905 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1906 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1907 New functions.
1908 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1909 init_sim_regno_table.
1910 * Makefile.in (gdb_sim_ppc_h): New variable.
1911 (rs6000-tdep.o): Update dependencies.
1912
1913 2004-08-02 Andrew Cagney <cagney@gnu.org>
1914
1915 * cris-tdep.c (cris_register_size): Restore function, still used
1916 locally.
1917
1918 * gdbarch.sh (deprecated_target_read_fp)
1919 (deprecated_frame_locals_address, deprecated_frame_args_address)
1920 (deprecated_frame_chain_valid, deprecated_frame_chain)
1921 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1922 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1923 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1924 * gdbarch.h, gdbarch.c: Re-generate.
1925 * regcache.c (deprecated_read_fp): Do not call
1926 DEPRECATED_TARGET_READ_FP_P.
1927 * infcmd.c (default_print_registers_info): Do not call
1928 DEPRECATED_DO_REGISTERS_INFO.
1929 * frame-base.c (default_frame_locals_address): Do not call
1930 DEPRECATED_FRAME_LOCALS_ADDRESS.
1931 (default_frame_args_address): Do not call
1932 DEPRECATED_FRAME_ARGS_ADDRESS.
1933
1934 * gdbarch.sh (deprecated_register_raw_size)
1935 (deprecated_register_virtual_size:int): Delete.
1936 * gdbarch.h, gdbarch.c: Re-generate.
1937 * cris-tdep.c (cris_register_size): Delete.
1938 (cris_gdbarch_init): Update.
1939 * alpha-tdep.c (alpha_register_raw_size)
1940 (alpha_register_virtual_size): Delete.
1941 (alpha_gdbarch_init): Update.
1942
1943 * gdbarch.sh (deprecated_register_virtual_type)
1944 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1945 (deprecated_dummy_write_sp): Delete.
1946 * gdbarch.h, gdbarch.c: Re-generate.
1947
1948 * gdbarch.sh (deprecated_register_bytes): Delete.
1949 * gdbarch.h, gdbarch.c: Re-generate.
1950 * regcache.c (deprecated_register_bytes): New function.
1951 * regcache.h (deprecated_register_bytes): Declare.
1952 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1953 * v850-tdep.c (v850_gdbarch_init): Update.
1954 * sh64-tdep.c (sh64_gdbarch_init): Update.
1955 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1956 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1957 * mcore-tdep.c (mcore_gdbarch_init): Update.
1958 * cris-tdep.c (cris_gdbarch_init): Update.
1959 * arm-tdep.c (arm_gdbarch_init): Update.
1960 * remote.c (init_remote_state): Update.
1961 * remote-vx.c (vx_prepare_to_store): Update.
1962 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1963 * irix5-nat.c (fetch_core_registers): Update.
1964 * cris-tdep.c (cris_register_bytes_ok): Update.
1965 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1966
1967 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1968 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1969 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1970 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1971 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1972 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1973 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1974 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1975 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1976 with mips_insn16 and mips_insn32.
1977
1978 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1979 * rs6000-tdep.c (rs6000_push_dummy_call)
1980 (rs6000_extract_return_value): Use register_size.
1981 * xstormy16-tdep.c (xstormy16_get_saved_register)
1982 (xstormy16_extract_return_value): Ditto.
1983 * valops.c (value_assign): Ditto.
1984 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1985 * v850-tdep.c (v850_extract_return_value): Ditto.
1986 * tracepoint.c (collect_symbol): Ditto.
1987 * target.c (debug_print_register): Ditto.
1988 * stack.c (frame_info): Ditto.
1989 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1990 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1991 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1992 (store_register_using_P): Ditto.
1993 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1994 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1995 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1996 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1997 * regcache.c (deprecated_read_register_bytes)
1998 (deprecated_write_register_bytes, read_register)
1999 (write_register): Ditto.
2000 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2001 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2002 * monitor.c (monitor_supply_register, monitor_fetch_register)
2003 (monitor_store_register): Ditto.
2004 * mn10300-tdep.c (mn10300_pop_frame_regular)
2005 (mn10300_print_register): Ditto.
2006 * mipsv4-nat.c (fill_fpregset): Ditto.
2007 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2008 (mips64_fill_fpregset): Ditto.
2009 * mi/mi-main.c (register_changed_p, get_register)
2010 (mi_cmd_data_write_register_values): Ditto.
2011 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2012 * irix5-nat.c (fill_gregset, fetch_core_registers):
2013 * infrun.c (write_inferior_status_register): Ditto.
2014 * infptrace.c (fetch_register, store_register): Ditto.
2015 * infcmd.c (default_print_registers_info): Ditto.
2016 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2017 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2018 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2019 * hpux-thread.c (hpux_thread_fetch_registers)
2020 (hpux_thread_store_registers): Ditto.
2021 * hppah-nat.c (store_inferior_registers, fetch_register):
2022 * findvar.c (value_from_register): Ditto.
2023 * dve3900-rom.c (fetch_bitmapped_register):
2024 * cris-tdep.c (cris_gdbarch_init): Ditto.
2025 * alpha-tdep.h: Ditto.
2026 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2027
2028 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2029 DEPRECATED_REGISTER_RAW_SIZE from comments.
2030 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2031 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2032 DEPRECATED_REGISTER_RAW_SIZE.
2033 * findvar.c (value_of_register): Simplify by assuming that the
2034 registers raw and virtual sizes are identical.
2035 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2036 comment.
2037 * arch-utils.c (generic_register_size): Simplify by assuming
2038 register_type.
2039
2040 * regcache.c (legacy_read_register_gen, real_register)
2041 (legacy_write_register_gen): Delete, not used.
2042
2043 * regcache.c (struct regcache_descr): Delete legacy_p.
2044 (init_legacy_regcache_descr): Delete function.
2045 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2046 Do not use deprecated register functions.
2047 (regcache_raw_read, deprecated_write_register_gen):
2048 (deprecated_read_register_gen, regcache_raw_write): Delete code
2049 predicated on legacy_p.
2050 (register_size): Delete check against register raw size.
2051
2052 * cris-tdep.c (cris_register_type): Replace
2053 cris_register_virtual_type.
2054 (cris_gdbarch_init): Update, set register_type.
2055
2056 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2057 * gdbarch.h, gdbarch.c: Re-generate.
2058 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2059 (arm_gdbarch_init) Do not set frameless function invocation.
2060 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2061 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2062 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2063 (frv_gdbarch_init): Do not set frameless function invocation.
2064 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2065 * sh-tdep.c (sh_gdbarch_init): Ditto.
2066 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2067 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2068 * avr-tdep.c (avr_gdbarch_init): Ditto.
2069
2070 * blockframe.c (legacy_frame_chain_valid): Delete function.
2071
2072 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2073 and pc. Update comments.
2074 (pc_in_dummy_frame): Delete function.
2075 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2076 use the "id".
2077 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2078 call_hi, top and pc, use the id.
2079 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2080
2081 * dummy-frame.c: Include "gdb_string.h".
2082 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2083 (generic_save_dummy_frame_tos): Delete.
2084 (dummy_frame_push): New function, replaces above.
2085 * dummy-frame.h: Update copyright.
2086 (dummy_frame_push): Declare.
2087 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2088 (generic_save_call_dummy_addr): Delete declarations.
2089 * infcall.c: Include "dummy-frame.h".
2090 (call_function_by_hand): Add locals caller_regcache,
2091 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2092 with call to frame_save_as_regcache plus cleanup. Delete calls to
2093 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2094 Move clear_proceed_status to just before the resume, add call to
2095 dummy_frame_push (discard cleanup).
2096 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2097 (dummy-frame.o): Add $(gdb_string_h).
2098
2099 2004-08-01 Andrew Cagney <cagney@gnu.org>
2100
2101 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2102 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2103 * dummy-frame.c (find_dummy_frame): Delete.
2104 (struct dummy_frame_cache, dummy_frame_sniffer)
2105 (dummy_frame_prev_register, dummy_frame_this_id)
2106 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2107 frame unwinder using a dummy_frame_cache.
2108
2109 2004-08-01 Andrew Cagney <cagney@gnu.org>
2110
2111 * frame.h (frame_save_as_regcache): Declare.
2112 * frame.c (frame_save_as_regcache): New function.
2113 (do_frame_read_register): Replace do_frame_unwind_register.
2114 (frame_pop): Use frame_save_as_regcache.
2115 * dummy-frame.c (generic_push_dummy_frame): Use
2116 frame_save_as_regcache.
2117
2118 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2119
2120 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2121 file as included until we record the first line in the linetable.
2122
2123 2004-08-01 Andrew Cagney <cagney@gnu.org>
2124
2125 * frame.h (deprecated_pop_dummy_frame)
2126 (deprecated_read_register_dummy)
2127 (deprecated_generic_find_dummy_frame): Delete.
2128 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2129 (deprecated_read_register_dummy)
2130 (deprecated_find_dummy_frame_regcache)
2131 (discard_innermost_dummy)
2132 (deprecated_pop_dummy_frame): Delete.
2133 (dummy_frame_this_id): Simplify.
2134 (struct dummy_frame): Delete "fp" and "sp".
2135 (find_dummy_frame): Simplify.
2136 (generic_push_dummy_frame): Do not set "fp" or "sp".
2137 (fprint_dummy_frames): Do not print "fp" and "sp"
2138
2139 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2140
2141 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2142 (struct i386_insn): New structure.
2143 (i386_match_insn): New function.
2144 (i386_frame_setup_skip_insns): New variable.
2145 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2146 array i386_frame_setup_insns of instructions that should be
2147 skipped inside the frame setup sequence.
2148
2149 2004-08-01 Andrew Cagney <cagney@gnu.org>
2150
2151 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2152 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2153 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2154 * stack.c (frame_info): Delete references to
2155 DEPRECATED_FRAME_INIT_SAVED_REGS and
2156 deprecated_get_frame_saved_regs.
2157 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2158 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2159 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2160 (frame_unwind_register_signed)
2161 (frame_unwind_register_unsigned)
2162 (frame_unwind_unsigned_register): Use register_size.
2163 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2164 (deprecated_frame_xmalloc_with_cleanup)
2165 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2166 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2167
2168 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2169 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2170 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2171 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2172
2173 * infcall.c (call_function_by_hand): Do not use
2174 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2175 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2176 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2177 DEPRECATED_STACK_ALIGN.
2178
2179 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2180
2181 Committed by Andrew Cagney.
2182 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2183
2184 2004-08-01 Andrew Cagney <cagney@gnu.org>
2185
2186 * mips-tdep.c (mips16_frame_cache)
2187 (mips16_frame_this_id, mips16_frame_prev_register)
2188 (mips16_frame_unwind, mips16_frame_sniffer)
2189 (mips16_frame_base_address, mips16_frame_base)
2190 (mips16_frame_base_sniffer, mips32_frame_cache)
2191 (mips32_frame_this_id, mips32_frame_prev_register)
2192 (mips32_frame_unwind, mips32_frame_sniffer)
2193 (mips32_frame_base_address, mips32_frame_base)
2194 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2195 separate heuristic mips16 and mips32 unwinders.
2196 (mips_stub_frame_cache, mips_stub_frame_this_id)
2197 (mips_stub_frame_prev_register)
2198 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2199 (mips_stub_frame_base_address, mips_stub_frame_base)
2200 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2201 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2202 match true mdebug frames.
2203 (non_heuristic_proc_desc): Add forward declaration.
2204
2205 2004-08-01 Andrew Cagney <cagney@gnu.org>
2206
2207 * config/mips/tm-irix6.h: Delete file.
2208 * config/mips/tm-irix5.h: Delete file.
2209 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2210 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2211
2212 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2213 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2214 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2215 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2216 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2217 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2218 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2219 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2220 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2221 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2222 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2223 (TARGET_SIGNAL_RAW_VALUES): Delete.
2224 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2225 Delete.
2226 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2227 (TARGET_HW_WATCH_LIMIT): Delete.
2228 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2229 * minimon.h: Delete file.
2230
2231 * trad-frame.c (trad_frame_get_this_base)
2232 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2233 functions.
2234 * trad-frame.h (trad_frame_set_this_base)
2235 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2236
2237 2004-07-31 Andrew Cagney <cagney@gnu.org>
2238
2239 * trad-frame.c (trad_frame_get_prev_register): Rename
2240 trad_frame_get_prev_register.
2241 * vax-tdep.c (vax_frame_prev_register): Update.
2242 * trad-frame.h: Update.
2243 * trad-frame.c (trad_frame_get_register): Update.
2244 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2245 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2246 Update.
2247 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2248 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2249 Update.
2250 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2251 Update.
2252 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2253 Update.
2254 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2255 Update.
2256 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2257 Update.
2258 * s390-tdep.c (s390_frame_prev_register)
2259 (s390_stub_frame_prev_register)
2260 (s390_sigtramp_frame_prev_register): Update.
2261 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2262 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2263 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2264 * m88k-tdep.c (m88k_frame_prev_register)
2265 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2266 * m32r-tdep.c (m32r_frame_prev_register): Update.
2267 * hppa-tdep.c (hppa_frame_prev_register_helper)
2268 * frv-tdep.c (frv_frame_prev_register): Update.
2269 * d10v-tdep.c (d10v_frame_prev_register): Update.
2270 * cris-tdep.c (cris_frame_prev_register): Update.
2271 * avr-tdep.c (avr_frame_prev_register): Update.
2272 * arm-tdep.c (arm_prologue_prev_register)
2273 (arm_sigtramp_prev_register): Update.
2274
2275 2004-07-31 Andrew Cagney <cagney@gnu.org>
2276
2277 * frame.h (legacy_saved_regs_unwind)
2278 (legacy_frame_chain_valid, legacy_frame_p)
2279 (enum frame_type): Delete UNKNOWN_FRAME.
2280 * dummy-frame.c (dummy_frame_this_id): Simplify.
2281 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2282 * frame.c (struct frame_info): Delete the field "type".
2283 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2284 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2285 (legacy_saved_regs_unwind, legacy_frame_p)
2286 (frame_type_from_pc): Delete.
2287 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2288 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2289
2290 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2291
2292 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2293 indentation.
2294
2295 * mips-nat.c: Remove file.
2296 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2297 (mips-nat.o): Remove dependency.
2298
2299 * infptrace.c: Update copyright year.
2300 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2301 explicitly setting the buffer to all zeroes.
2302
2303 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2304 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2305
2306 2004-07-30 Andrew Cagney <cagney@gnu.org>
2307
2308 * GDB 6.2 released from gdb_6_2-branch.
2309
2310 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2311
2312 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2313
2314 * exec.c (exec_file_attach):
2315 * nto-tdep.c (nto_find_and_open_solib):
2316 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2317 * solib.c (solib_open):
2318 * somsolib.c (som_solib_sizeof_symbol_table):
2319 * source.c (is_regular_file, openp, open_source_file):
2320 * symfile.c (symfile_bfd_open):
2321 * wince.c (upload_to_device): Differentiate between the search for
2322 binary and source files.
2323
2324 2004-07-30 Andrew Cagney <cagney@gnu.org>
2325
2326 * complaints.c (_initialize_complaints): Pass NULL to
2327 add_setshow_zinteger_cmd for help_doc.
2328 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2329
2330 2004-07-30 Andrew Cagney <cagney@gnu.org>
2331
2332 Fix PR i18n/761.
2333 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2334 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2335 $(PACKAGE).pot and update-po.
2336 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2337 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2338 (update-po): New rules.
2339 (localedir): Define using autoconf.
2340 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2341 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2342 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2343 * configure.in: Generate CATALOGS and LINGUAS from contents of
2344 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2345 * configure: Re-generate.
2346 * po/gdbtext: New file
2347
2348 2004-07-30 Jerome Guitton <guitton@gnat.com>
2349
2350 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2351 order.
2352
2353 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2354
2355 * dwarf2read.c (read_file_scope): Set producer if attribute
2356 present.
2357 (struct dwarf2_cu): Added new member producer.
2358
2359 2004-07-30 Jerome Guitton <guitton@gnat.com>
2360
2361 * inflow.c (kill_command): release file handles in BFD.
2362 * exec.c (exec_file_attach): Ditto.
2363 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2364
2365 2004-07-29 Andrew Cagney <cagney@gnu.org>
2366
2367 * PROBLEMS (mips-irix): Note that it is broken.
2368
2369 2004-07-29 Andrew Cagney <cagney@gnu.org>
2370
2371 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2372 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2373
2374 * config/xm-nbsd.h: Delete file.
2375 * config/arm/xm-nbsd.h: Delete file.
2376 * config/i386/xm-nbsd.h: Delete file.
2377 * config/ns32k/xm-nbsd.h: Delete file.
2378 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2379 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2380 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2381 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2382 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2383
2384 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2385 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2386 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2387 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2388 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2389 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2390
2391 * config/powerpc/xm-linux.h: Delete empty file.
2392 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2393 * config/powerpc/linux.mh (XM_FILE): Delete.
2394 * config/m68k/xm-linux.h: Delete empty file.
2395 * config/m68k/linux.mh (XM_FILE): Delete.
2396 * config/ia64/xm-linux.h: Delete empty file.
2397 * config/ia64/linux.mh (XM_FILE): Delete.
2398 * config/arm/xm-linux.h: Delete empty file.
2399 * config/arm/linux.mh (XM_FILE): Delete.
2400
2401 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2402 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2403 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2404 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2405 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2406 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2407 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2408 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2409
2410 * config/m68k/xm-m68k.h: Delete file.
2411 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2412 copyright.
2413 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2414 * config/pa/xm-linux.h: Delete empty file.
2415 * config/pa/linux.mh (XM_FILE): Delete.
2416 * config/i386/xm-i386.h: Delete empty file.
2417 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2418 "i386/xm-i386.h".
2419 * config/i386/obsdaout.mh (XM_FILE): Delete.
2420 * config/i386/obsd64.mh (XM_FILE): Delete.
2421 * config/i386/fbsd64.mh (XM_FILE): Delete.
2422 * config/i386/nto.mh (XM_FILE): Delete.
2423 * config/i386/obsd.mh (XM_FILE): Delete.
2424 * config/i386/linux64.mh (XM_FILE): Delete.
2425 * config/i386/linux.mh (XM_FILE): Delete.
2426 * config/i386/i386sol2.mh (XM_FILE): Delete.
2427 * config/i386/i386gnu.mh (XM_FILE): Delete.
2428 * config/i386/fbsd.mh (XM_FILE): Delete.
2429 * config/i386/nbsd64.mh (XM_FILE): Delete.
2430
2431 2004-07-29 Andrew Cagney <cagney@gnu.org>
2432
2433 * config/pa/xm-linux.h: Do not include "floatformat.h".
2434 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2435 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2436 * config/i386/xm-i386.h: Do not include "floatformat.h".
2437 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2438 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2439 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2440 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2441 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2442 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2443 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2444 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2445 * configure, config.in: Regenerate.
2446 * configure.host (gdb_host_float_format, gdb_host_double_format)
2447 (gdb_host_long_double_format): Set according to the host.
2448
2449 2004-07-29 Andrew Cagney <cagney@gnu.org>
2450
2451 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2452
2453 2004-07-28 Andrew Cagney <cagney@gnu.org>
2454
2455 * PROBLEMS: Mention threads/1650.
2456 * NEWS: Mention the NPTL fix.
2457
2458 2004-07-28 Andrew Cagney <cagney@gnu.org>
2459
2460 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2461 (add_setshow_cmd_full): Make static.
2462 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2463 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2464 * cli/cli-decode.c (add_setshow_filename_cmd)
2465 (add_setshow_string_cmd): New functions.
2466 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2467 * mips-tdep.c (_initialize_mips_tdep): Update.
2468 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2469 * cli/cli-logging.c (_initialize_cli_logging): Update.
2470 * complaints.c (_initialize_complaints): Update.
2471 * remote.c (_initialize_remote): Update.
2472
2473 2004-07-28 Andrew Cagney <cagney@gnu.org>
2474
2475 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2476 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2477 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2478 print parameters. Make string parameters constant.
2479 * command.h: Update. Update copyright.
2480 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2481 * observer.c (_initialize_observer): Ditto.
2482 * frame.c (_initialize_frame): Ditto.
2483 * complaints.c (_initialize_complaints): Ditto.
2484 * maint.c (_initialize_maint_cmds): Ditto.
2485 * target.c (initialize_targets): Ditto.
2486 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2487 * infcall.c (_initialize_infcall): Ditto.
2488 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2489 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2490 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2491 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2492 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2493
2494 2004-07-28 Andrew Cagney <cagney@gnu.org>
2495
2496 * gdbtypes.c (lookup_primitive_typename): Delete function.
2497 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2498 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2499 * gdbtypes.c (lookup_typename): Ditto.
2500 * f-exp.y (yylex): Ditto.
2501 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2502
2503 * scm-lang.c (c_builtin_types): Delete extern declaration.
2504 (scm_language_defn): Replace
2505 string_char_type and primitive_type_vector with
2506 la_language_arch_info.
2507 * jv-lang.c (java_language_defn): Replace
2508 string_char_type and primitive_type_vector with
2509 la_language_arch_info.
2510 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2511 c_builtin_types in comment.
2512 * c-lang.h (struct language_arch_info): Declare opaque.
2513 (c_language_arch_info): Declare.
2514 (c_builtin_types): Delete declaration.
2515 * c-lang.c (c_language_arch_info): Set string_char_type to
2516 builtin_char, not builtin_true_char. Make global.
2517 (c_builtin_types): Delete array.
2518 (asm_language_defn, minimal_language_defn): Replace
2519 string_char_type and primitive_type_vector with
2520 la_language_arch_info.
2521
2522 2004-07-28 Andrew Cagney <cagney@gnu.org>
2523
2524 * gdbtypes.h (struct builtin_type): Rename true_char to
2525 builtin_true_char.
2526 * gdbtypes.c (gdbtypes_post_init): Update.
2527 * c-lang.c (arch_info): New function.
2528 (enum c_primitive_types): New enum.
2529 (c_language_defn): Instead of string_char_type and
2530 primitive_type_vector set la_language_arch_info.
2531
2532 2004-07-28 Andrew Cagney <cagney@gnu.org>
2533
2534 * language.h (struct language_arch_info): Fix typo
2535 s/primative/primitive/.
2536 * gdbtypes.c (lookup_primitive_typename): Ditto.
2537 * language.c (language_lookup_primitive_type_by_name)
2538 (unknown_language_arch_info): Ditto.
2539
2540 2004-07-27 Andrew Cagney <cagney@gnu.org>
2541
2542 * defs.h (enum language): Add nr_languages.
2543 * language.h (struct language_arch_info): Define.
2544 (struct language_defn): Add la_language_arch_info.
2545 (language_lookup_primative_type_by_name): Declare.
2546 (language_string_char_type): Declare.
2547 * language.c (_initialize_language, language_gdbarch_post_init)
2548 (struct language_gdbarch, language_gdbarch_data): Implement
2549 per-architecture language information.
2550 (unknown_language_arch_info, language_string_char_type)
2551 (language_lookup_primative_type_by_name): New functions.
2552 (unknown_language_defn, auto_language_defn)
2553 (local_language_defn): Set la_language_arch_info to
2554 unknown_language_arch_info.
2555 (unknown_builtin_types): Delete.
2556 * gdbtypes.c (lookup_primitive_typename): Use
2557 language_lookup_primative_type_by_name.
2558 (create_string_type): Use language_string_char_type.
2559 * values.c (value_from_string): Use language_string_char_type.
2560 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2561 * p-lang.c (pascal_language_defn): Ditto.
2562 * m2-lang.c (m2_language_defn): Ditto.
2563 * jv-lang.c (java_language_defn): Ditto.
2564 * objc-lang.c (objc_language_defn): Ditto.
2565 * f-lang.c (f_language_defn): Ditto.
2566 * c-lang.c (c_language_defn, cplus_language_defn)
2567 (asm_language_defn, minimal_language_defn): Ditto.
2568
2569 2004-07-27 Andrew Cagney <cagney@gnu.org>
2570
2571 * gdbtypes.h (struct builtin_type): Declare.
2572 (builtin_type): Declare.
2573 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2574 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2575 (gdbtypes_post_init): New function.
2576 (builtin_type): New function.
2577
2578 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2579
2580 * remote-m32r-sdi.c: Fix breakpoint bug.
2581 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2582 recv_char_data, recv_long_data): New functions to replace communication
2583 sequences.
2584
2585 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2586
2587 Document PR threads/1650.
2588 * PROBLEMS (Threads): Document problem with many threads
2589
2590 2004-07-26 Andrew Cagney <cagney@gnu.org>
2591
2592 * gdb-mi.el: Move from here ...
2593 * mi/gdb-mi.el: ... to here.
2594
2595 2004-07-26 Andrew Cagney <cagney@gnu.org>
2596
2597 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2598 * main.c (captured_main): When in batch mode always detach.
2599
2600 2004-07-26 Andrew Cagney <cagney@gnu.org>
2601
2602 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2603 and h8300 as broken.
2604 * NEWS: END-OF-LIFE frame compatibility module.
2605 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2606 specific comments.
2607
2608 2004-07-26 Andrew Cagney <cagney@gnu.org>
2609
2610 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2611 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2612 * wince.c (_initialize_wince): Update.
2613 * win32-nat.c (_initialize_win32_nat): Update.
2614 * varobj.c (_initialize_varobj): Update.
2615 * valops.c (_initialize_valops): Update.
2616 * utils.c (initialize_utils, initialize_utils): Update.
2617 * tui/tui-win.c (_initialize_tui_win): Update.
2618 * top.c (init_main): Update.
2619 * symfile.c (_initialize_symfile): Update.
2620 * source.c (_initialize_source): Update.
2621 * somsolib.c (_initialize_som_solib): Update.
2622 * solib.c (_initialize_solib): Update.
2623 * solib-frv.c (_initialize_frv_solib): Update.
2624 * serial.c (_initialize_serial): Update.
2625 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2626 * remote.c (_initialize_remote, _initialize_remote): Update.
2627 * remote-vx.c (_initialize_vx): Update.
2628 * remote-utils.c (_initialize_sr_support): Update.
2629 * remote-sds.c (_initialize_remote_sds): Update.
2630 * remote-mips.c (_initialize_remote_mips): Update.
2631 * remote-e7000.c (_initialize_remote_e7000): Update.
2632 * proc-api.c (_initialize_proc_api): Update.
2633 * printcmd.c: Update.
2634 * parse.c (_initialize_parse): Update.
2635 * pa64solib.c (_initialize_pa64_solib): Update.
2636 * p-valprint.c (_initialize_pascal_valprint): Update.
2637 * monitor.c (_initialize_remote_monitors): Update.
2638 * mips-tdep.c (_initialize_mips_tdep): Update.
2639 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2640 * maint.c (_initialize_maint_cmds): Update.
2641 * lin-lwp.c (_initialize_lin_lwp): Update.
2642 * language.c (_initialize_language): Update.
2643 * kod.c (_initialize_kod): Update.
2644 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2645 * i386-tdep.c (_initialize_i386_tdep): Update.
2646 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2647 * gdbarch.sh: Update.
2648 * gdbarch.c: Re-generate.
2649 * gdb-events.sh: Update.
2650 * gdb-events.c: Re-generate.
2651 * frame.c (_initialize_frame): Update.
2652 * exec.c: Update.
2653 * demangle.c (_initialize_demangler): Update.
2654 * dcache.c (_initialize_dcache): Update.
2655 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2656 * cp-valprint.c (_initialize_cp_valprint): Update.
2657 * corefile.c (_initialize_core): Update.
2658 * command.h: Update.
2659 * cli/cli-decode.h: Update.
2660 * cli/cli-cmds.c (init_cli_cmds): Update.
2661 * charset.c (_initialize_charset): Update.
2662 * breakpoint.c (_initialize_breakpoint): Update.
2663 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2664 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2665 * aix-thread.c (_initialize_aix_thread): Update.
2666
2667 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2668
2669 Partial fix for PR backtrace/1718.
2670 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2671 that GCC migrates into the prolugue. Don't handle any
2672 instructions that clobber %ebx.
2673
2674 2004-07-23 Andrew Cagney <cagney@gnu.org>
2675
2676 Use regcache_raw_collect instead of regcache_collect.
2677 * regcache.h (regcache_collect): Delete declaration.
2678 * regcache.c (regcache_colect): Delete function.
2679 * win32-nat.c (do_child_store_inferior_registers): Update.
2680 * sol-thread.c (sol_thread_store_registers): Update.
2681 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2682 * rs6000-nat.c (store_register): Update.
2683 * remote.c (store_register_using_P, remote_store_registers): Update.
2684 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2685 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2686 (fill_vrregset, store_spe_registers, fill_gregset)
2687 (fill_gregset): Update.
2688 * nto-procfs.c (procfs_store_registers): Update.
2689 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2690 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2691 * m68klinux-nat.c (store_register, fill_gregset): Update.
2692 * m68k-tdep.c (fill_gregset): Update.
2693 * infptrace.c (store_register): Update.
2694 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2695 * i386-linux-nat.c (store_register, fill_gregset): Update.
2696 * hppa-linux-nat.c (fill_gregset): Update.
2697 * go32-nat.c (store_register): Update.
2698 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2699 (store_fp_regs): Update.
2700 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2701 (store_nwfpe_extended, store_fpregister, store_fpregs)
2702 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2703 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2704 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2705 (store_regs_user_thread, store_regs_kernel_thread): Update.
2706
2707 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2708
2709 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2710 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2711 encoding.
2712 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2713 member of `struct comp_unit'.
2714
2715 2004-07-23 Andrew Cagney <cagney@gnu.org>
2716
2717 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2718 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2719
2720 2004-07-23 Martin Hunt <hunt@redhat.com>
2721 Kevin Buettner <kevinb@redhat.com>
2722
2723 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2724 alignment was being added to the offset instead of multiplied.
2725
2726 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2727
2728 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2729 changed signal trampoline in OpenBSD 3.5-current.
2730
2731 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2732 <machine/pcb.h> and "bsd-kvm.h".
2733 (sparc64nbsd_supply_pcb): New function.
2734 (_initialize_sparc64nbsd_nat): Renamed from
2735 _initialize_sparcnbsd_nat. Enable libkvm interface.
2736 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2737 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2738 (LOADLIBES): New variable.
2739
2740 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2741
2742 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2743
2744 2004-07-21 Andrew Cagney <cagney@gnu.org>
2745
2746 Use regcache_raw_supply instead of supply_register.
2747 * regcache.h (supply_register): Delete declaration.
2748 * regcache.c (supply_register): Delete function.
2749 * wince.c (do_child_fetch_inferior_registers): Update.
2750 * win32-nat.c (do_child_fetch_inferior_registers)
2751 (fetch_elf_core_registers): Update.
2752 * v850ice.c (v850ice_fetch_registers): Update.
2753 * thread-db.c (thread_db_store_registers): Update.
2754 * sol-thread.c (sol_thread_store_registers): Update.
2755 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2756 * rs6000-nat.c (fetch_register): Update.
2757 * rom68k-rom.c (rom68k_supply_one_register): Update.
2758 * remote.c (remote_wait, remote_async_wait): Update.
2759 * remote-st.c (get_hex_regs): Update.
2760 * remote-sim.c (gdbsim_fetch_register): Update.
2761 * remote-sds.c (sds_fetch_registers): Update.
2762 * remote-rdp.c (remote_rdp_fetch_register): Update.
2763 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2764 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2765 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2766 * remote-hms.c (init_hms_cmds): Update.
2767 * remote-est.c (init_est_cmds): Update.
2768 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2769 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2770 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2771 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2772 (fetch_register, supply_vrregset, supply_vrregset)
2773 (fetch_spe_registers): Update.
2774 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2775 * monitor.c (monitor_supply_register): Update.
2776 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2777 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2778 (mipsnbsd_supply_fpreg): Update.
2779 * mips-nat.c (fetch_inferior_registers)
2780 (fetch_core_registers): Update.
2781 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2782 (supply_fpregset, mips64_supply_gregset)
2783 (mips64_supply_fpregset): Update.
2784 * m68klinux-nat.c (fetch_register, supply_gregset)
2785 (supply_fpregset): Update.
2786 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2787 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2788 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2789 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2790 * infptrace.c (fetch_register): Update.
2791 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2792 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2793 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2794 (gnu_fetch_registers, gnu_store_registers): Update.
2795 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2796 * i386-linux-nat.c (fetch_register, supply_gregset)
2797 (dummy_sse_values): Update.
2798 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2799 * hppah-nat.c (fetch_register): Update.
2800 * hppa-linux-nat.c (fetch_register, supply_gregset)
2801 (supply_fpregset): Update.
2802 * go32-nat.c (fetch_register): Update.
2803 * dve3900-rom.c (fetch_bitmapped_register)
2804 (_initialize_r3900_rom): Update.
2805 * cris-tdep.c (supply_gregset): Update.
2806 * abug-rom.c (init_abug_cmds): Update.
2807 * core-aout.c (fetch_core_registers): Update.
2808 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2809 (fetch_register, fetch_fp_register): Update.
2810 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2811 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2812 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2813 * alphanbsd-tdep.c (fetch_core_registers): Update.
2814 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2815 * alpha-nat.c (fetch_osf_core_registers)
2816 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2817 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2818 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2819
2820 2004-07-21 Andrew Cagney <cagney@gnu.org>
2821
2822 * PROBLEMS: Mention breakpoints/1702.
2823 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2824 that is known to work.
2825
2826 2004-07-21 Andrew Cagney <cagney@gnu.org>
2827
2828 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2829 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2830 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2831 (handle_inferior_event): Wrap call to deprecated
2832 IGNORE_HELPER_CALL in #ifdef.
2833 * config/mips/tm-nbsd.h: Update.
2834
2835 2004-07-20 Jim Blandy <jimb@redhat.com>
2836
2837 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2838 bfd_mach_ppc has no segment registers.
2839
2840 Include PowerPC SPR numbers for special-purpose registers.
2841 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2842 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2843 new member in initializer.
2844 (S, S4, SN4, S64): New macros for defining special-purpose
2845 registers.
2846 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2847 registers_403, registers_403GC, registers_505, registers_860,
2848 registers_601, registers_602, registers_603, registers_604,
2849 registers_750, registers_e500): Use them.
2850
2851 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2852 replace references with expression used to initialize variable.
2853
2854 2004-07-20 Andrew Cagney <cagney@gnu.org>
2855
2856 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2857 read_memory_nobpt.
2858 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2859 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2860 (s390_sigtramp_frame_sniffer): Update.
2861 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2862 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2863 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2864 (mips32_fetch_instruction): Update.
2865 * mcore-tdep.c (get_insn): Update.
2866 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2867 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2868 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2869 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2870 (i386_linux_rt_sigtramp_start): Update.
2871 * i386-linux-nat.c (child_resume): Update.
2872 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2873 * hppa-linux-tdep.c (insns_match_pattern): Update.
2874 * gdbcore.h: Update.
2875 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2876 * frame.c (safe_frame_unwind_memory): Update.
2877 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2878 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2879 * alpha-tdep.c (alpha_read_insn): Update.
2880
2881 2004-07-20 Andrew Cagney <cagney@gnu.org>
2882
2883 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2884 containing both bytes and mask. Add "frame_type".
2885 * tramp-frame.c (tramp_frame_start): Update.
2886 (tramp_frame_prepend_unwinder): Update.
2887 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2888 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2889 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2890 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2891
2892 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2893
2894 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2895 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2896 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2897 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2898
2899 2004-07-17 Andrew Cagney <cagney@gnu.org>
2900
2901 * NEWS, PROBLEMS: Update for 6.2.
2902
2903 * README: Update to 6.2.
2904
2905 * utils.c (xvasprintf): Call xstrvprintf.
2906
2907 * parse.c: Update copyright.
2908 (null_post_parser): Eliminate ARGSUSED.
2909
2910 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2911 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2912 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2913
2914 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2915 * ppc-linux-nat.c: Use "Linux kernel".
2916 * hppa-linux-tdep.c: Use GNU/Linux.
2917 * hppa-linux-nat.c: Use GNU/Linux.
2918 * dwarfread.c: Add [sic] to use of Linux.
2919
2920 * hppa-linux-nat.c: Do not include <string.h>.
2921 (supply_fpregset): Remove "register" attribute.
2922
2923 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2924
2925 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2926
2927 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2928 * configure, config.in: Regenerated.
2929
2930 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2931 "bsd-kvm.h".
2932 (vaxbsd_supply_pcb): New function.
2933 (_initialize_vaxbsd_nat): New prototype and function.
2934 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2935 solib-sunos.o.
2936 (LOADLIBES): New variable.
2937 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2938 (LOADLIBES): New variable.
2939 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2940 (LOADLIBES): New variable.
2941 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2942
2943 2004-07-16 Andrew Cagney <cagney@gnu.org>
2944
2945 * defs.h (event_loop_p): Replace variable declaration with macro,
2946 always 1.
2947 * main.c (captured_main): Delete options "-async" and "-noasync".
2948 (event_loop_p): Delete variable.
2949 * NEWS: Mention that "-async" and "-noasync" were removed.
2950
2951 2004-07-16 Andrew Cagney <cagney@gnu.org>
2952
2953 * remote-m32r-sdi.c: Re-indent.
2954
2955 2004-07-16 Jim Blandy <jimb@redhat.com>
2956
2957 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2958 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2959 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2960 missing MPC823 SPRs.
2961 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2962 incorrect. (This was corrected in GDB's register name tables on
2963 2004-07-14.)
2964
2965 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2966 should be "esasrr" ("ESA Save and Restore Register").
2967
2968 2004-07-16 Andrew Cagney <cagney@gnu.org>
2969
2970 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2971 calls, no longer applicable. Update comments and rename parameter
2972 "step_frame" to "return_frame".
2973
2974 2004-07-16 Andrew Cagney <cagney@gnu.org>
2975
2976 * frame.c (fprint_field): New function.
2977 (fprint_frame_id): Use fprint_field.
2978
2979 2004-07-15 Joel Brobecker <brobecker@gnat.com>
2980
2981 * ada-lang.c (ada_language_defn): Remove commented out code.
2982
2983 2004-07-15 Jim Blandy <jimb@redhat.com>
2984
2985 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2986 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2987
2988 2004-07-14 Jim Blandy <jimb@redhat.com>
2989
2990 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2991
2992 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2993
2994 * ppc-tdep.h (ppc_num_srs): New enum constant.
2995
2996 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2997 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2998 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2999 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3000 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3001 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3002 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3003 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3004 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3005 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3006 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3007 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3008 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3009 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3010 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3011 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3012 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3013 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3014 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3015 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3016 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3017 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3018 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3019 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3020 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3021 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3022 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3023 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3024 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3025 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3026 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3027 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3028 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3029 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3030 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3031 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3032 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3033 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3034 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3035 special-purpose register numbers.
3036
3037 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3038 manual mentions 'md_twb', but many mention 'm_twb', and at that
3039 point in the register list.)
3040
3041 2004-07-14 Andrew Cagney <cagney@gnu.org>
3042
3043 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3044 instead of "internal-error".
3045
3046 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3047
3048 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3049 that was inserted inside a comment.
3050
3051 2004-07-10 Randolph Chung <tausq@debian.org>
3052
3053 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3054 function.
3055 (hppa_hpux_push_dummy_code): New function.
3056 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3057 Set find_global_pointer method.
3058
3059 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3060
3061 * NEWS: Mention BSD libkvm interface.
3062
3063 2004-07-10 Michael Snyder <msnyder@redhat.com>
3064
3065 * symfile.c (generic_load): Comment typo.
3066 * stack.c (get_selected_block): Ditto.
3067 * regcache.c (regcache_cooked_read): Ditto.
3068 * monitor.c (monitor_debug): Ditto.
3069 * mips-tdep.c (mips_read_pc): Ditto.
3070 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3071 * gdb_mbuild.sh: Ditto.
3072 * gdbarch.sh: Ditto.
3073 * gdbarch.h: Ditto.
3074
3075 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3076
3077 * ada-tasks.c: Remove file.
3078
3079 Remove ARI problems:
3080
3081 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3082 beginning of line.
3083
3084 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3085 Add comment.
3086 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3087 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3088 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3089 (UMIN_OF_SIZE): Remove.
3090 (max_of_type): New function to replace orphan macro in gdbtypes.h
3091 (min_of_type): Ditto.
3092 (discrete_type_high_bound): Use max_of_type.
3093 (discrete_type_low_bound): Use min_of_type.
3094 (possible_user_operator_p): Move operator to beginning of line.
3095 (ada_is_variant_part): Ditto.
3096 (ensure_lval): Rewrite to avoid deprecated operations.
3097 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3098 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3099 (ada_enum_name): Remove assignments in 'if' statements.
3100 (build_ada_types): Add gdbarch parameter.
3101 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3102 with gdbarch_data_register_post_init.
3103 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3104 add_show_from_set.
3105
3106 * ada-valprint.c (inspect_it): Remove declaration.
3107 (repeat_count_threshold): Remove declaration.
3108 (ada_print_floating): Remove assignments in 'if' statements.
3109 (print_str): Move operator to beginning of line.
3110
3111 2004-07-08 Jim Blandy <jimb@redhat.com>
3112
3113 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3114
3115 2004-07-08 Bob Rossi <bob@brasko.net>
3116
3117 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3118
3119 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3120
3121 * language.h (struct_language_defn): Add new function pointer:
3122 la_class_name_from_physname. Also add new prototype for
3123 language_class_name_from_physname.
3124 * language.c (language_class_name_from_physname): New function.
3125 (unk_lang_class_name): Ditto.
3126 (unknown_language_defn, auto_language_defn): Change
3127 to add unk_lang_class_name function pointer for
3128 la_class_name_from_physname.
3129 (local_language_defn): Ditto.
3130 * dwarf2read.c (guess_structure_name): Change to call
3131 language_class_name_from_physname.
3132 (determine_class_name): Ditto.
3133 * cp-support.c (class_name_from_physname): Renamed.
3134 (cp_class_name_from_physname): New name of function.
3135 * cp-support.h: Ditto.
3136 * c-lang.c (c_language_defn): Change to add NULL
3137 for class_name_from_physname function pointer.
3138 (cplus_language_defn): Change to add cp_class_name_from_physname.
3139 * jv-lang.c (java_class_name_physname): New function.
3140 (java_find_last_component): New static routine.
3141 (java_language_defn): Add java_class_name_from_physname pointer.
3142 * ada-lang.c (ada_language_defn): Change to add NULL
3143 for class_name_from_physname function pointer.
3144 * f-lang.c (f_language_defn): Ditto.
3145 * m2-lang.c (m2_language_defn): Ditto.
3146 * objc-lang.c (objc_language_defn): Ditto.
3147 * p-lang.c (pascal_language_defn): Ditto.
3148 * scm-lang.c (scm_language_defn): Ditto.
3149
3150 2004-07-06 Andrew Cagney <cagney@gnu.org>
3151
3152 Patch from Bart Robinson.
3153 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3154 (O_LARGEFILE): Define to 0, if not defined.
3155
3156 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3157
3158 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3159 <machine/pcb.h> and "bsd-kvm.h".
3160 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3161 (m68kbsd_supply_pcb): New function.
3162 (_initialize_m68kbsd_nat): New prototype and function.
3163 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3164 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3165 (LOADLIBES): New variable.
3166 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3167 (LOADLIBES): New variable.
3168
3169 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3170
3171 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3172
3173 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3174 <sys/proc.h>.
3175 (bsd_kvm_cmdlist): New variable.
3176 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3177 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3178 command and "kvm proc" command.
3179 * Makefile.in (bsd-kvm.o): Update dependencies.
3180
3181 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3182
3183 * osabi.c: Update copyright year.
3184 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3185 notes if EI_OSABI is set to ELFOSABI_HPUX.
3186
3187 2004-07-01 Michael Snyder <msnyder@redhat.com>
3188
3189 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3190 that seems to have gotten whacked out of line.
3191
3192 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3193
3194 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3195 code.
3196
3197 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3198
3199 * ada-lang.c (decode_packed_array): Minor change to comment.
3200 (ada_value_slice_ptr): New function.
3201 (ada_value_slice): New function.
3202 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3203 test. Don't know why it is there.
3204 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3205 to avoid dereferencing huge arrays from which one is slicing.
3206 (empty_array): Correct to return an array rather than
3207 a subrange value.
3208 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3209 on empty arrays (let'em use 'FIRST instead).
3210
3211 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3212
3213 Address complaints from gdb_ari.sh:
3214
3215 * ada-exp.y: Include gdb_string.h rather than string.h.
3216 (convert_char_literal): Reformat declaration.
3217 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3218 * ada-lex.l: Change use of free to xfree (the macro would do so
3219 anyway, but this is harmless).
3220 Include gdb_string.h rather than string.h.
3221 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3222
3223 * ada-lang.c (parse): Remove K&Rism in parameter list.
3224 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3225
3226 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3227
3228 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3229 dead code.
3230
3231 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3232
3233 * alphabsd-nat.c: Update copyright year.
3234 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3235
3236 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3237
3238 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3239 (i386_cygwin_in_solib_call_trampoline): New function.
3240 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3241 and skip_trampoline_code gdbarch methods.
3242
3243 2004-06-29 Jim Blandy <jimb@redhat.com>
3244
3245 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3246 name actually used in the dependency lists.
3247
3248 2004-06-29 Randolph Chung <tausq@debian.org>
3249
3250 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3251
3252 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3253
3254 * win32-nat.c (child_pid_to_exec_file): New function.
3255 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3256 functionality.
3257
3258 2004-06-28 Andrew Cagney <cagney@gnu.org>
3259
3260 * defs.h (xstrvprintf): Declare.
3261 * utils.c (xstrvprintf): New function.
3262 (internal_vproblem, xstrprintf, xasprintf)
3263 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3264 * serial.c (serial_printf): Ditto.
3265 * complaints.c (vcomplaint): Ditto.
3266
3267 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3268
3269 * infcmd.c (attach_command): Move call to target_terminal_inferior
3270 behind loading symbol table.
3271
3272 2004-06-28 Andrew Cagney <cagney@gnu.org>
3273
3274 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3275 change - add back extern deprecated_ui_loop_hook declaration.
3276
3277 2004-06-28 Andrew Cagney <cagney@gnu.org>
3278
3279 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3280 xstrprintf.
3281 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3282 (c_value_of_variable): Ditto.
3283 * utils.c (internal_vproblem): Ditto.
3284 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3285 * remote.c (add_packet_config_cmd): Ditto.
3286 * remote-rdp.c (rdp_set_command_line): Ditto.
3287 * regcache.c (regcache_dump): Ditto.
3288 * frv-tdep.c (new_variant, new_variant): Ditto.
3289 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3290 (fbsd_find_memory_regions): Ditto.
3291 * breakpoint.c (create_thread_event_breakpoint)
3292 (create_breakpoints): Ditto.
3293 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3294 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3295
3296 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3297
3298 * ada-lang.c: Re-indent file, with some massaging to help indent
3299 a bit when the result is otherwise really too ugly.
3300
3301 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3302
3303 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3304 code_addr_p and special_addr_p to 'unsigned int'.
3305
3306 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3307
3308 * i386v4-nat.c: Update copyright year and tweak comment.
3309 (regmap): Remove trailing comma.
3310 (supply_gregset): Rename local variable i to regnum. Call
3311 regcache_raw_supply instead of supply_register.
3312 (fill_gregset): Rename argument regno to regnum. Call
3313 regcache_raw_collect instead of regcache_collect.
3314
3315 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3316
3317 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3318 and special_addr_p.
3319 (frame_id_build, frame_id_build_special): Update comments.
3320 (frame_id_build_wild): New prototype.
3321 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3322 struct frame_id fields.
3323 (frame_id_build_wild): New function.
3324 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3325
3326 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3327
3328 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3329 hppabsd-tdep.c.
3330
3331 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3332
3333 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3334
3335 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3336
3337 * ada-lang.c: Re-indent file.
3338
3339 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3340
3341 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3342 (no_symtab_msg): Likewise.
3343
3344 2004-06-27 Andreas Schwab <schwab@suse.de>
3345
3346 * source.c: Fix whitespace.
3347
3348 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3349
3350 * configure.in: Include <sys/param.h> for td_pcb test.
3351 * configure: Regenerated.
3352
3353 * i386nbsd-nat.c: New file.
3354 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3355 i386obsd-nat.c and i386obsd-tdep.c.
3356 (i386nbsd-nat.o): New dependency.
3357 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3358 bsd-kvm.o.
3359 (LOADLIBES): New variable.
3360 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3361 bsd-kvm.o.
3362 (LOADLIBES): New variable.
3363
3364 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3365 (LOADLIBES): New variable.
3366
3367 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3368 fetching from BSD_KVM_PADDR. Correctly lookup address for
3369 "_thread0".
3370
3371 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3372 "bsd-kvm.h".
3373 (amd64fbsd_supply_pcb): New funcion.
3374 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3375
3376 2004-06-27 <david@streamline-computing.com>
3377
3378 Partial fix for PR cli/1056.
3379 * valarith.c: Check for zero in division and remainder
3380 evaluation.
3381
3382 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3383
3384 * i387-tdep.c: Remove excessive whitespace.
3385
3386 2004-06-26 Andrew Cagney <cagney@gnu.org>
3387
3388 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3389 * gdb-events.h, gdb-events.c: Re-generate.
3390 * tui/tui-hooks.c (tui_install_hooks): Update.
3391 (tui_remove_hooks): Update.
3392 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3393
3394 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3395
3396 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3397 (gregset_t, fpregset_t): Remove typedefs.
3398 (REG_OFFSET): Rename argument.
3399 (amd64bsd_r_reg_offset): Rename from reg_offset.
3400 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3401 Remove functions.
3402 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3403 of reg_offset.
3404 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3405
3406 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3407
3408 * vax-tdep.c: Tweak comment.
3409
3410 Add OpenBSD/hppa support.
3411 * NEWS (New native configurations): Mention OpenBSD/hppa.
3412 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3413 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3414 files.
3415 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3416 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3417 * configure.host: Add hppa*-*-openbsd*.
3418 * configure.tgt: Add hppa*-*-openbsd*.
3419
3420 2004-06-25 Andrew Cagney <cagney@gnu.org>
3421
3422 * defs.h (deprecated_ui_loop_hook): Deprecated.
3423 * wince.c (child_wait): Update.
3424 * win32-nat.c (child_wait): Update.
3425 * v850ice.c (v850ice_wait): Update.
3426 * top.c (deprecated_ui_loop_hook): Update.
3427 * serial.h: Update.
3428 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3429 (do_unix_readchar): Update.
3430 * ser-tcp.c (net_open): Update.
3431 * remote-sim.c (gdb_os_poll_quit): Update.
3432 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3433
3434 2004-06-24 Andrew Cagney <cagney@gnu.org>
3435
3436 * defs.h (deprecated_pre_add_symbol_hook)
3437 (deprecated_post_add_symbol_hook): Deprecated.
3438 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3439 (symbol_file_add_with_addrs_or_offsets): Update references.
3440
3441 2004-06-24 Andrew Cagney <cagney@gnu.org>
3442
3443 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3444 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3445 * wince.c (ui_loop_hook): Delete extern declaration.
3446 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3447 * v850ice.c (ui_loop_hook): Delete extern declaration..
3448 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3449 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3450 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3451 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3452 ui_loop_hook declaration.
3453
3454 2004-06-24 Andrew Cagney <cagney@gnu.org>
3455
3456 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3457 entry_func_highpc fields.
3458 * objfiles.c (init_entry_point_info): Do not clear
3459 entry_func_lowpc and entry_func_highpc.
3460 (objfile_relocate): Do not relocate entry_func_lowpc and
3461 entry_func_highpc.
3462 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3463 entry_func_highpc.
3464 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3465 entry_func_highpc.
3466 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3467 entry_func_lowpc and entry_func_highpc with call to
3468 inside_entry_func.
3469
3470 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3471
3472 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3473 quad-precision floating point arguments in registers.
3474
3475 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3476
3477 From Michael Mueller <m.mueller99@kay-mueller.de>:
3478 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3479 account.
3480
3481 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3482
3483 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3484 to -1.
3485 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3486 untriggered watchpoints to a separate if clause. Update function
3487 comment regarding STOPPED_BY_WATCHPOINT argument.
3488
3489 2004-06-22 Jim Blandy <jimb@redhat.com>
3490
3491 * gdbarch.sh: Doc fix.
3492
3493 2004-06-21 Martin Hunt <hunt@redhat.com>
3494 Kevin Buettner <kevinb@redhat.com>
3495
3496 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3497 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3498 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3499 to set_gdbarch_sp_regnum(). Use cooked register number.
3500 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3501
3502 2004-06-21 Andrew Cagney <cagney@gnu.org>
3503
3504 * gdbarch.sh: When the macro field is empty, do not generate a
3505 macro definition. When the macro field is "=", generate the macro
3506 name from the upper-case function name.
3507 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3508 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3509 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3510 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3511 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3512 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3513 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3514 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3515 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3516 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3517 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3518 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3519 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3520 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3521 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3522 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3523 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3524 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3525 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3526 (DEPRECATED_USE_STRUCT_CONVENTION)
3527 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3528 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3529 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3530 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3531 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3532 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3533 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3534 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3535 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3536 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3537 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3538 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3539 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3540 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3541 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3542 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3543 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3544 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3545
3546 2004-06-21 Andrew Cagney <cagney@gnu.org>
3547
3548 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3549 macro name, and the function rather than macro value. Only wrap
3550 macro print statements in #ifdef. Move format logic to where it
3551 is needed.
3552 * gdbarch.c: Re-generate.
3553
3554 * gdbarch.sh (read): Delete "print_p" and "description", add
3555 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3556 Delete references to print_p.
3557 (TARGET_ARCHITECTURE): Delete print predicate.
3558 * gdbarch.c: Re-generate.
3559
3560 * gdbarch.sh: Check that multi-arch methods do not provide a
3561 macro.
3562 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3563 (print_registers_info, print_float_info, print_vector_info)
3564 (adjust_breakpoint_address, remote_translate_xfer_address)
3565 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3566 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3567 name from the multi-arch definition.
3568
3569 2004-06-20 Andrew Cagney <cagney@gnu.org>
3570
3571 * gdbarch.sh: Sort by the function, instead of macro name.
3572 * gdbarch.c: Re-generate.
3573
3574 2004-06-20 Andrew Cagney <cagney@gnu.org>
3575
3576 * gdbarch.sh: Use the function, instead of macro name in
3577 errors and the log file.
3578 (return_value): Remove stray ":" in spec.
3579
3580 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3581 * gdbarch.h, gdbarch.c: Re-generate.
3582 * Makefile.in (arch-utils.o): Update dependencies.
3583 * values.c (using_struct_return): Move code calling
3584 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3585 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3586 to legacy_return_value, simplify.
3587 * infcmd.c (print_return_value): Move code calling
3588 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3589 to legacy_return_value, simplify.
3590 * infcall.c (call_function_by_hand): Move code calling
3591 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3592 * arch-utils.c: Update copyright. Include "gdbcore.h".
3593 (legacy_return_value): New function.
3594 * arch-utils.h: Update copyright.
3595 (legacy_return_value): Declare.
3596
3597 2004-06-20 Andrew Cagney <cagney@gnu.org>
3598
3599 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3600 * gdbarch.h, gdbarch.c: Re-generate.
3601 * values.c (using_struct_return): Update call.
3602 * mcore-tdep.c: Update comment.
3603 * infcall.c (call_function_by_hand): Update comment.
3604 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3605 * arch-utils.h (always_use_struct_convention): Update.
3606 * v850-tdep.c (v850_gdbarch_init): Update.
3607 * sh64-tdep.c (sh64_gdbarch_init): Update.
3608 * sh-tdep.c (sh_gdbarch_init): Update.
3609 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3610 * mips-tdep.c (mips_gdbarch_init): Update.
3611 * mcore-tdep.c (mcore_gdbarch_init): Update.
3612 * m32r-tdep.c (m32r_gdbarch_init): Update.
3613 * ia64-tdep.c (ia64_gdbarch_init): Update.
3614 * h8300-tdep.c (h8300_gdbarch_init): Update.
3615 * frv-tdep.c (frv_gdbarch_init): Update.
3616 * cris-tdep.c (cris_gdbarch_init): Update.
3617 * arm-tdep.c (arm_gdbarch_init): Update.
3618 * alpha-tdep.c (alpha_gdbarch_init): Update.
3619
3620 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3621
3622 * PROBLEMS: Add more specific information, and a work-around,
3623 for PR gdb/1458.
3624
3625 2004-06-18 Andrew Cagney <cagney@gnu.org>
3626
3627 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3628 * gdbarch.h, gdbarch.c: Re-generate.
3629 * ada-lang.c (ada_finish_decode_line_1): Update.
3630 * infrun.c (handle_inferior_event): Update.
3631 * infcall.c (find_function_addr): Update.
3632 * linespec.c (minsym_found): Update.
3633 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3634 Update.
3635 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3636 * cli/cli-cmds.c (disassemble_command): Update.
3637 * vax-tdep.c (vax_gdbarch_init): Update.
3638
3639 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3640
3641 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3642
3643 2004-06-17 Andrew Cagney <cagney@gnu.org>
3644
3645 GDB 6.1.1 released from the GDB 6.1 branch.
3646 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3647 * PROBLEMS: Ditto.
3648
3649 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3650
3651 PR gdb/1658
3652 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3653 operation as a uleb128. Found by Michael Coulter.
3654
3655 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3656
3657 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3658 make it non-static.
3659 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3660 to ada-lang.h; this is needed to be able to implement the kill command
3661 in multi-task mode.
3662 (task_ptid): Ditto.
3663 (task_entry): Ditto.
3664 (task_list): Ditto.
3665 (ada_build_task_list): Ditto.
3666
3667 * ada-lang.c: Conditionalize routines and data structures related
3668 to breakpoints, exceptions, completion, and symbol caching on
3669 GNAT_GDB, since these are not yet used in the submitted public sources.
3670 (ada_main_name): Editorial: Move definition out of exception-related
3671 code.
3672
3673 2004-06-15 Andrew Cagney <cagney@gnu.org>
3674
3675 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3676 deprecated_pc_in_call_dummy.
3677
3678 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3679
3680 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3681 bfd_get_section_size_before_reloc or _raw_size.
3682 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3683 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3684 (dwarf2_read_section): Likewise.
3685 * elfread.c (elf_locate_sections): Likewise.
3686 * gcore.c (derive_heap_segment): Likewise.
3687 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3688 * remote-e7000.c (e7000_load): Likewise.
3689 * remote-m32r-sdi.c (m32r_load): Likewise.
3690 * remote-mips.c (mips_load_srec): Likewise.
3691 (pmon_load_fast): Likewise.
3692 * remote.c (compare_sections_command): Likewise.
3693 * symfile.c (add_section_size_callback): Likewise.
3694 (load_section_callback): Likewise.
3695 (pc_in_unmapped_range): Likewise.
3696 (pc_in_mapped_range): Likewise.
3697 (sections_overlap): Likewise.
3698 (list_overlays_command): Likewise.
3699 (simple_overlay_update_1): Likewise.
3700 (simple_overlay_update): Likewise.
3701 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3702 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3703
3704 2004-06-14 Randolph Chung <tausq@debian.org>
3705
3706 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3707 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3708 static.
3709 (hppa_hpux_inferior_created): New function.
3710 (hppa_hpux_init_abi): Register observer.
3711 * symfile.c (hp_cxx_exception_support_initialized)
3712 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3713 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3714
3715 2004-06-14 Randolph Chung <tausq@debian.org>
3716
3717 * MAINTAINERS (Write After Approval): Alphabetize my entry
3718 correctly.
3719
3720 2004-06-14 Andrew Cagney <cagney@gnu.org>
3721
3722 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3723 testsuite maintainer.
3724
3725 2004-06-13 Andrew Cagney <cagney@gnu.org>
3726
3727 * infcmd.c (print_return_value): Fix logic, allow
3728 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3729
3730 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3731 defining any macros.
3732 * gdbarch.h: Re-generate.
3733
3734 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3735 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3736 * gdbarch.h: Re-generate.
3737
3738 * values.c (generic_use_struct_convention): Don't check gcc_p.
3739
3740 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3741 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3742 * gdbarch.h, gdbarch.c: Regenerate.
3743 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3744 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3745 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3746 deprecated_max_register_raw_size and
3747 deprecated_max_register_virtual_size.
3748 * v850-tdep.c (v850_gdbarch_init): Ditto.
3749 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3750 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3751 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3752 * cris-tdep.c (cris_gdbarch_init): Ditto.
3753
3754 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3755 * gdbarch.h, gdbarch.c: Re-generate.
3756 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3757 (m68hc11_use_struct_convention): Delete function.
3758 (m68hc11_extract_struct_value_address): Delete function.
3759 (m68hc11_return_value): New function.
3760 (m68hc11_gdbarch_init): Instead of store_return_value,
3761 extract_return_value, return_value_on_stack,
3762 deprecated_extract_struct_value_address and use_struct_convention,
3763 set return_value.
3764 * values.c (using_struct_return): Do not call
3765 RETURN_VALUE_ON_STACK.
3766 * arch-utils.h (generic_return_value_on_stack_not): Delete
3767 declaration.
3768 * arch-utils.c (generic_return_value_on_stack_not): Delete
3769 function.
3770
3771 2004-06-12 Andrew Cagney <cagney@gnu.org>
3772
3773 * values.c (register_value_being_returned): Delete function.
3774 * infcmd.c (legacy_return_value): Delete function.
3775 * infcall.c (call_function_by_hand): Inline
3776 "register_value_being_returned", simplify.
3777 * values.c (using_struct_return): Update comment, refer to
3778 print_return_value instead of register_value_being_returned.
3779 * infcmd.c (print_return_value): Inline calls to
3780 register_value_being_returned and legacy_return_value. Simplify.
3781
3782 2004-06-11 Randolph Chung <tausq@debian.org>
3783
3784 * somread.c (som_symtab_read): Exclude gcc local symbols.
3785
3786 2004-06-11 Randolph Chung <tausq@debian.org>
3787
3788 * infrun.c (handle_inferior_event): Handle the case when a
3789 trampoline ends up in the runtime resolver, and if the trampoline
3790 has no name. Rearrange the code so that all the trampoline
3791 processing happens before other step-out-of-range handling.
3792
3793 2004-06-11 Martin Hunt <hunt@redhat.com>
3794
3795 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3796 has no fpu.
3797
3798 2004-06-10 Andrew Cagney <cagney@gnu.org>
3799
3800 * blockframe.c (legacy_inside_entry_func): Delete.
3801 (legacy_frame_chain_valid): Inline call to
3802 legacy_inside_entry_func, simplify.
3803
3804 2004-06-10 Bob Rossi <bob@brasko.net>
3805
3806 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3807 * dwarf2read.c (partial_die_info): Add dirname field.
3808 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3809 (read_partial_die): Save away DW_AT_comp_dir.
3810 * defs.h (symtab_to_filename): Removed.
3811 * source.c (find_and_open_source): Added.
3812 (open_source_file): Just calls find_and_open_source.
3813 (symtab_to_filename): Removed.
3814 (symtab_to_fullname, psymtab_to_fullname): Added.
3815 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3816 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3817 symtab_to_filename.
3818 * symtab.h (partial_symtab): Add dirname field.
3819 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3820 (mi_cmd_file_list_exec_source_file): Call new function
3821 symtab_to_fullname to find fullname.
3822 (mi_cmd_file_list_exec_source_files): Added.
3823 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3824 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3825
3826 2004-06-10 Andrew Cagney <cagney@gnu.org>
3827
3828 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3829 to generic_use_struct_convention, the default value.
3830
3831 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3832 of abort.
3833
3834 * ns32k-tdep.c (ns32k_push_arguments): New function.
3835 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3836 * infcall.c (call_function_by_hand): Call error instead of
3837 legacy_push_arguments.
3838 * value.h (legacy_push_arguments): Delete declaration.
3839 * valops.c (legacy_push_arguments): Delete function.
3840 (value_push): Delete function.
3841
3842 2004-06-10 Brian Ford <ford@vss.fsi.com>
3843
3844 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3845 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3846 info.
3847 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3848
3849 2004-06-10 Andrew Cagney <cagney@gnu.org>
3850
3851 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3852 * gdbarch.h, gdbarch.c: Re-generate.
3853 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3854 parameters.
3855 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3856 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3857 deprecated_pc_in_call_dummy instead of
3858 DEPRECATED_PC_IN_CALL_DUMMY.
3859 (arm_skip_prologue): Ditto.
3860 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3861 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3862 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3863 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3864 Ditto.
3865 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3866 (sh64_init_extra_frame_info, sh64_get_saved_register)
3867 (sh64_pop_frame): Ditto.
3868 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3869 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3870 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3871 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3872 (h8300_pop_frame): Ditto.
3873 * blockframe.c (legacy_inside_entry_func)
3874 (legacy_frame_chain_valid): Ditto.
3875 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3876 to deprecated_pc_in_call_dummy.
3877
3878 2004-06-09 Andrew Cagney <cagney@gnu.org>
3879
3880 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3881 provide a default value.
3882 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3883 * gdbarch.h, gdbarch.c: Re-generate.
3884 * arch-utils.c (generic_convert_register_p): Rename
3885 legacy_convert_register_p
3886 (legacy_register_to_value, legacy_value_to_register): Delete
3887 functions.
3888 * arch-utils.h (generic_convert_register_p): Rename
3889 legacy_convert_register_p.
3890 (legacy_register_to_value, legacy_value_to_register): Delete
3891 declarations.
3892
3893 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3894 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3895 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3896 * gdbarch.h, gdbarch.c: Re-generate.
3897 * infcmd.c (default_print_registers_info): Simplify.
3898 * findvar.c (value_of_register): Simplify.
3899 * mi/mi-main.c (get_register): Simplify.
3900 * arch-utils.c (legacy_convert_register_p): Always return 0.
3901 (legacy_register_to_value, legacy_value_to_register): Always call
3902 internal_error.
3903
3904 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3905 #ifdef CLEAR_INSN_CACHE code.
3906 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3907 Delete #ifdef CLEAR_DEFERRED_STORES code.
3908
3909 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3910
3911 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3912 copyright.
3913 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3914
3915 * config/mips/mipsv4.mh: Delete file.
3916
3917 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3918 unreferenced macro.
3919 (hpread_adjust_stack_address): Delete declaration.
3920
3921 2004-06-08 Andrew Cagney <cagney@gnu.org>
3922
3923 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3924 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3925 PTRACE_ATTACH / PTRACE_DETACH available call error.
3926 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3927 * infttrace.c (update_thread_state_after_attach, attach, detach):
3928 Remove #ifdef wrappers.
3929 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3930 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3931 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3932 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3933 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3934 * config/nm-linux.h (ATTACH_DETACH): Delete.
3935 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3936 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3937 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3938 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3939 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3940
3941 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3942
3943 * configure.in: Set $configdir to the right OS specific value.
3944 Use value when setting $tcldir and $tkdir.
3945 * configure: Regenerate.
3946
3947 2004-06-06 Paul Brook <paul@codesourcery.com>
3948
3949 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3950 records.
3951
3952 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3953
3954 * ada-lang.c (lookup_symbol_in_language): New function to allow
3955 re-use of another language's symbol lookup code. (Placed here
3956 temporarily while Ada support is being integrated into the public
3957 tree).
3958 (restore_language): New auxiliary function for
3959 lookup_symbol_in_language.
3960 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3961 temporarily while Ada support is being integrated into the public
3962 tree).
3963
3964 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
3965
3966 * Makefile.in (check//%): New.
3967
3968 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3969 (mn10300_store_return_value): Rewrite.
3970 (mn10300_type_align): New.
3971 (mn10300_use_struct_convention): Rewrite.
3972 (mn10300_return_value): New, using all of the above.
3973 (mn10300_pop_frame_regular): Add saved_regs_size.
3974 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3975
3976 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3977 regs if PC is on movm.
3978
3979 2004-06-07 Jim Blandy <jimb@redhat.com>
3980
3981 Add native Linux support for the PowerPC E500.
3982 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3983 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3984 all architectures except the E500.
3985 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3986 #definitions.
3987 (struct gdb_evrregset_t): New type.
3988 (have_ptrace_getsetevrregs): New variable.
3989 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3990 fetch_spe_registers): New functions.
3991 (fetch_register): Call fetch_spe_register as appropriate.
3992 Assert that we're only passed raw register numbers.
3993 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3994 Don't fetch gprs if they're pseudoregisters.
3995 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3996 store_spe_registers): New functions.
3997 (store_register): Call store_spe_register as appropriate.
3998 Assert that we're only passed raw register numbers.
3999 (store_ppc_registers): Call store_spe_registers as appropriate.
4000 Don't store gprs if they're pseudoregisters.
4001
4002 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4003
4004 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4005 struct if one exists, even if we are dealing with a zombie thread.
4006
4007 2004-06-07 Andrew Cagney <cagney@gnu.org>
4008
4009 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4010 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4011 Rename PC_REQUIRES_RUN_BEFORE_USE.
4012 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4013 #ifdef.
4014
4015 2004-06-07 Randolph Chung <tausq@debian.org>
4016
4017 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4018 unwinding after sp has been saved to the stack but before the end
4019 of the prologue, and after the fp has been modified but before it has
4020 been saved to the stack.
4021 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4022 Remove superfluous definitions.
4023 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4024
4025 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4026
4027 Committed by Randolph Chung.
4028 * hppa-linux-nat.c: Include the correct version of the header file
4029 depending on the kernel version.
4030
4031 2004-06-06 Randolph Chung <tausq@debian.org>
4032
4033 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4034 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4035
4036 2004-06-06 Randolph Chung <tausq@debian.org>
4037
4038 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4039 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4040 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4041 * hppa-tdep.c (hppa_symbol_address): New function definition.
4042 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4043
4044 2004-06-06 Randolph Chung <tausq@debian.org>
4045
4046 * hppa-tdep.h (struct value): Forward declaration.
4047 (gdbarch_tdep): Define tdep find_global_pointer method.
4048 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4049 associated with the function we are trying to call, and write it
4050 to the gp register.
4051 (hppa32_convert_from_funct_ptr_addr): New function.
4052 (hppa_find_global_pointer): New function.
4053 (hppa_gdbarch_init): Set default find_global_pointer method; set
4054 convert_from_func_ptr_addr method.
4055 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4056 (hppa_linux_init_abi): Set find_global_pointer method.
4057 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4058
4059 2004-06-06 Randolph Chung <tausq@debian.org>
4060
4061 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4062 to struct value *function.
4063 * gdbarch.c: Regenerate.
4064 * gdbarch.h: Likewise.
4065 * infcall.c (call_function_by_hand): Pass entire function value
4066 to push_dummy_call.
4067
4068 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4069 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4070 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4071 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4072 * arm-tdep.c (arm_push_dummy_call): Likewise.
4073 * avr-tdep.c (avr_push_dummy_call): Likewise.
4074 * cris-tdep.c (cris_push_dummy_call): Likewise.
4075 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4076 * frv-tdep.c (frv_push_dummy_call): Likewise.
4077 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4078 * hppa-tdep.c (hppa32_push_dummy_call)
4079 (hppa64_push_dummy_call): Likewise.
4080 * i386-tdep.c (i386_push_dummy_call): Likewise.
4081 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4082 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4083 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4084 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4085 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4086 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4087 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4088 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4089 (ppc64_sysv_abi_push_dummy_call): Likewise.
4090 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4091 (ppc64_sysv_abi_push_dummy_call): Likewise.
4092 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4093 * s390-tdep.c (s390_push_dummy_call): Likewise.
4094 * sh-tdep.c (sh_push_dummy_call_fpu)
4095 (sh_push_dummy_call_nofpu): Likewise.
4096 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4097 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4098 * vax-tdep.c (vax_push_dummy_call): Likewise.
4099
4100 2004-06-04 Jim Blandy <jimb@redhat.com>
4101
4102 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4103 gdbarch argument to register_size.
4104
4105 * rs6000-tdep.c (rs6000_store_return_value): Use
4106 regcache_cooked_write_part instead of
4107 deprecated_write_register_bytes.
4108 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4109 not gdbarch_deprecated_store_return_value.
4110
4111 * ppc-linux-nat.c (store_register, fetch_register): Remove
4112 incorrect assertions. Simplify and generalize handling of
4113 transfers whose sizes are not multiples of, or less than, sizeof
4114 (PTRACE_XFER_TYPE).
4115
4116 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4117
4118 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4119 as a new thread event.
4120 * thread-db.c (thread_get_info_callback): If the thread is a
4121 zombie, return TD_THR_ZOMBIE.
4122 (thread_from_lwp): If thread_get_info_callback returns
4123 TD_THR_ZOMBIE, check if the thread is still on the thread list
4124 and return a -1 ptid if not found.
4125 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4126 change the status to TARGET_WAITKIND_SPURIOUS.
4127
4128 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4129
4130 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4131 double values in little endian mode.
4132
4133 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4134
4135 Committed by Andrew Cagney.
4136 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4137 after last enum constant to avoid error from IBM C
4138 compiler.
4139
4140 2004-06-02 Jim Blandy <jimb@redhat.com>
4141
4142 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4143 to 'message', and make it local to the lone block that uses it.
4144
4145 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4146
4147 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4148
4149 * ada-exp.y: Update copyright notice.
4150 Include block.h.
4151
4152 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4153 SPECIAL_VARIABLE and unify the treatment of these cases.
4154
4155 (write_attribute_call0): Remove.
4156 (write_attribute_call1): Remove.
4157 (write_attribute_calln): Remove.
4158 (save_qualifier): Add missing semicolon.
4159
4160 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4161 temporarily disabled to allow compilation with FSF head version.
4162
4163 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4164 use individual operators (OP_*) for all attributes.
4165 (exp syntax): Use write_int.
4166 Handle STRING literals with OP_STRING.
4167 (variable syntax): Add limit parameter to calls to
4168 write_object_renaming.
4169
4170 (temp_parse_space): New definition to hold entities that need
4171 only live until the next call to ada_parse.
4172 (string_to_operator): Rename fields of ada_opname_table entries.
4173
4174 (write_var_from_sym): Record block.
4175 (write_var_from_name): Minor reformatting.
4176 Make sure saved name is properly encoded in the case of multiple
4177 matches, and set its language to Ada.
4178 Update comment.
4179 Modify to indicate unresolved name as symbol in the UNRESOLVED
4180 namespace, allocated in temp_parse_space.
4181 (write_int): New function.
4182
4183 (write_object_renaming): Add max_depth parameter to limit
4184 chains of object renamings.
4185 Handle case where root of renaming expression is itself a renaming.
4186 Use temp_parse_space for temporary name buffer.
4187 Handle renamings to dereferenced pointers (___XEXA suffices).
4188
4189 (ada_parse, yyerror, string_to_operator,
4190 write_var_from_sym, write_var_from_name, write_attribute_call0,
4191 write_attribute_call1, write_attribute_calln,
4192 write_object_renaming): Protoize.
4193
4194 (_initialize_ada_exp): New function.
4195
4196 * ada-lang.c: Update copyright notice.
4197 General terminology change to conform to GNAT compiler usage:
4198 mangle => encode, demangle => decode
4199 Include gdb_obstack.h.
4200 Include gdb_regex.h
4201 Include frame.h
4202 Include hashtab.h
4203 Include completer.h
4204 Include gdb_stat.h
4205 Include block.h
4206 Include infcall.h
4207
4208 (ADA_RETAIN_DOTS): Make sure this is defined.
4209 (TRUNCATION_TOWARDS_ZERO): Define.
4210 (struct string_vector): Define.
4211 (unresolved_names): Remove definition.
4212 (xnew_string_vector): New function.
4213 (string_vector_append): New function.
4214 (extract_string): Make static.
4215 (ada_unqualified_name): New function.
4216 (add_angle_brackets): New function.
4217 (function_name_from_pc): New function.
4218 (place_on_stack): Rename to ensure_lval.
4219
4220 (ensure_lval): Renamed from place_on_stack.
4221 Make identity on lvals.
4222 Update comment.
4223 (is_nonfunction): New interface.
4224 Only symbols in LOC_CONST class can be enumerals.
4225 (fill_in_ada_prototype): Remove; now independent of language.
4226 (add_defn_to_vec): Add obstack and symtab arguments.
4227 Use obstack to hold collected definitions.
4228 (num_defns_collected): New function.
4229 (defns_collected): New function.
4230 (ada_resolve_subexp): Rename to resolve_subexp.
4231 (resolve_subexp): Renamed from ada_resolve_subexp.
4232 (ada_op_name): Return non-const result.
4233 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4234 other purposes.
4235
4236 (to_fixed_array_type): Add declaration.
4237 (coerce_unspec_val_to_type): Remove offset parameter.
4238 (find_sal_from_funcs_and_line): New interface.
4239 (find_line_in_linetable): Ditto.
4240
4241 (all_sals_for_line): Rename to ada_sals_for_line and make
4242 global.
4243 Add new parameter. When set, do not ask the user to choose the
4244 instance, but use the first one found instead.
4245 Use given line number in returned sals.
4246 Fix comment.
4247 Skip the prologue if funfirstline is set.
4248 Correct for memory leak when 0 lines found.
4249
4250 (value_pos_atr): Use pos_atr.
4251 (pos_atr): New function.
4252 (standard_lookup): Add block parameter.
4253
4254 (makeTimeStart): Remove declaration and uses.
4255 (makeTimeStop): Remove declaration and uses.
4256
4257 (ada_completer_word_break_characters): Allow for VMS.
4258 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4259 (raise_sym_name): New constant.
4260 (raise_unhandled_sym_name): New constant.
4261 (raise_assert_sym_name): New constant.
4262 (process_raise_exception_name): New constant.
4263 (longest_exception_template): New constant.
4264 (warning_limit): New variable to limit warnings during expression
4265 evaluation.
4266 (warnings_issued): New variable to keep track of warnings issued.
4267 (known_runtime_file_name_patterns): New constant.
4268 (known_auxiliary_function_name_patterns): New constant.
4269 (symbol_list_obstack): New variable.
4270
4271 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4272 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4273 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4274 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4275 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4276 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4277 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4278 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4279 and strcmp.
4280
4281 (ada_get_field_index): New function.
4282 (lim_warning): New function.
4283 (ada_translate_error_message): New function.
4284 (MAX_OF_SIZE): New function.
4285 (MIN_OF_SIZE): New function.
4286 (UMAX_OF_SIZE): New function.
4287 (UMIN_OF_SIZE): New function.
4288 (discrete_type_high_bound): New function.
4289 (discrete_type_low_bound): New function.
4290 (base_type): New function.
4291 (do_command): Remove.
4292
4293 (ada_update_initial_language): Use language_ada, not language_unknown.
4294 (ada_encode): Renamed from ada_mangle.
4295 Obey ADA_RETAIN_DOTS.
4296 (ada_decode): Renamed from ada_demangle.
4297 Update coding conventions.
4298 (decoded_names_store): New hash table.
4299 (ada_decode_symbol): New function.
4300 (ada_la_decode): New function.
4301
4302 (modify_general_field): Correct computations of offset and bit
4303 position.
4304 (desc_base_type): Handle ref types, too.
4305 (ada_is_direct_array_type): New function.
4306
4307 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4308 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4309 (ada_is_bogus_array_descriptor,ada_type_of_array,
4310 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4311 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4312 ada_is_array_descriptor_type.
4313
4314 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4315 (ada_is_packed_array_type): Handle pointers or
4316 references to packed arrays as well.
4317 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4318 (decode_packed_array_type): Search for the packed array type
4319 symbol in the currently selected block and associated
4320 superblocks too.
4321 Use lookup_symbol again.
4322
4323 (decode_packed_array): Handle pointers and references.
4324 Update call to coerce_unspec_val_to_type.
4325 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4326 (ada_value_primitive_packed_val): Improve comment.
4327
4328 (ada_index_type): Substitute int type for "undefined".
4329 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4330 ada_array_langth, ada_is_string_type): Use renamed
4331 ada_is_simple_array_type.
4332 (empty_array): New function.
4333
4334 (ada_resolve): Rename to resolve.
4335 (resolve): Make static.
4336 Call renamed resolve_subexp.
4337 Update comment.
4338 (ada_resolve_subexp): Rename to resolve_subexp.
4339 (resolve_subexp): Update comment.
4340 Decomment disabled code.
4341 Add LOC_COMPUTED* cases.
4342 Modify to use temporary struct symbols (marked as being in
4343 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4344 OP_UNRESOLVED_VALUE.
4345 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4346 Add OP_STRING case.
4347 Remove OP_ARRAY.
4348 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4349 Use new ada_lookup_symbol_list interface.
4350 Use new ada_resolve_function interface.
4351 Remove OP_TYPE case.
4352
4353 (ada_args_match): Idiot proof against null actuals.
4354 Use intermediate variables to clarify.
4355 (ada_resolve_function): Update comment and interface.
4356 (mangled_ordered_before): Rename to encoded_ordered_before and
4357 update comment.
4358 (sort_choices): Update comment and interface.
4359 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4360 (user_select_syms): New interface.
4361 Use new sort_choices interface.
4362 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4363 (possible_user_operator_p): Idiot-proof against null values.
4364 (ada_simple_renamed_entity): Don't make cleanup; rely on
4365 caller to free result string.
4366 Remove const from return type.
4367 (make_array_descriptor): Rename uses of place_on_stack to
4368 ensure_lval.
4369 Make sure that arrays are on stack.
4370
4371 (HASH_SIZE): Define.
4372 (struct cache_entry): Define.
4373 (cache_space): Define.
4374 (cache): Define.
4375 (clear_ada_sym_cache): New function.
4376 (find_entry): New function.
4377 (lookup_cached_symbol): New function.
4378 (defn_vector_size): Define.
4379 (cache_symbol): New function.
4380 (defn_symbols): Remove.
4381
4382 (standard_lookup): Use lookup_symbol_in_language to get effect of
4383 C lookup.
4384 Cache results.
4385
4386 (symbol_completion_match): New function.
4387 (symbol_completion_add): New function.
4388 (ada_make_symbol_completion_list): New function.
4389
4390 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4391 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4392 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4393 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4394
4395 (ada_lookup_simple_minsym): New function.
4396 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4397
4398 (add_symbols_from_enclosing_procs): New interface.
4399 Conditionalize more helpfully.
4400 Don't bother if program isn't running.
4401 Use new interface to get_frame_block.
4402 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4403
4404 (remove_extra_symbols): New interface.
4405 (xget_renaming_scope): New function.
4406 (is_package_name): New function.
4407 (renaming_is_visible): New function.
4408 (remove_out_of_scope_renamings): New function.
4409
4410 (ada_lookup_symbol_list): New interface.
4411 Properly reinitialize the symbol list obstack.
4412 Don't call add_symbols_from_enclosing_procs if we start from a
4413 static or global block.
4414 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4415 add_symbols_from_enclosing_procs.
4416 Add symtab data to cached entries.
4417 Handle symbols prefixed with
4418 "standard__" specially; strip prefix and don't look in local symbols.
4419 Do not include out of scope renaming symbols in list of
4420 symbols returned.
4421 Add const to block parameter.
4422 Move check for non-local, non-global symbols earlier.
4423 Remove timing stuff.
4424 (ada_lookup_symbol): New interface.
4425 Find symtab as well.
4426 (ada_lookup_symbol_nonlocal): New function.
4427
4428 (is_name_suffix): Enhance suffix detection to recognize
4429 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4430 (is_dot_digits_suffix): New function.
4431 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4432
4433 (ada_add_block_symbols): New interface. Use obstack to return results
4434 in a vector of struct ada_symbol_infos. Add symtab argument.
4435 Use new interface to add_defn_to_vec.
4436 Remove calls to fill_in_ada_prototype.
4437 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4438
4439 (ada_finish_decode_line_1): Add const qualification to local to fix
4440 warning.
4441 Start looking in static block for functions to avoid attempts
4442 to search frame chain for up-level variables.
4443 Adapt to new ada_sals_for_line interface.
4444 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4445 Handle quoting of the function name inside the spec string.
4446 Skip prologue when funfirstline is set and update the
4447 function documentation to that effect.
4448
4449 (debug_print_lines, debug_print_block, debug_print_blocks,
4450 debug_print_symtab): Remove.
4451
4452 (ada_main_name): New function.
4453 (ada_exception_breakpoint_type): New function.
4454 (is_known_support_routine): New function.
4455 (ada_find_printable_frame): Renamed from find_printable_frame and made
4456 global.
4457 Remove level parameter.
4458 Use new interface to select_frame.
4459
4460 (begin_command): Remove.
4461 (ada_adjust_exception_stop): New function.
4462 (ada_print_exception_stop): New function.
4463 (exception_name_from_cond): New function.
4464 (ada_report_exception_break): Replace disabled code with
4465 conditionalization on GNAT_GDB.
4466 Get the exception name from the condition string.
4467 Remove and move functionality into new functions
4468 ada_print_exception_breakpoint_task and
4469 ada_print_exception_breakpoint_nontask.
4470 (error_breakpoint_runtime_sym_not_found): New function.
4471 (is_runtime_sym_defined): New function.
4472 (ada_breakpoint_rewrite): Uncomment suppressed code.
4473 Use symbolic error-message and runtime-symbol names.
4474 Surround runtime symbol names in quotes.
4475 Allow non-specific breakpoints on exceptions and assertions before
4476 program starts.
4477
4478 (ada_is_tagged_type): Add parameter.
4479 (ada_is_tag_type): New function.
4480 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4481 (ada_variant_discrim_type): Ditto.
4482 (value_tag_from_contents_and_address): New function.
4483 (type_from_tag): New function.
4484 (struct tag_args): New structure used to communicate with
4485 ada_tag_name_1.
4486 (ada_tag_name_1): New function.
4487 (ada_tag_name): New function.
4488
4489 (ada_scan_number): Update comment.
4490 (find_struct_field): New function.
4491 (ada_search_struct_field): Make static.
4492 (ada_value_struct_elt): New version that returns references when
4493 given pointers or references to structs.
4494 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4495 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4496 interface.
4497 (ada_value_ind): Use new ada_to_fixed_value interface.
4498 (ada_coerce_ref): Ditto.
4499 (field_offset): Remove.
4500
4501 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4502 (ada_find_renaming_symbol): New function.
4503 (ada_prefer_type): Prefer named types over unnamed ones.
4504 (variant_field_index): New function.
4505 (contains_variant_part): Removed: subsumed by variant_field_index.
4506 (ada_template_to_fixed_record_type): New function, mostly from
4507 template_to_fixed_record_type.
4508 (template_to_fixed_record_type):
4509 Do not scan the type fields beyond the last one; prevents a
4510 potential SEGV.
4511 Handle case where variant field is listed BEFORE discriminant it
4512 depends on.
4513 Fix calculation of record length when bit length is
4514 not evenly divisible by char length.
4515 Move code to ada_template_to_fixed_record_type and call it.
4516
4517 (template_to_static_fixed_type): Revise comment.
4518 Modify to work on ordinary record types as well as templates,
4519 so as to handle fields that use ___XVE or ___XVU encodings.
4520 (to_record_with_fixed_variant_part): Fill out comment.
4521 Initialize C++ stuff in right type.
4522 Allow case where DVAL is null.
4523 Handle case where variant field is not last.
4524 Fix typo concerning record length.
4525 (to_fixed_record_type): Decomment disabled code.
4526 (to_fixed_record_type): Use variant_field_index instead of
4527 contains_variant_part.
4528 (to_fixed_variant_branch_type): Ditto.
4529 (to_fixed_array_type): Decomment disabled code.
4530 (ada_to_fixed_type): Convert tagged types to the specific type.
4531 Deactivate the size-check for array types in order to avoid
4532 some false size alarms.
4533 (to_static_fixed_type): Decomment disabled code.
4534 Modify to call template_to_static_fixed_type
4535 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4536 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4537 Remove valaddr argument, as it is never really used.
4538 (ada_to_fixed_value): Change interface to act on single struct value*
4539 operand.
4540 (adjust_pc_past_prologue): New function.
4541 (ada_attribute_name): Modify to take enum exp_opcode argument.
4542
4543 (ada_enum_name): Recognize new homonym-distinguishing convention.
4544 Adjust local variable's type to remove compiler warning.
4545 Fix a small problem in the part that unqualifies the enumeration name.
4546 (ada_value_binop): New function.
4547 (ada_value_equal): New function.
4548
4549 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4550 Don't give error message when not doing normal evaluation
4551 and a tagged type doesn't seem to contain a structure member.
4552 Give error message for packed arrays.
4553 For indexing arrays, handle pointers to packed arrays correctly.
4554 Handle case of 'first and 'last attributes of bare integral type
4555 without encoded subtype info.
4556 Remove some unnecessary casts.
4557 Fix uninitialized value of type in computing 'first, 'last, or 'length
4558 of array object.
4559 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4560 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4561 calls.
4562 Attributes are now exp_opcode values.
4563 Correct treatment of 'modulus.
4564 Better error message for taking 'length of wrong kind of type;
4565 improve comment.
4566 Change EVAL_NORMAL to noside for consistency.
4567 Use ada_value_binop for DIV, MOD, REM.
4568 Make special case out of array of length 0, since an argument
4569 of 0 upsets some platforms' malloc.
4570 Use OP_STRING instead of OP_ARRAY.
4571 For slice, add check that we have an array type before extracting
4572 a slice out of it. Avoids a SEGV.
4573 When evaluating an array slice, if the array type is a reference to
4574 an aligner type, then replace the aligner type by the actual type.
4575 Decomment disabled code.
4576 Remove some dead code.
4577 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4578 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4579 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4580 and UNOP_MBR to UNOP_IN_RANGE.
4581 If an array type has a parallel ___XVE type, then use it.
4582 Turn arrays into pointers for lvalue arrays.
4583 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4584 bounds error and handle 0-length slices.
4585 Use lim_warning.
4586 When selecting fields, apply ada_to_fixed_value (because the fields
4587 might have ___XVU or ___XVE encodings even if not dynamic.)
4588 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4589 (ada_is_system_address_type): New function.
4590
4591 (get_var_value): Use new interface to ada_lookup_symbol_list.
4592 (get_int_var_value): New interface.
4593 (to_fixed_range_type): Allow unknown bound, with warning.
4594 (ada_is_modular_type): Decomment disabled code.
4595 (ADA_OPERATORS): New definition.
4596 (ada_operator_length): New function.
4597 (ada_expr_op_name): New function.
4598 (ada_forward_operator_length): New function.
4599 (ada_dump_subexp_body): New function.
4600 (ada_print_subexp): New function.
4601 (ada_exp_descriptor): New constant.
4602 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4603 (ada_language_defn): Add ada_exp_descriptor entry.
4604 Change ada_parse => parse.
4605 Add post-parser entry.
4606 Use ada-specific non-local symbol lookup.
4607 Don't use C-style arrays.
4608 String lower-bound is 1.
4609 Decomment disabled code.
4610 (parse): New function.
4611 New fields ada_translate_error_message, ada_lookup_symbol,
4612 ada_lookup_minimal_symbol.
4613
4614 * ada-lang.h: Update copyright dates.
4615 Replace the mangle/demangle terminology throughout by the
4616 more appropriate encode/decode one.
4617 Include breakpoint.h.
4618 Forward declare struct partial_symbol, struct block.
4619 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4620 (EXTRACT_ADDRESS): Remove.
4621 (EXTRACT_INT): Remove.
4622 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4623 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4624 (MAX_RENAMING_CHAIN_LENGTH): Define.
4625 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4626
4627 (enum task_states): Remove.
4628 ada_task_states: Remove.
4629 (fat_string): Remove.
4630 (struct entry_call): Remove.
4631 (struct task_fields): Remove.
4632 (struct task_entry): Remove.
4633
4634 (struct ada_symbol_info): Define.
4635 (enum ada_attribute): Remove.
4636 (enum ada_operator): Define.
4637
4638 (ada_get_field_index): Declare.
4639 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4640 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4641 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4642 (ada_lookup_symbol_list): New interface.
4643 (ada_decode_symbol): Declare.
4644 (ada_decode): Declare.
4645 (ada_lookup_symbol): New interface.
4646 (ada_update_initial_language): Declare.
4647 (ada_lookup_simple_minsym): Declare.
4648 (user_select_syms): New interface.
4649 (ada_sals_for_line): Declare.
4650 (ada_is_tagged_type): New interface.
4651 (ada_tag_name): Declare.
4652 (ada_lookup_struct_elt_type): Remove declaration.
4653 (ada_search_struct_field): Remove declaration.
4654 (ada_attribute_name): New interface.
4655 (ada_is_system_address_type): Declare.
4656 (ada_to_fixed_value): Remove declaration.
4657 (ada_template_to_fixed_record_type_1): Declare.
4658 (get_int_var_value): New interface.
4659 (ada_find_any_symbol): Declare.
4660 (ada_find_renaming_symbol): Declare.
4661 (ada_mangle): Rename to ada_encode.
4662 (ada_simple_renamed_entity): Remove const.
4663 (ada_main_name): Declare.
4664 (get_current_task): Rename to ada_get_current_task.
4665 (get_entry_number): Remove declaration.
4666 (ada_report_exception_break): Remove declaration.
4667 (ada_print_exception_breakpoint_nontask): Declare.
4668 (ada_print_exception_breakpoint_task): Declare.
4669 (ada_find_printable_frame): Declare.
4670
4671 * ada-lex.l: Update copyright notices.
4672 Use xmalloc and xfree instead of malloc and free.
4673 Use new interface to name_lookup.
4674 Use new interface to
4675 ada_mangle=>ada_encode.
4676 Redo handling of '$...' variable to parallel current treatment
4677 in c-exp.y.
4678 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4679 digit_to_int, strtoulst, processInt, processReal, processId,
4680 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4681 yywrap): Protoize.
4682
4683 (processInt): Use cast to remove harmless warning.
4684 (processReal): Modify to get rid of compiler warning on scan formats.
4685
4686 (processId): Replace xmalloc with obstack_alloc for name and remove
4687 call to ada_name_string_cleanup.
4688 Remove obsolete disabled code.
4689 (name_lookup): Ditto.
4690 New interface.
4691 Use obsavestring on temp_parse_space instead of savestring
4692 on name, and remove call to ada_name_string_cleanup.
4693 Free string returned from ada_simple_renamed_entity.
4694 Use new interface to ada_lookup_symbol_list.
4695 Decomment disabled code.
4696 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4697 not types.
4698 When a type name lookup succeeds as a result of
4699 lookup_primitive_typename, check for regular type entry that has not
4700 yet been read in.
4701 Limit length of chain of renamed symbols we are willing to follow.
4702 Do not break names beginning with "standard__" into segments.
4703 (block_lookup): Use new interface to ada_lookup_symbol_list.
4704
4705 * ada-typeprint.c: Update copyright notice.
4706 (demangled_type_name): Rename to decoded_type_name.
4707 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4708 (print_range_bound): Correct handling of negative
4709 bounds that make the index type looked unsigned under STABS.
4710 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4711 (print_range_type_named): Use the builtin int type if no type
4712 corresponding to the given type name could be found.
4713 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4714 Add some bullet-proofing.
4715 (print_variant_clauses): Allow for variant branches with ___XVU
4716 encodings that are not dynamic fields.
4717 Use new interface to ada_is_tagged_type.
4718 (print_record_type): Allow for fields with ___XVE encodings that
4719 are not dynamic fields.
4720 Use new interface to ada_is_tagged_type.
4721 (ada_print_type): ada_is_array_descriptor =>
4722 ada_is_array_descriptor_type.
4723
4724 * ada-valprint.c: Update copyright notice.
4725 Include gdb_string.h
4726 Include infcall.h
4727 (ui_memcpy): New function.
4728 (ada_print_floating): New function.
4729 (ada_print_str): Order arguments correctly.
4730 Correct handling of empty arrays and arrays of 0-length items.
4731 ada_is_array_descriptor => ada_is_array_descriptor_type
4732 Print values of type System.Address in hexadecimal format.
4733 Use ada_print_floating to print floating-point numbers in Ada format.
4734 Print class tag values with type names.
4735 No longer print the address of reference values. Avoids
4736 a potential confusion.
4737 (ada_value_print): Stop printing the object type for reference
4738 values, but preserve that behavior for access types. Avoids
4739 a potential confusion.
4740 Simplify one conditional expression, as the first part is now
4741 necessarily true.
4742 ada_is_array_descriptor => ada_is_array_descriptor_type
4743 Add check for arrays for null records, and print them by hand.
4744
4745 2004-06-01 Jim Blandy <jimb@redhat.com>
4746
4747 * ppc-tdep.h: Delete unused 'regoff' member.
4748 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4749
4750 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4751
4752 Fix PR symtab/1661.
4753 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4754 (hpread_read_struct_type): Likewise.
4755
4756 2004-06-01 Andrew Cagney <cagney@gnu.org>
4757
4758 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4759 instead of xasprintf.
4760 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4761 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4762 (mi_cmd_data_list_register_names)
4763 (mi_cmd_data_list_changed_registers)
4764 (mi_cmd_data_list_register_values)
4765 (get_register, mi_cmd_data_write_register_values)
4766 (mi_cmd_data_write_register_values)
4767 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4768 (mi_cmd_target_download, mi_cmd_target_select)
4769 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4770 (mi_execute_cli_command, mi_execute_async_cli_command)
4771 (mi_execute_async_cli_command): Ditto.
4772 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4773 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4774
4775 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4776 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4777 error_last_message instead of mi_error_last_message.
4778 * mi/mi-main.c (mi_error_last_message): Delete function.
4779
4780 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4781 "invalid number of columns" error. Delete redundant "out of
4782 memory" check.
4783
4784 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4785
4786 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4787 (gregset_t, fpregset_t): Remove typedefs.
4788 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4789 (REG_OFFSET): Rename argument.
4790 (i386bsd_r_reg_offset): Rename from reg_offset.
4791 (REG_ADDR): Remove macro.
4792 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4793 functions.
4794 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4795 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4796 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4797 instead of supply_gregset.
4798 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4799 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4800 instead of fill_gregset.
4801 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4802
4803 * i386bsd-nat.c: Don't include "gregset.h".
4804 (supply_gregset, fill_gregset): Make static.
4805 (supply_fpregset, fill_fpregset): Remove.
4806 * Makefile.in (i386bsd-nat.o): Update dependencies.
4807
4808 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4809
4810 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4811 "gdb_assert.h". Con't include "gregset.h".
4812 (fbsd_make_corefile_notes): Use regset-based core file support
4813 instead off fill_gregset and fill_fpregset.
4814 * Makefile.in (fbsd-proc.o): Update dependencies.
4815
4816 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4817 instructions.
4818 (m88k_frame_prev_register): Simplify code a bit.
4819
4820 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4821 (amd64_collect_fpregset): New function.
4822 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4823
4824 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4825
4826 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4827 (i386_collect_gregset): New function.
4828 (i386_supply_fpregset): Adjust comment.
4829 (i386_collect_fpregset): New function.
4830 (i386_regset_from_core_section): Use i386_collect_gregset and
4831 i386_collect_fpregset.
4832
4833 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4834 handle VALUEP being null.
4835
4836 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4837
4838 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4839
4840 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4841
4842 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4843 assembler in OpenBSD 3.5-current.
4844 (amd64obsd_sigcontext_addr): Likewise.
4845
4846 2004-05-28 Jim Blandy <jimb@redhat.com>
4847
4848 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4849 register set, so our regcache isn't declared "legacy" and our E500
4850 pseudoregister read and write functions aren't ignored.
4851 (rs6000_register_byte, rs6000_register_raw_size,
4852 rs6000_register_virtual_type, rs6000_register_convertible,
4853 rs6000_register_convert_to_virtual,
4854 rs6000_register_convert_to_raw): Deleted.
4855 (rs6000_register_type, rs6000_convert_register_p,
4856 rs6000_register_to_value, rs6000_value_to_register): New
4857 functions.
4858 (rs6000_gdbarch_init): Don't register
4859 gdbarch_deprecated_register_size,
4860 gdbarch_deprecated_register_bytes,
4861 gdbarch_deprecated_register_byte,
4862 gdbarch_deprecated_register_raw_size,
4863 gdbarch_deprecated_register_virtual_type,
4864 gdbarch_deprecated_register_convertible,
4865 gdbarch_deprecated_register_convert_to_virtual, or
4866 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4867 register gdbarch_register_type, gdbarch_convert_register_p,
4868 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4869
4870 2004-05-26 Jim Blandy <jimb@redhat.com>
4871
4872 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4873 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4874 functions, updated to match the register numberings used in GCC.
4875 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4876 rs6000_dwarf2_reg_to_regnum as register number conversions
4877 functions for STABS and Dwarf2.
4878
4879 2004-05-26 Randolph Chung <tausq@debian.org>
4880
4881 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4882 in header file.
4883
4884 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4885
4886 * NEWS: Document new "start" command.
4887
4888 2004-05-25 Randolph Chung <tausq@debian.org>
4889
4890 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4891 hppa-linux.
4892
4893 2004-05-25 Randolph Chung <tausq@debian.org>
4894
4895 * hppa-hpux-tdep.c (offsetof): Define.
4896 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4897 (hppa32_hpux_frame_base_before_sigtramp)
4898 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4899 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4900 (hppa64_hpux_frame_base_before_sigtramp)
4901 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4902 functions.
4903 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4904 (hppa_hpux_sigtramp_frame_unwind_cache)
4905 (hppa_hpux_sigtramp_frame_this_id)
4906 (hppa_hpux_sigtramp_frame_prev_register)
4907 (hppa_hpux_sigtramp_frame_unwind)
4908 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4909 (hppa_hpux_init_abi): Register sigtramp unwinder.
4910 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4911
4912 2004-05-25 Randolph Chung <tausq@debian.org>
4913
4914 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4915 and multiple stack unwinds.
4916 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4917
4918 2004-05-25 Andrew Cagney <cagney@gnu.org>
4919
4920 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4921 * symfile-mem.h: Delete file.
4922 * symfile-mem.c: Do not include "symfile-mem.h".
4923 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4924 "struct bfd_section". When an error do not bother returning NULL.
4925 (add_symbol_file_from_memory_command): Use "struct bfd" and
4926 "struct bfd_section".
4927 * Makefile.in (symfile_mem_h): Delete.
4928 (symfile-mem.o): Update dependencies.
4929
4930 2004-05-25 Nick Roberts <nickrob@gnu.org>
4931
4932 * gdb-mi.el: New file.
4933
4934 2004-05-25 Andrew Cagney <cagney@gnu.org>
4935
4936 * inftarg.c: Include "observer.h".
4937 (child_attach, child_create_inferior): Notify inferior_created.
4938 * corelow.c: Include "observer.h".
4939 (core_open): Notify inferior_created.
4940 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4941
4942 2004-05-25 Andrew Cagney <cagney@gnu.org>
4943
4944 * target.h (struct target_ops): Add from_tty to
4945 to_create_inferior.
4946 (target_create_inferior, find_default_create_inferior): Update.
4947 * infcmd.c (run_command): Update.
4948 * wince.c (child_create_inferior): Update.
4949 * win32-nat.c (child_create_inferior): Update.
4950 * uw-thread.c (uw_thread_create_inferior): Update.
4951 * thread-db.c (thread_db_create_inferior): Update.
4952 * target.c (debug_to_create_inferior)
4953 (find_default_create_inferior): Update.
4954 (maybe_kill_then_create_inferior): Update.
4955 * sol-thread.c (sol_thread_create_inferior): Update.
4956 * remote.c (extended_remote_async_create_inferior)
4957 (extended_remote_create_inferior): Update.
4958 * remote-vx.c (vx_create_inferior): Update.
4959 * remote-st.c (st2000_create_inferior): Update.
4960 * remote-sim.c (gdbsim_create_inferior): Update.
4961 * remote-sds.c (sds_create_inferior): Update.
4962 * remote-rdp.c (remote_rdp_create_inferior): Update.
4963 * remote-rdi.c (arm_rdi_create_inferior): Update.
4964 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4965 * remote-e7000.c (e7000_create_inferior): Update.
4966 * procfs.c (procfs_create_inferior): Update.
4967 * ocd.c (ocd_create_inferior): Update.
4968 * ocd.h (ocd_create_inferior): Update.
4969 * nto-procfs.c (procfs_create_inferior): Update.
4970 * monitor.c (monitor_create_inferior): Update.
4971 * lin-lwp.c (lin_lwp_create_inferior): Update.
4972 * inftarg.c (child_create_inferior): Update.
4973 * hpux-thread.c (hpux_thread_create_inferior): Update.
4974 * gnu-nat.c (gnu_create_inferior): Update.
4975
4976 2004-05-25 Andrew Cagney <cagney@gnu.com>
4977
4978 * MAINTAINERS: Update e-mail address.
4979
4980 2004-05-24 Randolph Chung <tausq@debian.org>
4981
4982 * thread.c (info_threads_command, thread_apply_all_command)
4983 (thread_apply_command, thread_command, do_captured_thread_select):
4984 Remove HPUXHPPA-specific code.
4985
4986 2004-05-24 Randolph Chung <tausq@debian.org>
4987
4988 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4989 unused symbols.
4990 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4991 references.
4992
4993 2004-05-24 Joel Brobecker <brobecker@gnat.com>
4994
4995 * infcmd.c (kill_if_already_running): New function, extracted
4996 from run_command().
4997 (run_command): Replace extracted code by call to
4998 kill_if_already_running().
4999 (start_command): New function.
5000 (_initialize_infcmd): Add "start" command.
5001
5002 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5003
5004 Add OpenBSD/m88k support.
5005 * NEWS (New native configurations): Mention OpenBSD/m88k.
5006 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5007 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5008 * Makefile.in (m88k_tdep_h): New variable.
5009 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5010 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5011 * configure.host: Add m88*-*-openbsd*.
5012 * configure.tgt: Add m88*-*-openbsd*.
5013
5014 2004-05-24 Jim Blandy <jimb@redhat.com>
5015
5016 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5017 to approve changes.
5018
5019 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5020
5021 * symtab.c (fixup_section): Search section table when lookup by
5022 name fails.
5023
5024 2004-05-24 Randolph Chung <tausq@debian.org>
5025
5026 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5027 be "small_struct".
5028
5029 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5030
5031 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5032 register number in regcache_raw_collect call.
5033 (m68kbsd_collect_fpregset): Likewise.
5034 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5035
5036 * regset.h (struct regset): Add back `regset' member.
5037
5038 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5039
5040 * configure.in: Check for td_pcb in `struct thread'.
5041 * configure, config.in: Regenerated.
5042
5043 * dpx2-nat.c: Remove file.
5044 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5045 (dpx2-nat.o): Remove dependencies.
5046
5047 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5048 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5049 (amd64obsd_supply_pcb): New function.
5050 (_initialize_amd64obsd_nat): Enable libkvm interface.
5051 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5052 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5053 (LOADLIBES): New variable.
5054
5055 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5056 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5057 (sparc32nbsd_supply_pcb): New function.
5058 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5059 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5060 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5061 (LOADLIBES): New variable.
5062
5063 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5064
5065 * bsd-kvm.c, bsd-kvm.h: New files.
5066 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5067 "bsd-kvm.h".
5068 (i386fbsd_supply_pcb): New function.
5069 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5070 (i386fbsd-nat.o): Update dependencies.
5071 (bsd_kvm_h): New variable.
5072 (bsd-kvm.o): New dependency.
5073 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5074 (LOADLIBES): New variable.
5075
5076 * regset.c: Tweak comment.
5077 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5078 macro.
5079 * regset.h: Update copyright year.
5080 (struct regset): Remove `descr' member, add `gdbarch' member.
5081 (regset_alloc): Adjust prototype and comment.
5082 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5083 (i386_supply_fpregset): Likewise.
5084 (i386_regset_from_core_section): Update call to regset_alloc.
5085 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5086 REGSET->arch.
5087 (i386obsd_aout_regset_from_core_section): Update call to
5088 regset_alloc.
5089 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5090 REGSET->arch.
5091 (i386nbsd_aout_regset_from_core_section): Update call to
5092 regset_alloc.
5093 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5094 REGSET->arch.
5095 (amd64_regset_from_core_section): Update call to regset_alloc.
5096 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5097 REGSET->arch.
5098 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5099 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5100 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5101 (sparc32nbsd_init_abi): Update call to regset_alloc.
5102 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5103 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5104 (sparc64obsd_init_abi): Update call to regset_alloc.
5105 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5106 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5107 (sparc64nbsd_init_abi): Update call to regset_alloc.
5108 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5109 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5110 (sparc64fbsd_init_abi): Update call to regset_alloc.
5111
5112 2004-05-22 Jim Blandy <jimb@redhat.com>
5113
5114 * ppc-tdep.h (spe_register_p): New declaration.
5115 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5116 ppc_spefscr_regnum.
5117 * rs6000-tdep.c (spe_register_p): New function.
5118 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5119 spefscr.
5120 (rs6000_gdbarch_init): Initialize the new members of the tdep
5121 structure.
5122
5123 2004-05-21 Jim Blandy <jimb@redhat.com>
5124
5125 * ppc-linux-nat.c (fetch_register): Move code back to be next
5126 to the comment that describes it. (Moved code, instead of
5127 comment, for symmetry with store_register.)
5128
5129 Allocate regset structures in the gdbarch's obstack, not using
5130 xmalloc.
5131 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5132 Add 'arch' argument. Allocate the regset on arch's obstack, not
5133 using xmalloc.
5134 * regset.h (regset_alloc): Update declaration.
5135 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5136 gdbarch argument.
5137 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5138 * i386-tdep.c (i386_regset_from_core_section): Same.
5139 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5140 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5141 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5142 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5143 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5144 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5145
5146 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5147
5148 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5149
5150 2004-05-21 Jim Blandy <jimb@redhat.com>
5151
5152 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5153 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5154
5155 2004-05-20 Jim Blandy <jimb@redhat.com>
5156
5157 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5158
5159 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5160
5161 * regset.h: Make prototype const-correct.
5162 * regset.c (regset_xmalloc): Make const-correct.
5163
5164 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5165
5166 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5167 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5168 (symbol_search_name): Declare.
5169
5170 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5171 (iter_name_next_hashed): Ditto.
5172 (iter_name_next_linear): Ditto.
5173 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5174
5175 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5176 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5177 (symbol_search_name): New function.
5178
5179 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5180
5181 * minsyms.c (build_minimal_symbol_hash_tables): Change
5182 test for adding to demangled hash table to check for difference
5183 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5184
5185 2004-05-19 Jim Blandy <jimb@redhat.com>
5186
5187 Use a constructor function to create regset structures.
5188 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5189 (struct regset): Use supply_regset_ftype. Add new
5190 'collect_regset' member.
5191 (regset_xmalloc): New declaration.
5192 * regset.c: New file.
5193 * am64-tdep.c (amd64_regset_from_core_section): Use
5194 regset_xmalloc to construct regset structures.
5195 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5196 * i386-tdep.c (i386_regset_from_core_section): Same.
5197 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5198 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5199 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5200 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5201 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5202 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5203 * Makefile.in (COMMON_OBS): Add regset.o.
5204 (regset.o): New rule.
5205
5206 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5207
5208 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5209 and pthread_cond_wait.c.
5210
5211 2004-05-18 Jim Blandy <jimb@redhat.com>
5212
5213 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5214 before the mach-specific switch, and then let the individual cases
5215 override the defaults, rather than leaving them uninitialized
5216 until the switch and then setting them in each case.
5217
5218 2004-05-18 Randolph Chung <tausq@debian.org>
5219
5220 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5221 millicode functions.
5222
5223 2004-05-18 Randolph Chung <tausq@debian.org>
5224
5225 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5226 references to dld_flags_buffer consistent.
5227
5228 2004-05-18 Randolph Chung <tausq@debian.org>
5229
5230 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5231 it for unwinding the stack.
5232
5233 2004-05-18 Randolph Chung <tausq@debian.org>
5234
5235 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5236 Undefine these so we can overide them using gdbarch.
5237
5238 2004-05-18 Randolph Chung <tausq@debian.org>
5239
5240 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5241 handling for 64-bit HPUX (elf).
5242
5243 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5244
5245 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5246 constants.
5247 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5248 * ia64-tdep.c (examine_prologue): Likewise.
5249 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5250 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5251
5252 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5253
5254 * vax-tdep.c (vax_return_value): Implement
5255 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5256
5257 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5258
5259 * vax-tdep.c (vax_return_value): Fix typo.
5260
5261 2004-05-17 Andrew Cagney <cagney@redhat.com>
5262
5263 * MAINTAINERS: Mark Salter was also responsible for
5264 testsuite/config/
5265
5266 * NEWS: Mention signal fixes.
5267
5268 2004-05-17 Randolph Chung <tausq@debian.org>
5269
5270 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5271 check to see if we are unwinding an export stub. Export stubs clobber
5272 the %rp in the call path and stores the original rp in a stack slot.
5273
5274 2004-05-17 Jim Blandy <jimb@redhat.com>
5275
5276 * MAINTAINERS: Update address for J.T. Conklin.
5277
5278 2004-05-17 Randolph Chung <tausq@debian.org>
5279
5280 * hppa-tdep.c: Remove superfluous #include's.
5281 * Makefile.in (hppa-tdep.o): Update dependencies.
5282
5283 2004-05-17 Randolph Chung <tausq@debian.org>
5284
5285 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5286 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5287 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5288 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5289 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5290 Remove static function declarations.
5291
5292 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5293
5294 * alphabsd-nat.c: Update copyright year.
5295 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5296
5297 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5298 and M68K_A2_REGNUM.
5299
5300 * m68k-tdep.c (m68k_svr4_return_value): Implement
5301 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5302
5303 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5304
5305 * sol-thread.c Update copyright year. Fix various coding
5306 standards violations. Tweak a few comments.
5307 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5308 Delete prototypes.
5309
5310 2004-05-15 Randolph Chung <tausq@debian.org>
5311
5312 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5313 as pointer instead of array reference since HPUX compiler does
5314 not accept unsized array arguments.
5315 * somsolib.c (dld_flags_buffer): Use constant array size.
5316
5317 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5318
5319 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5320 offset with decimal offset.
5321 (amd64obsd_sigcontext_addr): Return correct address for entire
5322 signal trampoline.
5323
5324 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5325 instead of get_frame_base.
5326
5327 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5328 (fill_gregset): Use regcache_raw_collect.
5329
5330 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5331 ppcobsd-tdep.c.
5332
5333 * config/sparc/tm-nbsd64.h: Remove file.
5334 * config/tm-sunos.h: Remove file.
5335
5336 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5337
5338 * rs6000-tdep.c (store_param_on_stack_p): New function,
5339 an improved version of some code extracted from skip_prologue().
5340 (skip_prologue): Use store_param_on_stack_p() to detect
5341 instructions saving a parameter on the stack. Detect when r0
5342 is used to save a parameter.
5343 Do not mark "li rx, SIMM" instructions as part of the prologue,
5344 unless the following instruction is also part of the prologue.
5345
5346 2004-05-14 Andrew Cagney <cagney@redhat.com>
5347
5348 * infrun.c (handle_inferior_event): Simplify
5349 STEP_OVER_UNDEBUGGABLE.
5350
5351 * infrun.c (handle_step_into_function): Delete function.
5352 (handle_inferior_event): Inline calls to
5353 handle_step_into_function.
5354
5355 2004-05-14 Jerome Guitton <guitton@gnat.com>
5356
5357 * rs6000-nat.c: Fix a comment.
5358
5359 2004-05-12 David Anderson <davea@sgi.com>
5360
5361 Committed by Jim Blandy <jimb@redhat.com>:
5362 * regcache.c (struct regcache_descr): fix comment spelling.
5363
5364 2004-05-13 J. Brobecker <brobecker@gnat.com>
5365
5366 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5367 Fixes a link link failure.
5368
5369 2004-05-13 J. Brobecker <brobecker@gnat.com>
5370
5371 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5372 error that was causing the build to fail.
5373
5374 2004-05-13 J. Brobecker <brobecker@gnat.com>
5375
5376 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5377 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5378
5379 2004-05-13 Andrew Cagney <cagney@redhat.com>
5380
5381 * infrun.c (handle_inferior_event): Check for
5382 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5383 calls. Update comments.
5384
5385 2004-05-13 Jim Blandy <jimb@redhat.com>
5386
5387 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5388 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5389 (store_regs_user_thread, store_regs_kernel_thread): Use
5390 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5391 * ppc-linux-nat.c (fill_gregset): Same.
5392 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5393 (ppc_linux_sigtramp_cache): Same.
5394 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5395 (ppcnbsd_sigtramp_cache_init): Same.
5396 * rs6000-nat.c (fetch_core_registers): Same.
5397 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5398 (rs6000_frame_cache): Same.
5399
5400 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5401 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5402 of assuming that the gprs are numbered starting with zero.
5403 * ppc-linux-nat.c (fill_gregset): Same.
5404 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5405 * ppcnbsd-nat.c (getregs_supplies): Same.
5406 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5407 * rs6000-nat.c (fetch_core_registers): Same.
5408 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5409
5410 2004-05-07 Michael Snyder <msnyder@redhat.com>
5411
5412 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5413 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5414
5415 2004-05-13 Andrew Cagney <cagney@redhat.com>
5416
5417 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5418
5419 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5420
5421 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5422 base_address for shared libraries.
5423
5424 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5425
5426 * MAINTAINERS (write after approval): Add myself.
5427
5428 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5429
5430 * breakpoint.c (bpstat_stop_status): Add new argument
5431 STOPPED_BY_WATCHPOINT. Use it instead of testing
5432 target_stopped_data_address agaist 0 to check whether
5433 or not we stopped due to a hardware watchpoint.
5434 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5435 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5436 with new argument.
5437
5438 2004-05-12 Jim Blandy <jimb@redhat.com>
5439
5440 * configure.in: When checking whether we should use the -bbigtoc
5441 option, don't forget to restore the original value of LDFLAGS.
5442 * configure: Regenerated.
5443
5444 2004-05-12 Andrew Cagney <cagney@redhat.com>
5445
5446 * thread.c (load_infrun_state): Delete step_sp.
5447 * infrun.c (context_switch): Ditto.
5448 * inferior.h (step_sp): Ditto.
5449 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5450 * gdbthread.h (struct thread_info, save_infrun_state)
5451 (restore_infrun_state): Ditto.
5452
5453 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5454
5455 * MAINTAINERS (write after approval): Add myself.
5456
5457 2004-05-12 Andrew Cagney <cagney@redhat.com>
5458
5459 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5460 eliminate reference to step_sp.
5461 (struct execution_control_state, init_execution_control_state)
5462 (handle_inferior_event, keep_going): Delete update_step_sp and
5463 step_sp.
5464 * infcmd.c (step_sp): Note that variable is unused.
5465
5466 2004-05-11 Andrew Cagney <cagney@redhat.com>
5467
5468 * infrun.c (step_over_function): Delete function.
5469 (handle_step_into_function): Use insert_step_resume_breakpoint.
5470 (insert_step_resume_breakpoint): Fix assertion.
5471
5472 2004-05-11 Nick Roberts <nickrob@gnu.org>
5473
5474 * utils.c (defaulted_query): Just use the normal query input type
5475 when printing the annotations.
5476
5477 2004-05-11 Andrew Cagney <cagney@redhat.com>
5478
5479 * infrun.c (handle_inferior_event): Simplify code handling
5480 step-into or return-from a signal trampoline.
5481
5482 2004-05-11 Andrew Cagney <cagney@redhat.com>
5483
5484 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5485 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5486
5487 2004-05-10 Jim Blandy <jimb@redhat.com>
5488
5489 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5490 with a call to internal_error.
5491
5492 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5493 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5494 processor variant lacks those registers.
5495 (ppc_floating_point_unit_p): Change description to make it clear
5496 that this returns info about the ISA, not the ABI.
5497 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5498 return true or false by checking tdep->ppc_fp0_regnum and
5499 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5500 arch/mach switching done in rs6000_gdbarch_init; it's better to
5501 keep that logic there, and just check the results here.
5502 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5503 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5504 floating-point registers.
5505 (ppc_supply_fpregset, ppc_collect_fpregset)
5506 (rs6000_push_dummy_call, rs6000_extract_return_value)
5507 (rs6000_store_return_value): Assert that we have floating-point
5508 registers.
5509 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5510 (rs6000_frame_cache): Don't note the locations at which
5511 floating-point registers were saved if we have no fprs.
5512 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5513 registers.
5514 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5515 (store_regs_user_thread, store_regs_kernel_thread): Only call
5516 supply_fprs / fill_fprs if we actually have floating-point
5517 registers.
5518 (special_register_p): Check ppc_fpscr_regnum before matching
5519 against it.
5520 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5521 supply / collect fpscr if we don't have it.
5522 * ppc-bdm.c: #include "gdb_assert.h".
5523 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5524 have floating-point registers, since I can't test this code on
5525 FP-free systems to adapt it.
5526 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5527 fpscr and floating point register numbers if they don't exist.
5528 (fetch_register): Assert that we have floating-point registers
5529 before we reach the code that handles them.
5530 (store_register): Same. And use tdep instead of calling
5531 gdbarch_tdep again.
5532 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5533 don't have them.
5534 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5535 fprs and fpscr if we don't have them.
5536 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5537 don't have them.
5538 * ppcnbsd-nat.c: #include "gdb_assert.h".
5539 (getfpregs_supplies): Assert that we have floating-point registers.
5540 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5541 * ppcobsd-tdep.c: #include "gdb_assert.h".
5542 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5543 have floating-point registers.
5544 * rs6000-nat.c (regmap): Don't match against the fpscr and
5545 floating point register numbers if they don't exist.
5546 (fetch_inferior_registers, store_inferior_registers,
5547 fetch_core_registers): Only fetch / store / supply the
5548 floating-point registers and the fpscr if we have them.
5549 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5550 (ppcobsd-tdep.o): Update dependencies.
5551
5552 2004-05-10 Andrew Cagney <cagney@redhat.com>
5553
5554 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5555 (context_switch): Do not switch through_sigtramp_breakpoint.
5556 * gdbthread.h (save_infrun_state, load_infrun_state)
5557 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5558 and structure member.
5559 * thread.c (load_infrun_state, save_infrun_state): Update.
5560
5561 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5562
5563 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5564
5565 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5566
5567 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5568 throughout.
5569 * aclocal.m4: Regenerate.
5570
5571 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5572
5573 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5574
5575 2004-05-10 Andrew Cagney <cagney@redhat.com>
5576
5577 * infrun.c (check_sigtramp2): Delete function.
5578 (handle_inferior_event): When single stepping, and taking a
5579 signal, set a breakpoint at the signal return address. Delete
5580 redundant calls to check_sigtramp2.
5581 (insert_step_resume_breakpoint): New function.
5582 (through_sigtramp_breakpoint, handle_inferior_event)
5583 (follow_exec, wait_for_inferior, fetch_inferior_event)
5584 (currently_stepping, keep_going): Delete most uses of
5585 through_sigtramp_breakpoint, not that it should be deleted.
5586 (delete_breakpoint_current_contents): Delete function.
5587
5588 2004-05-10 Randolph Chung <tausq@debian.org>
5589
5590 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5591 target.
5592 * config/pa/tm-linux.h: New file.
5593
5594 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5595
5596 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5597 of prefixes. Don't print the prefix twice in the CLI.
5598
5599 2004-05-10 Jim Blandy <jimb@redhat.com>
5600
5601 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5602 collect all the gprs.
5603
5604 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5605 loop collecting gprs.
5606
5607 2004-05-09 Andrew Cagney <cagney@redhat.com>
5608
5609 * remote-vx.c (net_step): Delete step-range code.
5610 * remote.c (remote_resume, init_all_packet_configs)
5611 (set_remote_protocol_E_packet_cmd)
5612 (show_remote_protocol_E_packet_cmd)
5613 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5614 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5615 (show_remote_protocol_e_packet_cmd): Ditto.
5616
5617 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5618
5619 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5620
5621 * hppa-tdep.h: Update copyright year.
5622 (struct trad_frame_saved_reg): Add opaque declaration.
5623
5624 * amd64-tdep.c (amd64_return_value): Implement
5625 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5626
5627 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5628 (m68k_value_to_register): New functions.
5629 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5630 value_to_register.
5631
5632 * defs.h (enum return_value_convention): Add
5633 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5634 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5635 * infcmd.c (legacy_return_value): New function.
5636 (print_return_value): Rwerite to implement
5637 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5638 * values.c (using_struct_return): Check for inequality to
5639 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5640 RETURN_VALUE_STRUCT_CONVENTION.
5641 * i386-tdep.c (i386_return_value): Implement
5642 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5643
5644 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5645 include "symtab.h", "opcode/vax.h" and "inferior.h".
5646 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5647 to read_memory_unsigned_integer.
5648 (vax_gdbarch_init): Reorder.
5649 (_initialize_vax_tdep): Spell out prototype.
5650 * Makefile.in (vax-tdep.o): Update dependencies.
5651
5652 2004-05-08 Andrew Cagney <cagney@redhat.com>
5653
5654 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5655 * target.c (target_detach, target_disconnect): Ditto.
5656
5657 * infcall.c (call_function_by_hand): When no
5658 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5659 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5660 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5661 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5662 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5663
5664 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5665 * gdbarch.h, gdbarch.c: Re-generate.
5666 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5667 deprecated_fix_call_dummy.
5668 * v850-tdep.c (v850_gdbarch_init): Ditto.
5669 * infcall.c (call_function_by_hand): Do not call
5670 DEPRECATED_FIX_CALL_DUMMY.
5671
5672 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5673 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5674 * gdbarch.h, gdbarch.c: Re-generate.
5675 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5676 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5677 deprecated_sizeof_call_dummy_words.
5678 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5679 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5680 * v850-tdep.c (v850_gdbarch_init): Ditto.
5681 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5682 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5683 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5684 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5685 * arch-utils.h (legacy_call_dummy_words)
5686 (legacy_sizeof_call_dummy_words): Delete declarations.
5687 * arch-utils.c (legacy_call_dummy_words)
5688 (legacy_sizeof_call_dummy_words): Delete variables.
5689
5690 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5691 * gdbarch.h, gdbarch.c: Re-generate.
5692 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5693 * infcall.c (call_function_by_hand): Eliminate call to
5694 DEPRECATED_PUSH_DUMMY_FRAME.
5695 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5696 push_dummy_frame.
5697 (ns32k_push_dummy_frame): Delete function.
5698
5699 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5700 deprecated_call_dummy_breakpoint_offset or
5701 deprecated_call_dummy_start_offset.
5702 * dummy-frame.c, arm-tdep.c: Update comments.
5703 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5704 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5705 * gdbarch.h, gdbarch.c: Re-generate.
5706
5707 * infcall.c (legacy_push_dummy_code): Delete function.
5708 (push_dummy_code): Delete call.
5709
5710 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5711 * gdbarch.h, gdbarch.c: Re-generate.
5712 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5713 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5714 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5715 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5716
5717 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5718 (struct frame_info): Delete opaque declaration.
5719 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5720 * frame.c (get_frame_type): Delete call.
5721
5722 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5723 pc_in_call_dummy.
5724 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5725 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5726
5727 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5728
5729 * alphanbsd-tdep.c: Include "gdb_string.h".
5730 * armnbsd-tdep.c: Update copyright year.
5731 Include "gdb_string.h".
5732 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5733 dependencies.
5734
5735 * delta68-nat.c: Remove file.
5736 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5737 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5738 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5739 (delta68-nat.o): Remove dependency.
5740
5741 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5742 function.
5743 (m68k_gdbarch_init): Don't set
5744 deprecated_frameless_function_invocation.
5745
5746 2004-05-07 Randolph Chung <tausq@debian.org>
5747
5748 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5749 read_memory_nobpt for code reading when doing frame unwinding.
5750 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5751
5752 2004-05-07 Randolph Chung <tausq@debian.org>
5753
5754 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5755 instead of sp, handle sigaltstack case.
5756 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5757 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5758 signal handler and not that of the caller.
5759 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5760 hppa_linux_sigtramp_find_sigcontext.
5761
5762 2004-05-07 Randolph Chung <tausq@debian.org>
5763
5764 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5765 hppa-linux-nat.c.
5766 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5767 * hppa-linux-nat.c (fetch_register, store_register): Define.
5768 (fetch_inferior_registers, store_inferior_registers): Define.
5769 (supply_gregset): Add comment and clean up some unneeded code.
5770 (fill_gregset): Add comment and fix so that it saves registers in
5771 the right place in the gregset.
5772 (fill_fpregset): Fix buffer overrun problem.
5773 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5774
5775 2004-05-07 Randolph Chung <tausq@debian.org>
5776
5777 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5778 do common handling of the pcoqt register.
5779 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5780 to use helper function.
5781 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5782 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5783 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5784 generic fallback unwinder when all else fails.
5785 (hppa_gdbarch_init): Add fallback sniffer.
5786 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5787 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5788 to use helper function.
5789
5790 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5791
5792 * config/djgpp/fnchange.lst: Add translation rules for
5793 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5794
5795 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5796
5797 * frame.c (get_prev_frame_1): Work around GCC bug.
5798 * frame.h: Add comment about GCC bug.
5799
5800 2004-05-07 Andrew Cagney <cagney@redhat.com>
5801
5802 * observer.c: Include "commands.h" and "gdbcmd.h".
5803 (observer_debug, _initialize_observer): Add the
5804 command "set/show debug observer".
5805 * observer.sh: When observer debugging, log notify calls.
5806 * Makefile.in (observer.o): Update dependencies.
5807
5808 2004-05-07 Jason Molenda (jmolenda@apple.com)
5809
5810 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5811
5812 2004-05-07 Jim Blandy <jimb@redhat.com>
5813
5814 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5815 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5816 to recognize gpr regnums, instead of assuming that
5817 tdep->ppc_fp0_regnum marks the end of the general-purpose
5818 registers.
5819
5820 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5821 the given architecture has floating-point registers.
5822
5823 2004-05-07 Andrew Cagney <cagney@redhat.com>
5824
5825 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5826 macro defined to 1.
5827 * gdbarch.h, gdbarch.c: Re-generate.
5828 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5829 deprecated_use_generic_dummy_frames.
5830
5831 2004-05-07 Brian Ford <ford@vss.fsi.com>
5832
5833 * NEWS: Mention Cygwin DWARF 2 support.
5834
5835 2004-05-07 Andrew Cagney <cagney@redhat.com>
5836
5837 * objfiles.h (struct entry_info): Delete unused fields
5838 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5839 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5840 * mipsread.c (mipscoff_symfile_read): Update.
5841 * mdebugread.c (parse_partial_symbols): Update.
5842 * dwarfread.c (read_file_scope): Update.
5843 * dwarf2read.c (read_file_scope): Update.
5844 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5845 * coffread.c (complete_symtab): Update.
5846
5847 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5848
5849 * infcall.c (_initialize_infcall): Fix typo.
5850
5851 2004-05-07 Andrew Cagney <cagney@redhat.com>
5852
5853 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5854 * command.h (add_setshow_zinteger_cmd): Declare.
5855
5856 2004-05-06 Randolph Chung <tausq@debian.org>
5857
5858 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5859 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5860 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5861 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5862 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5863 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5864 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5865 definitions ...
5866 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5867 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5868 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5869 (hppa64_hpux_frame_find_saved_regs_in_sig)
5870 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5871 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5872 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5873 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5874 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5875 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5876 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5877 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5878 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5879 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5880 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5881 (hppa32_register_type, hppa_cannot_store_register)
5882 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5883 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5884 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5885 * pa64solib.c (pa64_solib_have_load_event)
5886 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5887 (pa64_solib_unloaded_library_pathname): Likewise.
5888 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5889 (som_solib_library_pathname): Likewise.
5890
5891 2004-05-05 Jim Ingham <jingham@apple.com>
5892
5893 * breakpoint.c (create_breakpoints): Copy the ignore count and
5894 thread id over from the pended breakpoint to the actual
5895 breakpoint.
5896
5897 2004-05-05 Andrew Cagney <cagney@redhat.com>
5898
5899 * gdbarch.sh (PARM_BOUNDARY): Delete.
5900 gdbarch.h, gdbarch.c: Re-generate.
5901 * valops.c (PARM_BOUNDARY): Delete macro.
5902 (value_push): Delete PARM_BOUNDARY code.
5903 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5904
5905 2004-05-04 Jim Blandy <jimb@redhat.com>
5906
5907 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5908 Don't assume that the gprs, fprs, and UISA sprs are
5909 contiguous, start at register number zero, and end with fpscr.
5910 Instead, use the numbers from the tdep structure.
5911
5912 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5913 should no longer be used in code specific to the RS6000 and its
5914 derivatives.
5915 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5916 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5917 tdep->ppc_fp0_regnum.
5918 (ppc_supply_fpregset, ppc_collect_fpregset)
5919 (rs6000_push_dummy_call, rs6000_extract_return_value)
5920 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5921 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5922 FP0_REGNUM.
5923 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5924 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5925 Same.
5926 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5927 bdm_ppc_store_registers): Same.
5928 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5929 (store_register, fill_fpregset): Same.
5930 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5931 (ppc_linux_supply_fpregset): Same.
5932 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5933 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5934 Same.
5935 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5936 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5937 ppc64_sysv_abi_return_value): Same.
5938 * rs6000-nat.c (regmap, fetch_inferior_registers)
5939 (store_inferior_registers, fetch_core_registers): Same.
5940
5941 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5942
5943 * m68knbsd-nat.c: Remove file.
5944 * m68knbsd-tdep.c: Remove file.
5945 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5946 dependencies.
5947 * configure.host: Add m68k-*-netbsdelf*.
5948 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5949 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5950 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5951 (XM_FILE): Remove.
5952 * config/m68k/nbsdelf.mh: New file.
5953 * config/m68k/nbsd.mt: New file.
5954 * config/m68k/nbsdaout.mt: Remove file.
5955 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5956 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5957 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5958 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5959 (use_struct_convention): Remove prototype.
5960 (USE_STRUCT_CONVENTION): Remove define.
5961 * config/m68k/xm-nbsd.h: Remove file.
5962
5963 2004-05-04 Michael Snyder <msnyder@redhat.com>
5964
5965 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5966 reg_struct_return method (as gcc usually does for cross targets).
5967
5968 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5969
5970 Committed by Andrew Cagney.
5971 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5972 alignment padding when accessing ucontext struct members.
5973
5974 2004-05-04 Jim Blandy <jimb@redhat.com>
5975
5976 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5977 'ppc_gplast_regnum' member.
5978 (ppc_num_gprs): New enum constant.
5979 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5980 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5981 * rs6000-nat.c (regmap, fetch_inferior_registers,
5982 store_inferior_registers): Same.
5983 * rs6000-tdep.c (e500_pseudo_register_read)
5984 (e500_pseudo_register_write): Same.
5985 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5986
5987 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5988 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5989 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5990 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5991 FPLAST_REGNUM.
5992 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5993 Same.
5994 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5995 * rs6000-nat.c (regmap, fetch_inferior_registers)
5996 (store_inferior_registers): Same.
5997
5998 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5999 with FPLAST_REGNUM.
6000
6001 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6002
6003 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6004 failure detected by recent versions of GCC.
6005 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6006 to be consistent with the usage in dwarf2_create_include_psymtab.
6007
6008 2004-05-03 Michael Snyder <msnyder@redhat.com>
6009
6010 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6011 (heuristic_proc_start): Whitespace cleanup.
6012
6013 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6014
6015 * sun3-nat.c: Remove file.
6016 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6017 dependencies.
6018 (ALLDEPFILES): Remove sun3-nat.c.
6019 (sun3-nat.o): Remove dependencies.
6020
6021 * i386-interix-nat.c, i386-interix-tdep.c,
6022 config/i386/nm-interix.h, config/i386/interix.mh,
6023 config/i386/interix.mt: Remove files.
6024 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6025 dependencies.
6026
6027 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6028
6029 * m68k-tdep.h (struct gdbarch_tdep): Add member
6030 struct_value_regnum.
6031 (m68k_svr4_init_abi): New prototype.
6032 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6033 different calling conventions.
6034 (m68k_extract_return_value): Remove code dealing with single-field
6035 structs.
6036 (m68k_store_return_value): Remove code dealing with single-field
6037 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6038 (m68k_extract_struct_value_address): Remove function.
6039 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6040 (m68k_reg_struct_return_p, m68k_return_value)
6041 (m68k_svr4_return_value): New functions.
6042 (m68k_use_struct_convention): Remove function.
6043 (m68k_push_dummy_call): Use new struct_value_regnum member of
6044 `struct gdbarch_tdep' instead of hardcoded register number to
6045 store STRUCT_ADDR.
6046 (m68k_svr4_init_abi): New function.
6047 (m68k_gdbarch_init): Don't set extract_return_value,
6048 store_return_values, deprecated_extract_struct_value_address and
6049 use_struct_convention. Set return_value instead. Initialize new
6050 struct_value_regnum member of `struct gdbarch_tdep'.
6051 * m68klinux-tdep.c: Update copyright year.
6052 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6053 (m68k_linux_extract_struct_value_address): Remove function.
6054 (m68k_linux_init_abi): Don't set extract_return_value,
6055 store_return_values, deprecated_extract_struct_value_address and
6056 use_struct_convention. Call m68k_svr4_init_abi but override the
6057 new struct_value_regnum member of `struct gdbarch_tdep'.
6058 * Makefile.in (m68k-tdep.o): Update dependencies.
6059
6060 2004-05-03 J. Brobecker <brobecker@gnat.com>
6061
6062 * dwarf2read.c (line_header): Add new included_p field in
6063 field file_names.
6064 (partial_die_info): New field has_stmt_list. New field line_offset.
6065 (dwarf2_create_include_psymtab): New function.
6066 (dwarf2_build_include_psymtabs): New function.
6067 (add_file_name): Add forward declaration. Initialize new field.
6068 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6069 to be able to determine the list of files included by the
6070 given unit, and build their associated psymtabs.
6071 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6072 files as well.
6073 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6074 (read_file_scope): Update call to dwarf_decode_lines.
6075 (read_partial_die): Handle DW_AT_stmt_list attributes.
6076
6077 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6078
6079 Unfix PR gdb/1626.
6080 * configure.in: Revert special case for osf5.*.
6081 * configure: Regenerate.
6082
6083 2004-05-02 Jim Blandy <jimb@redhat.com>
6084
6085 Move the symbol-file-from-memory functions into their own file.
6086 * symfile-mem.c, symfile-mem.h: New files.
6087 * symfile.c (symbol_file_add_from_bfd): New function.
6088 (symbol_file_add): Call symbol_file_add_from_bfd.
6089 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6090 Moved to symfile-mem.c.
6091 (_initialize_symfile): Move definition of
6092 add-symbol-file-from-memory command to symfile-mem.c.
6093 * symfile.h (symbol_file_add_from_bfd): New declaration.
6094 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6095 * config/powerpc/linux.mt (TDEPFILES): Same.
6096 * Makefile.in (SFILES): Add symfile-mem.c.
6097 (symfile_mem_h): New variable.
6098 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6099 (symfile-mem.o): New rule.
6100
6101 2004-05-01 Andrew Cagney <cagney@redhat.com>
6102
6103 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6104 frame_find_by_id instead of frame_relative_level.
6105 (do_enable_breakpoint): Ditto.
6106 * thread.c: Update copyright.
6107 (info_threads_command): Ditto, simplify.
6108
6109 * frame.c (deprecated_generic_get_saved_register): Delete
6110 function, moved to "xstormy16-tdep.c".
6111 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6112 deprecated_generic_get_saved_register from "frame.c".
6113 (xstormy16_frame_saved_register): Call
6114 xstormy16_get_saved_register.
6115 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6116 static.
6117 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6118 * frame.h (deprecated_generic_get_saved_register): Delete.
6119
6120 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6121
6122 * dwarfread.c: Update documentation on the state of dwarf-1.
6123
6124 2004-05-01 Andrew Cagney <cagney@redhat.com>
6125
6126 * stack.c (select_frame_command): Delete call to
6127 frame_relative_level.
6128 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6129 Delete #if0 code.
6130 (frame_info): Do not print FRAMELESS.
6131 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6132 (catch_info): Delete #if0 code.
6133
6134 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6135 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6136 of frame_relative_level.
6137 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6138 to SENTINEL_FRAME.
6139 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6140 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6141 frame_relative_level.
6142
6143 * frame.h (deprecated_set_frame_type): Delete declaration.
6144 * frame.c (deprecated_set_frame_type): Delete function, update
6145 comments.
6146
6147 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6148 * gdbarch.h, gdbarch.c: Re-generate.
6149 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6150 (shnbsd_pc_in_sigtramp): Delete.
6151 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6152 pc_in_sigtramp.
6153 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6154 pc_in_sigtramp.
6155 * frame.h: Update comments.
6156 * ppc-linux-tdep.c: Update comments.
6157 * breakpoint.c (bpstat_what): Update comments.
6158
6159 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6160 m68klinux-tdep.o's dependencies, were previously added to
6161 m68klinux-nat.o.
6162
6163 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6164 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6165 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6166 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6167 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6168
6169 * Makefile.in (m68klinux-nat.o): Update dependencies.
6170 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6171 (m68k_linux_sigtramp_frame_cache)
6172 (m68k_linux_sigtramp_frame_this_id)
6173 (m68k_linux_sigtramp_frame_prev_register)
6174 (m68k_linux_sigtramp_frame_unwind)
6175 (m68k_linux_sigtramp_frame_sniffer)
6176 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6177 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6178 names, use trad-frame.h.
6179 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6180 (struct m68k_sigtramp_info): Delete.
6181 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6182 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6183 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6184 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6185 "m68klinux-tdep.c".
6186
6187 * infrun.c (check_sigtramp2): Delete check for
6188 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6189
6190 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6191
6192 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6193
6194 2004-05-01 Andrew Cagney <cagney@redhat.com>
6195
6196 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6197 (frv_linux_sigtramp_frame_cache)
6198 (frv_linux_sigtramp_frame_this_id)
6199 (frv_linux_sigtramp_frame_prev_register)
6200 (frv_linux_sigtramp_frame_unwind)
6201 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6202 include "linux" in function and variable names, directly call
6203 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6204 the latest trad-frame code.
6205 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6206 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6207 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6208 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6209 * frv-tdep.c (frv_sigtramp_frame_cache)
6210 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6211 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6212 frv-linux-tdep.c.
6213 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6214 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6215 (frv_set_sigcontext_reg_addr): Delete function.
6216
6217 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6218 (DEPRECATED_SIGTRAMP_END): Delete.
6219 * gdbarch.h, gdbarch.c: Re-generate.
6220 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6221 * config/vax/tm-vaxbsd.h: Update copyright.
6222 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6223 (DEPRECATED_IN_SIGTRAMP): Define.
6224 * config/m68k/tm-nbsd.h: Update copyright.
6225 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6226 (DEPRECATED_IN_SIGTRAMP): Define.
6227
6228 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6229
6230 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6231 encondings. Fixes PR gdb/1628.
6232
6233 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6234 DW_CFA_restore state without a matching DW_CFA_remember_state
6235 instead of aborting. Fixes PR backtrace/1589.
6236
6237 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6238
6239 * MAINTAINERS: Add self as AIX maintainer.
6240 Update my e-mail address in write-after-approval section.
6241
6242 2004-04-30 Andrew Cagney <cagney@redhat.com>
6243
6244 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6245 (legacy_get_prev_frame): Ditto.
6246
6247 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6248 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6249 * mipsread.c (sigtramp_address): Delete extern variable.
6250 (mipscoff_new_init): Delete reference.
6251 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6252 (fixup_sigtramp): Delete function.
6253 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6254 (fixup_sigtramp): Delete declarations.
6255
6256 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6257 deprecated_pc_in_sigtramp.
6258 (ppcnbsd_pc_in_sigtramp): Delete function.
6259
6260 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6261
6262 * config/m68k/nm-nbsd.h: Tweak comments.
6263 * config/m68k/nm-nbsdaout.h: Likewise.
6264
6265 2004-04-30 Andrew Cagney <cagney@redhat.com>
6266
6267 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6268 legacy_pc_in_sigtramp.
6269 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6270
6271 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6272
6273 Add OpenBSD/m68k support.
6274 * NEWS (New native configurations): Mention OpenBSD/m68k.
6275 * m68kbsd-tdep.c: New file.
6276 * m68kbsd-nat.c: New file.
6277 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6278 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6279 * configure.host: Add m68k-*-openbsd.
6280 * configure.tgt: Add m68k-*-openbsd.
6281 * config/m68k/tm-obsd.h: New file.
6282 * config/m68k/obsd.mt: New file.
6283 * config/m68k/obsd.mh: New file.
6284 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6285 m68kbsd-tdep.c.
6286
6287 2004-04-30 Andrew Cagney <cagney@redhat.com>
6288
6289 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6290 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6291
6292 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6293
6294 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6295 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6296
6297 2004-04-30 Brian Ford <ford@vss.fsi.com>
6298
6299 Revert 2004-04-16 change.
6300 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6301 (i386_coff_init_abi): Remove.
6302 * i386-tdep.h (i386_coff_init_abi): Remove.
6303 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6304
6305 2004-04-30 Andrew Cagney <cagney@redhat.com>
6306
6307 * blockframe.c (find_pc_partial_function): Delete use of
6308 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6309 DEPRECATED_SIGTRAMP_END.
6310
6311 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6312 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6313 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6314 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6315 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6316
6317 * defs.h (deprecated_inside_entry_file): Delete declaration.
6318 * blockframe.c (deprecated_inside_entry_file): Delete function.
6319 (legacy_frame_chain_valid): Delete call.
6320 * sh64-tdep.c (sh64_frame_chain): Delete call.
6321 * objfiles.h: Update comments.
6322 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6323 call.
6324 * frame.c (get_prev_frame): Delete call, update comments.
6325
6326 2004-04-30 Brian Ford <ford@vss.fsi.com>
6327
6328 * MAINTAINERS (Write After Approval): Add myself.
6329
6330 2004-04-30 Andrew Cagney <cagney@redhat.com>
6331
6332 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6333 * gdbarch.h, gdbarch.c: Re-generate.
6334 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6335 code.
6336
6337 2004-04-30 Andrew Cagney <cagney@redhat.com>
6338
6339 * gdb-events.sh (selected_thread_changed)
6340 (selected_frame_level_changed, target_changed): Delete.
6341 * gdb-events.h, gdb-events.c: Re-generate.
6342 * valops.c (value_assign): Update.
6343 * stack.c (select_frame_command, up_silently_base)
6344 (down_silently_base): Update.
6345
6346 2004-04-29 Andrew Cagney <cagney@redhat.com>
6347
6348 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6349 registers correctly.
6350 (print_gp_register_row, mips32_heuristic_proc_desc)
6351 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6352 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6353 references to mips_isa_regsize.
6354
6355 2004-04-29 Andrew Cagney <cagney@redhat.com>
6356
6357 * mips-tdep.c (struct gdbarch_tdep): Delete
6358 mips_fp_register_double.
6359 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6360 mips_abi_regsize.
6361 (mips_gdbarch_init): Do not set mips_fp_register_double.
6362 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6363
6364 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6365
6366 Committed by Andrew Cagney.
6367 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6368 function calls.
6369
6370 2004-04-29 Andrew Cagney <cagney@redhat.com>
6371
6372 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6373 gdbarch, use mips_abi, update callers.
6374 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6375 mips_abi_regsize, update callers.
6376 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6377 mips_default_abi_regsize.
6378 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6379 mips_default_abi_regsize.
6380
6381 2004-04-29 Andrew Cagney <cagney@redhat.com>
6382
6383 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6384 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6385 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6386 mips_default_abi_regsize.
6387 (mips_isa_regsize): Rename mips_regisze.
6388 * mipsnbsd-tdep.c: Update.
6389 * mips-linux-tdep.c: Update.
6390 * irix5-nat.c: Update.
6391 * mips-tdep.h (mips_isa_regsize): Update.
6392
6393 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6394 Delete all disabled code.
6395 * gdb-events.h, gdb-events.c: Re-generate.
6396
6397 2004-04-19 Jerome Guitton <guitton@gnat.com>
6398 Mark Kettenis <kettenis@gnu.org>
6399
6400 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6401 the function begins with a branch instruction.
6402
6403 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6404
6405 * i386-tdep.c: Fix spelling mistakes.
6406
6407 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6408 Andrew Cagney <cagney@redhat.com>
6409
6410 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6411 <sys/proc.h>.
6412 * acconfig.h: Provide default _KMEMUSER value.
6413 * config.in, configure: Re-generate.
6414 * NEWS: Mention fix.
6415
6416 2004-04-24 Randolph Chung <tausq@debian.org>
6417
6418 * configure.host (hppa*-*-linux*): New target.
6419 * configure.tgt (hppa*-*-linux*): Likewise.
6420 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6421 gdbarch_init_osabi() call earlier so that osabi-specific frame
6422 unwinders can be registered first.
6423 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6424 hppa-linux-nat.c.
6425 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6426 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6427 * config/pa/linux.mh: New file.
6428 * config/pa/linux.mt: New file.
6429 * config/pa/nm-linux.h: New file.
6430 * config/pa/xm-linux.h: New file.
6431 * hppa-linux-nat.c: New file.
6432 * hppa-linux-tdep.c: New file.
6433
6434 2004-04-28 Randolph Chung <tausq@debian.org>
6435
6436 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6437 return values.
6438 (hppa32_push_dummy_call): Fix small struct and floating point argument
6439 passing, and make sure the stack frame is properly aligned.
6440
6441 2004-04-28 Andrew Cagney <cagney@redhat.com>
6442
6443 * stack.c (print_stack_frame): Fix description.
6444
6445 * NEWS: Mention gdb/gdbserver/configure execute permission
6446 changed. PR server/519.
6447
6448 2004-04-28 Andrew Cagney <cagney@redhat.com>
6449
6450 * stack.c (print_stack_frame_stub): Delete declaration.
6451 (struct print_stack_frame_args, print_stack_frame)
6452 (print_frame_info, print_frame): Replace "source" with print what.
6453 Replace "print" with "print_level". Replace "args" with
6454 "print_args".
6455 * frame.h (show_and_print_stack_frame, print_stack_frame)
6456 (print_frame_info): Update declarations.
6457 * stack.c (select_and_print_frame, frame_command)
6458 (current_frame_command, up_command, down_command): Update calls -
6459 use get_selected_frame, pass "enum print_what" for source, do not
6460 call frame_relative_level.
6461 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6462 * remote-rdp.c (remote_rdp_open): Ditto.
6463 * remote-mips.c (common_open): Ditto.
6464 * remote-e7000.c (e7000_start_remote): Ditto.
6465 * ocd.c (ocd_start_remote): Ditto.
6466 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6467 * infrun.c (normal_stop): Ditto.
6468 * inflow.c (kill_command): Ditto.
6469 * infcmd.c (finish_command): Ditto.
6470 * corelow.c (core_open): Ditto.
6471 * tracepoint.c (finish_tfind_command): Ditto.
6472 * thread.c (info_threads_command, info_threads_command)
6473 (restore_current_thread, do_captured_thread_select): Ditto.
6474 * ada-tasks.c (task_command): Ditto.
6475
6476 2004-04-26 Orjan Friberg <orjanf@axis.com>
6477
6478 * frame.c: Include "observer.h".
6479 (frame_observer_target_changed): New function.
6480 (_initialize_frame): Attach target_changed observer.
6481 * regcache.c: Include "observer.h".
6482 (regcache_observer_target_changed): New function.
6483 (_initialize_regcache): Attach target_changed observer.
6484 * valops.c: Include "observer.h".
6485 (value_assign): Notify target_changed event when modifying register.
6486 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6487
6488 2004-04-26 Orjan Friberg <orjanf@axis.com>
6489
6490 From Paul Koning <pkoning@equallogic.com>:
6491 * breakpoint.c (free_valchain): New function.
6492 (insert_bp_location, delete_breakpoint): Use free_valchain.
6493 (remove_breakpoint): Do not remove the valchain.
6494 (bpstat_stop_status): If not stopped by watchpoint, skip
6495 watchpoints when generating stop status list.
6496 * infrun.c (handle_inferior_event): Make
6497 stepped_after_stopped_by_watchpoint a global variable.
6498 * remote.c (remote_stopped_data_address): Return watch data
6499 address rather than zero if stepped_after_stopped_by_watchpoint is
6500 set.
6501
6502 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6503
6504 Fix PR gdb/1626.
6505 * configure.in: Check for curses after termcap.
6506 On osf5.*, do not check for ncurses.
6507 * configure: Regenerate.
6508
6509 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6510
6511 * ppcobsd-nat.c: Include "ppc-tdep.h".
6512 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6513
6514 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6515 Fixes PR tdep/1623 and PR tdep/1624.
6516
6517 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6518
6519 * xmodem.h, xmodem.c: Remove files.
6520 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6521
6522 2004-04-23 Randolph Chung <tausq@debian.org>
6523
6524 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6525 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6526 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6527 for handling stackless frames.
6528 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6529
6530 2004-04-23 Randolph Chung <tausq@debian.org>
6531
6532 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6533 starts at a pc before the frame is created.
6534
6535 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6536
6537 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6538
6539 2004-04-23 Jerome Guitton <guitton@gnat.com>
6540
6541 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6542 use convert_typed_floating to get the appropriate format.
6543
6544 2004-04-22 Randolph Chung <tausq@debian.org>
6545
6546 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6547 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6548 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6549 (hppa_sign_extend): Add prototype.
6550 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6551 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6552 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6553 hppa targets will also use these functions.
6554 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6555 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6556 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6557 (hppa_gdbarch_init): Remove gdbarch setting of
6558 skip_trampoline_code, in_solib_call_trampoline and
6559 in_solib_return_trampoline.
6560 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6561 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6562 hppa_in_solib_call_trampoline.
6563 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6564 Moved from hppa-tdep.c.
6565 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6566 in_solib_call_trampoline and in_solib_return_trampoline.
6567
6568 2004-04-22 Randolph Chung <tausq@debian.org>
6569
6570 * hppa-tdep.c (hppa_debug): New variable.
6571 (find_unwind_entry, hppa_frame_cache): Add debug output.
6572 (_initialize_hppa_tdep): Add command to set debug flag.
6573
6574 2004-04-22 Andrew Cagney <cagney@redhat.com>
6575
6576 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6577 "trad-frame.h".
6578 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6579 signal trampoline unwinder.
6580 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6581
6582 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6583
6584 Add OpenBSD/powerpc support.
6585 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6586 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6587 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6588 (ppc_collect_fpregset): New prototypes.
6589 * ppcobsd-nat.c: New file.
6590 * ppcobsd-tdep.c: New file.
6591 * ppcobsd-tdep.h: New file.
6592 * rs6000-tdep.c: Include "regset.h".
6593 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6594 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6595 New functions.
6596 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6597 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6598 (rs6000-tdep.o): Update dependencies.
6599 * configure.host: Add powerpc-*-openbsd.
6600 * configure.tgt: Add powerpc-*-openbsd.
6601 * config/powerpc/obsd.mh: New file.
6602 * config/powerpc/nm-obsd.h: New file.
6603 * config/powerpc/obsd.mt: New file.
6604
6605 2004-04-22 Andrew Cagney <cagney@redhat.com>
6606
6607 * frame.h (show_frame_info): Delete declaration.
6608
6609 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6610 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6611 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6612 * frv-tdep.c (frv_frame_this_id): Ditto.
6613 * avr-tdep.c (avr_frame_this_id): Ditto.
6614
6615 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6616
6617 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6618
6619 2004-04-22 Jim Blandy <jimb@redhat.com>
6620
6621 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6622 register number zero.
6623
6624 2004-04-21 Michael Snyder <msnyder@redhat.com>
6625
6626 * mips-tdep.c (heuristic_proc_start):
6627 Warning() already prefixes "Warning: ".
6628
6629 2004-04-21 Andrew Cagney <cagney@redhat.com>
6630
6631 * annotate.h (deprecated_annotate_starting_hook)
6632 (deprecated_annotate_stopped_hook)
6633 (deprecated_annotate_exited_hook)
6634 (deprecated_annotate_signal_hook)
6635 (deprecated_annotate_signalled_hook): Deprecate.
6636 * tracepoint.h (deprecated_create_tracepoint_hook)
6637 (deprecated_delete_tracepoint_hook)
6638 (deprecated_modify_tracepoint_hook)
6639 (deprecated_trace_find_hook)
6640 (deprecated_trace_start_stop_hook): Deprecate.
6641 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6642 * remote.h (deprecated_target_resume_hook)
6643 (deprecated_target_wait_loop_hook): Deprecate.
6644 * gdbcore.h (deprecated_exec_file_display_hook)
6645 (deprecated_file_changed_hook): Deprecate.
6646 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6647 * defs.h (deprecated_modify_breakpoint_hook)
6648 (deprecated_command_loop_hook, deprecated_show_load_progress)
6649 (deprecated_print_frame_info_listing_hook)
6650 (deprecated_query_hook, deprecated_warning_hook)
6651 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6652 (deprecated_delete_breakpoint_hook)
6653 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6654 (deprecated_readline_begin_hook, deprecated_readline_hook)
6655 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6656 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6657 (deprecated_context_hook, deprecated_target_wait_hook)
6658 (deprecated_attach_hook, deprecated_detach_hook)
6659 (deprecated_call_command_hook, deprecated_set_hook)
6660 (deprecated_error_hook, deprecated_error_begin_hook)
6661 (deprecated_ui_load_progress_hook): Deprecate.
6662 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6663 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6664 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6665 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6666 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6667 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6668 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6669 * annotate.c, aix-thread.c: Update.
6670
6671 2004-04-21 Andrew Cagney <cagney@redhat.com>
6672
6673 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6674 * vaxnbsd-tdep.c: Include "gdb_string.h".
6675
6676 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6677 (add_symbol_file_from_memory_command): #if 0 function body, call
6678 error instead.
6679
6680 2004-04-21 Andrew Cagney <cagney@redhat.com>
6681
6682 * gdbcore.h: Update copyright.
6683 (deprecated_add_core_fns): Rename add_core_fns.
6684 * win32-nat.c (_initialize_core_win32): Update.
6685 * sun3-nat.c (_initialize_core_sun3): Update.
6686 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6687 * rs6000-nat.c (_initialize_core_rs6000): Update.
6688 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6689 * nto-tdep.c (_initialize_nto_tdep): Update.
6690 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6691 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6692 * mips-nat.c (_initialize_core_mips): Update.
6693 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6694 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6695 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6696 * lynx-nat.c (_initialize_core_lynx): Update.
6697 * irix5-nat.c (_initialize_core_irix5): Update.
6698 * i386-interix-nat.c (_initialize_core_interix): Update.
6699 * cris-tdep.c (_initialize_cris_tdep): Update.
6700 * corelow.c (deprecated_add_core_fns): Update.
6701 * core-regset.c (_initialize_core_regset): Update.
6702 * core-aout.c (_initialize_core_aout): Update.
6703 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6704 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6705 * alpha-nat.c (_initialize_core_alpha): Update.
6706
6707 2004-04-21 Jim Blandy <jimb@redhat.com>
6708
6709 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6710
6711 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6712
6713 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6714 Delete.
6715 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6716 (read_attribute_value): Update calls to dwarf_alloc_block.
6717 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6718 dwarf2_tmp_obstack.
6719 (psymtab_to_symtab_1): Likewise. Clean up using
6720 free_stack_comp_unit.
6721 (add_to_cu_func_list): Use the comp_unit_obstack.
6722
6723 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6724
6725 * dwarf2read.c (dwarf2_flag_true_p): New function.
6726 (die_is_declaration): Use the function above. Add some comments.
6727
6728 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6729
6730 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6731 architecture when registering sparcnbsd_core_osabi_sniffer.
6732 Adjust comment.
6733
6734 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6735
6736 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6737 return value.
6738
6739 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6740 * i386-tdep.c: Correct register numbering scheme comments
6741 throughout.
6742 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6743 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6744 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6745 (i386_gdb_arch_init): Likewise.
6746
6747 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6748 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6749 ppcnbsd-tdep.o.
6750
6751 * m68k-tdep.h: Tweak comments.
6752 * m68k-tdep.c: Tweak comment.
6753
6754 2004-04-17 Randolph Chung <tausq@debian.org>
6755
6756 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6757 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6758 (hppa_hpux_som_init_abi): Set is_elf to 0.
6759 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6760 * hppa-tdep.c (low_text_segment_address): Remove global.
6761 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6762 section offset to calculate segment address.
6763 (internalize_unwinds): Define low_text_segment_address as local and
6764 pass to record_text_segment_lowaddr for ELF targets.
6765 (hppa_gdbarch_init): Zero fill tdep structure.
6766 (hppa_dump_tdep): Print tdep structure.
6767 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6768
6769 2004-04-17 Randolph Chung <tausq@debian.org>
6770
6771 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6772 (hppa_gdbarch_init): Set pseudo_register_read.
6773 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6774 * regcache.c (supply_register): Remove check for
6775 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6776
6777 2004-04-17 Randolph Chung <tausq@debian.org>
6778
6779 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6780 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6781 (hpread_adjust_stack_address): Move to hpread.c.
6782 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6783 obj_private_struct): Move from tm-hppa.h.
6784 * hpread.c (hppa-tdep.h): Include.
6785 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6786 (hpread_read_function_type, hpread_read_doc_function_type)
6787 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6788 directly.
6789 * pa64solib.c (hppa-tdep.h): Include.
6790 * somsolib.c (hppa-tdep.h): Include.
6791 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6792 inferior_status): Remove unused forward declarations.
6793 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6794 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6795 obj_private_struct): Move to hppa-tdep.h.
6796 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6797
6798 2004-04-17 Randolph Chung <tausq@debian.org>
6799
6800 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6801 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6802 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6803 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6804 Remove forward declaration and make static.
6805 (hppa_reg_struct_has_addr): Remove.
6806
6807 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6808
6809 * observer.sh: Move comments in sed command to first column.
6810
6811 2004-04-16 Jason Molenda (jmolenda@apple.com)
6812
6813 * frame.c: Minor typeo corrections in comments.
6814
6815 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6816
6817 * observer.c (observer_test_first_notification_function): Update
6818 function profile.
6819 (observer_test_second_notification_function): Likewise.
6820 (observer_test_third_notification_function): Likewise.
6821
6822 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6823
6824 From Brian Ford <ford@vss.fsi.com>:
6825 * i386-tdep.c (i386_coff_init_abi): New function.
6826 * i386-tdep.h (i386_coff_init_abi): New prototype.
6827 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6828 register number translation functions for DWARF and DWARF 2.
6829
6830 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6831
6832 * dwarf2read.c: Back out my previous change, it was incorrect.
6833
6834 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6835
6836 * dwarf2read.c: Include "hashtab.h".
6837 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6838 has_namespace_info.
6839 (struct partial_die_info): Add comments. Use bitfields to reduce
6840 memory footprint. Add scope, scope_set, has_specification,
6841 spec_offset, die_parent, die_child, and die_sibling.
6842 (peek_die_abbrev): Add prototype.
6843 (partial_read_comp_unit_head): New function, broken out from
6844 dwarf2_build_psymtabs_hard.
6845 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6846 Use partial_read_comp_unit_head. Initialize the CU and
6847 comp_unit_obstack. Update calls to read_partial_die and
6848 scan_partial_symbols. Use free_stack_comp_unit and
6849 load_partial_dies.
6850 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6851 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6852 Update calls to helper functions. Remove NAMESPACE argument.
6853 Update comments.
6854 (partial_die_parent_scope, partial_die_full_name): New functions.
6855 (add_partial_symbol): Remove namespace argument. Update call to
6856 pdi_needs_namespace. Use partial_die_full_name. Handle
6857 DW_TAG_namespace. Check has_namespace_info flag.
6858 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6859 tag. Handle namespaces.
6860 (add_partial_namespace, add_partial_enumeration): Simplify.
6861 (guess_structure_name): New function, derived from
6862 add_partial_structure.
6863 (add_partial_structure): Remove.
6864 (determine_class_name): Update comment.
6865 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6866 (is_type_tag_for_partial, load_partial_dies): New functions.
6867 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6868 Record specifications instead of following them immediately.
6869 (find_partial_die_in_comp_unit, find_partial_die)
6870 (fixup_partial_die, free_stack_comp_unit)
6871 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6872 (partial_die_hash, partial_die_eq): New functions.
6873 * Makefile.in (hashtab_h): Define.
6874 (dwarf2read.o): Update dependencies.
6875 (observer_inc, observer_h): Move to the correct section.
6876
6877 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6878
6879 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6880 (die_is_declaration): Use the function above. Add comment.
6881
6882 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6883
6884 * dwarf2read.c (read_structure_scope): Identify stub types
6885 using die_is_declaration() only.
6886
6887 2004-04-15 Roland McGrath <roland@redhat.com>
6888
6889 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6890 argument instead of NAME.
6891 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6892 in call to symbol_file_add_with_addrs_or_offsets.
6893 (build_addr_info): New function, helper for ...
6894 (symbol_file_add_from_memory): New function.
6895 (add_symbol_file_from_memory_command): New function using that.
6896 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6897 (pre_add_symbol_hook): Add const to argument type.
6898 * symfile.h (symbol_file_add_from_memory): Declare it.
6899
6900 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6901
6902 * NEWS (New native configurations): Mention OpenBSD/vax.
6903 * configure.host: Add vax-*-openbsd*.
6904 * config/vax/obsd.mh: New file.
6905 * config/vax/nm-obsd.h: New file.
6906
6907 * vax-tdep.c: Include "regset.h".
6908 (vax_supply_gregset): New function.
6909 (vax_gregset): New variable.
6910 (vax_regset_from_core_section): New function.
6911 (vax_gdbarch_init): Set regset_from_core_section.
6912 * Makefile.in (vax-tdep.o): Update dependencies.
6913
6914 2004-04-15 Andrew Cagney <cagney@redhat.com>
6915
6916 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6917 (observer_normal_stop_notification_stub)
6918 (observer_attach_normal_stop, observer_detach_normal_stop):
6919 Delete, replaced by #include "observer.inc".
6920 * infrun.c (normal_stop): Pass "stop_bpstat" to
6921 observer_notify_normal_stop.
6922 * Makefile.in (observer_inc): Define.
6923 (observer.o): Update dependencies.
6924 (observer.h, observer.inc): New rules.
6925 * observer.h: Delete file.
6926 * observer.sh: New file.
6927
6928 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6929
6930 * vax-tdep.c (vax_frame_cache): Fix typo.
6931
6932 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6933
6934 * NEWS (New native configurations): Mention NetBSD/vax.
6935 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6936 * config/vax/nbsdelf.mh: New file.
6937 * config/vax/nbsdaout.mh: New file.
6938 * config/vax/nm-nbsd.h: New file.
6939 * config/vax/nm-nbsdaout.h: New file.
6940
6941 * vaxnbsd-tdep.c: New file.
6942 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6943 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6944 * config/vax/nbsd.mt: New file.
6945 * config/vax/tm-nbsd.h: New file.
6946
6947 * Makefile.in (vaxbsd-nat.o): New dependency.
6948
6949 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6950 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6951 struct_addr arguments. Don't push return value address.
6952 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6953 arguments to vax_store_arguments. Store return value address in
6954 R1.
6955 (vax_store_struct_return, vax_extract_return_value)
6956 (vax_store_return_value): Remove functions.
6957 (vax_return_value): New function.
6958 (vax_gdbarch_init): Set return value. Don't set
6959 deprecated_store_struct_return, deprecated_extract_struct_return
6960 and deprecated_store_return_value.
6961
6962 2004-04-14 Andreas Schwab <schwab@suse.de>
6963
6964 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6965 value buffer.
6966 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6967
6968 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6969
6970 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6971 (vax_unwind_dummy_id): New functions.
6972 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6973 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6974 variables.
6975 (vax_fix_call_dummy): Remove function.
6976 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6977 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6978 call_dummy_location, deprecated_call_dummy_words,
6979 deprecated_sizeof_call_dummy_words,
6980 deprecated_call_dummy_breakpoint_offset,
6981 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6982 and deprecated_dummy_write_sp.
6983
6984 2004-04-13 David Carlton <carlton@kealia.com>
6985
6986 * MAINTAINERS: Move myself to "paper trail" section.
6987
6988 2004-04-12 Mark Kettenis <kettenis@gnu.org>
6989
6990 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6991 "trad-frame.h".
6992 (vax_frame_init_saved_regs): Remove function.
6993 (vax_sigtramp_saved_pc): Remove function.
6994 (vax_frame_saved_pc): Remove function.
6995 (vax_frame_args_address): Remove function.
6996 (vax_frame_num_args): Rewrite.
6997 (vax_frame_chain): Remove function.
6998 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6999 VAX_FP_REGNUM.
7000 (vax_pop_frame): Likewise.
7001 (vax_saved_pc_after_call): Remove function.
7002 (struct vax_frame_cache): New structure.
7003 (vax_frame_cache): New function.
7004 (vax_frame_this_id): New function.
7005 (vax_frame_prev_register): New function.
7006 (vax_frame_unwind): New variable.
7007 (vax_frame_sniffer): New function.
7008 (vax_frame_base_address): New function.
7009 (vax_frame_args_address): New function.
7010 (vax_frame_base): New variable.
7011 (vax_unwind_pc): New function.
7012 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7013 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7014 deprecated_frame_chain, deprecated_frame_saved_pc,
7015 deprecated_frame_args_address and
7016 deprecated_frame_init_saved_regs.
7017 * Makefile.in (vax-tdep.o): Update dependencies.
7018
7019 * vaxbsd-nat.c: New file.
7020
7021 * vax-tdep.h: Update copyright year. Adjust comments.
7022 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7023 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7024 (vax_regnum): New enum. Replacing...
7025 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7026 (VAX_PS_REGNUM): ... these removed macros.
7027 * vax-tdep.c (vax_register_name): Remove prototype.
7028 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7029 (vax_register_byte, vax_register_raw_size,
7030 vax_register_virtual_size, vax_register_virtual_type): Remove
7031 functions.
7032 (vax_register_type): New function.
7033 (vax_breakpoint_from_pc): Reorganize.
7034 (vax_gdbarch_init): Set register_type. Don't set
7035 deprecated_register_size, deprecated_register_bytes,
7036 deprecated_register_byte, deprecated_register_raw_size,
7037 deprecated_max_register_raw_size,
7038 deprecated_register_virtual_size,
7039 deprecated_max_register_virtual_size and
7040 deprecated_register_virtual_type. Add comment on stack direction.
7041
7042 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7043
7044 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7045 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7046 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7047
7048 2004-04-10 Randolph Chung <tausq@debian.org>
7049
7050 * MAINTAINERS (write after approval): Add myself.
7051
7052 2004-04-07 Randolph Chung <tausq@debian.org>
7053
7054 * hppa-tdep.c (hppa_inner_than): Remove.
7055 (is_pa_2): Remove unused static variable.
7056 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7057
7058 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7059
7060 * language.h (language_defn): Add new la_post_parser field.
7061 * parser-defs.h (null_post_parser): New declaration (default for
7062 la_post_parser).
7063
7064 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7065 insert call to that function.
7066 (parse_exp_in_context): New function, including code formerly in
7067 parse_exp_1. Calls language-dependent post-parser after
7068 prefixification.
7069 (parse_expression_in_context): New exported function.
7070 (null_post_parser): New definition.
7071 * expression.h (parse_expression_in_context): Add declaration.
7072
7073 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7074 * c-lang.c (c_language_defn): Ditto.
7075 (cplus_language_defn): Ditto.
7076 (asm_language_defn): Ditto.
7077 (minimal_language_defn): Ditto.
7078 * f-lang.c (f_language_defn): Ditto.
7079 * jv-lang.c (java_language_defn): Ditto.
7080 * language.c (unknown_language_defn): Ditto.
7081 (auto_language_defn): Ditto.
7082 (local_language_defn): Ditto.
7083 * m2-lang.c (m2_language_defn): Ditto.
7084 * scm-lang.c (scm_language_defn): Ditto.
7085 * obj-lang.c (objc_language_defn): Ditto.
7086
7087 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7088
7089 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7090 (amd64nbsd_mcontext_addr): New function.
7091 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7092 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7093 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7094
7095 * corelow.c (core_xfer_partial): Fix coding standards violation.
7096 Add support for TARGET_OBJECT_WCOOKIE.
7097
7098 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7099 deprecated_pc_in_sigtramp.
7100 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7101 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7102 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7103 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7104 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7105 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7106 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7107
7108 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7109 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7110 Fix typo.
7111
7112 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7113 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7114 (amd64_collect_fxsave): Likewise.
7115
7116 * i386-sol2-tdep.c: Include "gdb_string.h".
7117 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7118 name.
7119 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7120
7121 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7122
7123 * i386-sol2-tdep.c: Include "solib-svr4.h".
7124 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7125 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7126 * config/i386/tm-i386sol2.h: Include :solib.h".
7127 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7128 solib-svr4.o and solib-legacy.o.
7129 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7130 solib-svr4.o.
7131
7132 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7133
7134 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7135 whether a register is supplied by PTRACE_GETFPREGS.
7136 (store_inferior_registers): Likewise.
7137 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7138 whether a register is supplied by PT_GETFPREGS.
7139 (store_inferior_registers): Likewise.
7140
7141 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7142 * config/i386/linux64.mt (TDEPFILES): Likewise.
7143
7144 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7145
7146 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7147 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7148 the program counter is in the range specified by `struct
7149 gdbarch_tdep'.
7150 * amd64-linux-tdep.c: Include "symtab.h".
7151 (amd64_linux_pc_in_sigtramp): Remove function.
7152 (amd64_linux_sigtramp_p): New function.
7153 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7154 deprecated_pc_in_sigtramp.
7155 * amd64nbsd-tdep.c: Include "symtab.h".
7156 (amd64nbsd_sigtramp_p): New function.
7157 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7158 deprecated_pc_in_sigtramp.
7159 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7160 few comments.
7161 (amd64obsd_pc_in_sigtramp): Remove function.
7162 (amd64obsd_sigtramp_p): New function.
7163 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7164 deprecated_pc_in_sigtramp.
7165 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7166 (i386bsd_pc_ins_sigtramp): Remove prototype.
7167 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7168 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7169 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7170 the program counter is in the range specified by `struct
7171 gdbarch_tdep'.
7172 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7173 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7174 (i386_go32_pc_in_sigtramp): Remove function.
7175 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7176 Initialize TDEP->sigtramp_p.
7177 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7178 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7179 deprecated_pc_in_sigtramp.
7180 * i386-linux-tdep.c: Adjust comments.
7181 (i386_linux_pc_in_sigtramp): Remove function.
7182 (i386_linux_sigtramp_p): New function.
7183 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7184 deprecated_pc_in_sigtramp.
7185 * i386-nto-tdep.c: Update copyright year.
7186 (i386nto_pc_in_sigtramp): Remove function.
7187 (i386nto_sigtramp_p): New function.
7188 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7189 SP_REGNUM.
7190 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7191 deprecated_pc_in_sigtramp.
7192 * i386-sol2-tdep.c: Update copyright year.
7193 (i386_sol2_pc_in_sigtramp): Remove function.
7194 (i386_sol2_sigtramp_p): New function.
7195 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7196 deprecated_pc_in_sigtramp.
7197 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7198 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7199 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7200 deprecated_sigtramp_start and deprecated_sigtramp_end.
7201 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7202 (i386nbsd_pc_in_sigtramp): Remove function.
7203 (i386nbsd_sigtramp_p): New function.
7204 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7205 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7206 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7207 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7208 (i386obsd_pc_in_sigtramp): Remove function.
7209 (i386obsd_sigtramp_p): New function.
7210 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7211 functions.
7212 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7213 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7214 TDEP->sigtramp_p.
7215 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7216 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7217 dependencies.
7218
7219 * config/i386/i386aout.mt: Remove file.
7220
7221 * configure.tgt: Remove i[34567]86-*-go32*,
7222 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7223 and i[34567]86-*-isc*. Set gdb_target to i386 for
7224 i[34567]86-*-netware* and i[34567]86-*-*.
7225 * config/i386/i386.mt: New file.
7226 * config/i386/embed.mt: Remove file.
7227 * config/i386/go32.mt: Remove file.
7228 * config/i386/i386nw.mt: Remove file.
7229 * config/i386/i386v.mt: Remove file.
7230 * config/i386/tm-go32.h: Remove file.
7231
7232 * tui/tui-hooks.c: Include "readline/readline.h" after
7233 "gdb_curses.h" instead of before.
7234 * tui/tui-io.c: Likewise.
7235
7236 * tui/tui.c: Fix typo in comment.
7237
7238 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7239
7240 2004-04-08 Andrew Cagney <cagney@redhat.com>
7241
7242 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7243 (deprecated_exception_support_initialized): Declare.
7244 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7245 (initialize_hp_cxx_exception_support)
7246 (child_enable_exception_callback): Update.
7247 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7248 (deprecated_exception_support_initialized): Rename
7249 deprecated_exception_catchpoints_are_fragile and
7250 deprecated_exception_support_initialized.
7251 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7252
7253 * symtab.c (deprecated_hp_som_som_object_present): Rename
7254 hp_som_som_object_present.
7255 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7256 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7257 Update. Delete extern declaration.
7258 * valops.c (hp_som_som_object_present): Ditto.
7259 * parse.c (deprecated_hp_som_som_object_present)
7260 (parse_nested_classes_for_hpacc): Ditto.
7261 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7262 * hppa-hpux-tdep.c (hp_som_som_object_present)
7263 (initialize_hp_cxx_exception_support): Ditto.
7264 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7265 * cp-valprint.c (hp_som_som_object_present)
7266 (cp_print_class_method): Ditto.
7267 * c-typeprint.c (hp_som_som_object_present):
7268 (c_type_print_base): Ditto.
7269 * c-exp.y (hp_som_som_object_present): Ditto.
7270
7271 2004-04-08 Andrew Cagney <cagney@redhat.com>
7272
7273 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7274 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7275 (frame_unwind_find_by_frame): Re-implement the unwind code so
7276 that it can both prepend and append sniffers. Replace
7277 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7278 * tramp-frame.c (tramp_frame_append): Use
7279 frame_unwind_prepend_unwinder.
7280 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7281 frame_unwind_register_unwinder.
7282 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7283 tramp_frame_append.
7284 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7285 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7286 (mips_linux_init_abi): Update.
7287
7288 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7289
7290 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7291 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7292 file support.
7293
7294 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7295
7296 * ia64-tdep.c (elf.h): Don't include.
7297 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7298
7299 2004-04-07 Jason Molenda (jmolenda@apple.com)
7300
7301 * frame.h: Typeo corrections in comments.
7302
7303 2004-04-07 Jim Blandy <jimb@redhat.com>
7304
7305 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7306 %esp and %ebp
7307
7308 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7309
7310 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7311 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7312 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7313 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7314 and solib-legacy.o.
7315 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7316 solib-svr4.o.
7317 * config/sparc/tm-sol2.h: Update copyright year. Include
7318 "solib.h".
7319
7320 * sparc-sol2-tdep.c: Update copyright year. Include
7321 "solib-svr4.h".
7322 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7323 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7324 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7325 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7326 dependencies.
7327
7328 2004-04-06 Andrew Cagney <cagney@redhat.com>
7329
7330 * infttrace.c: Include "infttrace.h".
7331 * infttrace.h: Include "target.h".
7332 * Makefile.in (infttrace_h): Update.
7333 (infttrace.o): Update.
7334
7335 2004-04-06 Andrew Cagney <cagney@redhat.com>
7336
7337 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7338 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7339 move extern declarations from here ...
7340 * infttrace.h: ... to here.
7341 * Makefile.in (hppah-nat.o): Update dependencies.
7342
7343 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7344 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7345 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7346 (hppa_breakpoint_from_pc): Delete.
7347
7348 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7349
7350 2004-04-05 Andrew Cagney <cagney@redhat.com>
7351
7352 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7353 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7354 <sys/file.h>.
7355
7356 2004-04-06 Randolph Chung <tausq@debian.org>
7357
7358 Committed by Andrew Cagney (mechanical change).
7359 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7360 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7361 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7362 child_enable_exception_callback, current_ex_event,
7363 null_symtab_and_line, child_get_current_exception_event,
7364 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7365 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7366 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7367 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7368 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7369 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7370 Move hpux-specific definitions ...
7371 * hppa-hpux-tdep.c: ... to here.
7372
7373 2004-04-05 Andrew Cagney <cagney@redhat.com>
7374
7375 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7376 skip_prologue_using_sal.
7377
7378 2004-04-05 Andrew Cagney <cagney@redhat.com>
7379
7380 * config/i386/tm-i386.h: Delete file.
7381 * config/i386/tm-vxworks.h: Update copyright, do not include
7382 "tm-i386.h".
7383 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7384 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7385 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7386 * config/i386/ncr3000.mt (TM_FILE): Delete.
7387 * config/i386/interix.mt (TM_FILE): Delete.
7388 * config/i386/i386v.mt (TM_FILE): Delete.
7389 * config/i386/i386nw.mt (TM_FILE): Delete.
7390 * config/i386/i386gnu.mt (TM_FILE): Delete.
7391 * config/i386/i386aout.mt (TM_FILE): Delete.
7392 * config/i386/embed.mt (TM_FILE): Delete.
7393
7394 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7395
7396 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7397 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7398 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7399 (accg7_regnum): New constants.
7400 (last_spr_regnum, last_pseudo_regnum): Update.
7401 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7402 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7403 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7404 for accg registers.
7405 (frv_register_sim_regno): Update spr_map[].
7406
7407 2004-04-04 Andrew Cagney <cagney@redhat.com>
7408
7409 * config/mips/xm-riscos.h: Delete.
7410 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7411 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7412 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7413 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7414 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7415 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7416 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7417 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7418 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7419 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7420 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7421 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7422 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7423 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7424 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7425 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7426 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7427 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7428 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7429 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7430 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7431 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7432 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7433 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7434 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7435 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7436
7437 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7438 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7439 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7440 * configure.host: Remove m680[01]0-sun-sunos3*,
7441 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7442 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7443 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7444 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7445 mips-*-riscos*.
7446 * NEWS: Mention removed systems.
7447
7448 2004-04-04 Andrew Cagney <cagney@redhat.com>
7449
7450 GDB 6.1 release created from 6.1 branch.
7451
7452 2004-04-04 Andrew Cagney <cagney@redhat.com>
7453
7454 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7455 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7456 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7457
7458 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7459 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7460 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7461
7462 2004-04-03 Jim Blandy <jimb@redhat.com>
7463
7464 * MAINTAINERS: Chris Faylor has changed employers; add him to
7465 "paper trail" section, and update his E-mail address.
7466
7467 2004-04-03 Andrew Cagney <cagney@redhat.com>
7468
7469 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7470 generic dummy frames.
7471 * dummy-frame.c: Update copyright.
7472 (dummy_frame_sniffer): Delete check for generic dummy frames.
7473
7474 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7475 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7476 (REG_PARM_STACK_SPACE): Delete.
7477 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7478 Inline reference to REG_PARM_STACK_SPACE.
7479
7480 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7481 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7482 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7483 (FRAME_BASE_BEFORE_SIGTRAMP)
7484 (hppa32_hpux_frame_base_before_sigtramp)
7485 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7486 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7487 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7488 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7489 (FRAME_BASE_BEFORE_SIGTRAMP)
7490 (hppa64_hpux_frame_base_before_sigtramp)
7491 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7492
7493 2004-04-03 Andrew Cagney <cagney@redhat.com>
7494
7495 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7496
7497 2004-04-02 Andrew Cagney <cagney@redhat.com>
7498
7499 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7500 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7501 * dummy-frame.h: Delete out-of-date comments.
7502 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7503 * gdbarch.h, gdbarch.c: Re-generate.
7504
7505 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7506
7507 Committed by Andrew Cagney <cagney@redhat.com>.
7508 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7509 into account an instruction saving a register if we have already
7510 seen an earlier instruction saving that same register.
7511
7512 2004-04-02 Andrew Cagney <cagney@redhat.com>
7513
7514 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7515 * gdbarch.h, gdbarch.c: Re-generate.
7516 * frame.c (legacy_get_prev_frame): Delete references to
7517 DEPRECATED_INIT_FRAME_PC_FIRST.
7518
7519 * infrun.c (pc_in_sigtramp): Delete function.
7520 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7521 get_frame_type.
7522
7523 2004-04-02 Andrew Cagney <cagney@redhat.com>
7524
7525 * infrun.c (handle_step_into_function): Delete code conditional on
7526 legacy_frame_p.
7527 (handle_inferior_event, step_over_function): Ditto.
7528
7529 2004-04-02 Andrew Cagney <cagney@redhat.com>
7530
7531 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7532 "previous frame inner to this frame" test.
7533
7534 2004-04-02 Andrew Cagney <cagney@redhat.com>
7535
7536 * frame.c (safe_frame_unwind_memory): New function.
7537 * frame.h (safe_frame_unwind_memory): Declare. Update description
7538 of /safe_/ methods.
7539 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7540 "next_frame". Use safe_frame_unwind_memory.
7541 (tramp_frame_sniffer): Update call to tramp_frame_start.
7542
7543 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7544
7545 * dwarf2read.c (dwarf2_objfile_data_key): New.
7546 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7547 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7548 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7549 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7550 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7551 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7552 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7553 Remove variables.
7554 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7555 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7556 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7557 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7558 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7559 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7560 Remove macros.
7561 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7562 data.
7563 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7564 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7565 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7566 (read_partial_die, read_full_die, read_indirect_string)
7567 (dwarf_decode_line_header, dwarf_decode_macros)
7568 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7569 Update uses of removed variables.
7570 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7571 of removed macros.
7572 (_initialize_dwarf2_read): New function.
7573 * symfile.h (dwarf2_has_info): Update prototype.
7574 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7575 * elfread.c (elf_symfile_read): Likewise.
7576
7577 2004-04-01 Jim Blandy <jimb@redhat.com>
7578
7579 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7580 function for register numbers on all the rs6000-derived targets.
7581 (rs6000_gdbarch_init): Don't register a separate
7582 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7583 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7584 variants.
7585
7586 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7587 numbering.
7588
7589 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7590
7591 * valarith.c: Update copyright notice.
7592 (value_add): Handle range types.
7593 (value_sub): Ditto.
7594 (value_equal): Ditto.
7595 (value_less): Ditto.
7596 (value_neg): Ditto.
7597 (value_complement): Ditto.
7598 (value_binop): Simplify slightly by using is_integral_type and
7599 eliminiating unnecessary COERCE_ENUMs.
7600
7601 2004-03-31 Andrew Cagney <cagney@redhat.com>
7602
7603 * frame.h (frame_unwind_id): Declare.
7604 * frame.c (frame_unwind_id): New function.
7605 (get_prev_frame_1): New function.
7606 (frame_debug_got_null_frame): New function.
7607 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7608 code proper to prev_frame, update description.
7609 * infrun.c (step_over_function): Use frame_unwind_id.
7610
7611 2004-04-31 J. Brobecker <brobecker@gnat.com>
7612
7613 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7614 (hppa64_push_dummy_call): Likewise.
7615
7616 2004-03-30 Jim Blandy <jimb@redhat.com>
7617
7618 From Ulrich Weigand:
7619 * utils.c (query): Do not use a va_list variable multiple times.
7620
7621 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7622
7623 * Makefile.in (linux_nat_h): Update dependencies.
7624 * configure.in: Check for <gnu/libc-version.h>.
7625 * configure: Regenerate.
7626 * config.in: Regenerate.
7627 * linux-nat.h: Include "target.h". Add waitstatus field to
7628 struct lwp_info.
7629 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7630 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7631 to.
7632 (lin_lwp_handle_extended): New function. Handle clone events.
7633 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7634 thread exit events.
7635 (child_wait): Handle clone events.
7636 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7637 * linux-nat.c (linux_enable_event_reporting): Turn on
7638 PTRACE_O_TRACECLONE.
7639 (linux_handle_extended_wait): Handle clone events.
7640 * thread-db.c: Include <gnu/libc-version.h>.
7641 (struct private_thread_info): Add dying flag.
7642 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7643 higher.
7644 (attach_thread): Update comments. Handle dying threads.
7645 (detach_thread): Set the dying flag.
7646 (check_event): Always call attach_thread.
7647
7648 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7649
7650 * mips-tdep.c (mips_pdr_data): New.
7651 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7652 (_initialize_mips_tdep): Initialize mips_pdr_data.
7653
7654 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7655
7656 * minsyms.c (install_minimal_symbols): Move dropping leading
7657 char from linkage name from here...
7658 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7659 test for "__gnu_compiled*" symbols.
7660
7661 2004-03-28 Jim Blandy <jimb@redhat.com>
7662
7663 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7664 registers to temp register r0 and byte stores as prologue
7665 instructions.
7666
7667 2004-03-28 Andrew Cagney <cagney@redhat.com>
7668
7669 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7670 arm*-*-*.
7671
7672 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7673
7674 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7675 and switch the layout to force a display of register window.
7676
7677 2004-02-26 J. Brobecker <brobecker@gnat.com>
7678
7679 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7680 of the INTEGER class.
7681
7682 2004-03-26 Jim Blandy <jimb@redhat.com>
7683
7684 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7685 bytes long on PPC GNU/Linux.
7686
7687 2004-03-26 David Carlton <carlton@kealia.com>
7688
7689 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7690
7691 2004-03-25 Andrew Cagney <cagney@redhat.com>
7692
7693 * PROBLEMS: Add general section titles, remove references to
7694 specific releases.
7695
7696 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7697
7698 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7699 INT_REGISTER_SIZE.
7700 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7701 FP_REGISTER_VIRTUAL_SIZE.
7702 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7703 of DEPRECATED_REGISTER_RAW_SIZE.
7704 (arm_register_type): Add gdbarch argument.
7705 (arm_register_raw_size, arm_register_virtual_size): Delete.
7706 (arm_register_byte, arm_extract_return_value)
7707 (arm_store_return_value, arm_get_longjmp_target): Update references
7708 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7709 (arm_gdbarch_init): Likewise. Don't set
7710 deprecated_register_raw_size, deprecated_register_virtual_size,
7711 deprecated_max_register_raw_size,
7712 deprecated_max_register_virtual_size, or
7713 deprecated_max_register_virtual_type. Do set register_type.
7714 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7715 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7716 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7717 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7718 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7719 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7720 INT_REGISTER_SIZE.
7721 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7722 (remote_rdp_store_register): Likewise.
7723
7724 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7725
7726 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7727 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7728 to after osabi initialization.
7729 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7730 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7731 functions.
7732 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7733 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7734 variables.
7735 (mips_linux_init_abi): Append signal trampoline unwinders.
7736
7737 2004-03-24 Andrew Cagney <cagney@redhat.com>
7738
7739 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7740 * tramp-frame.c: Include "gdb_assert.h".
7741 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7742 correct sizeof.
7743 (tramp_frame_append): Validate the tramp frame's instructions.
7744 * Makefile.in (tramp-frame.o): Update dependencies.
7745
7746 2004-03-23 Andrew Cagney <cagney@redhat.com>
7747
7748 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7749
7750 2004-03-23 Andrew Cagney <cagney@redhat.com>
7751
7752 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7753 Nasser as past testsuite/lib/ (and other) maintainers.
7754
7755 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7756
7757 * infcmd.c (attach_command): Reread symbols if we already have
7758 an exec file.
7759
7760 2004-03-23 Andrew Cagney <cagney@redhat.com>
7761
7762 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7763
7764 2004-03-23 Andrew Cagney <cagney@redhat.com>
7765
7766 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7767 * gdbarch.h, gdbarch.c: Re-generate.
7768 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7769 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7770 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7771 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7772 (DEPRECATED_SIGTRAMP_START): Update.
7773 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7774 (DEPRECATED_SIGTRAMP_START): Update.
7775 * blockframe.c (find_pc_sect_partial_function): Update.
7776 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7777
7778 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7779
7780 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7781 if necessary.
7782
7783 2004-03-23 Andrew Cagney <cagney@redhat.com>
7784
7785 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7786 predicate, deprecate.
7787 * gdbarch.h, gdbarch.c: Re-generate.
7788 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7789 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7790 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7791 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7792 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7793 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7794 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7795 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7796 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7797 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7798 * blockframe.c (find_pc_partial_function): Update.
7799 * breakpoint.c (bpstat_what): Update.
7800 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7801 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7802 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7803 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7804 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7805 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7806 * i386-nto-tdep.c (i386nto_init_abi): Update.
7807 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7808 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7809 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7810 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7811 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7812 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7813 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7814 * infrun.c (pc_in_sigtramp): Update.
7815 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7816 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7817 * mips-tdep.c (mips_gdbarch_init): Update.
7818 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7819 * ppc-linux-tdep.c: Update comment.
7820 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7821 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7822 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7823 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7824 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7825 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7826 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7827 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7828 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7829 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7830
7831 2004-03-23 Andrew Cagney <cagney@redhat.com>
7832
7833 * tramp-frame.h, tramp-frame.h: New files.
7834 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7835 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7836
7837 * Makefile.in: Update all dependencies.
7838
7839 2004-03-23 Andrew Cagney <cagney@redhat.com>
7840
7841 * Makefile.in (trad_frame_h): Add $(frame_h).
7842 * trad-frame.h: Update copyright. Include "frame.h".
7843 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7844 (trad_frame_set_id, trad_frame_get_id): Declare.
7845 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7846 * trad-frame.c: Update copyright.
7847 (struct trad_frame_cache): Define.
7848 (trad_frame_cache_zalloc): New function.
7849 (trad_frame_set_id, trad_frame_get_id): New functions.
7850 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7851
7852 2004-03-22 Andrew Cagney <cagney@redhat.com>
7853
7854 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7855 s390_pltstub_unwind_cache.
7856 (s390_stub_frame_unwind_cache): Rename
7857 s390_pltstub_frame_unwind_cache.
7858 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7859 (s390_stub_frame_prev_register): Rename
7860 s390_pltstub_frame_prev_register.
7861 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7862 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7863
7864 From Ulrich Weigand:
7865 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7866 pointer calls like PLT calls.
7867
7868 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7869
7870 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7871 PC rather than the partial function start address. Use the start
7872 address to sanity check the found PDR.
7873
7874 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7875
7876 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7877 linux_handle_extended_wait.
7878
7879 2004-03-22 Andrew Cagney <cagney@redhat.com>
7880
7881 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7882 function.
7883
7884 * frame.h (generic_pop_current_frame): Delete declaration.
7885 (deprecate_pop_dummy_frame): Deprecate
7886 generic_pop_dummy_frame.
7887 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7888 (generic_pop_current_frame): Delete function.
7889 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7890 generic_pop_current_frame.
7891 * v850-tdep.c (v850_pop_frame): Update.
7892 * mcore-tdep.c (mcore_pop_frame): Update.
7893 * sh64-tdep.c (sh64_pop_frame): Update.
7894 * h8300-tdep.c (h8300_pop_frame): Update.
7895
7896 2004-03-22 Andrew Cagney <cagney@redhat.com>
7897
7898 * frame.h (deprecated_pc_in_call_dummy): Rename
7899 generic_pc_in_call_dummy.
7900 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7901 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7902 generic_pc_in_call_dummy.
7903 (pc_in_dummy_frame): Make static.
7904 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7905 * gdbarch.h, gdbarch.c: Re-generate.
7906 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7907 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7908 (legacy_get_prev_frame): Ditto.
7909 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7910 comment.
7911
7912 2004-03-21 Andrew Cagney <cagney@redhat.com>
7913
7914 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7915 declaration and out-of-date comment.
7916 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7917 Delete function.
7918 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7919 deprecated_pc_in_call_dummy.
7920
7921 * infrun.c (handle_inferior_event): For non legacy frames, use the
7922 frame ID and frame type to identify a signal trampoline. Update
7923 comments.
7924
7925 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7926
7927 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7928 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7929
7930 2004-03-21 Andrew Cagney <cagney@redhat.com>
7931
7932 * frame-unwind.h: Update copyright.
7933 (struct frame_data): Add opaque declaration.
7934 (frame_sniffer_ftype): Declare.
7935 (struct frame_unwind): Add "unwind_data" and "sniffer".
7936 (frame_unwind_register_unwinder): Declare.
7937 (frame_unwind_find_by_frame): Add parameter "this_cache".
7938 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7939 (legacy_get_prev_frame, legacy_get_prev_frame)
7940 (get_frame_type): Pass the prologue_cache to
7941 frame_unwind_find_by_frame.
7942 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7943 "unwinder".
7944 (frame_unwind_register_unwinder): New function.
7945 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7946
7947 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7948
7949 * bcache.c (print_percentage): Use floating point to avoid
7950 incorrect results when portion*100 overflows.
7951
7952 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7953
7954 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7955 (ppc_linux_init_extra_frame_info)
7956 (ppc_linux_frameless_function_invocation)
7957 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7958 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7959 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7960 (rs6000_frame_chain): Delete declarations.
7961 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7962 (ppc_linux_init_extra_frame_info)
7963 (ppc_linux_frameless_function_invocation)
7964 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7965 (ppc_linux_init_abi): Remove registration of above deleted functions.
7966 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7967 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7968 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7969 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7970 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7971 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7972 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7973 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7974 frame management for all OSABIs.
7975
7976 2004-03-19 Andrew Cagney <cagney@redhat.com>
7977
7978 Committed by Kevin Buettner <kevinb@redhat.com>.
7979
7980 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7981 Update copyright.
7982 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7983 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7984 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7985 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7986 unwinders. #ifdef legacy frame code.
7987 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7988 "frame-base.h".
7989 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7990 (struct rs6000_frame_cache, rs6000_frame_cache)
7991 (rs6000_frame_this_id, rs6000_frame_prev_register)
7992 (rs6000_frame_sniffer, rs6000_frame_unwind)
7993 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7994 (rs6000_frame_base): Implement a traditional frame unwinder.
7995 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7996 frame unwinder.
7997
7998 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7999
8000 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8001 breakpoint address for watchpoints or the catch eventpoints.
8002 Add new paramter ``bptype''. Adjust all callers.
8003
8004 2004-03-19 Andrew Cagney <cagney@redhat.com>
8005
8006 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8007
8008 * PROBLEMS: Delete note that ARM does not use frame code, problem
8009 fixed.
8010
8011 2004-03-18 Andrew Cagney <cagney@redhat.com>
8012
8013 * stack.c (return_command): Delete code wrapped in #ifdef
8014 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8015
8016 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8017
8018 2004-03-18 Andrew Cagney <cagney@redhat.com>
8019
8020 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8021 DEPRECATED_IN_SIGTRAMP.
8022 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8023 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8024 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8025 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8026 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8027 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8028 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8029 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8030 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8031 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8032
8033 2004-03-18 Andrew Cagney <cagney@redhat.com>
8034
8035 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8036 (struct frame_base_table_entry): Define.
8037 (struct frame_base_table): Re-implement as a linked list.
8038 (frame_base_init): Re-implement.
8039 (frame_base_table): Delete function.
8040 (append_predicate): Delete function.
8041 (frame_base_append_sniffer): Update.
8042 (frame_base_set_default): Update.
8043 (frame_base_find_by_frame): Update.
8044 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8045 * Makefile.in (frame-base.o): Update dependencies.
8046
8047 2004-03-17 Andrew Cagney <cagney@redhat.com>
8048
8049 * frame.c (legacy_get_prev_frame): Pass correct frame to
8050 frame_unwind_find_by_frame.
8051
8052 2004-03-17 David Carlton <carlton@kealia.com>
8053
8054 * NEWS: Mention C++ nested types and namespaces
8055
8056 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8057
8058 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8059 and "Regressions since gdb 5.3.". Add known regressions since
8060 gdb 6.0.
8061
8062 2004-03-16 David Carlton <carlton@kealia.com>
8063
8064 * dwarf2read.c (process_structure_scope): Process children even
8065 when we're a declaration.
8066
8067 2004-03-16 Andrew Cagney <cagney@redhat.com>
8068
8069 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8070 * blockframe.c (find_pc_partial_function)
8071 (find_pc_sect_partial_function): Merge into a single
8072 find_pc_partial_function.
8073
8074 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8075
8076 * i386bsd-nat.c: s/regno/regnum/g.
8077 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8078 FP0_REGNUM.
8079 (store_inferior_registers): Likewise.
8080
8081 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8082
8083 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8084 of i387_fill_fsave.
8085 (store_inferior_registers): Call i387_collect_fsave and
8086 i387_collect_fxsave instead of i387_fill_fsave and
8087 i387_fill_fxsave.
8088
8089 2004-03-15 Andrew Cagney <cagney@redhat.com>
8090
8091 * Makefile.in (frame-unwind.o): Update dependencies.
8092 * frame-unwind.c: Include "gdb_obstack.h".
8093 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8094 parameter.
8095 (append_predicate): Delete function.
8096 (struct frame_unwind_table_entry): New structure.
8097 (struct frame_unwind_table): Replace "sniffer" with "head" and
8098 "tail".
8099 (frame_unwind_append_sniffer): Update.
8100 (frame_unwind_find_by_frame): Update.
8101 (_initialize_frame_unwind): Registe frame_unwind_init using
8102 gdbarch_data_register_pre_init.
8103
8104 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8105
8106 * i386bsd-nat.c: Update copyright year.
8107 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8108 define unconditionally.
8109
8110 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8111
8112 * i387-tdep.h (i387_collect_fsave): New prototype.
8113 * i387-tdep.c (i387_collect_fsave): New function containing most
8114 of the code from i387_fill_fsave.
8115 (i387_fill_fsave): Call i387_collect_fsave.
8116
8117 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8118
8119 * i386-linux-tdep.c: Update copyright year.
8120 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8121 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8122 svr4_ilp32_link_map_offsets instead of
8123 i386_linux_svr4_fetch_link_map_offsets.
8124
8125 2004-03-15 David Carlton <carlton@kealia.com>
8126
8127 Fix for PR c++/1553:
8128 * dwarf2read.c (read_structure_type): Determine type name by
8129 calling determine_class_name.
8130 (determine_class_name): New.
8131 (determine_prefix): Look at TYPE_TAG_NAME and call
8132 determine_class_name when appropriate.
8133 (determine_prefix_aux, class_name): Delete.
8134 (read_namespace): Set die->type.
8135
8136 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8137
8138 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8139 unused macro definition. The definition in target.h (or perhaps
8140 elsewhere) takes precedence.
8141
8142 2004-03-15 Andrew Cagney <cagney@redhat.com>
8143
8144 * ppc-tdep.h: Update copyright.
8145 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8146 function signatures to match "regsets.h".
8147 * ppc-linux-tdep.c: Include "regset.h".
8148 (ELF_GREGSET_SIZE): Delete.
8149 (right_supply_register): New function.
8150 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8151 using right_supply_register.
8152 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8153 functions.
8154 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8155 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8156 (_initialize_ppc_linux_tdep): Do not register
8157 ppc_linux_regset_core_fns.
8158 (ppc_linux_regset_from_core_section): Replace
8159 fetch_core_registers.
8160 (ppc_linux_regset_core_fns): Delete.
8161 * ppc-linux-nat.c: (right_fill_reg): New function.
8162 (supply_gregset): Update call to ppc_linux_supply_gregset.
8163 (fill_gregset): Clear the register set, use right_fill_reg.
8164 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8165 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8166
8167 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8168 unsigned.
8169
8170 2004-03-15 Andrew Cagney <cagney@redhat.com>
8171
8172 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8173 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8174 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8175 and register_gdbarch_data.
8176 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8177 (struct gdbarch_data): Replace "init" by "pre_init" and
8178 "post_init".
8179 * gdbarch.h, gdbarch.c: Re-generate.
8180 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8181 with"obstack", use OBSTACK_ZALLOC.
8182 (dwarf2_frame_ops): Delete.
8183 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8184 (dwarf2_frame_init_reg): Use gdbarch_data.
8185 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8186 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8187 (_initialize_svr4_solib): Update.
8188 * user-regs.c (_initialize_user_regs): Update.
8189 * reggroups.c (_initialize_reggroup): Update.
8190 * regcache.c (_initialize_regcache): Update.
8191 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8192 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8193 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8194 * frame-unwind.c (_initialize_frame_unwind): Update.
8195 * frame-base.c (_initialize_frame_base): Update.
8196 * user-regs.c (user_reg_add): Update.
8197 * reggroups.c (reggroup_add): Update.
8198 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8199 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8200 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8201 * frame-base.c (frame_base_table): Update.
8202 * remote.c (_initialize_remote): Update.
8203 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8204
8205 2004-03-15 Andrew Cagney <cagney@redhat.com>
8206
8207 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8208
8209 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8210
8211 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8212 * frv-linux-tdep.c: New file.
8213 * frv-tdep.c (struct gdbarch_tdep): Add new field
8214 ``sigcontext_reg_addr''.
8215 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8216 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8217 (frv_sigramp_frame_sniffer): New functions.
8218 (frv_sigtramp_frame_unwind): New static global.
8219 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8220 sniffers.
8221 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8222 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8223
8224 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8225
8226 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8227 but not via a call to error(), when unable to read memory.
8228
8229 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8230
8231 * frv-tdep.c (frv_call_dummy_words): Delete.
8232 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8233
8234 2004-03-15 Andrew Cagney <cagney@redhat.com>
8235
8236 * infrun.c (handle_step_into_function, step_over_function): Only
8237 update and use STEP_FRAME_ID when the system is using legacy
8238 frames. Update comments.
8239
8240 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8241
8242 * amd64-linux-tdep.h: Remove file.
8243 * amd64-linux-tdep.c: Don't include "inferior.h" and
8244 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8245 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8246 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8247 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8248 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8249 macros.
8250 (user_to_gdb_regmap): Remove variable.
8251 (amd64_linux_gregset_reg_offset): New variable.
8252 (amd64_core_fns): Remove variable.
8253 (fetch_core_registers): Remove function.
8254 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8255 functions.
8256 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8257 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8258 * Makefile.in (amd64_linux_tdep_h): Remove.
8259 (amd64-linux-nat.o): Update dependencies.
8260 (amd64-linux-tdep.o): Update dependencies.
8261
8262 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8263 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8264 functions.
8265 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8266
8267 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8268 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8269
8270 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8271
8272 * dwarf2read.c (read_structure_type): Rename from
8273 read_structure_scope. Don't create a symbol or call process_die.
8274 Return immediately if die->type is set. Call read_type_die before
8275 dwarf2_add_member_fn.
8276 (process_structure_scope): New function.
8277 (read_enumeration_type, process_enumeration_scope): New functions,
8278 broken out from read_enumeration. Don't create the enumeration
8279 type if it has already been created.
8280 (read_enumeration): Removed.
8281 (process_die): Call read_structure_type, process_structure_scope,
8282 read_enumeration_type, and process_enumeration_scope. Just call
8283 new_symbol for base and subrange types. Add a comment about other
8284 type dies.
8285 (read_type_die): Call read_enumeration_type.
8286 (add_partial_structure, new_symbol): Update comments.
8287
8288 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8289
8290 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8291
8292 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8293
8294 * tui/tui-win.h (tui_get_cmd_list): Declare.
8295 * tui/tui-win.c (tui_command): New function.
8296 (tui_get_cmd_list): New function.
8297 (_initialize_tui_win): Moved initialization of tui command in
8298 tui_get_cmd_list.
8299
8300 * tui/tui-data.c (init_content_element): Setup new data members.
8301 (init_win_info): Likewise.
8302 (free_content_elements): Free it.
8303 * tui/tui-data.h (struct tui_data_element): Store the register
8304 content to print.
8305 (struct tui_data_info): Keep the current register group.
8306
8307 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8308
8309 * tui/tui-regs.h (tui_show_registers): Update prototype.
8310 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8311 (tui_resize_all): No need to calculate anything for register window.
8312 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8313 (tui_set_register_element, tui_set_general_regs_content): Remove.
8314 (tui_set_special_regs_content): Remove.
8315 (tui_set_general_and_special_regs_content): Remove.
8316 (tui_set_float_regs_content): Remove.
8317 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8318 (tui_set_regs_content): Remove.
8319 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8320 (tui_v_show_registers_command_support): Remove.
8321 (tui_show_registers): Use a reggroup to specify the registers to show.
8322 (tui_show_register_group): New function.
8323 (tui_display_registers_from): Compute the layout of register window
8324 and refresh with new API; be sure to delete old register windows.
8325 (tui_check_register_values): Update to use tui_get_register and
8326 tui_display_data.
8327 (tui_display_register): Just refresh the register window part.
8328 (tui_register_format): Format registers and save in tui_data_element.
8329 (tui_get_register): New to combine tui_reg_value_has_changed and
8330 tui_get_register_raw_value; fix to use the new gdb API.
8331 (tui_show_float_command): Renamed tui_reg_float_command.
8332 (tui_show_general_command): Renamed tui_reg_general_command.
8333 (tui_show_special_command): Renamed tui_reg_system_command.
8334 (_initialize_tui_regs): Remove unused commands.
8335
8336 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8337
8338 * NEWS (New native configurations): Mention OpenBSD/amd64.
8339
8340 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8341 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8342 Remove defines.
8343 * config/i386/nm-fbsd64.h: Likewise.
8344 * config/i386/nm-obsd.h: Likewise.
8345 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8346 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8347
8348 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8349
8350 * frv-tdep.c (set_variant_scratch_registers): New function.
8351 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8352 New constants.
8353
8354 From Richard Sandiford <rsandifo@redhat.com>:
8355 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8356
8357 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8358
8359 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8360 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8361 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8362 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8363 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8364 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8365 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8366 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8367 definitions from frv-tdep.c to frv-tdep.h.
8368
8369 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8370
8371 Add shared library support for FR-V FDPIC ABI:
8372 * Makefile.in (solib-frv.o): Add dependencies.
8373 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8374 New functions.
8375 (frv_push_dummy_call): Add support for FDPIC ABI.
8376 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8377 for FDPIC ABI.
8378 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8379 (frv_fdpic_find_canonical_descriptor): Declare.
8380 * solib-frv.c: New file.
8381 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8382 * config/frv/tm-frv.h (solib.h): Include.
8383
8384 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8385
8386 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8387 (frv-tdep.o): Update dependencies.
8388 * frv-tdep.h: New file.
8389 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8390 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8391 constants.
8392 (struct gdbarch_tdep): Add new member ``frv_abi''.
8393 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8394 functions.
8395 (new_variant): Set ``frv_abi'' field.
8396 (gdb_arch_init): Detect FDPIC executables.
8397
8398 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8399
8400 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8401 wrapper.
8402
8403 2004-03-11 Andrew Cagney <cagney@redhat.com>
8404
8405 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8406
8407 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8408
8409 * solist.h (master_so_list): New function.
8410 * solib.c (master_so_list): Likewise.
8411 * solib-svr4.c (enable_break): Iterate over so_list entries
8412 obtained from master list instead of entries obtained directly
8413 via svr4_current_sos().
8414
8415 2004-03-10 Ben Elliston <bje@gnu.org>
8416
8417 * MAINTAINERS: Update my mail address.
8418
8419 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8420
8421 * remote-m32r-sdi.c: Support hardware watchpoint.
8422
8423 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8424
8425 * user-regs.c: Update copyright years.
8426 (struct user_regs): Rename to gdb_user_regs.
8427 (append_user_reg, builtin_user_regs, user_regs_init)
8428 (user_reg_add, user_reg_map_name_to_regnum)
8429 (usernum_to_user_reg): Update.
8430
8431 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8432
8433 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8434 (skip_children): New functions.
8435 (locate_pdi_sibling): Call skip_children.
8436
8437 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8438
8439 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8440 * gdbtypes.c (check_typedef): Update comments.
8441
8442 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8443
8444 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8445 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8446 pointer. Update comment about comp_unit_head.
8447 (struct abbrev_info): Shorten two int flags.
8448 (dwarf_alloc_abbrev): Take a CU argument.
8449 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8450 each time through the loop. Update cleanup argument.
8451 (psymtab_to_symtab_1): Update cleanup call.
8452 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8453 abbrev_obstack.
8454 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8455 Just call obstack_free and clear the pointer.
8456
8457 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8458
8459 * infrun.c (handle_inferior_event): Remove short-circuit code for
8460 events in a different thread.
8461
8462 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8463
8464 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8465 print the whole transfer.
8466 (initialize_targets): Update description of "set debug target".
8467
8468 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8469
8470 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8471
8472 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8473
8474 * MAINTAINERS (write after approval): Add myself.
8475
8476 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8477
8478 * sh-tdep.c (sh_print_registers_info): Use for loop.
8479 Don't skip multiple registers when a float register is encountered.
8480
8481 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8482
8483 Fix PR tdep/1291.
8484 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8485 to official SH documentation.
8486
8487 2004-03-07 Andrew Cagney <cagney@redhat.com>
8488
8489 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8490 unused function.
8491
8492 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8493
8494 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8495 (arm_get_next_pc): Handle BX and BLX.
8496
8497 2004-03-07 Andrew Cagney <cagney@redhat.com>
8498
8499 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8500 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8501 HPPA_SP_REGNUM.
8502 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8503 (hppa_target_read_fp): Delete.
8504 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8505 register_virtual_size, max_register_raw_size,
8506 max_register_virtual_size, register_byte, register_size,
8507 target_read_fp, fp_regnum, and register_bytes. Set register_type
8508 instead of register_virtual_type.
8509 (hppa32_register_type, hppa64_register_type): Replace
8510 hppa32_register_virtual_type and hppa64_register_virtual_type.
8511 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8512 (HPPA_FP_REGNUM): Define.
8513
8514 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8515
8516 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8517 (pa_do_registers_info): Delete.
8518 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8519 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8520 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8521
8522 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8523 GDB_TARGET_IS_HPPA code.
8524 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8525 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8526 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8527 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8528 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8529 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8530 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8531 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8532 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8533 (hppa_frameless_function_invocation, hppa64_store_return_value)
8534 (hppa_store_struct_return, hppa64_extract_return_value)
8535 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8536 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8537 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8538 (find_proc_framesize, deposit_21, restore_pc_queue)
8539 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8540 (rp_saved, pc_in_linker_stub): Delete.
8541
8542 Unconditionally enable 64-bit frame and ABI code.
8543 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8544 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8545 push_dummy_frame, fix_call_dummy, push_arguments,
8546 call_dummy_location, extract_return_value, use_struct_convention,
8547 store_return_value, store_struct_return, saved_pc_after_call,
8548 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8549 frame_chain, frame_chain_valid, frameless_function_invocation,
8550 frame_saved_pc, and pop_frame.
8551
8552 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8553 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8554 (hppa_gdbarch_init): Do not set PC_REGNUM.
8555
8556 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8557
8558 * config/alpha/tm-fbsd.h: Remove file.
8559 * config/alpha/fbsd.mt: Tweak comment.
8560 (TM_FILE): Set to tm-alpha.h.
8561
8562 2004-03-05 Andrew Cagney <cagney@redhat.com>
8563
8564 * infrun.c (step_over_function): When non-legacy code, and no
8565 step_frame_id, use the unwinder to get the caller's frame ID.
8566
8567 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8568
8569 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8570 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8571 bfd_arch_unknown. Adjust comment.
8572
8573 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8574 * i386obsd-tdep.c: Correct spelling in comment.
8575 * i386nbsd-tdep.c: Correct spelling in comment.
8576 * sparc-tdep.c: Correct spelling in comments.
8577
8578 2004-03-05 David Carlton <carlton@kealia.com>
8579
8580 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8581 bug.
8582
8583 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8584
8585 * sparc-tdep.c: Fix typo in comment.
8586
8587 2004-03-04 J. Brobecker <brobecker@gnat.com>
8588
8589 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8590
8591 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8592
8593 * dwarf2read.c: Add comment describing memory lifetimes.
8594 (struct dwarf2_pinfo): Update comment.
8595 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8596 (read_enumeration, new_symbol): Don't use obsavestring.
8597
8598 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8599
8600 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8601 instead of amd64_fill_fxsave.
8602 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8603 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8604
8605 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8606 Reorganize code a bit.
8607
8608 2004-03-04 Orjan Friberg <orjanf@axis.com>
8609
8610 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8611 when the frame pointer is pushed. Don't set the frame pointer's
8612 address on the stack unless it's actually located there.
8613 Set the SRP's address on the stack correctly when the PC is still in
8614 the prologue.
8615 (cris_return_value): New function.
8616 (cris_gdbarch_init): Clear deprecated store_return_value,
8617 extract_return_value.
8618
8619 2004-03-02 Jim Blandy <jimb@redhat.com>
8620
8621 * stabsread.c (reg_value_complaint): The maximum register number
8622 is one less than the number of registers.
8623
8624 2004-03-02 Andrew Cagney <cagney@redhat.com>
8625
8626 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8627 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8628 trailing comma and redundant assignment of I386_ST0_REGNUM.
8629 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8630 32-bit segment registers.
8631
8632 2004-03-01 Andrew Cagney <cagney@redhat.com>
8633
8634 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8635 use frame_relative_level and get_next_frame.
8636
8637 2004-02-29 Andrew Cagney <cagney@redhat.com>
8638
8639 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8640 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8641 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8642 Delete macro.
8643
8644 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8645
8646 * inflow.c (terminal_inferior): Don't give up the terminal if we
8647 previously couldn't get the inferior's terminal state.
8648
8649 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8650
8651 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8652 PC_REGNUM.
8653
8654 2004-02-28 Andrew Cagney <cagney@redhat.com>
8655
8656 * NEWS: Refer to GDB 6.1.
8657 * README: Refer to GDB 6.1.
8658 * PROBLEMS: Refer to GDB 6.1.
8659
8660 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8661
8662 * thread-db.c (disable_thread_signals): Remove unused function.
8663
8664 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8665
8666 * amd64-nat.c: Include "gdb_string.h".
8667 (amd64_collect_native_gregset): Zero-extend the 32-bit
8668 general-purpose registers and %eip.
8669
8670 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8671 * amd64-tdep.c (amd64_collect_fxsave): New function.
8672 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8673
8674 * i387-tdep.h: Update copyright year.
8675 (i387_collect_fxsave): New prototype.
8676 * i387-tdep.c: Update copyright year.
8677 (i387_collect_fxsave): New function containing most of the code
8678 from i387_fill_fxsave.
8679 (i387_fill_fxsave): Call i387_collect_fxsave.
8680
8681 2004-02-28 Andrew Cagney <cagney@redhat.com>
8682
8683 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8684 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8685
8686 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8687
8688 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8689
8690 2004-02-28 Andrew Cagney <cagney@redhat.com>
8691
8692 * utils.c: Use "", instead of <>, to include readline.
8693 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8694 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8695 * source.c, solib.c, exec.c, event-top.c: Ditto.
8696 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8697 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8698 * Makefile.in: Update all dependencies.
8699 (readline_tilde_h, readline_history_h): Define.
8700 (readline_headers): Delete.
8701
8702 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8703
8704 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8705 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8706 "config/i386/tm-lx64.h".
8707
8708 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8709 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8710 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8711
8712 2004-02-28 Andrew Cagney <cagney@redhat.com>
8713
8714 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8715
8716 * breakpoint.c (_initialize_breakpoint): Use
8717 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8718 Add help to show command.
8719
8720 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8721
8722 * i386-nat.c: Reformat to be closer to coding standards.
8723 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8724 `retval'. Make variables `align' and `size' local to while-loop.
8725 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8726 (_initialize_i386_nat): New prototype.
8727
8728 * tui/tui.c: Include <readline/readline.h> instead of
8729 "readline/readline.h". Include it after <term.h> and
8730 "gdb_curses.h".
8731
8732 2004-02-27 Andrew Cagney <cagney@redhat.com>
8733
8734 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8735 the new frame unwind code.
8736 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8737 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8738 PCOQ_HEAD_REGNUM.
8739
8740 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8741 "return_value" and "push_dummy_call".
8742 (hppa32_use_struct_convention): Delete unused function.
8743 (hppa32_store_return_value): Delete unused function.
8744 (hppa32_extract_return_value): Delete unused function.
8745 (hppa32_stack_align): Delete function.
8746
8747 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8748
8749 * coffread.c (enter_linenos): Don't let rawptr reference memory
8750 outside linetab[]'s limits.
8751
8752 2004-02-27 Andrew Cagney <cagney@redhat.com>
8753
8754 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8755 inferior stack space - the stack needs to grow upwards.
8756 (hppa32_frame_align): New function.
8757 (hppa64_frame_align): Replace hppa_frame_align.
8758 (hppa_gdbarch_init): Update.
8759
8760 2004-02-26 Orjan Friberg <orjanf@axis.com>
8761
8762 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8763 (dwarf2-frame.h): Include.
8764 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8765 Remove static variables related to ABI setting.
8766 (struct gdbarch_tdep): Remove cris_abi member.
8767 (struct frame_extra_info): Remove.
8768 (cris_unwind_cache, stack_item): New structs.
8769 (cris_frame_unwind, cris_frame_base): New variables.
8770 (push_stack_item, pop_stack_item)
8771 (cris_frame_unwind_cache, cris_frame_this_id)
8772 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8773 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8774 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8775 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8776 (cris_reg_struct_has_addr): New functions.
8777 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8778 (cris_frame_saved_pc, cris_saved_pc_after_call,
8779 (cris_store_struct_return, cris_frameless_function_invocation)
8780 (cris_pop_frame, cris_skip_prologue_main)
8781 (cris_abi_original_store_return_value)
8782 (cris_abi_v2_store_return_value)
8783 (cris_abi_original_extract_return_value)
8784 (cris_abi_v2_extract_return_value)
8785 (cris_abi_original_reg_struct_has_addr)
8786 (cris_abi_v2_reg_struct_has_addr)
8787 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8788 (cris_push_return_address, cris_abi_update): Remove.
8789 (_initialize_cris_tdep): Remove ABI command.
8790 (cris_dump_tdep): Ditto.
8791 (cris_gdbarch_init): Remove ABI command.
8792 Set store_return_value, extract_return_value, push_dummy_code,
8793 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8794 frame_unwind_append_sniffer, frame_base_set_default.
8795 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8796 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8797 sizeof_call_dummy_words, get_saved_register, push_return_address,
8798 pop_frame, store_struct_return, frame_init_saved_regs,
8799 init_extra_frame_info, frameless_function_invocation, frame_chain,
8800 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8801 dummy_write_sp.
8802
8803 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8804
8805 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8806 * valprint.c (print_hex_chars): Change from static to external.
8807 (print_char_chars): New function.
8808 * printcmd.c (print_scalar_formatted): For integer and enum types
8809 that are longer than LONGEST, perform processing via appropriate
8810 print_*_chars routines.
8811
8812 2004-02-26 Andrew Cagney <cagney@redhat.com>
8813
8814 * Makefile.in: Update dependencies.
8815 Changes from Ulrich Weigand,
8816 * s390-tdep.c: Include "dwarf2-frame.h".
8817 (s390_dwarf2_frame_init_reg): New function.
8818 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8819 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8820
8821 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8822
8823 * breakpoint.c (pending_break_support): New setting variable.
8824 (break_command_1): Account for pending_break_support setting
8825 when creating pending breakpoints.
8826 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8827 (_initialize_breakpoint): Add "set breakpoint pending" and
8828 "show breakpoint pending" commands.
8829
8830 2004-02-26 Andrew Cagney <cagney@redhat.com>
8831
8832 Fix PR i18n/1570.
8833 * charset.c (backslashable, backslashed, represented): Remove 'e'
8834 from list of escaped characters, not part of ISO-C.
8835
8836 2004-02-25 J. Brobecker <brobecker@gnat.com>
8837
8838 From Peter Schauer <schauer@pdf.de>:
8839 * tui/tui.c: Move system header includes after local includes.
8840 Fixes a build failure on solaris systems.
8841
8842 2004-02-25 J. Brobecker <brobecker@gnat.com>
8843
8844 * configure.in: Refine the previous change.
8845 * configure: Regenerate.
8846
8847 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8848
8849 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8850 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8851 "amd64-tdep.h" instead of "x86-64-tdep.h".
8852 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8853 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8854 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8855 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8856 and "x86-64-tdep.c".
8857 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8858 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8859 and "x86-64-tdep.c".
8860 * amd64bsd-nat.c: Update copyright year.
8861 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8862 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8863 "x86-64-tdep.h".
8864 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8865 "x86-64-tdep.h".
8866 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8867 "x86-64-tdep.h".
8868 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8869 "x86-64-tdep.h".
8870 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8871 "x86-64-tdep.h".
8872 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8873 "x86-64-tdep.h".
8874 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8875 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8876 * Makefile.in (amd64_linux_tdep_h): Renamed from
8877 x86_64_linux_tdep_h.
8878 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8879 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8880 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8881 (amd64obsd-tdep.o): Update dependencies.
8882 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8883 dependencies.
8884 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8885 dependencies.
8886 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8887 amd64-linux-nat.c amd64-linux-tdep.c.
8888 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8889 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8890 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8891 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8892 amd64-tdep.o and amd64-linux-tdep.o.
8893 (TM_FILE): Set to tm-linux64.h.
8894 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8895 (NAT_FILE): Set to nm-linux64.h.
8896 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8897 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8898 amd64-tdep.o.
8899 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8900 amd64-tdep.o.
8901 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8902 amd64-tdep.o.
8903
8904 2004-02-25 Roland McGrath <roland@redhat.com>
8905
8906 * remote.c (remote_protocol_qPart_auxv): New variable.
8907 (init_all_packet_configs): Initialize it.
8908 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8909 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8910 (show_remote_cmd): Call it.
8911 (_initialize_remote): Initialize commands.
8912 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8913 service TARGET_OBJECT_AUXV requests.
8914
8915 2004-02-25 J. Brobecker <brobecker@gnat.com>
8916
8917 * configure.in: Make sure that the wborder function is available.
8918 Otherwise, search for it in the cur_colr library.
8919 * configure: Regenerate.
8920
8921 2004-02-25 Andrew Cagney <cagney@redhat.com>
8922
8923 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8924
8925 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8926
8927 * config/i386/tm-x86-64linux.h: Tweak comments.
8928
8929 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8930
8931 * MAINTAINERS: Add self to write-after-approval list.
8932
8933 2004-02-25 Andrew Cagney <cagney@redhat.com>
8934
8935 PR cli/1566. Problem found, and fix suggested by David Allan.
8936 * cli/cli-script.c (execute_control_command): Unconditionally
8937 install a cleanup. Default "ret" to "invalid_control". Use
8938 "break" instead of "return" to escape from the switch.
8939
8940 2004-02-24 J. Brobecker <brobecker@gnat.com>
8941
8942 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8943 with the lines macro defined in term.h on AiX.
8944 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8945 a collision with the label_width macro defined in term.h on AiX.
8946
8947 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8948
8949 Committed by Kevin Buettner <kevinb@redhat.com>.
8950
8951 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8952 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8953 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8954 instead of ia64_write_pc().
8955 * ia64-linux-tdep.c (regcache.h): Include.
8956 (ia64_linux_write_pc): New function.
8957
8958 2004-02-23 Roland McGrath <roland@redhat.com>
8959
8960 * auxv.c (info_auxv_command): Fix typos in error messages.
8961
8962 2004-02-23 Mark Kettenis <kettenis@gnu.org>
8963
8964 * x86-64-tdep.h: Tweak comment.
8965 (enum amd64_regnum): New.
8966 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8967 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8968 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8969 (X86_64_XMM1_REGNUM): Removed.
8970 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8971 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8972 prototypes for renamed functions.
8973 * x86-64-tdep.c: Fix typo.
8974 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8975 register numbers.
8976 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8977 Use constants from `enum amd64_regnum' for register numbers.
8978 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8979 (amd64_analyze_prologue, amd64_frame_cache,
8980 amd64_sigtramp_frame_cache): Use constants from `enum
8981 amd64_regnum' for register numbers.
8982 (amd64_supply_fpregset): Adjust for renamed functions.
8983 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8984 `enum amd64_regnum' for register numbers.
8985 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8986 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8987 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8988 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8989 (amd64_linux_fill_gregset): Adjust for renamed macros.
8990 (fetch_core_registers): Adjust for renamed functions.
8991 (amd64_linux_init_abi): Adjust for renamed functions.
8992 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8993 renamed functions.
8994 * amd64-nat.c: Adjust for renamed macros.
8995 * amd64bsd-nat.c (fetch_inferior_registers)
8996 (store_inferior_registers): Use constants from `enum amd64_regnum'
8997 for register numbers. Adjust for renamed variables.
8998 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8999 renamed variables.
9000 (_initialize_amd64fbsd_nat): Use constants from `enum
9001 amd64_regnum' for register numbers.
9002 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9003 `enum amd64_regnum' for register numbers.
9004 (amd64fbsd_init_abi): Adjust for renamed functions.
9005 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9006 `enum amd64_regnum' for register numbers.
9007 (amd64nbsd_init_abi): Adjust for renamed functions.
9008 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9009 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9010 `enum amd64_regnum' for register numbers.
9011 (amd64obsd_init_abi): Adjust for renamed functions.
9012 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9013
9014 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9015
9016 * breakpoint.c (print_one_breakpoint): Do not output spaces
9017 after printing <PENDING> for a pending breakpoint.
9018
9019 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9020
9021 * printcmd.c (print_scalar_formatted): Initialize val_long
9022 to remove compiler warning message.
9023
9024 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9025
9026 * defs.h (nquery, yquery): New prototypes.
9027 * breakpoint.c (break_command_1): Use new nquery interface.
9028 * utils.c (defaulted_query, nquery, yquery): New functions.
9029
9030 2004-02-23 Andrew Cagney <cagney@redhat.com>
9031
9032 * hppa-tdep.c (hppa_frame_align): New function.
9033 (hppa32_push_dummy_call): New function.
9034 (hppa64_push_dummy_call): New function.
9035 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9036 disabled.
9037
9038 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9039 FIX_CALL_DUMMY when push_dummy_call is available.
9040 (call_function_by_hand, push_dummy_code): Ditto.
9041
9042 2004-02-22 Andrew Cagney <cagney@redhat.com>
9043
9044 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9045 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9046 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9047 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9048 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9049 call_dummy_location to ON_STACK.
9050
9051 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9052
9053 * x86-64-linux-tdep.c: Tweak comment.
9054 (amd64_linux_supply_gregset): Renamed from
9055 x86_64_linux_supply_gresget.
9056 (amd64_linux_fill_gregset): Renamed from
9057 x86_64_linux_fill_gregset.
9058 (fetch_core_registers): Adjust for renamed functions.
9059 (amd64_core_fns): Renamed from x86_64_core_fns.
9060 (amd64_linux_sigtramp_start): Renamed from
9061 x86_64_linux_sigtramp_start.
9062 (amd64_linux_pc_in_sigtramp): Renamed from
9063 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9064 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9065 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9066 (amd64_linux_sigcontext_addr): Renamed from
9067 x86_64_linux_sigcontext_addr.
9068 (amd64_linux_sc_reg_offset): Renamed from
9069 x86_64_linux_sc_reg_offset.
9070 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9071 Adjust for renamed functions and variables.
9072 (_initialize_amd64_linux_tdep): Renamed from
9073 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9074 variables.
9075 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9076 Adjust for renamed functions.
9077
9078 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9079 from x86_64_linux_gregset64_reg_offset.
9080 (amd64_linux_gregset32_reg_offset): Rename from
9081 x86_64_linux_gregset64_reg_offset.
9082 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9083 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9084 (amd64_linux_dr_set_control): Renamed from
9085 x86_64_linux_dr_set_control. Adjust for renamed functions.
9086 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9087 Adjust for renamed functions.
9088 (amd64_linux_dr_reset_addr): Renamed from
9089 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9090 (amd64_linux_dr_get_status): Renamed from
9091 x86_64_linux_dr_get_status. Adjust for renamed functions.
9092 (_initialize_amd64_linux_nat): Renamed from
9093 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9094 functions.
9095 * config/i386/nm-x86-64linux.h: Update copyright year.
9096 Adjust for renamed functions.
9097
9098 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9099 amd64fbsd_sigtramp_start.
9100 (amd64fbsd_sigtramp_end_addr): Renamed from
9101 amd64fbsd_sigtramp_end.
9102 (amd64fbsd_init_abi): Adjust for renamed variables.
9103 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9104 variables.
9105 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9106 amd64fbsd_sigtramp_start.
9107 (amd64fbsd_sigtramp_end_addr): Renamed from
9108 amd64fbsd_sigtramp_end.
9109
9110 2004-02-22 Andrew Cagney <cagney@redhat.com>
9111
9112 * hppa-tdep.c (hppa32_return_value): New function.
9113 (hppa64_return_value): New function.
9114 (hppa_gdbarch_init): Set return_value; keep disabled.
9115
9116 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9117 struct-return and inferior function call methods.
9118
9119 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9120 "frame-base.h".
9121 (struct hppa_frame_cache): Define.
9122 (hppa_frame_cache, hppa_frame_this_id): New functions.
9123 (hppa_frame_prev_register): New function.
9124 (hppa_frame_unwind, hppa_frame_base): New variables.
9125 (hppa_frame_unwind_sniffer): New function.
9126 (hppa_frame_base_address, hppa_unwind_pc): New function.
9127 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9128 sniffer, and frame base sniffer; keep disabled.
9129 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9130 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9131
9132 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9133 to predicates for "seriously old code".
9134
9135 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9136 runtime if(0).
9137
9138 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9139 unsigned.
9140 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9141
9142 * config/pa/tm-hppa.h: Update copyright.
9143 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9144 (deprecated_init_frame_pc_default): Delete declaration.
9145 (hppa_frame_init_saved_regs): Delete declaration.
9146 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9147 * hppa-tdep.c: Include "arch-utils.h".
9148 (hppa_gdbarch_init): Set deprecated init_frame_pc
9149 and deprecated frame_init_saved_regs.
9150 (hppa_frame_init_saved_regs): Make static.
9151
9152 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9153
9154 Remove old 386BSD support.
9155 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9156 * configure.host: Remove i[34567]86-*-bsd*.
9157 * configure.tgt: Remove i[34567]86-*-bsd*.
9158 * i386b-nat.c: Removed.
9159 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9160 (i386b-nat.o): Remove dependencies.
9161
9162 * config/i386/i386bsd.mh: Removed.
9163 * config/i386/i386bsd.mt: Removed.
9164 * config/i386/nm-i386bsd.h: Removed.
9165 * config/i386/tm-i386bsd.h: Removed.
9166 * config/i386/xm-i386bsd.h: Removed.
9167
9168 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9169
9170 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9171 (amd64fbsd_init_abi): Set link map offsets.
9172 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9173 (amd64nbsd_init_abi): Set link map offsets.
9174 * amd64obsd-tdep.c: Include "solib-svr4.h".
9175 (amd64obsd_init_abi): Set link map offsets.
9176 * i386fbsd-tdep.c: Include "solib-svr4.h".
9177 (i386fbsd_init_abi): Set link map offsets.
9178 * i386nbsd-tdep.c: Include "solib-svr4.h".
9179 (i386nbsdelf_init_abi): Set link map offsets.
9180 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9181 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9182 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9183 solib-legacy.o and core-aout.o. Reformat.
9184 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9185 solib-svr4.o, solib-legacy.o. Reformat.
9186 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9187 * config/i386/nbsdelf.mh: Reformat.
9188 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9189 solib-svr4.o, solib-legacy.o and corelow.o.
9190 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9191 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9192 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9193 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9194 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9195 (TM_FILE): Set to tm-fbsd.h.
9196 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9197 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9198 solib-svr4.o.
9199 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9200 solib-svr4.o.
9201 (TM_FILE): Set to nm-nbsd.h.
9202 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9203 Simplify shared library support. Don't include "elf/common.h".
9204 (SVR4_SHARED_LIBS): Don't define.
9205 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9206 "solib.h".
9207 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9208 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9209 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9210 Don't include "i386/tm-i386.h". Include "solib.h".
9211 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9212 Don't include "i386/tm-i386.h".
9213 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9214 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9215 Include "i386/xm-i386.h".
9216 (HOST_LONG_DOUBLE_FORMAT): Remove.
9217
9218 Fix OpenBSD/i386 sigtramp recognition.
9219 * i386-tdep.h: Update copyright year.
9220 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9221 (i386bsd_sigtramp_end): New prototypes.
9222 (i386fbsd_sigtramp_start_addr): Renamed from
9223 i386fbsd_sigtramp_start.
9224 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9225 (i386obsd_sigtramp_start_addr): Renamed from
9226 i386obsd_sigtramp_start.
9227 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9228 * i386bsd-tdep.c: Update copyright year.
9229 (i386bsd_pc_in_sigtramp): Make public.
9230 * i386fbsd-nat.c: Update copyright year.
9231 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9232 * i386fbsd-tdep.c: Update copyright year.
9233 (i386fbsd_sigtramp_start_addr): Renamed from
9234 i386fbsd_sigtramp_start.
9235 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9236 (i386fbsdaout_init_abi): Adjust for renamed variables.
9237 * i386obsd-nat.c: Update copyright year.
9238 (_initialize_i386obsd_nat): Adjust for renamed variables.
9239 * i386obsd-tdep.c: Include "target.h".
9240 (i386obsd_page_size): New variable.
9241 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9242 (i386obsd_sigtramp_end): New functions.
9243 (i386obsd_sigtramp_start_addr): Renamed from
9244 i386obsd_sigtramp_start.
9245 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9246 (i386obsd_init_abi): Adjust for renamed variables. Set
9247 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9248 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9249
9250 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9251 trampoline change in OpenBSD kernel.
9252
9253 * amd64-nat.c: Update copyright year.
9254 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9255 architecture from REGCACHE.
9256
9257 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9258 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9259
9260 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9261
9262 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9263 i[34567]86-*-openbsd3.[0-3].
9264 * config/i386/obsdaout.mh: New file.
9265
9266 * config/i386/obsd.mh (MH_FLAGS): Remove.
9267
9268 Fix PR build/1549.
9269 * i386obsd-tdep.c: Update copyright years. Include
9270 "solib-svr4.h".
9271 (i386obsd_init_abi): Don't set regset_from_core_section here.
9272 (i386obsd_aout_init_abi): New function. Set
9273 regset_from_core_section here.
9274 (i386obsd_elf_init_abi): New function.
9275 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9276 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9277 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9278 (TM_FILE): Set to tm-nbsd.h.
9279
9280 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9281 solib-sunos.o.
9282
9283 * solib-svr4.h: Update copyright year.
9284 (svr4_ilp32_fetch_link_map_offsets)
9285 (svr4_lp64_fetch_link_map_offsets): New prototype.
9286 * solib-svr4.c: Update copyright year.
9287 (svr4_ilp32_fetch_link_map_offsets)
9288 (svr4_lp64_fetch_link_map_offsets): New function.
9289
9290 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9291
9292 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9293 to the partial symbol table.
9294
9295 2004-02-20 J. brobecker <brobecker@gnat.com>
9296
9297 * PROBLEMS: Add description of problem documented under gdb/1560.
9298
9299 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9300
9301 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9302 comments.
9303 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9304 functions.
9305 (amd64obsd_init_abi): Reorder initializations. Use
9306 amd64obsd_r_reg_offset to initialize the general-purpose register
9307 set details. Set regset_from_core_section.
9308 (_initialize_amd64obsd_tdep): Rename from
9309 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9310 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9311 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9312
9313 * NEWS (New native configurations): Mention OpenBSD/alpha.
9314 * configure.tgt: Add alpha*-*-openbsd*.
9315 * configure.host: Add alpha*-*-openbsd*.
9316 * alphanbsd-tdep.c: Update copyright year.
9317 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9318
9319 2004-02-20 Andrew Cagney <cagney@redhat.com>
9320
9321 Fix PR tdep/1372.
9322 * configure.tgt: Delete target "none-*-*".
9323 * configure.host: Delete host "none-*-*".
9324 * config/none/none.mh: Delete file.
9325 * config/none/none.mt: Delete file.
9326 * config/none/xm-none.h: Delete file.
9327 * config/none/tm-none.h: Delete file.
9328 * config/none/nm-none.h: Delete file.
9329
9330 2004-02-19 Fred Fish <fnf@redhat.com>
9331
9332 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9333 cache->uses_fp prior to setting it.
9334
9335 2004-02-19 Fred Fish <fnf@redhat.com>
9336
9337 Fix for PR breakpoint/1558.
9338 * sh-tdep.c (IS_JSR): New macro.
9339 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9340
9341 2004-02-19 Jim Blandy <jimb@redhat.com>
9342
9343 * findvar.c (value_from_register): Doc fix.
9344
9345 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9346
9347 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9348 type being greater than sizeof of host's LONGEST. Always use
9349 unpack_long() unless format 'f' chosen.
9350
9351 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9352
9353 Committed by Elena Zannoni <ezannoni@redhat.com>
9354
9355 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9356 contains a symbol wich is the best, non-exact match for the given
9357 pc. Update comments.
9358
9359 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9360
9361 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9362 macro, which was part of the now removed Mach 3 port.
9363 * utils.c (request_quit): Ditto.
9364
9365 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9366
9367 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9368 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9369
9370 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9371
9372 Committed by Mark Kettenis <kettenis@gnu.org>.
9373
9374 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9375 Define.
9376
9377 2004-02-18 Andrew Cagney <cagney@redhat.com>
9378
9379 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9380 CONFIG_INSTALL and CONFIG_UNINSTALL.
9381 * configure: Re-generate.
9382 * interps.h (INTERP_TUI): Define.
9383 * Makefile.in: Update dependencies.
9384 (TUI): New macro.
9385 (tui-main.o): Specify dependencies.
9386 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9387 * tui/tui-main.c: New file.
9388
9389 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9390
9391 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9392 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9393 dependencies.
9394 * configure.host: Add x86_64-*-openbsd*.
9395 * configure.tgt: Add x86_64-*-openbsd*.
9396 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9397
9398 * tui/tui.c: Don't include <malloc.h>.
9399
9400 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9401 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9402 amd64nbsd-tdep.c.
9403
9404 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9405 static. Remove extraneous whitespace.
9406 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9407 static.
9408
9409 2004-02-17 Jim Blandy <jimb@redhat.com>
9410
9411 * findvar.c (value_from_register): Doc fix.
9412
9413 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9414
9415 Committed by Jim Blandy <jimb@redhat.com>.
9416
9417 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9418 CORE_ADDR as type for selectors. Correct types for GNU run time
9419 message lookup function to use double indirection.
9420 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9421 * objc-lang.h (lookup_child_selector): Adapt prototype.
9422
9423 * s390-nat.c (SUBOFF): New macro.
9424 (supply_gregset, fill_gregset): Use it to handle debugging
9425 of 32-bit exectuables running under a 64-bit kernel.
9426 * s390-tdep.c: Include "solib-svr4.h".
9427 (s390_svr4_fetch_link_map_offset): New function.
9428 (s390x_svr_fetch_link_map_offset): Likewise.
9429 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9430 * Makefile.in (s390-tdep.o): Update dependencies.
9431
9432 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9433 "frame-unwind.h".
9434 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9435 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9436 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9437 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9438 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9439 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9440 S390_SIGNAL_FRAMESIZE,
9441 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9442 (struct frame_extra_info): Remove.
9443 (s390_memset_extra_info): Remove.
9444 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9445 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9446 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9447 (is_rse): Renamed to ...
9448 (is_rsy): ... this. Support long displacements.
9449 (is_rxe): Renamed to ...
9450 (is_rxy): ... this. Support long displacements.
9451 (compute_x_addr): Support long displacements.
9452 (struct s390_prologue_data): New data type.
9453 (s390_on_stack): Change API to use struct s390_prologue_data.
9454 (s390_store): Reimplement.
9455 (s390_load): New function.
9456 (s390_get_signal_frame_info): Remove.
9457 (s390_get_frame_info): Remove, replace by ...
9458 (s390_analyze_prolog): ... this new function.
9459 (s390_check_function_end): Remove.
9460 (s390_function_start): Remove.
9461 (s390_frameless_function_invokation): Remove.
9462 (s390_is_sigreturn): Remove.
9463 (s390_init_frame_pc_first): Remove.
9464 (s390_init_frame_extra_info): Remove.
9465 (s390_frame_init_saved_regs): Remove.
9466 (s390_frame_saved_pc_nofix): Remove.
9467 (s390_frame_saved_pc): Remove.
9468 (s390_frame_chain): Remove.
9469 (s390_fp_regnum, s390_read_fp): Remove.
9470 (s390_pop_frame_regular, s390_pop_frame): Remove.
9471 (s390_saved_pc_after_call): Remove.
9472 (s390_skip_prologue): Reimplement.
9473 (s390_in_function_epilogue_p): Support long displacements.
9474 (struct s390_unwind_cache): New data structure.
9475 (s390_frame_unwind_cache): New function.
9476 (s390_prologue_frame_unwind_cache): Likewise.
9477 (s390_backchain_frame_unwind_cache): Likewise.
9478 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9479 (s390_frame_unwind): Define.
9480 (s390_frame_sniffer): New function.
9481 (struct s390_pltstub_unwind_cache): New data structure.
9482 (s390_pltstub_frame_unwind_cache): New function.
9483 (s390_pltstub_frame_this_id): Likewise.
9484 (s390_pltstub_frame_prev_register): Likewise.
9485 (s390_pltstub_frame_unwind): Define.
9486 (s390_pltstub_frame_sniffer): New function.
9487 (struct s390_sigtramp_unwind_cache): New data structure.
9488 (s390_sigtramp_frame_unwind_cache): New function.
9489 (s390_sigtramp_frame_this_id): Likewise.
9490 (s390_sigtramp_frame_prev_register): Likewise.
9491 (s390_sigtramp_frame_unwind): Define.
9492 (s390_sigtramp_frame_sniffer): New function.
9493 (s390_frame_base_address, s390_local_base_address): New functions.
9494 (s390_frame_base): Define.
9495 (s390_unwind_pc, s390_unwind_sp): New function.
9496 (s390_push_dummy_call): Use new frame base location.
9497 (s390_unwind_dummy_id): Likewise.
9498 (s390_gdbarch_init): Remove calls to:
9499 set_gdbarch_frameless_function_invocation,
9500 set_gdbarch_deprecated_init_frame_pc,
9501 set_gdbarch_deprecated_frame_chain,
9502 set_gdbarch_deprecated_frame_init_saved_regs,
9503 set_gdbarch_deprecated_pop_frame,
9504 set_gdbarch_deprecated_init_extra_frame_info,
9505 set_gdbarch_deprecated_init_frame_pc_first,
9506 set_gdbarch_deprecated_target_read_fp,
9507 set_gdbarch_deprecated_frame_saved_pc,
9508 set_gdbarch_deprecated_saved_pc_after_call,
9509 set_gdbarch_deprecated_fp_regnum.
9510 Add calls to:
9511 set_gdbarch_in_solib_call_trampoline,
9512 frame_unwind_append_sniffer,
9513 frame_base_set_default,
9514 set_gdbarch_unwind_pc,
9515 set_gdbarch_unwind_sp.
9516 * Makefile.in (s390-tdep.o): Update dependencies.
9517
9518 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9519 (S390_STACK_FRAME_OVERHEAD): Remove.
9520 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9521 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9522 (s390_promote_integer_argument): Remove.
9523 (s390_cannot_extract_struct_value_address): Remove.
9524 (s390_use_struct_convention, s390_store_struct_return): Remove.
9525 (s390_extract_return_value, s390_store_return_value): Remove.
9526 (s390_return_value_convention, s390_return_value): New functions.
9527 (is_float_singleton): Handle typedefs.
9528 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9529 Remove, replace by ...
9530 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9531 s390_function_arg_integer): ... these new functions.
9532 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9533 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9534 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9535 Fill in tdep->abi.
9536 Remove calls to:
9537 set_gdbarch_deprecated_store_struct_return,
9538 set_gdbarch_deprecated_extract_return_value,
9539 set_gdbarch_deprecated_store_return_value,
9540 set_gdbarch_use_struct_convention,
9541 set_gdbarch_extract_struct_value_address,
9542 set_gdbarch_deprecated_pc_in_call_dummy,
9543 set_gdbarch_deprecated_push_arguments,
9544 set_gdbarch_deprecated_save_dummy_frame_tos,
9545 set_gdbarch_deprecated_push_return_address,
9546 set_gdbarch_deprecated_sizeof_call_dummy_words,
9547 set_gdbarch_deprecated_call_dummy_words,
9548 set_gdbarch_deprecated_dummy_write_sp.
9549 Add calls to:
9550 set_gdbarch_push_dummy_call,
9551 set_gdbarch_unwind_dummy_id,
9552 set_gdbarch_return_value.
9553
9554 * config/s390/nm-linux.h: Update comments.
9555 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9556 (STOPPED_BY_WATCHPOINT): Redefine.
9557 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9558 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9559 (s390_stopped_by_watchpoint): Likewise.
9560 (watch_area_cnt): Remove.
9561 * s390-nat.c: Update comments.
9562 (watch_area): Remove typedef.
9563 Global replace watch_area by struct watch_area.
9564 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9565 (s390_stopped_by_watchpoint): Remove pid argument,
9566 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9567 (s390_fix_watch_points): Remove pid argument,
9568 use s390_inferior_tid. Recompute area spanned by watchpoints.
9569 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9570 argument. Reimplement.
9571
9572 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9573 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9574 (FETCH_INFERIOR_REGISTERS): Define.
9575 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9576 core-regset.o.
9577 * config/s390/s390x.mt: Remove.
9578 * config/s390/tm-s390.h: Remove.
9579 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9580 (TARGET_ELF64): Remove.
9581 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9582 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9583 s390*-*-* case; always set gdb_target to s390.
9584 * regformats/reg-s390.dat: Remove control registers.
9585 * regformats/reg-s390x.dat: Likewise.
9586 * s390-tdep.h: New file.
9587 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9588 Include "inferior.h" and "s390-tdep.h".
9589 Remove private definition of offsetof.
9590 (s390_register_u_addr): Remove.
9591 (regmap_gregset, regmap_fpregset): Define.
9592 (supply_gregset, fill_gregset): Reimplement.
9593 (supply_fpregset, fill_fpregset): Likewise.
9594 (s390_inferior_tid): New function.
9595 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9596 (fetch_inferior_registers, store_inferior_registers): Likewise.
9597 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9598 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9599 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9600 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9601 (struct gdbarch_tdep): Define.
9602 (struct s390_register_info): Define.
9603 (s390_register_info): New variable.
9604 (s390_register_name): Reimplement.
9605 (s390_register_type): New function.
9606 (s390_register_raw_size, s390x_register_raw_size): Remove.
9607 (s390_cannot_fetch_register): Remove.
9608 (s390_register_byte): Remove.
9609 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9610 (s390_dwarf_regmap): New variable.
9611 (s390_dwarf_reg_to_regnum): New function.
9612 (s390_stab_reg_to_regnum): Remove.
9613 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9614 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9615 (s390_convert_register_p): Likewise.
9616 (s390_register_to_value, s390_value_to_register): Likewise.
9617 (s390_register_reggroup_p): Likewise.
9618 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9619 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9620 (s390_supply_regset, s390_regset_from_core_section): New functions.
9621 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9622 (S390_FPR_SIZE): Likewise.
9623 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9624 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9625 (S390_NUM_GPRS): Move here from tm-s390.h.
9626 (S390_NUM_FPRS): Likewise.
9627 (s390_in_function_epilogue_p): New function.
9628 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9629 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9630 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9631 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9632 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9633 Remove calls to:
9634 set_gdbarch_deprecated_max_register_raw_size,
9635 set_gdbarch_deprecated_max_register_virtual_size,
9636 set_gdbarch_deprecated_register_byte,
9637 set_gdbarch_cannot_fetch_register,
9638 set_gdbarch_cannot_store_register,
9639 set_gdbarch_deprecated_register_size,
9640 set_gdbarch_deprecated_register_raw_size,
9641 set_gdbarch_deprecated_register_virtual_size,
9642 set_gdbarch_deprecated_register_virtual_type,
9643 set_gdbarch_deprecated_register_bytes.
9644 Add calls to:
9645 set_gdbarch_num_pseudo_regs,
9646 set_gdbarch_register_type,
9647 set_gdbarch_convert_register_p,
9648 set_gdbarch_register_to_value,
9649 set_gdbarch_value_to_register,
9650 set_gdbarch_register_reggroup_p,
9651 set_gdbarch_regset_from_core_section,
9652 set_gdbarch_pseudo_register_read,
9653 set_gdbarch_pseudo_register_write,
9654 set_gdbarch_in_function_epilogue_p.
9655 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9656 (s390_tdep_h): New variable.
9657
9658 2004-02-17 Jim Blandy <jimb@redhat.com>
9659
9660 * findvar.c (value_from_register): If the type has no length, just
9661 return an acceptable value --- don't report an internal error.
9662
9663 * stabsread.c (read_type): If we find any type numbers that are
9664 forward references, complain if the references aren't resolved by
9665 the time we're finished reading.
9666 (cleanup_undefined_types): Make error message more appropriate for
9667 a complaint.
9668
9669 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9670
9671 * Makefile.in (defs_h): Remove dependency on progress_h.
9672 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9673 progress.h.
9674 * main.c (captured_main): Delete use of START_PROGRESS and
9675 END_PROGRESS.
9676
9677 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9678
9679 * objfiles.c (terminate_minimal_symbol_table): Add back
9680 initialization of MSYMBOL_TYPE.
9681
9682 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9683
9684 Committed by Andrew Cagney.
9685 * Makefile.in (ia64_tdep_h): New macro.
9686 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9687 (ia64-tdep.o): Likewise.
9688 * ia64-tdep.h: New file.
9689 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9690 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9691 (ia64_aix_sigcontext_register_address): Likewise.
9692 (ia64_linux_getunwind_table): Delete declaration.
9693 * ia64-linux-tdep.c: Likewise.
9694
9695 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9696
9697 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9698 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9699 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9700
9701 2004-02-17 Andrew Cagney <cagney@redhat.com>
9702
9703 * symtab.c (skip_prologue_using_sal): New function.
9704 * symtab.h (skip_prologue_using_sal): Declare.
9705 * frv-tdep.c: Include "symtab.h".
9706 (skip_prologue_using_sal): Delete function.
9707 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9708 * rs6000-tdep.c (refine_prologue_limit): Mention
9709 skip_prologue_using_sal.
9710 * ia64-tdep.c (refine_prologue_limit): Ditto.
9711 * Makefile.in: Update dependencies.
9712
9713 2004-02-16 Andrew Cagney <cagney@redhat.com>
9714
9715 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9716 START_INFERIOR_TRAPS_EXPECTED.
9717 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9718 START_INFERIOR_TRAPS_EXPECTED.
9719 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9720 Delete macro.
9721 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9722 macro, moved to "nm-osf.h". Update copyright.
9723 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9724 update copyright.
9725
9726 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9727 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9728 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9729 frameless_look_for_prologue.
9730 * frame.h (legacy_frameless_look_for_prologue): Rename
9731 frameless_look_for_prologue.
9732 * gdbarch.h, gdbarch.c: Re-generate.
9733 * sh64-tdep.c (sh64_gdbarch_init): Update.
9734 * sh-tdep.c (sh_gdbarch_init): Update.
9735 * s390-tdep.c (s390_gdbarch_init): Update.
9736 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9737 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9738 * m68k-tdep.c (m68k_gdbarch_init): Update.
9739 (delta68_frame_args_address): Update.
9740 * m32r-tdep.c (m32r_gdbarch_init): Update.
9741 * hppa-tdep.c (hppa_gdbarch_init): Update.
9742 * h8300-tdep.c (h8300_gdbarch_init): Update.
9743 * frv-tdep.c (frv_gdbarch_init): Update.
9744 (frv_frameless_function_invocation): Update.
9745 * cris-tdep.c (cris_gdbarch_init): Update.
9746 (cris_frameless_function_invocation): Update.
9747 * avr-tdep.c (avr_gdbarch_init): Update.
9748 * arm-tdep.c (arm_gdbarch_init): Update.
9749 * stack.c (frame_info): Update, call predicate.
9750 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9751 * frame.c (legacy_get_prev_frame): Update, call predicate..
9752 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9753 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9754 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9755 invocation.
9756 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9757 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9758 * vax-tdep.c (vax_gdbarch_init): Ditto.
9759
9760 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9761 function.
9762
9763 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9764
9765 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9766 initializations.
9767
9768 2004-02-16 Andrew Cagney <cagney@redhat.com>
9769
9770 * tui/tui-windata.c: Include "gdb_string.h".
9771 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9772 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9773 * Makefile.in: Update dependencies.
9774
9775 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9776
9777 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9778 * infrun.c: Include "gdb_assert.h".
9779 (singlestep_ptid, saved_singlestep_ptid)
9780 (stepping_past_singlestep_breakpoint): New variables.
9781 (resume): Set singlestep_ptid. Check for singlestep thread
9782 hop.
9783 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9784 (handle_inferior_event): Handle singlestep thread hop.
9785
9786 2004-02-16 Andrew Cagney <cagney@redhat.com>
9787
9788 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9789 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9790 (dwarf2_frame_init_reg): Ditto.
9791
9792 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9793 suggested by Joshua Neuheisel
9794
9795 * configure.in: Always check for curses, including pdcurses.
9796 Warn, instead of error, when no curses are found. Enable TUI when
9797 curses is available.
9798 * configure: Re-generate.
9799
9800 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9801
9802 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9803 sh_sh4_register_convert_to_virtual.
9804 (sh_register_convert_to_raw): Rename from
9805 sh_sh4_register_convert_to_raw.
9806 (sh_pseudo_register_read): Accomodate above name change.
9807 (sh_pseudo_register_write): Ditto.
9808
9809 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9810
9811 * sh-tdep.c (sh_generic_register_name): Remove.
9812 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9813
9814 2004-02-15 Andrew Cagney <cagney@redhat.com>
9815
9816 * configure.in (build_warnings): Add -Wunused-function.
9817 * configure: Re-generate.
9818
9819 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9820 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9821
9822 * procfs.c (procfs_init_inferior): Assume that
9823 START_INFERIOR_TRAPS_EXPECTED is defined.
9824 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9825 * config/ns32k/tm-nbsd.h: Delete file,
9826 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9827
9828 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9829 * config/vax/tm-vax.h: Delete file.
9830
9831 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9832 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9833 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9834 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9835 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9836 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9837 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9838
9839 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9840
9841 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9842 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9843 (struct dwarf2_frame_ops): New.
9844 (dwarf2_frame_default_init_reg): New function, based on
9845 dwarf2_frame_init_reg.
9846 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9847 (dwarf2_frame_init_reg): Call architecture-specific function.
9848 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9849 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9850 instead of dwarf2_frame_data.
9851 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9852 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9853
9854 2004-02-15 Andrew Cagney <cagney@redhat.com>
9855
9856 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9857 register_gdbarch_swap.
9858 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9859 * f-lang.c (_initialize_f_language): Update, use
9860 DEPRECATED_REGISTER_GDBARCH_SWAP.
9861 * remote.c (_initialize_remote): Ditto.
9862 * regcache.c (_initialize_regcache): Ditto.
9863 * parse.c (_initialize_parse): Ditto.
9864 * infrun.c (_initialize_infrun): Ditto.
9865 * mi/mi-main.c (_initialize_mi_main): Ditto.
9866 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9867
9868 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9869 poking .cacheable directly.
9870 * symfile.c (symfile_bfd_open): Ditto.
9871
9872 * Makefile.in: Update all dependencies.
9873
9874 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9875 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9876 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9877 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9878 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9879
9880 2004-02-14 Andrew Cagney <cagney@redhat.com>
9881
9882 * arch-utils.c (legacy_convert_register_p): Check
9883 DEPRECATED_REGISTER_CONVERTIBLE_P.
9884 * findvar.c (value_of_register): Ditto.
9885
9886 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9887 * gdbarch.h, gdbarch.c: Re-generate.
9888 * arch-utils.c (deprecated_register_convertible_not): Delete.
9889 * arch-utils.h (deprecated_register_convertible_not): Delete.
9890 * mi/mi-main.c (get_register): Update. Update copyright.
9891 * infcmd.c (default_print_registers_info): Update.
9892
9893 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9894 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9895 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9896 * gdbarch.h, gdbarch.c: Re-generate.
9897 * frame.c (deprecated_get_next_frame_hack): Delete function.
9898 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9899 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9900 Update.
9901 * infcall.c (call_function_by_hand): Update.
9902
9903 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9904
9905 * symfile.c (init_entry_point_info, entry_point_address): Move
9906 from here...
9907 * objfiles.c (init_entry_point_info, entry_point_address):..to
9908 here.
9909 * symfile.h (init_entry_point_info, entry_point_address): Remove
9910 prototypes.
9911 * objfiles.h (init_entry_point_info, entry_point_address):Add
9912 prototypes.
9913 * cris-tdep.c: Remove include of symfile.h. Add include of
9914 objfiles.h.
9915 * infcall.c: Ditto.
9916 * mcore-tdep.c: Ditto.
9917 * mn10300-tdep.c: Ditto.
9918 * sh64-tdep.c: Ditto.
9919 * v850-tdep.c: Ditto.
9920 * arm-tdep.c: Remove include of symfile.h.
9921 * blockframe.c: Ditto.
9922 * coffread.c: Ditto.
9923 * dbxread.c: Ditto.
9924 * dwarf2read.c: Ditto.
9925 * dwarfread.c: Ditto.
9926 * frv-tdep.c: Ditto.
9927 * ia64-tdep.c: Ditto.
9928 * mdebugread.c: Ditto.
9929 * mipsread.c: Ditto.
9930 * rs6000-tdep.c: Ditto.
9931 * s390-tdep.c: Ditto.
9932 * sh-tdep.c: Ditto.
9933 * xstormy16-tdep.c: Ditto.
9934 * gdbarch.sh: Remove include of symfile.h.
9935 * gdbarch.c: Regenerate.
9936 * solib-irix.c (enable_break): Use entry_point_address().
9937 Add comment about include file.
9938 * xcoffread.c: Add comment about include file.
9939 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9940 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9941 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9942 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9943 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9944
9945 2004-02-13 Andrew Cagney <cagney@redhat.com>
9946
9947 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9948 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9949 copyright.
9950 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9951
9952 2004-02-12 Fred Fish <fnf@redhat.com>
9953
9954 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9955 set_gdbarch_store_return_value.
9956
9957 2004-02-12 Andrew Cagney <cagney@redhat.com>
9958
9959 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9960 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9961 (interrupt_query): Ditto.
9962 (ofunc): Delete unused variable.
9963 * cris-tdep.c (cris_abi): Delete unused function.
9964 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9965 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9966 (cris_get_asr_quick_shift_steps): Ditto.
9967 (cris_skip_prologue_frameless_p): Ditto.
9968 * arm-tdep.c (arm_push_return_address): Delete unused function.
9969 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9970 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9971 * s390-tdep.c (s390_function_start): Delete unused function.
9972
9973 2004-02-12 Andrew Cagney <cagney@redhat.com>
9974
9975 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9976 gdbarch.h, gdbarch.c: Re-generate.
9977 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9978 to generic_prologue_frameless_p.
9979 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9980 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9981
9982 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
9983
9984 * mips-linux-tdep.c: Include "frame.h".
9985 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9986 (mips_linux_skip_resolver): New functions.
9987 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9988 and set_gdbarch_in_solib_call_trampoline.
9989 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9990 to after set_gdbarch_in_solib_return_trampoline. Only set the
9991 solib hooks to mips16 functions if the OS ABI is unknown.
9992 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9993 including "config/tm-linux.h".
9994 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9995 * Makefile.in (mips-linux-tdep.o): Update.
9996
9997 2004-02-11 David Carlton <carlton@kealia.com>
9998
9999 * linespec.c (decode_compound): Only look for a class symbol when
10000 considering all but the rightmost component.
10001
10002 2004-02-11 Andrew Cagney <cagney@redhat.com>
10003
10004 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10005 abi code are are separatly grouped.
10006
10007 2004-02-11 Andrew Cagney <cagney@redhat.com>
10008
10009 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10010 * gdbarch.h, gdbarch.c: Re-generate.
10011 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10012 * v850-tdep.c (v850_gdbarch_init): Update.
10013 * sh64-tdep.c (sh64_gdbarch_init): Update.
10014 * sh-tdep.c (sh_gdbarch_init): Update.
10015 * s390-tdep.c (s390_gdbarch_init): Update.
10016 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10017 * mips-tdep.c (mips_gdbarch_init): Update.
10018 * mcore-tdep.c (mcore_gdbarch_init): Update.
10019 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10020 * m32r-tdep.c (m32r_gdbarch_init): Update.
10021 * ia64-tdep.c (ia64_gdbarch_init): Update.
10022 * hppa-tdep.c (hppa_gdbarch_init): Update.
10023 * h8300-tdep.c (h8300_gdbarch_init): Update.
10024 * frv-tdep.c (frv_gdbarch_init): Update.
10025 * d10v-tdep.c (d10v_gdbarch_init): Update.
10026 * cris-tdep.c (cris_gdbarch_init): Update.
10027 * avr-tdep.c (avr_gdbarch_init): Update.
10028 * arm-tdep.c (arm_gdbarch_init): Update.
10029 * alpha-tdep.c (alpha_gdbarch_init): Update.
10030
10031 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10032
10033 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10034 comma.
10035 (sh_sh4al_dsp_register_name): Ditto.
10036
10037 2004-02-10 Andrew Cagney <cagney@redhat.com>
10038
10039 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10040 (mips_init_frame_pc_first): Delete function.
10041 (mips_frame_saved_pc): Delete function.
10042 (mips_frame_chain): Delete function.
10043 (mips_init_extra_frame_info): Delete function.
10044 (mips_xfer_register): Delete unused variable "reg".
10045 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10046 (mips_n32n64_return_value): Delete unused variable "reg".
10047 (mips_n32n64_return_value): Delete unused variable "pos".
10048 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10049 (mips_o32_return_value): Delete unused variable "pos".
10050 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10051 (mips_print_fp_register): Delete unused variable "namelen"
10052 (mips_print_fp_register): Delete unused variable "flt2"
10053 (get_frame_pointer): Delete function.
10054 (cached_proc_desc): Delete static variable.
10055 (mips_pop_frame): Delete function.
10056 (mips_find_saved_regs): Delete function.
10057 (mips_get_saved_register): Delete function.
10058 (mips_saved_pc_after_call): Delete function.
10059 (SIGFRAME_BASE): Delete macro.
10060 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10061 (SIGFRAME_PC_OFF): Delete macro.
10062 (SIGFRAME_REGSAVE_OFF): Delete macro.
10063 (mips_dump_tdep): Do not print deleted macro definitions.
10064
10065 2004-02-10 Andrew Cagney <cagney@redhat.com>
10066
10067 * Makefile.in (SFILES): Remove explictly listed tui files.
10068 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10069
10070 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10071
10072 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10073 to use paddr functions to format ia64 addresses and long values.
10074 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10075 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10076 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10077 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10078 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10079
10080 2004-02-10 Andrew Cagney <cagney@redhat.com>
10081
10082 * defs.h: Do not include "tui.h".
10083 * gdb_curses.h: New file.
10084 * tui/tui-hooks.h: New file.
10085 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10086 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10087 (tui_initialize_io): Delete declaration.
10088 (tui_initialize_readline: Delete redundant declaration.
10089 (struct tui_point): Delete definition.
10090 * tui/tui-data.h (struct tui_point): Define.
10091 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10092 * utils.c: Include "tui/tui.h".
10093 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10094 * printcmd.c [TUI]: Include "tui/tui.h".
10095 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10096 * tui/tui-command.c: Include "gdb_curses.h".
10097 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10098 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10099 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10100 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10101 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10102 * Makefile.in: Update all dependencies.
10103 (tui_hooks_h, gdb_curses_h): Define.
10104 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10105
10106 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10107
10108 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10109 auxf2. Add comments about some other rarely used fields.
10110
10111 2004-02-10 Andrew Cagney <cagney@redhat.com>
10112
10113 * Makefile.in (init.c): Fix script removing duplicates. Problem
10114 reported by Peter Schauer.
10115
10116 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10117
10118 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10119 obstack_specify_allocation.
10120 * objfiles.c (allocate_objfile): Ditto.
10121 * solib-sunos.c (solib_add_common_symbols)
10122 (allocate_rt_common_objfile): Ditto.
10123 * symfile.c (reread_symbols): Ditto.
10124 * gdb_obstack.h: Add comment.
10125
10126 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10127
10128 * linespec.c (decode_line_1, locate_first_half)
10129 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10130 commented out code.
10131
10132 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10133
10134 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10135 obstack_free.
10136
10137 2004-02-09 Andrew Cagney <cagney@redhat.com>
10138
10139 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10140 fails, try find_pc_section. Fix PR c++/1267.
10141 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10142 instead of find_pc_mapped_section.
10143 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10144 not default to the section containing PC. Fix PR symtab/1519.
10145
10146 2004-02-09 Andrew Cagney <cagney@redhat.com>
10147
10148 * Makefile.in (mips-tdep.o): Update dependencies.
10149 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10150 "trad-frame.h".
10151 (mips_unwind_pc): Return the pseudo PC register.
10152 (mips_unwind_dummy_id): New function.
10153 (mips16_fetch_instruction): New function.
10154 (mips32_fetch_instruction): New function.
10155 (struct mips_frame_cache): Define.
10156 (mips_mdebug_frame_cache): New function.
10157 (mips_mdebug_frame_this_id): New function.
10158 (mips_mdebug_frame_prev_register): New function.
10159 (mips_mdebug_frame_unwind): Define.
10160 (mips_mdebug_frame_sniffer): New function.
10161 (mips_mdebug_frame_base_address): New function.
10162 (mips_mdebug_frame_base): Define.
10163 (mips_mdebug_frame_base_sniffer): New function.
10164 (mips_gdbarch_init): Append unwind and base sniffers. Set
10165 unwind_dummy_id.
10166
10167 2004-02-08 Andrew Cagney <cagney@redhat.com>
10168
10169 * frame.c: Print both the register number and name.
10170
10171 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10172 and a sed into a single sed. Make .c and .o patterns more robust.
10173 (OBS): Delete.
10174 (INIT_FILES): Replace OBS with COMMON_OBS.
10175 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10176
10177 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10178
10179 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10180 the PT_WCOOKIE request.
10181
10182 2004-02-08 Andrew Cagney <cagney@redhat.com>
10183
10184 * mips-tdep.c (mips_unwind_pc): New function.
10185 (mips_gdbarch_init): Set mips_unwind_pc.
10186
10187 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10188 (get_frame_id): Allow the UNKNOWN_FRAME.
10189 (frame_register_unwind, get_frame_type): Ditto.
10190
10191 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10192 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10193 unwind_dummy_id indicates a legacy frame.
10194
10195 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10196 * configure: Re-generate.
10197
10198 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10199 methods.
10200
10201 2004-02-08 Andrew Cagney <cagney@redhat.com>
10202
10203 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10204 makefile macro.
10205 * configure: Re-generate.
10206 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10207 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10208 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10209 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10210 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10211 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10212 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10213 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10214 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10215 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10216
10217 2004-02-07 Andrew Cagney <cagney@redhat.com>
10218
10219 * Makefile.in: Update all dependencies.
10220
10221 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10222 * configure: Re-generate.
10223 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10224 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10225 (COMMON_OBS): Add "main.o" and "annotate.o".
10226 (ANNOTATE_OBS): Delete.
10227 (OBS): Remove ANNOTATE_OBS.
10228 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10229 CONFIG_INITS.
10230 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10231 against CONFIG_OBS and "main.o".
10232 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10233 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10234
10235 * tui/tui-command.c: Include "gdb_string.h", delete register
10236 attribute, use ISO-C function signatures.
10237 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10238 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10239 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10240 * tui/tui.c: Ditto.
10241
10242 * tui/tui-command.c: Change variable and function names to lower
10243 case.
10244 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10245 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10246 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10247 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10248 * tui/tui-winsource.c, tui/tui.c: Ditto.
10249
10250 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10251
10252 * buildsym.c (free_pending_blocks, finish_block)
10253 (record_pending_block, make_blockvector, end_symtab): Replace
10254 symbol_obstack with objfile_obstack.
10255 * coffread.c (process_coff_symbol, coff_read_struct_type)
10256 (coff_read_enum_type): Ditto.
10257 * cp-namespace.c (initialize_namespace_symtab)
10258 (check_one_possible_namespace_symbol): Ditto.
10259 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10260 (dwarf2_symbol_mark_computed): Ditto.
10261 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10262 * elfread.c (elf_symtab_read): Ditto.
10263 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10264 (hpread_read_enum_type, hpread_read_function_type)
10265 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10266 Ditto.
10267 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10268 (java_link_class_type): Ditto.
10269 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10270 (new_symbol): Ditto.
10271 * minsyms.c (install_minimal_symbols): Ditto.
10272 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10273 (terminate_minimal_symbol_table): Replace symbol_obstack with
10274 objfile_obstack.
10275 (free_objfile): Remove freeing of symbol_obstack.
10276 * objfiles.h: Remove symbol_obstack field.
10277 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10278 objfile_obstack.
10279 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10280 symbol_obstack.
10281 (solib_add_common_symbols): Replace symbol_obstack with
10282 objfile_obstack.
10283 * somsolib.c (som_solib_add): Ditto.
10284 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10285 (common_block_start, common_block_end): Ditto.
10286 * symfile.c (reread_symbols): Remove freeing and init of
10287 symbol_obstack.
10288 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10289 * symfile.h: Update comment.
10290 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10291 stats printing.
10292 * symtab.c (symbol_set_names): Replace symbol_obstack with
10293 objfile_obstack.
10294 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10295 Update comments.
10296 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10297 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10298 objfile_obstack.
10299
10300 2004-02-07 Andrew Cagney <cagney@redhat.com>
10301
10302 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10303 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10304 fields and variables.
10305 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10306 (m_beInvisible): Delete macro.
10307 * tui/tui-data.h: Fix case case fields and variables.
10308 (m_genWinPtrIsNull): Delete macro.
10309 (tui_win_list): Rename winList.
10310 (TUI_SRC_WIN): Rename srcWin.
10311 (TUI_DISASM_WIN): Rename disassemWin.
10312 (TUI_DATA_WIN): Rename dataWin.
10313 (TUI_CMD_WIN): Rename cmdWin.
10314 (m_genWinPtrNotNull): Delete macro.
10315 (m_winPtrIsNull): Delete macro.
10316 (m_winPtrNotNull): Delete macro.
10317 (tui_win_is_source_type): Replace m_winIsSourceType
10318 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10319 (tui_win_has_locator): Replace m_hasLocator.
10320 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10321 m_setWinHighlightOff.
10322 * tui/tui-data.c: Update references.
10323 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10324 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10325 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10326 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10327 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10328 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10329 * tui/tui-winsource.c, tui/tui.c: Ditto.
10330
10331 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10332
10333 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10334 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10335 StackGhost.
10336
10337 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10338 variable `i6' to `i7'.
10339 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10340
10341 2004-02-07 Andrew Cagney <cagney@redhat.com>
10342
10343 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10344 (TuiPoint, TuiPointPtr): Ditto.
10345 (TuiStatus, TuiStatusPtr): Ditto.
10346 (TuiWinType, TuiWinTypePtr): Ditto.
10347 (struct tui_point): Rename _TuiPoint.
10348 (tui_get_low_disassembly_address): Rename
10349 tuiGetLowDisassemblyAddress.
10350 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10351 (tuiFree): Delete declaration.
10352 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10353 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10354 * tui/tui.c (tuiFree): Delete function.
10355 * cli/cli-cmds.c (disassemble_command): Update references.
10356 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10357 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10358 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10359 * tui/tui-winsource.c: Ditto.
10360
10361 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10362
10363 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10364 coffstab_build_psymtabs, elfstab_build_psymtabs)
10365 (stabsect_build_psymtabs): Replace psymbol_obstack with
10366 objfile_obstack.
10367 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10368 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10369 Ditto.
10370 * dwarfread.c (scan_compilation_units): Ditto.
10371 * elfread.c (elfstab_offset_sections): Ditto.
10372 * hppa-tdep.c (read_unwind_info): Ditto.
10373 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10374 (hpread_end_psymtab): Ditto.
10375 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10376 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10377 Ditto.
10378 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10379 * objfiles.c (add_to_objfile_sections)
10380 (build_objfile_section_table): Ditto.
10381 (allocate_objfile): Remove init of psymbol_obstack.
10382 (free_objfile): Remove freeing of psymbol_obstack.
10383 * objfiles.h (struct objfile): Remove field
10384 psymbol_obstack. Update comments.
10385 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10386 psymbol_obstack with objfile_obstack.
10387 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10388 psymbol_obstack.
10389 * somread.c (som_symfile_offsets, init_import_symbols)
10390 (init_export_symbols): Replace psymbol_obstack with
10391 objfile_obstack.
10392 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10393 * symfile.c (default_symfile_offsets, syms_from_objfile)
10394 (reread_symbols): Remove freeing and init of psymbol_obstack.
10395 (cashier_psymtab): Update comment.
10396 * symmisc.c (print_objfile_statistics): Don't report stats for
10397 psymbol obstack.
10398 * symtab.h (struct general_symbol_info, struct partial_symtab):
10399 Update comments.
10400 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10401 (xcoff_symfile_offsets): Replace psymbol_obstack with
10402 objfile_obstack.
10403
10404 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10405
10406 * objfiles.h (struct objfile): Add objfile_obstack field.
10407 Remove type_obstack field.
10408
10409 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10410 read_structure_scope read_enumeration, new_symbol): Replace
10411 type_obstack with objfile_obstack.
10412 * dwarfread.c (struct_type, enum_type): Ditto.
10413 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10414 (lookup_fundamental_type): Ditto.
10415 * gdbtypes.h (TYPE_ALLOC): Ditto.
10416 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10417 (hpread_read_doc_function_type, hpread_read_struct_type)
10418 (fix_static_member_physnames, hpread_read_array_type)
10419 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10420 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10421 (java_link_class_type): Ditto.
10422 * mdebugread.c (parse_type): Ditto.
10423 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10424 * solib-sunos.c (solib_add_common_symbols): Ditto.
10425 * stabsread.c (define_symbol, read_type, read_member_functions,
10426 read_cpp_abbrev, read_one_struct_field): Ditto.
10427 * symfile.c (reread_symbols): Ditto.
10428 * symmisc.c (print_objfile_statistics): Ditto.
10429
10430 2004-02-07 Andrew Cagney <cagney@redhat.com>
10431
10432 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10433 (tui_exec_info_content): Rename TuiExecInfoContent.
10434 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10435 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10436 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10437 (TuiList, TuiListPtr): Ditto.
10438 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10439 (TuiDataType, TuiDataTypePtr): Ditto.
10440 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10441 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10442 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10443 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10444 (TuiDataElement, TuiDataElementPtr): Ditto.
10445 (TuiWinElement, TuiWinElementPtr): Ditto.
10446 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10447 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10448 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10449 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10450 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10451 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10452 * tui/tui-command.c, tui/tui-data.c: Update references.
10453 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10454 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10455 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10456 * tui/tui-winsource.c, tui/tui.c: Ditto.
10457
10458 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10459
10460 * dwarf2-frame.h: Update copyright.
10461 (enum dwarf2_frame_reg_rule): New.
10462 (struct dwarf2_frame_state_reg): New.
10463 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10464 * dwarf2-frame.c: Update copyright.
10465 (enum dwarf2_reg_rule): Remove.
10466 (struct dwarf2_frame_state): Remove defenition of `struct
10467 dwarf2_frame_state_reg'.
10468 (read_reg): Call get_frame_arch to get the architecture instead of
10469 using CURRENT_GDBARCH.
10470 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10471 DWARF2_FRAME_.
10472 (dwarf2_frame_init_reg): New function.
10473 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10474 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10475 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10476 tags with DWARF2_FRAME_.
10477 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10478 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10479 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10480
10481 2004-02-06 Andrew Cagney <cagney@redhat.com>
10482
10483 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10484 (enum tui_data_type): Rename _TuiDataType.
10485 (struct tui_layout_def): Rename _TuiLayoutDef.
10486 (struct tui_source_element): Rename _TuiSourceElement.
10487 (struct tui_data_element): Rename _TuiDataElement.
10488 (struct tui_command_element): Rename _TuiCommandElement.
10489 (struct tui_locator_element): Rename _TuiLocatorElement.
10490 (union tui_which_element): Define.
10491 (struct tui_win_element): Rename _TuiWinElement.
10492 (struct tui_data_info): Rename _TuiDataInfo.
10493 (struct tui_source_info): Rename _TuiSourceInfo.
10494 (struct tui_command_info): Rename _TuiCommandInfo.
10495 (tui_initialize_static_data): Rename initializeStaticData.
10496 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10497 (tui_alloc_win_info): Rename allocWinInfo.
10498 (tui_init_generic_part): Rename initGenericPart.
10499 (tui_init_win_info): Rename initWinInfo.
10500 (tui_alloc_content): Rename allocContent.
10501 (tui_add_content_elements): Rename addContentElements.
10502 (tui_init_content_element): Rename initContentElement.
10503 (tui_free_window): Rename freeWindow.
10504 (tui_free_win_content): Rename freeWinContent.
10505 (tui_free_data_content): Rename freeDataContent.
10506 (tui_free_all_source_wins_content): Rename
10507 freeAllSourceWinsContent.
10508 (tui_del_window): Rename tuiDelWindow.
10509 (tui_del_data_windows): Rename tuiDelDataWindows.
10510 (tui_partial_win_by_name): Rename partialWinByName.
10511 (tui_win_name): Rename winName.
10512 (tui_current_layout): Rename currentLayout.
10513 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10514 (tui_term_height): Rename termHeight.
10515 (tui_set_term_height_to): Rename setTermHeightTo.
10516 (tui_term_width): Rename termWidth.
10517 (tui_set_term_width_to): Rename setTermWidthTo.
10518 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10519 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10520 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10521 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10522 (tui_source_windows): Rename sourceWindows.
10523 (tui_clear_source_windows): Rename clearSourceWindows.
10524 (tui_clear_source_windows_detail): Rename
10525 clearSourceWindowsDetail.
10526 (tui_clear_win_detail): Rename clearWinDetail.
10527 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10528 (tui_default_tab_len): Rename tuiDefaultTabLen.
10529 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10530 (tui_win_with_focus): Rename tuiWinWithFocus.
10531 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10532 (tui_layout_def): Rename tuiLayoutDef.
10533 (tui_win_resized): Rename tuiWinResized.
10534 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10535 (tui_next_win): Rename tuiNextWin.
10536 (tui_prev_win): Rename tuiPrevWin.
10537 (tui_add_to_source_windows): Rename addToSourceWindows.
10538 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10539 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10540 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10541 * tui/tui.c, tui/tui-data.c: Ditto.
10542 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10543 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10544
10545 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10546 (struct symtab): Declare.
10547 (tui_set_source_content): Rename tuiSetSourceContent.
10548 (tui_show_symtab_source): Rename tuiShowSource.
10549 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10550 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10551 * tui/tui-source.c: Update copyright. Update references.
10552 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10553 * tui/tui-stack.c: Update references.
10554
10555 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10556 (struct tui_win_info): Declare.
10557 (tui_scroll_forward): Rename tuiScrollForward.
10558 (tui_scroll_backward): Rename tuiScrollBackward.
10559 (tui_scroll_left): Rename tuiScrollLeft.
10560 (tui_scroll_right): Rename tuiScrollRight.
10561 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10562 (tui_resize_all): Rename tuiResizeAll.
10563 (tui_refresh_all_win): Rename tuiRefreshAll.
10564 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10565 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10566 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10567 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10568
10569 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10570 (tui_erase_data_content): Rename tuiEraseDataContent.
10571 (tui_display_all_data): Rename tuiDisplayAllData.
10572 (tui_check_data_values): Rename tuiCheckDataValues.
10573 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10574 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10575 (tui_first_data_element_no_in_line): Rename
10576 tuiFirstDataElementNoInLine.
10577 (tui_delete_data_content_windows): Rename
10578 tuiDeleteDataContentWindows.
10579 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10580 (tui_display_data_from): Rename tuiDisplayDataFrom.
10581 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10582 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10583 * tui/tui-win.c, tui/tui-regs.c: Update references.
10584 * tui/tui-layout.c, tui/tui.c: Update references.
10585
10586 * tui/tui-wingeneral.h: Update copyright.
10587 (m_allBeVisible): Delete macro.
10588 (m_allBeInvisible): Delete macro.
10589 (struct tui_gen_win_info): Declare.
10590 (struct tui_win_info): Declare.
10591 (tui_unhighlight_win): Rename unhighlightWin.
10592 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10593 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10594 (tui_make_window): Rename makeWindow.
10595 (tui_copy_win): Rename copyWin.
10596 (tui_box_win): Rename boxWin.
10597 (tui_highlight_win): Rename highlightWin.
10598 (tui_check_and_display_highlight_if_needed): Rename
10599 checkAndDisplayHighlightIfNeeded.
10600 (tui_refresh_all): Rename refreshAll.
10601 (tui_delete_win): Rename tuiDelwin.
10602 (tui_refresh_win): Rename tuiRefreshWin.
10603 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10604 (tui_make_visible, tui_make_invisible): New functions.
10605 (tui_make_all_visible, tui_make_all_invisible): New functions.
10606 (make_all_visible): Rename makeAllVisible.
10607 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10608 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10609 * tui/tui-windata.c, tui/tui-win.c: Update references.
10610 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10611 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10612
10613 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10614
10615 * proc-api.c (write_with_trace): Initialize local variable to
10616 silence compiler warning.
10617
10618 2004-02-06 Andrew Cagney <cagney@redhat.com>
10619
10620 * tui/tui-source.h: Do not include "defs.h".
10621 (struct tui_win_info): Declare.
10622 (tui_set_source_content_nil): Declare.
10623 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10624 (union tui_line_or_address): Rename _TuiLineOrAddress.
10625 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10626 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10627 (tui_update_source_window_as_is): Rename
10628 tuiUpdateSourceWindowAsIs.
10629 (tui_update_source_windows_with_addr): Rename
10630 tuiUpdateSourceWindowsWithAddr.
10631 (tui_update_source_windows_with_line): Rename
10632 tuiUpdateSourceWindowsWithLine.
10633 (tui_clear_source_content): Rename tuiClearSourceContent.
10634 (tui_erase_source_content): Rename tuiEraseSourceContent.
10635 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10636 (tui_show_source_content): Rename tuiShowSourceContent.
10637 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10638 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10639 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10640 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10641 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10642 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10643 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10644 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10645 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10646 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10647 (struct tui_win_info): Declare.
10648 * tui/tui-stack.c: Update references.
10649 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10650 * tui/tui-win.c, tui/tui-source.c: Ditto.
10651 * tui/tui.c, tui/tui-disasm.c: Ditto.
10652
10653 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10654
10655 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10656 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10657
10658 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10659
10660 * infrun.c (handle_inferior_event): Allow for breakpoint
10661 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10662 and SIGEMT. Update comments.
10663 * NEWS (Revised SPARC target): Mention support for non-executable
10664 stack.
10665
10666 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10667
10668 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10669 * inftarg.c: Update copyright year.
10670 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10671 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10672 (sparc_xfer_wcookie): New function.
10673 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10674 * Makefile.in (sparc-nat.o): Update dependencies.
10675 * config/sparc/nm-nbsd.h: Include "target.h".
10676 (NATIVE_XFER_WCOOKIE): New define.
10677 (sparc_xfer_wcookie): New prototype.
10678
10679 2004-02-04 Andrew Cagney <cagney@redhat.com>
10680
10681 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10682 SYSCALL_TRAP function.
10683 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10684
10685 2004-02-04 Andrew Cagney <cagney@redhat.com>
10686 Daniel Jacobowitz <drow@mvista.com>
10687
10688 * objfiles.h: Delete comments refering to inside_entry_func and
10689 DEPRECATED_FRAME_CHAIN_VALID.
10690 * defs.h (inside_entry_func): Update prototype..
10691 * blockframe.c (inside_entry_func): Rename to
10692 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10693 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10694
10695 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10696
10697 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10698 outside of #ifdef SOLIB_ADD region.
10699 (do_restore_lang_radix_cleanup): Ditto.
10700 (resolve_pending_breakpoint): Ditto.
10701
10702 2004-02-03 Andrew Cagney <cagney@redhat.com>
10703
10704 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10705 (process_note_abi_tag_sections): Delete unused function.
10706 (ia64_read_fp): Delete unused function.
10707 (gdbarch_extract_struct_value_address): Delete declaration.
10708
10709 2004-02-02 Andrew Cagney <cagney@redhat.com>
10710
10711 * vax-tdep.c (vax_frame_chain): Delete call to
10712 deprecated_inside_entry_file.
10713 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10714
10715 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10716
10717 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10718 column that's "empty" or "same value" when eliminating REG_RA
10719 rules.
10720
10721 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10722
10723 * NEWS: Add information about new pending breakpoint support.
10724
10725 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10726
10727 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10728 and pending fields for pending breakpoint support.
10729 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10730 (condition_command): Only parse condition if not a pending
10731 breakpoint.
10732 (print_one_breakpoint): Add support for pending breakpoints.
10733 (describe_other_breakpoints): Add checks to verify we are not
10734 dealing with pending breakpoints.
10735 (check_duplicates): Don't check pending breakpoints.
10736 (set_raw_breakpoint): Initialize pending flag.
10737 (do_restore_lang_radix_cleanup): New cleanup routine.
10738 (resolve_pending_breakpoint): New function.
10739 (re_enable_breakpoints_in_shlibs): Try and resolve any
10740 pending breakpoints via resolve_pending_breakpoint.
10741 (mention): Add pending breakpoint support.
10742 (parse_breakpoint_sals): Add new parameter to pass to
10743 decode_line_1 to indicate silent errors when files or functions
10744 are not found. Change all callers.
10745 (do_captured_parse_breakpoint): New function.
10746 (break_command_1): Change prototype to return an rc value and to
10747 take an optional pending breakpoint pointer. Support creating
10748 a pending breakpoint if a "not found" form of error occurs when
10749 parsing the breakpoint. Also support resolving an existing pending
10750 breakpoint and be silent if the resolution fails.
10751 (create_breakpoints): Change prototype to take pending breakpoint
10752 pointer. When resolving a pending breakpoint, use the new pointer
10753 to provide a conditional or commands added by the end-user.
10754 (delete_breakpoint): Add appropriate check for pending.
10755 (breakpoint_re_set_one): Ditto.
10756 (do_enable_breakpoint): Ditto.
10757
10758 2004-02-02 David Carlton <carlton@kealia.com>
10759
10760 * valops.c (enum oload_classification): New.
10761 (find_overload_match): Break implementation into separate
10762 functions; delete #if 0'd code; look for symbols within
10763 namespaces.
10764 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10765 (find_oload_champ,oload_method_static,classify_oload_match): New.
10766 * cp-support.h: Add declaration for cp_func_name; update
10767 declaration for make_symbol_overload_list.
10768 * cp-support.c (cp_func_name): New.
10769 (overload_list_add_symbol): Fix comment, use
10770 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10771 (make_symbol_overload_list): Take a function name and a namespace
10772 instead of a symbol; change implementation.
10773 (make_symbol_overload_list_using): New.
10774 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10775
10776 2004-02-02 Fred Fish <fnf@redhat.com>
10777
10778 * main.c (gdb_stdtarg): Move definition to group with other
10779 gdb_stdtarg definitions and update copyright years.
10780 * remote-sim.c (gdb_os_write_stderr): Write output to
10781 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10782 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10783 gdb_stderr stream and update copyright years.
10784
10785 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10786
10787 * Makefile.in (mips-linux-nat.o): Update dependencies.
10788 * mips-linux-nat.c: Include mips-tdep.h.
10789
10790 2004-02-01 Roland McGrath <roland@redhat.com>
10791
10792 * sol-thread.c (sol_thread_xfer_partial): New function.
10793 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10794 (init_sol_core_ops): Likewise.
10795
10796 * procfs.c (procfs_xfer_partial): New function.
10797 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10798 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10799
10800 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10801 procfs_xfer_auxv function.
10802
10803 * procfs.c (procfs_make_note_section): If we can read
10804 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10805 * linux-proc.c (linux_make_note_section): Likewise.
10806
10807 * auxv.h: New file.
10808 * auxv.c: New file.
10809 * Makefile.in (auxv_h): New variable.
10810 (COMMON_OBS): Add auxv.o here.
10811 (auxv.o): New target.
10812
10813 * corelow.c (core_xfer_partial): New function.
10814 (init_core_ops): Use it for core_ops.to_xfer_partial.
10815
10816 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10817 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10818 macro if that is defined.
10819
10820 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10821
10822 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10823 and check the specified thread for each breakpoint.
10824 * breakpoint.h (bpstat_stop_status): Update prototype.
10825 * infrun.c (handle_inferior_event): Update calls to
10826 bpstat_stop_status.
10827
10828 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10829
10830 * Makefile.in (cli-cmds.o): Add $(readline_h).
10831
10832 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10833
10834 * cli/cli-cmds.c: Include readline.h.
10835 (complete_command): Pass the start of the last word to
10836 complete_line.
10837
10838 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10839
10840 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10841 argument, and change first argument to a CORE_ADDR.
10842 * breakpoint.h (bpstat_stop_status): Update prototype.
10843 * infrun.c (adjust_pc_after_break): Add a new comment.
10844 (handle_inferior_event): Update calls to bpstat_stop_status.
10845
10846 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10847
10848 * breakpoint.h: Update copyright years.
10849
10850 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10851
10852 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10853 (bpstat_stop_status): Don't decrement PC.
10854 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10855 prototype.
10856 * infrun.c (adjust_pc_after_break): New function.
10857 (handle_inferior_event): Call it, early. Remove later references
10858 to DECR_PC_AFTER_BREAK.
10859 (normal_stop): Add commentary.
10860
10861 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10862
10863 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10864 2004-01-27 double-free fix.
10865
10866 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10867
10868 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10869 (sparc32_frame_prev_register): Handle StackGhost.
10870 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10871
10872 2004-01-29 Roland McGrath <roland@redhat.com>
10873
10874 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10875 * configure: Regenerated.
10876
10877 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10878 * Makefile.in (procfs.o): Add dep.
10879
10880 2004-01-28 Andrew Cagney <cagney@redhat.com>
10881
10882 * tui/tui-stack.h: Update copyright.
10883 (struct frame_info): Add opaque declaration.
10884 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10885 (tui_show_locator_content): Rename tuiShowLocatorContent.
10886 (tui_show_frame_info): Rename tuiShowFrameInfo.
10887 * tui/tui-stack.c: Update copyright. Update references.
10888 * tui/tui-winsource.c: Update references.
10889 * tui/tui-win.c: Update references.
10890 * tui/tui-layout.c: Update references.
10891 * tui/tui-hooks.c: Update copyright, update references.
10892 * tui/tui.c: Update copyright, update references.
10893 * tui/tui-disasm.c: Update references.
10894
10895 2004-01-28 David Carlton <carlton@kealia.com>
10896
10897 * dwarf2read.c (add_partial_structure): Use demangled name if
10898 namespace equals "".
10899
10900 2004-01-27 Jim Blandy <jimb@redhat.com>
10901
10902 Clean up misapplied patch:
10903 * dwarf2read.c (determine_prefix): Change one of the two forward
10904 declarations for 'determine_prefix_aux' to a declaration for this.
10905 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10906 argument to 'die_specification'.
10907
10908 * dwarf2read.c (read_func_scope): Re-indent comment.
10909
10910 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10911
10912 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10913 b->exp to NULL after freeing so that error during re-parsing or
10914 evaluation of expressions associated with breakpoint don't
10915 eventually lead to re-freeing of storage.
10916 Committed by Andrew Cagney.
10917
10918 2004-01-27 Andrew Cagney <cagney@redhat.com>
10919
10920 * source.c (ambiguous_line_spec): Delete undefined declaration.
10921 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10922 (m32r_set_server_address, m32r_set_download_path): Ditto.
10923 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10924
10925 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10926
10927 * dwarf2read.c: Update calls to changed and renamed functions, and
10928 references to moved variables.
10929
10930 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10931 language, language_defn, list_in_scope, and ftypes members.
10932 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10933 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10934 (baseaddr): Remove globals.
10935
10936 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10937 (set_cu_language, die_is_declaration, die_specification)
10938 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10939 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10940 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10941 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10942
10943 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10944 cu.list_in_scope. Don't initialize cu_header_offset.
10945 (add_partial_symbol): Add local baseaddr.
10946 (psymtab_to_symtab_1): Add local baseaddr. Use
10947 objfile->section_offsets for consistency. Don't initialize
10948 cu_header_offset; do initialize cu.header.offset and
10949 cu.list_in_scope.
10950 (read_file_scope, read_func_scope, read_lexical_block_scope)
10951 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10952
10953 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10954
10955 * PROBLEMS: Add gdb/1516.
10956
10957 2003-12-29 Robert Millan <robertmh@gnu.org>
10958
10959 Patch committed by Andrw Cagney.
10960 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10961 * configure.tgt: Match knetbsd*-gnu.
10962
10963 2004-01-26 Andrew Cagney <cagney@redhat.com>
10964
10965 * breakpoint.c (catch_command_1): Delete #ifdef code.
10966 (catch_fork_command_1): Delete #ifdef wrapper.
10967 (catch_exec_command_1): Ditto.
10968 (catch_load_command_1): Ditto.
10969 (catch_unload_command_1): Ditto.
10970
10971 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10972 (catch_breakpoint): Delete #if0ed function.
10973 (disable_catch_breakpoint): Ditto.
10974 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10975 (disable_catch, enable_catch, delete_catch): Ditto.
10976
10977 2004-01-26 Andrew Cagney <cagney@redhat.com>
10978
10979 * remote.c (echo_check, quit_flag): Delete variables.
10980 (cisco_kernel_mode): Delete variable.
10981 (minitelnet_return, tty_input, escape_count): Delete variables.
10982 (remote_cisco_mode): Delete variable.
10983 (remote_cisco_open, remote_cisco_close): Delete function.
10984 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10985 (init_remote_cisco_ops): Delete function.
10986 (_initialize_remote): Do not install "remote cisco" code.
10987 (read_frame): Delete cisco specific code.
10988 (remote_info_process): Delete function.
10989 (remote_wait): Delete cisco specific code.
10990 (remote_cisco_section_offsets): Delete function.
10991 (remote_cisco_objfile_relocate): Delete function.
10992 (remote_async_wait): Delete cisco specific code.
10993 (minitelnet, readtty, readsocket): Delete function.
10994
10995 2004-01-26 Andrew Cagney <cagney@redhat.com>
10996
10997 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10998 comments mentioning extract_returned_value_address.
10999 * infcmd.c (print_return_value): Update. Add comments on
11000 extract_returned_value_address.
11001 * stack.c (return_command): Add comments on
11002 extract_returned_value_address.
11003 * values.c: Update comment.
11004 * m32r-tdep.c: Update comment.
11005 * sparc-tdep.c: Update comment.
11006 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11007 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11008 * sh64-tdep.c (sh64_gdbarch_init): Update.
11009 * sh-tdep.c (sh_gdbarch_init): Update.
11010 * s390-tdep.c (s390_gdbarch_init): Update.
11011 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11012 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11013 * m68k-tdep.c (m68k_gdbarch_init): Update.
11014 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11015 * m32r-tdep.c (m32r_gdbarch_init): Update.
11016 * ia64-tdep.c (ia64_gdbarch_init): Update.
11017 * h8300-tdep.c (h8300_gdbarch_init): Update.
11018 * frv-tdep.c (frv_gdbarch_init): Update.
11019 * arm-tdep.c (arm_gdbarch_init): Update.
11020 * alpha-tdep.c (alpha_gdbarch_init): Update.
11021
11022 2004-01-26 Andrew Cagney <cagney@redhat.com>
11023
11024 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11025 SYMBOL_LOCATION_FUNCS
11026 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11027 "struct symbol_ops".
11028 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11029 type to "struct symbol_ops".
11030 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11031 (struct symbol): Replace ".aux_value.loc.funcs" and
11032 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11033 (SYMBOL_OBJFILE): Delete macro.
11034 (SYMBOL_LOCATION_FUNCS): Delete macro.
11035 (SYMBOL_LOCATION_BATON): Update.
11036 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11037 intead of SYMBOL_LOCATION_FUNCS.
11038 * ax-gdb.c (gen_var_ref): Ditto.
11039 * printcmd.c (address_info): Ditto.
11040 * findvar.c (read_var_value): Ditto.
11041 (symbol_read_needs_frame): Ditto.
11042
11043 2004-01-26 Andrew Cagney <cagney@redhat.com>
11044
11045 * dwarf2read.c (read_func_scope): Document frame-base hack.
11046
11047 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11048
11049 * infcmd.c (print_return_value): Plug memory leak; delete
11050 ui_stream object. Rename argument `structure_return' to
11051 `struct_return'.
11052
11053 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11054
11055 * infcmd.c (print_return_value): Wrap long lines.
11056 (finish_command_continuation, finish_command): Remove unused
11057 variable `funcaddr'. Fix some coding-standards problems.
11058
11059 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11060 SECT_SIZE is large enough, not whether it's exactly the right size.
11061 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11062 TDEP->fpregset to zero.
11063
11064 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11065 floating-point registers for traditional NetBSD core files.
11066 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11067 TDEP->sizeof_fpregset here.
11068
11069 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11070
11071 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11072 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11073 function with code split out from
11074 sparc32nbsd_sigcontext_frame_cache.
11075 (sparc32nbsd_sigcontext_frame_cache): Use
11076 sparc32nbsd_sigcontext_saved_regs.
11077 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11078 OpenBSD.
11079 * sparcobsd-tdep.c: New file.
11080 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11081 (sparcobsd-tdep.o): New dependency.
11082 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11083 * config/sparc/obsd.mt: New file.
11084
11085 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11086 TDEP->fpregset to be initialized to enable core file register
11087 sets.
11088
11089 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11090
11091 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11092 Add opaque declarations.
11093 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11094 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11095 function with code split out from
11096 sparc64nbsd_sigcontext_frame_cache.
11097 (sparc64nbsd_sigcontext_frame_cache): Use
11098 sparc64nbsd_sigcontext_saved_regs.
11099 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11100 OpenBSD.
11101 * sparc64obsd-tdep.c: New file.
11102 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11103 (sparc64obsd-tdep.o): New dependency.
11104 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11105 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11106 * config/sparc/obsd64.mt: New file.
11107
11108 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11109 read the instruction at PC.
11110
11111 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11112 value of GDB_OSABI_DEFAULT.
11113 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11114 instead of GDB_OSABI_NETBSD_AOUT.
11115
11116 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11117
11118 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11119 copyright.
11120
11121 2004-01-23 Andrew Cagney <cagney@redhat.com>
11122
11123 * printcmd.c (display_command): Replace tui_set_display call with
11124 tui_set_layout_for_display_command.
11125 * tui/tui.h (enum tui_win_type): Define.
11126 (tui_set_layout): Delete declaration.
11127 (tui_set_layout_for_display_command): Rename set_tui_layout.
11128 * tui/tui-data.h (enum tui_layout_type): Define.
11129 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11130 "tui.h".
11131 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11132 (tui_default_win_height): Rename tuiDefaultWinHeight.
11133 (tui_default_win_viewport_height): Rename
11134 tuiDefaultWinViewportHeight.
11135 (tui_set_layout): RenametuiSetLayout.
11136 * tui/tui-layout.c: Update references.
11137 * tui/tui.c: Update references.
11138 * tui/tui-disasm.c: Update references.
11139
11140 2004-01-23 David Carlton <carlton@kealia.com>
11141
11142 Partial workaround for PR c++/1511:
11143 * cp-namespace.c: Include frame.h.
11144 (cp_lookup_transparent_type): New
11145 (cp_lookup_transparent_type_loop): New.
11146 * cp-support.h: Declare cp_lookup_transparent_type.
11147 * symtab.c (basic_lookup_transparent_type): Renamed from
11148 lookup_transparent_type.
11149 (lookup_transparent_type): Replace old body by a call to
11150 current_language->la_lookup_transparent_type.
11151 * symtab.h: Update copyright. Declare
11152 basic_lookup_transparent_type.
11153 * language.h: Update copyright.
11154 (struct language_defn): Add la_lookup_transparent_type.
11155 * language.c: Update copyright.
11156 (unknown_language_defn): Add basic_lookup_transparent_type.
11157 (auto_language_defn): Add basic_lookup_transparent_type.
11158 (local_language_defn): Add basic_lookup_transparent_type.
11159 * ada-lang.c: Update copyright.
11160 (ada_language_defn): Add basic_lookup_transparent_type.
11161 * c-lang.c: Update copyright.
11162 (c_language_defn): Add basic_lookup_transparent_type.
11163 (cplus_language_defn): Add basic_lookup_transparent_type.
11164 (asm_language_defn): Add basic_lookup_transparent_type.
11165 (minimal_language_defn): Add basic_lookup_transparent_type.
11166 * f-lang.c: Update copyright.
11167 (f_language_defn): Add basic_lookup_transparent_type.
11168 * jv-lang.c: Update copyright.
11169 (java_language_defn): Add basic_lookup_transparent_type.
11170 * m2-lang.c: Update copyright.
11171 (m2_language_defn): Add basic_lookup_transparent_type.
11172 * objc-lang.c: Update copyright.
11173 (objc_language_defn): Add basic_lookup_transparent_type.
11174 * p-lang.c: Update copyright.
11175 (p_language_defn): Add basic_lookup_transparent_type.
11176 * scm-lang.c: Update copyright.
11177 (scm_language_defn): Add basic_lookup_transparent_type.
11178 * Makefile.in (cp-namespace.o): Depend on frame.h.
11179
11180 2004-01-23 David Carlton <carlton@kealia.com>
11181
11182 Patch for PR c++/1520:
11183 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11184 properly if we have a specification die.
11185 (determine_prefix_aux): Rename from determine_prefix.
11186 (determine_prefix): Like the old determine_prefix, but never
11187 returns NULL.
11188
11189 2004-01-23 Theodore A. Roth <troth@openavr.org>
11190
11191 * avr-tdep.c: Update copyright.
11192 (avr_iaddr_p): Delete unused function.
11193 (avr_saddr_p): Delete unused function.
11194
11195 2004-01-23 David Carlton <carlton@kealia.com>
11196
11197 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11198 Fix for PR symtab/1534.
11199
11200 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11201
11202 * NEWS (New native configurations): Mention OpenBSD/sparc and
11203 OpenBSD/sparc64.
11204 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11205 * configure.host: Likewise.
11206 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11207 handler for OpenBSD.
11208 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11209
11210 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11211
11212 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11213 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11214
11215 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11216 * cli/cli-cmds.c (shell_escape): Likewise.
11217
11218 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11219 OpenBSD .note.openbsd.ident sections.
11220
11221 2004-01-22 David Carlton <carlton@kealia.com>
11222
11223 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11224 get_scope_pc_bounds.
11225 (read_file_scope): Ditto.
11226 (get_scope_pc_bounds): New function, produced by extracting code
11227 from the above two functions, consolidating it, and adding support
11228 for DW_TAG_namespace.
11229
11230 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11231
11232 * osabi.c (MAX_NOTESZ): New define.
11233 (check_note): New function.
11234 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11235 check_note.
11236
11237 2004-01-21 Roland McGrath <roland@redhat.com>
11238
11239 * MAINTAINERS (write after approval): Add myself.
11240
11241 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11242
11243 * utils.c (init_page_info): Move declarations of `rows' and
11244 `cols' before the __GO32__-specific code. Move the closing brace
11245 outside the #ifdef __GO32__..#endif block.
11246 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11247
11248 2004-01-21 Paul Brook <paul@codesourcery.com>
11249
11250 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11251 BPSTAT_WHAT_CHECK_SHLIBS.
11252
11253 2004-01-21 Paul Brook <paul@codesourcery.com>
11254
11255 * MAINTAINERS: Add myself to write-after-approval.
11256
11257 2004-01-20 Andrew Cagney <cagney@redhat.com>
11258
11259 * ax-gdb.c (print_axs_value): Delete unused function.
11260 * jv-lang.c (java_lookup_type): Delete unused function.
11261 * cli/cli-dump.c (dump_filetype): Delete unused function.
11262 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11263 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11264 (mips_getstring): Delete unused function.
11265 (pmon_insert_breakpoint): Delete #if0ed function.
11266 (PMON_MAX_BP): Delete #if0ed MACRO.
11267 (mips_pmon_bp_info): Delete #if0ed variable.
11268 (pmon_remove_breakpoint): Delete #if0ed function.
11269 * monitor.c (monitor_write_even_block): Delete unused function.
11270 (monitor_write_memory_block): Delete #if0ed code.
11271 * dink32-rom.c (dink32_load): Delete unused function.
11272 (_initialize_dink32_rom): Delete #if0ed code.
11273 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11274
11275 * tui/tui-command.c: Update references.
11276 * tui/tui-io.c: Update references.
11277 * tui/tui-command.h: Update copyright.
11278 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11279
11280 * source.c (ambiguous_line_spec): Delete never-defined function.
11281 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11282 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11283 * cli/cli-cmds.c (validate_comname): Ditto.
11284
11285 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11286 "tui-data.h".
11287 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11288 (tui_show_disassem): Rename tuiShowDisassem.
11289 (tui_show_disassem_and_update_source): Rename
11290 tuiVerticalDisassemScroll.
11291 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11292 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11293 * tui/tui.h: Update copyright.
11294 (enum tui_status): Define.
11295 * tui/tui-data.h (enum tui_scroll_direction): Define.
11296 * tui/tui-disasm.c: Update copyright. Update references.
11297 * tui/tui-winsource.c: Update copyright. Update references.
11298 * tui/tui-win.c: Update references.
11299 * tui/tui-layout.c: Update references.
11300
11301 2004-01-20 Andrew Cagney <cagney@redhat.com>
11302
11303 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11304 sym2 to start of block.
11305
11306 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11307
11308 * MAINTAINERS: Delete mmalloc.
11309 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11310 * NEWS: Mention removal of --with-malloc.
11311 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11312 * config.in: Regenerate.
11313 * configure: Regenerate.
11314 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11315 USE_MMALLOC, MMCHECK_FORCE.
11316 * gdbinit.in: Remove mmalloc.
11317 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11318 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11319 * config/i386/go32.mh: Likewise.
11320 * config/i386/interix.mh: Likewise.
11321 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11322
11323 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11324
11325 * linespec.c (decode_variable, symtab_from_filename): Call
11326 error_silent with error message instead of throwing an exception
11327 directly.
11328 * defs.h (error_silent, error_output_message): Add prototypes.
11329 (catch_exceptions_with_msg): Ditto.
11330 * utils.c (error_silent, error_output_message): New functions.
11331 * top.c (catch_exceptions_with_msg): New function.
11332
11333 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11334
11335 * mi/mi-cmds.h (enum print_values): Add definition.
11336
11337 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11338 type and value for simple data types and just the name and type
11339 for complex ones, if required.
11340
11341 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11342 children, if required.
11343
11344 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11345
11346 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11347 unused declarations.
11348
11349 2004-01-19 Andrew Cagney <cagney@redhat.com>
11350
11351 * top.h (mapped_symbol_files): Delete declaration.
11352 * main.c (captured_main): Delete option "m" and "mapped".
11353 * objfiles.c (mapped_symbol_files): Delete variable.
11354 * symfile.c (symbol_file_command): Delete mmap code.
11355 (symbol_file_add_with_addrs_or_offsets): Ditto.
11356 (add_symbol_file_command, reread_separate_symbols): Ditto.
11357 * objfiles.h (OBJF_MAPPED): Delete.
11358 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11359 (free_objfile) [USE_MMALLOC]: Ditto.
11360 (open_existing_mapped_file): Delete function.
11361 (open_mapped_file): Delete function.
11362 (map_to_file): Delete function.
11363
11364 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11365
11366 * infrun.c (step_into_function): Account for possible breakpoint
11367 adjustment when computing ``stop_func_start''.
11368
11369 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11370
11371 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11372 the region size against the size of a pointer, not the size of
11373 a register as given by DEPRECATED_REGISTER_SIZE.
11374
11375 2004-01-19 Andrew Cagney <cagney@redhat.com>
11376
11377 * tui/tui-regs.h: Include "tui-data.h".
11378 (tuiFirstRegElementNoInLine): Delete declaration.
11379 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11380 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11381 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11382 (tui_calculate_regs_column_count): Rename
11383 tuiCalculateRegsColumnCount.
11384 (tui_check_register_values): Rename tuiCheckRegisterValues.
11385 (tui_show_registers): Rename tuiShowRegisters.
11386 (tui_display_registers_from_line): Rename
11387 tuiDisplayRegistersFromLine.
11388 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11389 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11390 (tui_first_reg_element_no_inline): Rename
11391 tuiFirstRegElementNoInLine.
11392 * tui/tui-data.h: Update copyright.
11393 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11394 * tui/tui-windata.c: Update copyright, update references.
11395 * tui/tui-regs.c: Update copyright, update references.
11396 * tui/tui-win.c: Update copyright, update references.
11397 * tui/tui-layout.c: Update copyright, update references.
11398
11399 2004-01-18 Andrew Cagney <cagney@redhat.com>
11400
11401 * tui/tui-io.c: Update copyright.
11402 (key_is_end_sequence, key_is_backspace): New functions.
11403 (key_is_command_char, key_is_start_sequence): New function.
11404 (tui_getc): Update references.
11405 * tui/tui-io.h: Update copyright.
11406 (m_tuiStartNewLine): Delete macro.
11407 (m_isBackspace, m_isDeleteChar): Delete macros.
11408 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11409 (m_isNextPage, m_isPrevPage): Delete macros.
11410 (m_isLeftArrow, m_isRightArrow): Delete macros.
11411 (m_isXdbStyleCommandChar): Delete macro.
11412 (key_is_start_sequence): Declare, replace m_isStartSequence.
11413 (key_is_end_sequence): Declare, replace m_isEndSequence.
11414 (key_is_backspace): Declare ,replace m_isBackspace.
11415 (key_is_command_char): Declare, replace m_isCommandChar.
11416 * tui/tui-command.c: Update copyright.
11417 (tuiDispatchCtrlChar): Update references.
11418
11419 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11420 tuiSourceWin.h.
11421
11422 * tui/tui-command.c: Rename tui/tuiCommand.c.
11423 * tui/tui-command.h: Rename tui/tuiCommand.h.
11424 * tui/tui-data.c: Rename tui/tuiData.c.
11425 * tui/tui-data.h: Rename tui/tuiData.h.
11426 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11427 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11428 * tui/tui-io.c: Rename tui/tuiIO.c.
11429 * tui/tui-io.h: Rename tui/tuiIO.h.
11430 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11431 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11432 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11433 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11434 * tui/tui-source.c: Rename tui/tuiSource.c.
11435 * tui/tui-source.h: Rename tui/tuiSource.h.
11436 * tui/tui-stack.c: Rename tui/tuiStack.c.
11437 * tui/tui-stack.h: Rename tui/tuiStack.h.
11438 * tui/tui-win.c: Rename tui/tuiWin.c.
11439 * tui/tui-win.h: Rename tui/tuiWin.h.
11440 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11441 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11442 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11443 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11444 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11445 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11446 * tui/tui-file.c: Update includes.
11447 * tui/tui-hooks.c: Update includes.
11448 * tui/tui-interp.c: Update includes.
11449 * tui/tui.c: Update includes.
11450 * Makefile.in: Update all tui/ dependencies.
11451 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11452
11453 * Makefile.in: Update copyright. Update dependencies.
11454
11455 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11456 problem.
11457
11458 2004-01-18 Andrew Cagney <cagney@redhat.com>
11459
11460 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11461 instead of register_gdbarch_init.
11462
11463 * remote-sds.c (tohex): Delete unused function. Update copyright.
11464 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11465 * v850-tdep.c (v850_register_virtual_size): Ditto.
11466 * target.c (normal_target_post_startup_inferior): Ditto.
11467 * source.c (ambiguous_line_spec): Ditto.
11468 * remote.c (adapt_remote_get_threadinfo): Ditto.
11469 * mi/mi-out.c (out_field_fmt): Ditto.
11470 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11471 (output_control_change_notification): Ditto.
11472 * m68k-tdep.c (m68k_register_byte): Ditto.
11473 (m68k_remote_breakpoint_from_pc): Ditto.
11474 * ui-out.c (init_ui_out_state): Delete unused declaration.
11475 * stabsread.c (search_value): Ditto.
11476 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11477 * maint.c (print_section_table): Ditto.
11478 * infrun.c (set_follow_fork_mode_command): Ditto.
11479
11480 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11481
11482 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11483 DW_CFA_def_cfa_exporession. Add support for
11484 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11485 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11486
11487 2004-01-18 Andrew Cagney <cagney@redhat.com>
11488
11489 * ocd.c: Update copyright.
11490 (bdm_read_register_command): Delete unused function.
11491 (_initialize_remote_ocd): Delete commented out reference.
11492 (get_quoted_char, reset_packet): Delete #if0ed function.
11493 (output_packet, put_quoted_char): Delete #if0ed function.
11494 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11495 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11496 (BDM_BREAKPOINT): Delete #if0ed macro.
11497 (remote_timeout): Delete #if0ed variable.
11498
11499 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11500
11501 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11502 (core-sol2.o): Remove dependency.
11503 * core-sol2.c: Remove file.
11504
11505 2004-01-17 Andrew Cagney <cagney@redhat.com>
11506
11507 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11508 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11509 enums.
11510
11511 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11512
11513 * remote.c: Update copyright years.
11514
11515 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11516
11517 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11518
11519 2004-01-17 Andrew Cagney <cagney@redhat.com>
11520
11521 * mdebugread.c: Update copyright.
11522 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11523 (parse_type, parse_procedure): Ditto.
11524 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11525
11526 * cris-tdep.c (cris_store_struct_return): Put back accidently
11527 deleted function.
11528
11529 * gdbarch.sh: Update copyright year.
11530 * gdbarch.h, gdbarch.c: Re-generate.
11531
11532 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11533
11534 Suggested by George Anzinger.
11535 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11536 correct stack offset. Include unknown opcode numbers in the error
11537 message.
11538
11539 2004-01-17 Andrew Cagney <cagney@redhat.com>
11540
11541 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11542 extract_struct_value_address, i386 does not set it.
11543 * sparc64-tdep.c (sparc64_init_abi): Do not set
11544 extract_struct_value_address, never called.
11545 (sparc64_extract_struct_value_address): Delete function.
11546 * m68hc11-tdep.c: Update copyright.
11547 (m68hc11_gdbarch_init): Delete redundant assignment of
11548 extract_struct_value_address.
11549 * i386-tdep.c: Update copyright.
11550 (i386_gdbarch_init): Do not set extract_struct_value_address,
11551 never called.
11552 (i386_extract_struct_value_address): Delete function.
11553 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11554 extract_struct_value_address, never called.
11555 (sparc32_extract_struct_value_address): #if 0 function. Add
11556 comments explaining its future.
11557
11558 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11559
11560 * arm-tdep.c (arm_write_pc): New function.
11561 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11562
11563 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11564
11565 * breakpoint.c (must_shift_inst_regs): Delete.
11566 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11567 and SHIFT_INST_REGS.
11568 * infcmd.c (step_1, step_1_continuation): Delete references to
11569 SHIFT_INST_REGS.
11570 * infrun.c (keep_going): Likewise.
11571 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11572 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11573
11574 2004-01-17 Andrew Cagney <cagney@redhat.com>
11575
11576 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11577 * gdbarch.h, gdbarch.c: Re-generate.
11578 * infcmd.c (print_return_value): Delete reference to
11579 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11580
11581 * cris-tdep.c (cris_gdbarch_init): Do not set
11582 deprecated_extract_struct_value_address.
11583
11584 * xstormy16-tdep.c: Update copyright.
11585 (xstormy16_extract_struct_value_address): Update to current
11586 extract struct value address interface.
11587 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11588 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11589 current extract struct value address interface.
11590 (sh64_gdbarch_init): Set extract_struct_value_address.
11591
11592 * cris-tdep.c: Update copyright.
11593 (cris_extract_struct_value_address): Delete function.
11594 (struct_return_address): Delete variable.
11595 (cris_store_struct_return): Do not set struct_return_address.
11596
11597 * mcore-tdep.c: Update copyright.
11598 (mcore_extract_struct_value_address): Delete function. Update
11599 comments.
11600 (mcore_gdbarch_init): Update.
11601 * mn10300-tdep.c: Update copyright.
11602 (mn10300_extract_struct_value_address): Delete function.
11603 (mn10300_gdbarch_init): Update.
11604 * v850-tdep.c: Update copyright.
11605 (v850_extract_struct_value_address): Delete.
11606 (v850_gdbarch_init): Update.
11607 * ns32k-tdep.c: Update copyright.
11608 (ns32k_extract_struct_value_address): Delete.
11609 (ns32k_gdbarch_init): Update.
11610 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11611 (hppa_gdbarch_init): Update.
11612 * vax-tdep.c: Update copyright.
11613 (vax_extract_struct_value_address): Delete.
11614 (vax_gdbarch_init): Update.
11615
11616 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11617 * gdbarch.h, gdbarch.c: Re-generate.
11618 * procfs.c (procfs_fetch_registers): Delete reference to
11619 DEPRECATED_NPC_REGNUM.
11620 (procfs_store_registers): Ditto.
11621 * regcache.c (generic_target_write_pc): Simplify.
11622 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11623
11624 * core-sol2.c (fetch_core_registers): Replace
11625 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11626
11627 * hppa-tdep.c: Update copyright year.
11628 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11629 NPC_REGNUM.
11630 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11631
11632 * mips-tdep.c (mips_write_pc): New function.
11633 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11634 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11635 (mips_find_saved_regs, mips_software_single_step: Ditto.
11636 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11637 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11638
11639 2004-01-17 Andrew Cagney <cagney@redhat.com>
11640
11641 * mips-tdep.c: Re-indent. Group functions by ABI.
11642
11643 2004-01-17 Andrew Cagney <cagney@redhat.com>
11644
11645 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11646 * gdbarch.c: Re-generate.
11647 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11648 DECR_PC_AFTER_BREAK to zero.
11649 * vax-tdep.c (vax_gdbarch_init): Ditto.
11650 * v850-tdep.c (v850_gdbarch_init): Ditto.
11651 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11652 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11653 * sh-tdep.c (sh_gdbarch_init): Ditto.
11654 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11655 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11656 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11657 * mips-tdep.c (mips_gdbarch_init): Ditto.
11658 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11659 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11660 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11661 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11662 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11663 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11664 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11665 * frv-tdep.c (frv_gdbarch_init): Ditto.
11666 * cris-tdep.c (cris_gdbarch_init): Ditto.
11667 * avr-tdep.c (avr_gdbarch_init): Ditto.
11668 * arm-tdep.c (arm_gdbarch_init): Ditto.
11669 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11670
11671 2004-01-17 J. Brobecker <brobecker@gnat.com>
11672
11673 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11674 Delete, no longer used.
11675 (read_subrange_type): New function, mostly extracted from
11676 read_array_type().
11677 (read_array_type): Replace extracted code by call to
11678 read_subrange_type().
11679 (dwarf2_get_attr_constant_value): New function.
11680 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11681 (add_partial_symbol): Likewise.
11682 (process_die): Likewise.
11683 (new_symbol): Likewise.
11684 (read_type_die): Likewise.
11685
11686 2004-01-16 Andrew Cagney <cagney@redhat.com>
11687
11688 * symfile.c: Update copyright year.
11689 (compare_symbols): Delete unused function.
11690 * stabsread.c: Update copyright year.
11691 (lrs_general_complaint): Delete unused function.
11692 (ref_search_value): Ditto.
11693 (get_substring): Delete declaration.
11694 * sh64-tdep.c: Update copyright year.
11695 (sh64_get_gdb_regnum): Delete unused function.
11696 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11697 Delete unused function.
11698
11699 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11700
11701 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11702 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11703
11704 2004-01-16 Andrew Cagney <cagney@redhat.com>
11705
11706 Changes from Peter Schauer.
11707 * rs6000-tdep.c: Update copyright year.
11708 (rs6000_push_dummy_call): Update the stack pointer before
11709 accessing the corresponding stack region.
11710 * rs6000-nat.c: Update copyright year.
11711 (set_host_arch): Set "info.abfd" to "exec_bfd".
11712
11713 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11714
11715 * blockframe.c: Update copyright year.
11716 (inside_entry_func): Don't treat a zero PC specially.
11717
11718 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11719
11720 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11721 variable.
11722 (gcore_create_callback): Ditto. Skip any memory segment that has
11723 no permissions set.
11724
11725 2004-01-14 David Carlton <carlton@kealia.com>
11726
11727 Change symbols for C++ nested types to contain the fully qualified
11728 name, if possible. (At least in the DWARF-2 case.) Partial fix
11729 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11730 c++/895.
11731 * c-exp.y (qualified_type): Handle types nested within classes.
11732 * cp-namespace.c: Update comments.
11733 (cp_set_block_scope): Delete #if 0.
11734 (cp_lookup_nested_type): Handle types nested within classes.
11735 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11736 when appropriate.
11737 (add_partial_symbol): Add the name of the enclosing namespace to
11738 types.
11739 (pdi_needs_namespace): New.
11740 (add_partial_namespace): Tweak comment.
11741 (add_partial_structure): New.
11742 (psymtab_to_symtab_1): Initialize processing_current_prefix
11743 here...
11744 (process_die): instead of here.
11745 (read_structure_scope): Try to figure out the name of the class or
11746 namespace that the structure might be defined within.
11747 (read_enumeration): Generate fully-qualified names, if possible.
11748 (read_namespace): Don't set name to NULL.
11749 (die_specification): New.
11750 (new_symbol): Generate fully-qualified names for types.
11751 (read_type_die): Determine appropriate prefix.
11752 (determine_prefix): New.
11753 (typename_concat): New.
11754 (class_name): New.
11755 * valops.c (value_aggregate_elt): Pass NOSIDE to
11756 value_struct_elt_for_reference.
11757 (value_struct_elt_for_reference): Make static, add NOSIDE
11758 parameter, call value_maybe_namespace_elt as a last resort.
11759 (value_namespace_elt): Break out code into
11760 value_maybe_namespace_elt.
11761 (value_maybe_namespace_elt): New.
11762
11763 2004-01-12 Andrew Cagney <cagney@redhat.com>
11764
11765 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11766 cooked floating-point registers.
11767 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11768 and value_to_register.
11769
11770 2004-01-13 Andrew Cagney <cagney@redhat.com>
11771
11772 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11773 * gdbarch.c: Re-generate.
11774 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11775 FUNCTION_START_OFFSET.
11776 * v850-tdep.c (v850_gdbarch_init): Ditto.
11777 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11778 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11779 * sh-tdep.c (sh_gdbarch_init): Ditto.
11780 * s390-tdep.c (s390_gdbarch_init): Ditto.
11781 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11782 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11783 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11784 * mips-tdep.c (mips_gdbarch_init): Ditto.
11785 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11786 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11787 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11788 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11789 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11790 * i386-tdep.c (i386_gdbarch_init): Ditto.
11791 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11792 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11793 * frv-tdep.c (frv_gdbarch_init): Ditto.
11794 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11795 * cris-tdep.c (cris_gdbarch_init): Ditto.
11796 * avr-tdep.c (avr_gdbarch_init): Ditto.
11797 * arm-tdep.c (arm_gdbarch_init): Ditto.
11798 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11799
11800 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11801
11802 * infrun.c (follow_fork_mode_ask): Remove.
11803 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11804 (follow_fork): Simplify and remove internal error for
11805 follow_fork_mode_ask.
11806 (_initialize_infrun): Update "set follow-fork-mode" help text.
11807
11808 2004-01-13 Andrew Cagney <cagney@redhat.com>
11809
11810 * configure.in: Update copyright year.
11811 (build_warnings): Add -Wunused-label.
11812 * configure: Re-generate.
11813
11814 2004-01-12 Andrew Cagney <cagney@redhat.com>
11815
11816 * exec.h (exec_ops): Make "extern".
11817
11818 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11819 the function is void.
11820 (mips_pseudo_register_write): Ditto.
11821
11822 2004-01-12 Andrew Cagney <cagney@redhat.com>
11823
11824 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11825 call. Never defined.
11826 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11827 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11828 (struct sparc_gregset, struct regcache): Ditto.
11829 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11830
11831 2004-01-12 Andrew Cagney <cagney@redhat.com>
11832
11833 * mi/ChangeLog: Delete file. Renamed to ...
11834 * mi/ChangeLog-1999-2003: New file.
11835 * tui/ChangeLog: Delete file. Renamed to ...
11836 * tui/ChangeLog-1998-2003: New file.
11837
11838 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11839
11840 * sparc64nbsd-tdep.c: Include "regset.h".
11841 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11842 Remove variables.
11843 (fetch_core_registers): Remove function.
11844 (sparc64nbsd_core_fns): Remove variable.
11845 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11846 functions.
11847 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11848 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11849 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11850
11851 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11852 sparc_extract_struct_value_address.
11853 (sparc32_gdbarch_init): Set extract_struct_value_address.
11854 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11855 function.
11856 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11857 return_value_on_stack.
11858
11859 * NEWS: Mention that %cs and %ss have been added to the AMD64
11860 configurations
11861
11862 * frame.c: Update copyright year.
11863 (get_prev_frame): Improve comment.
11864
11865 * sparc64fbsd-tdep.c: Include "regset.h".
11866 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11867 Remove variables.
11868 (fetch_core_registers): Remove function.
11869 (sparc64fbsd_core_fns): Remove variable.
11870 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11871 functions.
11872 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11873 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11874 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11875
11876 * sparcnbsd-tdep.c: Include "regset.h".
11877 (fetch_core_registers): Remove function.
11878 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11879 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11880 functions.
11881 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11882 TDEP->fpregset.
11883 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11884
11885 * sparc-tdep.h (struct regset): Provide opaque declaration.
11886 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11887 fpregset and sizeof_fpregset members.
11888 * sparc-tdep.c (struct regset): Provide opaque declaration.
11889 (sparc_regset_from_core_section): New function.
11890 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11891 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11892 Set regset_from_core_section when appropriate.
11893
11894 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11895
11896 * x86-64-tdep.c (amd64_non_pod_p): New function.
11897 (amd64_classify_aggregate): Return class memory for non-POD
11898 C++ structure types.
11899
11900 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11901 argument. Use it to reserve a register if necessary.
11902 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11903 amd64_push_arguments.
11904
11905 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11906
11907 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11908 register numbers in comments.
11909 * x86-64-tdep.h: Update copyright year.
11910 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11911 Adjust for addition of %cs and %ss.
11912 * amd64fbsd-nat.c: Update copyright year.
11913 (reg_offset): Add register offsets for %cs and %ss.
11914 * amd64fbsd-tdep.c: Update copyright year.
11915 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11916 (amd64fbsd_sc_reg_offset): Likewise.
11917 * x86-64-linux-nat.c: Update copyright year.
11918 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11919 and %ss.
11920 * amd64nbsd-nat.c: Update copyright year.
11921 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11922 * amd64nbsd-tdep.c: Update copyright year.
11923 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11924 * x86-64-linux-tdep.c: Update copyright year.
11925 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11926 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11927 * regformats/reg-x86-64.dat: Add %cs and %ss.
11928
11929 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11930 variables to prevent long lines. Update comments to reflect
11931 reality.
11932
11933 2004-01-09 David Carlton <carlton@kealia.com>
11934
11935 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11936 * dwarf2read.c (read_namespace): Pull out name-generating code
11937 into namespace_name. Rename previous_namespace to previous_prefix
11938 and processing_current_namespace to processing_current_prefix..
11939 (namespace_name): New function.
11940 (add_partial_symbol): Substitute uses of pdi->name with
11941 actual_name.
11942 * cp-support.h: Rename processing_current_namespace to
11943 processing_current_prefix.
11944 Update copyright year.
11945 * cp-namespace.c: Rename processing_current_namespace to
11946 processing_current_prefix.
11947 Update copyright year.
11948
11949 2004-01-09 Andrew Cagney <cagney@redhat.com>
11950
11951 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11952
11953 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11954
11955 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11956 complaining.
11957 (process_one_symbol): Deal with N_PATCH stabs.
11958
11959 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
11960
11961 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11962 ifdeffed code.
11963 Update copyright year.
11964
11965 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11966
11967 * config/pa/tm-hppa.h: Update extern declarations for
11968 hppa32_hpux_frame_saved_pc_in_sigtramp,
11969 hppa32_hpux_frame_base_before_sigtramp, and
11970 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11971
11972 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11973
11974 * config/pa/tm-hppah.h: Update copyright years.
11975
11976 2004-01-08 Andrew Cagney <cagney@redhat.com>
11977
11978 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11979 (mips_o32_reg_struct_has_addr): Delete function.
11980 (mips_gdbarch_init): Update.
11981 (mips_extract_struct_value_address): Delete function.
11982
11983 2004-01-08 David Mosberger <davidm@hpl.hp.com>
11984
11985 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11986 reality.
11987
11988 2004-01-07 Andrew Cagney <cagney@redhat.com>
11989
11990 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11991 architecture's elf flags (when available).
11992
11993 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11994 FPU to the start, check the MIPS FPU when looking for an old
11995 architecture.
11996 (set_mipsfpu_single_command): Update the architecture.
11997 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11998
11999 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12000 (mips_mask_address_p): Add "tdep" parameter.
12001 (show_mask_address, mips_addr_bits_remove): Update.
12002 (mips_dump_tdep): Update.
12003 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12004 (MIPS_STACK_ARGSIZE): Delete macro.
12005 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12006 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12007 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12008 (mips_dump_tdep): Update.
12009 (MIPS_SAVED_REGSIZE): Delete macro.
12010 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12011 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12012 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12013 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12014 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12015 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12016 (mips_pop_frame, return_value_location): Update.
12017 (mips_n32n64_return_value, mips_dump_tdep): Update.
12018
12019 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12020 MIPS ABI.
12021
12022 * mips-tdep.c: Update copyright.
12023 (mips_gdbarch_init): Merge two code blocks handling the register
12024 name and number layout.
12025
12026 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12027
12028 * tracepoint.c (validate_actionline): Fix segv at EOF
12029
12030 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12031
12032 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12033 properly for static fields.
12034
12035 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12036 Jason Molenda <jmolenda@apple.com>
12037
12038 * disasm.c: Update copyright to include 2004.
12039 (do_mixed_source_and_assembly): For uiout asm list
12040 and tuple cleanups, initialize to null_cleanup instead of
12041 NULL and do so prior to loop. Only reset when we close off
12042 the tuple/list. Move check for whether to close off the
12043 asm tuple/list to after dump_insns call where it will be run
12044 on each loop iteration.
12045
12046 2004-01-05 Andrew Cagney <cagney@redhat.com>
12047
12048 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12049 should be a switch case and not a label.
12050 * mips-tdep.c (mips32_next_pc): Delete unused labels
12051 "greater_equal_branch" and "less_zero_branch".
12052 * jv-valprint.c (java_print_value_fields): Delete unused label
12053 "flush_it".
12054
12055 * target.c (unpush_target): Only close a target that is in the
12056 target stack.
12057
12058 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12059
12060 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12061 address from [sp + 64] instead of %o2.
12062
12063 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12064 fixes PR backtrace/1476.
12065
12066 2004-01-05 Andrew Cagney <cagney@redhat.com>
12067
12068 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12069 move to start of file.
12070 * i386-tdep.h (struct regcache): Add opaque declaration.
12071 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12072 declaration.
12073 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12074 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12075 * win32-nat.c (fake_create_process): Use ISO C style definition.
12076 * stabsread.c (define_symbol): Delete #ifndef
12077 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12078 stabs_argument_has_addr call, macro never defined.
12079
12080 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12081
12082 * op50-rom.c: Delete.
12083 * w89k-rom.c: Delete.
12084 * Makefile.in: Remove references.
12085
12086 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12087
12088 * x86-64-tdep.c: Update copyright year.
12089 (struct amd64_register_info): Rename from x86_64_register_info.
12090 (amd64_register_info): Rename from x86_64_register_info.
12091 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12092 (amd64_register_name): Rename from x86_64_register_name.
12093 (amd64_register_type): Rename from x86_64_register_type.
12094 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12095 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12096 (amd64_dwarf_reg_to_regnum): Rename from
12097 x86_64_dwarf_reg_to_regnum.
12098 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12099 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12100 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12101 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12102 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12103 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12104 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12105 (amd64_frame_cache): Rename from x86_64_frame_cache.
12106 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12107 (amd64_frame_prev_register): Rename from
12108 x86_64_frame_prev_register.
12109 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12110 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12111 (amd64_sigtramp_frame_cache): Rename from
12112 x86_64_sigtramp_frame_cache.
12113 (amd64_sigtramp_frame_prev_register): Rename from
12114 x86_64_sigtramp_frame_prev_register.
12115 (amd64_sigtramp_frame_unwind): Rename from
12116 x86_64_sigtramp_frame_unwind.
12117 (amd64_sigtramp_frame_sniffer): Rename from
12118 x86_64_sigtramp_frame_sniffer.
12119 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12120 (amd64_frame_base): Rename from x86_64_frame_base.
12121 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12122 (amd64_frame_align): Rename from x86_64_frame_align.
12123 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12124 (amd64_regset_from_core_section): Rename from
12125 x86_64_regset_from_core_section.
12126 (x86_64_init_abi): Update comments.
12127
12128 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12129
12130 * MAINTAINERS (write after approval): Add myself.
12131
12132 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12133
12134 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12135 `float' arguments.
12136
12137 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12138
12139 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12140 such that it mentions a specific version of GCC that exhibits this
12141 bug.
12142
12143 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12144
12145 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12146 structure that has a single `float' member, store it in %f1 in
12147 addition to %f0.
12148
12149 * sparc-sol2-nat.c: Add missing '\'.
12150
12151 * sparc-tdep.c (sparc32_return_value): New function.
12152 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12153 Remove functions.
12154 (sparc32_gdbarch_init): Set return_value, don't set
12155 extract_return_value, store_return_value, use_struct_convention
12156 and return_value_on_stack.
12157
12158 * sparc-sol2-nat.c: Add missing ')'.
12159
12160 2004-01-03 J. Brobecker <brobecker@gnat.com>
12161
12162 * infrun.c (handle_step_into_function): New function.
12163 (handle_inferior_event): Extract out some code into the new
12164 function above.
12165
12166 2004-01-03 J. Brobecker <brobecker@gnat.com>
12167
12168 * infrun.c (handle_inferior_event): Move the declaration of
12169 real_stop_pc inside the if blocks where it is used.
12170
12171 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12172
12173 * sparc64-tdep.c (sparc64_16_byte_align_p)
12174 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12175 Use check_typedef to get subtypes of structures and unions.
12176 (sparc64_store_return_value): Fix calculation of the appropriate
12177 offset into VALBUF when storing a structure or union.
12178 (sparc64_return_value): New function.
12179 (sparc64_use_struct_convention): Remove function.
12180 (sparc64_init_abi): Set return_value, don't set
12181 extract_return_value, store_return_value and
12182 use_struct_convention.
12183
12184 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12185
12186 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12187 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12188 gdb/config/alpha/xm-alphaosf.h,
12189 gdb/config/powerpc/tm-ppcle-eabi.h,
12190 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12191 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12192 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12193 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12194 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12195 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12196 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12197 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12198 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12199 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12200 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12201 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12202 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12203 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12204 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12205 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12206 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12207 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12208 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12209 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12210 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12211 Remove lines for .cvsignore files.
12212
12213 2004-01-03 J. Brobecker <brobecker@gnat.com>
12214
12215 * infrun.c: Back out the previous change.
12216
12217 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12218
12219 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12220 sparc-*-sunos4* to the list of REMOVED configurations.
12221
12222 * configure.tgt: Add back sparc-*-vxworks*.
12223 * remote-vxsparc.c: Remove all includes except for "defs.h",
12224 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12225 Include "sparc-tdep.h".
12226 (SPARC_R_G1): New define.
12227 (vxsparc_gregset): New variable.
12228 (ext_format_sparc): Remove extern declaration.
12229 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12230 sparc32_supply_fpregset.
12231 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12232 sparc_collect_rwindow and sparc32_collect_fpregset.
12233 * config/sparc/tm-vxworks.h: New file, based on recently removed
12234 tm-vxsparc.h.
12235 * config/sparc/vxworks.mt: New file, based on recently removed
12236 vxworks.mt.
12237
12238 2004-01-03 J. Brobecker <brobecker@gnat.com>
12239
12240 * infrun.c (handle_step_into_function): New function.
12241 (handle_inferior_event): Extract out some code into the new
12242 function above.
12243
12244 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12245
12246 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12247 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12248 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12249 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12250 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12251 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12252 (sparc_nat_h): New variable.
12253 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12254 (tm-sun4os4.h): Remove dependency.
12255 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12256 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12257 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12258 sparc-tdep.o): Update dependencies.
12259 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12260 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12261 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12262 dependencies.
12263 * configure.host: Remove existing sparc-*-lynxos*,
12264 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12265 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12266 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12267 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12268 triplets.
12269 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12270 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12271 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12272 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12273 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12274 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12275 sparc64-*-solaris2* and sparc64-*-* triplets.
12276 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12277 "symtab.h" and "objfiles.h".
12278 (BIAS): Remove define.
12279 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12280 (X_DISP19): Remove macros.
12281 (sparc_fetch_instruction): Remove function.
12282 (struct gdbarch_tdep): Remove definition.
12283 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12284 (sparc_breakpoint_from_pc): Remove function.
12285 (struct sparc64_frame_cache): Remove definition.
12286 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12287 sparc64_unwind_pc): Remove functions.
12288 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12289 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12290 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12291 (sparc64_frame_cache): Change return type to `struct
12292 sparc_frame_cache *'. Simply call sparc_frame_cache.
12293 (sparc64_frame_this_id, sparc64_frame_prev_register,
12294 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12295 instead of `struct sparc64_frame_cache.
12296 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12297 sparc_analyze_control_transfer, sparc_software_single_step,
12298 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12299 _initialize_sparc64_tdep): Remove functions.
12300 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12301 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12302 macros.
12303 (sparc64_supply_gregset, sparc64_collect_gregset,
12304 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12305 (sparc64_init_abi): New function.
12306 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12307 inclusion guard. Include "sparc-tdep.h".
12308 (BIAS): Define.
12309 (r_tstate_offset, r_fprs_offset): New defines.
12310 (enum sparc_regnum): Remove defenition.
12311 (enum sparc64_regnum): Reformat.
12312 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12313 (sparc64_init_abi, sparc64_supply_gregset,
12314 sparc64_collect_gregset, sparc64_supply_fpregset,
12315 sparc64_collect_fpregset): New prototypes.
12316 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12317 Add extern declarations.
12318 (sparc64_sol2_init_abi): New prototype.
12319 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12320 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12321 prototypes.
12322 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12323 "sparnbsd-nat.h".
12324 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12325 functions.
12326 (_initialize_sparc64fbsd_nat): Remove initialization of
12327 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12328 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12329 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12330 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12331 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12332 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12333 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12334 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12335 (sparc64fbsd_r_y_offset): Remove variables.
12336 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12337 Make static and const.
12338 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12339 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12340 functions.
12341 (sparc64fbsd_gregset): New variable.
12342 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12343 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12344 and sparc64_supply_fpregset.
12345 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12346 (sparc64fbsd_sigtramp_frame_this_id)
12347 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12348 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12349 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12350 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12351 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12352 * sparcnbsd-tdep.c: Update copyright year. Include
12353 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12354 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12355 "value.h" and "sparcnbsd-tdep.h".
12356 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12357 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12358 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12359 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12360 defines.
12361 (sparcnbsd_gregset): New variable.
12362 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12363 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12364 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12365 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12366 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12367 variables.
12368 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12369 (sparc32nbsd_sigcontext_frame_this_id)
12370 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12371 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12372 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12373 (sparcnbsd_get_longjmp_target_32,
12374 sparcnbsd_get_longjmp_target_64): Remove functions.
12375 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12376 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12377 sparcnbsd_init_elf): Remove.
12378 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12379 (sparcnbsd_elf_init_abi): New functions.
12380 (_initialize_sparcnbsd_tdep): New prototype.
12381 (_initialize_sparnbsd_tdep): Update.
12382 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12383 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12384 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12385 * config/sparc/linux.mh: Update comment.
12386 (XM_FILE, HOST_IPC): Remove variables.
12387 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12388 sparc-linux-nat.o.
12389 * config/sparc/linux.mt: Update comment.
12390 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12391 * config/sparc/nbsd.mt: Reformat.
12392 * config/sparc/nbsd64.mh: Update comment.
12393 (NATDEPFILES): Add sparc-nat.o.
12394 * config/sparc/nbsd64.mt: Update comment.
12395 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12396 (TM_FILE): Set to tm-nbsd.h.
12397 * config/sparc/nbsdelf.mh: Update comment.
12398 (NATDEPFILES): Add sparc-nat.o.
12399 (XM_FILE): Delete.
12400 * config/sparc/nbsdaout.mh: Update comment.
12401 (NATDEPFILES): Add sparc-nat.o
12402 (XM_FILE): Delete.
12403 * config/sparc/nm-linux.h: Update copyright year. Don't include
12404 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12405 inclusion.
12406 (KERNEL_U_SIZE): Remove define.
12407 (kernel_u_size): Remove prototype.
12408 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12409 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12410 "regcache.h".
12411 (CHILD_PREPARE_TO_STORE): Remove define.
12412 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12413 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12414 sparcnbsd-nat.c: Rewrite files.
12415 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12416 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12417 sparcnbsd-tdep.h: Remove files.
12418 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12419 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12420 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12421 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12422 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12423 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12424 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12425 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12426 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12427 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12428 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12429 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12430 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12431 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12432 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12433 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12434 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12435 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12436 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12437
12438 2004-01-02 Andrew Cagney <cagney@redhat.com>
12439
12440 From 2003-12-18 Kazuhiro Inaoka:
12441 * configure.host: Add m32r-linux target.
12442
12443 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12444
12445 * top.c (print_gdb_version): Update year to 2004.
12446
12447 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12448
12449 * MAINTAINERS: Add myself to the write-after-approval category.
12450
12451 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12452
12453 From Bernardo Innocenti <bernie@develer.com>:
12454 * configure.tgt: Add uClinux target.
12455
12456 2004-01-02 Andrew Cagney <cagney@redhat.com>
12457
12458 * utils.c (do_my_cleanups): Make static, add forward declaration.
12459 * defs.h (do_my_cleanups): Delete declaration.
12460
12461 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12462
12463 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12464 bfd/ChangeLog-0203.
12465
12466 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12467
12468 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12469 in <machine/reg.h>.
12470 * configure, config.in: Regenerate.
12471
12472 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12473 tui/ChangeLog-1998-2003.
12474 \f
12475 Local Variables:
12476 mode: change-log
12477 left-margin: 8
12478 fill-column: 74
12479 version-control: never
12480 End:
This page took 0.265203 seconds and 5 git commands to generate.