2004-09-29 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-29 Andrew Cagney <cagney@gnu.org>
2
3 * target.h (struct target_ops): Delete field to_post_wait.
4 (target_post_wait): Delete macro.
5 (child_post_wait): Delete declaration.
6 * target.c (update_current_target, update_current_target)
7 (debug_to_post_wait, setup_target_debug): Delete functions and
8 references.
9 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
10 * inftarg.c (child_post_wait): Delete.
11 (init_child_ops): Do not set to_post_wait.
12 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
13 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
14 * inf-child.c (inf_child_post_wait): Delete.
15 (inf_child_target): Do not set to_post_wait.
16 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
17 (inf_ptrace_target): Do not set to_post_wait.
18
19 * wince.c (child_ops): Delete.
20 * win32-nat.c (child_ops): Delete.
21
22 * inftarg.c (inftarg_set_find_memory_regions)
23 (inftarg_set_make_corefile_notes): Delete functions.
24 (_initialize_linux_nat): Inline calls.
25
26 * target.h (child_ops): Declare.
27 * inftarg.c (child_ops): Move from here ...
28 * target.c (child_ops): ... to here.
29 * wince.c (child_ops): Delete extern declaration.
30 * win32-nat.c (child_ops): Delete extern declaration.
31 * linux-nat.c (child_ops): Delete extern declaration.
32 * hpux-thread.c (child_ops): Delete extern declaration.
33
34 2004-09-28 Mark Kettenis <kettenis@gnu.org>
35
36 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
37
38 2004-09-28 Mark Kettenis <kettenis@gnu.org>
39
40 * configure.in: Only set host_makefile_frag when building a native
41 debugger.
42 * configure: Regenerate.
43
44 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
45 for OpenBSD ELF.
46
47 2004-09-28 Andrew Cagney <cagney@gnu.org>
48
49 Problem identified by Paul Hilfinger.
50 * Makefile.in (ada_lex_c): Define.
51 (ada-lex.o): Delete rule.
52
53 * linux-proc.c: Delete file.
54 * Makefile.in: Update.
55 * config/sparc/linux64.mh (NATDEPFILES):
56 * config/sparc/linux.mh (NATDEPFILES): Update.
57 * config/s390/s390.mh (NATDEPFILES): Update.
58 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
59 * config/powerpc/linux.mh (NATDEPFILES): Update.
60 * config/pa/linux.mh (NATDEPFILES): Update.
61 * config/mips/linux.mh (NATDEPFILES): Update.
62 * config/m68k/linux.mh (NATDEPFILES): Update.
63 * config/ia64/linux.mh (NATDEPFILES): Update.
64 * config/i386/linux64.mh (NATDEPFILES): Update.
65 * config/i386/linux.mh (NATDEPFILES): Update.
66 * config/arm/linux.mh (NATDEPFILES): Update.
67 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
68 * linux-nat.c: Update copyright. Include <sys/param.h>,
69 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
70 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
71 (O_LARGEFILE): Possibly define.
72 (_initialize_linux_nat, linux_proc_pending_signals)
73 (add_line_to_sigset, linux_proc_xfer_memory)
74 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
75 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
76 (struct linux_corefile_thread_data)
77 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
78 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
79
80 2004-09-16 Andrew Cagney <cagney@gnu.org>
81
82 * lin-lwp.c: Delete file.
83 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
84 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
85 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
86 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
87 (linux_nat_attach, detach_callback, linux_nat_detach)
88 (resume_callback, resume_clear_callback, linux_nat_resume)
89 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
90 (stop_wait_callback, linux_nat_has_pending, flush_callback)
91 (status_callback, running_callback, count_events_callback)
92 (select_singlestep_lwp_callback, select_event_lwp_callback)
93 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
94 (child_wait, stop_and_resume_callback, linux_nat_wait)
95 (kill_callback, kill_wait_callback, linux_nat_kill)
96 (linux_nat_create_inferior, linux_nat_mourn_inferior)
97 (linux_nat_xfer_memory, linux_nat_thread_alive)
98 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
99 (_initialize_linux_nat): New functions.
100 * Makefile.in: Update all dependencies.
101 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
102 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
103 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
104 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
105 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
106 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
107 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
108 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
109 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
110 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
111 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
112 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
113 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
114
115 2004-09-27 Mark Kettenis <kettenis@gnu.org>
116
117 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
118 config/i386/obsd64.mh (NAT_FILE): Remove variable.
119
120 * configure.in: Don't comment out NATDEPFILES in the generated
121 Makefile if NAT_FILE is unset.
122 * configure: Regenerate.
123
124 2004-09-27 Andrew Cagney <cagney@gnu.org>
125
126 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
127 (insert_step_resume_breakpoint): Delete.
128 (insert_step_resume_breakpoint_at_frame): New function.
129 (insert_step_resume_breakpoint_at_sal): New function.
130 (handle_inferior_event, step_into_function)
131 (insert_step_resume_breakpoint): Simplify by using same.
132
133 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
134
135 2004-09-26 Mark Kettenis <kettenis@gnu.org>
136
137 * fbsd-proc.c: Remove file.
138 * Makefile.in (fbsd-proc.o): Remove dependency.
139
140 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
141 code together.
142
143 * config/i386/nm-fbsd64.h: Remove file.
144 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
145
146 2004-09-26 Mark Kettenis <kettenis@gnu.org>
147
148 * amd64-nat.h: Update copyright year.
149 (amd64bsd_target): New prototype.
150 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
151 (amd64bsd_target): New function.
152 (amd64bsd_fetch_inferior_registers): Rename from
153 fetch_inferior_registers. Make static.
154 (amd64bsd_store_inferior_registers): Rename from
155 store_inferior_registers. Make static.
156 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
157 (_initialize_amd64fbsd_nat): Construct and add target vector.
158 * amd64nbsd-nat.o: Include "target.h".
159 (_initialize_amd64nbsd_nat): Construct and add target vector.
160 * amd64obsd-nat.c: Include "target.h".
161 (_initialize_amd64obsd_nat): Construct and add target vector.
162 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
163 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
164 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
165 fbsd-nat.o.
166 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
167 Remove infptrace.o and inftarg.o. Add inf-child.o and
168 inf-ptrace.o.
169 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
170 (amd64obsd-nat.o): Update dependencies.
171
172 2004-09-25 Mark Kettenis <kettenis@gnu.org>
173
174 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
175 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
176 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
177 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
178 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
179
180 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
181 Inline attach call.
182 (inf_ptrace_detach): Inline detach call.
183
184 * configure.in: Check for waddstr instead of mvwaddstr when
185 searching for curses library. Check for wborder.
186 * configure, config.in: Regenerate.
187 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
188 available.
189
190 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
191
192 2004-09-24 Robert Picco <Robert.Picco@hp.com>
193
194 Committed by Andrew Cagney.
195 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
196 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
197 configuration.
198 (fetch_register_using_p): Implement 'p' packet. Based on code by
199 Fernando Nasser.
200 (remote_fetch_registers): Call fetch_register_using_p.
201 (init_all_packet_configs, show_remote_cmd)
202 (_initialize_remote): Add p-packet.
203
204 2004-09-24 Mark Kettenis <kettenis@gnu.org>
205
206 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
207 instead of call_ptrace. Call wait directly instead of
208 ptrace_wait.
209 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
210 (inf_ptrace_wait): Inline ptrace_wait call.
211
212 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
213
214 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
215 rolled back instead.
216
217 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
218
219 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
220 the new argument order.
221
222 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
223
224 * MAINTAINERS: Remove "broken" from XStormy16 entry.
225 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
226 (struct gdbarch_tdep): Remove.
227 (struct xstormy16_frame_cache): New frame cache structure.
228 (xstormy16_register_byte, xstormy16_register_raw_size)
229 (xstormy16_reg_virtual_type, xstormy16_register_type)
230 (xstormy16_push_arguments, xstormy16_push_return_address)
231 (xstormy16_pop_frame, xstormy16_store_struct_return)
232 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
233 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
234 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
235 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
236 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
237 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
238 (xstormy16_use_struct_convention): Drop gcc_p parameter.
239 (xstormy16_extract_return_value, xstormy16_store_return_value):
240 Regcachify. Drop useless struct convention handling.
241 (xstormy16_register_type, xstormy16_return_value)
242 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
243 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
244 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
245 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
246 (xstormy16_unwind_sp, xstormy16_unwind_pc)
247 (xstormy16_unwind_dummy_id) : New functions.
248 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
249 of xstormy16_scan_prologue.
250 (xstormy16_frame_unwind): New frame_unwind structure.
251 (xstormy16_frame_base): New frame_base structure.
252 (xstormy16_gdbarch_init): Accomodate all of the above changes.
253 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
254
255 2004-09-22 Mark Kettenis <kettenis@gnu.org>
256
257 * language.c (language_gdbarch_post_init): Fix off-by one error.
258
259 2004-09-21 Daniel Jacobowitz <dan@debian.org>
260
261 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
262 (struct dwarf2_offset_and_type): New.
263 (set_die_type, reset_die_and_siblings_types, get_die_type)
264 (offset_and_type_hash, offset_and_type_eq): New functions.
265 (read_structure_type, read_enumeration_type, read_array_type)
266 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
267 (read_tag_reference_type, read_tag_const_type)
268 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
269 (read_typedef, read_base_type, read_subrange_type): Use
270 set_die_type.
271
272 2004-09-20 Daniel Jacobowitz <dan@debian.org>
273
274 * Makefile.in (dwarf2read.o): Update dependencies.
275 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
276 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
277 and read_in_chain.
278 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
279 mark, and has_form_ref_addr.
280 (struct dwarf2_per_cu_data): New.
281 (dwarf2_max_cache_age): New.
282 (dwarf2_build_psymtabs_hard): Free cached compilation units
283 after loading. Create and manage the list of compilation units.
284 Remove unnecessary NULL initialization. Fix indentation.
285 (psymtab_to_symtab_1): Initialize all of CU.
286 (dwarf2_read_abbrevs): Set has_form_ref_addr.
287 (find_partial_die): Use dwarf2_find_containing_comp_unit
288 and load_comp_unit.
289 (free_stack_comp_unit): Update comments. Clear the per-cu
290 pointer. Handle aging.
291 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
292 (age_cached_comp_units, free_one_cached_comp_unit)
293 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
294 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
295 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
296 (show_dwarf2_cmd): New.
297 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
298 and "maint show dwarf2 max-cache-age".
299 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
300 externs.
301 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
302 global.
303
304 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
305
306 * dwarf2read.c (typename_concat): Change prototype to accept obstack
307 and dwarf2_cu struct pointer as arguments. Change function to use
308 obstack if provided and use dwarf2_cu to determine language-specific
309 separator.
310 (partial_die_parent_scope): Change comment to include java. Use
311 new version of typename_concat instead of obconcat.
312 (partial_die_full_name): Use typename_concat.
313 (read_namespace): Ditto.
314 (read_enumeration_type): Use typename_concat instead of obconcat.
315 (new_symbol): Ditto.
316 (add_partial_symbol): Enhance tests for C++ to also test for Java.
317 (guess_structure_name): Ditto.
318 (read_subroutine_type): Ditto.
319 (read_structure_type): Ditto.
320 (is_vtable_name): Add Java support.
321 (determine_class_name): Switch to new typename_concat call.
322 (determine_prefix): Switch to new typename_concat call.
323 * jv-exp.y (FuncStart): New pattern.
324 (MethodInvocation): Add support for simple function calls. Change
325 warning message for other forms of inferior call currently not
326 supported.
327 * valarith.c (value_subscript): Treat an array with upper-bound
328 of -1 as unknown size.
329
330 2004-09-20 Daniel Jacobowitz <dan@debian.org>
331
332 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
333 (lookup_partial_symtab): Use symtab_to_fullname.
334
335 2004-09-19 Jim Blandy <jimb@redhat.com>
336
337 * minsyms.c (lookup_minimal_symbol): Doc fix.
338
339 2004-09-20 Andrew Cagney <cagney@gnu.org>
340
341 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
342 CHILD_RESUME.
343 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
344 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
345 KILL_INFERIOR.
346 * infptrace.c: Update.
347
348 2004-09-19 Daniel Jacobowitz <dan@debian.org>
349
350 * symtab.c (output_source_filename): Mark first argument as const.
351 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
352 for "info sources" output.
353
354 2004-09-20 Mark Kettenis <kettenis@gnu.org>
355
356 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
357 <machine/vmparam.h>.
358 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
359 (register_u_addr): Remove prototype.
360
361 2004-09-19 Mark Kettenis <kettenis@gnu.org>
362
363 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
364 (i386bsd_fetch_inferior_registers): Rename from
365 fetch_inferior_registers. Make static.
366 (i386bsd_store_inferior_registers): Rename from
367 store_inferior_registers. Make static.
368 (i386bsd_target): New function.
369 * i386bsd-nat.h: New file.
370 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
371 "i386bsd-nat.h".
372 (i386fbsd_resume): Rename from child_resume. Make static.
373 (_initialize_i386fbsd_nat): Construct and add target vector.
374 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
375 (_initialize_i386nbsd_nat): Construct and add target vector.
376 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
377 Remove defines.
378 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
379 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
380 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
381 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
382 (LOADLIBES): New variable.
383 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
384 inf-ptrace.o. Remove inftarg.o.
385 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
386 inf-ptrace.o. Remove inftarg.o.
387 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
388 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
389 (LOADLIBES): New variable.
390 * Makefile.in (i386bsd_nat_h): New variable.
391 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
392 dependencies.
393
394 * sparc64nbsd-tdep.c: Include "objfiles.h".
395 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
396 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
397 svr4_lp64_fetch_link_map_offsets.
398 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
399 "nbsd-tdep.h".
400 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
401 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
402 svr4_lp64_fetch_link_map_offsets.
403 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
404 dependencies.
405
406 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
407 * fbsd-nat.h: New file.
408 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
409 (fbsd_nat_h): New variable.
410 (fbsd-nat.o): New dependency.
411
412 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
413 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
414
415 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
416 comment.
417
418 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
419
420 * ada-exp.y (type_int): New function to add layer of abstraction
421 around references to expression types.
422 (type_long): Ditto.
423 (type_long_long): Ditto.
424 (type_float): Ditto.
425 (type_double): Ditto.
426 (type_long_double): Ditto.
427 (type_char): Ditto.
428 (type_system_address): Ditto.
429 (simple_exp): Use type_* functions in place of builtin_*
430 variables.
431 (exp): Ditto.
432 (write_var_from_name): Ditto.
433 (write_object_renaming): Ditto.
434 * ada-lang.c (ada_create_fundamental_type): Remove redundant
435 declaration.
436 (build_ada_types): Remove, replacing with...
437 (ada_language_arch_info): New function to initialize primitive
438 type vector in language_arch_info.
439 (ada_array_length): Remove use of builtin_type_ada_int.
440 (value_pos_atr): Ditto.
441 (ada_evaluate_subexp): Ditto.
442 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
443 builtin_type_ada_long_long, builtin_type_ada_char,
444 builtin_type_ada_float, builtin_type_ada_double,
445 builtin_type_ada_long_double, builtin_type_ada_natural,
446 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
447 (ada_builtin_types): Remove.
448 (ada_language_defn): Remove entries for la_builtin_type_vector and
449 string_char_type and use ada_language_arch_info.
450 (_initialize_ada_language): Do type-vector initialization along
451 the lines of c-lang.c.
452 (ada_create_fundamental_type): Break up line.
453 (ada_dump_symtab): Remove unused function.
454 (enum ada_primitive_types): Define.
455 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
456 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
457 builtin_type_ada_float, builtin_type_ada_double,
458 builtin_type_ada_long_double, builtin_type_ada_natural,
459 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
460 * ada-lex.l: Use type_* functions in place of builtin_* variables.
461 (processInt): Ditto.
462 (processReal): Ditto.
463 (name_lookup): Ditto.
464 * ada-typeprint.c (print_range): Use builtin_type_int, not
465 builtin_type_ada_int.
466
467 2004-09-18 Mark Kettenis <kettenis@gnu.org>
468
469 * i386-tdep.c (i386_register_name): Rename regno to regnum.
470
471 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
472 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
473 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
474 * configure.in: Improve checks for curses library by checking for
475 mvwaddstr instead of initscr. Drop HP curses in favour of
476 standard curses on HP-UX.
477 * configure: Regenerated.
478
479 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
480
481 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
482 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
483 Minor formatting changes.
484 (empty_array): Slight rewrite for formatting.
485 (emit_char,parse,ada_language_defn,build_ada_types,
486 ada_is_exception_sym, _initialize_ada_language): Move
487 definitions around.
488 (ada_dump_symtab): Remove unused definition.
489 (ada_maybe_exception_partial_symbol): Remove unused definition.
490
491 2004-09-16 Andrew Cagney <cagney@gnu.org>
492
493 * inf-child.c: Include "gdb_string.h".
494 (inf_child_core_file_to_sym_file): Delete.
495 (inf_child_target): Set to_fetch_registers and to_store_registers.
496 * inf-ptrace.c: Include "gdb_string.h".
497 * Makefile.in: Update all dependencies.
498
499 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
500 problem.
501
502 2004-09-14 Joel Brobecker <brobecker@gnat.com>
503
504 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
505 call to heuristic_proc_desc. Remove code that became redundant
506 as a consequence.
507 (read_next_frame_reg): Remove special case for SP_REGNUM.
508 (set_reg_offset): Fix small typo.
509 (reset_saved_regs): New procedure.
510 (mips32_heuristic_proc_desc): No longer compute a fake
511 procedure descriptor. Compute the full frame cache instead.
512 Some minor comment reformatting.
513
514 2004-09-14 Andrew Cagney <cagney@gnu.org>
515
516 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
517 maintainer.
518
519 * thread-db.c (thread_db_new_objfile): Assume that there is a
520 child process.
521
522 2004-09-13 Jim Blandy <jimb@redhat.com>
523
524 * valops.c (value_assign): Move 'buffer' to the enclosing block,
525 so that its storage isn't referenced after its lifetime ends.
526
527 * valops.c (value_assign): 'use_buffer' is initialized to zero,
528 and never assigned to. Delete it, and the 'if (use_buffer)'
529 clauses. Delete 'raw_buffer', since it is now unused.
530
531 2004-09-13 Andrew Cagney <cagney@gnu.org>
532
533 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
534 * configure: Re-generate.
535 * nlm/Makefile.in (TAGS): Update.
536 * Makefile.in (TAGS): Update.
537 * config/vax/nbsd.mt (TM_FILE): Update.
538 * config/sparc/vxworks.mt (TM_FILE): Update.
539 * config/sparc/sol2.mt (TM_FILE): Update.
540 * config/sparc/sol2-64.mt (TM_FILE): Update.
541 * config/sparc/obsd64.mt (TM_FILE): Update.
542 * config/sparc/obsd.mt (TM_FILE): Update.
543 * config/sparc/nbsd64.mt (TM_FILE): Update.
544 * config/sparc/nbsd.mt (TM_FILE): Update.
545 * config/sparc/linux64.mt (TM_FILE): Update.
546 * config/sparc/linux.mt (TM_FILE): Update.
547 * config/sparc/fbsd.mt (TM_FILE): Update.
548 * config/sh/wince.mt (TM_FILE): Update.
549 * config/sh/nbsd.mt (TM_FILE): Update.
550 * config/sh/linux.mt (TM_FILE): Update.
551 * config/sh/embed.mt (TM_FILE): Update.
552 * config/s390/s390.mt (TM_FILE): Update.
553 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
554 * config/rs6000/rs6000.mt (TM_FILE): Update.
555 * config/rs6000/aix4.mt (TM_FILE): Update.
556 * config/powerpc/vxworks.mt (TM_FILE): Update.
557 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
558 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
559 * config/powerpc/obsd.mt (TM_FILE): Update.
560 * config/powerpc/nbsd.mt (TM_FILE): Update.
561 * config/powerpc/linux.mt (TM_FILE): Update.
562 * config/powerpc/aix.mt (TM_FILE): Update.
563 * config/pa/obsd.mt (TM_FILE): Update.
564 * config/pa/linux.mt (TM_FILE): Update.
565 * config/pa/hppahpux.mt (TM_FILE): Update.
566 * config/pa/hppa64.mt (TM_FILE): Update.
567 * config/pa/hppa.mt (TM_FILE): Update.
568 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
569 * config/mips/wince.mt (TM_FILE): Update.
570 * config/mips/vxmips.mt (TM_FILE): Update.
571 * config/mips/nbsd.mt (TM_FILE): Update.
572 * config/mips/linux.mt (TM_FILE): Update.
573 * config/mips/irix6.mt (TM_FILE): Update.
574 * config/mips/irix5.mt (TM_FILE): Update.
575 * config/mips/embed.mt (TM_FILE): Update.
576 * config/m68k/vxworks68.mt (TM_FILE): Update.
577 * config/m68k/st2000.mt (TM_FILE): Update.
578 * config/m68k/os68k.mt (TM_FILE): Update.
579 * config/m68k/obsd.mt (TM_FILE): Update.
580 * config/m68k/nbsd.mt (TM_FILE): Update.
581 * config/m68k/monitor.mt (TM_FILE): Update.
582 * config/m68k/linux.mt (TM_FILE): Update.
583 * config/m68k/cisco.mt (TM_FILE): Update.
584 * config/ia64/linux.mt (TM_FILE): Update.
585 * config/ia64/aix.mt (TM_FILE): Update.
586 * config/ia64/ia64.mt (TM_FILE): Update.
587 * config/i386/vxworks.mt (TM_FILE): Update.
588 * config/i386/obsd64.mt (TM_FILE): Update.
589 * config/i386/obsd.mt (TM_FILE): Update.
590 * config/i386/nto.mt (TM_FILE): Update.
591 * config/i386/nbsd64.mt (TM_FILE): Update.
592 * config/i386/nbsd.mt (TM_FILE): Update.
593 * config/i386/linux64.mt (TM_FILE): Update.
594 * config/i386/linux.mt (TM_FILE): Update.
595 * config/i386/i386sol2.mt (TM_FILE): Update.
596 * config/i386/i386lynx.mt (TM_FILE): Update.
597 * config/i386/fbsd64.mt (TM_FILE): Update.
598 * config/i386/fbsd.mt (TM_FILE): Update.
599 * config/i386/cygwin.mt (TM_FILE): Update.
600 * config/h8300/h8300.mt (TM_FILE): Update.
601 * config/frv/frv.mt (TM_FILE): Update.
602 * config/cris/cris.mt (TM_FILE): Update.
603 * config/arm/wince.mt (TM_FILE): Update.
604 * config/arm/nbsd.mt (TM_FILE): Update.
605 * config/arm/linux.mt (TM_FILE): Update.
606 * config/arm/embed.mt (TM_FILE): Update.
607 * config/alpha/nbsd.mt (TM_FILE): Update.
608 * config/alpha/fbsd.mt (TM_FILE): Update.
609 * config/alpha/alpha.mt (TM_FILE): Update.
610 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
611 * config/alpha/alpha-linux.mt (TM_FILE): Update.
612
613 Eliminate event_loop_p, always has the value 1.
614 * defs.h (event_loop_p): Delete macro.
615 * breakpoint.c (until_break_command): Simplify.
616 * utils.c (prompt_for_continue): Simplify.
617 * tracepoint.c (read_actions): Simplify.
618 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
619 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
620 (set_prompt, init_main): Simplify.
621 (init_signals, disconnect): Delete, unused.
622 * remote.c (remote_async_resume)
623 (extended_remote_async_create_inferior): Simplify.
624 * mi/mi-interp.c (mi_input): Delete, unused.
625 (mi_interpreter_resume, mi_command_loop): Simplify.
626 * interps.c (current_interp_command_loop): Simplify.
627 * infrun.c (proceed): Simplify.
628 * infcmd.c (run_command, continue_command, step_1, jump_command)
629 (until_command, advance_command, finish_command)
630 (interrupt_target_command): Simplify.
631 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
632
633 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
634 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
635 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
636 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
637 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
638 * mips-tdep.c (mips_dump_tdep): Do not print same.
639
640 2004-09-12 Andrew Cagney <cagney@gnu.org>
641
642 * valprint.c (print_longest): Use fputs_filtered. Make "val"
643 const.
644 * Makefile.in (valprint.o): Delete explict rule.
645
646 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
647 reported by Dave Anderson.
648
649 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
650
651 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
652
653 2004-09-12 Salvador E. Tropea <set@users.sf.net>
654 Andrew Cagney <cagney@gnu.org>
655
656 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
657 (mi_cmd_data_list_register_values)
658 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
659 the register number computation.
660
661 2004-09-12 Andrew Cagney <cagney@gnu.org>
662
663 * ppcnbsd-nat.c: Include "inf-ptrace.h".
664 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
665 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
666 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
667 target.
668 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
669 inf-ptrace.o and inf-child.o.
670 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
671 * Makefile.in: Update dependencies.
672
673 2004-09-11 Andrew Cagney <cagney@gnu.org>
674
675 * language.c (hex_string, hex_string_custom): Move from here ...
676 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
677 (CELLSIZE): Increase to 50.
678 * language.h (hex_string, hex_string_custom): Move from here ...
679 * defs.h: ... to here.
680 * Makefile.in: Update all dependencies.
681
682 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
683
684 * language.c (local_hex_format_custom): Remove.
685 (local_hex_string): Rename to hex_string, use C format, and move to
686 utils.c
687 (local_hex_string_custom): Rename to hex_string_custom and change
688 interface. Now uses C format. Move to utils.c
689 (local_octal_format_custom): Remove.
690 (local_decimal_format_custom): Remove.
691 (unknown_language_defn): Remove language-specific number
692 formatting entries.
693 (auto_language_defn): Ditto.
694 (local_language_defn): Ditto.
695 * language.h (struct language_format_info): Delete declaration.
696 (struct language_defn): Remove language_format_info fields
697 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
698 (local_binary_format): Remove macro.
699 (local_binary_format_prefix): Remove macro.
700 (local_binary_format_specifier): Remove macro.
701 (local_binary_format_suffix): Remove macro.
702 (local_octal_format): Remove macro.
703 (local_octal_format_prefix): Remove macro.
704 (local_octal_format_specifier): Remove macro.
705 (local_octal_format_suffix): Remove macro.
706 (local_decimal_format): Remove macro.
707 (local_decimal_format_prefix): Remove macro.
708 (local_decimal_format_specifier): Remove macro.
709 (local_decimal_format_suffix): Remove macro.
710 (local_hex_format): Remove macro.
711 (local_hex_format_prefix): Remove macro.
712 (local_hex_format_specifier): Remove macro.
713 (local_hex_format_suffix): Remove macro.
714 (local_decimal_format_custom): Remove.
715 (local_octal_format_custom): Remove.
716 (local_hex_format_custom): Remove.
717 (local_hex_string): Rename to hex_string and move to defs.h.
718 (local_hex_string_custom): Rename to hex_string_custom, change
719 interface, and move to defs.h.
720 * utils.c: (int_string): New function.
721 (hex_string): New function (from language.c).
722 (hex_string_custom): New function (from language.c).
723 (octal2str): New function.
724 (decimal2str): Add width parameter.
725 (paddr_u): Use new decimal2str interface.
726 (paddr_d): Ditto.
727 * defs.h (hex_string): Declare.
728 (hex_string_custom): Declare.
729 (int_string): Declare.
730 * printcmd.c (print_scalar_formatted): Remove localized binary
731 formatting.
732 * valprint.c (print_longest): Use int_string.
733 (print_floating): Use C hex format.
734 (print_hex_chars): Ditto.
735 (print_binary_chars): Remove language-specific formatting.
736 (print_octal_chars): Use C octal format.
737 (print_decimal_chars): Delocalize format.
738 (print_decimal): Remove.
739 * ada-lang.c (ada_language_defn): Remove language-specific number
740 formatting entries.
741 * p-lang.c (pascal_language_defn): Ditto.
742 * c-lang.c (c_language_defn): Ditto.
743 (cplus_language_defn): Ditto.
744 (asm_language_defn): Ditto.
745 (minimal_language_defn): Ditto.
746 * f-lang.c (f_language_defn): Ditto.
747 * jv-lang.c (java_language_defn): Ditto.
748 * m2-lang.c (m2_language_defn): Ditto.
749 * scm-lang.c (scm_language_defn): Ditto.
750 * objc-lang.c (objc_language_defn): Ditto.
751 * memattr.c (mem_info_command): Use renamed hex_string_custom with
752 new interface.
753 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
754 * ui-out.c (ui_out_field_core_addr): Ditto.
755 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
756 * exec.c (print_section_info): Ditto.
757 * i387-tdep.c (print_i387_status_word): Ditto.
758 (print_i387_control_word): Ditto.
759 (i387_print_float_info): Ditto.
760 * maint.c (maint_print_section_info): Ditto.
761 * solib.c (info_sharedlibrary_command): Ditto.
762 * somsolib.c (som_sharedlibrary_info_command): Ditto.
763 * symtab.c (print_msymbol_info): Ditto.
764 * tracepoint.c (tracepoints_info): Ditto.
765 * solib-frv.c (lm_base): Ditto.
766 (frv_current_sos): Ditto.
767 (enable_break2): Ditto.
768 (enable_break): Ditto.
769 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
770 (process_one_symbol): Ditto.
771 * infcmd.c (program_info): Ditto.
772 * mdebugread.c (parse_partial_symbols): Ditto.
773 * symfile.c (add_symbol_file_command): Ditto.
774 * cli/cli-cmds.c (edit_command): Ditto.
775 (list_command): Ditto.
776 * infcall.c (call_function_by_hand): Ditto.
777 * remote-vx.c (vx_run_files_info): Ditto.
778 (vx_wait): Ditto.
779 (vx_attach): Ditto.
780 (vx_detach): Ditto.
781 (vx_kill): Ditto.
782 * aix-thread.c (pdc_symbol_addrs): Ditto.
783 (pdc_read_regs): Ditto.
784 (pdc_write_regs): Ditto.
785 (pdc_read_data): Ditto.
786 (pdc_write_data): Ditto.
787 * d10v-tdep.c (display_trace): Ditto.
788 * rs6000-nat.c (find_toc_address): Ditto.
789 * aix-thread.c: Don't include language.h.
790 * buildsym.c: Ditto.
791 * dbxread.c: Ditto.
792 * mdebugread.c: Ditto.
793 * rs6000-nat.c: Ditto.
794 * buildsym.c (make_blockvector): Use renamed hex_string.
795
796 2004-09-10 Jason Molenda (jmolenda@apple.com)
797
798 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
799 chars after 'if' or 'while' commands in user-defined commands.
800
801 2004-09-08 Jim Blandy <jimb@redhat.com>
802
803 Fix bug reported and analyzed by Olivier Crete:
804 * symfile.c (copy_section_addr_info): New function.
805 (symbol_file_add_with_addrs_or_offsets): Use it to save the
806 original set of address arguments, instead of handwritten code
807 that uses one length to allocate and a different length to
808 initialize. Use make_cleanup_free_section_addr_info.
809 * symfile.h (copy_section_addr_info): New declaration.
810 * utils.c: #include "symfile.h".
811 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
812 New functions.
813 * defs.h (make_cleanup_free_section_addr_info): New declaration.
814 * Makefile.in (utils.o): Update dependencies.
815
816 2004-09-08 Andrew Cagney <cagney@gnu.org>
817
818 * thread-db.c (keep_thread_db): Delete.
819 (thread_db_new_objfile, thread_db_create_inferior)
820 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
821
822 2004-09-08 Mark Kettenis <kettenis@gnu.org>
823
824 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
825 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
826 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
827 (i386_frameless_signal_p): Remove prototype.
828 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
829 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
830 I386_SSE_NUM_REGS.
831 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
832 instead of FP0_REGNUM.
833 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
834 of FP0_REGNUM and FPC_REGNUM.
835
836 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
837 (sunos_solib_create_inferior_hook): Don't call
838 sunos_relocate_main_executable.
839
840 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
841 solib_svr4_fetch_link_map_offsets to
842 svr4_ilp32_fetch_link_map_offsets.
843 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
844 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
845 svr4_ilp32_fetch_link_map_offsets.
846 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
847
848 2004-09-07 Jim Blandy <jimb@redhat.com>
849
850 * frame.h (frame_register): Doc fix.
851
852 2004-09-07 Andrew Cagney <cagney@gnu.org>
853
854 * vx-share/wait.h: Delete #ifdef USG.
855 * utils.c (request_quit): Ditto.
856 * tui/tui.c (tui_reset): Ditto.
857 * remote.c: Ditto.
858 * remote-sds.c: Ditto.
859 * remote-rdi.c: Ditto.
860 * mdebugread.c: Ditto.
861 * m68klinux-nat.c: Ditto.
862 * infttrace.c: Ditto.
863 * infptrace.c: Ditto.
864 * i386v-nat.c: Ditto.
865 * exec.c: Ditto.
866 * dbxread.c: Ditto.
867 * core-aout.c: Ditto.
868
869 2004-09-05 Joel Brobecker <brobecker@gnat.com>
870
871 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
872 heuristic_proc_desc.
873 (mips_insn32_frame_cache): Likewise.
874
875 2004-09-04 Joel Brobecker <brobecker@gnat.com>
876
877 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
878 left behind by error.
879
880 2004-09-04 Joel Brobecker <brobecker@gnat.com>
881
882 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
883 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
884
885 2004-09-04 Joel Brobecker <brobecker@gnat.com>
886
887 * config/rs6000/xm-aix4.h: Remove this file.
888 * config/rs6000/aix4.mh (XM_FILE): Delete.
889
890 2004-09-04 Joel Brobecker <brobecker@gnat.com>
891
892 * config/rs6000/xm-rs6000.h: Remove this file.
893 * config/rs6000/rs6000.mh (XM_FILE): Remove.
894
895 2004-09-03 Andrew Cagney <cagney@gnu.org>
896
897 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
898 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
899 only use.
900
901 * mips-tdep.c (temp_saved_regs): Delete.
902 (set_reg_offset): Replace saved_regs parameter with this_cache.
903 (heuristic_proc_desc, mips16_heuristic_proc_desc)
904 (mips32_heuristic_proc_desc): Add this_cache parameter.
905 (mips_insn32_frame_cache, mips_insn16_frame_cache)
906 (after_prologue): Pass a NULL this_cache.
907
908 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
909 non-kernel trap prologues.
910
911 * mips-tdep.c (find_proc_desc): Delete function.
912 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
913 simplify.
914 (mips_insn16_frame_cache): Replace find_proc_desc with code from
915 mips_insn32_frame_cache.
916
917 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
918 Simplify as NEXT_FRAME is NULL.
919 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
920
921 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
922 local variable.
923 (mips_skip_prologue): Update.
924
925 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
926 "cur_frame" parameter.
927 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
928 (mips_insn32_frame_cache, find_proc_desc): Update
929
930 * config/vax/nm-obsd.h: Delete file.
931 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
932 * config/vax/nm-nbsd.h: Delete file.
933 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
934 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
935 * config/sh/nm-nbsd.h: Delete file.
936 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
937 * config/rs6000/nm-rs6000ly.h: Delete file.
938 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
939 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
940 * config/powerpc/nm-obsd.h: Delete file.
941 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
942 * config/powerpc/nm-nbsd.h: Delete file.
943 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
944 * config/pa/nm-obsd.h: Delete file.
945 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
946 * config/mips/nm-nbsd.h: Delete file.
947 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
948 * config/m88k/nm-obsd.h: Delete file.
949 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
950 * config/m68k/nm-nbsd.h: Delete file.
951 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
952 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
953 * config/i386/nm-nbsd.h: Delete file.
954 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
955 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
956 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
957 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
958 * config/i386/nm-i386lynx.h: Delete file.
959 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
960 * config/arm/nm-nbsd.h: Delete file.
961 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
962 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
963
964 * config/i386/tm-fbsd.h: Delete file.
965 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
966 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
967
968 * config/rs6000/tm-rs6000-aix4.h: Delete file.
969 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
970 * config/rs6000/aix4.mt (TM_FILE): Set to
971 config/rs6000/tm-rs6000.h.
972 * config/powerpc/tm-ppc-aix.h: Delete file.
973 * config/powerpc/aix.mt (TM_FILE): Set to
974 config/rs6000/tm-rs6000.h.
975 * config/m68k/tm-linux.h: Delete file.
976 * config/m68k/linux.mt (TM_FILE): Set to solib.h
977 * config/i386/tm-linux64.h: Delete file.
978 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
979 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
980
981 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
982 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
983 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
984 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
985 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
986 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
987 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
988 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
989 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
990
991 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
992 gdb_host_cpu.
993
994 2004-09-02 Joel Brobecker <brobecker@gnat.com>
995
996 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
997 Minor reformatting. Some code factoring.
998
999 2004-09-02 Andrew Cagney <cagney@gnu.org>
1000
1001 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1002 * config/vax/tm-nbsd.h: Delete file.
1003 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1004 * config/sparc/tm-vxworks.h: Delete file.
1005 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1006 * config/sparc/tm-nbsd.h: Delete file.
1007 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1008 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1009 * config/sparc/tm-linux.h: Delete file.
1010 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1011 * config/s390/tm-linux.h: Delete file.
1012 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1013 * config/pa/tm-bsd.h: Delete file.
1014 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1015 * config/m68k/tm-obsd.h: Delete file.
1016 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1017 * config/m68k/tm-nbsd.h: Delete file.
1018 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1019 * config/i386/tm-vxworks.h: Delete file.
1020 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1021 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1022 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1023 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1024 * config/i386/tm-nbsd.h: Delete file.
1025 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1026 * config/i386/tm-i386lynx.h: Delete file.
1027 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1028 * config/cris/tm-cris.h: Delete file.
1029
1030 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1031 * configure: Re-generate.
1032 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1033 * config/arm/tm-nbsd.h: Delete file.
1034
1035 * config/powerpc/tm-ppcle-sim.h: Delete.
1036 * config/powerpc/tm-ppcle-eabi.h: Delete.
1037 * config/powerpc/tm-nbsd.h: Delete.
1038 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1039 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1040 tm-ppcle-eabi.h.
1041
1042 * config/i386/nto.mh (NAT_FILE): Delete.
1043 * config/i386/nm-nto.h: Delete.
1044
1045 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1046 * config/m68k/tm-os68k.h: Ditto.
1047 * config/m68k/tm-monitor.h: Ditto.
1048 * config/m68k/tm-cisco.h: Ditto.
1049 * config/m68k/st2000.mt (TM_FILE): Delete.
1050 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1051 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1052 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1053 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1054
1055 * config/m68k/tm-st2000.h: Delete.
1056 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1057 * config/sparc/fbsd.mt (TM_FILE): Delete.
1058 * config/sparc/tm-fbsd.h: Delete.
1059
1060 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1061 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1062 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1063
1064 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1065 GDB_TM_FILE and GDB_XM_FILE.
1066 * gdbarch.c: Re-generate.
1067 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1068 quotes in macro definition.
1069 * configure.in: Re-generate.
1070
1071 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1072 validating architecture methods.
1073 * gdbarch.c: Re-generate.
1074
1075 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1076 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1077 GDB_MULTI_ARCH_PARTIAL.
1078 * gdbarch.h: Re-generate.
1079
1080 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1081 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1082 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1083 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1084 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1085 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1086 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1087 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1088 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1089 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1090 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1091 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1092
1093 2004-09-01 Andrew Cagney <cagney@gnu.org>
1094
1095 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1096 and main_func_highpc.
1097 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1098 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1099 * nlmread.c (nlm_symfile_read): Update.
1100
1101 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1102
1103 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1104 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1105 (find_proc_desc): Remove dead code.
1106
1107 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1108
1109 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1110
1111 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1112
1113 * observer.sh: Add struct so_list declaration.
1114 * Makefile.in: Add dependencies on observer.h for solib.c and
1115 breakpoint.c.
1116 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1117 function.
1118 (_initialize_breakpoint): Register
1119 disable_breakpoints_in_unloaded_shlib as an observer of the
1120 "solib unloaded" observation event.
1121 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1122 call decode_line_1 so unfound breakpoint errors are silent.
1123 * solib.c (update_solib_list): When a solib is discovered to have
1124 been unloaded by the program, notify all observers of the
1125 "solib unloaded" observation event.
1126
1127 2004-09-01 Andrew Cagney <cagney@gnu.org>
1128
1129 * frame.c: Include "objfiles.h".
1130 (inside_main_func): New function.
1131 (get_prev_frame): Use new inside_main_func.
1132 * Makefile.in (frame.o): Update dependencies.
1133 * defs.h (inside_main_func): Delete declaration.
1134 * blockframe.c (inside_main_func): Delete function.
1135
1136 2004-08-31 Jim Blandy <jimb@redhat.com>
1137
1138 * dwarf2read.c (is_vtable_name): New function, based on logic from
1139 read_structure_type, but passing the correct length to strncmp,
1140 and using 'sizeof' instead of 'strlen'.
1141 (read_structure_type): Call it.
1142
1143 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1144
1145 * config/powerpc/aix.mh: Add comment.
1146
1147 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1148
1149 * MAINTAINERS: Add self to Write-After-Approval.
1150
1151 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1152
1153 * MAINTAINERS: Add self to Write-After-Approval.
1154
1155 2004-08-30 Andrew Cagney <cagney@gnu.org>
1156
1157 Fix PR breakpoints/1757.
1158 * infrun.c (struct execution_control_state): Replace
1159 remove_breakpoints_on_following_step with
1160 step_after_step_resume_breakpoint.
1161 (init_execution_control_state): Update.
1162 (handle_inferior_event): For signals, when stepping off a
1163 breakpoint, set step_after_step_resume_breakpoint. When
1164 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1165 (keep_going): Delete code handling
1166 remove_breakpoints_on_following_step.
1167
1168 2004-08-29 David Lecomber <david@streamline-computing.com>
1169
1170 Fix PR gdb/648
1171 * language.h (enum array_ordering): New enum.
1172 * language.h (struct language_defn): New la_array_ordering
1173 attribute.
1174 * language.c (unknown_language_defn, auto_language_defn)
1175 (local_language_defn): Ditto.
1176 * ada-lang.c (ada_language_defn): Ditto.
1177 * c-lang.c (c_language_defn, cplus_language_defn)
1178 (asm_language_defn, minimal_language_defn): Ditto.
1179 * f-lang.c (f_language_defn): Ditto.
1180 * jv-lang.c (java_language_defn): Ditto.
1181 * m2-lang.c (f_language_defn): Ditto.
1182 * objc-lang.c (objc_language_defn): Ditto.
1183 * p-lang.c (pascal_language_defn): Ditto.
1184 * scm-lang.c (scm_language_defn): Ditto.
1185 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1186 oriented large to small in type structure.
1187 * dwarf2read.c (read_array_order): New function.
1188 (read_array_type): Use read_array_order to check row/column
1189 major ordering.
1190
1191 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1192
1193 * target.c (target_resize_to_sections): Check
1194 current_target.to_sections for an old value when updating.
1195
1196 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1197
1198 * procfs.c (dbx_link_bpt_addr): New static global variable.
1199 (dbx_link_shadow_contents): New static global variable.
1200 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1201 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1202 if we just hit it.
1203 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1204 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1205 from run to run.
1206 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1207 after the inferior has been forked.
1208 (remove_dbx_link_breakpoint): New function.
1209 (dbx_link_addr): New function.
1210 (insert_dbx_link_bpt_in_file): New function.
1211 (insert_dbx_link_bpt_in_region): New function.
1212 (insert_dbx_link_breakpoint): New function.
1213 (proc_trace_syscalls_1): New function, extracted from
1214 proc_trace_syscalls.
1215 (proc_trace_syscalls): Replace extract code by call to
1216 proc_trace_syscalls_1.
1217 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1218 is no longer valid.
1219
1220 2004-08-25 Jim Blandy <jimb@redhat.com>
1221
1222 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1223
1224 2004-08-25 Andrew Cagney <cagney@gnu.org>
1225
1226 * infrun.c (struct execution_control_state): Delete field
1227 "stepping_through_sigtramp".
1228 (init_execution_control_state): Do not set same.
1229 (context_switch): Do not pass same to save_infrun_state and
1230 load_infrun_state.
1231 * gdbthread.h (struct thread_info): Delete field
1232 stepping_through_sigtramp.
1233 (save_infrun_state, load_infrun_state): Delete parameter
1234 stepping_through_sigtramp.
1235 * thread.c (load_infrun_state, save_infrun_state): Update.
1236
1237 * infrun.c: Re-indent. Move expression operators to the beginning
1238 of the line. Remove long disabled #if 0 code.
1239
1240 2004-08-24 Andrew Cagney <cagney@gnu.org>
1241
1242 * doublest.h (floatformat_ieee_quad): Rename
1243 floatformat_ia64_quad.
1244 * doublest.c (floatformat_ieee_quad): Rename
1245 floatformat_ia64_quad.
1246 (_initialize_doublest): Update.
1247
1248 2004-08-24 Jim Blandy <jimb@redhat.com>
1249
1250 * dwarf2expr.h (struct dwarf_expr_context): New members
1251 'num_pieces' and 'pieces', for returning the result of an
1252 expression that uses DW_OP_piece.
1253 (struct dwarf_expr_piece): New struct type.
1254 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1255 pieces.
1256 (free_dwarf_expr_context): Free pieces, if any.
1257 (add_piece): New function.
1258 (execute_stack_op): Implement DW_OP_piece.
1259 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1260 expression is a list of pieces, print an error message.
1261 (dwarf2_loc_desc_needs_frame): If the expression yields
1262 pieces, and any piece is in a register, then we need a frame.
1263
1264 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1265 the stack until we've decided what sort of result the evaluation
1266 has produced. Use separate variables, with more specific names.
1267
1268 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1269
1270 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1271 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1272 (arm_netbsd_init_abi_common): Register them.
1273
1274 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1275
1276 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1277
1278 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1279 safe_frame_unwind_memory instead of target_read_memory.
1280
1281 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1282 Reorder includes.
1283 (fetch_register, store_register): Remove prototypes.
1284 (child_resume): Reorganize code and comments such that it is
1285 grouped a bit more logically.
1286 (attach): Explicitly compare errno against 0.
1287 (detach): Likewise. Use perror_with_name instead of
1288 print_sys_errmsg.
1289 * Makefile.in (infptrace.o): Update dependencies.
1290
1291 * ia64-linux-nat.c: Update copyright year.
1292 (fetch_debug_register, store_debug_register)
1293 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1294 PTRACE_TYPE_ARG3.
1295 * config/ia64/nm-linux.h: Update copyright year.
1296 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1297
1298 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1299 from CORE_ADDR to struct frame_info *. Use
1300 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1301 (amd64_linux_sigtramp_p): Adjust for changed signature of
1302 and64_linux_sigtramp_start
1303
1304 * gdb_ptrace.h: GNU/Linux.
1305
1306 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1307 Remove defines.
1308
1309 * infptrace.c: Include "gdb_assert.h".
1310 (PTRACE_XFER_TYPE): Remove define.
1311 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1312 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1313 Tweak comment.
1314 (fetch_inferior_registers, store_inferior_registers): Remove
1315 redundant culry braces. Tweak comment. s/regno/regnum.
1316 * Makefile.in (infptrace.o): Update dependencies.
1317
1318 * configure.in: Change test for return type of ptrace to default
1319 to `long' instead of `int'.
1320 * configure: Regenerate.
1321
1322 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1323
1324 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1325
1326 * configure.in: Check for ttrace function.
1327 * configure, config.in: Regenerate.
1328
1329 * gdb_ptrace.h: New file.
1330 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1331 <sys/ptrace.h>.
1332 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1333 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1334 (attach): Don't define PT_ATTACH.
1335 (detach): Don't define PT_DETACH.
1336 * Makefile.in (gdb_ptrace_h): New variable.
1337 (infptrace.o): Update dependencies.
1338
1339 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1340
1341 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1342 instead of `int' if not already defined.
1343 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1344 PTRACE_TYPE_ARG3.
1345 * infptrace.c (call_ptrace): Revert change that replaced
1346 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1347
1348 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1349
1350 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1351 Remove defines.
1352
1353 * linux-nat.c (kill_inferior): Add missing third and fourth
1354 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1355
1356 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1357 PTRACE_TYPE_RET.
1358
1359 * proc-why.c (proc_prettyfprint_why): Fix format string.
1360
1361 * solib-osf.c (osf_current_sos): Remove unsused label.
1362
1363 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1364 curses headers.
1365 * configure, config.in: Regenerate.
1366 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1367 <ncurses/ncurses.h>.
1368
1369 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1370 * config/nm-nbsd.h: Update copyright year.
1371 (PTRACE_ARG3_TYPE): Remove define.
1372
1373 * sparc-nat.c (fetch_inferior_registers)
1374 (store_inferior_registers, sparc_xfer_wcookie):
1375 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1376
1377 * alphabsd-nat.c (fetch_inferior_registers):
1378 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1379 PTRACE_TYPE_ARG3.
1380 * amd64bsd-nat.c (fetch_inferior_registers)
1381 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1382 PTRACE_TYPE_ARG3.
1383 * armnbsd-nat.c: Update copyright year.
1384 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1385 (store_register, store_regs, store_fp_register, store_fp_regs):
1386 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1387 * hppabsd-nat.c (fetch_inferior_registers)
1388 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1389 PTRACE_TYPE_ARG3.
1390 * i386bsd-nat.c (fetch_inferior_registers)
1391 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1392 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1393 * m68kbsd-nat.c (fetch_inferior_registers)
1394 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1395 PTRACE_TYPE_ARG3.
1396 * m88kbsd-nat.c (fetch_inferior_registers)
1397 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1398 PTRACE_TYPE_ARG3.
1399 * mipsnbsd-nat.c: Update copyright year.
1400 (fetch_inferior_registers, store_inferior_registers):
1401 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1402 * ns32knbsd-nat.c: Update copyright year.
1403 (fetch_inferior_registers, store_inferior_registers):
1404 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1405 * ppcnbsd-nat.c (fetch_inferior_registers):
1406 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1407 PTRACE_TYPE_ARG3.
1408 * ppcobsd-nat.c (fetch_inferior_registers):
1409 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1410 PTRACE_TYPE_ARG3.
1411 * shnbsd-nat.c: Update copyright year.
1412 (fetch_inferior_registers, store_inferior_registers):
1413 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1414 * vaxbsd-nat.c (fetch_inferior_registers)
1415 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1416 PTRACE_TYPE_ARG3.
1417
1418 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1419 PTRACE_TYPE_ARG3.
1420 * infptrace.c (call_ptrace, child_resume, attach, detach)
1421 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1422 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1423 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1424 PTRACE_TYPE_ARG3.
1425
1426 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1427
1428 * defs.h: Remove out-of-date comment.
1429 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1430 [!GETENV_PROVIDED] (getenv): Remove prototype.
1431
1432 * standalone.c: Remove file.
1433 * Makefile.in (standalone.o): Remove dependency.
1434
1435 * i386-linux-nat.c (dummy_sse_values): Remove function and
1436 prototype.
1437 (i386_linux_dr_get): Fix typo in comment.
1438 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1439
1440 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1441
1442 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1443 from declaration.
1444 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1445 from definition.
1446
1447 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1448
1449 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1450 parenthesis in definition.
1451 * configure: Regenerated.
1452
1453 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1454
1455 * PROBLEMS: Mention build/1411.
1456
1457 2004-08-09 Robert Millan <robertmh@gnu.org>
1458
1459 Committed by Nathanael Nerode.
1460 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1461 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1462
1463 2004-08-12 Andrew Cagney <cagney@gnu.org>
1464
1465 * NEWS: Mention fixes in GDB 6.2.1.
1466 * PROBLEMS: Remove mention of mips-irix.
1467
1468 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1469
1470 * config/powerpc/xm-aix.h: Delete.
1471 * config/powerpc/aix.mh (MH_FILE): Remove.
1472 * config/powerpc/aix432.mh (MH_FILE): Remove.
1473
1474 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1475
1476 * config/powerpc/aix.mh: Remove obsolete comment.
1477 * config/powerpc/aix432.mh: Likewise.
1478
1479 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1480
1481 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1482
1483 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1484
1485 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1486 this file is now empty.
1487 * config/xm-aix4.h: Remove, this file is no longer included
1488 anywhere.
1489
1490 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1491
1492 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1493 that file is now empty.
1494 (termdef): Remove prototype, function no longer used.
1495
1496 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1497
1498 * doc/gdbint.texinfo (Host Definition): Remove documentation
1499 for USE_O_NOCTTY, no longer used.
1500 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1501 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1502
1503 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1504
1505 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1506 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1507 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1508
1509 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1510
1511 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1512 instead of FIVE_ARG_PTRACE.
1513
1514 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1515 (new_tty): Use O_NOCTTY unconditionally.
1516
1517 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1518
1519 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1520 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1521 fflush on stdout.
1522
1523 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1524
1525 * xcoff_symfile_finish: Replace last call to xmfree by call
1526 to xfree.
1527
1528 2004-08-10 Andrew Cagney <cagney@gnu.org>
1529
1530 * main.c (captured_main): Delete call to init_malloc.
1531 * defs.h (init_malloc): Delete declaration.
1532 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1533 (init_malloc): Delete functions.
1534
1535 * defs.h (xmfree): Delete.
1536 * utils.c (xmfree): Delete function.
1537 (xfree): Inline calls to xmfree and mfree.
1538 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1539 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1540 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1541 * somread.c (som_symfile_finish): Ditto.
1542 * objfiles.c (allocate_objfile, free_objfile):
1543 * nlmread.c (nlm_symfile_finish): Ditto.
1544 * hpread.c (hpread_symfile_finish): Ditto.
1545 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1546 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1547 * coffread.c (coff_symfile_finish): Ditto.
1548
1549 * defs.h (xmcalloc): Delete declaration.
1550 * utils.c (xmcalloc): Delete.
1551 (xcalloc): Inline calls to xmcalloc and mcalloc.
1552 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1553 xcalloc and xfree.
1554 * symtab.c (create_demangled_names_hash): Ditto.
1555
1556 * defs.h (xmrealloc): Delete.
1557 * utils.c (xmrealloc): Delete.
1558 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1559 * symmisc.c (extend_psymbol_list): Use xrealloc.
1560 * source.c (find_source_lines): Ditto.
1561 * hpread.c (hpread_lookup_type): Ditto.
1562 * dbxread.c (add_bincl_to_list): Ditto.
1563
1564 * utils.c (xmmalloc): Delete.
1565 (xmalloc): Inline xmmalloc and mmalloc calls.
1566 (msavestring): Use xmalloc.
1567 * defs.h (xmmalloc): Delete declaration.
1568 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1569 xmmalloc.
1570 * symmisc.c (extend_psymbol_list): Ditto.
1571 * symfile.c (init_psymbol_list): Ditto.
1572 * source.c (find_source_lines): Ditto.
1573 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1574 * elfread.c (elf_symtab_read): Ditto.
1575 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1576 * coffread.c (coff_symfile_init): Ditto.
1577
1578 2004-08-10 David Carlton <carlton@bactrian.org>
1579
1580 * MAINTAINERS: Remove David Carlton from c++ testsuite
1581 maintainers.
1582
1583 2004-08-10 Jerome Guitton <guitton@gnat.com>
1584
1585 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1586 print a line feed before the prompt.
1587
1588 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1589
1590 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1591
1592 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1593
1594 General cleanup of the AIX xm include file:
1595 * config/xm-aix4.h (fd_set): Remove undefine.
1596 Remove include of <sys/select.h>.
1597 (HAVE_TERMIO): Remove define.
1598 (USG): Likewise.
1599 (NULL): Remove redefine.
1600 (alloca): Remove #pragma.
1601 (vfork): Remove define.
1602 (termdef): Remove.
1603 (SIGWINCH_HANDLER): Remove.
1604 (SIGWINCH_HANDLER_BODY): Remove.
1605
1606 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1607
1608 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1609 GDB_OSABI_OPENBSD_ELF.
1610
1611 2004-08-07 Robert Millan <robertmh@gnu.org>
1612
1613 * bsd-kvm.c: Check for nlist.h before including it.
1614
1615 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1616
1617 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1618 sigcontext' offset consistency checks for ancient BSD.
1619
1620 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1621
1622 * configure.in: Check for <sys/types.h>. Check return and
1623 argument types of ptrace.
1624 * configure, config.in: Regenerate.
1625
1626 2004-08-09 Jim Blandy <jimb@redhat.com>
1627
1628 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1629 rs6000_register_sim_regno): Doc fixes.
1630
1631 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1632
1633 * mips-tdep.c: Include "floatformat.h".
1634 (n32n64_floatformat_always_valid): New function.
1635 (floatformat_n32n64_long_double_big): New constant.
1636 (mips_gdbarch_init): Set size and format of long double
1637 for N32 and N64 ABIs.
1638 * Makefile.in (mips-tdep.o): Update dependencies.
1639
1640 2004-08-08 Andrew Cagney <cagney@gnu.org>
1641
1642 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1643 print. Improve script's error messages.
1644 * gdbarch.h: Re-generate.
1645
1646 * gdbarch.sh (pformat): New function.
1647 (float_format, double_format, long_double_format): List with bit
1648 members. Use pformat when printing.
1649 * gdbarch.c, gdbarch.h: Re-generate.
1650
1651 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1652
1653 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1654 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1655 (ppcnbsd_supply_pcb): New function.
1656 (_initialize_ppcnbsd_nat): New prototype and function.
1657 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1658 (LOADLIBES): New variable.
1659 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1660
1661 2004-08-08 Andrew Cagney <cagney@gnu.org>
1662
1663 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1664 (builtin_type_ieee_double, builtin_type_ia64_quad)
1665 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1666 BE/LE floating-point types.
1667 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1668 (builtin_type_ieee_double, builtin_type_ia64_quad)
1669 (builtin_type_ia64_spill): Declare.
1670 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1671 (floatformat_ieee_double, floatformat_arm_ext)
1672 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1673 of LE/BE floatformats.
1674 * doublest.h: (struct floatformat, floatformat_ieee_single)
1675 (floatformat_ieee_double, floatformat_arm_ext)
1676 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1677
1678 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1679
1680 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1681
1682 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1683 instead of regcache_raw_supply when storing the registers.
1684
1685 * i386gnu-nat.c: Update copyright year.
1686 (gnu_store_registers): Don't use deprecated_registers and
1687 deprecated_registers_valid. Use regcache_valid_p and
1688 regcache_raw_supply instead.
1689
1690 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1691 frame_pc_unwind.
1692
1693 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1694 variables. Incapitalized "process".
1695
1696 * configure.in: Add cursesX to the list of possible curses libs.
1697 Add cursesX.h to the list of possible curses headers.
1698 * configure, config.in: Regenerate.
1699
1700 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1701
1702 * configure.in: Test for struct lwp in <sys/lwp.h>.
1703 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1704 the offset of l_addr in struct lwp.
1705
1706 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1707
1708 * bsd-kvm.c: Include "gdbcore.h"
1709 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1710
1711 2004-08-07 Andrew Cagney <cagney@gnu.org>
1712
1713 * gdbtypes.c (build_flt, build_complex): New functions.
1714 (gdbtypes_post_init): Use.
1715
1716 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1717
1718 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1719 through to builtin_type_uint128.
1720
1721 * c-exp.y: Use builtin_type function to obtain builtin types.
1722
1723 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1724 builtin_uint128.
1725 * gdbtypes.c (gdbtypes_post_init): Update.
1726 (build_gdbtypes): Move initialization of builtin_type_int0
1727 through to builtin_type_uint128 from here ...
1728 (_initialize_gdbtypes): ... to here.
1729 * d10v-tdep.c (d10v_register_type): Update.
1730
1731 * doublest.c: Update copyright.
1732 (floatformat_from_length): Call error when floatformat is NULL.
1733 (extract_floating_by_length): Remove NULL fmt check.
1734 (store_floating_by_length): Ditto.
1735
1736 2004-08-07 Andrew Cagney <cagney@gnu.org>
1737
1738 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1739 that the register is valid.
1740
1741 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1742
1743 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1744 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1745 struct frame_info *. Use safe_frame_unwind_memory instead of
1746 deprecated_read_memory_nobpt.
1747 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1748 changed signature of i386_linux_sigtramp_start and
1749 i386_linux_rt_sigtramp_start.
1750
1751 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1752 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1753 instead of deprecated_read_memory_nobpt.
1754 (i386nbsd_sigtramp_p): Adjust for changed signature of
1755 i386nbsd_sigtramp_offset.
1756
1757 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1758 safe_frame_unwind_memory instead of target_read_memory.
1759
1760 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1761 !NO_SYS_FILE.
1762 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1763 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1764 (_initialize_kernel_u_addr): Remove prototype and function.
1765 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1766 !NO_SYS_FILE.
1767 * xcoffread.c: Likewise.
1768
1769 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1770
1771 * vax-nat.c: New file.
1772 * vaxbsd-nat.c: Tweak comment.
1773 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1774 vaxnbsd-tdep.c.
1775 (vax-nat.o): New dependency.
1776 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1777 (vax-*-ultrix2*): Remove.
1778 * config/vax/vax.mh: New file.
1779 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1780 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1781 (vax_register_u_addr): New prototype.
1782 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1783 * config/vax/vaxult2.mh: Remove file.
1784 * config/vax/vaxult.mh: Remove file.
1785 * config/vax/vaxbsd.mh: Remove file.
1786 * config/vax/vax.mt (TM_FILE): Remove.
1787 * config/vax/tm-vaxbsd.h: Remove file.
1788
1789 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1790
1791 * aix-thread.c (get_signaled_thread): New function.
1792 (iter_trap): Delete, no longer used.
1793 (iter_tid): New function.
1794 (pd_update): Find the thread that received the SIGTRAP signal
1795 by first locating the kernel thread, and then finding its
1796 associated thread.
1797
1798 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1799
1800 * lin-lwp.c (child_wait): Continue inferior after processing
1801 PTRACE_EVENT_CLONE event.
1802
1803 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1804
1805 * MAINTAINERS: Add self to Write-After-Approval.
1806
1807 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1808
1809 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1810 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1811
1812 2004-08-05 Andrew Cagney <cagney@gnu.org>
1813
1814 * config/xm-sysv4.h: Delete file.
1815 * config/mips/xm-irix5.h: Delete file.
1816 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1817 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1818 * config/ia64/xm-aix.h: Delete file.
1819 * config/ia64/aix.mh (XM_FILE): Delete.
1820 * config/pa/xm-hppah.h: Delete file.
1821 * config/pa/hpux11w.mh (XM_FILE): Delete.
1822 * config/pa/hpux11.mh (XM_FILE): Delete.
1823 * config/pa/hpux1020.mh (XM_FILE): Delete.
1824 * config/pa/hppahpux.mh (XM_FILE): Delete.
1825
1826 * config/alpha/xm-alphalinux.h: Delete file.
1827 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1828 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1829 * config/alpha/xm-alphaosf.h: Delete file.
1830 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1831 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1832 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1833 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1834
1835 * config/i386/xm-i386v.h: Delete file.
1836 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1837 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1838 * config/i386/xm-i386sco.h: Delete file.
1839 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1840 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1841 * config/i386/xm-i386v4.h: Delete file.
1842 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1843 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1844 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1845 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1846
1847 * config/vax/xm-vax.h: Delete file.
1848 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1849 * config/vax/xm-vaxult2.h: Delete file.
1850 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1851 * config/vax/vaxult2.mh (XM_FILE): Delete.
1852 * config/vax/xm-vaxult.h: Delete file.
1853 * config/vax/vaxult.mh (XM_FILE): Delete.
1854 * config/vax/xm-vaxbsd.h: Delete file.
1855 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1856
1857 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1858 * gdbarch.h, gdbarch.c: Re-generate.
1859 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1860 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1861 * frame.h: Delete deprecated_read_fp from comments.
1862 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1863 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1864
1865 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1866
1867 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1868 trampoline in OpenBSD 3.5-current.
1869
1870 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1871 SSE registers.
1872
1873 * Makefile.in: Remove embedded page breaks.
1874
1875 2004-08-04 Jim Blandy <jimb@redhat.com>
1876
1877 * regcache.c (regcache_raw_read): Assert that, after calling
1878 target_fetch_registers, the register we're reading is cached.
1879
1880 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1881 a call to 'internal_error', with a more helpful error message.
1882 * rs6000-tdep.c (e500_pseudo_register_read,
1883 e500_pseudo_register_write, rs6000_store_return_value): Same.
1884
1885 2004-08-04 Andrew Cagney <cagney@gnu.org>
1886
1887 * Makefile.in: Update dependencies.
1888
1889 2004-08-04 Jim Blandy <jimb@redhat.com>
1890
1891 Change the layout of the PowerPC E500 raw register cache to allow
1892 the lower 32-bit halves of the GPRS to be their own raw registers,
1893 not pseudoregisters.
1894 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1895 add ppc_ev0_upper_regnum flag.
1896 * rs6000-tdep.c: #include "reggroups.h".
1897 (spe_register_p): Recognize the ev upper half registers as SPE
1898 registers.
1899 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1900 registers.
1901 (e500_move_ev_register): New function.
1902 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1903 vector registers are the pseudo-registers now, formed by splicing
1904 together the gprs and the upper-half registers.
1905 (e500_register_reggroup_p): New function.
1906 (P): Macro deleted.
1907 (P8, A4): New macro.
1908 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1909 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1910 macros.
1911 (registers_e500): Rearrange register set so that the raw register
1912 set contains 32-bit GPRs and upper-half registers, and the SPE
1913 vector registers become pseudo-registers.
1914 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1915 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1916 register numbers are now the same for the E500 as they are for
1917 other PowerPC variants. Register e500_register_reggroup_p as the
1918 register group function for the E500.
1919 * Makefile.in (rs6000-tdep.o): Update dependencies.
1920
1921 Adapt PPC E500 native support to the new raw regcache layout.
1922 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1923 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1924 (fetch_spe_register, store_spe_register): Handle fetching/storing
1925 all the SPE registers at once, if regno == -1. These now take
1926 over the job of fetch_spe_registers and store_spe_registers.
1927 (fetch_spe_registers, store_spe_registers): Deleted.
1928 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1929 unconditionally; they're always raw. Fetch/store SPE upper half
1930 registers, if present, instead of ev registers.
1931 (fetch_register, store_register): Remove sanity checks: gprs are
1932 never pseudo-registers now, so we never need to even mention any
1933 registers that are ever pseudoregisters.
1934
1935 Use a fixed register numbering when communicating with the PowerPC
1936 simulator.
1937 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1938 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1939 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1940 New functions.
1941 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1942 init_sim_regno_table.
1943 * Makefile.in (gdb_sim_ppc_h): New variable.
1944 (rs6000-tdep.o): Update dependencies.
1945
1946 2004-08-02 Andrew Cagney <cagney@gnu.org>
1947
1948 * cris-tdep.c (cris_register_size): Restore function, still used
1949 locally.
1950
1951 * gdbarch.sh (deprecated_target_read_fp)
1952 (deprecated_frame_locals_address, deprecated_frame_args_address)
1953 (deprecated_frame_chain_valid, deprecated_frame_chain)
1954 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1955 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1956 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1957 * gdbarch.h, gdbarch.c: Re-generate.
1958 * regcache.c (deprecated_read_fp): Do not call
1959 DEPRECATED_TARGET_READ_FP_P.
1960 * infcmd.c (default_print_registers_info): Do not call
1961 DEPRECATED_DO_REGISTERS_INFO.
1962 * frame-base.c (default_frame_locals_address): Do not call
1963 DEPRECATED_FRAME_LOCALS_ADDRESS.
1964 (default_frame_args_address): Do not call
1965 DEPRECATED_FRAME_ARGS_ADDRESS.
1966
1967 * gdbarch.sh (deprecated_register_raw_size)
1968 (deprecated_register_virtual_size:int): Delete.
1969 * gdbarch.h, gdbarch.c: Re-generate.
1970 * cris-tdep.c (cris_register_size): Delete.
1971 (cris_gdbarch_init): Update.
1972 * alpha-tdep.c (alpha_register_raw_size)
1973 (alpha_register_virtual_size): Delete.
1974 (alpha_gdbarch_init): Update.
1975
1976 * gdbarch.sh (deprecated_register_virtual_type)
1977 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1978 (deprecated_dummy_write_sp): Delete.
1979 * gdbarch.h, gdbarch.c: Re-generate.
1980
1981 * gdbarch.sh (deprecated_register_bytes): Delete.
1982 * gdbarch.h, gdbarch.c: Re-generate.
1983 * regcache.c (deprecated_register_bytes): New function.
1984 * regcache.h (deprecated_register_bytes): Declare.
1985 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1986 * v850-tdep.c (v850_gdbarch_init): Update.
1987 * sh64-tdep.c (sh64_gdbarch_init): Update.
1988 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1989 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1990 * mcore-tdep.c (mcore_gdbarch_init): Update.
1991 * cris-tdep.c (cris_gdbarch_init): Update.
1992 * arm-tdep.c (arm_gdbarch_init): Update.
1993 * remote.c (init_remote_state): Update.
1994 * remote-vx.c (vx_prepare_to_store): Update.
1995 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1996 * irix5-nat.c (fetch_core_registers): Update.
1997 * cris-tdep.c (cris_register_bytes_ok): Update.
1998 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1999
2000 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2001 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2002 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2003 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2004 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2005 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2006 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2007 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2008 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2009 with mips_insn16 and mips_insn32.
2010
2011 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2012 * rs6000-tdep.c (rs6000_push_dummy_call)
2013 (rs6000_extract_return_value): Use register_size.
2014 * xstormy16-tdep.c (xstormy16_get_saved_register)
2015 (xstormy16_extract_return_value): Ditto.
2016 * valops.c (value_assign): Ditto.
2017 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2018 * v850-tdep.c (v850_extract_return_value): Ditto.
2019 * tracepoint.c (collect_symbol): Ditto.
2020 * target.c (debug_print_register): Ditto.
2021 * stack.c (frame_info): Ditto.
2022 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2023 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2024 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2025 (store_register_using_P): Ditto.
2026 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2027 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2028 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2029 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2030 * regcache.c (deprecated_read_register_bytes)
2031 (deprecated_write_register_bytes, read_register)
2032 (write_register): Ditto.
2033 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2034 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2035 * monitor.c (monitor_supply_register, monitor_fetch_register)
2036 (monitor_store_register): Ditto.
2037 * mn10300-tdep.c (mn10300_pop_frame_regular)
2038 (mn10300_print_register): Ditto.
2039 * mipsv4-nat.c (fill_fpregset): Ditto.
2040 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2041 (mips64_fill_fpregset): Ditto.
2042 * mi/mi-main.c (register_changed_p, get_register)
2043 (mi_cmd_data_write_register_values): Ditto.
2044 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2045 * irix5-nat.c (fill_gregset, fetch_core_registers):
2046 * infrun.c (write_inferior_status_register): Ditto.
2047 * infptrace.c (fetch_register, store_register): Ditto.
2048 * infcmd.c (default_print_registers_info): Ditto.
2049 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2050 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2051 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2052 * hpux-thread.c (hpux_thread_fetch_registers)
2053 (hpux_thread_store_registers): Ditto.
2054 * hppah-nat.c (store_inferior_registers, fetch_register):
2055 * findvar.c (value_from_register): Ditto.
2056 * dve3900-rom.c (fetch_bitmapped_register):
2057 * cris-tdep.c (cris_gdbarch_init): Ditto.
2058 * alpha-tdep.h: Ditto.
2059 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2060
2061 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2062 DEPRECATED_REGISTER_RAW_SIZE from comments.
2063 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2064 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2065 DEPRECATED_REGISTER_RAW_SIZE.
2066 * findvar.c (value_of_register): Simplify by assuming that the
2067 registers raw and virtual sizes are identical.
2068 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2069 comment.
2070 * arch-utils.c (generic_register_size): Simplify by assuming
2071 register_type.
2072
2073 * regcache.c (legacy_read_register_gen, real_register)
2074 (legacy_write_register_gen): Delete, not used.
2075
2076 * regcache.c (struct regcache_descr): Delete legacy_p.
2077 (init_legacy_regcache_descr): Delete function.
2078 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2079 Do not use deprecated register functions.
2080 (regcache_raw_read, deprecated_write_register_gen):
2081 (deprecated_read_register_gen, regcache_raw_write): Delete code
2082 predicated on legacy_p.
2083 (register_size): Delete check against register raw size.
2084
2085 * cris-tdep.c (cris_register_type): Replace
2086 cris_register_virtual_type.
2087 (cris_gdbarch_init): Update, set register_type.
2088
2089 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2090 * gdbarch.h, gdbarch.c: Re-generate.
2091 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2092 (arm_gdbarch_init) Do not set frameless function invocation.
2093 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2094 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2095 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2096 (frv_gdbarch_init): Do not set frameless function invocation.
2097 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2098 * sh-tdep.c (sh_gdbarch_init): Ditto.
2099 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2100 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2101 * avr-tdep.c (avr_gdbarch_init): Ditto.
2102
2103 * blockframe.c (legacy_frame_chain_valid): Delete function.
2104
2105 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2106 and pc. Update comments.
2107 (pc_in_dummy_frame): Delete function.
2108 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2109 use the "id".
2110 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2111 call_hi, top and pc, use the id.
2112 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2113
2114 * dummy-frame.c: Include "gdb_string.h".
2115 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2116 (generic_save_dummy_frame_tos): Delete.
2117 (dummy_frame_push): New function, replaces above.
2118 * dummy-frame.h: Update copyright.
2119 (dummy_frame_push): Declare.
2120 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2121 (generic_save_call_dummy_addr): Delete declarations.
2122 * infcall.c: Include "dummy-frame.h".
2123 (call_function_by_hand): Add locals caller_regcache,
2124 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2125 with call to frame_save_as_regcache plus cleanup. Delete calls to
2126 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2127 Move clear_proceed_status to just before the resume, add call to
2128 dummy_frame_push (discard cleanup).
2129 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2130 (dummy-frame.o): Add $(gdb_string_h).
2131
2132 2004-08-01 Andrew Cagney <cagney@gnu.org>
2133
2134 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2135 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2136 * dummy-frame.c (find_dummy_frame): Delete.
2137 (struct dummy_frame_cache, dummy_frame_sniffer)
2138 (dummy_frame_prev_register, dummy_frame_this_id)
2139 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2140 frame unwinder using a dummy_frame_cache.
2141
2142 2004-08-01 Andrew Cagney <cagney@gnu.org>
2143
2144 * frame.h (frame_save_as_regcache): Declare.
2145 * frame.c (frame_save_as_regcache): New function.
2146 (do_frame_read_register): Replace do_frame_unwind_register.
2147 (frame_pop): Use frame_save_as_regcache.
2148 * dummy-frame.c (generic_push_dummy_frame): Use
2149 frame_save_as_regcache.
2150
2151 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2152
2153 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2154 file as included until we record the first line in the linetable.
2155
2156 2004-08-01 Andrew Cagney <cagney@gnu.org>
2157
2158 * frame.h (deprecated_pop_dummy_frame)
2159 (deprecated_read_register_dummy)
2160 (deprecated_generic_find_dummy_frame): Delete.
2161 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2162 (deprecated_read_register_dummy)
2163 (deprecated_find_dummy_frame_regcache)
2164 (discard_innermost_dummy)
2165 (deprecated_pop_dummy_frame): Delete.
2166 (dummy_frame_this_id): Simplify.
2167 (struct dummy_frame): Delete "fp" and "sp".
2168 (find_dummy_frame): Simplify.
2169 (generic_push_dummy_frame): Do not set "fp" or "sp".
2170 (fprint_dummy_frames): Do not print "fp" and "sp"
2171
2172 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2173
2174 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2175 (struct i386_insn): New structure.
2176 (i386_match_insn): New function.
2177 (i386_frame_setup_skip_insns): New variable.
2178 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2179 array i386_frame_setup_insns of instructions that should be
2180 skipped inside the frame setup sequence.
2181
2182 2004-08-01 Andrew Cagney <cagney@gnu.org>
2183
2184 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2185 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2186 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2187 * stack.c (frame_info): Delete references to
2188 DEPRECATED_FRAME_INIT_SAVED_REGS and
2189 deprecated_get_frame_saved_regs.
2190 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2191 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2192 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2193 (frame_unwind_register_signed)
2194 (frame_unwind_register_unsigned)
2195 (frame_unwind_unsigned_register): Use register_size.
2196 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2197 (deprecated_frame_xmalloc_with_cleanup)
2198 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2199 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2200
2201 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2202 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2203 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2204 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2205
2206 * infcall.c (call_function_by_hand): Do not use
2207 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2208 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2209 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2210 DEPRECATED_STACK_ALIGN.
2211
2212 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2213
2214 Committed by Andrew Cagney.
2215 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2216
2217 2004-08-01 Andrew Cagney <cagney@gnu.org>
2218
2219 * mips-tdep.c (mips16_frame_cache)
2220 (mips16_frame_this_id, mips16_frame_prev_register)
2221 (mips16_frame_unwind, mips16_frame_sniffer)
2222 (mips16_frame_base_address, mips16_frame_base)
2223 (mips16_frame_base_sniffer, mips32_frame_cache)
2224 (mips32_frame_this_id, mips32_frame_prev_register)
2225 (mips32_frame_unwind, mips32_frame_sniffer)
2226 (mips32_frame_base_address, mips32_frame_base)
2227 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2228 separate heuristic mips16 and mips32 unwinders.
2229 (mips_stub_frame_cache, mips_stub_frame_this_id)
2230 (mips_stub_frame_prev_register)
2231 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2232 (mips_stub_frame_base_address, mips_stub_frame_base)
2233 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2234 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2235 match true mdebug frames.
2236 (non_heuristic_proc_desc): Add forward declaration.
2237
2238 2004-08-01 Andrew Cagney <cagney@gnu.org>
2239
2240 * config/mips/tm-irix6.h: Delete file.
2241 * config/mips/tm-irix5.h: Delete file.
2242 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2243 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2244
2245 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2246 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2247 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2248 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2249 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2250 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2251 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2252 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2253 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2254 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2255 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2256 (TARGET_SIGNAL_RAW_VALUES): Delete.
2257 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2258 Delete.
2259 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2260 (TARGET_HW_WATCH_LIMIT): Delete.
2261 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2262 * minimon.h: Delete file.
2263
2264 * trad-frame.c (trad_frame_get_this_base)
2265 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2266 functions.
2267 * trad-frame.h (trad_frame_set_this_base)
2268 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2269
2270 2004-07-31 Andrew Cagney <cagney@gnu.org>
2271
2272 * trad-frame.c (trad_frame_get_prev_register): Rename
2273 trad_frame_get_prev_register.
2274 * vax-tdep.c (vax_frame_prev_register): Update.
2275 * trad-frame.h: Update.
2276 * trad-frame.c (trad_frame_get_register): Update.
2277 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2278 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2279 Update.
2280 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2281 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2282 Update.
2283 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2284 Update.
2285 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2286 Update.
2287 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2288 Update.
2289 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2290 Update.
2291 * s390-tdep.c (s390_frame_prev_register)
2292 (s390_stub_frame_prev_register)
2293 (s390_sigtramp_frame_prev_register): Update.
2294 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2295 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2296 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2297 * m88k-tdep.c (m88k_frame_prev_register)
2298 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2299 * m32r-tdep.c (m32r_frame_prev_register): Update.
2300 * hppa-tdep.c (hppa_frame_prev_register_helper)
2301 * frv-tdep.c (frv_frame_prev_register): Update.
2302 * d10v-tdep.c (d10v_frame_prev_register): Update.
2303 * cris-tdep.c (cris_frame_prev_register): Update.
2304 * avr-tdep.c (avr_frame_prev_register): Update.
2305 * arm-tdep.c (arm_prologue_prev_register)
2306 (arm_sigtramp_prev_register): Update.
2307
2308 2004-07-31 Andrew Cagney <cagney@gnu.org>
2309
2310 * frame.h (legacy_saved_regs_unwind)
2311 (legacy_frame_chain_valid, legacy_frame_p)
2312 (enum frame_type): Delete UNKNOWN_FRAME.
2313 * dummy-frame.c (dummy_frame_this_id): Simplify.
2314 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2315 * frame.c (struct frame_info): Delete the field "type".
2316 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2317 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2318 (legacy_saved_regs_unwind, legacy_frame_p)
2319 (frame_type_from_pc): Delete.
2320 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2321 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2322
2323 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2324
2325 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2326 indentation.
2327
2328 * mips-nat.c: Remove file.
2329 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2330 (mips-nat.o): Remove dependency.
2331
2332 * infptrace.c: Update copyright year.
2333 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2334 explicitly setting the buffer to all zeroes.
2335
2336 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2337 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2338
2339 2004-07-30 Andrew Cagney <cagney@gnu.org>
2340
2341 * GDB 6.2 released from gdb_6_2-branch.
2342
2343 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2344
2345 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2346
2347 * exec.c (exec_file_attach):
2348 * nto-tdep.c (nto_find_and_open_solib):
2349 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2350 * solib.c (solib_open):
2351 * somsolib.c (som_solib_sizeof_symbol_table):
2352 * source.c (is_regular_file, openp, open_source_file):
2353 * symfile.c (symfile_bfd_open):
2354 * wince.c (upload_to_device): Differentiate between the search for
2355 binary and source files.
2356
2357 2004-07-30 Andrew Cagney <cagney@gnu.org>
2358
2359 * complaints.c (_initialize_complaints): Pass NULL to
2360 add_setshow_zinteger_cmd for help_doc.
2361 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2362
2363 2004-07-30 Andrew Cagney <cagney@gnu.org>
2364
2365 Fix PR i18n/761.
2366 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2367 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2368 $(PACKAGE).pot and update-po.
2369 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2370 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2371 (update-po): New rules.
2372 (localedir): Define using autoconf.
2373 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2374 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2375 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2376 * configure.in: Generate CATALOGS and LINGUAS from contents of
2377 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2378 * configure: Re-generate.
2379 * po/gdbtext: New file
2380
2381 2004-07-30 Jerome Guitton <guitton@gnat.com>
2382
2383 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2384 order.
2385
2386 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2387
2388 * dwarf2read.c (read_file_scope): Set producer if attribute
2389 present.
2390 (struct dwarf2_cu): Added new member producer.
2391
2392 2004-07-30 Jerome Guitton <guitton@gnat.com>
2393
2394 * inflow.c (kill_command): release file handles in BFD.
2395 * exec.c (exec_file_attach): Ditto.
2396 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2397
2398 2004-07-29 Andrew Cagney <cagney@gnu.org>
2399
2400 * PROBLEMS (mips-irix): Note that it is broken.
2401
2402 2004-07-29 Andrew Cagney <cagney@gnu.org>
2403
2404 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2405 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2406
2407 * config/xm-nbsd.h: Delete file.
2408 * config/arm/xm-nbsd.h: Delete file.
2409 * config/i386/xm-nbsd.h: Delete file.
2410 * config/ns32k/xm-nbsd.h: Delete file.
2411 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2412 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2413 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2414 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2415 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2416
2417 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2418 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2419 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2420 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2421 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2422 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2423
2424 * config/powerpc/xm-linux.h: Delete empty file.
2425 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2426 * config/powerpc/linux.mh (XM_FILE): Delete.
2427 * config/m68k/xm-linux.h: Delete empty file.
2428 * config/m68k/linux.mh (XM_FILE): Delete.
2429 * config/ia64/xm-linux.h: Delete empty file.
2430 * config/ia64/linux.mh (XM_FILE): Delete.
2431 * config/arm/xm-linux.h: Delete empty file.
2432 * config/arm/linux.mh (XM_FILE): Delete.
2433
2434 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2435 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2436 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2437 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2438 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2439 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2440 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2441 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2442
2443 * config/m68k/xm-m68k.h: Delete file.
2444 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2445 copyright.
2446 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2447 * config/pa/xm-linux.h: Delete empty file.
2448 * config/pa/linux.mh (XM_FILE): Delete.
2449 * config/i386/xm-i386.h: Delete empty file.
2450 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2451 "i386/xm-i386.h".
2452 * config/i386/obsdaout.mh (XM_FILE): Delete.
2453 * config/i386/obsd64.mh (XM_FILE): Delete.
2454 * config/i386/fbsd64.mh (XM_FILE): Delete.
2455 * config/i386/nto.mh (XM_FILE): Delete.
2456 * config/i386/obsd.mh (XM_FILE): Delete.
2457 * config/i386/linux64.mh (XM_FILE): Delete.
2458 * config/i386/linux.mh (XM_FILE): Delete.
2459 * config/i386/i386sol2.mh (XM_FILE): Delete.
2460 * config/i386/i386gnu.mh (XM_FILE): Delete.
2461 * config/i386/fbsd.mh (XM_FILE): Delete.
2462 * config/i386/nbsd64.mh (XM_FILE): Delete.
2463
2464 2004-07-29 Andrew Cagney <cagney@gnu.org>
2465
2466 * config/pa/xm-linux.h: Do not include "floatformat.h".
2467 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2468 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2469 * config/i386/xm-i386.h: Do not include "floatformat.h".
2470 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2471 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2472 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2473 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2474 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2475 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2476 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2477 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2478 * configure, config.in: Regenerate.
2479 * configure.host (gdb_host_float_format, gdb_host_double_format)
2480 (gdb_host_long_double_format): Set according to the host.
2481
2482 2004-07-29 Andrew Cagney <cagney@gnu.org>
2483
2484 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2485
2486 2004-07-28 Andrew Cagney <cagney@gnu.org>
2487
2488 * PROBLEMS: Mention threads/1650.
2489 * NEWS: Mention the NPTL fix.
2490
2491 2004-07-28 Andrew Cagney <cagney@gnu.org>
2492
2493 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2494 (add_setshow_cmd_full): Make static.
2495 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2496 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2497 * cli/cli-decode.c (add_setshow_filename_cmd)
2498 (add_setshow_string_cmd): New functions.
2499 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2500 * mips-tdep.c (_initialize_mips_tdep): Update.
2501 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2502 * cli/cli-logging.c (_initialize_cli_logging): Update.
2503 * complaints.c (_initialize_complaints): Update.
2504 * remote.c (_initialize_remote): Update.
2505
2506 2004-07-28 Andrew Cagney <cagney@gnu.org>
2507
2508 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2509 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2510 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2511 print parameters. Make string parameters constant.
2512 * command.h: Update. Update copyright.
2513 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2514 * observer.c (_initialize_observer): Ditto.
2515 * frame.c (_initialize_frame): Ditto.
2516 * complaints.c (_initialize_complaints): Ditto.
2517 * maint.c (_initialize_maint_cmds): Ditto.
2518 * target.c (initialize_targets): Ditto.
2519 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2520 * infcall.c (_initialize_infcall): Ditto.
2521 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2522 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2523 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2524 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2525 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2526
2527 2004-07-28 Andrew Cagney <cagney@gnu.org>
2528
2529 * gdbtypes.c (lookup_primitive_typename): Delete function.
2530 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2531 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2532 * gdbtypes.c (lookup_typename): Ditto.
2533 * f-exp.y (yylex): Ditto.
2534 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2535
2536 * scm-lang.c (c_builtin_types): Delete extern declaration.
2537 (scm_language_defn): Replace
2538 string_char_type and primitive_type_vector with
2539 la_language_arch_info.
2540 * jv-lang.c (java_language_defn): Replace
2541 string_char_type and primitive_type_vector with
2542 la_language_arch_info.
2543 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2544 c_builtin_types in comment.
2545 * c-lang.h (struct language_arch_info): Declare opaque.
2546 (c_language_arch_info): Declare.
2547 (c_builtin_types): Delete declaration.
2548 * c-lang.c (c_language_arch_info): Set string_char_type to
2549 builtin_char, not builtin_true_char. Make global.
2550 (c_builtin_types): Delete array.
2551 (asm_language_defn, minimal_language_defn): Replace
2552 string_char_type and primitive_type_vector with
2553 la_language_arch_info.
2554
2555 2004-07-28 Andrew Cagney <cagney@gnu.org>
2556
2557 * gdbtypes.h (struct builtin_type): Rename true_char to
2558 builtin_true_char.
2559 * gdbtypes.c (gdbtypes_post_init): Update.
2560 * c-lang.c (arch_info): New function.
2561 (enum c_primitive_types): New enum.
2562 (c_language_defn): Instead of string_char_type and
2563 primitive_type_vector set la_language_arch_info.
2564
2565 2004-07-28 Andrew Cagney <cagney@gnu.org>
2566
2567 * language.h (struct language_arch_info): Fix typo
2568 s/primative/primitive/.
2569 * gdbtypes.c (lookup_primitive_typename): Ditto.
2570 * language.c (language_lookup_primitive_type_by_name)
2571 (unknown_language_arch_info): Ditto.
2572
2573 2004-07-27 Andrew Cagney <cagney@gnu.org>
2574
2575 * defs.h (enum language): Add nr_languages.
2576 * language.h (struct language_arch_info): Define.
2577 (struct language_defn): Add la_language_arch_info.
2578 (language_lookup_primative_type_by_name): Declare.
2579 (language_string_char_type): Declare.
2580 * language.c (_initialize_language, language_gdbarch_post_init)
2581 (struct language_gdbarch, language_gdbarch_data): Implement
2582 per-architecture language information.
2583 (unknown_language_arch_info, language_string_char_type)
2584 (language_lookup_primative_type_by_name): New functions.
2585 (unknown_language_defn, auto_language_defn)
2586 (local_language_defn): Set la_language_arch_info to
2587 unknown_language_arch_info.
2588 (unknown_builtin_types): Delete.
2589 * gdbtypes.c (lookup_primitive_typename): Use
2590 language_lookup_primative_type_by_name.
2591 (create_string_type): Use language_string_char_type.
2592 * values.c (value_from_string): Use language_string_char_type.
2593 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2594 * p-lang.c (pascal_language_defn): Ditto.
2595 * m2-lang.c (m2_language_defn): Ditto.
2596 * jv-lang.c (java_language_defn): Ditto.
2597 * objc-lang.c (objc_language_defn): Ditto.
2598 * f-lang.c (f_language_defn): Ditto.
2599 * c-lang.c (c_language_defn, cplus_language_defn)
2600 (asm_language_defn, minimal_language_defn): Ditto.
2601
2602 2004-07-27 Andrew Cagney <cagney@gnu.org>
2603
2604 * gdbtypes.h (struct builtin_type): Declare.
2605 (builtin_type): Declare.
2606 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2607 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2608 (gdbtypes_post_init): New function.
2609 (builtin_type): New function.
2610
2611 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2612
2613 * remote-m32r-sdi.c: Fix breakpoint bug.
2614 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2615 recv_char_data, recv_long_data): New functions to replace communication
2616 sequences.
2617
2618 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2619
2620 Document PR threads/1650.
2621 * PROBLEMS (Threads): Document problem with many threads
2622
2623 2004-07-26 Andrew Cagney <cagney@gnu.org>
2624
2625 * gdb-mi.el: Move from here ...
2626 * mi/gdb-mi.el: ... to here.
2627
2628 2004-07-26 Andrew Cagney <cagney@gnu.org>
2629
2630 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2631 * main.c (captured_main): When in batch mode always detach.
2632
2633 2004-07-26 Andrew Cagney <cagney@gnu.org>
2634
2635 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2636 and h8300 as broken.
2637 * NEWS: END-OF-LIFE frame compatibility module.
2638 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2639 specific comments.
2640
2641 2004-07-26 Andrew Cagney <cagney@gnu.org>
2642
2643 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2644 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2645 * wince.c (_initialize_wince): Update.
2646 * win32-nat.c (_initialize_win32_nat): Update.
2647 * varobj.c (_initialize_varobj): Update.
2648 * valops.c (_initialize_valops): Update.
2649 * utils.c (initialize_utils, initialize_utils): Update.
2650 * tui/tui-win.c (_initialize_tui_win): Update.
2651 * top.c (init_main): Update.
2652 * symfile.c (_initialize_symfile): Update.
2653 * source.c (_initialize_source): Update.
2654 * somsolib.c (_initialize_som_solib): Update.
2655 * solib.c (_initialize_solib): Update.
2656 * solib-frv.c (_initialize_frv_solib): Update.
2657 * serial.c (_initialize_serial): Update.
2658 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2659 * remote.c (_initialize_remote, _initialize_remote): Update.
2660 * remote-vx.c (_initialize_vx): Update.
2661 * remote-utils.c (_initialize_sr_support): Update.
2662 * remote-sds.c (_initialize_remote_sds): Update.
2663 * remote-mips.c (_initialize_remote_mips): Update.
2664 * remote-e7000.c (_initialize_remote_e7000): Update.
2665 * proc-api.c (_initialize_proc_api): Update.
2666 * printcmd.c: Update.
2667 * parse.c (_initialize_parse): Update.
2668 * pa64solib.c (_initialize_pa64_solib): Update.
2669 * p-valprint.c (_initialize_pascal_valprint): Update.
2670 * monitor.c (_initialize_remote_monitors): Update.
2671 * mips-tdep.c (_initialize_mips_tdep): Update.
2672 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2673 * maint.c (_initialize_maint_cmds): Update.
2674 * lin-lwp.c (_initialize_lin_lwp): Update.
2675 * language.c (_initialize_language): Update.
2676 * kod.c (_initialize_kod): Update.
2677 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2678 * i386-tdep.c (_initialize_i386_tdep): Update.
2679 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2680 * gdbarch.sh: Update.
2681 * gdbarch.c: Re-generate.
2682 * gdb-events.sh: Update.
2683 * gdb-events.c: Re-generate.
2684 * frame.c (_initialize_frame): Update.
2685 * exec.c: Update.
2686 * demangle.c (_initialize_demangler): Update.
2687 * dcache.c (_initialize_dcache): Update.
2688 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2689 * cp-valprint.c (_initialize_cp_valprint): Update.
2690 * corefile.c (_initialize_core): Update.
2691 * command.h: Update.
2692 * cli/cli-decode.h: Update.
2693 * cli/cli-cmds.c (init_cli_cmds): Update.
2694 * charset.c (_initialize_charset): Update.
2695 * breakpoint.c (_initialize_breakpoint): Update.
2696 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2697 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2698 * aix-thread.c (_initialize_aix_thread): Update.
2699
2700 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2701
2702 Partial fix for PR backtrace/1718.
2703 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2704 that GCC migrates into the prolugue. Don't handle any
2705 instructions that clobber %ebx.
2706
2707 2004-07-23 Andrew Cagney <cagney@gnu.org>
2708
2709 Use regcache_raw_collect instead of regcache_collect.
2710 * regcache.h (regcache_collect): Delete declaration.
2711 * regcache.c (regcache_colect): Delete function.
2712 * win32-nat.c (do_child_store_inferior_registers): Update.
2713 * sol-thread.c (sol_thread_store_registers): Update.
2714 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2715 * rs6000-nat.c (store_register): Update.
2716 * remote.c (store_register_using_P, remote_store_registers): Update.
2717 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2718 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2719 (fill_vrregset, store_spe_registers, fill_gregset)
2720 (fill_gregset): Update.
2721 * nto-procfs.c (procfs_store_registers): Update.
2722 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2723 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2724 * m68klinux-nat.c (store_register, fill_gregset): Update.
2725 * m68k-tdep.c (fill_gregset): Update.
2726 * infptrace.c (store_register): Update.
2727 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2728 * i386-linux-nat.c (store_register, fill_gregset): Update.
2729 * hppa-linux-nat.c (fill_gregset): Update.
2730 * go32-nat.c (store_register): Update.
2731 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2732 (store_fp_regs): Update.
2733 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2734 (store_nwfpe_extended, store_fpregister, store_fpregs)
2735 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2736 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2737 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2738 (store_regs_user_thread, store_regs_kernel_thread): Update.
2739
2740 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2741
2742 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2743 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2744 encoding.
2745 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2746 member of `struct comp_unit'.
2747
2748 2004-07-23 Andrew Cagney <cagney@gnu.org>
2749
2750 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2751 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2752
2753 2004-07-23 Martin Hunt <hunt@redhat.com>
2754 Kevin Buettner <kevinb@redhat.com>
2755
2756 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2757 alignment was being added to the offset instead of multiplied.
2758
2759 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2760
2761 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2762 changed signal trampoline in OpenBSD 3.5-current.
2763
2764 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2765 <machine/pcb.h> and "bsd-kvm.h".
2766 (sparc64nbsd_supply_pcb): New function.
2767 (_initialize_sparc64nbsd_nat): Renamed from
2768 _initialize_sparcnbsd_nat. Enable libkvm interface.
2769 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2770 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2771 (LOADLIBES): New variable.
2772
2773 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2774
2775 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2776
2777 2004-07-21 Andrew Cagney <cagney@gnu.org>
2778
2779 Use regcache_raw_supply instead of supply_register.
2780 * regcache.h (supply_register): Delete declaration.
2781 * regcache.c (supply_register): Delete function.
2782 * wince.c (do_child_fetch_inferior_registers): Update.
2783 * win32-nat.c (do_child_fetch_inferior_registers)
2784 (fetch_elf_core_registers): Update.
2785 * v850ice.c (v850ice_fetch_registers): Update.
2786 * thread-db.c (thread_db_store_registers): Update.
2787 * sol-thread.c (sol_thread_store_registers): Update.
2788 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2789 * rs6000-nat.c (fetch_register): Update.
2790 * rom68k-rom.c (rom68k_supply_one_register): Update.
2791 * remote.c (remote_wait, remote_async_wait): Update.
2792 * remote-st.c (get_hex_regs): Update.
2793 * remote-sim.c (gdbsim_fetch_register): Update.
2794 * remote-sds.c (sds_fetch_registers): Update.
2795 * remote-rdp.c (remote_rdp_fetch_register): Update.
2796 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2797 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2798 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2799 * remote-hms.c (init_hms_cmds): Update.
2800 * remote-est.c (init_est_cmds): Update.
2801 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2802 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2803 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2804 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2805 (fetch_register, supply_vrregset, supply_vrregset)
2806 (fetch_spe_registers): Update.
2807 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2808 * monitor.c (monitor_supply_register): Update.
2809 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2810 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2811 (mipsnbsd_supply_fpreg): Update.
2812 * mips-nat.c (fetch_inferior_registers)
2813 (fetch_core_registers): Update.
2814 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2815 (supply_fpregset, mips64_supply_gregset)
2816 (mips64_supply_fpregset): Update.
2817 * m68klinux-nat.c (fetch_register, supply_gregset)
2818 (supply_fpregset): Update.
2819 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2820 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2821 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2822 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2823 * infptrace.c (fetch_register): Update.
2824 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2825 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2826 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2827 (gnu_fetch_registers, gnu_store_registers): Update.
2828 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2829 * i386-linux-nat.c (fetch_register, supply_gregset)
2830 (dummy_sse_values): Update.
2831 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2832 * hppah-nat.c (fetch_register): Update.
2833 * hppa-linux-nat.c (fetch_register, supply_gregset)
2834 (supply_fpregset): Update.
2835 * go32-nat.c (fetch_register): Update.
2836 * dve3900-rom.c (fetch_bitmapped_register)
2837 (_initialize_r3900_rom): Update.
2838 * cris-tdep.c (supply_gregset): Update.
2839 * abug-rom.c (init_abug_cmds): Update.
2840 * core-aout.c (fetch_core_registers): Update.
2841 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2842 (fetch_register, fetch_fp_register): Update.
2843 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2844 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2845 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2846 * alphanbsd-tdep.c (fetch_core_registers): Update.
2847 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2848 * alpha-nat.c (fetch_osf_core_registers)
2849 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2850 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2851 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2852
2853 2004-07-21 Andrew Cagney <cagney@gnu.org>
2854
2855 * PROBLEMS: Mention breakpoints/1702.
2856 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2857 that is known to work.
2858
2859 2004-07-21 Andrew Cagney <cagney@gnu.org>
2860
2861 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2862 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2863 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2864 (handle_inferior_event): Wrap call to deprecated
2865 IGNORE_HELPER_CALL in #ifdef.
2866 * config/mips/tm-nbsd.h: Update.
2867
2868 2004-07-20 Jim Blandy <jimb@redhat.com>
2869
2870 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2871 bfd_mach_ppc has no segment registers.
2872
2873 Include PowerPC SPR numbers for special-purpose registers.
2874 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2875 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2876 new member in initializer.
2877 (S, S4, SN4, S64): New macros for defining special-purpose
2878 registers.
2879 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2880 registers_403, registers_403GC, registers_505, registers_860,
2881 registers_601, registers_602, registers_603, registers_604,
2882 registers_750, registers_e500): Use them.
2883
2884 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2885 replace references with expression used to initialize variable.
2886
2887 2004-07-20 Andrew Cagney <cagney@gnu.org>
2888
2889 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2890 read_memory_nobpt.
2891 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2892 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2893 (s390_sigtramp_frame_sniffer): Update.
2894 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2895 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2896 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2897 (mips32_fetch_instruction): Update.
2898 * mcore-tdep.c (get_insn): Update.
2899 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2900 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2901 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2902 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2903 (i386_linux_rt_sigtramp_start): Update.
2904 * i386-linux-nat.c (child_resume): Update.
2905 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2906 * hppa-linux-tdep.c (insns_match_pattern): Update.
2907 * gdbcore.h: Update.
2908 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2909 * frame.c (safe_frame_unwind_memory): Update.
2910 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2911 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2912 * alpha-tdep.c (alpha_read_insn): Update.
2913
2914 2004-07-20 Andrew Cagney <cagney@gnu.org>
2915
2916 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2917 containing both bytes and mask. Add "frame_type".
2918 * tramp-frame.c (tramp_frame_start): Update.
2919 (tramp_frame_prepend_unwinder): Update.
2920 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2921 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2922 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2923 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2924
2925 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2926
2927 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2928 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2929 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2930 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2931
2932 2004-07-17 Andrew Cagney <cagney@gnu.org>
2933
2934 * NEWS, PROBLEMS: Update for 6.2.
2935
2936 * README: Update to 6.2.
2937
2938 * utils.c (xvasprintf): Call xstrvprintf.
2939
2940 * parse.c: Update copyright.
2941 (null_post_parser): Eliminate ARGSUSED.
2942
2943 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2944 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2945 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2946
2947 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2948 * ppc-linux-nat.c: Use "Linux kernel".
2949 * hppa-linux-tdep.c: Use GNU/Linux.
2950 * hppa-linux-nat.c: Use GNU/Linux.
2951 * dwarfread.c: Add [sic] to use of Linux.
2952
2953 * hppa-linux-nat.c: Do not include <string.h>.
2954 (supply_fpregset): Remove "register" attribute.
2955
2956 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2957
2958 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2959
2960 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2961 * configure, config.in: Regenerated.
2962
2963 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2964 "bsd-kvm.h".
2965 (vaxbsd_supply_pcb): New function.
2966 (_initialize_vaxbsd_nat): New prototype and function.
2967 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2968 solib-sunos.o.
2969 (LOADLIBES): New variable.
2970 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2971 (LOADLIBES): New variable.
2972 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2973 (LOADLIBES): New variable.
2974 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2975
2976 2004-07-16 Andrew Cagney <cagney@gnu.org>
2977
2978 * defs.h (event_loop_p): Replace variable declaration with macro,
2979 always 1.
2980 * main.c (captured_main): Delete options "-async" and "-noasync".
2981 (event_loop_p): Delete variable.
2982 * NEWS: Mention that "-async" and "-noasync" were removed.
2983
2984 2004-07-16 Andrew Cagney <cagney@gnu.org>
2985
2986 * remote-m32r-sdi.c: Re-indent.
2987
2988 2004-07-16 Jim Blandy <jimb@redhat.com>
2989
2990 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2991 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2992 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2993 missing MPC823 SPRs.
2994 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2995 incorrect. (This was corrected in GDB's register name tables on
2996 2004-07-14.)
2997
2998 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2999 should be "esasrr" ("ESA Save and Restore Register").
3000
3001 2004-07-16 Andrew Cagney <cagney@gnu.org>
3002
3003 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3004 calls, no longer applicable. Update comments and rename parameter
3005 "step_frame" to "return_frame".
3006
3007 2004-07-16 Andrew Cagney <cagney@gnu.org>
3008
3009 * frame.c (fprint_field): New function.
3010 (fprint_frame_id): Use fprint_field.
3011
3012 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3013
3014 * ada-lang.c (ada_language_defn): Remove commented out code.
3015
3016 2004-07-15 Jim Blandy <jimb@redhat.com>
3017
3018 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3019 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3020
3021 2004-07-14 Jim Blandy <jimb@redhat.com>
3022
3023 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3024
3025 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3026
3027 * ppc-tdep.h (ppc_num_srs): New enum constant.
3028
3029 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3030 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3031 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3032 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3033 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3034 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3035 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3036 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3037 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3038 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3039 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3040 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3041 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3042 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3043 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3044 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3045 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3046 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3047 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3048 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3049 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3050 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3051 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3052 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3053 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3054 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3055 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3056 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3057 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3058 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3059 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3060 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3061 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3062 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3063 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3064 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3065 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3066 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3067 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3068 special-purpose register numbers.
3069
3070 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3071 manual mentions 'md_twb', but many mention 'm_twb', and at that
3072 point in the register list.)
3073
3074 2004-07-14 Andrew Cagney <cagney@gnu.org>
3075
3076 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3077 instead of "internal-error".
3078
3079 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3080
3081 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3082 that was inserted inside a comment.
3083
3084 2004-07-10 Randolph Chung <tausq@debian.org>
3085
3086 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3087 function.
3088 (hppa_hpux_push_dummy_code): New function.
3089 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3090 Set find_global_pointer method.
3091
3092 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3093
3094 * NEWS: Mention BSD libkvm interface.
3095
3096 2004-07-10 Michael Snyder <msnyder@redhat.com>
3097
3098 * symfile.c (generic_load): Comment typo.
3099 * stack.c (get_selected_block): Ditto.
3100 * regcache.c (regcache_cooked_read): Ditto.
3101 * monitor.c (monitor_debug): Ditto.
3102 * mips-tdep.c (mips_read_pc): Ditto.
3103 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3104 * gdb_mbuild.sh: Ditto.
3105 * gdbarch.sh: Ditto.
3106 * gdbarch.h: Ditto.
3107
3108 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3109
3110 * ada-tasks.c: Remove file.
3111
3112 Remove ARI problems:
3113
3114 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3115 beginning of line.
3116
3117 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3118 Add comment.
3119 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3120 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3121 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3122 (UMIN_OF_SIZE): Remove.
3123 (max_of_type): New function to replace orphan macro in gdbtypes.h
3124 (min_of_type): Ditto.
3125 (discrete_type_high_bound): Use max_of_type.
3126 (discrete_type_low_bound): Use min_of_type.
3127 (possible_user_operator_p): Move operator to beginning of line.
3128 (ada_is_variant_part): Ditto.
3129 (ensure_lval): Rewrite to avoid deprecated operations.
3130 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3131 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3132 (ada_enum_name): Remove assignments in 'if' statements.
3133 (build_ada_types): Add gdbarch parameter.
3134 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3135 with gdbarch_data_register_post_init.
3136 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3137 add_show_from_set.
3138
3139 * ada-valprint.c (inspect_it): Remove declaration.
3140 (repeat_count_threshold): Remove declaration.
3141 (ada_print_floating): Remove assignments in 'if' statements.
3142 (print_str): Move operator to beginning of line.
3143
3144 2004-07-08 Jim Blandy <jimb@redhat.com>
3145
3146 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3147
3148 2004-07-08 Bob Rossi <bob@brasko.net>
3149
3150 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3151
3152 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3153
3154 * language.h (struct_language_defn): Add new function pointer:
3155 la_class_name_from_physname. Also add new prototype for
3156 language_class_name_from_physname.
3157 * language.c (language_class_name_from_physname): New function.
3158 (unk_lang_class_name): Ditto.
3159 (unknown_language_defn, auto_language_defn): Change
3160 to add unk_lang_class_name function pointer for
3161 la_class_name_from_physname.
3162 (local_language_defn): Ditto.
3163 * dwarf2read.c (guess_structure_name): Change to call
3164 language_class_name_from_physname.
3165 (determine_class_name): Ditto.
3166 * cp-support.c (class_name_from_physname): Renamed.
3167 (cp_class_name_from_physname): New name of function.
3168 * cp-support.h: Ditto.
3169 * c-lang.c (c_language_defn): Change to add NULL
3170 for class_name_from_physname function pointer.
3171 (cplus_language_defn): Change to add cp_class_name_from_physname.
3172 * jv-lang.c (java_class_name_physname): New function.
3173 (java_find_last_component): New static routine.
3174 (java_language_defn): Add java_class_name_from_physname pointer.
3175 * ada-lang.c (ada_language_defn): Change to add NULL
3176 for class_name_from_physname function pointer.
3177 * f-lang.c (f_language_defn): Ditto.
3178 * m2-lang.c (m2_language_defn): Ditto.
3179 * objc-lang.c (objc_language_defn): Ditto.
3180 * p-lang.c (pascal_language_defn): Ditto.
3181 * scm-lang.c (scm_language_defn): Ditto.
3182
3183 2004-07-06 Andrew Cagney <cagney@gnu.org>
3184
3185 Patch from Bart Robinson.
3186 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3187 (O_LARGEFILE): Define to 0, if not defined.
3188
3189 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3190
3191 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3192 <machine/pcb.h> and "bsd-kvm.h".
3193 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3194 (m68kbsd_supply_pcb): New function.
3195 (_initialize_m68kbsd_nat): New prototype and function.
3196 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3197 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3198 (LOADLIBES): New variable.
3199 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3200 (LOADLIBES): New variable.
3201
3202 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3203
3204 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3205
3206 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3207 <sys/proc.h>.
3208 (bsd_kvm_cmdlist): New variable.
3209 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3210 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3211 command and "kvm proc" command.
3212 * Makefile.in (bsd-kvm.o): Update dependencies.
3213
3214 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3215
3216 * osabi.c: Update copyright year.
3217 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3218 notes if EI_OSABI is set to ELFOSABI_HPUX.
3219
3220 2004-07-01 Michael Snyder <msnyder@redhat.com>
3221
3222 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3223 that seems to have gotten whacked out of line.
3224
3225 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3226
3227 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3228 code.
3229
3230 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3231
3232 * ada-lang.c (decode_packed_array): Minor change to comment.
3233 (ada_value_slice_ptr): New function.
3234 (ada_value_slice): New function.
3235 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3236 test. Don't know why it is there.
3237 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3238 to avoid dereferencing huge arrays from which one is slicing.
3239 (empty_array): Correct to return an array rather than
3240 a subrange value.
3241 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3242 on empty arrays (let'em use 'FIRST instead).
3243
3244 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3245
3246 Address complaints from gdb_ari.sh:
3247
3248 * ada-exp.y: Include gdb_string.h rather than string.h.
3249 (convert_char_literal): Reformat declaration.
3250 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3251 * ada-lex.l: Change use of free to xfree (the macro would do so
3252 anyway, but this is harmless).
3253 Include gdb_string.h rather than string.h.
3254 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3255
3256 * ada-lang.c (parse): Remove K&Rism in parameter list.
3257 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3258
3259 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3260
3261 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3262 dead code.
3263
3264 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3265
3266 * alphabsd-nat.c: Update copyright year.
3267 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3268
3269 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3270
3271 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3272 (i386_cygwin_in_solib_call_trampoline): New function.
3273 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3274 and skip_trampoline_code gdbarch methods.
3275
3276 2004-06-29 Jim Blandy <jimb@redhat.com>
3277
3278 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3279 name actually used in the dependency lists.
3280
3281 2004-06-29 Randolph Chung <tausq@debian.org>
3282
3283 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3284
3285 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3286
3287 * win32-nat.c (child_pid_to_exec_file): New function.
3288 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3289 functionality.
3290
3291 2004-06-28 Andrew Cagney <cagney@gnu.org>
3292
3293 * defs.h (xstrvprintf): Declare.
3294 * utils.c (xstrvprintf): New function.
3295 (internal_vproblem, xstrprintf, xasprintf)
3296 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3297 * serial.c (serial_printf): Ditto.
3298 * complaints.c (vcomplaint): Ditto.
3299
3300 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3301
3302 * infcmd.c (attach_command): Move call to target_terminal_inferior
3303 behind loading symbol table.
3304
3305 2004-06-28 Andrew Cagney <cagney@gnu.org>
3306
3307 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3308 change - add back extern deprecated_ui_loop_hook declaration.
3309
3310 2004-06-28 Andrew Cagney <cagney@gnu.org>
3311
3312 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3313 xstrprintf.
3314 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3315 (c_value_of_variable): Ditto.
3316 * utils.c (internal_vproblem): Ditto.
3317 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3318 * remote.c (add_packet_config_cmd): Ditto.
3319 * remote-rdp.c (rdp_set_command_line): Ditto.
3320 * regcache.c (regcache_dump): Ditto.
3321 * frv-tdep.c (new_variant, new_variant): Ditto.
3322 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3323 (fbsd_find_memory_regions): Ditto.
3324 * breakpoint.c (create_thread_event_breakpoint)
3325 (create_breakpoints): Ditto.
3326 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3327 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3328
3329 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3330
3331 * ada-lang.c: Re-indent file, with some massaging to help indent
3332 a bit when the result is otherwise really too ugly.
3333
3334 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3335
3336 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3337 code_addr_p and special_addr_p to 'unsigned int'.
3338
3339 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3340
3341 * i386v4-nat.c: Update copyright year and tweak comment.
3342 (regmap): Remove trailing comma.
3343 (supply_gregset): Rename local variable i to regnum. Call
3344 regcache_raw_supply instead of supply_register.
3345 (fill_gregset): Rename argument regno to regnum. Call
3346 regcache_raw_collect instead of regcache_collect.
3347
3348 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3349
3350 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3351 and special_addr_p.
3352 (frame_id_build, frame_id_build_special): Update comments.
3353 (frame_id_build_wild): New prototype.
3354 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3355 struct frame_id fields.
3356 (frame_id_build_wild): New function.
3357 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3358
3359 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3360
3361 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3362 hppabsd-tdep.c.
3363
3364 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3365
3366 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3367
3368 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3369
3370 * ada-lang.c: Re-indent file.
3371
3372 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3373
3374 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3375 (no_symtab_msg): Likewise.
3376
3377 2004-06-27 Andreas Schwab <schwab@suse.de>
3378
3379 * source.c: Fix whitespace.
3380
3381 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3382
3383 * configure.in: Include <sys/param.h> for td_pcb test.
3384 * configure: Regenerated.
3385
3386 * i386nbsd-nat.c: New file.
3387 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3388 i386obsd-nat.c and i386obsd-tdep.c.
3389 (i386nbsd-nat.o): New dependency.
3390 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3391 bsd-kvm.o.
3392 (LOADLIBES): New variable.
3393 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3394 bsd-kvm.o.
3395 (LOADLIBES): New variable.
3396
3397 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3398 (LOADLIBES): New variable.
3399
3400 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3401 fetching from BSD_KVM_PADDR. Correctly lookup address for
3402 "_thread0".
3403
3404 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3405 "bsd-kvm.h".
3406 (amd64fbsd_supply_pcb): New funcion.
3407 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3408
3409 2004-06-27 <david@streamline-computing.com>
3410
3411 Partial fix for PR cli/1056.
3412 * valarith.c: Check for zero in division and remainder
3413 evaluation.
3414
3415 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3416
3417 * i387-tdep.c: Remove excessive whitespace.
3418
3419 2004-06-26 Andrew Cagney <cagney@gnu.org>
3420
3421 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3422 * gdb-events.h, gdb-events.c: Re-generate.
3423 * tui/tui-hooks.c (tui_install_hooks): Update.
3424 (tui_remove_hooks): Update.
3425 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3426
3427 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3428
3429 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3430 (gregset_t, fpregset_t): Remove typedefs.
3431 (REG_OFFSET): Rename argument.
3432 (amd64bsd_r_reg_offset): Rename from reg_offset.
3433 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3434 Remove functions.
3435 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3436 of reg_offset.
3437 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3438
3439 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3440
3441 * vax-tdep.c: Tweak comment.
3442
3443 Add OpenBSD/hppa support.
3444 * NEWS (New native configurations): Mention OpenBSD/hppa.
3445 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3446 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3447 files.
3448 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3449 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3450 * configure.host: Add hppa*-*-openbsd*.
3451 * configure.tgt: Add hppa*-*-openbsd*.
3452
3453 2004-06-25 Andrew Cagney <cagney@gnu.org>
3454
3455 * defs.h (deprecated_ui_loop_hook): Deprecated.
3456 * wince.c (child_wait): Update.
3457 * win32-nat.c (child_wait): Update.
3458 * v850ice.c (v850ice_wait): Update.
3459 * top.c (deprecated_ui_loop_hook): Update.
3460 * serial.h: Update.
3461 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3462 (do_unix_readchar): Update.
3463 * ser-tcp.c (net_open): Update.
3464 * remote-sim.c (gdb_os_poll_quit): Update.
3465 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3466
3467 2004-06-24 Andrew Cagney <cagney@gnu.org>
3468
3469 * defs.h (deprecated_pre_add_symbol_hook)
3470 (deprecated_post_add_symbol_hook): Deprecated.
3471 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3472 (symbol_file_add_with_addrs_or_offsets): Update references.
3473
3474 2004-06-24 Andrew Cagney <cagney@gnu.org>
3475
3476 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3477 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3478 * wince.c (ui_loop_hook): Delete extern declaration.
3479 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3480 * v850ice.c (ui_loop_hook): Delete extern declaration..
3481 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3482 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3483 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3484 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3485 ui_loop_hook declaration.
3486
3487 2004-06-24 Andrew Cagney <cagney@gnu.org>
3488
3489 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3490 entry_func_highpc fields.
3491 * objfiles.c (init_entry_point_info): Do not clear
3492 entry_func_lowpc and entry_func_highpc.
3493 (objfile_relocate): Do not relocate entry_func_lowpc and
3494 entry_func_highpc.
3495 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3496 entry_func_highpc.
3497 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3498 entry_func_highpc.
3499 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3500 entry_func_lowpc and entry_func_highpc with call to
3501 inside_entry_func.
3502
3503 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3504
3505 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3506 quad-precision floating point arguments in registers.
3507
3508 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3509
3510 From Michael Mueller <m.mueller99@kay-mueller.de>:
3511 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3512 account.
3513
3514 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3515
3516 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3517 to -1.
3518 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3519 untriggered watchpoints to a separate if clause. Update function
3520 comment regarding STOPPED_BY_WATCHPOINT argument.
3521
3522 2004-06-22 Jim Blandy <jimb@redhat.com>
3523
3524 * gdbarch.sh: Doc fix.
3525
3526 2004-06-21 Martin Hunt <hunt@redhat.com>
3527 Kevin Buettner <kevinb@redhat.com>
3528
3529 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3530 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3531 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3532 to set_gdbarch_sp_regnum(). Use cooked register number.
3533 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3534
3535 2004-06-21 Andrew Cagney <cagney@gnu.org>
3536
3537 * gdbarch.sh: When the macro field is empty, do not generate a
3538 macro definition. When the macro field is "=", generate the macro
3539 name from the upper-case function name.
3540 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3541 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3542 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3543 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3544 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3545 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3546 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3547 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3548 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3549 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3550 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3551 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3552 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3553 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3554 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3555 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3556 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3557 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3558 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3559 (DEPRECATED_USE_STRUCT_CONVENTION)
3560 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3561 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3562 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3563 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3564 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3565 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3566 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3567 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3568 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3569 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3570 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3571 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3572 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3573 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3574 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3575 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3576 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3577 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3578
3579 2004-06-21 Andrew Cagney <cagney@gnu.org>
3580
3581 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3582 macro name, and the function rather than macro value. Only wrap
3583 macro print statements in #ifdef. Move format logic to where it
3584 is needed.
3585 * gdbarch.c: Re-generate.
3586
3587 * gdbarch.sh (read): Delete "print_p" and "description", add
3588 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3589 Delete references to print_p.
3590 (TARGET_ARCHITECTURE): Delete print predicate.
3591 * gdbarch.c: Re-generate.
3592
3593 * gdbarch.sh: Check that multi-arch methods do not provide a
3594 macro.
3595 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3596 (print_registers_info, print_float_info, print_vector_info)
3597 (adjust_breakpoint_address, remote_translate_xfer_address)
3598 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3599 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3600 name from the multi-arch definition.
3601
3602 2004-06-20 Andrew Cagney <cagney@gnu.org>
3603
3604 * gdbarch.sh: Sort by the function, instead of macro name.
3605 * gdbarch.c: Re-generate.
3606
3607 2004-06-20 Andrew Cagney <cagney@gnu.org>
3608
3609 * gdbarch.sh: Use the function, instead of macro name in
3610 errors and the log file.
3611 (return_value): Remove stray ":" in spec.
3612
3613 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3614 * gdbarch.h, gdbarch.c: Re-generate.
3615 * Makefile.in (arch-utils.o): Update dependencies.
3616 * values.c (using_struct_return): Move code calling
3617 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3618 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3619 to legacy_return_value, simplify.
3620 * infcmd.c (print_return_value): Move code calling
3621 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3622 to legacy_return_value, simplify.
3623 * infcall.c (call_function_by_hand): Move code calling
3624 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3625 * arch-utils.c: Update copyright. Include "gdbcore.h".
3626 (legacy_return_value): New function.
3627 * arch-utils.h: Update copyright.
3628 (legacy_return_value): Declare.
3629
3630 2004-06-20 Andrew Cagney <cagney@gnu.org>
3631
3632 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3633 * gdbarch.h, gdbarch.c: Re-generate.
3634 * values.c (using_struct_return): Update call.
3635 * mcore-tdep.c: Update comment.
3636 * infcall.c (call_function_by_hand): Update comment.
3637 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3638 * arch-utils.h (always_use_struct_convention): Update.
3639 * v850-tdep.c (v850_gdbarch_init): Update.
3640 * sh64-tdep.c (sh64_gdbarch_init): Update.
3641 * sh-tdep.c (sh_gdbarch_init): Update.
3642 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3643 * mips-tdep.c (mips_gdbarch_init): Update.
3644 * mcore-tdep.c (mcore_gdbarch_init): Update.
3645 * m32r-tdep.c (m32r_gdbarch_init): Update.
3646 * ia64-tdep.c (ia64_gdbarch_init): Update.
3647 * h8300-tdep.c (h8300_gdbarch_init): Update.
3648 * frv-tdep.c (frv_gdbarch_init): Update.
3649 * cris-tdep.c (cris_gdbarch_init): Update.
3650 * arm-tdep.c (arm_gdbarch_init): Update.
3651 * alpha-tdep.c (alpha_gdbarch_init): Update.
3652
3653 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3654
3655 * PROBLEMS: Add more specific information, and a work-around,
3656 for PR gdb/1458.
3657
3658 2004-06-18 Andrew Cagney <cagney@gnu.org>
3659
3660 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3661 * gdbarch.h, gdbarch.c: Re-generate.
3662 * ada-lang.c (ada_finish_decode_line_1): Update.
3663 * infrun.c (handle_inferior_event): Update.
3664 * infcall.c (find_function_addr): Update.
3665 * linespec.c (minsym_found): Update.
3666 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3667 Update.
3668 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3669 * cli/cli-cmds.c (disassemble_command): Update.
3670 * vax-tdep.c (vax_gdbarch_init): Update.
3671
3672 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3673
3674 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3675
3676 2004-06-17 Andrew Cagney <cagney@gnu.org>
3677
3678 GDB 6.1.1 released from the GDB 6.1 branch.
3679 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3680 * PROBLEMS: Ditto.
3681
3682 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3683
3684 PR gdb/1658
3685 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3686 operation as a uleb128. Found by Michael Coulter.
3687
3688 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3689
3690 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3691 make it non-static.
3692 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3693 to ada-lang.h; this is needed to be able to implement the kill command
3694 in multi-task mode.
3695 (task_ptid): Ditto.
3696 (task_entry): Ditto.
3697 (task_list): Ditto.
3698 (ada_build_task_list): Ditto.
3699
3700 * ada-lang.c: Conditionalize routines and data structures related
3701 to breakpoints, exceptions, completion, and symbol caching on
3702 GNAT_GDB, since these are not yet used in the submitted public sources.
3703 (ada_main_name): Editorial: Move definition out of exception-related
3704 code.
3705
3706 2004-06-15 Andrew Cagney <cagney@gnu.org>
3707
3708 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3709 deprecated_pc_in_call_dummy.
3710
3711 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3712
3713 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3714 bfd_get_section_size_before_reloc or _raw_size.
3715 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3716 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3717 (dwarf2_read_section): Likewise.
3718 * elfread.c (elf_locate_sections): Likewise.
3719 * gcore.c (derive_heap_segment): Likewise.
3720 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3721 * remote-e7000.c (e7000_load): Likewise.
3722 * remote-m32r-sdi.c (m32r_load): Likewise.
3723 * remote-mips.c (mips_load_srec): Likewise.
3724 (pmon_load_fast): Likewise.
3725 * remote.c (compare_sections_command): Likewise.
3726 * symfile.c (add_section_size_callback): Likewise.
3727 (load_section_callback): Likewise.
3728 (pc_in_unmapped_range): Likewise.
3729 (pc_in_mapped_range): Likewise.
3730 (sections_overlap): Likewise.
3731 (list_overlays_command): Likewise.
3732 (simple_overlay_update_1): Likewise.
3733 (simple_overlay_update): Likewise.
3734 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3735 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3736
3737 2004-06-14 Randolph Chung <tausq@debian.org>
3738
3739 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3740 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3741 static.
3742 (hppa_hpux_inferior_created): New function.
3743 (hppa_hpux_init_abi): Register observer.
3744 * symfile.c (hp_cxx_exception_support_initialized)
3745 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3746 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3747
3748 2004-06-14 Randolph Chung <tausq@debian.org>
3749
3750 * MAINTAINERS (Write After Approval): Alphabetize my entry
3751 correctly.
3752
3753 2004-06-14 Andrew Cagney <cagney@gnu.org>
3754
3755 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3756 testsuite maintainer.
3757
3758 2004-06-13 Andrew Cagney <cagney@gnu.org>
3759
3760 * infcmd.c (print_return_value): Fix logic, allow
3761 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3762
3763 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3764 defining any macros.
3765 * gdbarch.h: Re-generate.
3766
3767 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3768 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3769 * gdbarch.h: Re-generate.
3770
3771 * values.c (generic_use_struct_convention): Don't check gcc_p.
3772
3773 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3774 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3775 * gdbarch.h, gdbarch.c: Regenerate.
3776 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3777 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3778 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3779 deprecated_max_register_raw_size and
3780 deprecated_max_register_virtual_size.
3781 * v850-tdep.c (v850_gdbarch_init): Ditto.
3782 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3783 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3784 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3785 * cris-tdep.c (cris_gdbarch_init): Ditto.
3786
3787 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3788 * gdbarch.h, gdbarch.c: Re-generate.
3789 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3790 (m68hc11_use_struct_convention): Delete function.
3791 (m68hc11_extract_struct_value_address): Delete function.
3792 (m68hc11_return_value): New function.
3793 (m68hc11_gdbarch_init): Instead of store_return_value,
3794 extract_return_value, return_value_on_stack,
3795 deprecated_extract_struct_value_address and use_struct_convention,
3796 set return_value.
3797 * values.c (using_struct_return): Do not call
3798 RETURN_VALUE_ON_STACK.
3799 * arch-utils.h (generic_return_value_on_stack_not): Delete
3800 declaration.
3801 * arch-utils.c (generic_return_value_on_stack_not): Delete
3802 function.
3803
3804 2004-06-12 Andrew Cagney <cagney@gnu.org>
3805
3806 * values.c (register_value_being_returned): Delete function.
3807 * infcmd.c (legacy_return_value): Delete function.
3808 * infcall.c (call_function_by_hand): Inline
3809 "register_value_being_returned", simplify.
3810 * values.c (using_struct_return): Update comment, refer to
3811 print_return_value instead of register_value_being_returned.
3812 * infcmd.c (print_return_value): Inline calls to
3813 register_value_being_returned and legacy_return_value. Simplify.
3814
3815 2004-06-11 Randolph Chung <tausq@debian.org>
3816
3817 * somread.c (som_symtab_read): Exclude gcc local symbols.
3818
3819 2004-06-11 Randolph Chung <tausq@debian.org>
3820
3821 * infrun.c (handle_inferior_event): Handle the case when a
3822 trampoline ends up in the runtime resolver, and if the trampoline
3823 has no name. Rearrange the code so that all the trampoline
3824 processing happens before other step-out-of-range handling.
3825
3826 2004-06-11 Martin Hunt <hunt@redhat.com>
3827
3828 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3829 has no fpu.
3830
3831 2004-06-10 Andrew Cagney <cagney@gnu.org>
3832
3833 * blockframe.c (legacy_inside_entry_func): Delete.
3834 (legacy_frame_chain_valid): Inline call to
3835 legacy_inside_entry_func, simplify.
3836
3837 2004-06-10 Bob Rossi <bob@brasko.net>
3838
3839 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3840 * dwarf2read.c (partial_die_info): Add dirname field.
3841 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3842 (read_partial_die): Save away DW_AT_comp_dir.
3843 * defs.h (symtab_to_filename): Removed.
3844 * source.c (find_and_open_source): Added.
3845 (open_source_file): Just calls find_and_open_source.
3846 (symtab_to_filename): Removed.
3847 (symtab_to_fullname, psymtab_to_fullname): Added.
3848 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3849 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3850 symtab_to_filename.
3851 * symtab.h (partial_symtab): Add dirname field.
3852 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3853 (mi_cmd_file_list_exec_source_file): Call new function
3854 symtab_to_fullname to find fullname.
3855 (mi_cmd_file_list_exec_source_files): Added.
3856 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3857 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3858
3859 2004-06-10 Andrew Cagney <cagney@gnu.org>
3860
3861 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3862 to generic_use_struct_convention, the default value.
3863
3864 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3865 of abort.
3866
3867 * ns32k-tdep.c (ns32k_push_arguments): New function.
3868 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3869 * infcall.c (call_function_by_hand): Call error instead of
3870 legacy_push_arguments.
3871 * value.h (legacy_push_arguments): Delete declaration.
3872 * valops.c (legacy_push_arguments): Delete function.
3873 (value_push): Delete function.
3874
3875 2004-06-10 Brian Ford <ford@vss.fsi.com>
3876
3877 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3878 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3879 info.
3880 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3881
3882 2004-06-10 Andrew Cagney <cagney@gnu.org>
3883
3884 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3885 * gdbarch.h, gdbarch.c: Re-generate.
3886 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3887 parameters.
3888 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3889 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3890 deprecated_pc_in_call_dummy instead of
3891 DEPRECATED_PC_IN_CALL_DUMMY.
3892 (arm_skip_prologue): Ditto.
3893 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3894 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3895 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3896 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3897 Ditto.
3898 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3899 (sh64_init_extra_frame_info, sh64_get_saved_register)
3900 (sh64_pop_frame): Ditto.
3901 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3902 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3903 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3904 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3905 (h8300_pop_frame): Ditto.
3906 * blockframe.c (legacy_inside_entry_func)
3907 (legacy_frame_chain_valid): Ditto.
3908 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3909 to deprecated_pc_in_call_dummy.
3910
3911 2004-06-09 Andrew Cagney <cagney@gnu.org>
3912
3913 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3914 provide a default value.
3915 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3916 * gdbarch.h, gdbarch.c: Re-generate.
3917 * arch-utils.c (generic_convert_register_p): Rename
3918 legacy_convert_register_p
3919 (legacy_register_to_value, legacy_value_to_register): Delete
3920 functions.
3921 * arch-utils.h (generic_convert_register_p): Rename
3922 legacy_convert_register_p.
3923 (legacy_register_to_value, legacy_value_to_register): Delete
3924 declarations.
3925
3926 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3927 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3928 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3929 * gdbarch.h, gdbarch.c: Re-generate.
3930 * infcmd.c (default_print_registers_info): Simplify.
3931 * findvar.c (value_of_register): Simplify.
3932 * mi/mi-main.c (get_register): Simplify.
3933 * arch-utils.c (legacy_convert_register_p): Always return 0.
3934 (legacy_register_to_value, legacy_value_to_register): Always call
3935 internal_error.
3936
3937 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3938 #ifdef CLEAR_INSN_CACHE code.
3939 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3940 Delete #ifdef CLEAR_DEFERRED_STORES code.
3941
3942 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3943
3944 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3945 copyright.
3946 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3947
3948 * config/mips/mipsv4.mh: Delete file.
3949
3950 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3951 unreferenced macro.
3952 (hpread_adjust_stack_address): Delete declaration.
3953
3954 2004-06-08 Andrew Cagney <cagney@gnu.org>
3955
3956 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3957 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3958 PTRACE_ATTACH / PTRACE_DETACH available call error.
3959 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3960 * infttrace.c (update_thread_state_after_attach, attach, detach):
3961 Remove #ifdef wrappers.
3962 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3963 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3964 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3965 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3966 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3967 * config/nm-linux.h (ATTACH_DETACH): Delete.
3968 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3969 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3970 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3971 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3972 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3973
3974 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3975
3976 * configure.in: Set $configdir to the right OS specific value.
3977 Use value when setting $tcldir and $tkdir.
3978 * configure: Regenerate.
3979
3980 2004-06-06 Paul Brook <paul@codesourcery.com>
3981
3982 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3983 records.
3984
3985 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3986
3987 * ada-lang.c (lookup_symbol_in_language): New function to allow
3988 re-use of another language's symbol lookup code. (Placed here
3989 temporarily while Ada support is being integrated into the public
3990 tree).
3991 (restore_language): New auxiliary function for
3992 lookup_symbol_in_language.
3993 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3994 temporarily while Ada support is being integrated into the public
3995 tree).
3996
3997 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
3998
3999 * Makefile.in (check//%): New.
4000
4001 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4002 (mn10300_store_return_value): Rewrite.
4003 (mn10300_type_align): New.
4004 (mn10300_use_struct_convention): Rewrite.
4005 (mn10300_return_value): New, using all of the above.
4006 (mn10300_pop_frame_regular): Add saved_regs_size.
4007 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4008
4009 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4010 regs if PC is on movm.
4011
4012 2004-06-07 Jim Blandy <jimb@redhat.com>
4013
4014 Add native Linux support for the PowerPC E500.
4015 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4016 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4017 all architectures except the E500.
4018 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4019 #definitions.
4020 (struct gdb_evrregset_t): New type.
4021 (have_ptrace_getsetevrregs): New variable.
4022 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4023 fetch_spe_registers): New functions.
4024 (fetch_register): Call fetch_spe_register as appropriate.
4025 Assert that we're only passed raw register numbers.
4026 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4027 Don't fetch gprs if they're pseudoregisters.
4028 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4029 store_spe_registers): New functions.
4030 (store_register): Call store_spe_register as appropriate.
4031 Assert that we're only passed raw register numbers.
4032 (store_ppc_registers): Call store_spe_registers as appropriate.
4033 Don't store gprs if they're pseudoregisters.
4034
4035 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4036
4037 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4038 struct if one exists, even if we are dealing with a zombie thread.
4039
4040 2004-06-07 Andrew Cagney <cagney@gnu.org>
4041
4042 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4043 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4044 Rename PC_REQUIRES_RUN_BEFORE_USE.
4045 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4046 #ifdef.
4047
4048 2004-06-07 Randolph Chung <tausq@debian.org>
4049
4050 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4051 unwinding after sp has been saved to the stack but before the end
4052 of the prologue, and after the fp has been modified but before it has
4053 been saved to the stack.
4054 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4055 Remove superfluous definitions.
4056 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4057
4058 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4059
4060 Committed by Randolph Chung.
4061 * hppa-linux-nat.c: Include the correct version of the header file
4062 depending on the kernel version.
4063
4064 2004-06-06 Randolph Chung <tausq@debian.org>
4065
4066 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4067 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4068
4069 2004-06-06 Randolph Chung <tausq@debian.org>
4070
4071 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4072 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4073 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4074 * hppa-tdep.c (hppa_symbol_address): New function definition.
4075 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4076
4077 2004-06-06 Randolph Chung <tausq@debian.org>
4078
4079 * hppa-tdep.h (struct value): Forward declaration.
4080 (gdbarch_tdep): Define tdep find_global_pointer method.
4081 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4082 associated with the function we are trying to call, and write it
4083 to the gp register.
4084 (hppa32_convert_from_funct_ptr_addr): New function.
4085 (hppa_find_global_pointer): New function.
4086 (hppa_gdbarch_init): Set default find_global_pointer method; set
4087 convert_from_func_ptr_addr method.
4088 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4089 (hppa_linux_init_abi): Set find_global_pointer method.
4090 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4091
4092 2004-06-06 Randolph Chung <tausq@debian.org>
4093
4094 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4095 to struct value *function.
4096 * gdbarch.c: Regenerate.
4097 * gdbarch.h: Likewise.
4098 * infcall.c (call_function_by_hand): Pass entire function value
4099 to push_dummy_call.
4100
4101 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4102 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4103 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4104 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4105 * arm-tdep.c (arm_push_dummy_call): Likewise.
4106 * avr-tdep.c (avr_push_dummy_call): Likewise.
4107 * cris-tdep.c (cris_push_dummy_call): Likewise.
4108 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4109 * frv-tdep.c (frv_push_dummy_call): Likewise.
4110 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4111 * hppa-tdep.c (hppa32_push_dummy_call)
4112 (hppa64_push_dummy_call): Likewise.
4113 * i386-tdep.c (i386_push_dummy_call): Likewise.
4114 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4115 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4116 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4117 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4118 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4119 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4120 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4121 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4122 (ppc64_sysv_abi_push_dummy_call): Likewise.
4123 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4124 (ppc64_sysv_abi_push_dummy_call): Likewise.
4125 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4126 * s390-tdep.c (s390_push_dummy_call): Likewise.
4127 * sh-tdep.c (sh_push_dummy_call_fpu)
4128 (sh_push_dummy_call_nofpu): Likewise.
4129 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4130 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4131 * vax-tdep.c (vax_push_dummy_call): Likewise.
4132
4133 2004-06-04 Jim Blandy <jimb@redhat.com>
4134
4135 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4136 gdbarch argument to register_size.
4137
4138 * rs6000-tdep.c (rs6000_store_return_value): Use
4139 regcache_cooked_write_part instead of
4140 deprecated_write_register_bytes.
4141 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4142 not gdbarch_deprecated_store_return_value.
4143
4144 * ppc-linux-nat.c (store_register, fetch_register): Remove
4145 incorrect assertions. Simplify and generalize handling of
4146 transfers whose sizes are not multiples of, or less than, sizeof
4147 (PTRACE_XFER_TYPE).
4148
4149 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4150
4151 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4152 as a new thread event.
4153 * thread-db.c (thread_get_info_callback): If the thread is a
4154 zombie, return TD_THR_ZOMBIE.
4155 (thread_from_lwp): If thread_get_info_callback returns
4156 TD_THR_ZOMBIE, check if the thread is still on the thread list
4157 and return a -1 ptid if not found.
4158 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4159 change the status to TARGET_WAITKIND_SPURIOUS.
4160
4161 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4162
4163 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4164 double values in little endian mode.
4165
4166 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4167
4168 Committed by Andrew Cagney.
4169 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4170 after last enum constant to avoid error from IBM C
4171 compiler.
4172
4173 2004-06-02 Jim Blandy <jimb@redhat.com>
4174
4175 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4176 to 'message', and make it local to the lone block that uses it.
4177
4178 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4179
4180 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4181
4182 * ada-exp.y: Update copyright notice.
4183 Include block.h.
4184
4185 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4186 SPECIAL_VARIABLE and unify the treatment of these cases.
4187
4188 (write_attribute_call0): Remove.
4189 (write_attribute_call1): Remove.
4190 (write_attribute_calln): Remove.
4191 (save_qualifier): Add missing semicolon.
4192
4193 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4194 temporarily disabled to allow compilation with FSF head version.
4195
4196 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4197 use individual operators (OP_*) for all attributes.
4198 (exp syntax): Use write_int.
4199 Handle STRING literals with OP_STRING.
4200 (variable syntax): Add limit parameter to calls to
4201 write_object_renaming.
4202
4203 (temp_parse_space): New definition to hold entities that need
4204 only live until the next call to ada_parse.
4205 (string_to_operator): Rename fields of ada_opname_table entries.
4206
4207 (write_var_from_sym): Record block.
4208 (write_var_from_name): Minor reformatting.
4209 Make sure saved name is properly encoded in the case of multiple
4210 matches, and set its language to Ada.
4211 Update comment.
4212 Modify to indicate unresolved name as symbol in the UNRESOLVED
4213 namespace, allocated in temp_parse_space.
4214 (write_int): New function.
4215
4216 (write_object_renaming): Add max_depth parameter to limit
4217 chains of object renamings.
4218 Handle case where root of renaming expression is itself a renaming.
4219 Use temp_parse_space for temporary name buffer.
4220 Handle renamings to dereferenced pointers (___XEXA suffices).
4221
4222 (ada_parse, yyerror, string_to_operator,
4223 write_var_from_sym, write_var_from_name, write_attribute_call0,
4224 write_attribute_call1, write_attribute_calln,
4225 write_object_renaming): Protoize.
4226
4227 (_initialize_ada_exp): New function.
4228
4229 * ada-lang.c: Update copyright notice.
4230 General terminology change to conform to GNAT compiler usage:
4231 mangle => encode, demangle => decode
4232 Include gdb_obstack.h.
4233 Include gdb_regex.h
4234 Include frame.h
4235 Include hashtab.h
4236 Include completer.h
4237 Include gdb_stat.h
4238 Include block.h
4239 Include infcall.h
4240
4241 (ADA_RETAIN_DOTS): Make sure this is defined.
4242 (TRUNCATION_TOWARDS_ZERO): Define.
4243 (struct string_vector): Define.
4244 (unresolved_names): Remove definition.
4245 (xnew_string_vector): New function.
4246 (string_vector_append): New function.
4247 (extract_string): Make static.
4248 (ada_unqualified_name): New function.
4249 (add_angle_brackets): New function.
4250 (function_name_from_pc): New function.
4251 (place_on_stack): Rename to ensure_lval.
4252
4253 (ensure_lval): Renamed from place_on_stack.
4254 Make identity on lvals.
4255 Update comment.
4256 (is_nonfunction): New interface.
4257 Only symbols in LOC_CONST class can be enumerals.
4258 (fill_in_ada_prototype): Remove; now independent of language.
4259 (add_defn_to_vec): Add obstack and symtab arguments.
4260 Use obstack to hold collected definitions.
4261 (num_defns_collected): New function.
4262 (defns_collected): New function.
4263 (ada_resolve_subexp): Rename to resolve_subexp.
4264 (resolve_subexp): Renamed from ada_resolve_subexp.
4265 (ada_op_name): Return non-const result.
4266 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4267 other purposes.
4268
4269 (to_fixed_array_type): Add declaration.
4270 (coerce_unspec_val_to_type): Remove offset parameter.
4271 (find_sal_from_funcs_and_line): New interface.
4272 (find_line_in_linetable): Ditto.
4273
4274 (all_sals_for_line): Rename to ada_sals_for_line and make
4275 global.
4276 Add new parameter. When set, do not ask the user to choose the
4277 instance, but use the first one found instead.
4278 Use given line number in returned sals.
4279 Fix comment.
4280 Skip the prologue if funfirstline is set.
4281 Correct for memory leak when 0 lines found.
4282
4283 (value_pos_atr): Use pos_atr.
4284 (pos_atr): New function.
4285 (standard_lookup): Add block parameter.
4286
4287 (makeTimeStart): Remove declaration and uses.
4288 (makeTimeStop): Remove declaration and uses.
4289
4290 (ada_completer_word_break_characters): Allow for VMS.
4291 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4292 (raise_sym_name): New constant.
4293 (raise_unhandled_sym_name): New constant.
4294 (raise_assert_sym_name): New constant.
4295 (process_raise_exception_name): New constant.
4296 (longest_exception_template): New constant.
4297 (warning_limit): New variable to limit warnings during expression
4298 evaluation.
4299 (warnings_issued): New variable to keep track of warnings issued.
4300 (known_runtime_file_name_patterns): New constant.
4301 (known_auxiliary_function_name_patterns): New constant.
4302 (symbol_list_obstack): New variable.
4303
4304 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4305 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4306 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4307 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4308 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4309 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4310 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4311 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4312 and strcmp.
4313
4314 (ada_get_field_index): New function.
4315 (lim_warning): New function.
4316 (ada_translate_error_message): New function.
4317 (MAX_OF_SIZE): New function.
4318 (MIN_OF_SIZE): New function.
4319 (UMAX_OF_SIZE): New function.
4320 (UMIN_OF_SIZE): New function.
4321 (discrete_type_high_bound): New function.
4322 (discrete_type_low_bound): New function.
4323 (base_type): New function.
4324 (do_command): Remove.
4325
4326 (ada_update_initial_language): Use language_ada, not language_unknown.
4327 (ada_encode): Renamed from ada_mangle.
4328 Obey ADA_RETAIN_DOTS.
4329 (ada_decode): Renamed from ada_demangle.
4330 Update coding conventions.
4331 (decoded_names_store): New hash table.
4332 (ada_decode_symbol): New function.
4333 (ada_la_decode): New function.
4334
4335 (modify_general_field): Correct computations of offset and bit
4336 position.
4337 (desc_base_type): Handle ref types, too.
4338 (ada_is_direct_array_type): New function.
4339
4340 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4341 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4342 (ada_is_bogus_array_descriptor,ada_type_of_array,
4343 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4344 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4345 ada_is_array_descriptor_type.
4346
4347 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4348 (ada_is_packed_array_type): Handle pointers or
4349 references to packed arrays as well.
4350 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4351 (decode_packed_array_type): Search for the packed array type
4352 symbol in the currently selected block and associated
4353 superblocks too.
4354 Use lookup_symbol again.
4355
4356 (decode_packed_array): Handle pointers and references.
4357 Update call to coerce_unspec_val_to_type.
4358 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4359 (ada_value_primitive_packed_val): Improve comment.
4360
4361 (ada_index_type): Substitute int type for "undefined".
4362 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4363 ada_array_langth, ada_is_string_type): Use renamed
4364 ada_is_simple_array_type.
4365 (empty_array): New function.
4366
4367 (ada_resolve): Rename to resolve.
4368 (resolve): Make static.
4369 Call renamed resolve_subexp.
4370 Update comment.
4371 (ada_resolve_subexp): Rename to resolve_subexp.
4372 (resolve_subexp): Update comment.
4373 Decomment disabled code.
4374 Add LOC_COMPUTED* cases.
4375 Modify to use temporary struct symbols (marked as being in
4376 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4377 OP_UNRESOLVED_VALUE.
4378 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4379 Add OP_STRING case.
4380 Remove OP_ARRAY.
4381 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4382 Use new ada_lookup_symbol_list interface.
4383 Use new ada_resolve_function interface.
4384 Remove OP_TYPE case.
4385
4386 (ada_args_match): Idiot proof against null actuals.
4387 Use intermediate variables to clarify.
4388 (ada_resolve_function): Update comment and interface.
4389 (mangled_ordered_before): Rename to encoded_ordered_before and
4390 update comment.
4391 (sort_choices): Update comment and interface.
4392 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4393 (user_select_syms): New interface.
4394 Use new sort_choices interface.
4395 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4396 (possible_user_operator_p): Idiot-proof against null values.
4397 (ada_simple_renamed_entity): Don't make cleanup; rely on
4398 caller to free result string.
4399 Remove const from return type.
4400 (make_array_descriptor): Rename uses of place_on_stack to
4401 ensure_lval.
4402 Make sure that arrays are on stack.
4403
4404 (HASH_SIZE): Define.
4405 (struct cache_entry): Define.
4406 (cache_space): Define.
4407 (cache): Define.
4408 (clear_ada_sym_cache): New function.
4409 (find_entry): New function.
4410 (lookup_cached_symbol): New function.
4411 (defn_vector_size): Define.
4412 (cache_symbol): New function.
4413 (defn_symbols): Remove.
4414
4415 (standard_lookup): Use lookup_symbol_in_language to get effect of
4416 C lookup.
4417 Cache results.
4418
4419 (symbol_completion_match): New function.
4420 (symbol_completion_add): New function.
4421 (ada_make_symbol_completion_list): New function.
4422
4423 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4424 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4425 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4426 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4427
4428 (ada_lookup_simple_minsym): New function.
4429 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4430
4431 (add_symbols_from_enclosing_procs): New interface.
4432 Conditionalize more helpfully.
4433 Don't bother if program isn't running.
4434 Use new interface to get_frame_block.
4435 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4436
4437 (remove_extra_symbols): New interface.
4438 (xget_renaming_scope): New function.
4439 (is_package_name): New function.
4440 (renaming_is_visible): New function.
4441 (remove_out_of_scope_renamings): New function.
4442
4443 (ada_lookup_symbol_list): New interface.
4444 Properly reinitialize the symbol list obstack.
4445 Don't call add_symbols_from_enclosing_procs if we start from a
4446 static or global block.
4447 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4448 add_symbols_from_enclosing_procs.
4449 Add symtab data to cached entries.
4450 Handle symbols prefixed with
4451 "standard__" specially; strip prefix and don't look in local symbols.
4452 Do not include out of scope renaming symbols in list of
4453 symbols returned.
4454 Add const to block parameter.
4455 Move check for non-local, non-global symbols earlier.
4456 Remove timing stuff.
4457 (ada_lookup_symbol): New interface.
4458 Find symtab as well.
4459 (ada_lookup_symbol_nonlocal): New function.
4460
4461 (is_name_suffix): Enhance suffix detection to recognize
4462 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4463 (is_dot_digits_suffix): New function.
4464 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4465
4466 (ada_add_block_symbols): New interface. Use obstack to return results
4467 in a vector of struct ada_symbol_infos. Add symtab argument.
4468 Use new interface to add_defn_to_vec.
4469 Remove calls to fill_in_ada_prototype.
4470 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4471
4472 (ada_finish_decode_line_1): Add const qualification to local to fix
4473 warning.
4474 Start looking in static block for functions to avoid attempts
4475 to search frame chain for up-level variables.
4476 Adapt to new ada_sals_for_line interface.
4477 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4478 Handle quoting of the function name inside the spec string.
4479 Skip prologue when funfirstline is set and update the
4480 function documentation to that effect.
4481
4482 (debug_print_lines, debug_print_block, debug_print_blocks,
4483 debug_print_symtab): Remove.
4484
4485 (ada_main_name): New function.
4486 (ada_exception_breakpoint_type): New function.
4487 (is_known_support_routine): New function.
4488 (ada_find_printable_frame): Renamed from find_printable_frame and made
4489 global.
4490 Remove level parameter.
4491 Use new interface to select_frame.
4492
4493 (begin_command): Remove.
4494 (ada_adjust_exception_stop): New function.
4495 (ada_print_exception_stop): New function.
4496 (exception_name_from_cond): New function.
4497 (ada_report_exception_break): Replace disabled code with
4498 conditionalization on GNAT_GDB.
4499 Get the exception name from the condition string.
4500 Remove and move functionality into new functions
4501 ada_print_exception_breakpoint_task and
4502 ada_print_exception_breakpoint_nontask.
4503 (error_breakpoint_runtime_sym_not_found): New function.
4504 (is_runtime_sym_defined): New function.
4505 (ada_breakpoint_rewrite): Uncomment suppressed code.
4506 Use symbolic error-message and runtime-symbol names.
4507 Surround runtime symbol names in quotes.
4508 Allow non-specific breakpoints on exceptions and assertions before
4509 program starts.
4510
4511 (ada_is_tagged_type): Add parameter.
4512 (ada_is_tag_type): New function.
4513 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4514 (ada_variant_discrim_type): Ditto.
4515 (value_tag_from_contents_and_address): New function.
4516 (type_from_tag): New function.
4517 (struct tag_args): New structure used to communicate with
4518 ada_tag_name_1.
4519 (ada_tag_name_1): New function.
4520 (ada_tag_name): New function.
4521
4522 (ada_scan_number): Update comment.
4523 (find_struct_field): New function.
4524 (ada_search_struct_field): Make static.
4525 (ada_value_struct_elt): New version that returns references when
4526 given pointers or references to structs.
4527 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4528 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4529 interface.
4530 (ada_value_ind): Use new ada_to_fixed_value interface.
4531 (ada_coerce_ref): Ditto.
4532 (field_offset): Remove.
4533
4534 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4535 (ada_find_renaming_symbol): New function.
4536 (ada_prefer_type): Prefer named types over unnamed ones.
4537 (variant_field_index): New function.
4538 (contains_variant_part): Removed: subsumed by variant_field_index.
4539 (ada_template_to_fixed_record_type): New function, mostly from
4540 template_to_fixed_record_type.
4541 (template_to_fixed_record_type):
4542 Do not scan the type fields beyond the last one; prevents a
4543 potential SEGV.
4544 Handle case where variant field is listed BEFORE discriminant it
4545 depends on.
4546 Fix calculation of record length when bit length is
4547 not evenly divisible by char length.
4548 Move code to ada_template_to_fixed_record_type and call it.
4549
4550 (template_to_static_fixed_type): Revise comment.
4551 Modify to work on ordinary record types as well as templates,
4552 so as to handle fields that use ___XVE or ___XVU encodings.
4553 (to_record_with_fixed_variant_part): Fill out comment.
4554 Initialize C++ stuff in right type.
4555 Allow case where DVAL is null.
4556 Handle case where variant field is not last.
4557 Fix typo concerning record length.
4558 (to_fixed_record_type): Decomment disabled code.
4559 (to_fixed_record_type): Use variant_field_index instead of
4560 contains_variant_part.
4561 (to_fixed_variant_branch_type): Ditto.
4562 (to_fixed_array_type): Decomment disabled code.
4563 (ada_to_fixed_type): Convert tagged types to the specific type.
4564 Deactivate the size-check for array types in order to avoid
4565 some false size alarms.
4566 (to_static_fixed_type): Decomment disabled code.
4567 Modify to call template_to_static_fixed_type
4568 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4569 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4570 Remove valaddr argument, as it is never really used.
4571 (ada_to_fixed_value): Change interface to act on single struct value*
4572 operand.
4573 (adjust_pc_past_prologue): New function.
4574 (ada_attribute_name): Modify to take enum exp_opcode argument.
4575
4576 (ada_enum_name): Recognize new homonym-distinguishing convention.
4577 Adjust local variable's type to remove compiler warning.
4578 Fix a small problem in the part that unqualifies the enumeration name.
4579 (ada_value_binop): New function.
4580 (ada_value_equal): New function.
4581
4582 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4583 Don't give error message when not doing normal evaluation
4584 and a tagged type doesn't seem to contain a structure member.
4585 Give error message for packed arrays.
4586 For indexing arrays, handle pointers to packed arrays correctly.
4587 Handle case of 'first and 'last attributes of bare integral type
4588 without encoded subtype info.
4589 Remove some unnecessary casts.
4590 Fix uninitialized value of type in computing 'first, 'last, or 'length
4591 of array object.
4592 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4593 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4594 calls.
4595 Attributes are now exp_opcode values.
4596 Correct treatment of 'modulus.
4597 Better error message for taking 'length of wrong kind of type;
4598 improve comment.
4599 Change EVAL_NORMAL to noside for consistency.
4600 Use ada_value_binop for DIV, MOD, REM.
4601 Make special case out of array of length 0, since an argument
4602 of 0 upsets some platforms' malloc.
4603 Use OP_STRING instead of OP_ARRAY.
4604 For slice, add check that we have an array type before extracting
4605 a slice out of it. Avoids a SEGV.
4606 When evaluating an array slice, if the array type is a reference to
4607 an aligner type, then replace the aligner type by the actual type.
4608 Decomment disabled code.
4609 Remove some dead code.
4610 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4611 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4612 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4613 and UNOP_MBR to UNOP_IN_RANGE.
4614 If an array type has a parallel ___XVE type, then use it.
4615 Turn arrays into pointers for lvalue arrays.
4616 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4617 bounds error and handle 0-length slices.
4618 Use lim_warning.
4619 When selecting fields, apply ada_to_fixed_value (because the fields
4620 might have ___XVU or ___XVE encodings even if not dynamic.)
4621 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4622 (ada_is_system_address_type): New function.
4623
4624 (get_var_value): Use new interface to ada_lookup_symbol_list.
4625 (get_int_var_value): New interface.
4626 (to_fixed_range_type): Allow unknown bound, with warning.
4627 (ada_is_modular_type): Decomment disabled code.
4628 (ADA_OPERATORS): New definition.
4629 (ada_operator_length): New function.
4630 (ada_expr_op_name): New function.
4631 (ada_forward_operator_length): New function.
4632 (ada_dump_subexp_body): New function.
4633 (ada_print_subexp): New function.
4634 (ada_exp_descriptor): New constant.
4635 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4636 (ada_language_defn): Add ada_exp_descriptor entry.
4637 Change ada_parse => parse.
4638 Add post-parser entry.
4639 Use ada-specific non-local symbol lookup.
4640 Don't use C-style arrays.
4641 String lower-bound is 1.
4642 Decomment disabled code.
4643 (parse): New function.
4644 New fields ada_translate_error_message, ada_lookup_symbol,
4645 ada_lookup_minimal_symbol.
4646
4647 * ada-lang.h: Update copyright dates.
4648 Replace the mangle/demangle terminology throughout by the
4649 more appropriate encode/decode one.
4650 Include breakpoint.h.
4651 Forward declare struct partial_symbol, struct block.
4652 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4653 (EXTRACT_ADDRESS): Remove.
4654 (EXTRACT_INT): Remove.
4655 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4656 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4657 (MAX_RENAMING_CHAIN_LENGTH): Define.
4658 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4659
4660 (enum task_states): Remove.
4661 ada_task_states: Remove.
4662 (fat_string): Remove.
4663 (struct entry_call): Remove.
4664 (struct task_fields): Remove.
4665 (struct task_entry): Remove.
4666
4667 (struct ada_symbol_info): Define.
4668 (enum ada_attribute): Remove.
4669 (enum ada_operator): Define.
4670
4671 (ada_get_field_index): Declare.
4672 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4673 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4674 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4675 (ada_lookup_symbol_list): New interface.
4676 (ada_decode_symbol): Declare.
4677 (ada_decode): Declare.
4678 (ada_lookup_symbol): New interface.
4679 (ada_update_initial_language): Declare.
4680 (ada_lookup_simple_minsym): Declare.
4681 (user_select_syms): New interface.
4682 (ada_sals_for_line): Declare.
4683 (ada_is_tagged_type): New interface.
4684 (ada_tag_name): Declare.
4685 (ada_lookup_struct_elt_type): Remove declaration.
4686 (ada_search_struct_field): Remove declaration.
4687 (ada_attribute_name): New interface.
4688 (ada_is_system_address_type): Declare.
4689 (ada_to_fixed_value): Remove declaration.
4690 (ada_template_to_fixed_record_type_1): Declare.
4691 (get_int_var_value): New interface.
4692 (ada_find_any_symbol): Declare.
4693 (ada_find_renaming_symbol): Declare.
4694 (ada_mangle): Rename to ada_encode.
4695 (ada_simple_renamed_entity): Remove const.
4696 (ada_main_name): Declare.
4697 (get_current_task): Rename to ada_get_current_task.
4698 (get_entry_number): Remove declaration.
4699 (ada_report_exception_break): Remove declaration.
4700 (ada_print_exception_breakpoint_nontask): Declare.
4701 (ada_print_exception_breakpoint_task): Declare.
4702 (ada_find_printable_frame): Declare.
4703
4704 * ada-lex.l: Update copyright notices.
4705 Use xmalloc and xfree instead of malloc and free.
4706 Use new interface to name_lookup.
4707 Use new interface to
4708 ada_mangle=>ada_encode.
4709 Redo handling of '$...' variable to parallel current treatment
4710 in c-exp.y.
4711 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4712 digit_to_int, strtoulst, processInt, processReal, processId,
4713 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4714 yywrap): Protoize.
4715
4716 (processInt): Use cast to remove harmless warning.
4717 (processReal): Modify to get rid of compiler warning on scan formats.
4718
4719 (processId): Replace xmalloc with obstack_alloc for name and remove
4720 call to ada_name_string_cleanup.
4721 Remove obsolete disabled code.
4722 (name_lookup): Ditto.
4723 New interface.
4724 Use obsavestring on temp_parse_space instead of savestring
4725 on name, and remove call to ada_name_string_cleanup.
4726 Free string returned from ada_simple_renamed_entity.
4727 Use new interface to ada_lookup_symbol_list.
4728 Decomment disabled code.
4729 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4730 not types.
4731 When a type name lookup succeeds as a result of
4732 lookup_primitive_typename, check for regular type entry that has not
4733 yet been read in.
4734 Limit length of chain of renamed symbols we are willing to follow.
4735 Do not break names beginning with "standard__" into segments.
4736 (block_lookup): Use new interface to ada_lookup_symbol_list.
4737
4738 * ada-typeprint.c: Update copyright notice.
4739 (demangled_type_name): Rename to decoded_type_name.
4740 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4741 (print_range_bound): Correct handling of negative
4742 bounds that make the index type looked unsigned under STABS.
4743 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4744 (print_range_type_named): Use the builtin int type if no type
4745 corresponding to the given type name could be found.
4746 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4747 Add some bullet-proofing.
4748 (print_variant_clauses): Allow for variant branches with ___XVU
4749 encodings that are not dynamic fields.
4750 Use new interface to ada_is_tagged_type.
4751 (print_record_type): Allow for fields with ___XVE encodings that
4752 are not dynamic fields.
4753 Use new interface to ada_is_tagged_type.
4754 (ada_print_type): ada_is_array_descriptor =>
4755 ada_is_array_descriptor_type.
4756
4757 * ada-valprint.c: Update copyright notice.
4758 Include gdb_string.h
4759 Include infcall.h
4760 (ui_memcpy): New function.
4761 (ada_print_floating): New function.
4762 (ada_print_str): Order arguments correctly.
4763 Correct handling of empty arrays and arrays of 0-length items.
4764 ada_is_array_descriptor => ada_is_array_descriptor_type
4765 Print values of type System.Address in hexadecimal format.
4766 Use ada_print_floating to print floating-point numbers in Ada format.
4767 Print class tag values with type names.
4768 No longer print the address of reference values. Avoids
4769 a potential confusion.
4770 (ada_value_print): Stop printing the object type for reference
4771 values, but preserve that behavior for access types. Avoids
4772 a potential confusion.
4773 Simplify one conditional expression, as the first part is now
4774 necessarily true.
4775 ada_is_array_descriptor => ada_is_array_descriptor_type
4776 Add check for arrays for null records, and print them by hand.
4777
4778 2004-06-01 Jim Blandy <jimb@redhat.com>
4779
4780 * ppc-tdep.h: Delete unused 'regoff' member.
4781 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4782
4783 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4784
4785 Fix PR symtab/1661.
4786 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4787 (hpread_read_struct_type): Likewise.
4788
4789 2004-06-01 Andrew Cagney <cagney@gnu.org>
4790
4791 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4792 instead of xasprintf.
4793 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4794 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4795 (mi_cmd_data_list_register_names)
4796 (mi_cmd_data_list_changed_registers)
4797 (mi_cmd_data_list_register_values)
4798 (get_register, mi_cmd_data_write_register_values)
4799 (mi_cmd_data_write_register_values)
4800 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4801 (mi_cmd_target_download, mi_cmd_target_select)
4802 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4803 (mi_execute_cli_command, mi_execute_async_cli_command)
4804 (mi_execute_async_cli_command): Ditto.
4805 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4806 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4807
4808 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4809 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4810 error_last_message instead of mi_error_last_message.
4811 * mi/mi-main.c (mi_error_last_message): Delete function.
4812
4813 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4814 "invalid number of columns" error. Delete redundant "out of
4815 memory" check.
4816
4817 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4818
4819 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4820 (gregset_t, fpregset_t): Remove typedefs.
4821 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4822 (REG_OFFSET): Rename argument.
4823 (i386bsd_r_reg_offset): Rename from reg_offset.
4824 (REG_ADDR): Remove macro.
4825 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4826 functions.
4827 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4828 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4829 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4830 instead of supply_gregset.
4831 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4832 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4833 instead of fill_gregset.
4834 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4835
4836 * i386bsd-nat.c: Don't include "gregset.h".
4837 (supply_gregset, fill_gregset): Make static.
4838 (supply_fpregset, fill_fpregset): Remove.
4839 * Makefile.in (i386bsd-nat.o): Update dependencies.
4840
4841 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4842
4843 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4844 "gdb_assert.h". Con't include "gregset.h".
4845 (fbsd_make_corefile_notes): Use regset-based core file support
4846 instead off fill_gregset and fill_fpregset.
4847 * Makefile.in (fbsd-proc.o): Update dependencies.
4848
4849 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4850 instructions.
4851 (m88k_frame_prev_register): Simplify code a bit.
4852
4853 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4854 (amd64_collect_fpregset): New function.
4855 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4856
4857 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4858
4859 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4860 (i386_collect_gregset): New function.
4861 (i386_supply_fpregset): Adjust comment.
4862 (i386_collect_fpregset): New function.
4863 (i386_regset_from_core_section): Use i386_collect_gregset and
4864 i386_collect_fpregset.
4865
4866 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4867 handle VALUEP being null.
4868
4869 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4870
4871 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4872
4873 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4874
4875 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4876 assembler in OpenBSD 3.5-current.
4877 (amd64obsd_sigcontext_addr): Likewise.
4878
4879 2004-05-28 Jim Blandy <jimb@redhat.com>
4880
4881 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4882 register set, so our regcache isn't declared "legacy" and our E500
4883 pseudoregister read and write functions aren't ignored.
4884 (rs6000_register_byte, rs6000_register_raw_size,
4885 rs6000_register_virtual_type, rs6000_register_convertible,
4886 rs6000_register_convert_to_virtual,
4887 rs6000_register_convert_to_raw): Deleted.
4888 (rs6000_register_type, rs6000_convert_register_p,
4889 rs6000_register_to_value, rs6000_value_to_register): New
4890 functions.
4891 (rs6000_gdbarch_init): Don't register
4892 gdbarch_deprecated_register_size,
4893 gdbarch_deprecated_register_bytes,
4894 gdbarch_deprecated_register_byte,
4895 gdbarch_deprecated_register_raw_size,
4896 gdbarch_deprecated_register_virtual_type,
4897 gdbarch_deprecated_register_convertible,
4898 gdbarch_deprecated_register_convert_to_virtual, or
4899 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4900 register gdbarch_register_type, gdbarch_convert_register_p,
4901 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4902
4903 2004-05-26 Jim Blandy <jimb@redhat.com>
4904
4905 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4906 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4907 functions, updated to match the register numberings used in GCC.
4908 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4909 rs6000_dwarf2_reg_to_regnum as register number conversions
4910 functions for STABS and Dwarf2.
4911
4912 2004-05-26 Randolph Chung <tausq@debian.org>
4913
4914 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4915 in header file.
4916
4917 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4918
4919 * NEWS: Document new "start" command.
4920
4921 2004-05-25 Randolph Chung <tausq@debian.org>
4922
4923 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4924 hppa-linux.
4925
4926 2004-05-25 Randolph Chung <tausq@debian.org>
4927
4928 * hppa-hpux-tdep.c (offsetof): Define.
4929 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4930 (hppa32_hpux_frame_base_before_sigtramp)
4931 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4932 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4933 (hppa64_hpux_frame_base_before_sigtramp)
4934 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4935 functions.
4936 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4937 (hppa_hpux_sigtramp_frame_unwind_cache)
4938 (hppa_hpux_sigtramp_frame_this_id)
4939 (hppa_hpux_sigtramp_frame_prev_register)
4940 (hppa_hpux_sigtramp_frame_unwind)
4941 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4942 (hppa_hpux_init_abi): Register sigtramp unwinder.
4943 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4944
4945 2004-05-25 Randolph Chung <tausq@debian.org>
4946
4947 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4948 and multiple stack unwinds.
4949 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4950
4951 2004-05-25 Andrew Cagney <cagney@gnu.org>
4952
4953 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4954 * symfile-mem.h: Delete file.
4955 * symfile-mem.c: Do not include "symfile-mem.h".
4956 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4957 "struct bfd_section". When an error do not bother returning NULL.
4958 (add_symbol_file_from_memory_command): Use "struct bfd" and
4959 "struct bfd_section".
4960 * Makefile.in (symfile_mem_h): Delete.
4961 (symfile-mem.o): Update dependencies.
4962
4963 2004-05-25 Nick Roberts <nickrob@gnu.org>
4964
4965 * gdb-mi.el: New file.
4966
4967 2004-05-25 Andrew Cagney <cagney@gnu.org>
4968
4969 * inftarg.c: Include "observer.h".
4970 (child_attach, child_create_inferior): Notify inferior_created.
4971 * corelow.c: Include "observer.h".
4972 (core_open): Notify inferior_created.
4973 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4974
4975 2004-05-25 Andrew Cagney <cagney@gnu.org>
4976
4977 * target.h (struct target_ops): Add from_tty to
4978 to_create_inferior.
4979 (target_create_inferior, find_default_create_inferior): Update.
4980 * infcmd.c (run_command): Update.
4981 * wince.c (child_create_inferior): Update.
4982 * win32-nat.c (child_create_inferior): Update.
4983 * uw-thread.c (uw_thread_create_inferior): Update.
4984 * thread-db.c (thread_db_create_inferior): Update.
4985 * target.c (debug_to_create_inferior)
4986 (find_default_create_inferior): Update.
4987 (maybe_kill_then_create_inferior): Update.
4988 * sol-thread.c (sol_thread_create_inferior): Update.
4989 * remote.c (extended_remote_async_create_inferior)
4990 (extended_remote_create_inferior): Update.
4991 * remote-vx.c (vx_create_inferior): Update.
4992 * remote-st.c (st2000_create_inferior): Update.
4993 * remote-sim.c (gdbsim_create_inferior): Update.
4994 * remote-sds.c (sds_create_inferior): Update.
4995 * remote-rdp.c (remote_rdp_create_inferior): Update.
4996 * remote-rdi.c (arm_rdi_create_inferior): Update.
4997 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4998 * remote-e7000.c (e7000_create_inferior): Update.
4999 * procfs.c (procfs_create_inferior): Update.
5000 * ocd.c (ocd_create_inferior): Update.
5001 * ocd.h (ocd_create_inferior): Update.
5002 * nto-procfs.c (procfs_create_inferior): Update.
5003 * monitor.c (monitor_create_inferior): Update.
5004 * lin-lwp.c (lin_lwp_create_inferior): Update.
5005 * inftarg.c (child_create_inferior): Update.
5006 * hpux-thread.c (hpux_thread_create_inferior): Update.
5007 * gnu-nat.c (gnu_create_inferior): Update.
5008
5009 2004-05-25 Andrew Cagney <cagney@gnu.com>
5010
5011 * MAINTAINERS: Update e-mail address.
5012
5013 2004-05-24 Randolph Chung <tausq@debian.org>
5014
5015 * thread.c (info_threads_command, thread_apply_all_command)
5016 (thread_apply_command, thread_command, do_captured_thread_select):
5017 Remove HPUXHPPA-specific code.
5018
5019 2004-05-24 Randolph Chung <tausq@debian.org>
5020
5021 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5022 unused symbols.
5023 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5024 references.
5025
5026 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5027
5028 * infcmd.c (kill_if_already_running): New function, extracted
5029 from run_command().
5030 (run_command): Replace extracted code by call to
5031 kill_if_already_running().
5032 (start_command): New function.
5033 (_initialize_infcmd): Add "start" command.
5034
5035 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5036
5037 Add OpenBSD/m88k support.
5038 * NEWS (New native configurations): Mention OpenBSD/m88k.
5039 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5040 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5041 * Makefile.in (m88k_tdep_h): New variable.
5042 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5043 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5044 * configure.host: Add m88*-*-openbsd*.
5045 * configure.tgt: Add m88*-*-openbsd*.
5046
5047 2004-05-24 Jim Blandy <jimb@redhat.com>
5048
5049 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5050 to approve changes.
5051
5052 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5053
5054 * symtab.c (fixup_section): Search section table when lookup by
5055 name fails.
5056
5057 2004-05-24 Randolph Chung <tausq@debian.org>
5058
5059 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5060 be "small_struct".
5061
5062 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5063
5064 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5065 register number in regcache_raw_collect call.
5066 (m68kbsd_collect_fpregset): Likewise.
5067 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5068
5069 * regset.h (struct regset): Add back `regset' member.
5070
5071 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5072
5073 * configure.in: Check for td_pcb in `struct thread'.
5074 * configure, config.in: Regenerated.
5075
5076 * dpx2-nat.c: Remove file.
5077 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5078 (dpx2-nat.o): Remove dependencies.
5079
5080 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5081 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5082 (amd64obsd_supply_pcb): New function.
5083 (_initialize_amd64obsd_nat): Enable libkvm interface.
5084 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5085 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5086 (LOADLIBES): New variable.
5087
5088 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5089 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5090 (sparc32nbsd_supply_pcb): New function.
5091 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5092 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5093 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5094 (LOADLIBES): New variable.
5095
5096 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5097
5098 * bsd-kvm.c, bsd-kvm.h: New files.
5099 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5100 "bsd-kvm.h".
5101 (i386fbsd_supply_pcb): New function.
5102 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5103 (i386fbsd-nat.o): Update dependencies.
5104 (bsd_kvm_h): New variable.
5105 (bsd-kvm.o): New dependency.
5106 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5107 (LOADLIBES): New variable.
5108
5109 * regset.c: Tweak comment.
5110 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5111 macro.
5112 * regset.h: Update copyright year.
5113 (struct regset): Remove `descr' member, add `gdbarch' member.
5114 (regset_alloc): Adjust prototype and comment.
5115 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5116 (i386_supply_fpregset): Likewise.
5117 (i386_regset_from_core_section): Update call to regset_alloc.
5118 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5119 REGSET->arch.
5120 (i386obsd_aout_regset_from_core_section): Update call to
5121 regset_alloc.
5122 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5123 REGSET->arch.
5124 (i386nbsd_aout_regset_from_core_section): Update call to
5125 regset_alloc.
5126 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5127 REGSET->arch.
5128 (amd64_regset_from_core_section): Update call to regset_alloc.
5129 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5130 REGSET->arch.
5131 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5132 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5133 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5134 (sparc32nbsd_init_abi): Update call to regset_alloc.
5135 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5136 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5137 (sparc64obsd_init_abi): Update call to regset_alloc.
5138 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5139 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5140 (sparc64nbsd_init_abi): Update call to regset_alloc.
5141 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5142 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5143 (sparc64fbsd_init_abi): Update call to regset_alloc.
5144
5145 2004-05-22 Jim Blandy <jimb@redhat.com>
5146
5147 * ppc-tdep.h (spe_register_p): New declaration.
5148 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5149 ppc_spefscr_regnum.
5150 * rs6000-tdep.c (spe_register_p): New function.
5151 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5152 spefscr.
5153 (rs6000_gdbarch_init): Initialize the new members of the tdep
5154 structure.
5155
5156 2004-05-21 Jim Blandy <jimb@redhat.com>
5157
5158 * ppc-linux-nat.c (fetch_register): Move code back to be next
5159 to the comment that describes it. (Moved code, instead of
5160 comment, for symmetry with store_register.)
5161
5162 Allocate regset structures in the gdbarch's obstack, not using
5163 xmalloc.
5164 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5165 Add 'arch' argument. Allocate the regset on arch's obstack, not
5166 using xmalloc.
5167 * regset.h (regset_alloc): Update declaration.
5168 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5169 gdbarch argument.
5170 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5171 * i386-tdep.c (i386_regset_from_core_section): Same.
5172 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5173 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5174 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5175 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5176 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5177 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5178
5179 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5180
5181 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5182
5183 2004-05-21 Jim Blandy <jimb@redhat.com>
5184
5185 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5186 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5187
5188 2004-05-20 Jim Blandy <jimb@redhat.com>
5189
5190 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5191
5192 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5193
5194 * regset.h: Make prototype const-correct.
5195 * regset.c (regset_xmalloc): Make const-correct.
5196
5197 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5198
5199 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5200 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5201 (symbol_search_name): Declare.
5202
5203 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5204 (iter_name_next_hashed): Ditto.
5205 (iter_name_next_linear): Ditto.
5206 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5207
5208 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5209 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5210 (symbol_search_name): New function.
5211
5212 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5213
5214 * minsyms.c (build_minimal_symbol_hash_tables): Change
5215 test for adding to demangled hash table to check for difference
5216 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5217
5218 2004-05-19 Jim Blandy <jimb@redhat.com>
5219
5220 Use a constructor function to create regset structures.
5221 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5222 (struct regset): Use supply_regset_ftype. Add new
5223 'collect_regset' member.
5224 (regset_xmalloc): New declaration.
5225 * regset.c: New file.
5226 * am64-tdep.c (amd64_regset_from_core_section): Use
5227 regset_xmalloc to construct regset structures.
5228 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5229 * i386-tdep.c (i386_regset_from_core_section): Same.
5230 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5231 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5232 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5233 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5234 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5235 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5236 * Makefile.in (COMMON_OBS): Add regset.o.
5237 (regset.o): New rule.
5238
5239 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5240
5241 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5242 and pthread_cond_wait.c.
5243
5244 2004-05-18 Jim Blandy <jimb@redhat.com>
5245
5246 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5247 before the mach-specific switch, and then let the individual cases
5248 override the defaults, rather than leaving them uninitialized
5249 until the switch and then setting them in each case.
5250
5251 2004-05-18 Randolph Chung <tausq@debian.org>
5252
5253 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5254 millicode functions.
5255
5256 2004-05-18 Randolph Chung <tausq@debian.org>
5257
5258 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5259 references to dld_flags_buffer consistent.
5260
5261 2004-05-18 Randolph Chung <tausq@debian.org>
5262
5263 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5264 it for unwinding the stack.
5265
5266 2004-05-18 Randolph Chung <tausq@debian.org>
5267
5268 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5269 Undefine these so we can overide them using gdbarch.
5270
5271 2004-05-18 Randolph Chung <tausq@debian.org>
5272
5273 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5274 handling for 64-bit HPUX (elf).
5275
5276 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5277
5278 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5279 constants.
5280 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5281 * ia64-tdep.c (examine_prologue): Likewise.
5282 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5283 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5284
5285 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5286
5287 * vax-tdep.c (vax_return_value): Implement
5288 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5289
5290 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5291
5292 * vax-tdep.c (vax_return_value): Fix typo.
5293
5294 2004-05-17 Andrew Cagney <cagney@redhat.com>
5295
5296 * MAINTAINERS: Mark Salter was also responsible for
5297 testsuite/config/
5298
5299 * NEWS: Mention signal fixes.
5300
5301 2004-05-17 Randolph Chung <tausq@debian.org>
5302
5303 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5304 check to see if we are unwinding an export stub. Export stubs clobber
5305 the %rp in the call path and stores the original rp in a stack slot.
5306
5307 2004-05-17 Jim Blandy <jimb@redhat.com>
5308
5309 * MAINTAINERS: Update address for J.T. Conklin.
5310
5311 2004-05-17 Randolph Chung <tausq@debian.org>
5312
5313 * hppa-tdep.c: Remove superfluous #include's.
5314 * Makefile.in (hppa-tdep.o): Update dependencies.
5315
5316 2004-05-17 Randolph Chung <tausq@debian.org>
5317
5318 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5319 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5320 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5321 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5322 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5323 Remove static function declarations.
5324
5325 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5326
5327 * alphabsd-nat.c: Update copyright year.
5328 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5329
5330 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5331 and M68K_A2_REGNUM.
5332
5333 * m68k-tdep.c (m68k_svr4_return_value): Implement
5334 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5335
5336 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5337
5338 * sol-thread.c Update copyright year. Fix various coding
5339 standards violations. Tweak a few comments.
5340 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5341 Delete prototypes.
5342
5343 2004-05-15 Randolph Chung <tausq@debian.org>
5344
5345 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5346 as pointer instead of array reference since HPUX compiler does
5347 not accept unsized array arguments.
5348 * somsolib.c (dld_flags_buffer): Use constant array size.
5349
5350 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5351
5352 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5353 offset with decimal offset.
5354 (amd64obsd_sigcontext_addr): Return correct address for entire
5355 signal trampoline.
5356
5357 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5358 instead of get_frame_base.
5359
5360 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5361 (fill_gregset): Use regcache_raw_collect.
5362
5363 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5364 ppcobsd-tdep.c.
5365
5366 * config/sparc/tm-nbsd64.h: Remove file.
5367 * config/tm-sunos.h: Remove file.
5368
5369 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5370
5371 * rs6000-tdep.c (store_param_on_stack_p): New function,
5372 an improved version of some code extracted from skip_prologue().
5373 (skip_prologue): Use store_param_on_stack_p() to detect
5374 instructions saving a parameter on the stack. Detect when r0
5375 is used to save a parameter.
5376 Do not mark "li rx, SIMM" instructions as part of the prologue,
5377 unless the following instruction is also part of the prologue.
5378
5379 2004-05-14 Andrew Cagney <cagney@redhat.com>
5380
5381 * infrun.c (handle_inferior_event): Simplify
5382 STEP_OVER_UNDEBUGGABLE.
5383
5384 * infrun.c (handle_step_into_function): Delete function.
5385 (handle_inferior_event): Inline calls to
5386 handle_step_into_function.
5387
5388 2004-05-14 Jerome Guitton <guitton@gnat.com>
5389
5390 * rs6000-nat.c: Fix a comment.
5391
5392 2004-05-12 David Anderson <davea@sgi.com>
5393
5394 Committed by Jim Blandy <jimb@redhat.com>:
5395 * regcache.c (struct regcache_descr): fix comment spelling.
5396
5397 2004-05-13 J. Brobecker <brobecker@gnat.com>
5398
5399 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5400 Fixes a link link failure.
5401
5402 2004-05-13 J. Brobecker <brobecker@gnat.com>
5403
5404 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5405 error that was causing the build to fail.
5406
5407 2004-05-13 J. Brobecker <brobecker@gnat.com>
5408
5409 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5410 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5411
5412 2004-05-13 Andrew Cagney <cagney@redhat.com>
5413
5414 * infrun.c (handle_inferior_event): Check for
5415 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5416 calls. Update comments.
5417
5418 2004-05-13 Jim Blandy <jimb@redhat.com>
5419
5420 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5421 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5422 (store_regs_user_thread, store_regs_kernel_thread): Use
5423 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5424 * ppc-linux-nat.c (fill_gregset): Same.
5425 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5426 (ppc_linux_sigtramp_cache): Same.
5427 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5428 (ppcnbsd_sigtramp_cache_init): Same.
5429 * rs6000-nat.c (fetch_core_registers): Same.
5430 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5431 (rs6000_frame_cache): Same.
5432
5433 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5434 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5435 of assuming that the gprs are numbered starting with zero.
5436 * ppc-linux-nat.c (fill_gregset): Same.
5437 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5438 * ppcnbsd-nat.c (getregs_supplies): Same.
5439 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5440 * rs6000-nat.c (fetch_core_registers): Same.
5441 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5442
5443 2004-05-07 Michael Snyder <msnyder@redhat.com>
5444
5445 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5446 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5447
5448 2004-05-13 Andrew Cagney <cagney@redhat.com>
5449
5450 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5451
5452 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5453
5454 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5455 base_address for shared libraries.
5456
5457 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5458
5459 * MAINTAINERS (write after approval): Add myself.
5460
5461 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5462
5463 * breakpoint.c (bpstat_stop_status): Add new argument
5464 STOPPED_BY_WATCHPOINT. Use it instead of testing
5465 target_stopped_data_address agaist 0 to check whether
5466 or not we stopped due to a hardware watchpoint.
5467 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5468 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5469 with new argument.
5470
5471 2004-05-12 Jim Blandy <jimb@redhat.com>
5472
5473 * configure.in: When checking whether we should use the -bbigtoc
5474 option, don't forget to restore the original value of LDFLAGS.
5475 * configure: Regenerated.
5476
5477 2004-05-12 Andrew Cagney <cagney@redhat.com>
5478
5479 * thread.c (load_infrun_state): Delete step_sp.
5480 * infrun.c (context_switch): Ditto.
5481 * inferior.h (step_sp): Ditto.
5482 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5483 * gdbthread.h (struct thread_info, save_infrun_state)
5484 (restore_infrun_state): Ditto.
5485
5486 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5487
5488 * MAINTAINERS (write after approval): Add myself.
5489
5490 2004-05-12 Andrew Cagney <cagney@redhat.com>
5491
5492 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5493 eliminate reference to step_sp.
5494 (struct execution_control_state, init_execution_control_state)
5495 (handle_inferior_event, keep_going): Delete update_step_sp and
5496 step_sp.
5497 * infcmd.c (step_sp): Note that variable is unused.
5498
5499 2004-05-11 Andrew Cagney <cagney@redhat.com>
5500
5501 * infrun.c (step_over_function): Delete function.
5502 (handle_step_into_function): Use insert_step_resume_breakpoint.
5503 (insert_step_resume_breakpoint): Fix assertion.
5504
5505 2004-05-11 Nick Roberts <nickrob@gnu.org>
5506
5507 * utils.c (defaulted_query): Just use the normal query input type
5508 when printing the annotations.
5509
5510 2004-05-11 Andrew Cagney <cagney@redhat.com>
5511
5512 * infrun.c (handle_inferior_event): Simplify code handling
5513 step-into or return-from a signal trampoline.
5514
5515 2004-05-11 Andrew Cagney <cagney@redhat.com>
5516
5517 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5518 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5519
5520 2004-05-10 Jim Blandy <jimb@redhat.com>
5521
5522 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5523 with a call to internal_error.
5524
5525 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5526 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5527 processor variant lacks those registers.
5528 (ppc_floating_point_unit_p): Change description to make it clear
5529 that this returns info about the ISA, not the ABI.
5530 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5531 return true or false by checking tdep->ppc_fp0_regnum and
5532 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5533 arch/mach switching done in rs6000_gdbarch_init; it's better to
5534 keep that logic there, and just check the results here.
5535 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5536 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5537 floating-point registers.
5538 (ppc_supply_fpregset, ppc_collect_fpregset)
5539 (rs6000_push_dummy_call, rs6000_extract_return_value)
5540 (rs6000_store_return_value): Assert that we have floating-point
5541 registers.
5542 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5543 (rs6000_frame_cache): Don't note the locations at which
5544 floating-point registers were saved if we have no fprs.
5545 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5546 registers.
5547 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5548 (store_regs_user_thread, store_regs_kernel_thread): Only call
5549 supply_fprs / fill_fprs if we actually have floating-point
5550 registers.
5551 (special_register_p): Check ppc_fpscr_regnum before matching
5552 against it.
5553 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5554 supply / collect fpscr if we don't have it.
5555 * ppc-bdm.c: #include "gdb_assert.h".
5556 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5557 have floating-point registers, since I can't test this code on
5558 FP-free systems to adapt it.
5559 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5560 fpscr and floating point register numbers if they don't exist.
5561 (fetch_register): Assert that we have floating-point registers
5562 before we reach the code that handles them.
5563 (store_register): Same. And use tdep instead of calling
5564 gdbarch_tdep again.
5565 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5566 don't have them.
5567 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5568 fprs and fpscr if we don't have them.
5569 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5570 don't have them.
5571 * ppcnbsd-nat.c: #include "gdb_assert.h".
5572 (getfpregs_supplies): Assert that we have floating-point registers.
5573 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5574 * ppcobsd-tdep.c: #include "gdb_assert.h".
5575 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5576 have floating-point registers.
5577 * rs6000-nat.c (regmap): Don't match against the fpscr and
5578 floating point register numbers if they don't exist.
5579 (fetch_inferior_registers, store_inferior_registers,
5580 fetch_core_registers): Only fetch / store / supply the
5581 floating-point registers and the fpscr if we have them.
5582 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5583 (ppcobsd-tdep.o): Update dependencies.
5584
5585 2004-05-10 Andrew Cagney <cagney@redhat.com>
5586
5587 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5588 (context_switch): Do not switch through_sigtramp_breakpoint.
5589 * gdbthread.h (save_infrun_state, load_infrun_state)
5590 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5591 and structure member.
5592 * thread.c (load_infrun_state, save_infrun_state): Update.
5593
5594 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5595
5596 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5597
5598 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5599
5600 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5601 throughout.
5602 * aclocal.m4: Regenerate.
5603
5604 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5605
5606 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5607
5608 2004-05-10 Andrew Cagney <cagney@redhat.com>
5609
5610 * infrun.c (check_sigtramp2): Delete function.
5611 (handle_inferior_event): When single stepping, and taking a
5612 signal, set a breakpoint at the signal return address. Delete
5613 redundant calls to check_sigtramp2.
5614 (insert_step_resume_breakpoint): New function.
5615 (through_sigtramp_breakpoint, handle_inferior_event)
5616 (follow_exec, wait_for_inferior, fetch_inferior_event)
5617 (currently_stepping, keep_going): Delete most uses of
5618 through_sigtramp_breakpoint, not that it should be deleted.
5619 (delete_breakpoint_current_contents): Delete function.
5620
5621 2004-05-10 Randolph Chung <tausq@debian.org>
5622
5623 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5624 target.
5625 * config/pa/tm-linux.h: New file.
5626
5627 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5628
5629 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5630 of prefixes. Don't print the prefix twice in the CLI.
5631
5632 2004-05-10 Jim Blandy <jimb@redhat.com>
5633
5634 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5635 collect all the gprs.
5636
5637 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5638 loop collecting gprs.
5639
5640 2004-05-09 Andrew Cagney <cagney@redhat.com>
5641
5642 * remote-vx.c (net_step): Delete step-range code.
5643 * remote.c (remote_resume, init_all_packet_configs)
5644 (set_remote_protocol_E_packet_cmd)
5645 (show_remote_protocol_E_packet_cmd)
5646 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5647 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5648 (show_remote_protocol_e_packet_cmd): Ditto.
5649
5650 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5651
5652 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5653
5654 * hppa-tdep.h: Update copyright year.
5655 (struct trad_frame_saved_reg): Add opaque declaration.
5656
5657 * amd64-tdep.c (amd64_return_value): Implement
5658 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5659
5660 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5661 (m68k_value_to_register): New functions.
5662 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5663 value_to_register.
5664
5665 * defs.h (enum return_value_convention): Add
5666 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5667 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5668 * infcmd.c (legacy_return_value): New function.
5669 (print_return_value): Rwerite to implement
5670 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5671 * values.c (using_struct_return): Check for inequality to
5672 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5673 RETURN_VALUE_STRUCT_CONVENTION.
5674 * i386-tdep.c (i386_return_value): Implement
5675 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5676
5677 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5678 include "symtab.h", "opcode/vax.h" and "inferior.h".
5679 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5680 to read_memory_unsigned_integer.
5681 (vax_gdbarch_init): Reorder.
5682 (_initialize_vax_tdep): Spell out prototype.
5683 * Makefile.in (vax-tdep.o): Update dependencies.
5684
5685 2004-05-08 Andrew Cagney <cagney@redhat.com>
5686
5687 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5688 * target.c (target_detach, target_disconnect): Ditto.
5689
5690 * infcall.c (call_function_by_hand): When no
5691 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5692 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5693 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5694 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5695 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5696
5697 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5698 * gdbarch.h, gdbarch.c: Re-generate.
5699 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5700 deprecated_fix_call_dummy.
5701 * v850-tdep.c (v850_gdbarch_init): Ditto.
5702 * infcall.c (call_function_by_hand): Do not call
5703 DEPRECATED_FIX_CALL_DUMMY.
5704
5705 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5706 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5707 * gdbarch.h, gdbarch.c: Re-generate.
5708 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5709 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5710 deprecated_sizeof_call_dummy_words.
5711 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5712 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5713 * v850-tdep.c (v850_gdbarch_init): Ditto.
5714 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5715 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5716 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5717 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5718 * arch-utils.h (legacy_call_dummy_words)
5719 (legacy_sizeof_call_dummy_words): Delete declarations.
5720 * arch-utils.c (legacy_call_dummy_words)
5721 (legacy_sizeof_call_dummy_words): Delete variables.
5722
5723 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5724 * gdbarch.h, gdbarch.c: Re-generate.
5725 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5726 * infcall.c (call_function_by_hand): Eliminate call to
5727 DEPRECATED_PUSH_DUMMY_FRAME.
5728 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5729 push_dummy_frame.
5730 (ns32k_push_dummy_frame): Delete function.
5731
5732 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5733 deprecated_call_dummy_breakpoint_offset or
5734 deprecated_call_dummy_start_offset.
5735 * dummy-frame.c, arm-tdep.c: Update comments.
5736 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5737 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5738 * gdbarch.h, gdbarch.c: Re-generate.
5739
5740 * infcall.c (legacy_push_dummy_code): Delete function.
5741 (push_dummy_code): Delete call.
5742
5743 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5744 * gdbarch.h, gdbarch.c: Re-generate.
5745 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5746 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5747 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5748 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5749
5750 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5751 (struct frame_info): Delete opaque declaration.
5752 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5753 * frame.c (get_frame_type): Delete call.
5754
5755 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5756 pc_in_call_dummy.
5757 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5758 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5759
5760 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5761
5762 * alphanbsd-tdep.c: Include "gdb_string.h".
5763 * armnbsd-tdep.c: Update copyright year.
5764 Include "gdb_string.h".
5765 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5766 dependencies.
5767
5768 * delta68-nat.c: Remove file.
5769 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5770 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5771 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5772 (delta68-nat.o): Remove dependency.
5773
5774 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5775 function.
5776 (m68k_gdbarch_init): Don't set
5777 deprecated_frameless_function_invocation.
5778
5779 2004-05-07 Randolph Chung <tausq@debian.org>
5780
5781 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5782 read_memory_nobpt for code reading when doing frame unwinding.
5783 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5784
5785 2004-05-07 Randolph Chung <tausq@debian.org>
5786
5787 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5788 instead of sp, handle sigaltstack case.
5789 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5790 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5791 signal handler and not that of the caller.
5792 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5793 hppa_linux_sigtramp_find_sigcontext.
5794
5795 2004-05-07 Randolph Chung <tausq@debian.org>
5796
5797 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5798 hppa-linux-nat.c.
5799 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5800 * hppa-linux-nat.c (fetch_register, store_register): Define.
5801 (fetch_inferior_registers, store_inferior_registers): Define.
5802 (supply_gregset): Add comment and clean up some unneeded code.
5803 (fill_gregset): Add comment and fix so that it saves registers in
5804 the right place in the gregset.
5805 (fill_fpregset): Fix buffer overrun problem.
5806 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5807
5808 2004-05-07 Randolph Chung <tausq@debian.org>
5809
5810 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5811 do common handling of the pcoqt register.
5812 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5813 to use helper function.
5814 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5815 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5816 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5817 generic fallback unwinder when all else fails.
5818 (hppa_gdbarch_init): Add fallback sniffer.
5819 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5820 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5821 to use helper function.
5822
5823 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5824
5825 * config/djgpp/fnchange.lst: Add translation rules for
5826 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5827
5828 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5829
5830 * frame.c (get_prev_frame_1): Work around GCC bug.
5831 * frame.h: Add comment about GCC bug.
5832
5833 2004-05-07 Andrew Cagney <cagney@redhat.com>
5834
5835 * observer.c: Include "commands.h" and "gdbcmd.h".
5836 (observer_debug, _initialize_observer): Add the
5837 command "set/show debug observer".
5838 * observer.sh: When observer debugging, log notify calls.
5839 * Makefile.in (observer.o): Update dependencies.
5840
5841 2004-05-07 Jason Molenda (jmolenda@apple.com)
5842
5843 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5844
5845 2004-05-07 Jim Blandy <jimb@redhat.com>
5846
5847 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5848 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5849 to recognize gpr regnums, instead of assuming that
5850 tdep->ppc_fp0_regnum marks the end of the general-purpose
5851 registers.
5852
5853 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5854 the given architecture has floating-point registers.
5855
5856 2004-05-07 Andrew Cagney <cagney@redhat.com>
5857
5858 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5859 macro defined to 1.
5860 * gdbarch.h, gdbarch.c: Re-generate.
5861 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5862 deprecated_use_generic_dummy_frames.
5863
5864 2004-05-07 Brian Ford <ford@vss.fsi.com>
5865
5866 * NEWS: Mention Cygwin DWARF 2 support.
5867
5868 2004-05-07 Andrew Cagney <cagney@redhat.com>
5869
5870 * objfiles.h (struct entry_info): Delete unused fields
5871 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5872 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5873 * mipsread.c (mipscoff_symfile_read): Update.
5874 * mdebugread.c (parse_partial_symbols): Update.
5875 * dwarfread.c (read_file_scope): Update.
5876 * dwarf2read.c (read_file_scope): Update.
5877 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5878 * coffread.c (complete_symtab): Update.
5879
5880 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5881
5882 * infcall.c (_initialize_infcall): Fix typo.
5883
5884 2004-05-07 Andrew Cagney <cagney@redhat.com>
5885
5886 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5887 * command.h (add_setshow_zinteger_cmd): Declare.
5888
5889 2004-05-06 Randolph Chung <tausq@debian.org>
5890
5891 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5892 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5893 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5894 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5895 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5896 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5897 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5898 definitions ...
5899 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5900 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5901 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5902 (hppa64_hpux_frame_find_saved_regs_in_sig)
5903 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5904 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5905 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5906 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5907 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5908 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5909 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5910 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5911 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5912 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5913 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5914 (hppa32_register_type, hppa_cannot_store_register)
5915 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5916 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5917 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5918 * pa64solib.c (pa64_solib_have_load_event)
5919 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5920 (pa64_solib_unloaded_library_pathname): Likewise.
5921 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5922 (som_solib_library_pathname): Likewise.
5923
5924 2004-05-05 Jim Ingham <jingham@apple.com>
5925
5926 * breakpoint.c (create_breakpoints): Copy the ignore count and
5927 thread id over from the pended breakpoint to the actual
5928 breakpoint.
5929
5930 2004-05-05 Andrew Cagney <cagney@redhat.com>
5931
5932 * gdbarch.sh (PARM_BOUNDARY): Delete.
5933 gdbarch.h, gdbarch.c: Re-generate.
5934 * valops.c (PARM_BOUNDARY): Delete macro.
5935 (value_push): Delete PARM_BOUNDARY code.
5936 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5937
5938 2004-05-04 Jim Blandy <jimb@redhat.com>
5939
5940 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5941 Don't assume that the gprs, fprs, and UISA sprs are
5942 contiguous, start at register number zero, and end with fpscr.
5943 Instead, use the numbers from the tdep structure.
5944
5945 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5946 should no longer be used in code specific to the RS6000 and its
5947 derivatives.
5948 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5949 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5950 tdep->ppc_fp0_regnum.
5951 (ppc_supply_fpregset, ppc_collect_fpregset)
5952 (rs6000_push_dummy_call, rs6000_extract_return_value)
5953 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5954 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5955 FP0_REGNUM.
5956 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5957 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5958 Same.
5959 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5960 bdm_ppc_store_registers): Same.
5961 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5962 (store_register, fill_fpregset): Same.
5963 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5964 (ppc_linux_supply_fpregset): Same.
5965 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5966 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5967 Same.
5968 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5969 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5970 ppc64_sysv_abi_return_value): Same.
5971 * rs6000-nat.c (regmap, fetch_inferior_registers)
5972 (store_inferior_registers, fetch_core_registers): Same.
5973
5974 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5975
5976 * m68knbsd-nat.c: Remove file.
5977 * m68knbsd-tdep.c: Remove file.
5978 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5979 dependencies.
5980 * configure.host: Add m68k-*-netbsdelf*.
5981 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5982 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5983 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5984 (XM_FILE): Remove.
5985 * config/m68k/nbsdelf.mh: New file.
5986 * config/m68k/nbsd.mt: New file.
5987 * config/m68k/nbsdaout.mt: Remove file.
5988 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5989 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5990 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5991 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5992 (use_struct_convention): Remove prototype.
5993 (USE_STRUCT_CONVENTION): Remove define.
5994 * config/m68k/xm-nbsd.h: Remove file.
5995
5996 2004-05-04 Michael Snyder <msnyder@redhat.com>
5997
5998 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5999 reg_struct_return method (as gcc usually does for cross targets).
6000
6001 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6002
6003 Committed by Andrew Cagney.
6004 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6005 alignment padding when accessing ucontext struct members.
6006
6007 2004-05-04 Jim Blandy <jimb@redhat.com>
6008
6009 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6010 'ppc_gplast_regnum' member.
6011 (ppc_num_gprs): New enum constant.
6012 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6013 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6014 * rs6000-nat.c (regmap, fetch_inferior_registers,
6015 store_inferior_registers): Same.
6016 * rs6000-tdep.c (e500_pseudo_register_read)
6017 (e500_pseudo_register_write): Same.
6018 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6019
6020 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6021 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6022 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6023 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6024 FPLAST_REGNUM.
6025 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6026 Same.
6027 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6028 * rs6000-nat.c (regmap, fetch_inferior_registers)
6029 (store_inferior_registers): Same.
6030
6031 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6032 with FPLAST_REGNUM.
6033
6034 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6035
6036 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6037 failure detected by recent versions of GCC.
6038 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6039 to be consistent with the usage in dwarf2_create_include_psymtab.
6040
6041 2004-05-03 Michael Snyder <msnyder@redhat.com>
6042
6043 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6044 (heuristic_proc_start): Whitespace cleanup.
6045
6046 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6047
6048 * sun3-nat.c: Remove file.
6049 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6050 dependencies.
6051 (ALLDEPFILES): Remove sun3-nat.c.
6052 (sun3-nat.o): Remove dependencies.
6053
6054 * i386-interix-nat.c, i386-interix-tdep.c,
6055 config/i386/nm-interix.h, config/i386/interix.mh,
6056 config/i386/interix.mt: Remove files.
6057 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6058 dependencies.
6059
6060 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6061
6062 * m68k-tdep.h (struct gdbarch_tdep): Add member
6063 struct_value_regnum.
6064 (m68k_svr4_init_abi): New prototype.
6065 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6066 different calling conventions.
6067 (m68k_extract_return_value): Remove code dealing with single-field
6068 structs.
6069 (m68k_store_return_value): Remove code dealing with single-field
6070 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6071 (m68k_extract_struct_value_address): Remove function.
6072 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6073 (m68k_reg_struct_return_p, m68k_return_value)
6074 (m68k_svr4_return_value): New functions.
6075 (m68k_use_struct_convention): Remove function.
6076 (m68k_push_dummy_call): Use new struct_value_regnum member of
6077 `struct gdbarch_tdep' instead of hardcoded register number to
6078 store STRUCT_ADDR.
6079 (m68k_svr4_init_abi): New function.
6080 (m68k_gdbarch_init): Don't set extract_return_value,
6081 store_return_values, deprecated_extract_struct_value_address and
6082 use_struct_convention. Set return_value instead. Initialize new
6083 struct_value_regnum member of `struct gdbarch_tdep'.
6084 * m68klinux-tdep.c: Update copyright year.
6085 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6086 (m68k_linux_extract_struct_value_address): Remove function.
6087 (m68k_linux_init_abi): Don't set extract_return_value,
6088 store_return_values, deprecated_extract_struct_value_address and
6089 use_struct_convention. Call m68k_svr4_init_abi but override the
6090 new struct_value_regnum member of `struct gdbarch_tdep'.
6091 * Makefile.in (m68k-tdep.o): Update dependencies.
6092
6093 2004-05-03 J. Brobecker <brobecker@gnat.com>
6094
6095 * dwarf2read.c (line_header): Add new included_p field in
6096 field file_names.
6097 (partial_die_info): New field has_stmt_list. New field line_offset.
6098 (dwarf2_create_include_psymtab): New function.
6099 (dwarf2_build_include_psymtabs): New function.
6100 (add_file_name): Add forward declaration. Initialize new field.
6101 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6102 to be able to determine the list of files included by the
6103 given unit, and build their associated psymtabs.
6104 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6105 files as well.
6106 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6107 (read_file_scope): Update call to dwarf_decode_lines.
6108 (read_partial_die): Handle DW_AT_stmt_list attributes.
6109
6110 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6111
6112 Unfix PR gdb/1626.
6113 * configure.in: Revert special case for osf5.*.
6114 * configure: Regenerate.
6115
6116 2004-05-02 Jim Blandy <jimb@redhat.com>
6117
6118 Move the symbol-file-from-memory functions into their own file.
6119 * symfile-mem.c, symfile-mem.h: New files.
6120 * symfile.c (symbol_file_add_from_bfd): New function.
6121 (symbol_file_add): Call symbol_file_add_from_bfd.
6122 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6123 Moved to symfile-mem.c.
6124 (_initialize_symfile): Move definition of
6125 add-symbol-file-from-memory command to symfile-mem.c.
6126 * symfile.h (symbol_file_add_from_bfd): New declaration.
6127 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6128 * config/powerpc/linux.mt (TDEPFILES): Same.
6129 * Makefile.in (SFILES): Add symfile-mem.c.
6130 (symfile_mem_h): New variable.
6131 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6132 (symfile-mem.o): New rule.
6133
6134 2004-05-01 Andrew Cagney <cagney@redhat.com>
6135
6136 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6137 frame_find_by_id instead of frame_relative_level.
6138 (do_enable_breakpoint): Ditto.
6139 * thread.c: Update copyright.
6140 (info_threads_command): Ditto, simplify.
6141
6142 * frame.c (deprecated_generic_get_saved_register): Delete
6143 function, moved to "xstormy16-tdep.c".
6144 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6145 deprecated_generic_get_saved_register from "frame.c".
6146 (xstormy16_frame_saved_register): Call
6147 xstormy16_get_saved_register.
6148 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6149 static.
6150 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6151 * frame.h (deprecated_generic_get_saved_register): Delete.
6152
6153 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6154
6155 * dwarfread.c: Update documentation on the state of dwarf-1.
6156
6157 2004-05-01 Andrew Cagney <cagney@redhat.com>
6158
6159 * stack.c (select_frame_command): Delete call to
6160 frame_relative_level.
6161 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6162 Delete #if0 code.
6163 (frame_info): Do not print FRAMELESS.
6164 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6165 (catch_info): Delete #if0 code.
6166
6167 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6168 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6169 of frame_relative_level.
6170 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6171 to SENTINEL_FRAME.
6172 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6173 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6174 frame_relative_level.
6175
6176 * frame.h (deprecated_set_frame_type): Delete declaration.
6177 * frame.c (deprecated_set_frame_type): Delete function, update
6178 comments.
6179
6180 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6181 * gdbarch.h, gdbarch.c: Re-generate.
6182 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6183 (shnbsd_pc_in_sigtramp): Delete.
6184 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6185 pc_in_sigtramp.
6186 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6187 pc_in_sigtramp.
6188 * frame.h: Update comments.
6189 * ppc-linux-tdep.c: Update comments.
6190 * breakpoint.c (bpstat_what): Update comments.
6191
6192 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6193 m68klinux-tdep.o's dependencies, were previously added to
6194 m68klinux-nat.o.
6195
6196 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6197 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6198 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6199 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6200 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6201
6202 * Makefile.in (m68klinux-nat.o): Update dependencies.
6203 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6204 (m68k_linux_sigtramp_frame_cache)
6205 (m68k_linux_sigtramp_frame_this_id)
6206 (m68k_linux_sigtramp_frame_prev_register)
6207 (m68k_linux_sigtramp_frame_unwind)
6208 (m68k_linux_sigtramp_frame_sniffer)
6209 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6210 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6211 names, use trad-frame.h.
6212 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6213 (struct m68k_sigtramp_info): Delete.
6214 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6215 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6216 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6217 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6218 "m68klinux-tdep.c".
6219
6220 * infrun.c (check_sigtramp2): Delete check for
6221 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6222
6223 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6224
6225 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6226
6227 2004-05-01 Andrew Cagney <cagney@redhat.com>
6228
6229 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6230 (frv_linux_sigtramp_frame_cache)
6231 (frv_linux_sigtramp_frame_this_id)
6232 (frv_linux_sigtramp_frame_prev_register)
6233 (frv_linux_sigtramp_frame_unwind)
6234 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6235 include "linux" in function and variable names, directly call
6236 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6237 the latest trad-frame code.
6238 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6239 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6240 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6241 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6242 * frv-tdep.c (frv_sigtramp_frame_cache)
6243 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6244 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6245 frv-linux-tdep.c.
6246 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6247 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6248 (frv_set_sigcontext_reg_addr): Delete function.
6249
6250 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6251 (DEPRECATED_SIGTRAMP_END): Delete.
6252 * gdbarch.h, gdbarch.c: Re-generate.
6253 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6254 * config/vax/tm-vaxbsd.h: Update copyright.
6255 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6256 (DEPRECATED_IN_SIGTRAMP): Define.
6257 * config/m68k/tm-nbsd.h: Update copyright.
6258 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6259 (DEPRECATED_IN_SIGTRAMP): Define.
6260
6261 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6262
6263 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6264 encondings. Fixes PR gdb/1628.
6265
6266 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6267 DW_CFA_restore state without a matching DW_CFA_remember_state
6268 instead of aborting. Fixes PR backtrace/1589.
6269
6270 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6271
6272 * MAINTAINERS: Add self as AIX maintainer.
6273 Update my e-mail address in write-after-approval section.
6274
6275 2004-04-30 Andrew Cagney <cagney@redhat.com>
6276
6277 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6278 (legacy_get_prev_frame): Ditto.
6279
6280 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6281 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6282 * mipsread.c (sigtramp_address): Delete extern variable.
6283 (mipscoff_new_init): Delete reference.
6284 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6285 (fixup_sigtramp): Delete function.
6286 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6287 (fixup_sigtramp): Delete declarations.
6288
6289 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6290 deprecated_pc_in_sigtramp.
6291 (ppcnbsd_pc_in_sigtramp): Delete function.
6292
6293 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6294
6295 * config/m68k/nm-nbsd.h: Tweak comments.
6296 * config/m68k/nm-nbsdaout.h: Likewise.
6297
6298 2004-04-30 Andrew Cagney <cagney@redhat.com>
6299
6300 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6301 legacy_pc_in_sigtramp.
6302 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6303
6304 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6305
6306 Add OpenBSD/m68k support.
6307 * NEWS (New native configurations): Mention OpenBSD/m68k.
6308 * m68kbsd-tdep.c: New file.
6309 * m68kbsd-nat.c: New file.
6310 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6311 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6312 * configure.host: Add m68k-*-openbsd.
6313 * configure.tgt: Add m68k-*-openbsd.
6314 * config/m68k/tm-obsd.h: New file.
6315 * config/m68k/obsd.mt: New file.
6316 * config/m68k/obsd.mh: New file.
6317 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6318 m68kbsd-tdep.c.
6319
6320 2004-04-30 Andrew Cagney <cagney@redhat.com>
6321
6322 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6323 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6324
6325 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6326
6327 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6328 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6329
6330 2004-04-30 Brian Ford <ford@vss.fsi.com>
6331
6332 Revert 2004-04-16 change.
6333 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6334 (i386_coff_init_abi): Remove.
6335 * i386-tdep.h (i386_coff_init_abi): Remove.
6336 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6337
6338 2004-04-30 Andrew Cagney <cagney@redhat.com>
6339
6340 * blockframe.c (find_pc_partial_function): Delete use of
6341 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6342 DEPRECATED_SIGTRAMP_END.
6343
6344 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6345 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6346 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6347 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6348 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6349
6350 * defs.h (deprecated_inside_entry_file): Delete declaration.
6351 * blockframe.c (deprecated_inside_entry_file): Delete function.
6352 (legacy_frame_chain_valid): Delete call.
6353 * sh64-tdep.c (sh64_frame_chain): Delete call.
6354 * objfiles.h: Update comments.
6355 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6356 call.
6357 * frame.c (get_prev_frame): Delete call, update comments.
6358
6359 2004-04-30 Brian Ford <ford@vss.fsi.com>
6360
6361 * MAINTAINERS (Write After Approval): Add myself.
6362
6363 2004-04-30 Andrew Cagney <cagney@redhat.com>
6364
6365 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6366 * gdbarch.h, gdbarch.c: Re-generate.
6367 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6368 code.
6369
6370 2004-04-30 Andrew Cagney <cagney@redhat.com>
6371
6372 * gdb-events.sh (selected_thread_changed)
6373 (selected_frame_level_changed, target_changed): Delete.
6374 * gdb-events.h, gdb-events.c: Re-generate.
6375 * valops.c (value_assign): Update.
6376 * stack.c (select_frame_command, up_silently_base)
6377 (down_silently_base): Update.
6378
6379 2004-04-29 Andrew Cagney <cagney@redhat.com>
6380
6381 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6382 registers correctly.
6383 (print_gp_register_row, mips32_heuristic_proc_desc)
6384 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6385 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6386 references to mips_isa_regsize.
6387
6388 2004-04-29 Andrew Cagney <cagney@redhat.com>
6389
6390 * mips-tdep.c (struct gdbarch_tdep): Delete
6391 mips_fp_register_double.
6392 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6393 mips_abi_regsize.
6394 (mips_gdbarch_init): Do not set mips_fp_register_double.
6395 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6396
6397 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6398
6399 Committed by Andrew Cagney.
6400 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6401 function calls.
6402
6403 2004-04-29 Andrew Cagney <cagney@redhat.com>
6404
6405 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6406 gdbarch, use mips_abi, update callers.
6407 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6408 mips_abi_regsize, update callers.
6409 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6410 mips_default_abi_regsize.
6411 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6412 mips_default_abi_regsize.
6413
6414 2004-04-29 Andrew Cagney <cagney@redhat.com>
6415
6416 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6417 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6418 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6419 mips_default_abi_regsize.
6420 (mips_isa_regsize): Rename mips_regisze.
6421 * mipsnbsd-tdep.c: Update.
6422 * mips-linux-tdep.c: Update.
6423 * irix5-nat.c: Update.
6424 * mips-tdep.h (mips_isa_regsize): Update.
6425
6426 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6427 Delete all disabled code.
6428 * gdb-events.h, gdb-events.c: Re-generate.
6429
6430 2004-04-19 Jerome Guitton <guitton@gnat.com>
6431 Mark Kettenis <kettenis@gnu.org>
6432
6433 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6434 the function begins with a branch instruction.
6435
6436 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6437
6438 * i386-tdep.c: Fix spelling mistakes.
6439
6440 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6441 Andrew Cagney <cagney@redhat.com>
6442
6443 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6444 <sys/proc.h>.
6445 * acconfig.h: Provide default _KMEMUSER value.
6446 * config.in, configure: Re-generate.
6447 * NEWS: Mention fix.
6448
6449 2004-04-24 Randolph Chung <tausq@debian.org>
6450
6451 * configure.host (hppa*-*-linux*): New target.
6452 * configure.tgt (hppa*-*-linux*): Likewise.
6453 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6454 gdbarch_init_osabi() call earlier so that osabi-specific frame
6455 unwinders can be registered first.
6456 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6457 hppa-linux-nat.c.
6458 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6459 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6460 * config/pa/linux.mh: New file.
6461 * config/pa/linux.mt: New file.
6462 * config/pa/nm-linux.h: New file.
6463 * config/pa/xm-linux.h: New file.
6464 * hppa-linux-nat.c: New file.
6465 * hppa-linux-tdep.c: New file.
6466
6467 2004-04-28 Randolph Chung <tausq@debian.org>
6468
6469 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6470 return values.
6471 (hppa32_push_dummy_call): Fix small struct and floating point argument
6472 passing, and make sure the stack frame is properly aligned.
6473
6474 2004-04-28 Andrew Cagney <cagney@redhat.com>
6475
6476 * stack.c (print_stack_frame): Fix description.
6477
6478 * NEWS: Mention gdb/gdbserver/configure execute permission
6479 changed. PR server/519.
6480
6481 2004-04-28 Andrew Cagney <cagney@redhat.com>
6482
6483 * stack.c (print_stack_frame_stub): Delete declaration.
6484 (struct print_stack_frame_args, print_stack_frame)
6485 (print_frame_info, print_frame): Replace "source" with print what.
6486 Replace "print" with "print_level". Replace "args" with
6487 "print_args".
6488 * frame.h (show_and_print_stack_frame, print_stack_frame)
6489 (print_frame_info): Update declarations.
6490 * stack.c (select_and_print_frame, frame_command)
6491 (current_frame_command, up_command, down_command): Update calls -
6492 use get_selected_frame, pass "enum print_what" for source, do not
6493 call frame_relative_level.
6494 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6495 * remote-rdp.c (remote_rdp_open): Ditto.
6496 * remote-mips.c (common_open): Ditto.
6497 * remote-e7000.c (e7000_start_remote): Ditto.
6498 * ocd.c (ocd_start_remote): Ditto.
6499 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6500 * infrun.c (normal_stop): Ditto.
6501 * inflow.c (kill_command): Ditto.
6502 * infcmd.c (finish_command): Ditto.
6503 * corelow.c (core_open): Ditto.
6504 * tracepoint.c (finish_tfind_command): Ditto.
6505 * thread.c (info_threads_command, info_threads_command)
6506 (restore_current_thread, do_captured_thread_select): Ditto.
6507 * ada-tasks.c (task_command): Ditto.
6508
6509 2004-04-26 Orjan Friberg <orjanf@axis.com>
6510
6511 * frame.c: Include "observer.h".
6512 (frame_observer_target_changed): New function.
6513 (_initialize_frame): Attach target_changed observer.
6514 * regcache.c: Include "observer.h".
6515 (regcache_observer_target_changed): New function.
6516 (_initialize_regcache): Attach target_changed observer.
6517 * valops.c: Include "observer.h".
6518 (value_assign): Notify target_changed event when modifying register.
6519 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6520
6521 2004-04-26 Orjan Friberg <orjanf@axis.com>
6522
6523 From Paul Koning <pkoning@equallogic.com>:
6524 * breakpoint.c (free_valchain): New function.
6525 (insert_bp_location, delete_breakpoint): Use free_valchain.
6526 (remove_breakpoint): Do not remove the valchain.
6527 (bpstat_stop_status): If not stopped by watchpoint, skip
6528 watchpoints when generating stop status list.
6529 * infrun.c (handle_inferior_event): Make
6530 stepped_after_stopped_by_watchpoint a global variable.
6531 * remote.c (remote_stopped_data_address): Return watch data
6532 address rather than zero if stepped_after_stopped_by_watchpoint is
6533 set.
6534
6535 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6536
6537 Fix PR gdb/1626.
6538 * configure.in: Check for curses after termcap.
6539 On osf5.*, do not check for ncurses.
6540 * configure: Regenerate.
6541
6542 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6543
6544 * ppcobsd-nat.c: Include "ppc-tdep.h".
6545 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6546
6547 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6548 Fixes PR tdep/1623 and PR tdep/1624.
6549
6550 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6551
6552 * xmodem.h, xmodem.c: Remove files.
6553 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6554
6555 2004-04-23 Randolph Chung <tausq@debian.org>
6556
6557 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6558 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6559 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6560 for handling stackless frames.
6561 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6562
6563 2004-04-23 Randolph Chung <tausq@debian.org>
6564
6565 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6566 starts at a pc before the frame is created.
6567
6568 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6569
6570 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6571
6572 2004-04-23 Jerome Guitton <guitton@gnat.com>
6573
6574 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6575 use convert_typed_floating to get the appropriate format.
6576
6577 2004-04-22 Randolph Chung <tausq@debian.org>
6578
6579 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6580 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6581 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6582 (hppa_sign_extend): Add prototype.
6583 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6584 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6585 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6586 hppa targets will also use these functions.
6587 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6588 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6589 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6590 (hppa_gdbarch_init): Remove gdbarch setting of
6591 skip_trampoline_code, in_solib_call_trampoline and
6592 in_solib_return_trampoline.
6593 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6594 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6595 hppa_in_solib_call_trampoline.
6596 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6597 Moved from hppa-tdep.c.
6598 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6599 in_solib_call_trampoline and in_solib_return_trampoline.
6600
6601 2004-04-22 Randolph Chung <tausq@debian.org>
6602
6603 * hppa-tdep.c (hppa_debug): New variable.
6604 (find_unwind_entry, hppa_frame_cache): Add debug output.
6605 (_initialize_hppa_tdep): Add command to set debug flag.
6606
6607 2004-04-22 Andrew Cagney <cagney@redhat.com>
6608
6609 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6610 "trad-frame.h".
6611 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6612 signal trampoline unwinder.
6613 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6614
6615 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6616
6617 Add OpenBSD/powerpc support.
6618 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6619 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6620 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6621 (ppc_collect_fpregset): New prototypes.
6622 * ppcobsd-nat.c: New file.
6623 * ppcobsd-tdep.c: New file.
6624 * ppcobsd-tdep.h: New file.
6625 * rs6000-tdep.c: Include "regset.h".
6626 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6627 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6628 New functions.
6629 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6630 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6631 (rs6000-tdep.o): Update dependencies.
6632 * configure.host: Add powerpc-*-openbsd.
6633 * configure.tgt: Add powerpc-*-openbsd.
6634 * config/powerpc/obsd.mh: New file.
6635 * config/powerpc/nm-obsd.h: New file.
6636 * config/powerpc/obsd.mt: New file.
6637
6638 2004-04-22 Andrew Cagney <cagney@redhat.com>
6639
6640 * frame.h (show_frame_info): Delete declaration.
6641
6642 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6643 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6644 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6645 * frv-tdep.c (frv_frame_this_id): Ditto.
6646 * avr-tdep.c (avr_frame_this_id): Ditto.
6647
6648 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6649
6650 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6651
6652 2004-04-22 Jim Blandy <jimb@redhat.com>
6653
6654 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6655 register number zero.
6656
6657 2004-04-21 Michael Snyder <msnyder@redhat.com>
6658
6659 * mips-tdep.c (heuristic_proc_start):
6660 Warning() already prefixes "Warning: ".
6661
6662 2004-04-21 Andrew Cagney <cagney@redhat.com>
6663
6664 * annotate.h (deprecated_annotate_starting_hook)
6665 (deprecated_annotate_stopped_hook)
6666 (deprecated_annotate_exited_hook)
6667 (deprecated_annotate_signal_hook)
6668 (deprecated_annotate_signalled_hook): Deprecate.
6669 * tracepoint.h (deprecated_create_tracepoint_hook)
6670 (deprecated_delete_tracepoint_hook)
6671 (deprecated_modify_tracepoint_hook)
6672 (deprecated_trace_find_hook)
6673 (deprecated_trace_start_stop_hook): Deprecate.
6674 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6675 * remote.h (deprecated_target_resume_hook)
6676 (deprecated_target_wait_loop_hook): Deprecate.
6677 * gdbcore.h (deprecated_exec_file_display_hook)
6678 (deprecated_file_changed_hook): Deprecate.
6679 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6680 * defs.h (deprecated_modify_breakpoint_hook)
6681 (deprecated_command_loop_hook, deprecated_show_load_progress)
6682 (deprecated_print_frame_info_listing_hook)
6683 (deprecated_query_hook, deprecated_warning_hook)
6684 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6685 (deprecated_delete_breakpoint_hook)
6686 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6687 (deprecated_readline_begin_hook, deprecated_readline_hook)
6688 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6689 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6690 (deprecated_context_hook, deprecated_target_wait_hook)
6691 (deprecated_attach_hook, deprecated_detach_hook)
6692 (deprecated_call_command_hook, deprecated_set_hook)
6693 (deprecated_error_hook, deprecated_error_begin_hook)
6694 (deprecated_ui_load_progress_hook): Deprecate.
6695 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6696 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6697 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6698 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6699 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6700 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6701 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6702 * annotate.c, aix-thread.c: Update.
6703
6704 2004-04-21 Andrew Cagney <cagney@redhat.com>
6705
6706 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6707 * vaxnbsd-tdep.c: Include "gdb_string.h".
6708
6709 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6710 (add_symbol_file_from_memory_command): #if 0 function body, call
6711 error instead.
6712
6713 2004-04-21 Andrew Cagney <cagney@redhat.com>
6714
6715 * gdbcore.h: Update copyright.
6716 (deprecated_add_core_fns): Rename add_core_fns.
6717 * win32-nat.c (_initialize_core_win32): Update.
6718 * sun3-nat.c (_initialize_core_sun3): Update.
6719 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6720 * rs6000-nat.c (_initialize_core_rs6000): Update.
6721 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6722 * nto-tdep.c (_initialize_nto_tdep): Update.
6723 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6724 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6725 * mips-nat.c (_initialize_core_mips): Update.
6726 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6727 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6728 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6729 * lynx-nat.c (_initialize_core_lynx): Update.
6730 * irix5-nat.c (_initialize_core_irix5): Update.
6731 * i386-interix-nat.c (_initialize_core_interix): Update.
6732 * cris-tdep.c (_initialize_cris_tdep): Update.
6733 * corelow.c (deprecated_add_core_fns): Update.
6734 * core-regset.c (_initialize_core_regset): Update.
6735 * core-aout.c (_initialize_core_aout): Update.
6736 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6737 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6738 * alpha-nat.c (_initialize_core_alpha): Update.
6739
6740 2004-04-21 Jim Blandy <jimb@redhat.com>
6741
6742 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6743
6744 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6745
6746 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6747 Delete.
6748 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6749 (read_attribute_value): Update calls to dwarf_alloc_block.
6750 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6751 dwarf2_tmp_obstack.
6752 (psymtab_to_symtab_1): Likewise. Clean up using
6753 free_stack_comp_unit.
6754 (add_to_cu_func_list): Use the comp_unit_obstack.
6755
6756 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6757
6758 * dwarf2read.c (dwarf2_flag_true_p): New function.
6759 (die_is_declaration): Use the function above. Add some comments.
6760
6761 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6762
6763 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6764 architecture when registering sparcnbsd_core_osabi_sniffer.
6765 Adjust comment.
6766
6767 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6768
6769 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6770 return value.
6771
6772 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6773 * i386-tdep.c: Correct register numbering scheme comments
6774 throughout.
6775 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6776 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6777 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6778 (i386_gdb_arch_init): Likewise.
6779
6780 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6781 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6782 ppcnbsd-tdep.o.
6783
6784 * m68k-tdep.h: Tweak comments.
6785 * m68k-tdep.c: Tweak comment.
6786
6787 2004-04-17 Randolph Chung <tausq@debian.org>
6788
6789 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6790 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6791 (hppa_hpux_som_init_abi): Set is_elf to 0.
6792 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6793 * hppa-tdep.c (low_text_segment_address): Remove global.
6794 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6795 section offset to calculate segment address.
6796 (internalize_unwinds): Define low_text_segment_address as local and
6797 pass to record_text_segment_lowaddr for ELF targets.
6798 (hppa_gdbarch_init): Zero fill tdep structure.
6799 (hppa_dump_tdep): Print tdep structure.
6800 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6801
6802 2004-04-17 Randolph Chung <tausq@debian.org>
6803
6804 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6805 (hppa_gdbarch_init): Set pseudo_register_read.
6806 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6807 * regcache.c (supply_register): Remove check for
6808 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6809
6810 2004-04-17 Randolph Chung <tausq@debian.org>
6811
6812 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6813 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6814 (hpread_adjust_stack_address): Move to hpread.c.
6815 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6816 obj_private_struct): Move from tm-hppa.h.
6817 * hpread.c (hppa-tdep.h): Include.
6818 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6819 (hpread_read_function_type, hpread_read_doc_function_type)
6820 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6821 directly.
6822 * pa64solib.c (hppa-tdep.h): Include.
6823 * somsolib.c (hppa-tdep.h): Include.
6824 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6825 inferior_status): Remove unused forward declarations.
6826 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6827 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6828 obj_private_struct): Move to hppa-tdep.h.
6829 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6830
6831 2004-04-17 Randolph Chung <tausq@debian.org>
6832
6833 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6834 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6835 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6836 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6837 Remove forward declaration and make static.
6838 (hppa_reg_struct_has_addr): Remove.
6839
6840 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6841
6842 * observer.sh: Move comments in sed command to first column.
6843
6844 2004-04-16 Jason Molenda (jmolenda@apple.com)
6845
6846 * frame.c: Minor typeo corrections in comments.
6847
6848 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6849
6850 * observer.c (observer_test_first_notification_function): Update
6851 function profile.
6852 (observer_test_second_notification_function): Likewise.
6853 (observer_test_third_notification_function): Likewise.
6854
6855 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6856
6857 From Brian Ford <ford@vss.fsi.com>:
6858 * i386-tdep.c (i386_coff_init_abi): New function.
6859 * i386-tdep.h (i386_coff_init_abi): New prototype.
6860 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6861 register number translation functions for DWARF and DWARF 2.
6862
6863 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6864
6865 * dwarf2read.c: Back out my previous change, it was incorrect.
6866
6867 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6868
6869 * dwarf2read.c: Include "hashtab.h".
6870 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6871 has_namespace_info.
6872 (struct partial_die_info): Add comments. Use bitfields to reduce
6873 memory footprint. Add scope, scope_set, has_specification,
6874 spec_offset, die_parent, die_child, and die_sibling.
6875 (peek_die_abbrev): Add prototype.
6876 (partial_read_comp_unit_head): New function, broken out from
6877 dwarf2_build_psymtabs_hard.
6878 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6879 Use partial_read_comp_unit_head. Initialize the CU and
6880 comp_unit_obstack. Update calls to read_partial_die and
6881 scan_partial_symbols. Use free_stack_comp_unit and
6882 load_partial_dies.
6883 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6884 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6885 Update calls to helper functions. Remove NAMESPACE argument.
6886 Update comments.
6887 (partial_die_parent_scope, partial_die_full_name): New functions.
6888 (add_partial_symbol): Remove namespace argument. Update call to
6889 pdi_needs_namespace. Use partial_die_full_name. Handle
6890 DW_TAG_namespace. Check has_namespace_info flag.
6891 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6892 tag. Handle namespaces.
6893 (add_partial_namespace, add_partial_enumeration): Simplify.
6894 (guess_structure_name): New function, derived from
6895 add_partial_structure.
6896 (add_partial_structure): Remove.
6897 (determine_class_name): Update comment.
6898 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6899 (is_type_tag_for_partial, load_partial_dies): New functions.
6900 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6901 Record specifications instead of following them immediately.
6902 (find_partial_die_in_comp_unit, find_partial_die)
6903 (fixup_partial_die, free_stack_comp_unit)
6904 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6905 (partial_die_hash, partial_die_eq): New functions.
6906 * Makefile.in (hashtab_h): Define.
6907 (dwarf2read.o): Update dependencies.
6908 (observer_inc, observer_h): Move to the correct section.
6909
6910 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6911
6912 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6913 (die_is_declaration): Use the function above. Add comment.
6914
6915 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6916
6917 * dwarf2read.c (read_structure_scope): Identify stub types
6918 using die_is_declaration() only.
6919
6920 2004-04-15 Roland McGrath <roland@redhat.com>
6921
6922 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6923 argument instead of NAME.
6924 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6925 in call to symbol_file_add_with_addrs_or_offsets.
6926 (build_addr_info): New function, helper for ...
6927 (symbol_file_add_from_memory): New function.
6928 (add_symbol_file_from_memory_command): New function using that.
6929 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6930 (pre_add_symbol_hook): Add const to argument type.
6931 * symfile.h (symbol_file_add_from_memory): Declare it.
6932
6933 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6934
6935 * NEWS (New native configurations): Mention OpenBSD/vax.
6936 * configure.host: Add vax-*-openbsd*.
6937 * config/vax/obsd.mh: New file.
6938 * config/vax/nm-obsd.h: New file.
6939
6940 * vax-tdep.c: Include "regset.h".
6941 (vax_supply_gregset): New function.
6942 (vax_gregset): New variable.
6943 (vax_regset_from_core_section): New function.
6944 (vax_gdbarch_init): Set regset_from_core_section.
6945 * Makefile.in (vax-tdep.o): Update dependencies.
6946
6947 2004-04-15 Andrew Cagney <cagney@redhat.com>
6948
6949 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6950 (observer_normal_stop_notification_stub)
6951 (observer_attach_normal_stop, observer_detach_normal_stop):
6952 Delete, replaced by #include "observer.inc".
6953 * infrun.c (normal_stop): Pass "stop_bpstat" to
6954 observer_notify_normal_stop.
6955 * Makefile.in (observer_inc): Define.
6956 (observer.o): Update dependencies.
6957 (observer.h, observer.inc): New rules.
6958 * observer.h: Delete file.
6959 * observer.sh: New file.
6960
6961 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6962
6963 * vax-tdep.c (vax_frame_cache): Fix typo.
6964
6965 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6966
6967 * NEWS (New native configurations): Mention NetBSD/vax.
6968 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6969 * config/vax/nbsdelf.mh: New file.
6970 * config/vax/nbsdaout.mh: New file.
6971 * config/vax/nm-nbsd.h: New file.
6972 * config/vax/nm-nbsdaout.h: New file.
6973
6974 * vaxnbsd-tdep.c: New file.
6975 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6976 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6977 * config/vax/nbsd.mt: New file.
6978 * config/vax/tm-nbsd.h: New file.
6979
6980 * Makefile.in (vaxbsd-nat.o): New dependency.
6981
6982 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6983 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6984 struct_addr arguments. Don't push return value address.
6985 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6986 arguments to vax_store_arguments. Store return value address in
6987 R1.
6988 (vax_store_struct_return, vax_extract_return_value)
6989 (vax_store_return_value): Remove functions.
6990 (vax_return_value): New function.
6991 (vax_gdbarch_init): Set return value. Don't set
6992 deprecated_store_struct_return, deprecated_extract_struct_return
6993 and deprecated_store_return_value.
6994
6995 2004-04-14 Andreas Schwab <schwab@suse.de>
6996
6997 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6998 value buffer.
6999 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7000
7001 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7002
7003 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7004 (vax_unwind_dummy_id): New functions.
7005 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7006 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7007 variables.
7008 (vax_fix_call_dummy): Remove function.
7009 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7010 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7011 call_dummy_location, deprecated_call_dummy_words,
7012 deprecated_sizeof_call_dummy_words,
7013 deprecated_call_dummy_breakpoint_offset,
7014 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7015 and deprecated_dummy_write_sp.
7016
7017 2004-04-13 David Carlton <carlton@kealia.com>
7018
7019 * MAINTAINERS: Move myself to "paper trail" section.
7020
7021 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7022
7023 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7024 "trad-frame.h".
7025 (vax_frame_init_saved_regs): Remove function.
7026 (vax_sigtramp_saved_pc): Remove function.
7027 (vax_frame_saved_pc): Remove function.
7028 (vax_frame_args_address): Remove function.
7029 (vax_frame_num_args): Rewrite.
7030 (vax_frame_chain): Remove function.
7031 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7032 VAX_FP_REGNUM.
7033 (vax_pop_frame): Likewise.
7034 (vax_saved_pc_after_call): Remove function.
7035 (struct vax_frame_cache): New structure.
7036 (vax_frame_cache): New function.
7037 (vax_frame_this_id): New function.
7038 (vax_frame_prev_register): New function.
7039 (vax_frame_unwind): New variable.
7040 (vax_frame_sniffer): New function.
7041 (vax_frame_base_address): New function.
7042 (vax_frame_args_address): New function.
7043 (vax_frame_base): New variable.
7044 (vax_unwind_pc): New function.
7045 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7046 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7047 deprecated_frame_chain, deprecated_frame_saved_pc,
7048 deprecated_frame_args_address and
7049 deprecated_frame_init_saved_regs.
7050 * Makefile.in (vax-tdep.o): Update dependencies.
7051
7052 * vaxbsd-nat.c: New file.
7053
7054 * vax-tdep.h: Update copyright year. Adjust comments.
7055 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7056 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7057 (vax_regnum): New enum. Replacing...
7058 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7059 (VAX_PS_REGNUM): ... these removed macros.
7060 * vax-tdep.c (vax_register_name): Remove prototype.
7061 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7062 (vax_register_byte, vax_register_raw_size,
7063 vax_register_virtual_size, vax_register_virtual_type): Remove
7064 functions.
7065 (vax_register_type): New function.
7066 (vax_breakpoint_from_pc): Reorganize.
7067 (vax_gdbarch_init): Set register_type. Don't set
7068 deprecated_register_size, deprecated_register_bytes,
7069 deprecated_register_byte, deprecated_register_raw_size,
7070 deprecated_max_register_raw_size,
7071 deprecated_register_virtual_size,
7072 deprecated_max_register_virtual_size and
7073 deprecated_register_virtual_type. Add comment on stack direction.
7074
7075 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7076
7077 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7078 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7079 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7080
7081 2004-04-10 Randolph Chung <tausq@debian.org>
7082
7083 * MAINTAINERS (write after approval): Add myself.
7084
7085 2004-04-07 Randolph Chung <tausq@debian.org>
7086
7087 * hppa-tdep.c (hppa_inner_than): Remove.
7088 (is_pa_2): Remove unused static variable.
7089 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7090
7091 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7092
7093 * language.h (language_defn): Add new la_post_parser field.
7094 * parser-defs.h (null_post_parser): New declaration (default for
7095 la_post_parser).
7096
7097 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7098 insert call to that function.
7099 (parse_exp_in_context): New function, including code formerly in
7100 parse_exp_1. Calls language-dependent post-parser after
7101 prefixification.
7102 (parse_expression_in_context): New exported function.
7103 (null_post_parser): New definition.
7104 * expression.h (parse_expression_in_context): Add declaration.
7105
7106 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7107 * c-lang.c (c_language_defn): Ditto.
7108 (cplus_language_defn): Ditto.
7109 (asm_language_defn): Ditto.
7110 (minimal_language_defn): Ditto.
7111 * f-lang.c (f_language_defn): Ditto.
7112 * jv-lang.c (java_language_defn): Ditto.
7113 * language.c (unknown_language_defn): Ditto.
7114 (auto_language_defn): Ditto.
7115 (local_language_defn): Ditto.
7116 * m2-lang.c (m2_language_defn): Ditto.
7117 * scm-lang.c (scm_language_defn): Ditto.
7118 * obj-lang.c (objc_language_defn): Ditto.
7119
7120 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7121
7122 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7123 (amd64nbsd_mcontext_addr): New function.
7124 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7125 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7126 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7127
7128 * corelow.c (core_xfer_partial): Fix coding standards violation.
7129 Add support for TARGET_OBJECT_WCOOKIE.
7130
7131 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7132 deprecated_pc_in_sigtramp.
7133 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7134 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7135 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7136 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7137 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7138 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7139 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7140
7141 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7142 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7143 Fix typo.
7144
7145 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7146 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7147 (amd64_collect_fxsave): Likewise.
7148
7149 * i386-sol2-tdep.c: Include "gdb_string.h".
7150 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7151 name.
7152 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7153
7154 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7155
7156 * i386-sol2-tdep.c: Include "solib-svr4.h".
7157 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7158 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7159 * config/i386/tm-i386sol2.h: Include :solib.h".
7160 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7161 solib-svr4.o and solib-legacy.o.
7162 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7163 solib-svr4.o.
7164
7165 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7166
7167 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7168 whether a register is supplied by PTRACE_GETFPREGS.
7169 (store_inferior_registers): Likewise.
7170 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7171 whether a register is supplied by PT_GETFPREGS.
7172 (store_inferior_registers): Likewise.
7173
7174 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7175 * config/i386/linux64.mt (TDEPFILES): Likewise.
7176
7177 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7178
7179 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7180 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7181 the program counter is in the range specified by `struct
7182 gdbarch_tdep'.
7183 * amd64-linux-tdep.c: Include "symtab.h".
7184 (amd64_linux_pc_in_sigtramp): Remove function.
7185 (amd64_linux_sigtramp_p): New function.
7186 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7187 deprecated_pc_in_sigtramp.
7188 * amd64nbsd-tdep.c: Include "symtab.h".
7189 (amd64nbsd_sigtramp_p): New function.
7190 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7191 deprecated_pc_in_sigtramp.
7192 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7193 few comments.
7194 (amd64obsd_pc_in_sigtramp): Remove function.
7195 (amd64obsd_sigtramp_p): New function.
7196 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7197 deprecated_pc_in_sigtramp.
7198 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7199 (i386bsd_pc_ins_sigtramp): Remove prototype.
7200 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7201 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7202 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7203 the program counter is in the range specified by `struct
7204 gdbarch_tdep'.
7205 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7206 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7207 (i386_go32_pc_in_sigtramp): Remove function.
7208 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7209 Initialize TDEP->sigtramp_p.
7210 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7211 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7212 deprecated_pc_in_sigtramp.
7213 * i386-linux-tdep.c: Adjust comments.
7214 (i386_linux_pc_in_sigtramp): Remove function.
7215 (i386_linux_sigtramp_p): New function.
7216 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7217 deprecated_pc_in_sigtramp.
7218 * i386-nto-tdep.c: Update copyright year.
7219 (i386nto_pc_in_sigtramp): Remove function.
7220 (i386nto_sigtramp_p): New function.
7221 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7222 SP_REGNUM.
7223 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7224 deprecated_pc_in_sigtramp.
7225 * i386-sol2-tdep.c: Update copyright year.
7226 (i386_sol2_pc_in_sigtramp): Remove function.
7227 (i386_sol2_sigtramp_p): New function.
7228 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7229 deprecated_pc_in_sigtramp.
7230 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7231 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7232 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7233 deprecated_sigtramp_start and deprecated_sigtramp_end.
7234 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7235 (i386nbsd_pc_in_sigtramp): Remove function.
7236 (i386nbsd_sigtramp_p): New function.
7237 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7238 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7239 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7240 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7241 (i386obsd_pc_in_sigtramp): Remove function.
7242 (i386obsd_sigtramp_p): New function.
7243 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7244 functions.
7245 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7246 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7247 TDEP->sigtramp_p.
7248 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7249 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7250 dependencies.
7251
7252 * config/i386/i386aout.mt: Remove file.
7253
7254 * configure.tgt: Remove i[34567]86-*-go32*,
7255 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7256 and i[34567]86-*-isc*. Set gdb_target to i386 for
7257 i[34567]86-*-netware* and i[34567]86-*-*.
7258 * config/i386/i386.mt: New file.
7259 * config/i386/embed.mt: Remove file.
7260 * config/i386/go32.mt: Remove file.
7261 * config/i386/i386nw.mt: Remove file.
7262 * config/i386/i386v.mt: Remove file.
7263 * config/i386/tm-go32.h: Remove file.
7264
7265 * tui/tui-hooks.c: Include "readline/readline.h" after
7266 "gdb_curses.h" instead of before.
7267 * tui/tui-io.c: Likewise.
7268
7269 * tui/tui.c: Fix typo in comment.
7270
7271 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7272
7273 2004-04-08 Andrew Cagney <cagney@redhat.com>
7274
7275 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7276 (deprecated_exception_support_initialized): Declare.
7277 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7278 (initialize_hp_cxx_exception_support)
7279 (child_enable_exception_callback): Update.
7280 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7281 (deprecated_exception_support_initialized): Rename
7282 deprecated_exception_catchpoints_are_fragile and
7283 deprecated_exception_support_initialized.
7284 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7285
7286 * symtab.c (deprecated_hp_som_som_object_present): Rename
7287 hp_som_som_object_present.
7288 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7289 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7290 Update. Delete extern declaration.
7291 * valops.c (hp_som_som_object_present): Ditto.
7292 * parse.c (deprecated_hp_som_som_object_present)
7293 (parse_nested_classes_for_hpacc): Ditto.
7294 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7295 * hppa-hpux-tdep.c (hp_som_som_object_present)
7296 (initialize_hp_cxx_exception_support): Ditto.
7297 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7298 * cp-valprint.c (hp_som_som_object_present)
7299 (cp_print_class_method): Ditto.
7300 * c-typeprint.c (hp_som_som_object_present):
7301 (c_type_print_base): Ditto.
7302 * c-exp.y (hp_som_som_object_present): Ditto.
7303
7304 2004-04-08 Andrew Cagney <cagney@redhat.com>
7305
7306 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7307 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7308 (frame_unwind_find_by_frame): Re-implement the unwind code so
7309 that it can both prepend and append sniffers. Replace
7310 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7311 * tramp-frame.c (tramp_frame_append): Use
7312 frame_unwind_prepend_unwinder.
7313 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7314 frame_unwind_register_unwinder.
7315 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7316 tramp_frame_append.
7317 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7318 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7319 (mips_linux_init_abi): Update.
7320
7321 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7322
7323 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7324 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7325 file support.
7326
7327 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7328
7329 * ia64-tdep.c (elf.h): Don't include.
7330 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7331
7332 2004-04-07 Jason Molenda (jmolenda@apple.com)
7333
7334 * frame.h: Typeo corrections in comments.
7335
7336 2004-04-07 Jim Blandy <jimb@redhat.com>
7337
7338 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7339 %esp and %ebp
7340
7341 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7342
7343 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7344 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7345 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7346 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7347 and solib-legacy.o.
7348 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7349 solib-svr4.o.
7350 * config/sparc/tm-sol2.h: Update copyright year. Include
7351 "solib.h".
7352
7353 * sparc-sol2-tdep.c: Update copyright year. Include
7354 "solib-svr4.h".
7355 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7356 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7357 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7358 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7359 dependencies.
7360
7361 2004-04-06 Andrew Cagney <cagney@redhat.com>
7362
7363 * infttrace.c: Include "infttrace.h".
7364 * infttrace.h: Include "target.h".
7365 * Makefile.in (infttrace_h): Update.
7366 (infttrace.o): Update.
7367
7368 2004-04-06 Andrew Cagney <cagney@redhat.com>
7369
7370 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7371 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7372 move extern declarations from here ...
7373 * infttrace.h: ... to here.
7374 * Makefile.in (hppah-nat.o): Update dependencies.
7375
7376 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7377 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7378 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7379 (hppa_breakpoint_from_pc): Delete.
7380
7381 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7382
7383 2004-04-05 Andrew Cagney <cagney@redhat.com>
7384
7385 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7386 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7387 <sys/file.h>.
7388
7389 2004-04-06 Randolph Chung <tausq@debian.org>
7390
7391 Committed by Andrew Cagney (mechanical change).
7392 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7393 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7394 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7395 child_enable_exception_callback, current_ex_event,
7396 null_symtab_and_line, child_get_current_exception_event,
7397 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7398 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7399 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7400 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7401 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7402 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7403 Move hpux-specific definitions ...
7404 * hppa-hpux-tdep.c: ... to here.
7405
7406 2004-04-05 Andrew Cagney <cagney@redhat.com>
7407
7408 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7409 skip_prologue_using_sal.
7410
7411 2004-04-05 Andrew Cagney <cagney@redhat.com>
7412
7413 * config/i386/tm-i386.h: Delete file.
7414 * config/i386/tm-vxworks.h: Update copyright, do not include
7415 "tm-i386.h".
7416 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7417 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7418 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7419 * config/i386/ncr3000.mt (TM_FILE): Delete.
7420 * config/i386/interix.mt (TM_FILE): Delete.
7421 * config/i386/i386v.mt (TM_FILE): Delete.
7422 * config/i386/i386nw.mt (TM_FILE): Delete.
7423 * config/i386/i386gnu.mt (TM_FILE): Delete.
7424 * config/i386/i386aout.mt (TM_FILE): Delete.
7425 * config/i386/embed.mt (TM_FILE): Delete.
7426
7427 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7428
7429 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7430 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7431 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7432 (accg7_regnum): New constants.
7433 (last_spr_regnum, last_pseudo_regnum): Update.
7434 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7435 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7436 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7437 for accg registers.
7438 (frv_register_sim_regno): Update spr_map[].
7439
7440 2004-04-04 Andrew Cagney <cagney@redhat.com>
7441
7442 * config/mips/xm-riscos.h: Delete.
7443 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7444 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7445 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7446 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7447 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7448 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7449 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7450 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7451 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7452 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7453 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7454 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7455 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7456 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7457 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7458 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7459 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7460 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7461 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7462 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7463 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7464 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7465 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7466 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7467 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7468 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7469
7470 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7471 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7472 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7473 * configure.host: Remove m680[01]0-sun-sunos3*,
7474 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7475 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7476 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7477 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7478 mips-*-riscos*.
7479 * NEWS: Mention removed systems.
7480
7481 2004-04-04 Andrew Cagney <cagney@redhat.com>
7482
7483 GDB 6.1 release created from 6.1 branch.
7484
7485 2004-04-04 Andrew Cagney <cagney@redhat.com>
7486
7487 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7488 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7489 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7490
7491 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7492 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7493 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7494
7495 2004-04-03 Jim Blandy <jimb@redhat.com>
7496
7497 * MAINTAINERS: Chris Faylor has changed employers; add him to
7498 "paper trail" section, and update his E-mail address.
7499
7500 2004-04-03 Andrew Cagney <cagney@redhat.com>
7501
7502 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7503 generic dummy frames.
7504 * dummy-frame.c: Update copyright.
7505 (dummy_frame_sniffer): Delete check for generic dummy frames.
7506
7507 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7508 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7509 (REG_PARM_STACK_SPACE): Delete.
7510 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7511 Inline reference to REG_PARM_STACK_SPACE.
7512
7513 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7514 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7515 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7516 (FRAME_BASE_BEFORE_SIGTRAMP)
7517 (hppa32_hpux_frame_base_before_sigtramp)
7518 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7519 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7520 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7521 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7522 (FRAME_BASE_BEFORE_SIGTRAMP)
7523 (hppa64_hpux_frame_base_before_sigtramp)
7524 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7525
7526 2004-04-03 Andrew Cagney <cagney@redhat.com>
7527
7528 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7529
7530 2004-04-02 Andrew Cagney <cagney@redhat.com>
7531
7532 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7533 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7534 * dummy-frame.h: Delete out-of-date comments.
7535 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7536 * gdbarch.h, gdbarch.c: Re-generate.
7537
7538 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7539
7540 Committed by Andrew Cagney <cagney@redhat.com>.
7541 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7542 into account an instruction saving a register if we have already
7543 seen an earlier instruction saving that same register.
7544
7545 2004-04-02 Andrew Cagney <cagney@redhat.com>
7546
7547 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7548 * gdbarch.h, gdbarch.c: Re-generate.
7549 * frame.c (legacy_get_prev_frame): Delete references to
7550 DEPRECATED_INIT_FRAME_PC_FIRST.
7551
7552 * infrun.c (pc_in_sigtramp): Delete function.
7553 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7554 get_frame_type.
7555
7556 2004-04-02 Andrew Cagney <cagney@redhat.com>
7557
7558 * infrun.c (handle_step_into_function): Delete code conditional on
7559 legacy_frame_p.
7560 (handle_inferior_event, step_over_function): Ditto.
7561
7562 2004-04-02 Andrew Cagney <cagney@redhat.com>
7563
7564 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7565 "previous frame inner to this frame" test.
7566
7567 2004-04-02 Andrew Cagney <cagney@redhat.com>
7568
7569 * frame.c (safe_frame_unwind_memory): New function.
7570 * frame.h (safe_frame_unwind_memory): Declare. Update description
7571 of /safe_/ methods.
7572 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7573 "next_frame". Use safe_frame_unwind_memory.
7574 (tramp_frame_sniffer): Update call to tramp_frame_start.
7575
7576 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7577
7578 * dwarf2read.c (dwarf2_objfile_data_key): New.
7579 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7580 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7581 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7582 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7583 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7584 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7585 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7586 Remove variables.
7587 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7588 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7589 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7590 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7591 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7592 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7593 Remove macros.
7594 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7595 data.
7596 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7597 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7598 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7599 (read_partial_die, read_full_die, read_indirect_string)
7600 (dwarf_decode_line_header, dwarf_decode_macros)
7601 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7602 Update uses of removed variables.
7603 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7604 of removed macros.
7605 (_initialize_dwarf2_read): New function.
7606 * symfile.h (dwarf2_has_info): Update prototype.
7607 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7608 * elfread.c (elf_symfile_read): Likewise.
7609
7610 2004-04-01 Jim Blandy <jimb@redhat.com>
7611
7612 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7613 function for register numbers on all the rs6000-derived targets.
7614 (rs6000_gdbarch_init): Don't register a separate
7615 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7616 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7617 variants.
7618
7619 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7620 numbering.
7621
7622 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7623
7624 * valarith.c: Update copyright notice.
7625 (value_add): Handle range types.
7626 (value_sub): Ditto.
7627 (value_equal): Ditto.
7628 (value_less): Ditto.
7629 (value_neg): Ditto.
7630 (value_complement): Ditto.
7631 (value_binop): Simplify slightly by using is_integral_type and
7632 eliminiating unnecessary COERCE_ENUMs.
7633
7634 2004-03-31 Andrew Cagney <cagney@redhat.com>
7635
7636 * frame.h (frame_unwind_id): Declare.
7637 * frame.c (frame_unwind_id): New function.
7638 (get_prev_frame_1): New function.
7639 (frame_debug_got_null_frame): New function.
7640 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7641 code proper to prev_frame, update description.
7642 * infrun.c (step_over_function): Use frame_unwind_id.
7643
7644 2004-04-31 J. Brobecker <brobecker@gnat.com>
7645
7646 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7647 (hppa64_push_dummy_call): Likewise.
7648
7649 2004-03-30 Jim Blandy <jimb@redhat.com>
7650
7651 From Ulrich Weigand:
7652 * utils.c (query): Do not use a va_list variable multiple times.
7653
7654 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7655
7656 * Makefile.in (linux_nat_h): Update dependencies.
7657 * configure.in: Check for <gnu/libc-version.h>.
7658 * configure: Regenerate.
7659 * config.in: Regenerate.
7660 * linux-nat.h: Include "target.h". Add waitstatus field to
7661 struct lwp_info.
7662 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7663 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7664 to.
7665 (lin_lwp_handle_extended): New function. Handle clone events.
7666 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7667 thread exit events.
7668 (child_wait): Handle clone events.
7669 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7670 * linux-nat.c (linux_enable_event_reporting): Turn on
7671 PTRACE_O_TRACECLONE.
7672 (linux_handle_extended_wait): Handle clone events.
7673 * thread-db.c: Include <gnu/libc-version.h>.
7674 (struct private_thread_info): Add dying flag.
7675 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7676 higher.
7677 (attach_thread): Update comments. Handle dying threads.
7678 (detach_thread): Set the dying flag.
7679 (check_event): Always call attach_thread.
7680
7681 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7682
7683 * mips-tdep.c (mips_pdr_data): New.
7684 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7685 (_initialize_mips_tdep): Initialize mips_pdr_data.
7686
7687 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7688
7689 * minsyms.c (install_minimal_symbols): Move dropping leading
7690 char from linkage name from here...
7691 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7692 test for "__gnu_compiled*" symbols.
7693
7694 2004-03-28 Jim Blandy <jimb@redhat.com>
7695
7696 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7697 registers to temp register r0 and byte stores as prologue
7698 instructions.
7699
7700 2004-03-28 Andrew Cagney <cagney@redhat.com>
7701
7702 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7703 arm*-*-*.
7704
7705 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7706
7707 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7708 and switch the layout to force a display of register window.
7709
7710 2004-02-26 J. Brobecker <brobecker@gnat.com>
7711
7712 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7713 of the INTEGER class.
7714
7715 2004-03-26 Jim Blandy <jimb@redhat.com>
7716
7717 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7718 bytes long on PPC GNU/Linux.
7719
7720 2004-03-26 David Carlton <carlton@kealia.com>
7721
7722 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7723
7724 2004-03-25 Andrew Cagney <cagney@redhat.com>
7725
7726 * PROBLEMS: Add general section titles, remove references to
7727 specific releases.
7728
7729 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7730
7731 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7732 INT_REGISTER_SIZE.
7733 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7734 FP_REGISTER_VIRTUAL_SIZE.
7735 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7736 of DEPRECATED_REGISTER_RAW_SIZE.
7737 (arm_register_type): Add gdbarch argument.
7738 (arm_register_raw_size, arm_register_virtual_size): Delete.
7739 (arm_register_byte, arm_extract_return_value)
7740 (arm_store_return_value, arm_get_longjmp_target): Update references
7741 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7742 (arm_gdbarch_init): Likewise. Don't set
7743 deprecated_register_raw_size, deprecated_register_virtual_size,
7744 deprecated_max_register_raw_size,
7745 deprecated_max_register_virtual_size, or
7746 deprecated_max_register_virtual_type. Do set register_type.
7747 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7748 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7749 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7750 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7751 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7752 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7753 INT_REGISTER_SIZE.
7754 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7755 (remote_rdp_store_register): Likewise.
7756
7757 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7758
7759 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7760 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7761 to after osabi initialization.
7762 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7763 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7764 functions.
7765 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7766 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7767 variables.
7768 (mips_linux_init_abi): Append signal trampoline unwinders.
7769
7770 2004-03-24 Andrew Cagney <cagney@redhat.com>
7771
7772 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7773 * tramp-frame.c: Include "gdb_assert.h".
7774 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7775 correct sizeof.
7776 (tramp_frame_append): Validate the tramp frame's instructions.
7777 * Makefile.in (tramp-frame.o): Update dependencies.
7778
7779 2004-03-23 Andrew Cagney <cagney@redhat.com>
7780
7781 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7782
7783 2004-03-23 Andrew Cagney <cagney@redhat.com>
7784
7785 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7786 Nasser as past testsuite/lib/ (and other) maintainers.
7787
7788 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7789
7790 * infcmd.c (attach_command): Reread symbols if we already have
7791 an exec file.
7792
7793 2004-03-23 Andrew Cagney <cagney@redhat.com>
7794
7795 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7796
7797 2004-03-23 Andrew Cagney <cagney@redhat.com>
7798
7799 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7800 * gdbarch.h, gdbarch.c: Re-generate.
7801 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7802 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7803 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7804 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7805 (DEPRECATED_SIGTRAMP_START): Update.
7806 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7807 (DEPRECATED_SIGTRAMP_START): Update.
7808 * blockframe.c (find_pc_sect_partial_function): Update.
7809 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7810
7811 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7812
7813 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7814 if necessary.
7815
7816 2004-03-23 Andrew Cagney <cagney@redhat.com>
7817
7818 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7819 predicate, deprecate.
7820 * gdbarch.h, gdbarch.c: Re-generate.
7821 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7822 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7823 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7824 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7825 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7826 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7827 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7828 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7829 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7830 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7831 * blockframe.c (find_pc_partial_function): Update.
7832 * breakpoint.c (bpstat_what): Update.
7833 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7834 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7835 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7836 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7837 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7838 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7839 * i386-nto-tdep.c (i386nto_init_abi): Update.
7840 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7841 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7842 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7843 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7844 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7845 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7846 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7847 * infrun.c (pc_in_sigtramp): Update.
7848 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7849 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7850 * mips-tdep.c (mips_gdbarch_init): Update.
7851 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7852 * ppc-linux-tdep.c: Update comment.
7853 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7854 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7855 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7856 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7857 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7858 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7859 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7860 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7861 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7862 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7863
7864 2004-03-23 Andrew Cagney <cagney@redhat.com>
7865
7866 * tramp-frame.h, tramp-frame.h: New files.
7867 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7868 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7869
7870 * Makefile.in: Update all dependencies.
7871
7872 2004-03-23 Andrew Cagney <cagney@redhat.com>
7873
7874 * Makefile.in (trad_frame_h): Add $(frame_h).
7875 * trad-frame.h: Update copyright. Include "frame.h".
7876 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7877 (trad_frame_set_id, trad_frame_get_id): Declare.
7878 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7879 * trad-frame.c: Update copyright.
7880 (struct trad_frame_cache): Define.
7881 (trad_frame_cache_zalloc): New function.
7882 (trad_frame_set_id, trad_frame_get_id): New functions.
7883 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7884
7885 2004-03-22 Andrew Cagney <cagney@redhat.com>
7886
7887 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7888 s390_pltstub_unwind_cache.
7889 (s390_stub_frame_unwind_cache): Rename
7890 s390_pltstub_frame_unwind_cache.
7891 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7892 (s390_stub_frame_prev_register): Rename
7893 s390_pltstub_frame_prev_register.
7894 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7895 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7896
7897 From Ulrich Weigand:
7898 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7899 pointer calls like PLT calls.
7900
7901 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7902
7903 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7904 PC rather than the partial function start address. Use the start
7905 address to sanity check the found PDR.
7906
7907 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7908
7909 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7910 linux_handle_extended_wait.
7911
7912 2004-03-22 Andrew Cagney <cagney@redhat.com>
7913
7914 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7915 function.
7916
7917 * frame.h (generic_pop_current_frame): Delete declaration.
7918 (deprecate_pop_dummy_frame): Deprecate
7919 generic_pop_dummy_frame.
7920 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7921 (generic_pop_current_frame): Delete function.
7922 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7923 generic_pop_current_frame.
7924 * v850-tdep.c (v850_pop_frame): Update.
7925 * mcore-tdep.c (mcore_pop_frame): Update.
7926 * sh64-tdep.c (sh64_pop_frame): Update.
7927 * h8300-tdep.c (h8300_pop_frame): Update.
7928
7929 2004-03-22 Andrew Cagney <cagney@redhat.com>
7930
7931 * frame.h (deprecated_pc_in_call_dummy): Rename
7932 generic_pc_in_call_dummy.
7933 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7934 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7935 generic_pc_in_call_dummy.
7936 (pc_in_dummy_frame): Make static.
7937 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7938 * gdbarch.h, gdbarch.c: Re-generate.
7939 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7940 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7941 (legacy_get_prev_frame): Ditto.
7942 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7943 comment.
7944
7945 2004-03-21 Andrew Cagney <cagney@redhat.com>
7946
7947 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7948 declaration and out-of-date comment.
7949 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7950 Delete function.
7951 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7952 deprecated_pc_in_call_dummy.
7953
7954 * infrun.c (handle_inferior_event): For non legacy frames, use the
7955 frame ID and frame type to identify a signal trampoline. Update
7956 comments.
7957
7958 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7959
7960 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7961 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7962
7963 2004-03-21 Andrew Cagney <cagney@redhat.com>
7964
7965 * frame-unwind.h: Update copyright.
7966 (struct frame_data): Add opaque declaration.
7967 (frame_sniffer_ftype): Declare.
7968 (struct frame_unwind): Add "unwind_data" and "sniffer".
7969 (frame_unwind_register_unwinder): Declare.
7970 (frame_unwind_find_by_frame): Add parameter "this_cache".
7971 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7972 (legacy_get_prev_frame, legacy_get_prev_frame)
7973 (get_frame_type): Pass the prologue_cache to
7974 frame_unwind_find_by_frame.
7975 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7976 "unwinder".
7977 (frame_unwind_register_unwinder): New function.
7978 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7979
7980 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7981
7982 * bcache.c (print_percentage): Use floating point to avoid
7983 incorrect results when portion*100 overflows.
7984
7985 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7986
7987 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7988 (ppc_linux_init_extra_frame_info)
7989 (ppc_linux_frameless_function_invocation)
7990 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7991 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7992 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7993 (rs6000_frame_chain): Delete declarations.
7994 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7995 (ppc_linux_init_extra_frame_info)
7996 (ppc_linux_frameless_function_invocation)
7997 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7998 (ppc_linux_init_abi): Remove registration of above deleted functions.
7999 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8000 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8001 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8002 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8003 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8004 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8005 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8006 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8007 frame management for all OSABIs.
8008
8009 2004-03-19 Andrew Cagney <cagney@redhat.com>
8010
8011 Committed by Kevin Buettner <kevinb@redhat.com>.
8012
8013 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8014 Update copyright.
8015 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8016 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8017 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8018 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8019 unwinders. #ifdef legacy frame code.
8020 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8021 "frame-base.h".
8022 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8023 (struct rs6000_frame_cache, rs6000_frame_cache)
8024 (rs6000_frame_this_id, rs6000_frame_prev_register)
8025 (rs6000_frame_sniffer, rs6000_frame_unwind)
8026 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8027 (rs6000_frame_base): Implement a traditional frame unwinder.
8028 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8029 frame unwinder.
8030
8031 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8032
8033 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8034 breakpoint address for watchpoints or the catch eventpoints.
8035 Add new paramter ``bptype''. Adjust all callers.
8036
8037 2004-03-19 Andrew Cagney <cagney@redhat.com>
8038
8039 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8040
8041 * PROBLEMS: Delete note that ARM does not use frame code, problem
8042 fixed.
8043
8044 2004-03-18 Andrew Cagney <cagney@redhat.com>
8045
8046 * stack.c (return_command): Delete code wrapped in #ifdef
8047 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8048
8049 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8050
8051 2004-03-18 Andrew Cagney <cagney@redhat.com>
8052
8053 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8054 DEPRECATED_IN_SIGTRAMP.
8055 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8056 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8057 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8058 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8059 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8060 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8061 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8062 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8063 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8064 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8065
8066 2004-03-18 Andrew Cagney <cagney@redhat.com>
8067
8068 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8069 (struct frame_base_table_entry): Define.
8070 (struct frame_base_table): Re-implement as a linked list.
8071 (frame_base_init): Re-implement.
8072 (frame_base_table): Delete function.
8073 (append_predicate): Delete function.
8074 (frame_base_append_sniffer): Update.
8075 (frame_base_set_default): Update.
8076 (frame_base_find_by_frame): Update.
8077 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8078 * Makefile.in (frame-base.o): Update dependencies.
8079
8080 2004-03-17 Andrew Cagney <cagney@redhat.com>
8081
8082 * frame.c (legacy_get_prev_frame): Pass correct frame to
8083 frame_unwind_find_by_frame.
8084
8085 2004-03-17 David Carlton <carlton@kealia.com>
8086
8087 * NEWS: Mention C++ nested types and namespaces
8088
8089 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8090
8091 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8092 and "Regressions since gdb 5.3.". Add known regressions since
8093 gdb 6.0.
8094
8095 2004-03-16 David Carlton <carlton@kealia.com>
8096
8097 * dwarf2read.c (process_structure_scope): Process children even
8098 when we're a declaration.
8099
8100 2004-03-16 Andrew Cagney <cagney@redhat.com>
8101
8102 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8103 * blockframe.c (find_pc_partial_function)
8104 (find_pc_sect_partial_function): Merge into a single
8105 find_pc_partial_function.
8106
8107 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8108
8109 * i386bsd-nat.c: s/regno/regnum/g.
8110 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8111 FP0_REGNUM.
8112 (store_inferior_registers): Likewise.
8113
8114 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8115
8116 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8117 of i387_fill_fsave.
8118 (store_inferior_registers): Call i387_collect_fsave and
8119 i387_collect_fxsave instead of i387_fill_fsave and
8120 i387_fill_fxsave.
8121
8122 2004-03-15 Andrew Cagney <cagney@redhat.com>
8123
8124 * Makefile.in (frame-unwind.o): Update dependencies.
8125 * frame-unwind.c: Include "gdb_obstack.h".
8126 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8127 parameter.
8128 (append_predicate): Delete function.
8129 (struct frame_unwind_table_entry): New structure.
8130 (struct frame_unwind_table): Replace "sniffer" with "head" and
8131 "tail".
8132 (frame_unwind_append_sniffer): Update.
8133 (frame_unwind_find_by_frame): Update.
8134 (_initialize_frame_unwind): Registe frame_unwind_init using
8135 gdbarch_data_register_pre_init.
8136
8137 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8138
8139 * i386bsd-nat.c: Update copyright year.
8140 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8141 define unconditionally.
8142
8143 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8144
8145 * i387-tdep.h (i387_collect_fsave): New prototype.
8146 * i387-tdep.c (i387_collect_fsave): New function containing most
8147 of the code from i387_fill_fsave.
8148 (i387_fill_fsave): Call i387_collect_fsave.
8149
8150 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8151
8152 * i386-linux-tdep.c: Update copyright year.
8153 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8154 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8155 svr4_ilp32_link_map_offsets instead of
8156 i386_linux_svr4_fetch_link_map_offsets.
8157
8158 2004-03-15 David Carlton <carlton@kealia.com>
8159
8160 Fix for PR c++/1553:
8161 * dwarf2read.c (read_structure_type): Determine type name by
8162 calling determine_class_name.
8163 (determine_class_name): New.
8164 (determine_prefix): Look at TYPE_TAG_NAME and call
8165 determine_class_name when appropriate.
8166 (determine_prefix_aux, class_name): Delete.
8167 (read_namespace): Set die->type.
8168
8169 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8170
8171 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8172 unused macro definition. The definition in target.h (or perhaps
8173 elsewhere) takes precedence.
8174
8175 2004-03-15 Andrew Cagney <cagney@redhat.com>
8176
8177 * ppc-tdep.h: Update copyright.
8178 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8179 function signatures to match "regsets.h".
8180 * ppc-linux-tdep.c: Include "regset.h".
8181 (ELF_GREGSET_SIZE): Delete.
8182 (right_supply_register): New function.
8183 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8184 using right_supply_register.
8185 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8186 functions.
8187 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8188 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8189 (_initialize_ppc_linux_tdep): Do not register
8190 ppc_linux_regset_core_fns.
8191 (ppc_linux_regset_from_core_section): Replace
8192 fetch_core_registers.
8193 (ppc_linux_regset_core_fns): Delete.
8194 * ppc-linux-nat.c: (right_fill_reg): New function.
8195 (supply_gregset): Update call to ppc_linux_supply_gregset.
8196 (fill_gregset): Clear the register set, use right_fill_reg.
8197 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8198 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8199
8200 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8201 unsigned.
8202
8203 2004-03-15 Andrew Cagney <cagney@redhat.com>
8204
8205 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8206 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8207 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8208 and register_gdbarch_data.
8209 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8210 (struct gdbarch_data): Replace "init" by "pre_init" and
8211 "post_init".
8212 * gdbarch.h, gdbarch.c: Re-generate.
8213 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8214 with"obstack", use OBSTACK_ZALLOC.
8215 (dwarf2_frame_ops): Delete.
8216 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8217 (dwarf2_frame_init_reg): Use gdbarch_data.
8218 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8219 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8220 (_initialize_svr4_solib): Update.
8221 * user-regs.c (_initialize_user_regs): Update.
8222 * reggroups.c (_initialize_reggroup): Update.
8223 * regcache.c (_initialize_regcache): Update.
8224 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8225 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8226 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8227 * frame-unwind.c (_initialize_frame_unwind): Update.
8228 * frame-base.c (_initialize_frame_base): Update.
8229 * user-regs.c (user_reg_add): Update.
8230 * reggroups.c (reggroup_add): Update.
8231 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8232 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8233 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8234 * frame-base.c (frame_base_table): Update.
8235 * remote.c (_initialize_remote): Update.
8236 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8237
8238 2004-03-15 Andrew Cagney <cagney@redhat.com>
8239
8240 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8241
8242 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8243
8244 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8245 * frv-linux-tdep.c: New file.
8246 * frv-tdep.c (struct gdbarch_tdep): Add new field
8247 ``sigcontext_reg_addr''.
8248 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8249 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8250 (frv_sigramp_frame_sniffer): New functions.
8251 (frv_sigtramp_frame_unwind): New static global.
8252 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8253 sniffers.
8254 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8255 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8256
8257 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8258
8259 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8260 but not via a call to error(), when unable to read memory.
8261
8262 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8263
8264 * frv-tdep.c (frv_call_dummy_words): Delete.
8265 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8266
8267 2004-03-15 Andrew Cagney <cagney@redhat.com>
8268
8269 * infrun.c (handle_step_into_function, step_over_function): Only
8270 update and use STEP_FRAME_ID when the system is using legacy
8271 frames. Update comments.
8272
8273 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8274
8275 * amd64-linux-tdep.h: Remove file.
8276 * amd64-linux-tdep.c: Don't include "inferior.h" and
8277 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8278 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8279 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8280 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8281 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8282 macros.
8283 (user_to_gdb_regmap): Remove variable.
8284 (amd64_linux_gregset_reg_offset): New variable.
8285 (amd64_core_fns): Remove variable.
8286 (fetch_core_registers): Remove function.
8287 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8288 functions.
8289 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8290 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8291 * Makefile.in (amd64_linux_tdep_h): Remove.
8292 (amd64-linux-nat.o): Update dependencies.
8293 (amd64-linux-tdep.o): Update dependencies.
8294
8295 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8296 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8297 functions.
8298 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8299
8300 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8301 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8302
8303 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8304
8305 * dwarf2read.c (read_structure_type): Rename from
8306 read_structure_scope. Don't create a symbol or call process_die.
8307 Return immediately if die->type is set. Call read_type_die before
8308 dwarf2_add_member_fn.
8309 (process_structure_scope): New function.
8310 (read_enumeration_type, process_enumeration_scope): New functions,
8311 broken out from read_enumeration. Don't create the enumeration
8312 type if it has already been created.
8313 (read_enumeration): Removed.
8314 (process_die): Call read_structure_type, process_structure_scope,
8315 read_enumeration_type, and process_enumeration_scope. Just call
8316 new_symbol for base and subrange types. Add a comment about other
8317 type dies.
8318 (read_type_die): Call read_enumeration_type.
8319 (add_partial_structure, new_symbol): Update comments.
8320
8321 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8322
8323 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8324
8325 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8326
8327 * tui/tui-win.h (tui_get_cmd_list): Declare.
8328 * tui/tui-win.c (tui_command): New function.
8329 (tui_get_cmd_list): New function.
8330 (_initialize_tui_win): Moved initialization of tui command in
8331 tui_get_cmd_list.
8332
8333 * tui/tui-data.c (init_content_element): Setup new data members.
8334 (init_win_info): Likewise.
8335 (free_content_elements): Free it.
8336 * tui/tui-data.h (struct tui_data_element): Store the register
8337 content to print.
8338 (struct tui_data_info): Keep the current register group.
8339
8340 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8341
8342 * tui/tui-regs.h (tui_show_registers): Update prototype.
8343 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8344 (tui_resize_all): No need to calculate anything for register window.
8345 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8346 (tui_set_register_element, tui_set_general_regs_content): Remove.
8347 (tui_set_special_regs_content): Remove.
8348 (tui_set_general_and_special_regs_content): Remove.
8349 (tui_set_float_regs_content): Remove.
8350 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8351 (tui_set_regs_content): Remove.
8352 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8353 (tui_v_show_registers_command_support): Remove.
8354 (tui_show_registers): Use a reggroup to specify the registers to show.
8355 (tui_show_register_group): New function.
8356 (tui_display_registers_from): Compute the layout of register window
8357 and refresh with new API; be sure to delete old register windows.
8358 (tui_check_register_values): Update to use tui_get_register and
8359 tui_display_data.
8360 (tui_display_register): Just refresh the register window part.
8361 (tui_register_format): Format registers and save in tui_data_element.
8362 (tui_get_register): New to combine tui_reg_value_has_changed and
8363 tui_get_register_raw_value; fix to use the new gdb API.
8364 (tui_show_float_command): Renamed tui_reg_float_command.
8365 (tui_show_general_command): Renamed tui_reg_general_command.
8366 (tui_show_special_command): Renamed tui_reg_system_command.
8367 (_initialize_tui_regs): Remove unused commands.
8368
8369 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8370
8371 * NEWS (New native configurations): Mention OpenBSD/amd64.
8372
8373 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8374 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8375 Remove defines.
8376 * config/i386/nm-fbsd64.h: Likewise.
8377 * config/i386/nm-obsd.h: Likewise.
8378 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8379 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8380
8381 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8382
8383 * frv-tdep.c (set_variant_scratch_registers): New function.
8384 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8385 New constants.
8386
8387 From Richard Sandiford <rsandifo@redhat.com>:
8388 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8389
8390 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8391
8392 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8393 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8394 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8395 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8396 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8397 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8398 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8399 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8400 definitions from frv-tdep.c to frv-tdep.h.
8401
8402 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8403
8404 Add shared library support for FR-V FDPIC ABI:
8405 * Makefile.in (solib-frv.o): Add dependencies.
8406 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8407 New functions.
8408 (frv_push_dummy_call): Add support for FDPIC ABI.
8409 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8410 for FDPIC ABI.
8411 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8412 (frv_fdpic_find_canonical_descriptor): Declare.
8413 * solib-frv.c: New file.
8414 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8415 * config/frv/tm-frv.h (solib.h): Include.
8416
8417 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8418
8419 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8420 (frv-tdep.o): Update dependencies.
8421 * frv-tdep.h: New file.
8422 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8423 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8424 constants.
8425 (struct gdbarch_tdep): Add new member ``frv_abi''.
8426 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8427 functions.
8428 (new_variant): Set ``frv_abi'' field.
8429 (gdb_arch_init): Detect FDPIC executables.
8430
8431 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8432
8433 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8434 wrapper.
8435
8436 2004-03-11 Andrew Cagney <cagney@redhat.com>
8437
8438 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8439
8440 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8441
8442 * solist.h (master_so_list): New function.
8443 * solib.c (master_so_list): Likewise.
8444 * solib-svr4.c (enable_break): Iterate over so_list entries
8445 obtained from master list instead of entries obtained directly
8446 via svr4_current_sos().
8447
8448 2004-03-10 Ben Elliston <bje@gnu.org>
8449
8450 * MAINTAINERS: Update my mail address.
8451
8452 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8453
8454 * remote-m32r-sdi.c: Support hardware watchpoint.
8455
8456 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8457
8458 * user-regs.c: Update copyright years.
8459 (struct user_regs): Rename to gdb_user_regs.
8460 (append_user_reg, builtin_user_regs, user_regs_init)
8461 (user_reg_add, user_reg_map_name_to_regnum)
8462 (usernum_to_user_reg): Update.
8463
8464 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8465
8466 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8467 (skip_children): New functions.
8468 (locate_pdi_sibling): Call skip_children.
8469
8470 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8471
8472 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8473 * gdbtypes.c (check_typedef): Update comments.
8474
8475 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8476
8477 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8478 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8479 pointer. Update comment about comp_unit_head.
8480 (struct abbrev_info): Shorten two int flags.
8481 (dwarf_alloc_abbrev): Take a CU argument.
8482 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8483 each time through the loop. Update cleanup argument.
8484 (psymtab_to_symtab_1): Update cleanup call.
8485 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8486 abbrev_obstack.
8487 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8488 Just call obstack_free and clear the pointer.
8489
8490 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8491
8492 * infrun.c (handle_inferior_event): Remove short-circuit code for
8493 events in a different thread.
8494
8495 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8496
8497 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8498 print the whole transfer.
8499 (initialize_targets): Update description of "set debug target".
8500
8501 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8502
8503 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8504
8505 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8506
8507 * MAINTAINERS (write after approval): Add myself.
8508
8509 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8510
8511 * sh-tdep.c (sh_print_registers_info): Use for loop.
8512 Don't skip multiple registers when a float register is encountered.
8513
8514 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8515
8516 Fix PR tdep/1291.
8517 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8518 to official SH documentation.
8519
8520 2004-03-07 Andrew Cagney <cagney@redhat.com>
8521
8522 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8523 unused function.
8524
8525 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8526
8527 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8528 (arm_get_next_pc): Handle BX and BLX.
8529
8530 2004-03-07 Andrew Cagney <cagney@redhat.com>
8531
8532 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8533 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8534 HPPA_SP_REGNUM.
8535 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8536 (hppa_target_read_fp): Delete.
8537 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8538 register_virtual_size, max_register_raw_size,
8539 max_register_virtual_size, register_byte, register_size,
8540 target_read_fp, fp_regnum, and register_bytes. Set register_type
8541 instead of register_virtual_type.
8542 (hppa32_register_type, hppa64_register_type): Replace
8543 hppa32_register_virtual_type and hppa64_register_virtual_type.
8544 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8545 (HPPA_FP_REGNUM): Define.
8546
8547 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8548
8549 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8550 (pa_do_registers_info): Delete.
8551 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8552 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8553 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8554
8555 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8556 GDB_TARGET_IS_HPPA code.
8557 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8558 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8559 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8560 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8561 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8562 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8563 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8564 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8565 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8566 (hppa_frameless_function_invocation, hppa64_store_return_value)
8567 (hppa_store_struct_return, hppa64_extract_return_value)
8568 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8569 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8570 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8571 (find_proc_framesize, deposit_21, restore_pc_queue)
8572 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8573 (rp_saved, pc_in_linker_stub): Delete.
8574
8575 Unconditionally enable 64-bit frame and ABI code.
8576 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8577 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8578 push_dummy_frame, fix_call_dummy, push_arguments,
8579 call_dummy_location, extract_return_value, use_struct_convention,
8580 store_return_value, store_struct_return, saved_pc_after_call,
8581 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8582 frame_chain, frame_chain_valid, frameless_function_invocation,
8583 frame_saved_pc, and pop_frame.
8584
8585 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8586 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8587 (hppa_gdbarch_init): Do not set PC_REGNUM.
8588
8589 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8590
8591 * config/alpha/tm-fbsd.h: Remove file.
8592 * config/alpha/fbsd.mt: Tweak comment.
8593 (TM_FILE): Set to tm-alpha.h.
8594
8595 2004-03-05 Andrew Cagney <cagney@redhat.com>
8596
8597 * infrun.c (step_over_function): When non-legacy code, and no
8598 step_frame_id, use the unwinder to get the caller's frame ID.
8599
8600 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8601
8602 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8603 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8604 bfd_arch_unknown. Adjust comment.
8605
8606 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8607 * i386obsd-tdep.c: Correct spelling in comment.
8608 * i386nbsd-tdep.c: Correct spelling in comment.
8609 * sparc-tdep.c: Correct spelling in comments.
8610
8611 2004-03-05 David Carlton <carlton@kealia.com>
8612
8613 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8614 bug.
8615
8616 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8617
8618 * sparc-tdep.c: Fix typo in comment.
8619
8620 2004-03-04 J. Brobecker <brobecker@gnat.com>
8621
8622 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8623
8624 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8625
8626 * dwarf2read.c: Add comment describing memory lifetimes.
8627 (struct dwarf2_pinfo): Update comment.
8628 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8629 (read_enumeration, new_symbol): Don't use obsavestring.
8630
8631 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8632
8633 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8634 instead of amd64_fill_fxsave.
8635 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8636 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8637
8638 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8639 Reorganize code a bit.
8640
8641 2004-03-04 Orjan Friberg <orjanf@axis.com>
8642
8643 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8644 when the frame pointer is pushed. Don't set the frame pointer's
8645 address on the stack unless it's actually located there.
8646 Set the SRP's address on the stack correctly when the PC is still in
8647 the prologue.
8648 (cris_return_value): New function.
8649 (cris_gdbarch_init): Clear deprecated store_return_value,
8650 extract_return_value.
8651
8652 2004-03-02 Jim Blandy <jimb@redhat.com>
8653
8654 * stabsread.c (reg_value_complaint): The maximum register number
8655 is one less than the number of registers.
8656
8657 2004-03-02 Andrew Cagney <cagney@redhat.com>
8658
8659 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8660 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8661 trailing comma and redundant assignment of I386_ST0_REGNUM.
8662 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8663 32-bit segment registers.
8664
8665 2004-03-01 Andrew Cagney <cagney@redhat.com>
8666
8667 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8668 use frame_relative_level and get_next_frame.
8669
8670 2004-02-29 Andrew Cagney <cagney@redhat.com>
8671
8672 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8673 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8674 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8675 Delete macro.
8676
8677 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8678
8679 * inflow.c (terminal_inferior): Don't give up the terminal if we
8680 previously couldn't get the inferior's terminal state.
8681
8682 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8683
8684 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8685 PC_REGNUM.
8686
8687 2004-02-28 Andrew Cagney <cagney@redhat.com>
8688
8689 * NEWS: Refer to GDB 6.1.
8690 * README: Refer to GDB 6.1.
8691 * PROBLEMS: Refer to GDB 6.1.
8692
8693 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8694
8695 * thread-db.c (disable_thread_signals): Remove unused function.
8696
8697 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8698
8699 * amd64-nat.c: Include "gdb_string.h".
8700 (amd64_collect_native_gregset): Zero-extend the 32-bit
8701 general-purpose registers and %eip.
8702
8703 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8704 * amd64-tdep.c (amd64_collect_fxsave): New function.
8705 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8706
8707 * i387-tdep.h: Update copyright year.
8708 (i387_collect_fxsave): New prototype.
8709 * i387-tdep.c: Update copyright year.
8710 (i387_collect_fxsave): New function containing most of the code
8711 from i387_fill_fxsave.
8712 (i387_fill_fxsave): Call i387_collect_fxsave.
8713
8714 2004-02-28 Andrew Cagney <cagney@redhat.com>
8715
8716 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8717 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8718
8719 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8720
8721 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8722
8723 2004-02-28 Andrew Cagney <cagney@redhat.com>
8724
8725 * utils.c: Use "", instead of <>, to include readline.
8726 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8727 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8728 * source.c, solib.c, exec.c, event-top.c: Ditto.
8729 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8730 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8731 * Makefile.in: Update all dependencies.
8732 (readline_tilde_h, readline_history_h): Define.
8733 (readline_headers): Delete.
8734
8735 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8736
8737 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8738 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8739 "config/i386/tm-lx64.h".
8740
8741 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8742 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8743 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8744
8745 2004-02-28 Andrew Cagney <cagney@redhat.com>
8746
8747 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8748
8749 * breakpoint.c (_initialize_breakpoint): Use
8750 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8751 Add help to show command.
8752
8753 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8754
8755 * i386-nat.c: Reformat to be closer to coding standards.
8756 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8757 `retval'. Make variables `align' and `size' local to while-loop.
8758 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8759 (_initialize_i386_nat): New prototype.
8760
8761 * tui/tui.c: Include <readline/readline.h> instead of
8762 "readline/readline.h". Include it after <term.h> and
8763 "gdb_curses.h".
8764
8765 2004-02-27 Andrew Cagney <cagney@redhat.com>
8766
8767 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8768 the new frame unwind code.
8769 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8770 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8771 PCOQ_HEAD_REGNUM.
8772
8773 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8774 "return_value" and "push_dummy_call".
8775 (hppa32_use_struct_convention): Delete unused function.
8776 (hppa32_store_return_value): Delete unused function.
8777 (hppa32_extract_return_value): Delete unused function.
8778 (hppa32_stack_align): Delete function.
8779
8780 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8781
8782 * coffread.c (enter_linenos): Don't let rawptr reference memory
8783 outside linetab[]'s limits.
8784
8785 2004-02-27 Andrew Cagney <cagney@redhat.com>
8786
8787 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8788 inferior stack space - the stack needs to grow upwards.
8789 (hppa32_frame_align): New function.
8790 (hppa64_frame_align): Replace hppa_frame_align.
8791 (hppa_gdbarch_init): Update.
8792
8793 2004-02-26 Orjan Friberg <orjanf@axis.com>
8794
8795 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8796 (dwarf2-frame.h): Include.
8797 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8798 Remove static variables related to ABI setting.
8799 (struct gdbarch_tdep): Remove cris_abi member.
8800 (struct frame_extra_info): Remove.
8801 (cris_unwind_cache, stack_item): New structs.
8802 (cris_frame_unwind, cris_frame_base): New variables.
8803 (push_stack_item, pop_stack_item)
8804 (cris_frame_unwind_cache, cris_frame_this_id)
8805 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8806 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8807 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8808 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8809 (cris_reg_struct_has_addr): New functions.
8810 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8811 (cris_frame_saved_pc, cris_saved_pc_after_call,
8812 (cris_store_struct_return, cris_frameless_function_invocation)
8813 (cris_pop_frame, cris_skip_prologue_main)
8814 (cris_abi_original_store_return_value)
8815 (cris_abi_v2_store_return_value)
8816 (cris_abi_original_extract_return_value)
8817 (cris_abi_v2_extract_return_value)
8818 (cris_abi_original_reg_struct_has_addr)
8819 (cris_abi_v2_reg_struct_has_addr)
8820 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8821 (cris_push_return_address, cris_abi_update): Remove.
8822 (_initialize_cris_tdep): Remove ABI command.
8823 (cris_dump_tdep): Ditto.
8824 (cris_gdbarch_init): Remove ABI command.
8825 Set store_return_value, extract_return_value, push_dummy_code,
8826 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8827 frame_unwind_append_sniffer, frame_base_set_default.
8828 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8829 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8830 sizeof_call_dummy_words, get_saved_register, push_return_address,
8831 pop_frame, store_struct_return, frame_init_saved_regs,
8832 init_extra_frame_info, frameless_function_invocation, frame_chain,
8833 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8834 dummy_write_sp.
8835
8836 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8837
8838 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8839 * valprint.c (print_hex_chars): Change from static to external.
8840 (print_char_chars): New function.
8841 * printcmd.c (print_scalar_formatted): For integer and enum types
8842 that are longer than LONGEST, perform processing via appropriate
8843 print_*_chars routines.
8844
8845 2004-02-26 Andrew Cagney <cagney@redhat.com>
8846
8847 * Makefile.in: Update dependencies.
8848 Changes from Ulrich Weigand,
8849 * s390-tdep.c: Include "dwarf2-frame.h".
8850 (s390_dwarf2_frame_init_reg): New function.
8851 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8852 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8853
8854 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8855
8856 * breakpoint.c (pending_break_support): New setting variable.
8857 (break_command_1): Account for pending_break_support setting
8858 when creating pending breakpoints.
8859 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8860 (_initialize_breakpoint): Add "set breakpoint pending" and
8861 "show breakpoint pending" commands.
8862
8863 2004-02-26 Andrew Cagney <cagney@redhat.com>
8864
8865 Fix PR i18n/1570.
8866 * charset.c (backslashable, backslashed, represented): Remove 'e'
8867 from list of escaped characters, not part of ISO-C.
8868
8869 2004-02-25 J. Brobecker <brobecker@gnat.com>
8870
8871 From Peter Schauer <schauer@pdf.de>:
8872 * tui/tui.c: Move system header includes after local includes.
8873 Fixes a build failure on solaris systems.
8874
8875 2004-02-25 J. Brobecker <brobecker@gnat.com>
8876
8877 * configure.in: Refine the previous change.
8878 * configure: Regenerate.
8879
8880 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8881
8882 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8883 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8884 "amd64-tdep.h" instead of "x86-64-tdep.h".
8885 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8886 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8887 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8888 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8889 and "x86-64-tdep.c".
8890 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8891 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8892 and "x86-64-tdep.c".
8893 * amd64bsd-nat.c: Update copyright year.
8894 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8895 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8896 "x86-64-tdep.h".
8897 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8898 "x86-64-tdep.h".
8899 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8900 "x86-64-tdep.h".
8901 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8902 "x86-64-tdep.h".
8903 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8904 "x86-64-tdep.h".
8905 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8906 "x86-64-tdep.h".
8907 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8908 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8909 * Makefile.in (amd64_linux_tdep_h): Renamed from
8910 x86_64_linux_tdep_h.
8911 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8912 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8913 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8914 (amd64obsd-tdep.o): Update dependencies.
8915 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8916 dependencies.
8917 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8918 dependencies.
8919 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8920 amd64-linux-nat.c amd64-linux-tdep.c.
8921 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8922 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8923 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8924 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8925 amd64-tdep.o and amd64-linux-tdep.o.
8926 (TM_FILE): Set to tm-linux64.h.
8927 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8928 (NAT_FILE): Set to nm-linux64.h.
8929 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8930 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8931 amd64-tdep.o.
8932 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8933 amd64-tdep.o.
8934 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8935 amd64-tdep.o.
8936
8937 2004-02-25 Roland McGrath <roland@redhat.com>
8938
8939 * remote.c (remote_protocol_qPart_auxv): New variable.
8940 (init_all_packet_configs): Initialize it.
8941 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8942 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8943 (show_remote_cmd): Call it.
8944 (_initialize_remote): Initialize commands.
8945 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8946 service TARGET_OBJECT_AUXV requests.
8947
8948 2004-02-25 J. Brobecker <brobecker@gnat.com>
8949
8950 * configure.in: Make sure that the wborder function is available.
8951 Otherwise, search for it in the cur_colr library.
8952 * configure: Regenerate.
8953
8954 2004-02-25 Andrew Cagney <cagney@redhat.com>
8955
8956 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8957
8958 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8959
8960 * config/i386/tm-x86-64linux.h: Tweak comments.
8961
8962 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8963
8964 * MAINTAINERS: Add self to write-after-approval list.
8965
8966 2004-02-25 Andrew Cagney <cagney@redhat.com>
8967
8968 PR cli/1566. Problem found, and fix suggested by David Allan.
8969 * cli/cli-script.c (execute_control_command): Unconditionally
8970 install a cleanup. Default "ret" to "invalid_control". Use
8971 "break" instead of "return" to escape from the switch.
8972
8973 2004-02-24 J. Brobecker <brobecker@gnat.com>
8974
8975 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8976 with the lines macro defined in term.h on AiX.
8977 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8978 a collision with the label_width macro defined in term.h on AiX.
8979
8980 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8981
8982 Committed by Kevin Buettner <kevinb@redhat.com>.
8983
8984 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8985 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8986 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8987 instead of ia64_write_pc().
8988 * ia64-linux-tdep.c (regcache.h): Include.
8989 (ia64_linux_write_pc): New function.
8990
8991 2004-02-23 Roland McGrath <roland@redhat.com>
8992
8993 * auxv.c (info_auxv_command): Fix typos in error messages.
8994
8995 2004-02-23 Mark Kettenis <kettenis@gnu.org>
8996
8997 * x86-64-tdep.h: Tweak comment.
8998 (enum amd64_regnum): New.
8999 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9000 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9001 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9002 (X86_64_XMM1_REGNUM): Removed.
9003 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9004 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9005 prototypes for renamed functions.
9006 * x86-64-tdep.c: Fix typo.
9007 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9008 register numbers.
9009 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9010 Use constants from `enum amd64_regnum' for register numbers.
9011 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9012 (amd64_analyze_prologue, amd64_frame_cache,
9013 amd64_sigtramp_frame_cache): Use constants from `enum
9014 amd64_regnum' for register numbers.
9015 (amd64_supply_fpregset): Adjust for renamed functions.
9016 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9017 `enum amd64_regnum' for register numbers.
9018 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9019 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9020 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9021 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9022 (amd64_linux_fill_gregset): Adjust for renamed macros.
9023 (fetch_core_registers): Adjust for renamed functions.
9024 (amd64_linux_init_abi): Adjust for renamed functions.
9025 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9026 renamed functions.
9027 * amd64-nat.c: Adjust for renamed macros.
9028 * amd64bsd-nat.c (fetch_inferior_registers)
9029 (store_inferior_registers): Use constants from `enum amd64_regnum'
9030 for register numbers. Adjust for renamed variables.
9031 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9032 renamed variables.
9033 (_initialize_amd64fbsd_nat): Use constants from `enum
9034 amd64_regnum' for register numbers.
9035 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9036 `enum amd64_regnum' for register numbers.
9037 (amd64fbsd_init_abi): Adjust for renamed functions.
9038 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9039 `enum amd64_regnum' for register numbers.
9040 (amd64nbsd_init_abi): Adjust for renamed functions.
9041 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9042 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9043 `enum amd64_regnum' for register numbers.
9044 (amd64obsd_init_abi): Adjust for renamed functions.
9045 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9046
9047 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9048
9049 * breakpoint.c (print_one_breakpoint): Do not output spaces
9050 after printing <PENDING> for a pending breakpoint.
9051
9052 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9053
9054 * printcmd.c (print_scalar_formatted): Initialize val_long
9055 to remove compiler warning message.
9056
9057 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9058
9059 * defs.h (nquery, yquery): New prototypes.
9060 * breakpoint.c (break_command_1): Use new nquery interface.
9061 * utils.c (defaulted_query, nquery, yquery): New functions.
9062
9063 2004-02-23 Andrew Cagney <cagney@redhat.com>
9064
9065 * hppa-tdep.c (hppa_frame_align): New function.
9066 (hppa32_push_dummy_call): New function.
9067 (hppa64_push_dummy_call): New function.
9068 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9069 disabled.
9070
9071 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9072 FIX_CALL_DUMMY when push_dummy_call is available.
9073 (call_function_by_hand, push_dummy_code): Ditto.
9074
9075 2004-02-22 Andrew Cagney <cagney@redhat.com>
9076
9077 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9078 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9079 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9080 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9081 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9082 call_dummy_location to ON_STACK.
9083
9084 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9085
9086 * x86-64-linux-tdep.c: Tweak comment.
9087 (amd64_linux_supply_gregset): Renamed from
9088 x86_64_linux_supply_gresget.
9089 (amd64_linux_fill_gregset): Renamed from
9090 x86_64_linux_fill_gregset.
9091 (fetch_core_registers): Adjust for renamed functions.
9092 (amd64_core_fns): Renamed from x86_64_core_fns.
9093 (amd64_linux_sigtramp_start): Renamed from
9094 x86_64_linux_sigtramp_start.
9095 (amd64_linux_pc_in_sigtramp): Renamed from
9096 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9097 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9098 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9099 (amd64_linux_sigcontext_addr): Renamed from
9100 x86_64_linux_sigcontext_addr.
9101 (amd64_linux_sc_reg_offset): Renamed from
9102 x86_64_linux_sc_reg_offset.
9103 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9104 Adjust for renamed functions and variables.
9105 (_initialize_amd64_linux_tdep): Renamed from
9106 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9107 variables.
9108 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9109 Adjust for renamed functions.
9110
9111 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9112 from x86_64_linux_gregset64_reg_offset.
9113 (amd64_linux_gregset32_reg_offset): Rename from
9114 x86_64_linux_gregset64_reg_offset.
9115 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9116 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9117 (amd64_linux_dr_set_control): Renamed from
9118 x86_64_linux_dr_set_control. Adjust for renamed functions.
9119 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9120 Adjust for renamed functions.
9121 (amd64_linux_dr_reset_addr): Renamed from
9122 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9123 (amd64_linux_dr_get_status): Renamed from
9124 x86_64_linux_dr_get_status. Adjust for renamed functions.
9125 (_initialize_amd64_linux_nat): Renamed from
9126 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9127 functions.
9128 * config/i386/nm-x86-64linux.h: Update copyright year.
9129 Adjust for renamed functions.
9130
9131 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9132 amd64fbsd_sigtramp_start.
9133 (amd64fbsd_sigtramp_end_addr): Renamed from
9134 amd64fbsd_sigtramp_end.
9135 (amd64fbsd_init_abi): Adjust for renamed variables.
9136 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9137 variables.
9138 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9139 amd64fbsd_sigtramp_start.
9140 (amd64fbsd_sigtramp_end_addr): Renamed from
9141 amd64fbsd_sigtramp_end.
9142
9143 2004-02-22 Andrew Cagney <cagney@redhat.com>
9144
9145 * hppa-tdep.c (hppa32_return_value): New function.
9146 (hppa64_return_value): New function.
9147 (hppa_gdbarch_init): Set return_value; keep disabled.
9148
9149 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9150 struct-return and inferior function call methods.
9151
9152 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9153 "frame-base.h".
9154 (struct hppa_frame_cache): Define.
9155 (hppa_frame_cache, hppa_frame_this_id): New functions.
9156 (hppa_frame_prev_register): New function.
9157 (hppa_frame_unwind, hppa_frame_base): New variables.
9158 (hppa_frame_unwind_sniffer): New function.
9159 (hppa_frame_base_address, hppa_unwind_pc): New function.
9160 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9161 sniffer, and frame base sniffer; keep disabled.
9162 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9163 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9164
9165 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9166 to predicates for "seriously old code".
9167
9168 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9169 runtime if(0).
9170
9171 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9172 unsigned.
9173 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9174
9175 * config/pa/tm-hppa.h: Update copyright.
9176 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9177 (deprecated_init_frame_pc_default): Delete declaration.
9178 (hppa_frame_init_saved_regs): Delete declaration.
9179 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9180 * hppa-tdep.c: Include "arch-utils.h".
9181 (hppa_gdbarch_init): Set deprecated init_frame_pc
9182 and deprecated frame_init_saved_regs.
9183 (hppa_frame_init_saved_regs): Make static.
9184
9185 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9186
9187 Remove old 386BSD support.
9188 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9189 * configure.host: Remove i[34567]86-*-bsd*.
9190 * configure.tgt: Remove i[34567]86-*-bsd*.
9191 * i386b-nat.c: Removed.
9192 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9193 (i386b-nat.o): Remove dependencies.
9194
9195 * config/i386/i386bsd.mh: Removed.
9196 * config/i386/i386bsd.mt: Removed.
9197 * config/i386/nm-i386bsd.h: Removed.
9198 * config/i386/tm-i386bsd.h: Removed.
9199 * config/i386/xm-i386bsd.h: Removed.
9200
9201 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9202
9203 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9204 (amd64fbsd_init_abi): Set link map offsets.
9205 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9206 (amd64nbsd_init_abi): Set link map offsets.
9207 * amd64obsd-tdep.c: Include "solib-svr4.h".
9208 (amd64obsd_init_abi): Set link map offsets.
9209 * i386fbsd-tdep.c: Include "solib-svr4.h".
9210 (i386fbsd_init_abi): Set link map offsets.
9211 * i386nbsd-tdep.c: Include "solib-svr4.h".
9212 (i386nbsdelf_init_abi): Set link map offsets.
9213 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9214 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9215 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9216 solib-legacy.o and core-aout.o. Reformat.
9217 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9218 solib-svr4.o, solib-legacy.o. Reformat.
9219 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9220 * config/i386/nbsdelf.mh: Reformat.
9221 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9222 solib-svr4.o, solib-legacy.o and corelow.o.
9223 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9224 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9225 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9226 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9227 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9228 (TM_FILE): Set to tm-fbsd.h.
9229 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9230 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9231 solib-svr4.o.
9232 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9233 solib-svr4.o.
9234 (TM_FILE): Set to nm-nbsd.h.
9235 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9236 Simplify shared library support. Don't include "elf/common.h".
9237 (SVR4_SHARED_LIBS): Don't define.
9238 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9239 "solib.h".
9240 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9241 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9242 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9243 Don't include "i386/tm-i386.h". Include "solib.h".
9244 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9245 Don't include "i386/tm-i386.h".
9246 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9247 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9248 Include "i386/xm-i386.h".
9249 (HOST_LONG_DOUBLE_FORMAT): Remove.
9250
9251 Fix OpenBSD/i386 sigtramp recognition.
9252 * i386-tdep.h: Update copyright year.
9253 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9254 (i386bsd_sigtramp_end): New prototypes.
9255 (i386fbsd_sigtramp_start_addr): Renamed from
9256 i386fbsd_sigtramp_start.
9257 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9258 (i386obsd_sigtramp_start_addr): Renamed from
9259 i386obsd_sigtramp_start.
9260 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9261 * i386bsd-tdep.c: Update copyright year.
9262 (i386bsd_pc_in_sigtramp): Make public.
9263 * i386fbsd-nat.c: Update copyright year.
9264 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9265 * i386fbsd-tdep.c: Update copyright year.
9266 (i386fbsd_sigtramp_start_addr): Renamed from
9267 i386fbsd_sigtramp_start.
9268 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9269 (i386fbsdaout_init_abi): Adjust for renamed variables.
9270 * i386obsd-nat.c: Update copyright year.
9271 (_initialize_i386obsd_nat): Adjust for renamed variables.
9272 * i386obsd-tdep.c: Include "target.h".
9273 (i386obsd_page_size): New variable.
9274 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9275 (i386obsd_sigtramp_end): New functions.
9276 (i386obsd_sigtramp_start_addr): Renamed from
9277 i386obsd_sigtramp_start.
9278 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9279 (i386obsd_init_abi): Adjust for renamed variables. Set
9280 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9281 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9282
9283 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9284 trampoline change in OpenBSD kernel.
9285
9286 * amd64-nat.c: Update copyright year.
9287 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9288 architecture from REGCACHE.
9289
9290 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9291 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9292
9293 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9294
9295 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9296 i[34567]86-*-openbsd3.[0-3].
9297 * config/i386/obsdaout.mh: New file.
9298
9299 * config/i386/obsd.mh (MH_FLAGS): Remove.
9300
9301 Fix PR build/1549.
9302 * i386obsd-tdep.c: Update copyright years. Include
9303 "solib-svr4.h".
9304 (i386obsd_init_abi): Don't set regset_from_core_section here.
9305 (i386obsd_aout_init_abi): New function. Set
9306 regset_from_core_section here.
9307 (i386obsd_elf_init_abi): New function.
9308 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9309 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9310 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9311 (TM_FILE): Set to tm-nbsd.h.
9312
9313 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9314 solib-sunos.o.
9315
9316 * solib-svr4.h: Update copyright year.
9317 (svr4_ilp32_fetch_link_map_offsets)
9318 (svr4_lp64_fetch_link_map_offsets): New prototype.
9319 * solib-svr4.c: Update copyright year.
9320 (svr4_ilp32_fetch_link_map_offsets)
9321 (svr4_lp64_fetch_link_map_offsets): New function.
9322
9323 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9324
9325 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9326 to the partial symbol table.
9327
9328 2004-02-20 J. brobecker <brobecker@gnat.com>
9329
9330 * PROBLEMS: Add description of problem documented under gdb/1560.
9331
9332 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9333
9334 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9335 comments.
9336 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9337 functions.
9338 (amd64obsd_init_abi): Reorder initializations. Use
9339 amd64obsd_r_reg_offset to initialize the general-purpose register
9340 set details. Set regset_from_core_section.
9341 (_initialize_amd64obsd_tdep): Rename from
9342 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9343 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9344 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9345
9346 * NEWS (New native configurations): Mention OpenBSD/alpha.
9347 * configure.tgt: Add alpha*-*-openbsd*.
9348 * configure.host: Add alpha*-*-openbsd*.
9349 * alphanbsd-tdep.c: Update copyright year.
9350 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9351
9352 2004-02-20 Andrew Cagney <cagney@redhat.com>
9353
9354 Fix PR tdep/1372.
9355 * configure.tgt: Delete target "none-*-*".
9356 * configure.host: Delete host "none-*-*".
9357 * config/none/none.mh: Delete file.
9358 * config/none/none.mt: Delete file.
9359 * config/none/xm-none.h: Delete file.
9360 * config/none/tm-none.h: Delete file.
9361 * config/none/nm-none.h: Delete file.
9362
9363 2004-02-19 Fred Fish <fnf@redhat.com>
9364
9365 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9366 cache->uses_fp prior to setting it.
9367
9368 2004-02-19 Fred Fish <fnf@redhat.com>
9369
9370 Fix for PR breakpoint/1558.
9371 * sh-tdep.c (IS_JSR): New macro.
9372 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9373
9374 2004-02-19 Jim Blandy <jimb@redhat.com>
9375
9376 * findvar.c (value_from_register): Doc fix.
9377
9378 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9379
9380 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9381 type being greater than sizeof of host's LONGEST. Always use
9382 unpack_long() unless format 'f' chosen.
9383
9384 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9385
9386 Committed by Elena Zannoni <ezannoni@redhat.com>
9387
9388 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9389 contains a symbol wich is the best, non-exact match for the given
9390 pc. Update comments.
9391
9392 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9393
9394 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9395 macro, which was part of the now removed Mach 3 port.
9396 * utils.c (request_quit): Ditto.
9397
9398 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9399
9400 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9401 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9402
9403 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9404
9405 Committed by Mark Kettenis <kettenis@gnu.org>.
9406
9407 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9408 Define.
9409
9410 2004-02-18 Andrew Cagney <cagney@redhat.com>
9411
9412 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9413 CONFIG_INSTALL and CONFIG_UNINSTALL.
9414 * configure: Re-generate.
9415 * interps.h (INTERP_TUI): Define.
9416 * Makefile.in: Update dependencies.
9417 (TUI): New macro.
9418 (tui-main.o): Specify dependencies.
9419 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9420 * tui/tui-main.c: New file.
9421
9422 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9423
9424 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9425 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9426 dependencies.
9427 * configure.host: Add x86_64-*-openbsd*.
9428 * configure.tgt: Add x86_64-*-openbsd*.
9429 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9430
9431 * tui/tui.c: Don't include <malloc.h>.
9432
9433 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9434 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9435 amd64nbsd-tdep.c.
9436
9437 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9438 static. Remove extraneous whitespace.
9439 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9440 static.
9441
9442 2004-02-17 Jim Blandy <jimb@redhat.com>
9443
9444 * findvar.c (value_from_register): Doc fix.
9445
9446 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9447
9448 Committed by Jim Blandy <jimb@redhat.com>.
9449
9450 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9451 CORE_ADDR as type for selectors. Correct types for GNU run time
9452 message lookup function to use double indirection.
9453 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9454 * objc-lang.h (lookup_child_selector): Adapt prototype.
9455
9456 * s390-nat.c (SUBOFF): New macro.
9457 (supply_gregset, fill_gregset): Use it to handle debugging
9458 of 32-bit exectuables running under a 64-bit kernel.
9459 * s390-tdep.c: Include "solib-svr4.h".
9460 (s390_svr4_fetch_link_map_offset): New function.
9461 (s390x_svr_fetch_link_map_offset): Likewise.
9462 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9463 * Makefile.in (s390-tdep.o): Update dependencies.
9464
9465 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9466 "frame-unwind.h".
9467 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9468 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9469 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9470 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9471 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9472 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9473 S390_SIGNAL_FRAMESIZE,
9474 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9475 (struct frame_extra_info): Remove.
9476 (s390_memset_extra_info): Remove.
9477 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9478 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9479 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9480 (is_rse): Renamed to ...
9481 (is_rsy): ... this. Support long displacements.
9482 (is_rxe): Renamed to ...
9483 (is_rxy): ... this. Support long displacements.
9484 (compute_x_addr): Support long displacements.
9485 (struct s390_prologue_data): New data type.
9486 (s390_on_stack): Change API to use struct s390_prologue_data.
9487 (s390_store): Reimplement.
9488 (s390_load): New function.
9489 (s390_get_signal_frame_info): Remove.
9490 (s390_get_frame_info): Remove, replace by ...
9491 (s390_analyze_prolog): ... this new function.
9492 (s390_check_function_end): Remove.
9493 (s390_function_start): Remove.
9494 (s390_frameless_function_invokation): Remove.
9495 (s390_is_sigreturn): Remove.
9496 (s390_init_frame_pc_first): Remove.
9497 (s390_init_frame_extra_info): Remove.
9498 (s390_frame_init_saved_regs): Remove.
9499 (s390_frame_saved_pc_nofix): Remove.
9500 (s390_frame_saved_pc): Remove.
9501 (s390_frame_chain): Remove.
9502 (s390_fp_regnum, s390_read_fp): Remove.
9503 (s390_pop_frame_regular, s390_pop_frame): Remove.
9504 (s390_saved_pc_after_call): Remove.
9505 (s390_skip_prologue): Reimplement.
9506 (s390_in_function_epilogue_p): Support long displacements.
9507 (struct s390_unwind_cache): New data structure.
9508 (s390_frame_unwind_cache): New function.
9509 (s390_prologue_frame_unwind_cache): Likewise.
9510 (s390_backchain_frame_unwind_cache): Likewise.
9511 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9512 (s390_frame_unwind): Define.
9513 (s390_frame_sniffer): New function.
9514 (struct s390_pltstub_unwind_cache): New data structure.
9515 (s390_pltstub_frame_unwind_cache): New function.
9516 (s390_pltstub_frame_this_id): Likewise.
9517 (s390_pltstub_frame_prev_register): Likewise.
9518 (s390_pltstub_frame_unwind): Define.
9519 (s390_pltstub_frame_sniffer): New function.
9520 (struct s390_sigtramp_unwind_cache): New data structure.
9521 (s390_sigtramp_frame_unwind_cache): New function.
9522 (s390_sigtramp_frame_this_id): Likewise.
9523 (s390_sigtramp_frame_prev_register): Likewise.
9524 (s390_sigtramp_frame_unwind): Define.
9525 (s390_sigtramp_frame_sniffer): New function.
9526 (s390_frame_base_address, s390_local_base_address): New functions.
9527 (s390_frame_base): Define.
9528 (s390_unwind_pc, s390_unwind_sp): New function.
9529 (s390_push_dummy_call): Use new frame base location.
9530 (s390_unwind_dummy_id): Likewise.
9531 (s390_gdbarch_init): Remove calls to:
9532 set_gdbarch_frameless_function_invocation,
9533 set_gdbarch_deprecated_init_frame_pc,
9534 set_gdbarch_deprecated_frame_chain,
9535 set_gdbarch_deprecated_frame_init_saved_regs,
9536 set_gdbarch_deprecated_pop_frame,
9537 set_gdbarch_deprecated_init_extra_frame_info,
9538 set_gdbarch_deprecated_init_frame_pc_first,
9539 set_gdbarch_deprecated_target_read_fp,
9540 set_gdbarch_deprecated_frame_saved_pc,
9541 set_gdbarch_deprecated_saved_pc_after_call,
9542 set_gdbarch_deprecated_fp_regnum.
9543 Add calls to:
9544 set_gdbarch_in_solib_call_trampoline,
9545 frame_unwind_append_sniffer,
9546 frame_base_set_default,
9547 set_gdbarch_unwind_pc,
9548 set_gdbarch_unwind_sp.
9549 * Makefile.in (s390-tdep.o): Update dependencies.
9550
9551 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9552 (S390_STACK_FRAME_OVERHEAD): Remove.
9553 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9554 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9555 (s390_promote_integer_argument): Remove.
9556 (s390_cannot_extract_struct_value_address): Remove.
9557 (s390_use_struct_convention, s390_store_struct_return): Remove.
9558 (s390_extract_return_value, s390_store_return_value): Remove.
9559 (s390_return_value_convention, s390_return_value): New functions.
9560 (is_float_singleton): Handle typedefs.
9561 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9562 Remove, replace by ...
9563 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9564 s390_function_arg_integer): ... these new functions.
9565 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9566 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9567 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9568 Fill in tdep->abi.
9569 Remove calls to:
9570 set_gdbarch_deprecated_store_struct_return,
9571 set_gdbarch_deprecated_extract_return_value,
9572 set_gdbarch_deprecated_store_return_value,
9573 set_gdbarch_use_struct_convention,
9574 set_gdbarch_extract_struct_value_address,
9575 set_gdbarch_deprecated_pc_in_call_dummy,
9576 set_gdbarch_deprecated_push_arguments,
9577 set_gdbarch_deprecated_save_dummy_frame_tos,
9578 set_gdbarch_deprecated_push_return_address,
9579 set_gdbarch_deprecated_sizeof_call_dummy_words,
9580 set_gdbarch_deprecated_call_dummy_words,
9581 set_gdbarch_deprecated_dummy_write_sp.
9582 Add calls to:
9583 set_gdbarch_push_dummy_call,
9584 set_gdbarch_unwind_dummy_id,
9585 set_gdbarch_return_value.
9586
9587 * config/s390/nm-linux.h: Update comments.
9588 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9589 (STOPPED_BY_WATCHPOINT): Redefine.
9590 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9591 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9592 (s390_stopped_by_watchpoint): Likewise.
9593 (watch_area_cnt): Remove.
9594 * s390-nat.c: Update comments.
9595 (watch_area): Remove typedef.
9596 Global replace watch_area by struct watch_area.
9597 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9598 (s390_stopped_by_watchpoint): Remove pid argument,
9599 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9600 (s390_fix_watch_points): Remove pid argument,
9601 use s390_inferior_tid. Recompute area spanned by watchpoints.
9602 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9603 argument. Reimplement.
9604
9605 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9606 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9607 (FETCH_INFERIOR_REGISTERS): Define.
9608 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9609 core-regset.o.
9610 * config/s390/s390x.mt: Remove.
9611 * config/s390/tm-s390.h: Remove.
9612 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9613 (TARGET_ELF64): Remove.
9614 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9615 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9616 s390*-*-* case; always set gdb_target to s390.
9617 * regformats/reg-s390.dat: Remove control registers.
9618 * regformats/reg-s390x.dat: Likewise.
9619 * s390-tdep.h: New file.
9620 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9621 Include "inferior.h" and "s390-tdep.h".
9622 Remove private definition of offsetof.
9623 (s390_register_u_addr): Remove.
9624 (regmap_gregset, regmap_fpregset): Define.
9625 (supply_gregset, fill_gregset): Reimplement.
9626 (supply_fpregset, fill_fpregset): Likewise.
9627 (s390_inferior_tid): New function.
9628 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9629 (fetch_inferior_registers, store_inferior_registers): Likewise.
9630 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9631 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9632 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9633 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9634 (struct gdbarch_tdep): Define.
9635 (struct s390_register_info): Define.
9636 (s390_register_info): New variable.
9637 (s390_register_name): Reimplement.
9638 (s390_register_type): New function.
9639 (s390_register_raw_size, s390x_register_raw_size): Remove.
9640 (s390_cannot_fetch_register): Remove.
9641 (s390_register_byte): Remove.
9642 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9643 (s390_dwarf_regmap): New variable.
9644 (s390_dwarf_reg_to_regnum): New function.
9645 (s390_stab_reg_to_regnum): Remove.
9646 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9647 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9648 (s390_convert_register_p): Likewise.
9649 (s390_register_to_value, s390_value_to_register): Likewise.
9650 (s390_register_reggroup_p): Likewise.
9651 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9652 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9653 (s390_supply_regset, s390_regset_from_core_section): New functions.
9654 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9655 (S390_FPR_SIZE): Likewise.
9656 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9657 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9658 (S390_NUM_GPRS): Move here from tm-s390.h.
9659 (S390_NUM_FPRS): Likewise.
9660 (s390_in_function_epilogue_p): New function.
9661 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9662 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9663 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9664 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9665 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9666 Remove calls to:
9667 set_gdbarch_deprecated_max_register_raw_size,
9668 set_gdbarch_deprecated_max_register_virtual_size,
9669 set_gdbarch_deprecated_register_byte,
9670 set_gdbarch_cannot_fetch_register,
9671 set_gdbarch_cannot_store_register,
9672 set_gdbarch_deprecated_register_size,
9673 set_gdbarch_deprecated_register_raw_size,
9674 set_gdbarch_deprecated_register_virtual_size,
9675 set_gdbarch_deprecated_register_virtual_type,
9676 set_gdbarch_deprecated_register_bytes.
9677 Add calls to:
9678 set_gdbarch_num_pseudo_regs,
9679 set_gdbarch_register_type,
9680 set_gdbarch_convert_register_p,
9681 set_gdbarch_register_to_value,
9682 set_gdbarch_value_to_register,
9683 set_gdbarch_register_reggroup_p,
9684 set_gdbarch_regset_from_core_section,
9685 set_gdbarch_pseudo_register_read,
9686 set_gdbarch_pseudo_register_write,
9687 set_gdbarch_in_function_epilogue_p.
9688 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9689 (s390_tdep_h): New variable.
9690
9691 2004-02-17 Jim Blandy <jimb@redhat.com>
9692
9693 * findvar.c (value_from_register): If the type has no length, just
9694 return an acceptable value --- don't report an internal error.
9695
9696 * stabsread.c (read_type): If we find any type numbers that are
9697 forward references, complain if the references aren't resolved by
9698 the time we're finished reading.
9699 (cleanup_undefined_types): Make error message more appropriate for
9700 a complaint.
9701
9702 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9703
9704 * Makefile.in (defs_h): Remove dependency on progress_h.
9705 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9706 progress.h.
9707 * main.c (captured_main): Delete use of START_PROGRESS and
9708 END_PROGRESS.
9709
9710 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9711
9712 * objfiles.c (terminate_minimal_symbol_table): Add back
9713 initialization of MSYMBOL_TYPE.
9714
9715 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9716
9717 Committed by Andrew Cagney.
9718 * Makefile.in (ia64_tdep_h): New macro.
9719 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9720 (ia64-tdep.o): Likewise.
9721 * ia64-tdep.h: New file.
9722 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9723 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9724 (ia64_aix_sigcontext_register_address): Likewise.
9725 (ia64_linux_getunwind_table): Delete declaration.
9726 * ia64-linux-tdep.c: Likewise.
9727
9728 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9729
9730 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9731 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9732 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9733
9734 2004-02-17 Andrew Cagney <cagney@redhat.com>
9735
9736 * symtab.c (skip_prologue_using_sal): New function.
9737 * symtab.h (skip_prologue_using_sal): Declare.
9738 * frv-tdep.c: Include "symtab.h".
9739 (skip_prologue_using_sal): Delete function.
9740 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9741 * rs6000-tdep.c (refine_prologue_limit): Mention
9742 skip_prologue_using_sal.
9743 * ia64-tdep.c (refine_prologue_limit): Ditto.
9744 * Makefile.in: Update dependencies.
9745
9746 2004-02-16 Andrew Cagney <cagney@redhat.com>
9747
9748 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9749 START_INFERIOR_TRAPS_EXPECTED.
9750 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9751 START_INFERIOR_TRAPS_EXPECTED.
9752 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9753 Delete macro.
9754 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9755 macro, moved to "nm-osf.h". Update copyright.
9756 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9757 update copyright.
9758
9759 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9760 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9761 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9762 frameless_look_for_prologue.
9763 * frame.h (legacy_frameless_look_for_prologue): Rename
9764 frameless_look_for_prologue.
9765 * gdbarch.h, gdbarch.c: Re-generate.
9766 * sh64-tdep.c (sh64_gdbarch_init): Update.
9767 * sh-tdep.c (sh_gdbarch_init): Update.
9768 * s390-tdep.c (s390_gdbarch_init): Update.
9769 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9770 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9771 * m68k-tdep.c (m68k_gdbarch_init): Update.
9772 (delta68_frame_args_address): Update.
9773 * m32r-tdep.c (m32r_gdbarch_init): Update.
9774 * hppa-tdep.c (hppa_gdbarch_init): Update.
9775 * h8300-tdep.c (h8300_gdbarch_init): Update.
9776 * frv-tdep.c (frv_gdbarch_init): Update.
9777 (frv_frameless_function_invocation): Update.
9778 * cris-tdep.c (cris_gdbarch_init): Update.
9779 (cris_frameless_function_invocation): Update.
9780 * avr-tdep.c (avr_gdbarch_init): Update.
9781 * arm-tdep.c (arm_gdbarch_init): Update.
9782 * stack.c (frame_info): Update, call predicate.
9783 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9784 * frame.c (legacy_get_prev_frame): Update, call predicate..
9785 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9786 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9787 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9788 invocation.
9789 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9790 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9791 * vax-tdep.c (vax_gdbarch_init): Ditto.
9792
9793 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9794 function.
9795
9796 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9797
9798 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9799 initializations.
9800
9801 2004-02-16 Andrew Cagney <cagney@redhat.com>
9802
9803 * tui/tui-windata.c: Include "gdb_string.h".
9804 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9805 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9806 * Makefile.in: Update dependencies.
9807
9808 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9809
9810 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9811 * infrun.c: Include "gdb_assert.h".
9812 (singlestep_ptid, saved_singlestep_ptid)
9813 (stepping_past_singlestep_breakpoint): New variables.
9814 (resume): Set singlestep_ptid. Check for singlestep thread
9815 hop.
9816 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9817 (handle_inferior_event): Handle singlestep thread hop.
9818
9819 2004-02-16 Andrew Cagney <cagney@redhat.com>
9820
9821 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9822 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9823 (dwarf2_frame_init_reg): Ditto.
9824
9825 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9826 suggested by Joshua Neuheisel
9827
9828 * configure.in: Always check for curses, including pdcurses.
9829 Warn, instead of error, when no curses are found. Enable TUI when
9830 curses is available.
9831 * configure: Re-generate.
9832
9833 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9834
9835 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9836 sh_sh4_register_convert_to_virtual.
9837 (sh_register_convert_to_raw): Rename from
9838 sh_sh4_register_convert_to_raw.
9839 (sh_pseudo_register_read): Accomodate above name change.
9840 (sh_pseudo_register_write): Ditto.
9841
9842 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9843
9844 * sh-tdep.c (sh_generic_register_name): Remove.
9845 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9846
9847 2004-02-15 Andrew Cagney <cagney@redhat.com>
9848
9849 * configure.in (build_warnings): Add -Wunused-function.
9850 * configure: Re-generate.
9851
9852 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9853 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9854
9855 * procfs.c (procfs_init_inferior): Assume that
9856 START_INFERIOR_TRAPS_EXPECTED is defined.
9857 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9858 * config/ns32k/tm-nbsd.h: Delete file,
9859 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9860
9861 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9862 * config/vax/tm-vax.h: Delete file.
9863
9864 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9865 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9866 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9867 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9868 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9869 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9870 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9871
9872 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9873
9874 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9875 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9876 (struct dwarf2_frame_ops): New.
9877 (dwarf2_frame_default_init_reg): New function, based on
9878 dwarf2_frame_init_reg.
9879 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9880 (dwarf2_frame_init_reg): Call architecture-specific function.
9881 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9882 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9883 instead of dwarf2_frame_data.
9884 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9885 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9886
9887 2004-02-15 Andrew Cagney <cagney@redhat.com>
9888
9889 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9890 register_gdbarch_swap.
9891 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9892 * f-lang.c (_initialize_f_language): Update, use
9893 DEPRECATED_REGISTER_GDBARCH_SWAP.
9894 * remote.c (_initialize_remote): Ditto.
9895 * regcache.c (_initialize_regcache): Ditto.
9896 * parse.c (_initialize_parse): Ditto.
9897 * infrun.c (_initialize_infrun): Ditto.
9898 * mi/mi-main.c (_initialize_mi_main): Ditto.
9899 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9900
9901 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9902 poking .cacheable directly.
9903 * symfile.c (symfile_bfd_open): Ditto.
9904
9905 * Makefile.in: Update all dependencies.
9906
9907 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9908 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9909 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9910 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9911 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9912
9913 2004-02-14 Andrew Cagney <cagney@redhat.com>
9914
9915 * arch-utils.c (legacy_convert_register_p): Check
9916 DEPRECATED_REGISTER_CONVERTIBLE_P.
9917 * findvar.c (value_of_register): Ditto.
9918
9919 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9920 * gdbarch.h, gdbarch.c: Re-generate.
9921 * arch-utils.c (deprecated_register_convertible_not): Delete.
9922 * arch-utils.h (deprecated_register_convertible_not): Delete.
9923 * mi/mi-main.c (get_register): Update. Update copyright.
9924 * infcmd.c (default_print_registers_info): Update.
9925
9926 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9927 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9928 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9929 * gdbarch.h, gdbarch.c: Re-generate.
9930 * frame.c (deprecated_get_next_frame_hack): Delete function.
9931 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9932 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9933 Update.
9934 * infcall.c (call_function_by_hand): Update.
9935
9936 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9937
9938 * symfile.c (init_entry_point_info, entry_point_address): Move
9939 from here...
9940 * objfiles.c (init_entry_point_info, entry_point_address):..to
9941 here.
9942 * symfile.h (init_entry_point_info, entry_point_address): Remove
9943 prototypes.
9944 * objfiles.h (init_entry_point_info, entry_point_address):Add
9945 prototypes.
9946 * cris-tdep.c: Remove include of symfile.h. Add include of
9947 objfiles.h.
9948 * infcall.c: Ditto.
9949 * mcore-tdep.c: Ditto.
9950 * mn10300-tdep.c: Ditto.
9951 * sh64-tdep.c: Ditto.
9952 * v850-tdep.c: Ditto.
9953 * arm-tdep.c: Remove include of symfile.h.
9954 * blockframe.c: Ditto.
9955 * coffread.c: Ditto.
9956 * dbxread.c: Ditto.
9957 * dwarf2read.c: Ditto.
9958 * dwarfread.c: Ditto.
9959 * frv-tdep.c: Ditto.
9960 * ia64-tdep.c: Ditto.
9961 * mdebugread.c: Ditto.
9962 * mipsread.c: Ditto.
9963 * rs6000-tdep.c: Ditto.
9964 * s390-tdep.c: Ditto.
9965 * sh-tdep.c: Ditto.
9966 * xstormy16-tdep.c: Ditto.
9967 * gdbarch.sh: Remove include of symfile.h.
9968 * gdbarch.c: Regenerate.
9969 * solib-irix.c (enable_break): Use entry_point_address().
9970 Add comment about include file.
9971 * xcoffread.c: Add comment about include file.
9972 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9973 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9974 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9975 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9976 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9977
9978 2004-02-13 Andrew Cagney <cagney@redhat.com>
9979
9980 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9981 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9982 copyright.
9983 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9984
9985 2004-02-12 Fred Fish <fnf@redhat.com>
9986
9987 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9988 set_gdbarch_store_return_value.
9989
9990 2004-02-12 Andrew Cagney <cagney@redhat.com>
9991
9992 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9993 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9994 (interrupt_query): Ditto.
9995 (ofunc): Delete unused variable.
9996 * cris-tdep.c (cris_abi): Delete unused function.
9997 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9998 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9999 (cris_get_asr_quick_shift_steps): Ditto.
10000 (cris_skip_prologue_frameless_p): Ditto.
10001 * arm-tdep.c (arm_push_return_address): Delete unused function.
10002 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10003 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10004 * s390-tdep.c (s390_function_start): Delete unused function.
10005
10006 2004-02-12 Andrew Cagney <cagney@redhat.com>
10007
10008 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10009 gdbarch.h, gdbarch.c: Re-generate.
10010 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10011 to generic_prologue_frameless_p.
10012 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10013 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10014
10015 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10016
10017 * mips-linux-tdep.c: Include "frame.h".
10018 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10019 (mips_linux_skip_resolver): New functions.
10020 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10021 and set_gdbarch_in_solib_call_trampoline.
10022 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10023 to after set_gdbarch_in_solib_return_trampoline. Only set the
10024 solib hooks to mips16 functions if the OS ABI is unknown.
10025 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10026 including "config/tm-linux.h".
10027 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10028 * Makefile.in (mips-linux-tdep.o): Update.
10029
10030 2004-02-11 David Carlton <carlton@kealia.com>
10031
10032 * linespec.c (decode_compound): Only look for a class symbol when
10033 considering all but the rightmost component.
10034
10035 2004-02-11 Andrew Cagney <cagney@redhat.com>
10036
10037 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10038 abi code are are separatly grouped.
10039
10040 2004-02-11 Andrew Cagney <cagney@redhat.com>
10041
10042 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10043 * gdbarch.h, gdbarch.c: Re-generate.
10044 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10045 * v850-tdep.c (v850_gdbarch_init): Update.
10046 * sh64-tdep.c (sh64_gdbarch_init): Update.
10047 * sh-tdep.c (sh_gdbarch_init): Update.
10048 * s390-tdep.c (s390_gdbarch_init): Update.
10049 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10050 * mips-tdep.c (mips_gdbarch_init): Update.
10051 * mcore-tdep.c (mcore_gdbarch_init): Update.
10052 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10053 * m32r-tdep.c (m32r_gdbarch_init): Update.
10054 * ia64-tdep.c (ia64_gdbarch_init): Update.
10055 * hppa-tdep.c (hppa_gdbarch_init): Update.
10056 * h8300-tdep.c (h8300_gdbarch_init): Update.
10057 * frv-tdep.c (frv_gdbarch_init): Update.
10058 * d10v-tdep.c (d10v_gdbarch_init): Update.
10059 * cris-tdep.c (cris_gdbarch_init): Update.
10060 * avr-tdep.c (avr_gdbarch_init): Update.
10061 * arm-tdep.c (arm_gdbarch_init): Update.
10062 * alpha-tdep.c (alpha_gdbarch_init): Update.
10063
10064 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10065
10066 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10067 comma.
10068 (sh_sh4al_dsp_register_name): Ditto.
10069
10070 2004-02-10 Andrew Cagney <cagney@redhat.com>
10071
10072 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10073 (mips_init_frame_pc_first): Delete function.
10074 (mips_frame_saved_pc): Delete function.
10075 (mips_frame_chain): Delete function.
10076 (mips_init_extra_frame_info): Delete function.
10077 (mips_xfer_register): Delete unused variable "reg".
10078 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10079 (mips_n32n64_return_value): Delete unused variable "reg".
10080 (mips_n32n64_return_value): Delete unused variable "pos".
10081 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10082 (mips_o32_return_value): Delete unused variable "pos".
10083 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10084 (mips_print_fp_register): Delete unused variable "namelen"
10085 (mips_print_fp_register): Delete unused variable "flt2"
10086 (get_frame_pointer): Delete function.
10087 (cached_proc_desc): Delete static variable.
10088 (mips_pop_frame): Delete function.
10089 (mips_find_saved_regs): Delete function.
10090 (mips_get_saved_register): Delete function.
10091 (mips_saved_pc_after_call): Delete function.
10092 (SIGFRAME_BASE): Delete macro.
10093 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10094 (SIGFRAME_PC_OFF): Delete macro.
10095 (SIGFRAME_REGSAVE_OFF): Delete macro.
10096 (mips_dump_tdep): Do not print deleted macro definitions.
10097
10098 2004-02-10 Andrew Cagney <cagney@redhat.com>
10099
10100 * Makefile.in (SFILES): Remove explictly listed tui files.
10101 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10102
10103 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10104
10105 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10106 to use paddr functions to format ia64 addresses and long values.
10107 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10108 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10109 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10110 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10111 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10112
10113 2004-02-10 Andrew Cagney <cagney@redhat.com>
10114
10115 * defs.h: Do not include "tui.h".
10116 * gdb_curses.h: New file.
10117 * tui/tui-hooks.h: New file.
10118 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10119 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10120 (tui_initialize_io): Delete declaration.
10121 (tui_initialize_readline: Delete redundant declaration.
10122 (struct tui_point): Delete definition.
10123 * tui/tui-data.h (struct tui_point): Define.
10124 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10125 * utils.c: Include "tui/tui.h".
10126 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10127 * printcmd.c [TUI]: Include "tui/tui.h".
10128 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10129 * tui/tui-command.c: Include "gdb_curses.h".
10130 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10131 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10132 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10133 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10134 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10135 * Makefile.in: Update all dependencies.
10136 (tui_hooks_h, gdb_curses_h): Define.
10137 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10138
10139 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10140
10141 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10142 auxf2. Add comments about some other rarely used fields.
10143
10144 2004-02-10 Andrew Cagney <cagney@redhat.com>
10145
10146 * Makefile.in (init.c): Fix script removing duplicates. Problem
10147 reported by Peter Schauer.
10148
10149 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10150
10151 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10152 obstack_specify_allocation.
10153 * objfiles.c (allocate_objfile): Ditto.
10154 * solib-sunos.c (solib_add_common_symbols)
10155 (allocate_rt_common_objfile): Ditto.
10156 * symfile.c (reread_symbols): Ditto.
10157 * gdb_obstack.h: Add comment.
10158
10159 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10160
10161 * linespec.c (decode_line_1, locate_first_half)
10162 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10163 commented out code.
10164
10165 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10166
10167 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10168 obstack_free.
10169
10170 2004-02-09 Andrew Cagney <cagney@redhat.com>
10171
10172 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10173 fails, try find_pc_section. Fix PR c++/1267.
10174 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10175 instead of find_pc_mapped_section.
10176 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10177 not default to the section containing PC. Fix PR symtab/1519.
10178
10179 2004-02-09 Andrew Cagney <cagney@redhat.com>
10180
10181 * Makefile.in (mips-tdep.o): Update dependencies.
10182 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10183 "trad-frame.h".
10184 (mips_unwind_pc): Return the pseudo PC register.
10185 (mips_unwind_dummy_id): New function.
10186 (mips16_fetch_instruction): New function.
10187 (mips32_fetch_instruction): New function.
10188 (struct mips_frame_cache): Define.
10189 (mips_mdebug_frame_cache): New function.
10190 (mips_mdebug_frame_this_id): New function.
10191 (mips_mdebug_frame_prev_register): New function.
10192 (mips_mdebug_frame_unwind): Define.
10193 (mips_mdebug_frame_sniffer): New function.
10194 (mips_mdebug_frame_base_address): New function.
10195 (mips_mdebug_frame_base): Define.
10196 (mips_mdebug_frame_base_sniffer): New function.
10197 (mips_gdbarch_init): Append unwind and base sniffers. Set
10198 unwind_dummy_id.
10199
10200 2004-02-08 Andrew Cagney <cagney@redhat.com>
10201
10202 * frame.c: Print both the register number and name.
10203
10204 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10205 and a sed into a single sed. Make .c and .o patterns more robust.
10206 (OBS): Delete.
10207 (INIT_FILES): Replace OBS with COMMON_OBS.
10208 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10209
10210 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10211
10212 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10213 the PT_WCOOKIE request.
10214
10215 2004-02-08 Andrew Cagney <cagney@redhat.com>
10216
10217 * mips-tdep.c (mips_unwind_pc): New function.
10218 (mips_gdbarch_init): Set mips_unwind_pc.
10219
10220 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10221 (get_frame_id): Allow the UNKNOWN_FRAME.
10222 (frame_register_unwind, get_frame_type): Ditto.
10223
10224 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10225 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10226 unwind_dummy_id indicates a legacy frame.
10227
10228 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10229 * configure: Re-generate.
10230
10231 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10232 methods.
10233
10234 2004-02-08 Andrew Cagney <cagney@redhat.com>
10235
10236 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10237 makefile macro.
10238 * configure: Re-generate.
10239 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10240 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10241 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10242 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10243 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10244 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10245 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10246 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10247 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10248 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10249
10250 2004-02-07 Andrew Cagney <cagney@redhat.com>
10251
10252 * Makefile.in: Update all dependencies.
10253
10254 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10255 * configure: Re-generate.
10256 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10257 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10258 (COMMON_OBS): Add "main.o" and "annotate.o".
10259 (ANNOTATE_OBS): Delete.
10260 (OBS): Remove ANNOTATE_OBS.
10261 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10262 CONFIG_INITS.
10263 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10264 against CONFIG_OBS and "main.o".
10265 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10266 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10267
10268 * tui/tui-command.c: Include "gdb_string.h", delete register
10269 attribute, use ISO-C function signatures.
10270 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10271 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10272 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10273 * tui/tui.c: Ditto.
10274
10275 * tui/tui-command.c: Change variable and function names to lower
10276 case.
10277 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10278 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10279 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10280 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10281 * tui/tui-winsource.c, tui/tui.c: Ditto.
10282
10283 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10284
10285 * buildsym.c (free_pending_blocks, finish_block)
10286 (record_pending_block, make_blockvector, end_symtab): Replace
10287 symbol_obstack with objfile_obstack.
10288 * coffread.c (process_coff_symbol, coff_read_struct_type)
10289 (coff_read_enum_type): Ditto.
10290 * cp-namespace.c (initialize_namespace_symtab)
10291 (check_one_possible_namespace_symbol): Ditto.
10292 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10293 (dwarf2_symbol_mark_computed): Ditto.
10294 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10295 * elfread.c (elf_symtab_read): Ditto.
10296 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10297 (hpread_read_enum_type, hpread_read_function_type)
10298 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10299 Ditto.
10300 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10301 (java_link_class_type): Ditto.
10302 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10303 (new_symbol): Ditto.
10304 * minsyms.c (install_minimal_symbols): Ditto.
10305 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10306 (terminate_minimal_symbol_table): Replace symbol_obstack with
10307 objfile_obstack.
10308 (free_objfile): Remove freeing of symbol_obstack.
10309 * objfiles.h: Remove symbol_obstack field.
10310 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10311 objfile_obstack.
10312 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10313 symbol_obstack.
10314 (solib_add_common_symbols): Replace symbol_obstack with
10315 objfile_obstack.
10316 * somsolib.c (som_solib_add): Ditto.
10317 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10318 (common_block_start, common_block_end): Ditto.
10319 * symfile.c (reread_symbols): Remove freeing and init of
10320 symbol_obstack.
10321 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10322 * symfile.h: Update comment.
10323 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10324 stats printing.
10325 * symtab.c (symbol_set_names): Replace symbol_obstack with
10326 objfile_obstack.
10327 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10328 Update comments.
10329 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10330 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10331 objfile_obstack.
10332
10333 2004-02-07 Andrew Cagney <cagney@redhat.com>
10334
10335 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10336 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10337 fields and variables.
10338 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10339 (m_beInvisible): Delete macro.
10340 * tui/tui-data.h: Fix case case fields and variables.
10341 (m_genWinPtrIsNull): Delete macro.
10342 (tui_win_list): Rename winList.
10343 (TUI_SRC_WIN): Rename srcWin.
10344 (TUI_DISASM_WIN): Rename disassemWin.
10345 (TUI_DATA_WIN): Rename dataWin.
10346 (TUI_CMD_WIN): Rename cmdWin.
10347 (m_genWinPtrNotNull): Delete macro.
10348 (m_winPtrIsNull): Delete macro.
10349 (m_winPtrNotNull): Delete macro.
10350 (tui_win_is_source_type): Replace m_winIsSourceType
10351 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10352 (tui_win_has_locator): Replace m_hasLocator.
10353 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10354 m_setWinHighlightOff.
10355 * tui/tui-data.c: Update references.
10356 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10357 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10358 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10359 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10360 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10361 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10362 * tui/tui-winsource.c, tui/tui.c: Ditto.
10363
10364 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10365
10366 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10367 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10368 StackGhost.
10369
10370 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10371 variable `i6' to `i7'.
10372 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10373
10374 2004-02-07 Andrew Cagney <cagney@redhat.com>
10375
10376 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10377 (TuiPoint, TuiPointPtr): Ditto.
10378 (TuiStatus, TuiStatusPtr): Ditto.
10379 (TuiWinType, TuiWinTypePtr): Ditto.
10380 (struct tui_point): Rename _TuiPoint.
10381 (tui_get_low_disassembly_address): Rename
10382 tuiGetLowDisassemblyAddress.
10383 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10384 (tuiFree): Delete declaration.
10385 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10386 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10387 * tui/tui.c (tuiFree): Delete function.
10388 * cli/cli-cmds.c (disassemble_command): Update references.
10389 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10390 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10391 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10392 * tui/tui-winsource.c: Ditto.
10393
10394 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10395
10396 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10397 coffstab_build_psymtabs, elfstab_build_psymtabs)
10398 (stabsect_build_psymtabs): Replace psymbol_obstack with
10399 objfile_obstack.
10400 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10401 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10402 Ditto.
10403 * dwarfread.c (scan_compilation_units): Ditto.
10404 * elfread.c (elfstab_offset_sections): Ditto.
10405 * hppa-tdep.c (read_unwind_info): Ditto.
10406 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10407 (hpread_end_psymtab): Ditto.
10408 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10409 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10410 Ditto.
10411 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10412 * objfiles.c (add_to_objfile_sections)
10413 (build_objfile_section_table): Ditto.
10414 (allocate_objfile): Remove init of psymbol_obstack.
10415 (free_objfile): Remove freeing of psymbol_obstack.
10416 * objfiles.h (struct objfile): Remove field
10417 psymbol_obstack. Update comments.
10418 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10419 psymbol_obstack with objfile_obstack.
10420 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10421 psymbol_obstack.
10422 * somread.c (som_symfile_offsets, init_import_symbols)
10423 (init_export_symbols): Replace psymbol_obstack with
10424 objfile_obstack.
10425 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10426 * symfile.c (default_symfile_offsets, syms_from_objfile)
10427 (reread_symbols): Remove freeing and init of psymbol_obstack.
10428 (cashier_psymtab): Update comment.
10429 * symmisc.c (print_objfile_statistics): Don't report stats for
10430 psymbol obstack.
10431 * symtab.h (struct general_symbol_info, struct partial_symtab):
10432 Update comments.
10433 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10434 (xcoff_symfile_offsets): Replace psymbol_obstack with
10435 objfile_obstack.
10436
10437 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10438
10439 * objfiles.h (struct objfile): Add objfile_obstack field.
10440 Remove type_obstack field.
10441
10442 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10443 read_structure_scope read_enumeration, new_symbol): Replace
10444 type_obstack with objfile_obstack.
10445 * dwarfread.c (struct_type, enum_type): Ditto.
10446 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10447 (lookup_fundamental_type): Ditto.
10448 * gdbtypes.h (TYPE_ALLOC): Ditto.
10449 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10450 (hpread_read_doc_function_type, hpread_read_struct_type)
10451 (fix_static_member_physnames, hpread_read_array_type)
10452 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10453 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10454 (java_link_class_type): Ditto.
10455 * mdebugread.c (parse_type): Ditto.
10456 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10457 * solib-sunos.c (solib_add_common_symbols): Ditto.
10458 * stabsread.c (define_symbol, read_type, read_member_functions,
10459 read_cpp_abbrev, read_one_struct_field): Ditto.
10460 * symfile.c (reread_symbols): Ditto.
10461 * symmisc.c (print_objfile_statistics): Ditto.
10462
10463 2004-02-07 Andrew Cagney <cagney@redhat.com>
10464
10465 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10466 (tui_exec_info_content): Rename TuiExecInfoContent.
10467 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10468 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10469 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10470 (TuiList, TuiListPtr): Ditto.
10471 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10472 (TuiDataType, TuiDataTypePtr): Ditto.
10473 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10474 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10475 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10476 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10477 (TuiDataElement, TuiDataElementPtr): Ditto.
10478 (TuiWinElement, TuiWinElementPtr): Ditto.
10479 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10480 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10481 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10482 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10483 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10484 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10485 * tui/tui-command.c, tui/tui-data.c: Update references.
10486 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10487 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10488 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10489 * tui/tui-winsource.c, tui/tui.c: Ditto.
10490
10491 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10492
10493 * dwarf2-frame.h: Update copyright.
10494 (enum dwarf2_frame_reg_rule): New.
10495 (struct dwarf2_frame_state_reg): New.
10496 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10497 * dwarf2-frame.c: Update copyright.
10498 (enum dwarf2_reg_rule): Remove.
10499 (struct dwarf2_frame_state): Remove defenition of `struct
10500 dwarf2_frame_state_reg'.
10501 (read_reg): Call get_frame_arch to get the architecture instead of
10502 using CURRENT_GDBARCH.
10503 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10504 DWARF2_FRAME_.
10505 (dwarf2_frame_init_reg): New function.
10506 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10507 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10508 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10509 tags with DWARF2_FRAME_.
10510 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10511 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10512 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10513
10514 2004-02-06 Andrew Cagney <cagney@redhat.com>
10515
10516 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10517 (enum tui_data_type): Rename _TuiDataType.
10518 (struct tui_layout_def): Rename _TuiLayoutDef.
10519 (struct tui_source_element): Rename _TuiSourceElement.
10520 (struct tui_data_element): Rename _TuiDataElement.
10521 (struct tui_command_element): Rename _TuiCommandElement.
10522 (struct tui_locator_element): Rename _TuiLocatorElement.
10523 (union tui_which_element): Define.
10524 (struct tui_win_element): Rename _TuiWinElement.
10525 (struct tui_data_info): Rename _TuiDataInfo.
10526 (struct tui_source_info): Rename _TuiSourceInfo.
10527 (struct tui_command_info): Rename _TuiCommandInfo.
10528 (tui_initialize_static_data): Rename initializeStaticData.
10529 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10530 (tui_alloc_win_info): Rename allocWinInfo.
10531 (tui_init_generic_part): Rename initGenericPart.
10532 (tui_init_win_info): Rename initWinInfo.
10533 (tui_alloc_content): Rename allocContent.
10534 (tui_add_content_elements): Rename addContentElements.
10535 (tui_init_content_element): Rename initContentElement.
10536 (tui_free_window): Rename freeWindow.
10537 (tui_free_win_content): Rename freeWinContent.
10538 (tui_free_data_content): Rename freeDataContent.
10539 (tui_free_all_source_wins_content): Rename
10540 freeAllSourceWinsContent.
10541 (tui_del_window): Rename tuiDelWindow.
10542 (tui_del_data_windows): Rename tuiDelDataWindows.
10543 (tui_partial_win_by_name): Rename partialWinByName.
10544 (tui_win_name): Rename winName.
10545 (tui_current_layout): Rename currentLayout.
10546 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10547 (tui_term_height): Rename termHeight.
10548 (tui_set_term_height_to): Rename setTermHeightTo.
10549 (tui_term_width): Rename termWidth.
10550 (tui_set_term_width_to): Rename setTermWidthTo.
10551 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10552 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10553 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10554 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10555 (tui_source_windows): Rename sourceWindows.
10556 (tui_clear_source_windows): Rename clearSourceWindows.
10557 (tui_clear_source_windows_detail): Rename
10558 clearSourceWindowsDetail.
10559 (tui_clear_win_detail): Rename clearWinDetail.
10560 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10561 (tui_default_tab_len): Rename tuiDefaultTabLen.
10562 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10563 (tui_win_with_focus): Rename tuiWinWithFocus.
10564 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10565 (tui_layout_def): Rename tuiLayoutDef.
10566 (tui_win_resized): Rename tuiWinResized.
10567 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10568 (tui_next_win): Rename tuiNextWin.
10569 (tui_prev_win): Rename tuiPrevWin.
10570 (tui_add_to_source_windows): Rename addToSourceWindows.
10571 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10572 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10573 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10574 * tui/tui.c, tui/tui-data.c: Ditto.
10575 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10576 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10577
10578 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10579 (struct symtab): Declare.
10580 (tui_set_source_content): Rename tuiSetSourceContent.
10581 (tui_show_symtab_source): Rename tuiShowSource.
10582 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10583 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10584 * tui/tui-source.c: Update copyright. Update references.
10585 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10586 * tui/tui-stack.c: Update references.
10587
10588 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10589 (struct tui_win_info): Declare.
10590 (tui_scroll_forward): Rename tuiScrollForward.
10591 (tui_scroll_backward): Rename tuiScrollBackward.
10592 (tui_scroll_left): Rename tuiScrollLeft.
10593 (tui_scroll_right): Rename tuiScrollRight.
10594 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10595 (tui_resize_all): Rename tuiResizeAll.
10596 (tui_refresh_all_win): Rename tuiRefreshAll.
10597 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10598 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10599 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10600 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10601
10602 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10603 (tui_erase_data_content): Rename tuiEraseDataContent.
10604 (tui_display_all_data): Rename tuiDisplayAllData.
10605 (tui_check_data_values): Rename tuiCheckDataValues.
10606 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10607 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10608 (tui_first_data_element_no_in_line): Rename
10609 tuiFirstDataElementNoInLine.
10610 (tui_delete_data_content_windows): Rename
10611 tuiDeleteDataContentWindows.
10612 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10613 (tui_display_data_from): Rename tuiDisplayDataFrom.
10614 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10615 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10616 * tui/tui-win.c, tui/tui-regs.c: Update references.
10617 * tui/tui-layout.c, tui/tui.c: Update references.
10618
10619 * tui/tui-wingeneral.h: Update copyright.
10620 (m_allBeVisible): Delete macro.
10621 (m_allBeInvisible): Delete macro.
10622 (struct tui_gen_win_info): Declare.
10623 (struct tui_win_info): Declare.
10624 (tui_unhighlight_win): Rename unhighlightWin.
10625 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10626 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10627 (tui_make_window): Rename makeWindow.
10628 (tui_copy_win): Rename copyWin.
10629 (tui_box_win): Rename boxWin.
10630 (tui_highlight_win): Rename highlightWin.
10631 (tui_check_and_display_highlight_if_needed): Rename
10632 checkAndDisplayHighlightIfNeeded.
10633 (tui_refresh_all): Rename refreshAll.
10634 (tui_delete_win): Rename tuiDelwin.
10635 (tui_refresh_win): Rename tuiRefreshWin.
10636 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10637 (tui_make_visible, tui_make_invisible): New functions.
10638 (tui_make_all_visible, tui_make_all_invisible): New functions.
10639 (make_all_visible): Rename makeAllVisible.
10640 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10641 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10642 * tui/tui-windata.c, tui/tui-win.c: Update references.
10643 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10644 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10645
10646 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10647
10648 * proc-api.c (write_with_trace): Initialize local variable to
10649 silence compiler warning.
10650
10651 2004-02-06 Andrew Cagney <cagney@redhat.com>
10652
10653 * tui/tui-source.h: Do not include "defs.h".
10654 (struct tui_win_info): Declare.
10655 (tui_set_source_content_nil): Declare.
10656 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10657 (union tui_line_or_address): Rename _TuiLineOrAddress.
10658 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10659 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10660 (tui_update_source_window_as_is): Rename
10661 tuiUpdateSourceWindowAsIs.
10662 (tui_update_source_windows_with_addr): Rename
10663 tuiUpdateSourceWindowsWithAddr.
10664 (tui_update_source_windows_with_line): Rename
10665 tuiUpdateSourceWindowsWithLine.
10666 (tui_clear_source_content): Rename tuiClearSourceContent.
10667 (tui_erase_source_content): Rename tuiEraseSourceContent.
10668 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10669 (tui_show_source_content): Rename tuiShowSourceContent.
10670 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10671 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10672 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10673 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10674 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10675 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10676 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10677 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10678 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10679 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10680 (struct tui_win_info): Declare.
10681 * tui/tui-stack.c: Update references.
10682 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10683 * tui/tui-win.c, tui/tui-source.c: Ditto.
10684 * tui/tui.c, tui/tui-disasm.c: Ditto.
10685
10686 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10687
10688 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10689 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10690
10691 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10692
10693 * infrun.c (handle_inferior_event): Allow for breakpoint
10694 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10695 and SIGEMT. Update comments.
10696 * NEWS (Revised SPARC target): Mention support for non-executable
10697 stack.
10698
10699 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10700
10701 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10702 * inftarg.c: Update copyright year.
10703 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10704 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10705 (sparc_xfer_wcookie): New function.
10706 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10707 * Makefile.in (sparc-nat.o): Update dependencies.
10708 * config/sparc/nm-nbsd.h: Include "target.h".
10709 (NATIVE_XFER_WCOOKIE): New define.
10710 (sparc_xfer_wcookie): New prototype.
10711
10712 2004-02-04 Andrew Cagney <cagney@redhat.com>
10713
10714 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10715 SYSCALL_TRAP function.
10716 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10717
10718 2004-02-04 Andrew Cagney <cagney@redhat.com>
10719 Daniel Jacobowitz <drow@mvista.com>
10720
10721 * objfiles.h: Delete comments refering to inside_entry_func and
10722 DEPRECATED_FRAME_CHAIN_VALID.
10723 * defs.h (inside_entry_func): Update prototype..
10724 * blockframe.c (inside_entry_func): Rename to
10725 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10726 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10727
10728 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10729
10730 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10731 outside of #ifdef SOLIB_ADD region.
10732 (do_restore_lang_radix_cleanup): Ditto.
10733 (resolve_pending_breakpoint): Ditto.
10734
10735 2004-02-03 Andrew Cagney <cagney@redhat.com>
10736
10737 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10738 (process_note_abi_tag_sections): Delete unused function.
10739 (ia64_read_fp): Delete unused function.
10740 (gdbarch_extract_struct_value_address): Delete declaration.
10741
10742 2004-02-02 Andrew Cagney <cagney@redhat.com>
10743
10744 * vax-tdep.c (vax_frame_chain): Delete call to
10745 deprecated_inside_entry_file.
10746 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10747
10748 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10749
10750 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10751 column that's "empty" or "same value" when eliminating REG_RA
10752 rules.
10753
10754 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10755
10756 * NEWS: Add information about new pending breakpoint support.
10757
10758 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10759
10760 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10761 and pending fields for pending breakpoint support.
10762 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10763 (condition_command): Only parse condition if not a pending
10764 breakpoint.
10765 (print_one_breakpoint): Add support for pending breakpoints.
10766 (describe_other_breakpoints): Add checks to verify we are not
10767 dealing with pending breakpoints.
10768 (check_duplicates): Don't check pending breakpoints.
10769 (set_raw_breakpoint): Initialize pending flag.
10770 (do_restore_lang_radix_cleanup): New cleanup routine.
10771 (resolve_pending_breakpoint): New function.
10772 (re_enable_breakpoints_in_shlibs): Try and resolve any
10773 pending breakpoints via resolve_pending_breakpoint.
10774 (mention): Add pending breakpoint support.
10775 (parse_breakpoint_sals): Add new parameter to pass to
10776 decode_line_1 to indicate silent errors when files or functions
10777 are not found. Change all callers.
10778 (do_captured_parse_breakpoint): New function.
10779 (break_command_1): Change prototype to return an rc value and to
10780 take an optional pending breakpoint pointer. Support creating
10781 a pending breakpoint if a "not found" form of error occurs when
10782 parsing the breakpoint. Also support resolving an existing pending
10783 breakpoint and be silent if the resolution fails.
10784 (create_breakpoints): Change prototype to take pending breakpoint
10785 pointer. When resolving a pending breakpoint, use the new pointer
10786 to provide a conditional or commands added by the end-user.
10787 (delete_breakpoint): Add appropriate check for pending.
10788 (breakpoint_re_set_one): Ditto.
10789 (do_enable_breakpoint): Ditto.
10790
10791 2004-02-02 David Carlton <carlton@kealia.com>
10792
10793 * valops.c (enum oload_classification): New.
10794 (find_overload_match): Break implementation into separate
10795 functions; delete #if 0'd code; look for symbols within
10796 namespaces.
10797 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10798 (find_oload_champ,oload_method_static,classify_oload_match): New.
10799 * cp-support.h: Add declaration for cp_func_name; update
10800 declaration for make_symbol_overload_list.
10801 * cp-support.c (cp_func_name): New.
10802 (overload_list_add_symbol): Fix comment, use
10803 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10804 (make_symbol_overload_list): Take a function name and a namespace
10805 instead of a symbol; change implementation.
10806 (make_symbol_overload_list_using): New.
10807 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10808
10809 2004-02-02 Fred Fish <fnf@redhat.com>
10810
10811 * main.c (gdb_stdtarg): Move definition to group with other
10812 gdb_stdtarg definitions and update copyright years.
10813 * remote-sim.c (gdb_os_write_stderr): Write output to
10814 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10815 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10816 gdb_stderr stream and update copyright years.
10817
10818 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10819
10820 * Makefile.in (mips-linux-nat.o): Update dependencies.
10821 * mips-linux-nat.c: Include mips-tdep.h.
10822
10823 2004-02-01 Roland McGrath <roland@redhat.com>
10824
10825 * sol-thread.c (sol_thread_xfer_partial): New function.
10826 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10827 (init_sol_core_ops): Likewise.
10828
10829 * procfs.c (procfs_xfer_partial): New function.
10830 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10831 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10832
10833 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10834 procfs_xfer_auxv function.
10835
10836 * procfs.c (procfs_make_note_section): If we can read
10837 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10838 * linux-proc.c (linux_make_note_section): Likewise.
10839
10840 * auxv.h: New file.
10841 * auxv.c: New file.
10842 * Makefile.in (auxv_h): New variable.
10843 (COMMON_OBS): Add auxv.o here.
10844 (auxv.o): New target.
10845
10846 * corelow.c (core_xfer_partial): New function.
10847 (init_core_ops): Use it for core_ops.to_xfer_partial.
10848
10849 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10850 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10851 macro if that is defined.
10852
10853 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10854
10855 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10856 and check the specified thread for each breakpoint.
10857 * breakpoint.h (bpstat_stop_status): Update prototype.
10858 * infrun.c (handle_inferior_event): Update calls to
10859 bpstat_stop_status.
10860
10861 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10862
10863 * Makefile.in (cli-cmds.o): Add $(readline_h).
10864
10865 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10866
10867 * cli/cli-cmds.c: Include readline.h.
10868 (complete_command): Pass the start of the last word to
10869 complete_line.
10870
10871 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10872
10873 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10874 argument, and change first argument to a CORE_ADDR.
10875 * breakpoint.h (bpstat_stop_status): Update prototype.
10876 * infrun.c (adjust_pc_after_break): Add a new comment.
10877 (handle_inferior_event): Update calls to bpstat_stop_status.
10878
10879 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10880
10881 * breakpoint.h: Update copyright years.
10882
10883 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10884
10885 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10886 (bpstat_stop_status): Don't decrement PC.
10887 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10888 prototype.
10889 * infrun.c (adjust_pc_after_break): New function.
10890 (handle_inferior_event): Call it, early. Remove later references
10891 to DECR_PC_AFTER_BREAK.
10892 (normal_stop): Add commentary.
10893
10894 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10895
10896 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10897 2004-01-27 double-free fix.
10898
10899 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10900
10901 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10902 (sparc32_frame_prev_register): Handle StackGhost.
10903 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10904
10905 2004-01-29 Roland McGrath <roland@redhat.com>
10906
10907 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10908 * configure: Regenerated.
10909
10910 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10911 * Makefile.in (procfs.o): Add dep.
10912
10913 2004-01-28 Andrew Cagney <cagney@redhat.com>
10914
10915 * tui/tui-stack.h: Update copyright.
10916 (struct frame_info): Add opaque declaration.
10917 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10918 (tui_show_locator_content): Rename tuiShowLocatorContent.
10919 (tui_show_frame_info): Rename tuiShowFrameInfo.
10920 * tui/tui-stack.c: Update copyright. Update references.
10921 * tui/tui-winsource.c: Update references.
10922 * tui/tui-win.c: Update references.
10923 * tui/tui-layout.c: Update references.
10924 * tui/tui-hooks.c: Update copyright, update references.
10925 * tui/tui.c: Update copyright, update references.
10926 * tui/tui-disasm.c: Update references.
10927
10928 2004-01-28 David Carlton <carlton@kealia.com>
10929
10930 * dwarf2read.c (add_partial_structure): Use demangled name if
10931 namespace equals "".
10932
10933 2004-01-27 Jim Blandy <jimb@redhat.com>
10934
10935 Clean up misapplied patch:
10936 * dwarf2read.c (determine_prefix): Change one of the two forward
10937 declarations for 'determine_prefix_aux' to a declaration for this.
10938 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10939 argument to 'die_specification'.
10940
10941 * dwarf2read.c (read_func_scope): Re-indent comment.
10942
10943 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10944
10945 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10946 b->exp to NULL after freeing so that error during re-parsing or
10947 evaluation of expressions associated with breakpoint don't
10948 eventually lead to re-freeing of storage.
10949 Committed by Andrew Cagney.
10950
10951 2004-01-27 Andrew Cagney <cagney@redhat.com>
10952
10953 * source.c (ambiguous_line_spec): Delete undefined declaration.
10954 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10955 (m32r_set_server_address, m32r_set_download_path): Ditto.
10956 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10957
10958 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10959
10960 * dwarf2read.c: Update calls to changed and renamed functions, and
10961 references to moved variables.
10962
10963 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10964 language, language_defn, list_in_scope, and ftypes members.
10965 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10966 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10967 (baseaddr): Remove globals.
10968
10969 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10970 (set_cu_language, die_is_declaration, die_specification)
10971 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10972 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10973 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10974 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10975
10976 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10977 cu.list_in_scope. Don't initialize cu_header_offset.
10978 (add_partial_symbol): Add local baseaddr.
10979 (psymtab_to_symtab_1): Add local baseaddr. Use
10980 objfile->section_offsets for consistency. Don't initialize
10981 cu_header_offset; do initialize cu.header.offset and
10982 cu.list_in_scope.
10983 (read_file_scope, read_func_scope, read_lexical_block_scope)
10984 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10985
10986 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10987
10988 * PROBLEMS: Add gdb/1516.
10989
10990 2003-12-29 Robert Millan <robertmh@gnu.org>
10991
10992 Patch committed by Andrw Cagney.
10993 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10994 * configure.tgt: Match knetbsd*-gnu.
10995
10996 2004-01-26 Andrew Cagney <cagney@redhat.com>
10997
10998 * breakpoint.c (catch_command_1): Delete #ifdef code.
10999 (catch_fork_command_1): Delete #ifdef wrapper.
11000 (catch_exec_command_1): Ditto.
11001 (catch_load_command_1): Ditto.
11002 (catch_unload_command_1): Ditto.
11003
11004 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11005 (catch_breakpoint): Delete #if0ed function.
11006 (disable_catch_breakpoint): Ditto.
11007 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11008 (disable_catch, enable_catch, delete_catch): Ditto.
11009
11010 2004-01-26 Andrew Cagney <cagney@redhat.com>
11011
11012 * remote.c (echo_check, quit_flag): Delete variables.
11013 (cisco_kernel_mode): Delete variable.
11014 (minitelnet_return, tty_input, escape_count): Delete variables.
11015 (remote_cisco_mode): Delete variable.
11016 (remote_cisco_open, remote_cisco_close): Delete function.
11017 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11018 (init_remote_cisco_ops): Delete function.
11019 (_initialize_remote): Do not install "remote cisco" code.
11020 (read_frame): Delete cisco specific code.
11021 (remote_info_process): Delete function.
11022 (remote_wait): Delete cisco specific code.
11023 (remote_cisco_section_offsets): Delete function.
11024 (remote_cisco_objfile_relocate): Delete function.
11025 (remote_async_wait): Delete cisco specific code.
11026 (minitelnet, readtty, readsocket): Delete function.
11027
11028 2004-01-26 Andrew Cagney <cagney@redhat.com>
11029
11030 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11031 comments mentioning extract_returned_value_address.
11032 * infcmd.c (print_return_value): Update. Add comments on
11033 extract_returned_value_address.
11034 * stack.c (return_command): Add comments on
11035 extract_returned_value_address.
11036 * values.c: Update comment.
11037 * m32r-tdep.c: Update comment.
11038 * sparc-tdep.c: Update comment.
11039 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11040 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11041 * sh64-tdep.c (sh64_gdbarch_init): Update.
11042 * sh-tdep.c (sh_gdbarch_init): Update.
11043 * s390-tdep.c (s390_gdbarch_init): Update.
11044 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11045 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11046 * m68k-tdep.c (m68k_gdbarch_init): Update.
11047 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11048 * m32r-tdep.c (m32r_gdbarch_init): Update.
11049 * ia64-tdep.c (ia64_gdbarch_init): Update.
11050 * h8300-tdep.c (h8300_gdbarch_init): Update.
11051 * frv-tdep.c (frv_gdbarch_init): Update.
11052 * arm-tdep.c (arm_gdbarch_init): Update.
11053 * alpha-tdep.c (alpha_gdbarch_init): Update.
11054
11055 2004-01-26 Andrew Cagney <cagney@redhat.com>
11056
11057 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11058 SYMBOL_LOCATION_FUNCS
11059 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11060 "struct symbol_ops".
11061 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11062 type to "struct symbol_ops".
11063 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11064 (struct symbol): Replace ".aux_value.loc.funcs" and
11065 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11066 (SYMBOL_OBJFILE): Delete macro.
11067 (SYMBOL_LOCATION_FUNCS): Delete macro.
11068 (SYMBOL_LOCATION_BATON): Update.
11069 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11070 intead of SYMBOL_LOCATION_FUNCS.
11071 * ax-gdb.c (gen_var_ref): Ditto.
11072 * printcmd.c (address_info): Ditto.
11073 * findvar.c (read_var_value): Ditto.
11074 (symbol_read_needs_frame): Ditto.
11075
11076 2004-01-26 Andrew Cagney <cagney@redhat.com>
11077
11078 * dwarf2read.c (read_func_scope): Document frame-base hack.
11079
11080 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11081
11082 * infcmd.c (print_return_value): Plug memory leak; delete
11083 ui_stream object. Rename argument `structure_return' to
11084 `struct_return'.
11085
11086 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11087
11088 * infcmd.c (print_return_value): Wrap long lines.
11089 (finish_command_continuation, finish_command): Remove unused
11090 variable `funcaddr'. Fix some coding-standards problems.
11091
11092 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11093 SECT_SIZE is large enough, not whether it's exactly the right size.
11094 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11095 TDEP->fpregset to zero.
11096
11097 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11098 floating-point registers for traditional NetBSD core files.
11099 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11100 TDEP->sizeof_fpregset here.
11101
11102 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11103
11104 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11105 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11106 function with code split out from
11107 sparc32nbsd_sigcontext_frame_cache.
11108 (sparc32nbsd_sigcontext_frame_cache): Use
11109 sparc32nbsd_sigcontext_saved_regs.
11110 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11111 OpenBSD.
11112 * sparcobsd-tdep.c: New file.
11113 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11114 (sparcobsd-tdep.o): New dependency.
11115 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11116 * config/sparc/obsd.mt: New file.
11117
11118 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11119 TDEP->fpregset to be initialized to enable core file register
11120 sets.
11121
11122 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11123
11124 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11125 Add opaque declarations.
11126 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11127 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11128 function with code split out from
11129 sparc64nbsd_sigcontext_frame_cache.
11130 (sparc64nbsd_sigcontext_frame_cache): Use
11131 sparc64nbsd_sigcontext_saved_regs.
11132 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11133 OpenBSD.
11134 * sparc64obsd-tdep.c: New file.
11135 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11136 (sparc64obsd-tdep.o): New dependency.
11137 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11138 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11139 * config/sparc/obsd64.mt: New file.
11140
11141 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11142 read the instruction at PC.
11143
11144 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11145 value of GDB_OSABI_DEFAULT.
11146 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11147 instead of GDB_OSABI_NETBSD_AOUT.
11148
11149 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11150
11151 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11152 copyright.
11153
11154 2004-01-23 Andrew Cagney <cagney@redhat.com>
11155
11156 * printcmd.c (display_command): Replace tui_set_display call with
11157 tui_set_layout_for_display_command.
11158 * tui/tui.h (enum tui_win_type): Define.
11159 (tui_set_layout): Delete declaration.
11160 (tui_set_layout_for_display_command): Rename set_tui_layout.
11161 * tui/tui-data.h (enum tui_layout_type): Define.
11162 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11163 "tui.h".
11164 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11165 (tui_default_win_height): Rename tuiDefaultWinHeight.
11166 (tui_default_win_viewport_height): Rename
11167 tuiDefaultWinViewportHeight.
11168 (tui_set_layout): RenametuiSetLayout.
11169 * tui/tui-layout.c: Update references.
11170 * tui/tui.c: Update references.
11171 * tui/tui-disasm.c: Update references.
11172
11173 2004-01-23 David Carlton <carlton@kealia.com>
11174
11175 Partial workaround for PR c++/1511:
11176 * cp-namespace.c: Include frame.h.
11177 (cp_lookup_transparent_type): New
11178 (cp_lookup_transparent_type_loop): New.
11179 * cp-support.h: Declare cp_lookup_transparent_type.
11180 * symtab.c (basic_lookup_transparent_type): Renamed from
11181 lookup_transparent_type.
11182 (lookup_transparent_type): Replace old body by a call to
11183 current_language->la_lookup_transparent_type.
11184 * symtab.h: Update copyright. Declare
11185 basic_lookup_transparent_type.
11186 * language.h: Update copyright.
11187 (struct language_defn): Add la_lookup_transparent_type.
11188 * language.c: Update copyright.
11189 (unknown_language_defn): Add basic_lookup_transparent_type.
11190 (auto_language_defn): Add basic_lookup_transparent_type.
11191 (local_language_defn): Add basic_lookup_transparent_type.
11192 * ada-lang.c: Update copyright.
11193 (ada_language_defn): Add basic_lookup_transparent_type.
11194 * c-lang.c: Update copyright.
11195 (c_language_defn): Add basic_lookup_transparent_type.
11196 (cplus_language_defn): Add basic_lookup_transparent_type.
11197 (asm_language_defn): Add basic_lookup_transparent_type.
11198 (minimal_language_defn): Add basic_lookup_transparent_type.
11199 * f-lang.c: Update copyright.
11200 (f_language_defn): Add basic_lookup_transparent_type.
11201 * jv-lang.c: Update copyright.
11202 (java_language_defn): Add basic_lookup_transparent_type.
11203 * m2-lang.c: Update copyright.
11204 (m2_language_defn): Add basic_lookup_transparent_type.
11205 * objc-lang.c: Update copyright.
11206 (objc_language_defn): Add basic_lookup_transparent_type.
11207 * p-lang.c: Update copyright.
11208 (p_language_defn): Add basic_lookup_transparent_type.
11209 * scm-lang.c: Update copyright.
11210 (scm_language_defn): Add basic_lookup_transparent_type.
11211 * Makefile.in (cp-namespace.o): Depend on frame.h.
11212
11213 2004-01-23 David Carlton <carlton@kealia.com>
11214
11215 Patch for PR c++/1520:
11216 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11217 properly if we have a specification die.
11218 (determine_prefix_aux): Rename from determine_prefix.
11219 (determine_prefix): Like the old determine_prefix, but never
11220 returns NULL.
11221
11222 2004-01-23 Theodore A. Roth <troth@openavr.org>
11223
11224 * avr-tdep.c: Update copyright.
11225 (avr_iaddr_p): Delete unused function.
11226 (avr_saddr_p): Delete unused function.
11227
11228 2004-01-23 David Carlton <carlton@kealia.com>
11229
11230 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11231 Fix for PR symtab/1534.
11232
11233 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11234
11235 * NEWS (New native configurations): Mention OpenBSD/sparc and
11236 OpenBSD/sparc64.
11237 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11238 * configure.host: Likewise.
11239 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11240 handler for OpenBSD.
11241 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11242
11243 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11244
11245 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11246 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11247
11248 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11249 * cli/cli-cmds.c (shell_escape): Likewise.
11250
11251 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11252 OpenBSD .note.openbsd.ident sections.
11253
11254 2004-01-22 David Carlton <carlton@kealia.com>
11255
11256 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11257 get_scope_pc_bounds.
11258 (read_file_scope): Ditto.
11259 (get_scope_pc_bounds): New function, produced by extracting code
11260 from the above two functions, consolidating it, and adding support
11261 for DW_TAG_namespace.
11262
11263 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11264
11265 * osabi.c (MAX_NOTESZ): New define.
11266 (check_note): New function.
11267 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11268 check_note.
11269
11270 2004-01-21 Roland McGrath <roland@redhat.com>
11271
11272 * MAINTAINERS (write after approval): Add myself.
11273
11274 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11275
11276 * utils.c (init_page_info): Move declarations of `rows' and
11277 `cols' before the __GO32__-specific code. Move the closing brace
11278 outside the #ifdef __GO32__..#endif block.
11279 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11280
11281 2004-01-21 Paul Brook <paul@codesourcery.com>
11282
11283 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11284 BPSTAT_WHAT_CHECK_SHLIBS.
11285
11286 2004-01-21 Paul Brook <paul@codesourcery.com>
11287
11288 * MAINTAINERS: Add myself to write-after-approval.
11289
11290 2004-01-20 Andrew Cagney <cagney@redhat.com>
11291
11292 * ax-gdb.c (print_axs_value): Delete unused function.
11293 * jv-lang.c (java_lookup_type): Delete unused function.
11294 * cli/cli-dump.c (dump_filetype): Delete unused function.
11295 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11296 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11297 (mips_getstring): Delete unused function.
11298 (pmon_insert_breakpoint): Delete #if0ed function.
11299 (PMON_MAX_BP): Delete #if0ed MACRO.
11300 (mips_pmon_bp_info): Delete #if0ed variable.
11301 (pmon_remove_breakpoint): Delete #if0ed function.
11302 * monitor.c (monitor_write_even_block): Delete unused function.
11303 (monitor_write_memory_block): Delete #if0ed code.
11304 * dink32-rom.c (dink32_load): Delete unused function.
11305 (_initialize_dink32_rom): Delete #if0ed code.
11306 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11307
11308 * tui/tui-command.c: Update references.
11309 * tui/tui-io.c: Update references.
11310 * tui/tui-command.h: Update copyright.
11311 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11312
11313 * source.c (ambiguous_line_spec): Delete never-defined function.
11314 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11315 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11316 * cli/cli-cmds.c (validate_comname): Ditto.
11317
11318 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11319 "tui-data.h".
11320 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11321 (tui_show_disassem): Rename tuiShowDisassem.
11322 (tui_show_disassem_and_update_source): Rename
11323 tuiVerticalDisassemScroll.
11324 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11325 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11326 * tui/tui.h: Update copyright.
11327 (enum tui_status): Define.
11328 * tui/tui-data.h (enum tui_scroll_direction): Define.
11329 * tui/tui-disasm.c: Update copyright. Update references.
11330 * tui/tui-winsource.c: Update copyright. Update references.
11331 * tui/tui-win.c: Update references.
11332 * tui/tui-layout.c: Update references.
11333
11334 2004-01-20 Andrew Cagney <cagney@redhat.com>
11335
11336 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11337 sym2 to start of block.
11338
11339 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11340
11341 * MAINTAINERS: Delete mmalloc.
11342 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11343 * NEWS: Mention removal of --with-malloc.
11344 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11345 * config.in: Regenerate.
11346 * configure: Regenerate.
11347 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11348 USE_MMALLOC, MMCHECK_FORCE.
11349 * gdbinit.in: Remove mmalloc.
11350 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11351 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11352 * config/i386/go32.mh: Likewise.
11353 * config/i386/interix.mh: Likewise.
11354 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11355
11356 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11357
11358 * linespec.c (decode_variable, symtab_from_filename): Call
11359 error_silent with error message instead of throwing an exception
11360 directly.
11361 * defs.h (error_silent, error_output_message): Add prototypes.
11362 (catch_exceptions_with_msg): Ditto.
11363 * utils.c (error_silent, error_output_message): New functions.
11364 * top.c (catch_exceptions_with_msg): New function.
11365
11366 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11367
11368 * mi/mi-cmds.h (enum print_values): Add definition.
11369
11370 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11371 type and value for simple data types and just the name and type
11372 for complex ones, if required.
11373
11374 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11375 children, if required.
11376
11377 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11378
11379 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11380 unused declarations.
11381
11382 2004-01-19 Andrew Cagney <cagney@redhat.com>
11383
11384 * top.h (mapped_symbol_files): Delete declaration.
11385 * main.c (captured_main): Delete option "m" and "mapped".
11386 * objfiles.c (mapped_symbol_files): Delete variable.
11387 * symfile.c (symbol_file_command): Delete mmap code.
11388 (symbol_file_add_with_addrs_or_offsets): Ditto.
11389 (add_symbol_file_command, reread_separate_symbols): Ditto.
11390 * objfiles.h (OBJF_MAPPED): Delete.
11391 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11392 (free_objfile) [USE_MMALLOC]: Ditto.
11393 (open_existing_mapped_file): Delete function.
11394 (open_mapped_file): Delete function.
11395 (map_to_file): Delete function.
11396
11397 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11398
11399 * infrun.c (step_into_function): Account for possible breakpoint
11400 adjustment when computing ``stop_func_start''.
11401
11402 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11403
11404 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11405 the region size against the size of a pointer, not the size of
11406 a register as given by DEPRECATED_REGISTER_SIZE.
11407
11408 2004-01-19 Andrew Cagney <cagney@redhat.com>
11409
11410 * tui/tui-regs.h: Include "tui-data.h".
11411 (tuiFirstRegElementNoInLine): Delete declaration.
11412 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11413 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11414 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11415 (tui_calculate_regs_column_count): Rename
11416 tuiCalculateRegsColumnCount.
11417 (tui_check_register_values): Rename tuiCheckRegisterValues.
11418 (tui_show_registers): Rename tuiShowRegisters.
11419 (tui_display_registers_from_line): Rename
11420 tuiDisplayRegistersFromLine.
11421 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11422 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11423 (tui_first_reg_element_no_inline): Rename
11424 tuiFirstRegElementNoInLine.
11425 * tui/tui-data.h: Update copyright.
11426 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11427 * tui/tui-windata.c: Update copyright, update references.
11428 * tui/tui-regs.c: Update copyright, update references.
11429 * tui/tui-win.c: Update copyright, update references.
11430 * tui/tui-layout.c: Update copyright, update references.
11431
11432 2004-01-18 Andrew Cagney <cagney@redhat.com>
11433
11434 * tui/tui-io.c: Update copyright.
11435 (key_is_end_sequence, key_is_backspace): New functions.
11436 (key_is_command_char, key_is_start_sequence): New function.
11437 (tui_getc): Update references.
11438 * tui/tui-io.h: Update copyright.
11439 (m_tuiStartNewLine): Delete macro.
11440 (m_isBackspace, m_isDeleteChar): Delete macros.
11441 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11442 (m_isNextPage, m_isPrevPage): Delete macros.
11443 (m_isLeftArrow, m_isRightArrow): Delete macros.
11444 (m_isXdbStyleCommandChar): Delete macro.
11445 (key_is_start_sequence): Declare, replace m_isStartSequence.
11446 (key_is_end_sequence): Declare, replace m_isEndSequence.
11447 (key_is_backspace): Declare ,replace m_isBackspace.
11448 (key_is_command_char): Declare, replace m_isCommandChar.
11449 * tui/tui-command.c: Update copyright.
11450 (tuiDispatchCtrlChar): Update references.
11451
11452 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11453 tuiSourceWin.h.
11454
11455 * tui/tui-command.c: Rename tui/tuiCommand.c.
11456 * tui/tui-command.h: Rename tui/tuiCommand.h.
11457 * tui/tui-data.c: Rename tui/tuiData.c.
11458 * tui/tui-data.h: Rename tui/tuiData.h.
11459 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11460 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11461 * tui/tui-io.c: Rename tui/tuiIO.c.
11462 * tui/tui-io.h: Rename tui/tuiIO.h.
11463 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11464 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11465 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11466 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11467 * tui/tui-source.c: Rename tui/tuiSource.c.
11468 * tui/tui-source.h: Rename tui/tuiSource.h.
11469 * tui/tui-stack.c: Rename tui/tuiStack.c.
11470 * tui/tui-stack.h: Rename tui/tuiStack.h.
11471 * tui/tui-win.c: Rename tui/tuiWin.c.
11472 * tui/tui-win.h: Rename tui/tuiWin.h.
11473 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11474 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11475 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11476 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11477 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11478 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11479 * tui/tui-file.c: Update includes.
11480 * tui/tui-hooks.c: Update includes.
11481 * tui/tui-interp.c: Update includes.
11482 * tui/tui.c: Update includes.
11483 * Makefile.in: Update all tui/ dependencies.
11484 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11485
11486 * Makefile.in: Update copyright. Update dependencies.
11487
11488 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11489 problem.
11490
11491 2004-01-18 Andrew Cagney <cagney@redhat.com>
11492
11493 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11494 instead of register_gdbarch_init.
11495
11496 * remote-sds.c (tohex): Delete unused function. Update copyright.
11497 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11498 * v850-tdep.c (v850_register_virtual_size): Ditto.
11499 * target.c (normal_target_post_startup_inferior): Ditto.
11500 * source.c (ambiguous_line_spec): Ditto.
11501 * remote.c (adapt_remote_get_threadinfo): Ditto.
11502 * mi/mi-out.c (out_field_fmt): Ditto.
11503 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11504 (output_control_change_notification): Ditto.
11505 * m68k-tdep.c (m68k_register_byte): Ditto.
11506 (m68k_remote_breakpoint_from_pc): Ditto.
11507 * ui-out.c (init_ui_out_state): Delete unused declaration.
11508 * stabsread.c (search_value): Ditto.
11509 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11510 * maint.c (print_section_table): Ditto.
11511 * infrun.c (set_follow_fork_mode_command): Ditto.
11512
11513 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11514
11515 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11516 DW_CFA_def_cfa_exporession. Add support for
11517 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11518 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11519
11520 2004-01-18 Andrew Cagney <cagney@redhat.com>
11521
11522 * ocd.c: Update copyright.
11523 (bdm_read_register_command): Delete unused function.
11524 (_initialize_remote_ocd): Delete commented out reference.
11525 (get_quoted_char, reset_packet): Delete #if0ed function.
11526 (output_packet, put_quoted_char): Delete #if0ed function.
11527 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11528 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11529 (BDM_BREAKPOINT): Delete #if0ed macro.
11530 (remote_timeout): Delete #if0ed variable.
11531
11532 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11533
11534 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11535 (core-sol2.o): Remove dependency.
11536 * core-sol2.c: Remove file.
11537
11538 2004-01-17 Andrew Cagney <cagney@redhat.com>
11539
11540 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11541 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11542 enums.
11543
11544 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11545
11546 * remote.c: Update copyright years.
11547
11548 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11549
11550 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11551
11552 2004-01-17 Andrew Cagney <cagney@redhat.com>
11553
11554 * mdebugread.c: Update copyright.
11555 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11556 (parse_type, parse_procedure): Ditto.
11557 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11558
11559 * cris-tdep.c (cris_store_struct_return): Put back accidently
11560 deleted function.
11561
11562 * gdbarch.sh: Update copyright year.
11563 * gdbarch.h, gdbarch.c: Re-generate.
11564
11565 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11566
11567 Suggested by George Anzinger.
11568 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11569 correct stack offset. Include unknown opcode numbers in the error
11570 message.
11571
11572 2004-01-17 Andrew Cagney <cagney@redhat.com>
11573
11574 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11575 extract_struct_value_address, i386 does not set it.
11576 * sparc64-tdep.c (sparc64_init_abi): Do not set
11577 extract_struct_value_address, never called.
11578 (sparc64_extract_struct_value_address): Delete function.
11579 * m68hc11-tdep.c: Update copyright.
11580 (m68hc11_gdbarch_init): Delete redundant assignment of
11581 extract_struct_value_address.
11582 * i386-tdep.c: Update copyright.
11583 (i386_gdbarch_init): Do not set extract_struct_value_address,
11584 never called.
11585 (i386_extract_struct_value_address): Delete function.
11586 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11587 extract_struct_value_address, never called.
11588 (sparc32_extract_struct_value_address): #if 0 function. Add
11589 comments explaining its future.
11590
11591 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11592
11593 * arm-tdep.c (arm_write_pc): New function.
11594 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11595
11596 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11597
11598 * breakpoint.c (must_shift_inst_regs): Delete.
11599 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11600 and SHIFT_INST_REGS.
11601 * infcmd.c (step_1, step_1_continuation): Delete references to
11602 SHIFT_INST_REGS.
11603 * infrun.c (keep_going): Likewise.
11604 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11605 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11606
11607 2004-01-17 Andrew Cagney <cagney@redhat.com>
11608
11609 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11610 * gdbarch.h, gdbarch.c: Re-generate.
11611 * infcmd.c (print_return_value): Delete reference to
11612 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11613
11614 * cris-tdep.c (cris_gdbarch_init): Do not set
11615 deprecated_extract_struct_value_address.
11616
11617 * xstormy16-tdep.c: Update copyright.
11618 (xstormy16_extract_struct_value_address): Update to current
11619 extract struct value address interface.
11620 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11621 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11622 current extract struct value address interface.
11623 (sh64_gdbarch_init): Set extract_struct_value_address.
11624
11625 * cris-tdep.c: Update copyright.
11626 (cris_extract_struct_value_address): Delete function.
11627 (struct_return_address): Delete variable.
11628 (cris_store_struct_return): Do not set struct_return_address.
11629
11630 * mcore-tdep.c: Update copyright.
11631 (mcore_extract_struct_value_address): Delete function. Update
11632 comments.
11633 (mcore_gdbarch_init): Update.
11634 * mn10300-tdep.c: Update copyright.
11635 (mn10300_extract_struct_value_address): Delete function.
11636 (mn10300_gdbarch_init): Update.
11637 * v850-tdep.c: Update copyright.
11638 (v850_extract_struct_value_address): Delete.
11639 (v850_gdbarch_init): Update.
11640 * ns32k-tdep.c: Update copyright.
11641 (ns32k_extract_struct_value_address): Delete.
11642 (ns32k_gdbarch_init): Update.
11643 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11644 (hppa_gdbarch_init): Update.
11645 * vax-tdep.c: Update copyright.
11646 (vax_extract_struct_value_address): Delete.
11647 (vax_gdbarch_init): Update.
11648
11649 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11650 * gdbarch.h, gdbarch.c: Re-generate.
11651 * procfs.c (procfs_fetch_registers): Delete reference to
11652 DEPRECATED_NPC_REGNUM.
11653 (procfs_store_registers): Ditto.
11654 * regcache.c (generic_target_write_pc): Simplify.
11655 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11656
11657 * core-sol2.c (fetch_core_registers): Replace
11658 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11659
11660 * hppa-tdep.c: Update copyright year.
11661 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11662 NPC_REGNUM.
11663 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11664
11665 * mips-tdep.c (mips_write_pc): New function.
11666 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11667 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11668 (mips_find_saved_regs, mips_software_single_step: Ditto.
11669 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11670 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11671
11672 2004-01-17 Andrew Cagney <cagney@redhat.com>
11673
11674 * mips-tdep.c: Re-indent. Group functions by ABI.
11675
11676 2004-01-17 Andrew Cagney <cagney@redhat.com>
11677
11678 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11679 * gdbarch.c: Re-generate.
11680 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11681 DECR_PC_AFTER_BREAK to zero.
11682 * vax-tdep.c (vax_gdbarch_init): Ditto.
11683 * v850-tdep.c (v850_gdbarch_init): Ditto.
11684 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11685 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11686 * sh-tdep.c (sh_gdbarch_init): Ditto.
11687 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11688 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11689 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11690 * mips-tdep.c (mips_gdbarch_init): Ditto.
11691 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11692 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11693 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11694 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11695 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11696 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11697 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11698 * frv-tdep.c (frv_gdbarch_init): Ditto.
11699 * cris-tdep.c (cris_gdbarch_init): Ditto.
11700 * avr-tdep.c (avr_gdbarch_init): Ditto.
11701 * arm-tdep.c (arm_gdbarch_init): Ditto.
11702 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11703
11704 2004-01-17 J. Brobecker <brobecker@gnat.com>
11705
11706 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11707 Delete, no longer used.
11708 (read_subrange_type): New function, mostly extracted from
11709 read_array_type().
11710 (read_array_type): Replace extracted code by call to
11711 read_subrange_type().
11712 (dwarf2_get_attr_constant_value): New function.
11713 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11714 (add_partial_symbol): Likewise.
11715 (process_die): Likewise.
11716 (new_symbol): Likewise.
11717 (read_type_die): Likewise.
11718
11719 2004-01-16 Andrew Cagney <cagney@redhat.com>
11720
11721 * symfile.c: Update copyright year.
11722 (compare_symbols): Delete unused function.
11723 * stabsread.c: Update copyright year.
11724 (lrs_general_complaint): Delete unused function.
11725 (ref_search_value): Ditto.
11726 (get_substring): Delete declaration.
11727 * sh64-tdep.c: Update copyright year.
11728 (sh64_get_gdb_regnum): Delete unused function.
11729 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11730 Delete unused function.
11731
11732 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11733
11734 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11735 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11736
11737 2004-01-16 Andrew Cagney <cagney@redhat.com>
11738
11739 Changes from Peter Schauer.
11740 * rs6000-tdep.c: Update copyright year.
11741 (rs6000_push_dummy_call): Update the stack pointer before
11742 accessing the corresponding stack region.
11743 * rs6000-nat.c: Update copyright year.
11744 (set_host_arch): Set "info.abfd" to "exec_bfd".
11745
11746 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11747
11748 * blockframe.c: Update copyright year.
11749 (inside_entry_func): Don't treat a zero PC specially.
11750
11751 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11752
11753 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11754 variable.
11755 (gcore_create_callback): Ditto. Skip any memory segment that has
11756 no permissions set.
11757
11758 2004-01-14 David Carlton <carlton@kealia.com>
11759
11760 Change symbols for C++ nested types to contain the fully qualified
11761 name, if possible. (At least in the DWARF-2 case.) Partial fix
11762 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11763 c++/895.
11764 * c-exp.y (qualified_type): Handle types nested within classes.
11765 * cp-namespace.c: Update comments.
11766 (cp_set_block_scope): Delete #if 0.
11767 (cp_lookup_nested_type): Handle types nested within classes.
11768 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11769 when appropriate.
11770 (add_partial_symbol): Add the name of the enclosing namespace to
11771 types.
11772 (pdi_needs_namespace): New.
11773 (add_partial_namespace): Tweak comment.
11774 (add_partial_structure): New.
11775 (psymtab_to_symtab_1): Initialize processing_current_prefix
11776 here...
11777 (process_die): instead of here.
11778 (read_structure_scope): Try to figure out the name of the class or
11779 namespace that the structure might be defined within.
11780 (read_enumeration): Generate fully-qualified names, if possible.
11781 (read_namespace): Don't set name to NULL.
11782 (die_specification): New.
11783 (new_symbol): Generate fully-qualified names for types.
11784 (read_type_die): Determine appropriate prefix.
11785 (determine_prefix): New.
11786 (typename_concat): New.
11787 (class_name): New.
11788 * valops.c (value_aggregate_elt): Pass NOSIDE to
11789 value_struct_elt_for_reference.
11790 (value_struct_elt_for_reference): Make static, add NOSIDE
11791 parameter, call value_maybe_namespace_elt as a last resort.
11792 (value_namespace_elt): Break out code into
11793 value_maybe_namespace_elt.
11794 (value_maybe_namespace_elt): New.
11795
11796 2004-01-12 Andrew Cagney <cagney@redhat.com>
11797
11798 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11799 cooked floating-point registers.
11800 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11801 and value_to_register.
11802
11803 2004-01-13 Andrew Cagney <cagney@redhat.com>
11804
11805 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11806 * gdbarch.c: Re-generate.
11807 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11808 FUNCTION_START_OFFSET.
11809 * v850-tdep.c (v850_gdbarch_init): Ditto.
11810 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11811 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11812 * sh-tdep.c (sh_gdbarch_init): Ditto.
11813 * s390-tdep.c (s390_gdbarch_init): Ditto.
11814 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11815 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11816 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11817 * mips-tdep.c (mips_gdbarch_init): Ditto.
11818 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11819 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11820 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11821 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11822 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11823 * i386-tdep.c (i386_gdbarch_init): Ditto.
11824 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11825 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11826 * frv-tdep.c (frv_gdbarch_init): Ditto.
11827 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11828 * cris-tdep.c (cris_gdbarch_init): Ditto.
11829 * avr-tdep.c (avr_gdbarch_init): Ditto.
11830 * arm-tdep.c (arm_gdbarch_init): Ditto.
11831 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11832
11833 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11834
11835 * infrun.c (follow_fork_mode_ask): Remove.
11836 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11837 (follow_fork): Simplify and remove internal error for
11838 follow_fork_mode_ask.
11839 (_initialize_infrun): Update "set follow-fork-mode" help text.
11840
11841 2004-01-13 Andrew Cagney <cagney@redhat.com>
11842
11843 * configure.in: Update copyright year.
11844 (build_warnings): Add -Wunused-label.
11845 * configure: Re-generate.
11846
11847 2004-01-12 Andrew Cagney <cagney@redhat.com>
11848
11849 * exec.h (exec_ops): Make "extern".
11850
11851 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11852 the function is void.
11853 (mips_pseudo_register_write): Ditto.
11854
11855 2004-01-12 Andrew Cagney <cagney@redhat.com>
11856
11857 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11858 call. Never defined.
11859 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11860 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11861 (struct sparc_gregset, struct regcache): Ditto.
11862 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11863
11864 2004-01-12 Andrew Cagney <cagney@redhat.com>
11865
11866 * mi/ChangeLog: Delete file. Renamed to ...
11867 * mi/ChangeLog-1999-2003: New file.
11868 * tui/ChangeLog: Delete file. Renamed to ...
11869 * tui/ChangeLog-1998-2003: New file.
11870
11871 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11872
11873 * sparc64nbsd-tdep.c: Include "regset.h".
11874 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11875 Remove variables.
11876 (fetch_core_registers): Remove function.
11877 (sparc64nbsd_core_fns): Remove variable.
11878 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11879 functions.
11880 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11881 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11882 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11883
11884 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11885 sparc_extract_struct_value_address.
11886 (sparc32_gdbarch_init): Set extract_struct_value_address.
11887 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11888 function.
11889 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11890 return_value_on_stack.
11891
11892 * NEWS: Mention that %cs and %ss have been added to the AMD64
11893 configurations
11894
11895 * frame.c: Update copyright year.
11896 (get_prev_frame): Improve comment.
11897
11898 * sparc64fbsd-tdep.c: Include "regset.h".
11899 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11900 Remove variables.
11901 (fetch_core_registers): Remove function.
11902 (sparc64fbsd_core_fns): Remove variable.
11903 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11904 functions.
11905 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11906 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11907 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11908
11909 * sparcnbsd-tdep.c: Include "regset.h".
11910 (fetch_core_registers): Remove function.
11911 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11912 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11913 functions.
11914 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11915 TDEP->fpregset.
11916 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11917
11918 * sparc-tdep.h (struct regset): Provide opaque declaration.
11919 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11920 fpregset and sizeof_fpregset members.
11921 * sparc-tdep.c (struct regset): Provide opaque declaration.
11922 (sparc_regset_from_core_section): New function.
11923 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11924 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11925 Set regset_from_core_section when appropriate.
11926
11927 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11928
11929 * x86-64-tdep.c (amd64_non_pod_p): New function.
11930 (amd64_classify_aggregate): Return class memory for non-POD
11931 C++ structure types.
11932
11933 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11934 argument. Use it to reserve a register if necessary.
11935 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11936 amd64_push_arguments.
11937
11938 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11939
11940 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11941 register numbers in comments.
11942 * x86-64-tdep.h: Update copyright year.
11943 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11944 Adjust for addition of %cs and %ss.
11945 * amd64fbsd-nat.c: Update copyright year.
11946 (reg_offset): Add register offsets for %cs and %ss.
11947 * amd64fbsd-tdep.c: Update copyright year.
11948 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11949 (amd64fbsd_sc_reg_offset): Likewise.
11950 * x86-64-linux-nat.c: Update copyright year.
11951 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11952 and %ss.
11953 * amd64nbsd-nat.c: Update copyright year.
11954 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11955 * amd64nbsd-tdep.c: Update copyright year.
11956 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11957 * x86-64-linux-tdep.c: Update copyright year.
11958 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11959 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11960 * regformats/reg-x86-64.dat: Add %cs and %ss.
11961
11962 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11963 variables to prevent long lines. Update comments to reflect
11964 reality.
11965
11966 2004-01-09 David Carlton <carlton@kealia.com>
11967
11968 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11969 * dwarf2read.c (read_namespace): Pull out name-generating code
11970 into namespace_name. Rename previous_namespace to previous_prefix
11971 and processing_current_namespace to processing_current_prefix..
11972 (namespace_name): New function.
11973 (add_partial_symbol): Substitute uses of pdi->name with
11974 actual_name.
11975 * cp-support.h: Rename processing_current_namespace to
11976 processing_current_prefix.
11977 Update copyright year.
11978 * cp-namespace.c: Rename processing_current_namespace to
11979 processing_current_prefix.
11980 Update copyright year.
11981
11982 2004-01-09 Andrew Cagney <cagney@redhat.com>
11983
11984 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11985
11986 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11987
11988 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11989 complaining.
11990 (process_one_symbol): Deal with N_PATCH stabs.
11991
11992 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
11993
11994 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11995 ifdeffed code.
11996 Update copyright year.
11997
11998 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11999
12000 * config/pa/tm-hppa.h: Update extern declarations for
12001 hppa32_hpux_frame_saved_pc_in_sigtramp,
12002 hppa32_hpux_frame_base_before_sigtramp, and
12003 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12004
12005 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12006
12007 * config/pa/tm-hppah.h: Update copyright years.
12008
12009 2004-01-08 Andrew Cagney <cagney@redhat.com>
12010
12011 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12012 (mips_o32_reg_struct_has_addr): Delete function.
12013 (mips_gdbarch_init): Update.
12014 (mips_extract_struct_value_address): Delete function.
12015
12016 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12017
12018 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12019 reality.
12020
12021 2004-01-07 Andrew Cagney <cagney@redhat.com>
12022
12023 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12024 architecture's elf flags (when available).
12025
12026 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12027 FPU to the start, check the MIPS FPU when looking for an old
12028 architecture.
12029 (set_mipsfpu_single_command): Update the architecture.
12030 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12031
12032 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12033 (mips_mask_address_p): Add "tdep" parameter.
12034 (show_mask_address, mips_addr_bits_remove): Update.
12035 (mips_dump_tdep): Update.
12036 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12037 (MIPS_STACK_ARGSIZE): Delete macro.
12038 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12039 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12040 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12041 (mips_dump_tdep): Update.
12042 (MIPS_SAVED_REGSIZE): Delete macro.
12043 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12044 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12045 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12046 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12047 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12048 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12049 (mips_pop_frame, return_value_location): Update.
12050 (mips_n32n64_return_value, mips_dump_tdep): Update.
12051
12052 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12053 MIPS ABI.
12054
12055 * mips-tdep.c: Update copyright.
12056 (mips_gdbarch_init): Merge two code blocks handling the register
12057 name and number layout.
12058
12059 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12060
12061 * tracepoint.c (validate_actionline): Fix segv at EOF
12062
12063 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12064
12065 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12066 properly for static fields.
12067
12068 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12069 Jason Molenda <jmolenda@apple.com>
12070
12071 * disasm.c: Update copyright to include 2004.
12072 (do_mixed_source_and_assembly): For uiout asm list
12073 and tuple cleanups, initialize to null_cleanup instead of
12074 NULL and do so prior to loop. Only reset when we close off
12075 the tuple/list. Move check for whether to close off the
12076 asm tuple/list to after dump_insns call where it will be run
12077 on each loop iteration.
12078
12079 2004-01-05 Andrew Cagney <cagney@redhat.com>
12080
12081 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12082 should be a switch case and not a label.
12083 * mips-tdep.c (mips32_next_pc): Delete unused labels
12084 "greater_equal_branch" and "less_zero_branch".
12085 * jv-valprint.c (java_print_value_fields): Delete unused label
12086 "flush_it".
12087
12088 * target.c (unpush_target): Only close a target that is in the
12089 target stack.
12090
12091 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12092
12093 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12094 address from [sp + 64] instead of %o2.
12095
12096 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12097 fixes PR backtrace/1476.
12098
12099 2004-01-05 Andrew Cagney <cagney@redhat.com>
12100
12101 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12102 move to start of file.
12103 * i386-tdep.h (struct regcache): Add opaque declaration.
12104 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12105 declaration.
12106 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12107 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12108 * win32-nat.c (fake_create_process): Use ISO C style definition.
12109 * stabsread.c (define_symbol): Delete #ifndef
12110 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12111 stabs_argument_has_addr call, macro never defined.
12112
12113 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12114
12115 * op50-rom.c: Delete.
12116 * w89k-rom.c: Delete.
12117 * Makefile.in: Remove references.
12118
12119 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12120
12121 * x86-64-tdep.c: Update copyright year.
12122 (struct amd64_register_info): Rename from x86_64_register_info.
12123 (amd64_register_info): Rename from x86_64_register_info.
12124 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12125 (amd64_register_name): Rename from x86_64_register_name.
12126 (amd64_register_type): Rename from x86_64_register_type.
12127 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12128 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12129 (amd64_dwarf_reg_to_regnum): Rename from
12130 x86_64_dwarf_reg_to_regnum.
12131 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12132 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12133 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12134 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12135 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12136 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12137 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12138 (amd64_frame_cache): Rename from x86_64_frame_cache.
12139 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12140 (amd64_frame_prev_register): Rename from
12141 x86_64_frame_prev_register.
12142 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12143 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12144 (amd64_sigtramp_frame_cache): Rename from
12145 x86_64_sigtramp_frame_cache.
12146 (amd64_sigtramp_frame_prev_register): Rename from
12147 x86_64_sigtramp_frame_prev_register.
12148 (amd64_sigtramp_frame_unwind): Rename from
12149 x86_64_sigtramp_frame_unwind.
12150 (amd64_sigtramp_frame_sniffer): Rename from
12151 x86_64_sigtramp_frame_sniffer.
12152 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12153 (amd64_frame_base): Rename from x86_64_frame_base.
12154 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12155 (amd64_frame_align): Rename from x86_64_frame_align.
12156 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12157 (amd64_regset_from_core_section): Rename from
12158 x86_64_regset_from_core_section.
12159 (x86_64_init_abi): Update comments.
12160
12161 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12162
12163 * MAINTAINERS (write after approval): Add myself.
12164
12165 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12166
12167 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12168 `float' arguments.
12169
12170 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12171
12172 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12173 such that it mentions a specific version of GCC that exhibits this
12174 bug.
12175
12176 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12177
12178 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12179 structure that has a single `float' member, store it in %f1 in
12180 addition to %f0.
12181
12182 * sparc-sol2-nat.c: Add missing '\'.
12183
12184 * sparc-tdep.c (sparc32_return_value): New function.
12185 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12186 Remove functions.
12187 (sparc32_gdbarch_init): Set return_value, don't set
12188 extract_return_value, store_return_value, use_struct_convention
12189 and return_value_on_stack.
12190
12191 * sparc-sol2-nat.c: Add missing ')'.
12192
12193 2004-01-03 J. Brobecker <brobecker@gnat.com>
12194
12195 * infrun.c (handle_step_into_function): New function.
12196 (handle_inferior_event): Extract out some code into the new
12197 function above.
12198
12199 2004-01-03 J. Brobecker <brobecker@gnat.com>
12200
12201 * infrun.c (handle_inferior_event): Move the declaration of
12202 real_stop_pc inside the if blocks where it is used.
12203
12204 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12205
12206 * sparc64-tdep.c (sparc64_16_byte_align_p)
12207 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12208 Use check_typedef to get subtypes of structures and unions.
12209 (sparc64_store_return_value): Fix calculation of the appropriate
12210 offset into VALBUF when storing a structure or union.
12211 (sparc64_return_value): New function.
12212 (sparc64_use_struct_convention): Remove function.
12213 (sparc64_init_abi): Set return_value, don't set
12214 extract_return_value, store_return_value and
12215 use_struct_convention.
12216
12217 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12218
12219 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12220 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12221 gdb/config/alpha/xm-alphaosf.h,
12222 gdb/config/powerpc/tm-ppcle-eabi.h,
12223 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12224 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12225 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12226 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12227 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12228 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12229 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12230 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12231 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12232 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12233 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12234 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12235 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12236 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12237 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12238 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12239 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12240 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12241 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12242 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12243 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12244 Remove lines for .cvsignore files.
12245
12246 2004-01-03 J. Brobecker <brobecker@gnat.com>
12247
12248 * infrun.c: Back out the previous change.
12249
12250 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12251
12252 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12253 sparc-*-sunos4* to the list of REMOVED configurations.
12254
12255 * configure.tgt: Add back sparc-*-vxworks*.
12256 * remote-vxsparc.c: Remove all includes except for "defs.h",
12257 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12258 Include "sparc-tdep.h".
12259 (SPARC_R_G1): New define.
12260 (vxsparc_gregset): New variable.
12261 (ext_format_sparc): Remove extern declaration.
12262 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12263 sparc32_supply_fpregset.
12264 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12265 sparc_collect_rwindow and sparc32_collect_fpregset.
12266 * config/sparc/tm-vxworks.h: New file, based on recently removed
12267 tm-vxsparc.h.
12268 * config/sparc/vxworks.mt: New file, based on recently removed
12269 vxworks.mt.
12270
12271 2004-01-03 J. Brobecker <brobecker@gnat.com>
12272
12273 * infrun.c (handle_step_into_function): New function.
12274 (handle_inferior_event): Extract out some code into the new
12275 function above.
12276
12277 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12278
12279 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12280 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12281 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12282 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12283 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12284 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12285 (sparc_nat_h): New variable.
12286 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12287 (tm-sun4os4.h): Remove dependency.
12288 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12289 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12290 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12291 sparc-tdep.o): Update dependencies.
12292 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12293 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12294 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12295 dependencies.
12296 * configure.host: Remove existing sparc-*-lynxos*,
12297 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12298 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12299 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12300 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12301 triplets.
12302 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12303 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12304 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12305 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12306 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12307 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12308 sparc64-*-solaris2* and sparc64-*-* triplets.
12309 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12310 "symtab.h" and "objfiles.h".
12311 (BIAS): Remove define.
12312 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12313 (X_DISP19): Remove macros.
12314 (sparc_fetch_instruction): Remove function.
12315 (struct gdbarch_tdep): Remove definition.
12316 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12317 (sparc_breakpoint_from_pc): Remove function.
12318 (struct sparc64_frame_cache): Remove definition.
12319 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12320 sparc64_unwind_pc): Remove functions.
12321 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12322 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12323 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12324 (sparc64_frame_cache): Change return type to `struct
12325 sparc_frame_cache *'. Simply call sparc_frame_cache.
12326 (sparc64_frame_this_id, sparc64_frame_prev_register,
12327 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12328 instead of `struct sparc64_frame_cache.
12329 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12330 sparc_analyze_control_transfer, sparc_software_single_step,
12331 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12332 _initialize_sparc64_tdep): Remove functions.
12333 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12334 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12335 macros.
12336 (sparc64_supply_gregset, sparc64_collect_gregset,
12337 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12338 (sparc64_init_abi): New function.
12339 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12340 inclusion guard. Include "sparc-tdep.h".
12341 (BIAS): Define.
12342 (r_tstate_offset, r_fprs_offset): New defines.
12343 (enum sparc_regnum): Remove defenition.
12344 (enum sparc64_regnum): Reformat.
12345 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12346 (sparc64_init_abi, sparc64_supply_gregset,
12347 sparc64_collect_gregset, sparc64_supply_fpregset,
12348 sparc64_collect_fpregset): New prototypes.
12349 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12350 Add extern declarations.
12351 (sparc64_sol2_init_abi): New prototype.
12352 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12353 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12354 prototypes.
12355 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12356 "sparnbsd-nat.h".
12357 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12358 functions.
12359 (_initialize_sparc64fbsd_nat): Remove initialization of
12360 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12361 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12362 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12363 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12364 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12365 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12366 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12367 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12368 (sparc64fbsd_r_y_offset): Remove variables.
12369 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12370 Make static and const.
12371 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12372 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12373 functions.
12374 (sparc64fbsd_gregset): New variable.
12375 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12376 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12377 and sparc64_supply_fpregset.
12378 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12379 (sparc64fbsd_sigtramp_frame_this_id)
12380 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12381 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12382 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12383 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12384 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12385 * sparcnbsd-tdep.c: Update copyright year. Include
12386 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12387 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12388 "value.h" and "sparcnbsd-tdep.h".
12389 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12390 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12391 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12392 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12393 defines.
12394 (sparcnbsd_gregset): New variable.
12395 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12396 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12397 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12398 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12399 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12400 variables.
12401 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12402 (sparc32nbsd_sigcontext_frame_this_id)
12403 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12404 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12405 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12406 (sparcnbsd_get_longjmp_target_32,
12407 sparcnbsd_get_longjmp_target_64): Remove functions.
12408 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12409 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12410 sparcnbsd_init_elf): Remove.
12411 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12412 (sparcnbsd_elf_init_abi): New functions.
12413 (_initialize_sparcnbsd_tdep): New prototype.
12414 (_initialize_sparnbsd_tdep): Update.
12415 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12416 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12417 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12418 * config/sparc/linux.mh: Update comment.
12419 (XM_FILE, HOST_IPC): Remove variables.
12420 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12421 sparc-linux-nat.o.
12422 * config/sparc/linux.mt: Update comment.
12423 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12424 * config/sparc/nbsd.mt: Reformat.
12425 * config/sparc/nbsd64.mh: Update comment.
12426 (NATDEPFILES): Add sparc-nat.o.
12427 * config/sparc/nbsd64.mt: Update comment.
12428 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12429 (TM_FILE): Set to tm-nbsd.h.
12430 * config/sparc/nbsdelf.mh: Update comment.
12431 (NATDEPFILES): Add sparc-nat.o.
12432 (XM_FILE): Delete.
12433 * config/sparc/nbsdaout.mh: Update comment.
12434 (NATDEPFILES): Add sparc-nat.o
12435 (XM_FILE): Delete.
12436 * config/sparc/nm-linux.h: Update copyright year. Don't include
12437 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12438 inclusion.
12439 (KERNEL_U_SIZE): Remove define.
12440 (kernel_u_size): Remove prototype.
12441 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12442 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12443 "regcache.h".
12444 (CHILD_PREPARE_TO_STORE): Remove define.
12445 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12446 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12447 sparcnbsd-nat.c: Rewrite files.
12448 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12449 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12450 sparcnbsd-tdep.h: Remove files.
12451 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12452 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12453 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12454 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12455 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12456 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12457 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12458 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12459 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12460 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12461 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12462 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12463 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12464 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12465 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12466 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12467 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12468 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12469 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12470
12471 2004-01-02 Andrew Cagney <cagney@redhat.com>
12472
12473 From 2003-12-18 Kazuhiro Inaoka:
12474 * configure.host: Add m32r-linux target.
12475
12476 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12477
12478 * top.c (print_gdb_version): Update year to 2004.
12479
12480 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12481
12482 * MAINTAINERS: Add myself to the write-after-approval category.
12483
12484 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12485
12486 From Bernardo Innocenti <bernie@develer.com>:
12487 * configure.tgt: Add uClinux target.
12488
12489 2004-01-02 Andrew Cagney <cagney@redhat.com>
12490
12491 * utils.c (do_my_cleanups): Make static, add forward declaration.
12492 * defs.h (do_my_cleanups): Delete declaration.
12493
12494 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12495
12496 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12497 bfd/ChangeLog-0203.
12498
12499 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12500
12501 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12502 in <machine/reg.h>.
12503 * configure, config.in: Regenerate.
12504
12505 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12506 tui/ChangeLog-1998-2003.
12507 \f
12508 Local Variables:
12509 mode: change-log
12510 left-margin: 8
12511 fill-column: 74
12512 version-control: never
12513 End:
This page took 0.266238 seconds and 5 git commands to generate.