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 * infptrace.c (ptrace_wait): Mention problem with HPUX.
4 (kill_inferior): Inline ptrace_wait call.
5 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
6 * inftarg.c (child_wait): Inline ptrace_wait call.
7
8 2004-09-29 Andrew Cagney <cagney@gnu.org>
9
10 * target.h (struct target_ops): Delete field to_post_wait.
11 (target_post_wait): Delete macro.
12 (child_post_wait): Delete declaration.
13 * target.c (update_current_target, update_current_target)
14 (debug_to_post_wait, setup_target_debug): Delete functions and
15 references.
16 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
17 * inftarg.c (child_post_wait): Delete.
18 (init_child_ops): Do not set to_post_wait.
19 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
20 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
21 * inf-child.c (inf_child_post_wait): Delete.
22 (inf_child_target): Do not set to_post_wait.
23 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
24 (inf_ptrace_target): Do not set to_post_wait.
25
26 * wince.c (child_ops): Delete.
27 * win32-nat.c (child_ops): Delete.
28
29 * inftarg.c (inftarg_set_find_memory_regions)
30 (inftarg_set_make_corefile_notes): Delete functions.
31 (_initialize_linux_nat): Inline calls.
32
33 * target.h (child_ops): Declare.
34 * inftarg.c (child_ops): Move from here ...
35 * target.c (child_ops): ... to here.
36 * wince.c (child_ops): Delete extern declaration.
37 * win32-nat.c (child_ops): Delete extern declaration.
38 * linux-nat.c (child_ops): Delete extern declaration.
39 * hpux-thread.c (child_ops): Delete extern declaration.
40
41 2004-09-28 Mark Kettenis <kettenis@gnu.org>
42
43 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
44
45 2004-09-28 Mark Kettenis <kettenis@gnu.org>
46
47 * configure.in: Only set host_makefile_frag when building a native
48 debugger.
49 * configure: Regenerate.
50
51 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
52 for OpenBSD ELF.
53
54 2004-09-28 Andrew Cagney <cagney@gnu.org>
55
56 Problem identified by Paul Hilfinger.
57 * Makefile.in (ada_lex_c): Define.
58 (ada-lex.o): Delete rule.
59
60 * linux-proc.c: Delete file.
61 * Makefile.in: Update.
62 * config/sparc/linux64.mh (NATDEPFILES):
63 * config/sparc/linux.mh (NATDEPFILES): Update.
64 * config/s390/s390.mh (NATDEPFILES): Update.
65 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
66 * config/powerpc/linux.mh (NATDEPFILES): Update.
67 * config/pa/linux.mh (NATDEPFILES): Update.
68 * config/mips/linux.mh (NATDEPFILES): Update.
69 * config/m68k/linux.mh (NATDEPFILES): Update.
70 * config/ia64/linux.mh (NATDEPFILES): Update.
71 * config/i386/linux64.mh (NATDEPFILES): Update.
72 * config/i386/linux.mh (NATDEPFILES): Update.
73 * config/arm/linux.mh (NATDEPFILES): Update.
74 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
75 * linux-nat.c: Update copyright. Include <sys/param.h>,
76 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
77 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
78 (O_LARGEFILE): Possibly define.
79 (_initialize_linux_nat, linux_proc_pending_signals)
80 (add_line_to_sigset, linux_proc_xfer_memory)
81 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
82 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
83 (struct linux_corefile_thread_data)
84 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
85 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
86
87 2004-09-16 Andrew Cagney <cagney@gnu.org>
88
89 * lin-lwp.c: Delete file.
90 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
91 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
92 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
93 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
94 (linux_nat_attach, detach_callback, linux_nat_detach)
95 (resume_callback, resume_clear_callback, linux_nat_resume)
96 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
97 (stop_wait_callback, linux_nat_has_pending, flush_callback)
98 (status_callback, running_callback, count_events_callback)
99 (select_singlestep_lwp_callback, select_event_lwp_callback)
100 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
101 (child_wait, stop_and_resume_callback, linux_nat_wait)
102 (kill_callback, kill_wait_callback, linux_nat_kill)
103 (linux_nat_create_inferior, linux_nat_mourn_inferior)
104 (linux_nat_xfer_memory, linux_nat_thread_alive)
105 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
106 (_initialize_linux_nat): New functions.
107 * Makefile.in: Update all dependencies.
108 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
109 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
110 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
111 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
112 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
113 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
114 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
115 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
116 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
117 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
118 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
119 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
120 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
121
122 2004-09-27 Mark Kettenis <kettenis@gnu.org>
123
124 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
125 config/i386/obsd64.mh (NAT_FILE): Remove variable.
126
127 * configure.in: Don't comment out NATDEPFILES in the generated
128 Makefile if NAT_FILE is unset.
129 * configure: Regenerate.
130
131 2004-09-27 Andrew Cagney <cagney@gnu.org>
132
133 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
134 (insert_step_resume_breakpoint): Delete.
135 (insert_step_resume_breakpoint_at_frame): New function.
136 (insert_step_resume_breakpoint_at_sal): New function.
137 (handle_inferior_event, step_into_function)
138 (insert_step_resume_breakpoint): Simplify by using same.
139
140 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
141
142 2004-09-26 Mark Kettenis <kettenis@gnu.org>
143
144 * fbsd-proc.c: Remove file.
145 * Makefile.in (fbsd-proc.o): Remove dependency.
146
147 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
148 code together.
149
150 * config/i386/nm-fbsd64.h: Remove file.
151 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
152
153 2004-09-26 Mark Kettenis <kettenis@gnu.org>
154
155 * amd64-nat.h: Update copyright year.
156 (amd64bsd_target): New prototype.
157 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
158 (amd64bsd_target): New function.
159 (amd64bsd_fetch_inferior_registers): Rename from
160 fetch_inferior_registers. Make static.
161 (amd64bsd_store_inferior_registers): Rename from
162 store_inferior_registers. Make static.
163 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
164 (_initialize_amd64fbsd_nat): Construct and add target vector.
165 * amd64nbsd-nat.o: Include "target.h".
166 (_initialize_amd64nbsd_nat): Construct and add target vector.
167 * amd64obsd-nat.c: Include "target.h".
168 (_initialize_amd64obsd_nat): Construct and add target vector.
169 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
170 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
171 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
172 fbsd-nat.o.
173 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
174 Remove infptrace.o and inftarg.o. Add inf-child.o and
175 inf-ptrace.o.
176 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
177 (amd64obsd-nat.o): Update dependencies.
178
179 2004-09-25 Mark Kettenis <kettenis@gnu.org>
180
181 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
182 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
183 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
184 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
185 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
186
187 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
188 Inline attach call.
189 (inf_ptrace_detach): Inline detach call.
190
191 * configure.in: Check for waddstr instead of mvwaddstr when
192 searching for curses library. Check for wborder.
193 * configure, config.in: Regenerate.
194 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
195 available.
196
197 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
198
199 2004-09-24 Robert Picco <Robert.Picco@hp.com>
200
201 Committed by Andrew Cagney.
202 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
203 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
204 configuration.
205 (fetch_register_using_p): Implement 'p' packet. Based on code by
206 Fernando Nasser.
207 (remote_fetch_registers): Call fetch_register_using_p.
208 (init_all_packet_configs, show_remote_cmd)
209 (_initialize_remote): Add p-packet.
210
211 2004-09-24 Mark Kettenis <kettenis@gnu.org>
212
213 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
214 instead of call_ptrace. Call wait directly instead of
215 ptrace_wait.
216 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
217 (inf_ptrace_wait): Inline ptrace_wait call.
218
219 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
220
221 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
222 rolled back instead.
223
224 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
225
226 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
227 the new argument order.
228
229 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
230
231 * MAINTAINERS: Remove "broken" from XStormy16 entry.
232 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
233 (struct gdbarch_tdep): Remove.
234 (struct xstormy16_frame_cache): New frame cache structure.
235 (xstormy16_register_byte, xstormy16_register_raw_size)
236 (xstormy16_reg_virtual_type, xstormy16_register_type)
237 (xstormy16_push_arguments, xstormy16_push_return_address)
238 (xstormy16_pop_frame, xstormy16_store_struct_return)
239 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
240 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
241 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
242 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
243 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
244 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
245 (xstormy16_use_struct_convention): Drop gcc_p parameter.
246 (xstormy16_extract_return_value, xstormy16_store_return_value):
247 Regcachify. Drop useless struct convention handling.
248 (xstormy16_register_type, xstormy16_return_value)
249 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
250 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
251 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
252 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
253 (xstormy16_unwind_sp, xstormy16_unwind_pc)
254 (xstormy16_unwind_dummy_id) : New functions.
255 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
256 of xstormy16_scan_prologue.
257 (xstormy16_frame_unwind): New frame_unwind structure.
258 (xstormy16_frame_base): New frame_base structure.
259 (xstormy16_gdbarch_init): Accomodate all of the above changes.
260 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
261
262 2004-09-22 Mark Kettenis <kettenis@gnu.org>
263
264 * language.c (language_gdbarch_post_init): Fix off-by one error.
265
266 2004-09-21 Daniel Jacobowitz <dan@debian.org>
267
268 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
269 (struct dwarf2_offset_and_type): New.
270 (set_die_type, reset_die_and_siblings_types, get_die_type)
271 (offset_and_type_hash, offset_and_type_eq): New functions.
272 (read_structure_type, read_enumeration_type, read_array_type)
273 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
274 (read_tag_reference_type, read_tag_const_type)
275 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
276 (read_typedef, read_base_type, read_subrange_type): Use
277 set_die_type.
278
279 2004-09-20 Daniel Jacobowitz <dan@debian.org>
280
281 * Makefile.in (dwarf2read.o): Update dependencies.
282 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
283 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
284 and read_in_chain.
285 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
286 mark, and has_form_ref_addr.
287 (struct dwarf2_per_cu_data): New.
288 (dwarf2_max_cache_age): New.
289 (dwarf2_build_psymtabs_hard): Free cached compilation units
290 after loading. Create and manage the list of compilation units.
291 Remove unnecessary NULL initialization. Fix indentation.
292 (psymtab_to_symtab_1): Initialize all of CU.
293 (dwarf2_read_abbrevs): Set has_form_ref_addr.
294 (find_partial_die): Use dwarf2_find_containing_comp_unit
295 and load_comp_unit.
296 (free_stack_comp_unit): Update comments. Clear the per-cu
297 pointer. Handle aging.
298 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
299 (age_cached_comp_units, free_one_cached_comp_unit)
300 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
301 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
302 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
303 (show_dwarf2_cmd): New.
304 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
305 and "maint show dwarf2 max-cache-age".
306 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
307 externs.
308 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
309 global.
310
311 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
312
313 * dwarf2read.c (typename_concat): Change prototype to accept obstack
314 and dwarf2_cu struct pointer as arguments. Change function to use
315 obstack if provided and use dwarf2_cu to determine language-specific
316 separator.
317 (partial_die_parent_scope): Change comment to include java. Use
318 new version of typename_concat instead of obconcat.
319 (partial_die_full_name): Use typename_concat.
320 (read_namespace): Ditto.
321 (read_enumeration_type): Use typename_concat instead of obconcat.
322 (new_symbol): Ditto.
323 (add_partial_symbol): Enhance tests for C++ to also test for Java.
324 (guess_structure_name): Ditto.
325 (read_subroutine_type): Ditto.
326 (read_structure_type): Ditto.
327 (is_vtable_name): Add Java support.
328 (determine_class_name): Switch to new typename_concat call.
329 (determine_prefix): Switch to new typename_concat call.
330 * jv-exp.y (FuncStart): New pattern.
331 (MethodInvocation): Add support for simple function calls. Change
332 warning message for other forms of inferior call currently not
333 supported.
334 * valarith.c (value_subscript): Treat an array with upper-bound
335 of -1 as unknown size.
336
337 2004-09-20 Daniel Jacobowitz <dan@debian.org>
338
339 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
340 (lookup_partial_symtab): Use symtab_to_fullname.
341
342 2004-09-19 Jim Blandy <jimb@redhat.com>
343
344 * minsyms.c (lookup_minimal_symbol): Doc fix.
345
346 2004-09-20 Andrew Cagney <cagney@gnu.org>
347
348 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
349 CHILD_RESUME.
350 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
351 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
352 KILL_INFERIOR.
353 * infptrace.c: Update.
354
355 2004-09-19 Daniel Jacobowitz <dan@debian.org>
356
357 * symtab.c (output_source_filename): Mark first argument as const.
358 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
359 for "info sources" output.
360
361 2004-09-20 Mark Kettenis <kettenis@gnu.org>
362
363 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
364 <machine/vmparam.h>.
365 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
366 (register_u_addr): Remove prototype.
367
368 2004-09-19 Mark Kettenis <kettenis@gnu.org>
369
370 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
371 (i386bsd_fetch_inferior_registers): Rename from
372 fetch_inferior_registers. Make static.
373 (i386bsd_store_inferior_registers): Rename from
374 store_inferior_registers. Make static.
375 (i386bsd_target): New function.
376 * i386bsd-nat.h: New file.
377 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
378 "i386bsd-nat.h".
379 (i386fbsd_resume): Rename from child_resume. Make static.
380 (_initialize_i386fbsd_nat): Construct and add target vector.
381 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
382 (_initialize_i386nbsd_nat): Construct and add target vector.
383 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
384 Remove defines.
385 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
386 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
387 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
388 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
389 (LOADLIBES): New variable.
390 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
391 inf-ptrace.o. Remove inftarg.o.
392 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
393 inf-ptrace.o. Remove inftarg.o.
394 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
395 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
396 (LOADLIBES): New variable.
397 * Makefile.in (i386bsd_nat_h): New variable.
398 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
399 dependencies.
400
401 * sparc64nbsd-tdep.c: Include "objfiles.h".
402 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
403 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
404 svr4_lp64_fetch_link_map_offsets.
405 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
406 "nbsd-tdep.h".
407 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
408 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
409 svr4_lp64_fetch_link_map_offsets.
410 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
411 dependencies.
412
413 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
414 * fbsd-nat.h: New file.
415 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
416 (fbsd_nat_h): New variable.
417 (fbsd-nat.o): New dependency.
418
419 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
420 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
421
422 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
423 comment.
424
425 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
426
427 * ada-exp.y (type_int): New function to add layer of abstraction
428 around references to expression types.
429 (type_long): Ditto.
430 (type_long_long): Ditto.
431 (type_float): Ditto.
432 (type_double): Ditto.
433 (type_long_double): Ditto.
434 (type_char): Ditto.
435 (type_system_address): Ditto.
436 (simple_exp): Use type_* functions in place of builtin_*
437 variables.
438 (exp): Ditto.
439 (write_var_from_name): Ditto.
440 (write_object_renaming): Ditto.
441 * ada-lang.c (ada_create_fundamental_type): Remove redundant
442 declaration.
443 (build_ada_types): Remove, replacing with...
444 (ada_language_arch_info): New function to initialize primitive
445 type vector in language_arch_info.
446 (ada_array_length): Remove use of builtin_type_ada_int.
447 (value_pos_atr): Ditto.
448 (ada_evaluate_subexp): Ditto.
449 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
450 builtin_type_ada_long_long, builtin_type_ada_char,
451 builtin_type_ada_float, builtin_type_ada_double,
452 builtin_type_ada_long_double, builtin_type_ada_natural,
453 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
454 (ada_builtin_types): Remove.
455 (ada_language_defn): Remove entries for la_builtin_type_vector and
456 string_char_type and use ada_language_arch_info.
457 (_initialize_ada_language): Do type-vector initialization along
458 the lines of c-lang.c.
459 (ada_create_fundamental_type): Break up line.
460 (ada_dump_symtab): Remove unused function.
461 (enum ada_primitive_types): Define.
462 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
463 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
464 builtin_type_ada_float, builtin_type_ada_double,
465 builtin_type_ada_long_double, builtin_type_ada_natural,
466 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
467 * ada-lex.l: Use type_* functions in place of builtin_* variables.
468 (processInt): Ditto.
469 (processReal): Ditto.
470 (name_lookup): Ditto.
471 * ada-typeprint.c (print_range): Use builtin_type_int, not
472 builtin_type_ada_int.
473
474 2004-09-18 Mark Kettenis <kettenis@gnu.org>
475
476 * i386-tdep.c (i386_register_name): Rename regno to regnum.
477
478 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
479 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
480 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
481 * configure.in: Improve checks for curses library by checking for
482 mvwaddstr instead of initscr. Drop HP curses in favour of
483 standard curses on HP-UX.
484 * configure: Regenerated.
485
486 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
487
488 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
489 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
490 Minor formatting changes.
491 (empty_array): Slight rewrite for formatting.
492 (emit_char,parse,ada_language_defn,build_ada_types,
493 ada_is_exception_sym, _initialize_ada_language): Move
494 definitions around.
495 (ada_dump_symtab): Remove unused definition.
496 (ada_maybe_exception_partial_symbol): Remove unused definition.
497
498 2004-09-16 Andrew Cagney <cagney@gnu.org>
499
500 * inf-child.c: Include "gdb_string.h".
501 (inf_child_core_file_to_sym_file): Delete.
502 (inf_child_target): Set to_fetch_registers and to_store_registers.
503 * inf-ptrace.c: Include "gdb_string.h".
504 * Makefile.in: Update all dependencies.
505
506 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
507 problem.
508
509 2004-09-14 Joel Brobecker <brobecker@gnat.com>
510
511 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
512 call to heuristic_proc_desc. Remove code that became redundant
513 as a consequence.
514 (read_next_frame_reg): Remove special case for SP_REGNUM.
515 (set_reg_offset): Fix small typo.
516 (reset_saved_regs): New procedure.
517 (mips32_heuristic_proc_desc): No longer compute a fake
518 procedure descriptor. Compute the full frame cache instead.
519 Some minor comment reformatting.
520
521 2004-09-14 Andrew Cagney <cagney@gnu.org>
522
523 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
524 maintainer.
525
526 * thread-db.c (thread_db_new_objfile): Assume that there is a
527 child process.
528
529 2004-09-13 Jim Blandy <jimb@redhat.com>
530
531 * valops.c (value_assign): Move 'buffer' to the enclosing block,
532 so that its storage isn't referenced after its lifetime ends.
533
534 * valops.c (value_assign): 'use_buffer' is initialized to zero,
535 and never assigned to. Delete it, and the 'if (use_buffer)'
536 clauses. Delete 'raw_buffer', since it is now unused.
537
538 2004-09-13 Andrew Cagney <cagney@gnu.org>
539
540 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
541 * configure: Re-generate.
542 * nlm/Makefile.in (TAGS): Update.
543 * Makefile.in (TAGS): Update.
544 * config/vax/nbsd.mt (TM_FILE): Update.
545 * config/sparc/vxworks.mt (TM_FILE): Update.
546 * config/sparc/sol2.mt (TM_FILE): Update.
547 * config/sparc/sol2-64.mt (TM_FILE): Update.
548 * config/sparc/obsd64.mt (TM_FILE): Update.
549 * config/sparc/obsd.mt (TM_FILE): Update.
550 * config/sparc/nbsd64.mt (TM_FILE): Update.
551 * config/sparc/nbsd.mt (TM_FILE): Update.
552 * config/sparc/linux64.mt (TM_FILE): Update.
553 * config/sparc/linux.mt (TM_FILE): Update.
554 * config/sparc/fbsd.mt (TM_FILE): Update.
555 * config/sh/wince.mt (TM_FILE): Update.
556 * config/sh/nbsd.mt (TM_FILE): Update.
557 * config/sh/linux.mt (TM_FILE): Update.
558 * config/sh/embed.mt (TM_FILE): Update.
559 * config/s390/s390.mt (TM_FILE): Update.
560 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
561 * config/rs6000/rs6000.mt (TM_FILE): Update.
562 * config/rs6000/aix4.mt (TM_FILE): Update.
563 * config/powerpc/vxworks.mt (TM_FILE): Update.
564 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
565 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
566 * config/powerpc/obsd.mt (TM_FILE): Update.
567 * config/powerpc/nbsd.mt (TM_FILE): Update.
568 * config/powerpc/linux.mt (TM_FILE): Update.
569 * config/powerpc/aix.mt (TM_FILE): Update.
570 * config/pa/obsd.mt (TM_FILE): Update.
571 * config/pa/linux.mt (TM_FILE): Update.
572 * config/pa/hppahpux.mt (TM_FILE): Update.
573 * config/pa/hppa64.mt (TM_FILE): Update.
574 * config/pa/hppa.mt (TM_FILE): Update.
575 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
576 * config/mips/wince.mt (TM_FILE): Update.
577 * config/mips/vxmips.mt (TM_FILE): Update.
578 * config/mips/nbsd.mt (TM_FILE): Update.
579 * config/mips/linux.mt (TM_FILE): Update.
580 * config/mips/irix6.mt (TM_FILE): Update.
581 * config/mips/irix5.mt (TM_FILE): Update.
582 * config/mips/embed.mt (TM_FILE): Update.
583 * config/m68k/vxworks68.mt (TM_FILE): Update.
584 * config/m68k/st2000.mt (TM_FILE): Update.
585 * config/m68k/os68k.mt (TM_FILE): Update.
586 * config/m68k/obsd.mt (TM_FILE): Update.
587 * config/m68k/nbsd.mt (TM_FILE): Update.
588 * config/m68k/monitor.mt (TM_FILE): Update.
589 * config/m68k/linux.mt (TM_FILE): Update.
590 * config/m68k/cisco.mt (TM_FILE): Update.
591 * config/ia64/linux.mt (TM_FILE): Update.
592 * config/ia64/aix.mt (TM_FILE): Update.
593 * config/ia64/ia64.mt (TM_FILE): Update.
594 * config/i386/vxworks.mt (TM_FILE): Update.
595 * config/i386/obsd64.mt (TM_FILE): Update.
596 * config/i386/obsd.mt (TM_FILE): Update.
597 * config/i386/nto.mt (TM_FILE): Update.
598 * config/i386/nbsd64.mt (TM_FILE): Update.
599 * config/i386/nbsd.mt (TM_FILE): Update.
600 * config/i386/linux64.mt (TM_FILE): Update.
601 * config/i386/linux.mt (TM_FILE): Update.
602 * config/i386/i386sol2.mt (TM_FILE): Update.
603 * config/i386/i386lynx.mt (TM_FILE): Update.
604 * config/i386/fbsd64.mt (TM_FILE): Update.
605 * config/i386/fbsd.mt (TM_FILE): Update.
606 * config/i386/cygwin.mt (TM_FILE): Update.
607 * config/h8300/h8300.mt (TM_FILE): Update.
608 * config/frv/frv.mt (TM_FILE): Update.
609 * config/cris/cris.mt (TM_FILE): Update.
610 * config/arm/wince.mt (TM_FILE): Update.
611 * config/arm/nbsd.mt (TM_FILE): Update.
612 * config/arm/linux.mt (TM_FILE): Update.
613 * config/arm/embed.mt (TM_FILE): Update.
614 * config/alpha/nbsd.mt (TM_FILE): Update.
615 * config/alpha/fbsd.mt (TM_FILE): Update.
616 * config/alpha/alpha.mt (TM_FILE): Update.
617 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
618 * config/alpha/alpha-linux.mt (TM_FILE): Update.
619
620 Eliminate event_loop_p, always has the value 1.
621 * defs.h (event_loop_p): Delete macro.
622 * breakpoint.c (until_break_command): Simplify.
623 * utils.c (prompt_for_continue): Simplify.
624 * tracepoint.c (read_actions): Simplify.
625 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
626 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
627 (set_prompt, init_main): Simplify.
628 (init_signals, disconnect): Delete, unused.
629 * remote.c (remote_async_resume)
630 (extended_remote_async_create_inferior): Simplify.
631 * mi/mi-interp.c (mi_input): Delete, unused.
632 (mi_interpreter_resume, mi_command_loop): Simplify.
633 * interps.c (current_interp_command_loop): Simplify.
634 * infrun.c (proceed): Simplify.
635 * infcmd.c (run_command, continue_command, step_1, jump_command)
636 (until_command, advance_command, finish_command)
637 (interrupt_target_command): Simplify.
638 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
639
640 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
641 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
642 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
643 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
644 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
645 * mips-tdep.c (mips_dump_tdep): Do not print same.
646
647 2004-09-12 Andrew Cagney <cagney@gnu.org>
648
649 * valprint.c (print_longest): Use fputs_filtered. Make "val"
650 const.
651 * Makefile.in (valprint.o): Delete explict rule.
652
653 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
654 reported by Dave Anderson.
655
656 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
657
658 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
659
660 2004-09-12 Salvador E. Tropea <set@users.sf.net>
661 Andrew Cagney <cagney@gnu.org>
662
663 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
664 (mi_cmd_data_list_register_values)
665 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
666 the register number computation.
667
668 2004-09-12 Andrew Cagney <cagney@gnu.org>
669
670 * ppcnbsd-nat.c: Include "inf-ptrace.h".
671 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
672 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
673 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
674 target.
675 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
676 inf-ptrace.o and inf-child.o.
677 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
678 * Makefile.in: Update dependencies.
679
680 2004-09-11 Andrew Cagney <cagney@gnu.org>
681
682 * language.c (hex_string, hex_string_custom): Move from here ...
683 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
684 (CELLSIZE): Increase to 50.
685 * language.h (hex_string, hex_string_custom): Move from here ...
686 * defs.h: ... to here.
687 * Makefile.in: Update all dependencies.
688
689 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
690
691 * language.c (local_hex_format_custom): Remove.
692 (local_hex_string): Rename to hex_string, use C format, and move to
693 utils.c
694 (local_hex_string_custom): Rename to hex_string_custom and change
695 interface. Now uses C format. Move to utils.c
696 (local_octal_format_custom): Remove.
697 (local_decimal_format_custom): Remove.
698 (unknown_language_defn): Remove language-specific number
699 formatting entries.
700 (auto_language_defn): Ditto.
701 (local_language_defn): Ditto.
702 * language.h (struct language_format_info): Delete declaration.
703 (struct language_defn): Remove language_format_info fields
704 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
705 (local_binary_format): Remove macro.
706 (local_binary_format_prefix): Remove macro.
707 (local_binary_format_specifier): Remove macro.
708 (local_binary_format_suffix): Remove macro.
709 (local_octal_format): Remove macro.
710 (local_octal_format_prefix): Remove macro.
711 (local_octal_format_specifier): Remove macro.
712 (local_octal_format_suffix): Remove macro.
713 (local_decimal_format): Remove macro.
714 (local_decimal_format_prefix): Remove macro.
715 (local_decimal_format_specifier): Remove macro.
716 (local_decimal_format_suffix): Remove macro.
717 (local_hex_format): Remove macro.
718 (local_hex_format_prefix): Remove macro.
719 (local_hex_format_specifier): Remove macro.
720 (local_hex_format_suffix): Remove macro.
721 (local_decimal_format_custom): Remove.
722 (local_octal_format_custom): Remove.
723 (local_hex_format_custom): Remove.
724 (local_hex_string): Rename to hex_string and move to defs.h.
725 (local_hex_string_custom): Rename to hex_string_custom, change
726 interface, and move to defs.h.
727 * utils.c: (int_string): New function.
728 (hex_string): New function (from language.c).
729 (hex_string_custom): New function (from language.c).
730 (octal2str): New function.
731 (decimal2str): Add width parameter.
732 (paddr_u): Use new decimal2str interface.
733 (paddr_d): Ditto.
734 * defs.h (hex_string): Declare.
735 (hex_string_custom): Declare.
736 (int_string): Declare.
737 * printcmd.c (print_scalar_formatted): Remove localized binary
738 formatting.
739 * valprint.c (print_longest): Use int_string.
740 (print_floating): Use C hex format.
741 (print_hex_chars): Ditto.
742 (print_binary_chars): Remove language-specific formatting.
743 (print_octal_chars): Use C octal format.
744 (print_decimal_chars): Delocalize format.
745 (print_decimal): Remove.
746 * ada-lang.c (ada_language_defn): Remove language-specific number
747 formatting entries.
748 * p-lang.c (pascal_language_defn): Ditto.
749 * c-lang.c (c_language_defn): Ditto.
750 (cplus_language_defn): Ditto.
751 (asm_language_defn): Ditto.
752 (minimal_language_defn): Ditto.
753 * f-lang.c (f_language_defn): Ditto.
754 * jv-lang.c (java_language_defn): Ditto.
755 * m2-lang.c (m2_language_defn): Ditto.
756 * scm-lang.c (scm_language_defn): Ditto.
757 * objc-lang.c (objc_language_defn): Ditto.
758 * memattr.c (mem_info_command): Use renamed hex_string_custom with
759 new interface.
760 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
761 * ui-out.c (ui_out_field_core_addr): Ditto.
762 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
763 * exec.c (print_section_info): Ditto.
764 * i387-tdep.c (print_i387_status_word): Ditto.
765 (print_i387_control_word): Ditto.
766 (i387_print_float_info): Ditto.
767 * maint.c (maint_print_section_info): Ditto.
768 * solib.c (info_sharedlibrary_command): Ditto.
769 * somsolib.c (som_sharedlibrary_info_command): Ditto.
770 * symtab.c (print_msymbol_info): Ditto.
771 * tracepoint.c (tracepoints_info): Ditto.
772 * solib-frv.c (lm_base): Ditto.
773 (frv_current_sos): Ditto.
774 (enable_break2): Ditto.
775 (enable_break): Ditto.
776 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
777 (process_one_symbol): Ditto.
778 * infcmd.c (program_info): Ditto.
779 * mdebugread.c (parse_partial_symbols): Ditto.
780 * symfile.c (add_symbol_file_command): Ditto.
781 * cli/cli-cmds.c (edit_command): Ditto.
782 (list_command): Ditto.
783 * infcall.c (call_function_by_hand): Ditto.
784 * remote-vx.c (vx_run_files_info): Ditto.
785 (vx_wait): Ditto.
786 (vx_attach): Ditto.
787 (vx_detach): Ditto.
788 (vx_kill): Ditto.
789 * aix-thread.c (pdc_symbol_addrs): Ditto.
790 (pdc_read_regs): Ditto.
791 (pdc_write_regs): Ditto.
792 (pdc_read_data): Ditto.
793 (pdc_write_data): Ditto.
794 * d10v-tdep.c (display_trace): Ditto.
795 * rs6000-nat.c (find_toc_address): Ditto.
796 * aix-thread.c: Don't include language.h.
797 * buildsym.c: Ditto.
798 * dbxread.c: Ditto.
799 * mdebugread.c: Ditto.
800 * rs6000-nat.c: Ditto.
801 * buildsym.c (make_blockvector): Use renamed hex_string.
802
803 2004-09-10 Jason Molenda (jmolenda@apple.com)
804
805 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
806 chars after 'if' or 'while' commands in user-defined commands.
807
808 2004-09-08 Jim Blandy <jimb@redhat.com>
809
810 Fix bug reported and analyzed by Olivier Crete:
811 * symfile.c (copy_section_addr_info): New function.
812 (symbol_file_add_with_addrs_or_offsets): Use it to save the
813 original set of address arguments, instead of handwritten code
814 that uses one length to allocate and a different length to
815 initialize. Use make_cleanup_free_section_addr_info.
816 * symfile.h (copy_section_addr_info): New declaration.
817 * utils.c: #include "symfile.h".
818 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
819 New functions.
820 * defs.h (make_cleanup_free_section_addr_info): New declaration.
821 * Makefile.in (utils.o): Update dependencies.
822
823 2004-09-08 Andrew Cagney <cagney@gnu.org>
824
825 * thread-db.c (keep_thread_db): Delete.
826 (thread_db_new_objfile, thread_db_create_inferior)
827 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
828
829 2004-09-08 Mark Kettenis <kettenis@gnu.org>
830
831 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
832 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
833 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
834 (i386_frameless_signal_p): Remove prototype.
835 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
836 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
837 I386_SSE_NUM_REGS.
838 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
839 instead of FP0_REGNUM.
840 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
841 of FP0_REGNUM and FPC_REGNUM.
842
843 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
844 (sunos_solib_create_inferior_hook): Don't call
845 sunos_relocate_main_executable.
846
847 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
848 solib_svr4_fetch_link_map_offsets to
849 svr4_ilp32_fetch_link_map_offsets.
850 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
851 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
852 svr4_ilp32_fetch_link_map_offsets.
853 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
854
855 2004-09-07 Jim Blandy <jimb@redhat.com>
856
857 * frame.h (frame_register): Doc fix.
858
859 2004-09-07 Andrew Cagney <cagney@gnu.org>
860
861 * vx-share/wait.h: Delete #ifdef USG.
862 * utils.c (request_quit): Ditto.
863 * tui/tui.c (tui_reset): Ditto.
864 * remote.c: Ditto.
865 * remote-sds.c: Ditto.
866 * remote-rdi.c: Ditto.
867 * mdebugread.c: Ditto.
868 * m68klinux-nat.c: Ditto.
869 * infttrace.c: Ditto.
870 * infptrace.c: Ditto.
871 * i386v-nat.c: Ditto.
872 * exec.c: Ditto.
873 * dbxread.c: Ditto.
874 * core-aout.c: Ditto.
875
876 2004-09-05 Joel Brobecker <brobecker@gnat.com>
877
878 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
879 heuristic_proc_desc.
880 (mips_insn32_frame_cache): Likewise.
881
882 2004-09-04 Joel Brobecker <brobecker@gnat.com>
883
884 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
885 left behind by error.
886
887 2004-09-04 Joel Brobecker <brobecker@gnat.com>
888
889 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
890 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
891
892 2004-09-04 Joel Brobecker <brobecker@gnat.com>
893
894 * config/rs6000/xm-aix4.h: Remove this file.
895 * config/rs6000/aix4.mh (XM_FILE): Delete.
896
897 2004-09-04 Joel Brobecker <brobecker@gnat.com>
898
899 * config/rs6000/xm-rs6000.h: Remove this file.
900 * config/rs6000/rs6000.mh (XM_FILE): Remove.
901
902 2004-09-03 Andrew Cagney <cagney@gnu.org>
903
904 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
905 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
906 only use.
907
908 * mips-tdep.c (temp_saved_regs): Delete.
909 (set_reg_offset): Replace saved_regs parameter with this_cache.
910 (heuristic_proc_desc, mips16_heuristic_proc_desc)
911 (mips32_heuristic_proc_desc): Add this_cache parameter.
912 (mips_insn32_frame_cache, mips_insn16_frame_cache)
913 (after_prologue): Pass a NULL this_cache.
914
915 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
916 non-kernel trap prologues.
917
918 * mips-tdep.c (find_proc_desc): Delete function.
919 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
920 simplify.
921 (mips_insn16_frame_cache): Replace find_proc_desc with code from
922 mips_insn32_frame_cache.
923
924 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
925 Simplify as NEXT_FRAME is NULL.
926 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
927
928 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
929 local variable.
930 (mips_skip_prologue): Update.
931
932 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
933 "cur_frame" parameter.
934 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
935 (mips_insn32_frame_cache, find_proc_desc): Update
936
937 * config/vax/nm-obsd.h: Delete file.
938 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
939 * config/vax/nm-nbsd.h: Delete file.
940 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
941 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
942 * config/sh/nm-nbsd.h: Delete file.
943 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
944 * config/rs6000/nm-rs6000ly.h: Delete file.
945 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
946 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
947 * config/powerpc/nm-obsd.h: Delete file.
948 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
949 * config/powerpc/nm-nbsd.h: Delete file.
950 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
951 * config/pa/nm-obsd.h: Delete file.
952 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
953 * config/mips/nm-nbsd.h: Delete file.
954 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
955 * config/m88k/nm-obsd.h: Delete file.
956 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
957 * config/m68k/nm-nbsd.h: Delete file.
958 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
959 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
960 * config/i386/nm-nbsd.h: Delete file.
961 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
962 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
963 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
964 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
965 * config/i386/nm-i386lynx.h: Delete file.
966 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
967 * config/arm/nm-nbsd.h: Delete file.
968 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
969 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
970
971 * config/i386/tm-fbsd.h: Delete file.
972 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
973 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
974
975 * config/rs6000/tm-rs6000-aix4.h: Delete file.
976 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
977 * config/rs6000/aix4.mt (TM_FILE): Set to
978 config/rs6000/tm-rs6000.h.
979 * config/powerpc/tm-ppc-aix.h: Delete file.
980 * config/powerpc/aix.mt (TM_FILE): Set to
981 config/rs6000/tm-rs6000.h.
982 * config/m68k/tm-linux.h: Delete file.
983 * config/m68k/linux.mt (TM_FILE): Set to solib.h
984 * config/i386/tm-linux64.h: Delete file.
985 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
986 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
987
988 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
989 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
990 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
991 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
992 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
993 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
994 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
995 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
996 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
997
998 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
999 gdb_host_cpu.
1000
1001 2004-09-02 Joel Brobecker <brobecker@gnat.com>
1002
1003 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1004 Minor reformatting. Some code factoring.
1005
1006 2004-09-02 Andrew Cagney <cagney@gnu.org>
1007
1008 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1009 * config/vax/tm-nbsd.h: Delete file.
1010 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1011 * config/sparc/tm-vxworks.h: Delete file.
1012 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1013 * config/sparc/tm-nbsd.h: Delete file.
1014 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1015 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1016 * config/sparc/tm-linux.h: Delete file.
1017 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1018 * config/s390/tm-linux.h: Delete file.
1019 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1020 * config/pa/tm-bsd.h: Delete file.
1021 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1022 * config/m68k/tm-obsd.h: Delete file.
1023 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1024 * config/m68k/tm-nbsd.h: Delete file.
1025 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1026 * config/i386/tm-vxworks.h: Delete file.
1027 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1028 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1029 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1030 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1031 * config/i386/tm-nbsd.h: Delete file.
1032 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1033 * config/i386/tm-i386lynx.h: Delete file.
1034 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1035 * config/cris/tm-cris.h: Delete file.
1036
1037 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1038 * configure: Re-generate.
1039 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1040 * config/arm/tm-nbsd.h: Delete file.
1041
1042 * config/powerpc/tm-ppcle-sim.h: Delete.
1043 * config/powerpc/tm-ppcle-eabi.h: Delete.
1044 * config/powerpc/tm-nbsd.h: Delete.
1045 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1046 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1047 tm-ppcle-eabi.h.
1048
1049 * config/i386/nto.mh (NAT_FILE): Delete.
1050 * config/i386/nm-nto.h: Delete.
1051
1052 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1053 * config/m68k/tm-os68k.h: Ditto.
1054 * config/m68k/tm-monitor.h: Ditto.
1055 * config/m68k/tm-cisco.h: Ditto.
1056 * config/m68k/st2000.mt (TM_FILE): Delete.
1057 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1058 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1059 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1060 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1061
1062 * config/m68k/tm-st2000.h: Delete.
1063 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1064 * config/sparc/fbsd.mt (TM_FILE): Delete.
1065 * config/sparc/tm-fbsd.h: Delete.
1066
1067 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1068 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1069 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1070
1071 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1072 GDB_TM_FILE and GDB_XM_FILE.
1073 * gdbarch.c: Re-generate.
1074 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1075 quotes in macro definition.
1076 * configure.in: Re-generate.
1077
1078 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1079 validating architecture methods.
1080 * gdbarch.c: Re-generate.
1081
1082 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1083 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1084 GDB_MULTI_ARCH_PARTIAL.
1085 * gdbarch.h: Re-generate.
1086
1087 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1088 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1089 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1090 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1091 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1092 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1093 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1094 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1095 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1096 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1097 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1098 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1099
1100 2004-09-01 Andrew Cagney <cagney@gnu.org>
1101
1102 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1103 and main_func_highpc.
1104 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1105 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1106 * nlmread.c (nlm_symfile_read): Update.
1107
1108 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1109
1110 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1111 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1112 (find_proc_desc): Remove dead code.
1113
1114 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1115
1116 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1117
1118 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1119
1120 * observer.sh: Add struct so_list declaration.
1121 * Makefile.in: Add dependencies on observer.h for solib.c and
1122 breakpoint.c.
1123 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1124 function.
1125 (_initialize_breakpoint): Register
1126 disable_breakpoints_in_unloaded_shlib as an observer of the
1127 "solib unloaded" observation event.
1128 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1129 call decode_line_1 so unfound breakpoint errors are silent.
1130 * solib.c (update_solib_list): When a solib is discovered to have
1131 been unloaded by the program, notify all observers of the
1132 "solib unloaded" observation event.
1133
1134 2004-09-01 Andrew Cagney <cagney@gnu.org>
1135
1136 * frame.c: Include "objfiles.h".
1137 (inside_main_func): New function.
1138 (get_prev_frame): Use new inside_main_func.
1139 * Makefile.in (frame.o): Update dependencies.
1140 * defs.h (inside_main_func): Delete declaration.
1141 * blockframe.c (inside_main_func): Delete function.
1142
1143 2004-08-31 Jim Blandy <jimb@redhat.com>
1144
1145 * dwarf2read.c (is_vtable_name): New function, based on logic from
1146 read_structure_type, but passing the correct length to strncmp,
1147 and using 'sizeof' instead of 'strlen'.
1148 (read_structure_type): Call it.
1149
1150 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1151
1152 * config/powerpc/aix.mh: Add comment.
1153
1154 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1155
1156 * MAINTAINERS: Add self to Write-After-Approval.
1157
1158 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1159
1160 * MAINTAINERS: Add self to Write-After-Approval.
1161
1162 2004-08-30 Andrew Cagney <cagney@gnu.org>
1163
1164 Fix PR breakpoints/1757.
1165 * infrun.c (struct execution_control_state): Replace
1166 remove_breakpoints_on_following_step with
1167 step_after_step_resume_breakpoint.
1168 (init_execution_control_state): Update.
1169 (handle_inferior_event): For signals, when stepping off a
1170 breakpoint, set step_after_step_resume_breakpoint. When
1171 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1172 (keep_going): Delete code handling
1173 remove_breakpoints_on_following_step.
1174
1175 2004-08-29 David Lecomber <david@streamline-computing.com>
1176
1177 Fix PR gdb/648
1178 * language.h (enum array_ordering): New enum.
1179 * language.h (struct language_defn): New la_array_ordering
1180 attribute.
1181 * language.c (unknown_language_defn, auto_language_defn)
1182 (local_language_defn): Ditto.
1183 * ada-lang.c (ada_language_defn): Ditto.
1184 * c-lang.c (c_language_defn, cplus_language_defn)
1185 (asm_language_defn, minimal_language_defn): Ditto.
1186 * f-lang.c (f_language_defn): Ditto.
1187 * jv-lang.c (java_language_defn): Ditto.
1188 * m2-lang.c (f_language_defn): Ditto.
1189 * objc-lang.c (objc_language_defn): Ditto.
1190 * p-lang.c (pascal_language_defn): Ditto.
1191 * scm-lang.c (scm_language_defn): Ditto.
1192 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1193 oriented large to small in type structure.
1194 * dwarf2read.c (read_array_order): New function.
1195 (read_array_type): Use read_array_order to check row/column
1196 major ordering.
1197
1198 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1199
1200 * target.c (target_resize_to_sections): Check
1201 current_target.to_sections for an old value when updating.
1202
1203 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1204
1205 * procfs.c (dbx_link_bpt_addr): New static global variable.
1206 (dbx_link_shadow_contents): New static global variable.
1207 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1208 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1209 if we just hit it.
1210 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1211 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1212 from run to run.
1213 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1214 after the inferior has been forked.
1215 (remove_dbx_link_breakpoint): New function.
1216 (dbx_link_addr): New function.
1217 (insert_dbx_link_bpt_in_file): New function.
1218 (insert_dbx_link_bpt_in_region): New function.
1219 (insert_dbx_link_breakpoint): New function.
1220 (proc_trace_syscalls_1): New function, extracted from
1221 proc_trace_syscalls.
1222 (proc_trace_syscalls): Replace extract code by call to
1223 proc_trace_syscalls_1.
1224 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1225 is no longer valid.
1226
1227 2004-08-25 Jim Blandy <jimb@redhat.com>
1228
1229 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1230
1231 2004-08-25 Andrew Cagney <cagney@gnu.org>
1232
1233 * infrun.c (struct execution_control_state): Delete field
1234 "stepping_through_sigtramp".
1235 (init_execution_control_state): Do not set same.
1236 (context_switch): Do not pass same to save_infrun_state and
1237 load_infrun_state.
1238 * gdbthread.h (struct thread_info): Delete field
1239 stepping_through_sigtramp.
1240 (save_infrun_state, load_infrun_state): Delete parameter
1241 stepping_through_sigtramp.
1242 * thread.c (load_infrun_state, save_infrun_state): Update.
1243
1244 * infrun.c: Re-indent. Move expression operators to the beginning
1245 of the line. Remove long disabled #if 0 code.
1246
1247 2004-08-24 Andrew Cagney <cagney@gnu.org>
1248
1249 * doublest.h (floatformat_ieee_quad): Rename
1250 floatformat_ia64_quad.
1251 * doublest.c (floatformat_ieee_quad): Rename
1252 floatformat_ia64_quad.
1253 (_initialize_doublest): Update.
1254
1255 2004-08-24 Jim Blandy <jimb@redhat.com>
1256
1257 * dwarf2expr.h (struct dwarf_expr_context): New members
1258 'num_pieces' and 'pieces', for returning the result of an
1259 expression that uses DW_OP_piece.
1260 (struct dwarf_expr_piece): New struct type.
1261 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1262 pieces.
1263 (free_dwarf_expr_context): Free pieces, if any.
1264 (add_piece): New function.
1265 (execute_stack_op): Implement DW_OP_piece.
1266 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1267 expression is a list of pieces, print an error message.
1268 (dwarf2_loc_desc_needs_frame): If the expression yields
1269 pieces, and any piece is in a register, then we need a frame.
1270
1271 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1272 the stack until we've decided what sort of result the evaluation
1273 has produced. Use separate variables, with more specific names.
1274
1275 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1276
1277 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1278 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1279 (arm_netbsd_init_abi_common): Register them.
1280
1281 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1282
1283 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1284
1285 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1286 safe_frame_unwind_memory instead of target_read_memory.
1287
1288 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1289 Reorder includes.
1290 (fetch_register, store_register): Remove prototypes.
1291 (child_resume): Reorganize code and comments such that it is
1292 grouped a bit more logically.
1293 (attach): Explicitly compare errno against 0.
1294 (detach): Likewise. Use perror_with_name instead of
1295 print_sys_errmsg.
1296 * Makefile.in (infptrace.o): Update dependencies.
1297
1298 * ia64-linux-nat.c: Update copyright year.
1299 (fetch_debug_register, store_debug_register)
1300 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1301 PTRACE_TYPE_ARG3.
1302 * config/ia64/nm-linux.h: Update copyright year.
1303 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1304
1305 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1306 from CORE_ADDR to struct frame_info *. Use
1307 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1308 (amd64_linux_sigtramp_p): Adjust for changed signature of
1309 and64_linux_sigtramp_start
1310
1311 * gdb_ptrace.h: GNU/Linux.
1312
1313 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1314 Remove defines.
1315
1316 * infptrace.c: Include "gdb_assert.h".
1317 (PTRACE_XFER_TYPE): Remove define.
1318 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1319 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1320 Tweak comment.
1321 (fetch_inferior_registers, store_inferior_registers): Remove
1322 redundant culry braces. Tweak comment. s/regno/regnum.
1323 * Makefile.in (infptrace.o): Update dependencies.
1324
1325 * configure.in: Change test for return type of ptrace to default
1326 to `long' instead of `int'.
1327 * configure: Regenerate.
1328
1329 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1330
1331 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1332
1333 * configure.in: Check for ttrace function.
1334 * configure, config.in: Regenerate.
1335
1336 * gdb_ptrace.h: New file.
1337 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1338 <sys/ptrace.h>.
1339 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1340 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1341 (attach): Don't define PT_ATTACH.
1342 (detach): Don't define PT_DETACH.
1343 * Makefile.in (gdb_ptrace_h): New variable.
1344 (infptrace.o): Update dependencies.
1345
1346 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1347
1348 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1349 instead of `int' if not already defined.
1350 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1351 PTRACE_TYPE_ARG3.
1352 * infptrace.c (call_ptrace): Revert change that replaced
1353 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1354
1355 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1356
1357 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1358 Remove defines.
1359
1360 * linux-nat.c (kill_inferior): Add missing third and fourth
1361 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1362
1363 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1364 PTRACE_TYPE_RET.
1365
1366 * proc-why.c (proc_prettyfprint_why): Fix format string.
1367
1368 * solib-osf.c (osf_current_sos): Remove unsused label.
1369
1370 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1371 curses headers.
1372 * configure, config.in: Regenerate.
1373 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1374 <ncurses/ncurses.h>.
1375
1376 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1377 * config/nm-nbsd.h: Update copyright year.
1378 (PTRACE_ARG3_TYPE): Remove define.
1379
1380 * sparc-nat.c (fetch_inferior_registers)
1381 (store_inferior_registers, sparc_xfer_wcookie):
1382 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1383
1384 * alphabsd-nat.c (fetch_inferior_registers):
1385 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1386 PTRACE_TYPE_ARG3.
1387 * amd64bsd-nat.c (fetch_inferior_registers)
1388 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1389 PTRACE_TYPE_ARG3.
1390 * armnbsd-nat.c: Update copyright year.
1391 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1392 (store_register, store_regs, store_fp_register, store_fp_regs):
1393 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1394 * hppabsd-nat.c (fetch_inferior_registers)
1395 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1396 PTRACE_TYPE_ARG3.
1397 * i386bsd-nat.c (fetch_inferior_registers)
1398 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1399 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1400 * m68kbsd-nat.c (fetch_inferior_registers)
1401 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1402 PTRACE_TYPE_ARG3.
1403 * m88kbsd-nat.c (fetch_inferior_registers)
1404 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1405 PTRACE_TYPE_ARG3.
1406 * mipsnbsd-nat.c: Update copyright year.
1407 (fetch_inferior_registers, store_inferior_registers):
1408 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1409 * ns32knbsd-nat.c: Update copyright year.
1410 (fetch_inferior_registers, store_inferior_registers):
1411 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1412 * ppcnbsd-nat.c (fetch_inferior_registers):
1413 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1414 PTRACE_TYPE_ARG3.
1415 * ppcobsd-nat.c (fetch_inferior_registers):
1416 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1417 PTRACE_TYPE_ARG3.
1418 * shnbsd-nat.c: Update copyright year.
1419 (fetch_inferior_registers, store_inferior_registers):
1420 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1421 * vaxbsd-nat.c (fetch_inferior_registers)
1422 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1423 PTRACE_TYPE_ARG3.
1424
1425 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1426 PTRACE_TYPE_ARG3.
1427 * infptrace.c (call_ptrace, child_resume, attach, detach)
1428 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1429 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1430 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1431 PTRACE_TYPE_ARG3.
1432
1433 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1434
1435 * defs.h: Remove out-of-date comment.
1436 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1437 [!GETENV_PROVIDED] (getenv): Remove prototype.
1438
1439 * standalone.c: Remove file.
1440 * Makefile.in (standalone.o): Remove dependency.
1441
1442 * i386-linux-nat.c (dummy_sse_values): Remove function and
1443 prototype.
1444 (i386_linux_dr_get): Fix typo in comment.
1445 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1446
1447 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1448
1449 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1450 from declaration.
1451 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1452 from definition.
1453
1454 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1455
1456 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1457 parenthesis in definition.
1458 * configure: Regenerated.
1459
1460 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1461
1462 * PROBLEMS: Mention build/1411.
1463
1464 2004-08-09 Robert Millan <robertmh@gnu.org>
1465
1466 Committed by Nathanael Nerode.
1467 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1468 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1469
1470 2004-08-12 Andrew Cagney <cagney@gnu.org>
1471
1472 * NEWS: Mention fixes in GDB 6.2.1.
1473 * PROBLEMS: Remove mention of mips-irix.
1474
1475 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1476
1477 * config/powerpc/xm-aix.h: Delete.
1478 * config/powerpc/aix.mh (MH_FILE): Remove.
1479 * config/powerpc/aix432.mh (MH_FILE): Remove.
1480
1481 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1482
1483 * config/powerpc/aix.mh: Remove obsolete comment.
1484 * config/powerpc/aix432.mh: Likewise.
1485
1486 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1487
1488 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1489
1490 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1491
1492 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1493 this file is now empty.
1494 * config/xm-aix4.h: Remove, this file is no longer included
1495 anywhere.
1496
1497 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1498
1499 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1500 that file is now empty.
1501 (termdef): Remove prototype, function no longer used.
1502
1503 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1504
1505 * doc/gdbint.texinfo (Host Definition): Remove documentation
1506 for USE_O_NOCTTY, no longer used.
1507 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1508 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1509
1510 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1511
1512 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1513 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1514 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1515
1516 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1517
1518 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1519 instead of FIVE_ARG_PTRACE.
1520
1521 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1522 (new_tty): Use O_NOCTTY unconditionally.
1523
1524 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1525
1526 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1527 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1528 fflush on stdout.
1529
1530 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1531
1532 * xcoff_symfile_finish: Replace last call to xmfree by call
1533 to xfree.
1534
1535 2004-08-10 Andrew Cagney <cagney@gnu.org>
1536
1537 * main.c (captured_main): Delete call to init_malloc.
1538 * defs.h (init_malloc): Delete declaration.
1539 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1540 (init_malloc): Delete functions.
1541
1542 * defs.h (xmfree): Delete.
1543 * utils.c (xmfree): Delete function.
1544 (xfree): Inline calls to xmfree and mfree.
1545 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1546 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1547 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1548 * somread.c (som_symfile_finish): Ditto.
1549 * objfiles.c (allocate_objfile, free_objfile):
1550 * nlmread.c (nlm_symfile_finish): Ditto.
1551 * hpread.c (hpread_symfile_finish): Ditto.
1552 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1553 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1554 * coffread.c (coff_symfile_finish): Ditto.
1555
1556 * defs.h (xmcalloc): Delete declaration.
1557 * utils.c (xmcalloc): Delete.
1558 (xcalloc): Inline calls to xmcalloc and mcalloc.
1559 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1560 xcalloc and xfree.
1561 * symtab.c (create_demangled_names_hash): Ditto.
1562
1563 * defs.h (xmrealloc): Delete.
1564 * utils.c (xmrealloc): Delete.
1565 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1566 * symmisc.c (extend_psymbol_list): Use xrealloc.
1567 * source.c (find_source_lines): Ditto.
1568 * hpread.c (hpread_lookup_type): Ditto.
1569 * dbxread.c (add_bincl_to_list): Ditto.
1570
1571 * utils.c (xmmalloc): Delete.
1572 (xmalloc): Inline xmmalloc and mmalloc calls.
1573 (msavestring): Use xmalloc.
1574 * defs.h (xmmalloc): Delete declaration.
1575 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1576 xmmalloc.
1577 * symmisc.c (extend_psymbol_list): Ditto.
1578 * symfile.c (init_psymbol_list): Ditto.
1579 * source.c (find_source_lines): Ditto.
1580 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1581 * elfread.c (elf_symtab_read): Ditto.
1582 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1583 * coffread.c (coff_symfile_init): Ditto.
1584
1585 2004-08-10 David Carlton <carlton@bactrian.org>
1586
1587 * MAINTAINERS: Remove David Carlton from c++ testsuite
1588 maintainers.
1589
1590 2004-08-10 Jerome Guitton <guitton@gnat.com>
1591
1592 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1593 print a line feed before the prompt.
1594
1595 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1596
1597 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1598
1599 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1600
1601 General cleanup of the AIX xm include file:
1602 * config/xm-aix4.h (fd_set): Remove undefine.
1603 Remove include of <sys/select.h>.
1604 (HAVE_TERMIO): Remove define.
1605 (USG): Likewise.
1606 (NULL): Remove redefine.
1607 (alloca): Remove #pragma.
1608 (vfork): Remove define.
1609 (termdef): Remove.
1610 (SIGWINCH_HANDLER): Remove.
1611 (SIGWINCH_HANDLER_BODY): Remove.
1612
1613 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1614
1615 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1616 GDB_OSABI_OPENBSD_ELF.
1617
1618 2004-08-07 Robert Millan <robertmh@gnu.org>
1619
1620 * bsd-kvm.c: Check for nlist.h before including it.
1621
1622 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1623
1624 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1625 sigcontext' offset consistency checks for ancient BSD.
1626
1627 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1628
1629 * configure.in: Check for <sys/types.h>. Check return and
1630 argument types of ptrace.
1631 * configure, config.in: Regenerate.
1632
1633 2004-08-09 Jim Blandy <jimb@redhat.com>
1634
1635 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1636 rs6000_register_sim_regno): Doc fixes.
1637
1638 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1639
1640 * mips-tdep.c: Include "floatformat.h".
1641 (n32n64_floatformat_always_valid): New function.
1642 (floatformat_n32n64_long_double_big): New constant.
1643 (mips_gdbarch_init): Set size and format of long double
1644 for N32 and N64 ABIs.
1645 * Makefile.in (mips-tdep.o): Update dependencies.
1646
1647 2004-08-08 Andrew Cagney <cagney@gnu.org>
1648
1649 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1650 print. Improve script's error messages.
1651 * gdbarch.h: Re-generate.
1652
1653 * gdbarch.sh (pformat): New function.
1654 (float_format, double_format, long_double_format): List with bit
1655 members. Use pformat when printing.
1656 * gdbarch.c, gdbarch.h: Re-generate.
1657
1658 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1659
1660 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1661 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1662 (ppcnbsd_supply_pcb): New function.
1663 (_initialize_ppcnbsd_nat): New prototype and function.
1664 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1665 (LOADLIBES): New variable.
1666 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1667
1668 2004-08-08 Andrew Cagney <cagney@gnu.org>
1669
1670 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1671 (builtin_type_ieee_double, builtin_type_ia64_quad)
1672 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1673 BE/LE floating-point types.
1674 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1675 (builtin_type_ieee_double, builtin_type_ia64_quad)
1676 (builtin_type_ia64_spill): Declare.
1677 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1678 (floatformat_ieee_double, floatformat_arm_ext)
1679 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1680 of LE/BE floatformats.
1681 * doublest.h: (struct floatformat, floatformat_ieee_single)
1682 (floatformat_ieee_double, floatformat_arm_ext)
1683 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1684
1685 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1686
1687 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1688
1689 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1690 instead of regcache_raw_supply when storing the registers.
1691
1692 * i386gnu-nat.c: Update copyright year.
1693 (gnu_store_registers): Don't use deprecated_registers and
1694 deprecated_registers_valid. Use regcache_valid_p and
1695 regcache_raw_supply instead.
1696
1697 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1698 frame_pc_unwind.
1699
1700 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1701 variables. Incapitalized "process".
1702
1703 * configure.in: Add cursesX to the list of possible curses libs.
1704 Add cursesX.h to the list of possible curses headers.
1705 * configure, config.in: Regenerate.
1706
1707 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1708
1709 * configure.in: Test for struct lwp in <sys/lwp.h>.
1710 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1711 the offset of l_addr in struct lwp.
1712
1713 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1714
1715 * bsd-kvm.c: Include "gdbcore.h"
1716 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1717
1718 2004-08-07 Andrew Cagney <cagney@gnu.org>
1719
1720 * gdbtypes.c (build_flt, build_complex): New functions.
1721 (gdbtypes_post_init): Use.
1722
1723 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1724
1725 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1726 through to builtin_type_uint128.
1727
1728 * c-exp.y: Use builtin_type function to obtain builtin types.
1729
1730 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1731 builtin_uint128.
1732 * gdbtypes.c (gdbtypes_post_init): Update.
1733 (build_gdbtypes): Move initialization of builtin_type_int0
1734 through to builtin_type_uint128 from here ...
1735 (_initialize_gdbtypes): ... to here.
1736 * d10v-tdep.c (d10v_register_type): Update.
1737
1738 * doublest.c: Update copyright.
1739 (floatformat_from_length): Call error when floatformat is NULL.
1740 (extract_floating_by_length): Remove NULL fmt check.
1741 (store_floating_by_length): Ditto.
1742
1743 2004-08-07 Andrew Cagney <cagney@gnu.org>
1744
1745 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1746 that the register is valid.
1747
1748 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1749
1750 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1751 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1752 struct frame_info *. Use safe_frame_unwind_memory instead of
1753 deprecated_read_memory_nobpt.
1754 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1755 changed signature of i386_linux_sigtramp_start and
1756 i386_linux_rt_sigtramp_start.
1757
1758 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1759 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1760 instead of deprecated_read_memory_nobpt.
1761 (i386nbsd_sigtramp_p): Adjust for changed signature of
1762 i386nbsd_sigtramp_offset.
1763
1764 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1765 safe_frame_unwind_memory instead of target_read_memory.
1766
1767 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1768 !NO_SYS_FILE.
1769 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1770 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1771 (_initialize_kernel_u_addr): Remove prototype and function.
1772 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1773 !NO_SYS_FILE.
1774 * xcoffread.c: Likewise.
1775
1776 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1777
1778 * vax-nat.c: New file.
1779 * vaxbsd-nat.c: Tweak comment.
1780 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1781 vaxnbsd-tdep.c.
1782 (vax-nat.o): New dependency.
1783 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1784 (vax-*-ultrix2*): Remove.
1785 * config/vax/vax.mh: New file.
1786 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1787 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1788 (vax_register_u_addr): New prototype.
1789 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1790 * config/vax/vaxult2.mh: Remove file.
1791 * config/vax/vaxult.mh: Remove file.
1792 * config/vax/vaxbsd.mh: Remove file.
1793 * config/vax/vax.mt (TM_FILE): Remove.
1794 * config/vax/tm-vaxbsd.h: Remove file.
1795
1796 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1797
1798 * aix-thread.c (get_signaled_thread): New function.
1799 (iter_trap): Delete, no longer used.
1800 (iter_tid): New function.
1801 (pd_update): Find the thread that received the SIGTRAP signal
1802 by first locating the kernel thread, and then finding its
1803 associated thread.
1804
1805 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1806
1807 * lin-lwp.c (child_wait): Continue inferior after processing
1808 PTRACE_EVENT_CLONE event.
1809
1810 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1811
1812 * MAINTAINERS: Add self to Write-After-Approval.
1813
1814 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1815
1816 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1817 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1818
1819 2004-08-05 Andrew Cagney <cagney@gnu.org>
1820
1821 * config/xm-sysv4.h: Delete file.
1822 * config/mips/xm-irix5.h: Delete file.
1823 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1824 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1825 * config/ia64/xm-aix.h: Delete file.
1826 * config/ia64/aix.mh (XM_FILE): Delete.
1827 * config/pa/xm-hppah.h: Delete file.
1828 * config/pa/hpux11w.mh (XM_FILE): Delete.
1829 * config/pa/hpux11.mh (XM_FILE): Delete.
1830 * config/pa/hpux1020.mh (XM_FILE): Delete.
1831 * config/pa/hppahpux.mh (XM_FILE): Delete.
1832
1833 * config/alpha/xm-alphalinux.h: Delete file.
1834 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1835 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1836 * config/alpha/xm-alphaosf.h: Delete file.
1837 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1838 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1839 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1840 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1841
1842 * config/i386/xm-i386v.h: Delete file.
1843 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1844 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1845 * config/i386/xm-i386sco.h: Delete file.
1846 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1847 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1848 * config/i386/xm-i386v4.h: Delete file.
1849 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1850 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1851 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1852 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1853
1854 * config/vax/xm-vax.h: Delete file.
1855 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1856 * config/vax/xm-vaxult2.h: Delete file.
1857 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1858 * config/vax/vaxult2.mh (XM_FILE): Delete.
1859 * config/vax/xm-vaxult.h: Delete file.
1860 * config/vax/vaxult.mh (XM_FILE): Delete.
1861 * config/vax/xm-vaxbsd.h: Delete file.
1862 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1863
1864 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1865 * gdbarch.h, gdbarch.c: Re-generate.
1866 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1867 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1868 * frame.h: Delete deprecated_read_fp from comments.
1869 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1870 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1871
1872 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1873
1874 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1875 trampoline in OpenBSD 3.5-current.
1876
1877 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1878 SSE registers.
1879
1880 * Makefile.in: Remove embedded page breaks.
1881
1882 2004-08-04 Jim Blandy <jimb@redhat.com>
1883
1884 * regcache.c (regcache_raw_read): Assert that, after calling
1885 target_fetch_registers, the register we're reading is cached.
1886
1887 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1888 a call to 'internal_error', with a more helpful error message.
1889 * rs6000-tdep.c (e500_pseudo_register_read,
1890 e500_pseudo_register_write, rs6000_store_return_value): Same.
1891
1892 2004-08-04 Andrew Cagney <cagney@gnu.org>
1893
1894 * Makefile.in: Update dependencies.
1895
1896 2004-08-04 Jim Blandy <jimb@redhat.com>
1897
1898 Change the layout of the PowerPC E500 raw register cache to allow
1899 the lower 32-bit halves of the GPRS to be their own raw registers,
1900 not pseudoregisters.
1901 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1902 add ppc_ev0_upper_regnum flag.
1903 * rs6000-tdep.c: #include "reggroups.h".
1904 (spe_register_p): Recognize the ev upper half registers as SPE
1905 registers.
1906 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1907 registers.
1908 (e500_move_ev_register): New function.
1909 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1910 vector registers are the pseudo-registers now, formed by splicing
1911 together the gprs and the upper-half registers.
1912 (e500_register_reggroup_p): New function.
1913 (P): Macro deleted.
1914 (P8, A4): New macro.
1915 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1916 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1917 macros.
1918 (registers_e500): Rearrange register set so that the raw register
1919 set contains 32-bit GPRs and upper-half registers, and the SPE
1920 vector registers become pseudo-registers.
1921 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1922 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1923 register numbers are now the same for the E500 as they are for
1924 other PowerPC variants. Register e500_register_reggroup_p as the
1925 register group function for the E500.
1926 * Makefile.in (rs6000-tdep.o): Update dependencies.
1927
1928 Adapt PPC E500 native support to the new raw regcache layout.
1929 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1930 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1931 (fetch_spe_register, store_spe_register): Handle fetching/storing
1932 all the SPE registers at once, if regno == -1. These now take
1933 over the job of fetch_spe_registers and store_spe_registers.
1934 (fetch_spe_registers, store_spe_registers): Deleted.
1935 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1936 unconditionally; they're always raw. Fetch/store SPE upper half
1937 registers, if present, instead of ev registers.
1938 (fetch_register, store_register): Remove sanity checks: gprs are
1939 never pseudo-registers now, so we never need to even mention any
1940 registers that are ever pseudoregisters.
1941
1942 Use a fixed register numbering when communicating with the PowerPC
1943 simulator.
1944 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1945 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1946 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1947 New functions.
1948 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1949 init_sim_regno_table.
1950 * Makefile.in (gdb_sim_ppc_h): New variable.
1951 (rs6000-tdep.o): Update dependencies.
1952
1953 2004-08-02 Andrew Cagney <cagney@gnu.org>
1954
1955 * cris-tdep.c (cris_register_size): Restore function, still used
1956 locally.
1957
1958 * gdbarch.sh (deprecated_target_read_fp)
1959 (deprecated_frame_locals_address, deprecated_frame_args_address)
1960 (deprecated_frame_chain_valid, deprecated_frame_chain)
1961 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1962 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1963 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1964 * gdbarch.h, gdbarch.c: Re-generate.
1965 * regcache.c (deprecated_read_fp): Do not call
1966 DEPRECATED_TARGET_READ_FP_P.
1967 * infcmd.c (default_print_registers_info): Do not call
1968 DEPRECATED_DO_REGISTERS_INFO.
1969 * frame-base.c (default_frame_locals_address): Do not call
1970 DEPRECATED_FRAME_LOCALS_ADDRESS.
1971 (default_frame_args_address): Do not call
1972 DEPRECATED_FRAME_ARGS_ADDRESS.
1973
1974 * gdbarch.sh (deprecated_register_raw_size)
1975 (deprecated_register_virtual_size:int): Delete.
1976 * gdbarch.h, gdbarch.c: Re-generate.
1977 * cris-tdep.c (cris_register_size): Delete.
1978 (cris_gdbarch_init): Update.
1979 * alpha-tdep.c (alpha_register_raw_size)
1980 (alpha_register_virtual_size): Delete.
1981 (alpha_gdbarch_init): Update.
1982
1983 * gdbarch.sh (deprecated_register_virtual_type)
1984 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1985 (deprecated_dummy_write_sp): Delete.
1986 * gdbarch.h, gdbarch.c: Re-generate.
1987
1988 * gdbarch.sh (deprecated_register_bytes): Delete.
1989 * gdbarch.h, gdbarch.c: Re-generate.
1990 * regcache.c (deprecated_register_bytes): New function.
1991 * regcache.h (deprecated_register_bytes): Declare.
1992 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1993 * v850-tdep.c (v850_gdbarch_init): Update.
1994 * sh64-tdep.c (sh64_gdbarch_init): Update.
1995 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1996 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1997 * mcore-tdep.c (mcore_gdbarch_init): Update.
1998 * cris-tdep.c (cris_gdbarch_init): Update.
1999 * arm-tdep.c (arm_gdbarch_init): Update.
2000 * remote.c (init_remote_state): Update.
2001 * remote-vx.c (vx_prepare_to_store): Update.
2002 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2003 * irix5-nat.c (fetch_core_registers): Update.
2004 * cris-tdep.c (cris_register_bytes_ok): Update.
2005 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2006
2007 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2008 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2009 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2010 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2011 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2012 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2013 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2014 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2015 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2016 with mips_insn16 and mips_insn32.
2017
2018 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2019 * rs6000-tdep.c (rs6000_push_dummy_call)
2020 (rs6000_extract_return_value): Use register_size.
2021 * xstormy16-tdep.c (xstormy16_get_saved_register)
2022 (xstormy16_extract_return_value): Ditto.
2023 * valops.c (value_assign): Ditto.
2024 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2025 * v850-tdep.c (v850_extract_return_value): Ditto.
2026 * tracepoint.c (collect_symbol): Ditto.
2027 * target.c (debug_print_register): Ditto.
2028 * stack.c (frame_info): Ditto.
2029 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2030 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2031 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2032 (store_register_using_P): Ditto.
2033 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2034 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2035 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2036 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2037 * regcache.c (deprecated_read_register_bytes)
2038 (deprecated_write_register_bytes, read_register)
2039 (write_register): Ditto.
2040 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2041 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2042 * monitor.c (monitor_supply_register, monitor_fetch_register)
2043 (monitor_store_register): Ditto.
2044 * mn10300-tdep.c (mn10300_pop_frame_regular)
2045 (mn10300_print_register): Ditto.
2046 * mipsv4-nat.c (fill_fpregset): Ditto.
2047 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2048 (mips64_fill_fpregset): Ditto.
2049 * mi/mi-main.c (register_changed_p, get_register)
2050 (mi_cmd_data_write_register_values): Ditto.
2051 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2052 * irix5-nat.c (fill_gregset, fetch_core_registers):
2053 * infrun.c (write_inferior_status_register): Ditto.
2054 * infptrace.c (fetch_register, store_register): Ditto.
2055 * infcmd.c (default_print_registers_info): Ditto.
2056 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2057 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2058 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2059 * hpux-thread.c (hpux_thread_fetch_registers)
2060 (hpux_thread_store_registers): Ditto.
2061 * hppah-nat.c (store_inferior_registers, fetch_register):
2062 * findvar.c (value_from_register): Ditto.
2063 * dve3900-rom.c (fetch_bitmapped_register):
2064 * cris-tdep.c (cris_gdbarch_init): Ditto.
2065 * alpha-tdep.h: Ditto.
2066 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2067
2068 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2069 DEPRECATED_REGISTER_RAW_SIZE from comments.
2070 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2071 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2072 DEPRECATED_REGISTER_RAW_SIZE.
2073 * findvar.c (value_of_register): Simplify by assuming that the
2074 registers raw and virtual sizes are identical.
2075 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2076 comment.
2077 * arch-utils.c (generic_register_size): Simplify by assuming
2078 register_type.
2079
2080 * regcache.c (legacy_read_register_gen, real_register)
2081 (legacy_write_register_gen): Delete, not used.
2082
2083 * regcache.c (struct regcache_descr): Delete legacy_p.
2084 (init_legacy_regcache_descr): Delete function.
2085 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2086 Do not use deprecated register functions.
2087 (regcache_raw_read, deprecated_write_register_gen):
2088 (deprecated_read_register_gen, regcache_raw_write): Delete code
2089 predicated on legacy_p.
2090 (register_size): Delete check against register raw size.
2091
2092 * cris-tdep.c (cris_register_type): Replace
2093 cris_register_virtual_type.
2094 (cris_gdbarch_init): Update, set register_type.
2095
2096 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2097 * gdbarch.h, gdbarch.c: Re-generate.
2098 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2099 (arm_gdbarch_init) Do not set frameless function invocation.
2100 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2101 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2102 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2103 (frv_gdbarch_init): Do not set frameless function invocation.
2104 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2105 * sh-tdep.c (sh_gdbarch_init): Ditto.
2106 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2107 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2108 * avr-tdep.c (avr_gdbarch_init): Ditto.
2109
2110 * blockframe.c (legacy_frame_chain_valid): Delete function.
2111
2112 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2113 and pc. Update comments.
2114 (pc_in_dummy_frame): Delete function.
2115 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2116 use the "id".
2117 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2118 call_hi, top and pc, use the id.
2119 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2120
2121 * dummy-frame.c: Include "gdb_string.h".
2122 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2123 (generic_save_dummy_frame_tos): Delete.
2124 (dummy_frame_push): New function, replaces above.
2125 * dummy-frame.h: Update copyright.
2126 (dummy_frame_push): Declare.
2127 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2128 (generic_save_call_dummy_addr): Delete declarations.
2129 * infcall.c: Include "dummy-frame.h".
2130 (call_function_by_hand): Add locals caller_regcache,
2131 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2132 with call to frame_save_as_regcache plus cleanup. Delete calls to
2133 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2134 Move clear_proceed_status to just before the resume, add call to
2135 dummy_frame_push (discard cleanup).
2136 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2137 (dummy-frame.o): Add $(gdb_string_h).
2138
2139 2004-08-01 Andrew Cagney <cagney@gnu.org>
2140
2141 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2142 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2143 * dummy-frame.c (find_dummy_frame): Delete.
2144 (struct dummy_frame_cache, dummy_frame_sniffer)
2145 (dummy_frame_prev_register, dummy_frame_this_id)
2146 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2147 frame unwinder using a dummy_frame_cache.
2148
2149 2004-08-01 Andrew Cagney <cagney@gnu.org>
2150
2151 * frame.h (frame_save_as_regcache): Declare.
2152 * frame.c (frame_save_as_regcache): New function.
2153 (do_frame_read_register): Replace do_frame_unwind_register.
2154 (frame_pop): Use frame_save_as_regcache.
2155 * dummy-frame.c (generic_push_dummy_frame): Use
2156 frame_save_as_regcache.
2157
2158 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2159
2160 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2161 file as included until we record the first line in the linetable.
2162
2163 2004-08-01 Andrew Cagney <cagney@gnu.org>
2164
2165 * frame.h (deprecated_pop_dummy_frame)
2166 (deprecated_read_register_dummy)
2167 (deprecated_generic_find_dummy_frame): Delete.
2168 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2169 (deprecated_read_register_dummy)
2170 (deprecated_find_dummy_frame_regcache)
2171 (discard_innermost_dummy)
2172 (deprecated_pop_dummy_frame): Delete.
2173 (dummy_frame_this_id): Simplify.
2174 (struct dummy_frame): Delete "fp" and "sp".
2175 (find_dummy_frame): Simplify.
2176 (generic_push_dummy_frame): Do not set "fp" or "sp".
2177 (fprint_dummy_frames): Do not print "fp" and "sp"
2178
2179 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2180
2181 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2182 (struct i386_insn): New structure.
2183 (i386_match_insn): New function.
2184 (i386_frame_setup_skip_insns): New variable.
2185 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2186 array i386_frame_setup_insns of instructions that should be
2187 skipped inside the frame setup sequence.
2188
2189 2004-08-01 Andrew Cagney <cagney@gnu.org>
2190
2191 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2192 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2193 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2194 * stack.c (frame_info): Delete references to
2195 DEPRECATED_FRAME_INIT_SAVED_REGS and
2196 deprecated_get_frame_saved_regs.
2197 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2198 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2199 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2200 (frame_unwind_register_signed)
2201 (frame_unwind_register_unsigned)
2202 (frame_unwind_unsigned_register): Use register_size.
2203 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2204 (deprecated_frame_xmalloc_with_cleanup)
2205 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2206 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2207
2208 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2209 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2210 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2211 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2212
2213 * infcall.c (call_function_by_hand): Do not use
2214 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2215 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2216 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2217 DEPRECATED_STACK_ALIGN.
2218
2219 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2220
2221 Committed by Andrew Cagney.
2222 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2223
2224 2004-08-01 Andrew Cagney <cagney@gnu.org>
2225
2226 * mips-tdep.c (mips16_frame_cache)
2227 (mips16_frame_this_id, mips16_frame_prev_register)
2228 (mips16_frame_unwind, mips16_frame_sniffer)
2229 (mips16_frame_base_address, mips16_frame_base)
2230 (mips16_frame_base_sniffer, mips32_frame_cache)
2231 (mips32_frame_this_id, mips32_frame_prev_register)
2232 (mips32_frame_unwind, mips32_frame_sniffer)
2233 (mips32_frame_base_address, mips32_frame_base)
2234 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2235 separate heuristic mips16 and mips32 unwinders.
2236 (mips_stub_frame_cache, mips_stub_frame_this_id)
2237 (mips_stub_frame_prev_register)
2238 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2239 (mips_stub_frame_base_address, mips_stub_frame_base)
2240 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2241 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2242 match true mdebug frames.
2243 (non_heuristic_proc_desc): Add forward declaration.
2244
2245 2004-08-01 Andrew Cagney <cagney@gnu.org>
2246
2247 * config/mips/tm-irix6.h: Delete file.
2248 * config/mips/tm-irix5.h: Delete file.
2249 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2250 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2251
2252 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2253 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2254 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2255 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2256 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2257 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2258 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2259 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2260 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2261 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2262 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2263 (TARGET_SIGNAL_RAW_VALUES): Delete.
2264 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2265 Delete.
2266 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2267 (TARGET_HW_WATCH_LIMIT): Delete.
2268 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2269 * minimon.h: Delete file.
2270
2271 * trad-frame.c (trad_frame_get_this_base)
2272 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2273 functions.
2274 * trad-frame.h (trad_frame_set_this_base)
2275 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2276
2277 2004-07-31 Andrew Cagney <cagney@gnu.org>
2278
2279 * trad-frame.c (trad_frame_get_prev_register): Rename
2280 trad_frame_get_prev_register.
2281 * vax-tdep.c (vax_frame_prev_register): Update.
2282 * trad-frame.h: Update.
2283 * trad-frame.c (trad_frame_get_register): Update.
2284 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2285 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2286 Update.
2287 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2288 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2289 Update.
2290 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2291 Update.
2292 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2293 Update.
2294 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2295 Update.
2296 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2297 Update.
2298 * s390-tdep.c (s390_frame_prev_register)
2299 (s390_stub_frame_prev_register)
2300 (s390_sigtramp_frame_prev_register): Update.
2301 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2302 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2303 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2304 * m88k-tdep.c (m88k_frame_prev_register)
2305 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2306 * m32r-tdep.c (m32r_frame_prev_register): Update.
2307 * hppa-tdep.c (hppa_frame_prev_register_helper)
2308 * frv-tdep.c (frv_frame_prev_register): Update.
2309 * d10v-tdep.c (d10v_frame_prev_register): Update.
2310 * cris-tdep.c (cris_frame_prev_register): Update.
2311 * avr-tdep.c (avr_frame_prev_register): Update.
2312 * arm-tdep.c (arm_prologue_prev_register)
2313 (arm_sigtramp_prev_register): Update.
2314
2315 2004-07-31 Andrew Cagney <cagney@gnu.org>
2316
2317 * frame.h (legacy_saved_regs_unwind)
2318 (legacy_frame_chain_valid, legacy_frame_p)
2319 (enum frame_type): Delete UNKNOWN_FRAME.
2320 * dummy-frame.c (dummy_frame_this_id): Simplify.
2321 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2322 * frame.c (struct frame_info): Delete the field "type".
2323 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2324 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2325 (legacy_saved_regs_unwind, legacy_frame_p)
2326 (frame_type_from_pc): Delete.
2327 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2328 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2329
2330 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2331
2332 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2333 indentation.
2334
2335 * mips-nat.c: Remove file.
2336 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2337 (mips-nat.o): Remove dependency.
2338
2339 * infptrace.c: Update copyright year.
2340 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2341 explicitly setting the buffer to all zeroes.
2342
2343 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2344 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2345
2346 2004-07-30 Andrew Cagney <cagney@gnu.org>
2347
2348 * GDB 6.2 released from gdb_6_2-branch.
2349
2350 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2351
2352 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2353
2354 * exec.c (exec_file_attach):
2355 * nto-tdep.c (nto_find_and_open_solib):
2356 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2357 * solib.c (solib_open):
2358 * somsolib.c (som_solib_sizeof_symbol_table):
2359 * source.c (is_regular_file, openp, open_source_file):
2360 * symfile.c (symfile_bfd_open):
2361 * wince.c (upload_to_device): Differentiate between the search for
2362 binary and source files.
2363
2364 2004-07-30 Andrew Cagney <cagney@gnu.org>
2365
2366 * complaints.c (_initialize_complaints): Pass NULL to
2367 add_setshow_zinteger_cmd for help_doc.
2368 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2369
2370 2004-07-30 Andrew Cagney <cagney@gnu.org>
2371
2372 Fix PR i18n/761.
2373 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2374 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2375 $(PACKAGE).pot and update-po.
2376 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2377 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2378 (update-po): New rules.
2379 (localedir): Define using autoconf.
2380 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2381 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2382 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2383 * configure.in: Generate CATALOGS and LINGUAS from contents of
2384 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2385 * configure: Re-generate.
2386 * po/gdbtext: New file
2387
2388 2004-07-30 Jerome Guitton <guitton@gnat.com>
2389
2390 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2391 order.
2392
2393 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2394
2395 * dwarf2read.c (read_file_scope): Set producer if attribute
2396 present.
2397 (struct dwarf2_cu): Added new member producer.
2398
2399 2004-07-30 Jerome Guitton <guitton@gnat.com>
2400
2401 * inflow.c (kill_command): release file handles in BFD.
2402 * exec.c (exec_file_attach): Ditto.
2403 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2404
2405 2004-07-29 Andrew Cagney <cagney@gnu.org>
2406
2407 * PROBLEMS (mips-irix): Note that it is broken.
2408
2409 2004-07-29 Andrew Cagney <cagney@gnu.org>
2410
2411 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2412 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2413
2414 * config/xm-nbsd.h: Delete file.
2415 * config/arm/xm-nbsd.h: Delete file.
2416 * config/i386/xm-nbsd.h: Delete file.
2417 * config/ns32k/xm-nbsd.h: Delete file.
2418 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2419 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2420 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2421 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2422 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2423
2424 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2425 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2426 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2427 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2428 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2429 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2430
2431 * config/powerpc/xm-linux.h: Delete empty file.
2432 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2433 * config/powerpc/linux.mh (XM_FILE): Delete.
2434 * config/m68k/xm-linux.h: Delete empty file.
2435 * config/m68k/linux.mh (XM_FILE): Delete.
2436 * config/ia64/xm-linux.h: Delete empty file.
2437 * config/ia64/linux.mh (XM_FILE): Delete.
2438 * config/arm/xm-linux.h: Delete empty file.
2439 * config/arm/linux.mh (XM_FILE): Delete.
2440
2441 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2442 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2443 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2444 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2445 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2446 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2447 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2448 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2449
2450 * config/m68k/xm-m68k.h: Delete file.
2451 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2452 copyright.
2453 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2454 * config/pa/xm-linux.h: Delete empty file.
2455 * config/pa/linux.mh (XM_FILE): Delete.
2456 * config/i386/xm-i386.h: Delete empty file.
2457 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2458 "i386/xm-i386.h".
2459 * config/i386/obsdaout.mh (XM_FILE): Delete.
2460 * config/i386/obsd64.mh (XM_FILE): Delete.
2461 * config/i386/fbsd64.mh (XM_FILE): Delete.
2462 * config/i386/nto.mh (XM_FILE): Delete.
2463 * config/i386/obsd.mh (XM_FILE): Delete.
2464 * config/i386/linux64.mh (XM_FILE): Delete.
2465 * config/i386/linux.mh (XM_FILE): Delete.
2466 * config/i386/i386sol2.mh (XM_FILE): Delete.
2467 * config/i386/i386gnu.mh (XM_FILE): Delete.
2468 * config/i386/fbsd.mh (XM_FILE): Delete.
2469 * config/i386/nbsd64.mh (XM_FILE): Delete.
2470
2471 2004-07-29 Andrew Cagney <cagney@gnu.org>
2472
2473 * config/pa/xm-linux.h: Do not include "floatformat.h".
2474 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2475 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2476 * config/i386/xm-i386.h: Do not include "floatformat.h".
2477 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2478 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2479 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2480 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2481 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2482 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2483 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2484 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2485 * configure, config.in: Regenerate.
2486 * configure.host (gdb_host_float_format, gdb_host_double_format)
2487 (gdb_host_long_double_format): Set according to the host.
2488
2489 2004-07-29 Andrew Cagney <cagney@gnu.org>
2490
2491 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2492
2493 2004-07-28 Andrew Cagney <cagney@gnu.org>
2494
2495 * PROBLEMS: Mention threads/1650.
2496 * NEWS: Mention the NPTL fix.
2497
2498 2004-07-28 Andrew Cagney <cagney@gnu.org>
2499
2500 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2501 (add_setshow_cmd_full): Make static.
2502 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2503 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2504 * cli/cli-decode.c (add_setshow_filename_cmd)
2505 (add_setshow_string_cmd): New functions.
2506 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2507 * mips-tdep.c (_initialize_mips_tdep): Update.
2508 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2509 * cli/cli-logging.c (_initialize_cli_logging): Update.
2510 * complaints.c (_initialize_complaints): Update.
2511 * remote.c (_initialize_remote): Update.
2512
2513 2004-07-28 Andrew Cagney <cagney@gnu.org>
2514
2515 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2516 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2517 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2518 print parameters. Make string parameters constant.
2519 * command.h: Update. Update copyright.
2520 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2521 * observer.c (_initialize_observer): Ditto.
2522 * frame.c (_initialize_frame): Ditto.
2523 * complaints.c (_initialize_complaints): Ditto.
2524 * maint.c (_initialize_maint_cmds): Ditto.
2525 * target.c (initialize_targets): Ditto.
2526 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2527 * infcall.c (_initialize_infcall): Ditto.
2528 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2529 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2530 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2531 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2532 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2533
2534 2004-07-28 Andrew Cagney <cagney@gnu.org>
2535
2536 * gdbtypes.c (lookup_primitive_typename): Delete function.
2537 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2538 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2539 * gdbtypes.c (lookup_typename): Ditto.
2540 * f-exp.y (yylex): Ditto.
2541 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2542
2543 * scm-lang.c (c_builtin_types): Delete extern declaration.
2544 (scm_language_defn): Replace
2545 string_char_type and primitive_type_vector with
2546 la_language_arch_info.
2547 * jv-lang.c (java_language_defn): Replace
2548 string_char_type and primitive_type_vector with
2549 la_language_arch_info.
2550 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2551 c_builtin_types in comment.
2552 * c-lang.h (struct language_arch_info): Declare opaque.
2553 (c_language_arch_info): Declare.
2554 (c_builtin_types): Delete declaration.
2555 * c-lang.c (c_language_arch_info): Set string_char_type to
2556 builtin_char, not builtin_true_char. Make global.
2557 (c_builtin_types): Delete array.
2558 (asm_language_defn, minimal_language_defn): Replace
2559 string_char_type and primitive_type_vector with
2560 la_language_arch_info.
2561
2562 2004-07-28 Andrew Cagney <cagney@gnu.org>
2563
2564 * gdbtypes.h (struct builtin_type): Rename true_char to
2565 builtin_true_char.
2566 * gdbtypes.c (gdbtypes_post_init): Update.
2567 * c-lang.c (arch_info): New function.
2568 (enum c_primitive_types): New enum.
2569 (c_language_defn): Instead of string_char_type and
2570 primitive_type_vector set la_language_arch_info.
2571
2572 2004-07-28 Andrew Cagney <cagney@gnu.org>
2573
2574 * language.h (struct language_arch_info): Fix typo
2575 s/primative/primitive/.
2576 * gdbtypes.c (lookup_primitive_typename): Ditto.
2577 * language.c (language_lookup_primitive_type_by_name)
2578 (unknown_language_arch_info): Ditto.
2579
2580 2004-07-27 Andrew Cagney <cagney@gnu.org>
2581
2582 * defs.h (enum language): Add nr_languages.
2583 * language.h (struct language_arch_info): Define.
2584 (struct language_defn): Add la_language_arch_info.
2585 (language_lookup_primative_type_by_name): Declare.
2586 (language_string_char_type): Declare.
2587 * language.c (_initialize_language, language_gdbarch_post_init)
2588 (struct language_gdbarch, language_gdbarch_data): Implement
2589 per-architecture language information.
2590 (unknown_language_arch_info, language_string_char_type)
2591 (language_lookup_primative_type_by_name): New functions.
2592 (unknown_language_defn, auto_language_defn)
2593 (local_language_defn): Set la_language_arch_info to
2594 unknown_language_arch_info.
2595 (unknown_builtin_types): Delete.
2596 * gdbtypes.c (lookup_primitive_typename): Use
2597 language_lookup_primative_type_by_name.
2598 (create_string_type): Use language_string_char_type.
2599 * values.c (value_from_string): Use language_string_char_type.
2600 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2601 * p-lang.c (pascal_language_defn): Ditto.
2602 * m2-lang.c (m2_language_defn): Ditto.
2603 * jv-lang.c (java_language_defn): Ditto.
2604 * objc-lang.c (objc_language_defn): Ditto.
2605 * f-lang.c (f_language_defn): Ditto.
2606 * c-lang.c (c_language_defn, cplus_language_defn)
2607 (asm_language_defn, minimal_language_defn): Ditto.
2608
2609 2004-07-27 Andrew Cagney <cagney@gnu.org>
2610
2611 * gdbtypes.h (struct builtin_type): Declare.
2612 (builtin_type): Declare.
2613 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2614 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2615 (gdbtypes_post_init): New function.
2616 (builtin_type): New function.
2617
2618 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2619
2620 * remote-m32r-sdi.c: Fix breakpoint bug.
2621 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2622 recv_char_data, recv_long_data): New functions to replace communication
2623 sequences.
2624
2625 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2626
2627 Document PR threads/1650.
2628 * PROBLEMS (Threads): Document problem with many threads
2629
2630 2004-07-26 Andrew Cagney <cagney@gnu.org>
2631
2632 * gdb-mi.el: Move from here ...
2633 * mi/gdb-mi.el: ... to here.
2634
2635 2004-07-26 Andrew Cagney <cagney@gnu.org>
2636
2637 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2638 * main.c (captured_main): When in batch mode always detach.
2639
2640 2004-07-26 Andrew Cagney <cagney@gnu.org>
2641
2642 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2643 and h8300 as broken.
2644 * NEWS: END-OF-LIFE frame compatibility module.
2645 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2646 specific comments.
2647
2648 2004-07-26 Andrew Cagney <cagney@gnu.org>
2649
2650 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2651 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2652 * wince.c (_initialize_wince): Update.
2653 * win32-nat.c (_initialize_win32_nat): Update.
2654 * varobj.c (_initialize_varobj): Update.
2655 * valops.c (_initialize_valops): Update.
2656 * utils.c (initialize_utils, initialize_utils): Update.
2657 * tui/tui-win.c (_initialize_tui_win): Update.
2658 * top.c (init_main): Update.
2659 * symfile.c (_initialize_symfile): Update.
2660 * source.c (_initialize_source): Update.
2661 * somsolib.c (_initialize_som_solib): Update.
2662 * solib.c (_initialize_solib): Update.
2663 * solib-frv.c (_initialize_frv_solib): Update.
2664 * serial.c (_initialize_serial): Update.
2665 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2666 * remote.c (_initialize_remote, _initialize_remote): Update.
2667 * remote-vx.c (_initialize_vx): Update.
2668 * remote-utils.c (_initialize_sr_support): Update.
2669 * remote-sds.c (_initialize_remote_sds): Update.
2670 * remote-mips.c (_initialize_remote_mips): Update.
2671 * remote-e7000.c (_initialize_remote_e7000): Update.
2672 * proc-api.c (_initialize_proc_api): Update.
2673 * printcmd.c: Update.
2674 * parse.c (_initialize_parse): Update.
2675 * pa64solib.c (_initialize_pa64_solib): Update.
2676 * p-valprint.c (_initialize_pascal_valprint): Update.
2677 * monitor.c (_initialize_remote_monitors): Update.
2678 * mips-tdep.c (_initialize_mips_tdep): Update.
2679 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2680 * maint.c (_initialize_maint_cmds): Update.
2681 * lin-lwp.c (_initialize_lin_lwp): Update.
2682 * language.c (_initialize_language): Update.
2683 * kod.c (_initialize_kod): Update.
2684 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2685 * i386-tdep.c (_initialize_i386_tdep): Update.
2686 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2687 * gdbarch.sh: Update.
2688 * gdbarch.c: Re-generate.
2689 * gdb-events.sh: Update.
2690 * gdb-events.c: Re-generate.
2691 * frame.c (_initialize_frame): Update.
2692 * exec.c: Update.
2693 * demangle.c (_initialize_demangler): Update.
2694 * dcache.c (_initialize_dcache): Update.
2695 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2696 * cp-valprint.c (_initialize_cp_valprint): Update.
2697 * corefile.c (_initialize_core): Update.
2698 * command.h: Update.
2699 * cli/cli-decode.h: Update.
2700 * cli/cli-cmds.c (init_cli_cmds): Update.
2701 * charset.c (_initialize_charset): Update.
2702 * breakpoint.c (_initialize_breakpoint): Update.
2703 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2704 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2705 * aix-thread.c (_initialize_aix_thread): Update.
2706
2707 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2708
2709 Partial fix for PR backtrace/1718.
2710 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2711 that GCC migrates into the prolugue. Don't handle any
2712 instructions that clobber %ebx.
2713
2714 2004-07-23 Andrew Cagney <cagney@gnu.org>
2715
2716 Use regcache_raw_collect instead of regcache_collect.
2717 * regcache.h (regcache_collect): Delete declaration.
2718 * regcache.c (regcache_colect): Delete function.
2719 * win32-nat.c (do_child_store_inferior_registers): Update.
2720 * sol-thread.c (sol_thread_store_registers): Update.
2721 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2722 * rs6000-nat.c (store_register): Update.
2723 * remote.c (store_register_using_P, remote_store_registers): Update.
2724 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2725 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2726 (fill_vrregset, store_spe_registers, fill_gregset)
2727 (fill_gregset): Update.
2728 * nto-procfs.c (procfs_store_registers): Update.
2729 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2730 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2731 * m68klinux-nat.c (store_register, fill_gregset): Update.
2732 * m68k-tdep.c (fill_gregset): Update.
2733 * infptrace.c (store_register): Update.
2734 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2735 * i386-linux-nat.c (store_register, fill_gregset): Update.
2736 * hppa-linux-nat.c (fill_gregset): Update.
2737 * go32-nat.c (store_register): Update.
2738 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2739 (store_fp_regs): Update.
2740 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2741 (store_nwfpe_extended, store_fpregister, store_fpregs)
2742 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2743 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2744 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2745 (store_regs_user_thread, store_regs_kernel_thread): Update.
2746
2747 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2748
2749 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2750 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2751 encoding.
2752 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2753 member of `struct comp_unit'.
2754
2755 2004-07-23 Andrew Cagney <cagney@gnu.org>
2756
2757 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2758 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2759
2760 2004-07-23 Martin Hunt <hunt@redhat.com>
2761 Kevin Buettner <kevinb@redhat.com>
2762
2763 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2764 alignment was being added to the offset instead of multiplied.
2765
2766 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2767
2768 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2769 changed signal trampoline in OpenBSD 3.5-current.
2770
2771 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2772 <machine/pcb.h> and "bsd-kvm.h".
2773 (sparc64nbsd_supply_pcb): New function.
2774 (_initialize_sparc64nbsd_nat): Renamed from
2775 _initialize_sparcnbsd_nat. Enable libkvm interface.
2776 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2777 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2778 (LOADLIBES): New variable.
2779
2780 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2781
2782 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2783
2784 2004-07-21 Andrew Cagney <cagney@gnu.org>
2785
2786 Use regcache_raw_supply instead of supply_register.
2787 * regcache.h (supply_register): Delete declaration.
2788 * regcache.c (supply_register): Delete function.
2789 * wince.c (do_child_fetch_inferior_registers): Update.
2790 * win32-nat.c (do_child_fetch_inferior_registers)
2791 (fetch_elf_core_registers): Update.
2792 * v850ice.c (v850ice_fetch_registers): Update.
2793 * thread-db.c (thread_db_store_registers): Update.
2794 * sol-thread.c (sol_thread_store_registers): Update.
2795 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2796 * rs6000-nat.c (fetch_register): Update.
2797 * rom68k-rom.c (rom68k_supply_one_register): Update.
2798 * remote.c (remote_wait, remote_async_wait): Update.
2799 * remote-st.c (get_hex_regs): Update.
2800 * remote-sim.c (gdbsim_fetch_register): Update.
2801 * remote-sds.c (sds_fetch_registers): Update.
2802 * remote-rdp.c (remote_rdp_fetch_register): Update.
2803 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2804 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2805 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2806 * remote-hms.c (init_hms_cmds): Update.
2807 * remote-est.c (init_est_cmds): Update.
2808 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2809 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2810 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2811 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2812 (fetch_register, supply_vrregset, supply_vrregset)
2813 (fetch_spe_registers): Update.
2814 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2815 * monitor.c (monitor_supply_register): Update.
2816 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2817 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2818 (mipsnbsd_supply_fpreg): Update.
2819 * mips-nat.c (fetch_inferior_registers)
2820 (fetch_core_registers): Update.
2821 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2822 (supply_fpregset, mips64_supply_gregset)
2823 (mips64_supply_fpregset): Update.
2824 * m68klinux-nat.c (fetch_register, supply_gregset)
2825 (supply_fpregset): Update.
2826 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2827 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2828 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2829 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2830 * infptrace.c (fetch_register): Update.
2831 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2832 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2833 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2834 (gnu_fetch_registers, gnu_store_registers): Update.
2835 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2836 * i386-linux-nat.c (fetch_register, supply_gregset)
2837 (dummy_sse_values): Update.
2838 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2839 * hppah-nat.c (fetch_register): Update.
2840 * hppa-linux-nat.c (fetch_register, supply_gregset)
2841 (supply_fpregset): Update.
2842 * go32-nat.c (fetch_register): Update.
2843 * dve3900-rom.c (fetch_bitmapped_register)
2844 (_initialize_r3900_rom): Update.
2845 * cris-tdep.c (supply_gregset): Update.
2846 * abug-rom.c (init_abug_cmds): Update.
2847 * core-aout.c (fetch_core_registers): Update.
2848 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2849 (fetch_register, fetch_fp_register): Update.
2850 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2851 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2852 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2853 * alphanbsd-tdep.c (fetch_core_registers): Update.
2854 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2855 * alpha-nat.c (fetch_osf_core_registers)
2856 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2857 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2858 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2859
2860 2004-07-21 Andrew Cagney <cagney@gnu.org>
2861
2862 * PROBLEMS: Mention breakpoints/1702.
2863 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2864 that is known to work.
2865
2866 2004-07-21 Andrew Cagney <cagney@gnu.org>
2867
2868 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2869 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2870 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2871 (handle_inferior_event): Wrap call to deprecated
2872 IGNORE_HELPER_CALL in #ifdef.
2873 * config/mips/tm-nbsd.h: Update.
2874
2875 2004-07-20 Jim Blandy <jimb@redhat.com>
2876
2877 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2878 bfd_mach_ppc has no segment registers.
2879
2880 Include PowerPC SPR numbers for special-purpose registers.
2881 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2882 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2883 new member in initializer.
2884 (S, S4, SN4, S64): New macros for defining special-purpose
2885 registers.
2886 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2887 registers_403, registers_403GC, registers_505, registers_860,
2888 registers_601, registers_602, registers_603, registers_604,
2889 registers_750, registers_e500): Use them.
2890
2891 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2892 replace references with expression used to initialize variable.
2893
2894 2004-07-20 Andrew Cagney <cagney@gnu.org>
2895
2896 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2897 read_memory_nobpt.
2898 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2899 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2900 (s390_sigtramp_frame_sniffer): Update.
2901 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2902 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2903 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2904 (mips32_fetch_instruction): Update.
2905 * mcore-tdep.c (get_insn): Update.
2906 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2907 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2908 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2909 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2910 (i386_linux_rt_sigtramp_start): Update.
2911 * i386-linux-nat.c (child_resume): Update.
2912 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2913 * hppa-linux-tdep.c (insns_match_pattern): Update.
2914 * gdbcore.h: Update.
2915 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2916 * frame.c (safe_frame_unwind_memory): Update.
2917 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2918 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2919 * alpha-tdep.c (alpha_read_insn): Update.
2920
2921 2004-07-20 Andrew Cagney <cagney@gnu.org>
2922
2923 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2924 containing both bytes and mask. Add "frame_type".
2925 * tramp-frame.c (tramp_frame_start): Update.
2926 (tramp_frame_prepend_unwinder): Update.
2927 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2928 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2929 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2930 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2931
2932 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2933
2934 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2935 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2936 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2937 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2938
2939 2004-07-17 Andrew Cagney <cagney@gnu.org>
2940
2941 * NEWS, PROBLEMS: Update for 6.2.
2942
2943 * README: Update to 6.2.
2944
2945 * utils.c (xvasprintf): Call xstrvprintf.
2946
2947 * parse.c: Update copyright.
2948 (null_post_parser): Eliminate ARGSUSED.
2949
2950 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2951 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2952 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2953
2954 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2955 * ppc-linux-nat.c: Use "Linux kernel".
2956 * hppa-linux-tdep.c: Use GNU/Linux.
2957 * hppa-linux-nat.c: Use GNU/Linux.
2958 * dwarfread.c: Add [sic] to use of Linux.
2959
2960 * hppa-linux-nat.c: Do not include <string.h>.
2961 (supply_fpregset): Remove "register" attribute.
2962
2963 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2964
2965 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2966
2967 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2968 * configure, config.in: Regenerated.
2969
2970 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2971 "bsd-kvm.h".
2972 (vaxbsd_supply_pcb): New function.
2973 (_initialize_vaxbsd_nat): New prototype and function.
2974 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2975 solib-sunos.o.
2976 (LOADLIBES): New variable.
2977 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2978 (LOADLIBES): New variable.
2979 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2980 (LOADLIBES): New variable.
2981 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2982
2983 2004-07-16 Andrew Cagney <cagney@gnu.org>
2984
2985 * defs.h (event_loop_p): Replace variable declaration with macro,
2986 always 1.
2987 * main.c (captured_main): Delete options "-async" and "-noasync".
2988 (event_loop_p): Delete variable.
2989 * NEWS: Mention that "-async" and "-noasync" were removed.
2990
2991 2004-07-16 Andrew Cagney <cagney@gnu.org>
2992
2993 * remote-m32r-sdi.c: Re-indent.
2994
2995 2004-07-16 Jim Blandy <jimb@redhat.com>
2996
2997 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2998 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2999 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3000 missing MPC823 SPRs.
3001 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3002 incorrect. (This was corrected in GDB's register name tables on
3003 2004-07-14.)
3004
3005 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3006 should be "esasrr" ("ESA Save and Restore Register").
3007
3008 2004-07-16 Andrew Cagney <cagney@gnu.org>
3009
3010 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3011 calls, no longer applicable. Update comments and rename parameter
3012 "step_frame" to "return_frame".
3013
3014 2004-07-16 Andrew Cagney <cagney@gnu.org>
3015
3016 * frame.c (fprint_field): New function.
3017 (fprint_frame_id): Use fprint_field.
3018
3019 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3020
3021 * ada-lang.c (ada_language_defn): Remove commented out code.
3022
3023 2004-07-15 Jim Blandy <jimb@redhat.com>
3024
3025 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3026 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3027
3028 2004-07-14 Jim Blandy <jimb@redhat.com>
3029
3030 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3031
3032 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3033
3034 * ppc-tdep.h (ppc_num_srs): New enum constant.
3035
3036 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3037 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3038 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3039 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3040 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3041 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3042 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3043 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3044 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3045 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3046 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3047 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3048 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3049 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3050 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3051 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3052 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3053 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3054 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3055 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3056 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3057 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3058 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3059 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3060 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3061 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3062 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3063 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3064 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3065 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3066 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3067 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3068 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3069 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3070 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3071 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3072 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3073 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3074 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3075 special-purpose register numbers.
3076
3077 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3078 manual mentions 'md_twb', but many mention 'm_twb', and at that
3079 point in the register list.)
3080
3081 2004-07-14 Andrew Cagney <cagney@gnu.org>
3082
3083 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3084 instead of "internal-error".
3085
3086 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3087
3088 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3089 that was inserted inside a comment.
3090
3091 2004-07-10 Randolph Chung <tausq@debian.org>
3092
3093 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3094 function.
3095 (hppa_hpux_push_dummy_code): New function.
3096 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3097 Set find_global_pointer method.
3098
3099 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3100
3101 * NEWS: Mention BSD libkvm interface.
3102
3103 2004-07-10 Michael Snyder <msnyder@redhat.com>
3104
3105 * symfile.c (generic_load): Comment typo.
3106 * stack.c (get_selected_block): Ditto.
3107 * regcache.c (regcache_cooked_read): Ditto.
3108 * monitor.c (monitor_debug): Ditto.
3109 * mips-tdep.c (mips_read_pc): Ditto.
3110 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3111 * gdb_mbuild.sh: Ditto.
3112 * gdbarch.sh: Ditto.
3113 * gdbarch.h: Ditto.
3114
3115 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3116
3117 * ada-tasks.c: Remove file.
3118
3119 Remove ARI problems:
3120
3121 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3122 beginning of line.
3123
3124 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3125 Add comment.
3126 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3127 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3128 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3129 (UMIN_OF_SIZE): Remove.
3130 (max_of_type): New function to replace orphan macro in gdbtypes.h
3131 (min_of_type): Ditto.
3132 (discrete_type_high_bound): Use max_of_type.
3133 (discrete_type_low_bound): Use min_of_type.
3134 (possible_user_operator_p): Move operator to beginning of line.
3135 (ada_is_variant_part): Ditto.
3136 (ensure_lval): Rewrite to avoid deprecated operations.
3137 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3138 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3139 (ada_enum_name): Remove assignments in 'if' statements.
3140 (build_ada_types): Add gdbarch parameter.
3141 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3142 with gdbarch_data_register_post_init.
3143 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3144 add_show_from_set.
3145
3146 * ada-valprint.c (inspect_it): Remove declaration.
3147 (repeat_count_threshold): Remove declaration.
3148 (ada_print_floating): Remove assignments in 'if' statements.
3149 (print_str): Move operator to beginning of line.
3150
3151 2004-07-08 Jim Blandy <jimb@redhat.com>
3152
3153 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3154
3155 2004-07-08 Bob Rossi <bob@brasko.net>
3156
3157 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3158
3159 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3160
3161 * language.h (struct_language_defn): Add new function pointer:
3162 la_class_name_from_physname. Also add new prototype for
3163 language_class_name_from_physname.
3164 * language.c (language_class_name_from_physname): New function.
3165 (unk_lang_class_name): Ditto.
3166 (unknown_language_defn, auto_language_defn): Change
3167 to add unk_lang_class_name function pointer for
3168 la_class_name_from_physname.
3169 (local_language_defn): Ditto.
3170 * dwarf2read.c (guess_structure_name): Change to call
3171 language_class_name_from_physname.
3172 (determine_class_name): Ditto.
3173 * cp-support.c (class_name_from_physname): Renamed.
3174 (cp_class_name_from_physname): New name of function.
3175 * cp-support.h: Ditto.
3176 * c-lang.c (c_language_defn): Change to add NULL
3177 for class_name_from_physname function pointer.
3178 (cplus_language_defn): Change to add cp_class_name_from_physname.
3179 * jv-lang.c (java_class_name_physname): New function.
3180 (java_find_last_component): New static routine.
3181 (java_language_defn): Add java_class_name_from_physname pointer.
3182 * ada-lang.c (ada_language_defn): Change to add NULL
3183 for class_name_from_physname function pointer.
3184 * f-lang.c (f_language_defn): Ditto.
3185 * m2-lang.c (m2_language_defn): Ditto.
3186 * objc-lang.c (objc_language_defn): Ditto.
3187 * p-lang.c (pascal_language_defn): Ditto.
3188 * scm-lang.c (scm_language_defn): Ditto.
3189
3190 2004-07-06 Andrew Cagney <cagney@gnu.org>
3191
3192 Patch from Bart Robinson.
3193 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3194 (O_LARGEFILE): Define to 0, if not defined.
3195
3196 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3197
3198 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3199 <machine/pcb.h> and "bsd-kvm.h".
3200 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3201 (m68kbsd_supply_pcb): New function.
3202 (_initialize_m68kbsd_nat): New prototype and function.
3203 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3204 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3205 (LOADLIBES): New variable.
3206 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3207 (LOADLIBES): New variable.
3208
3209 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3210
3211 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3212
3213 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3214 <sys/proc.h>.
3215 (bsd_kvm_cmdlist): New variable.
3216 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3217 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3218 command and "kvm proc" command.
3219 * Makefile.in (bsd-kvm.o): Update dependencies.
3220
3221 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3222
3223 * osabi.c: Update copyright year.
3224 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3225 notes if EI_OSABI is set to ELFOSABI_HPUX.
3226
3227 2004-07-01 Michael Snyder <msnyder@redhat.com>
3228
3229 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3230 that seems to have gotten whacked out of line.
3231
3232 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3233
3234 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3235 code.
3236
3237 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3238
3239 * ada-lang.c (decode_packed_array): Minor change to comment.
3240 (ada_value_slice_ptr): New function.
3241 (ada_value_slice): New function.
3242 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3243 test. Don't know why it is there.
3244 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3245 to avoid dereferencing huge arrays from which one is slicing.
3246 (empty_array): Correct to return an array rather than
3247 a subrange value.
3248 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3249 on empty arrays (let'em use 'FIRST instead).
3250
3251 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3252
3253 Address complaints from gdb_ari.sh:
3254
3255 * ada-exp.y: Include gdb_string.h rather than string.h.
3256 (convert_char_literal): Reformat declaration.
3257 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3258 * ada-lex.l: Change use of free to xfree (the macro would do so
3259 anyway, but this is harmless).
3260 Include gdb_string.h rather than string.h.
3261 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3262
3263 * ada-lang.c (parse): Remove K&Rism in parameter list.
3264 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3265
3266 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3267
3268 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3269 dead code.
3270
3271 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3272
3273 * alphabsd-nat.c: Update copyright year.
3274 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3275
3276 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3277
3278 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3279 (i386_cygwin_in_solib_call_trampoline): New function.
3280 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3281 and skip_trampoline_code gdbarch methods.
3282
3283 2004-06-29 Jim Blandy <jimb@redhat.com>
3284
3285 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3286 name actually used in the dependency lists.
3287
3288 2004-06-29 Randolph Chung <tausq@debian.org>
3289
3290 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3291
3292 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3293
3294 * win32-nat.c (child_pid_to_exec_file): New function.
3295 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3296 functionality.
3297
3298 2004-06-28 Andrew Cagney <cagney@gnu.org>
3299
3300 * defs.h (xstrvprintf): Declare.
3301 * utils.c (xstrvprintf): New function.
3302 (internal_vproblem, xstrprintf, xasprintf)
3303 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3304 * serial.c (serial_printf): Ditto.
3305 * complaints.c (vcomplaint): Ditto.
3306
3307 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3308
3309 * infcmd.c (attach_command): Move call to target_terminal_inferior
3310 behind loading symbol table.
3311
3312 2004-06-28 Andrew Cagney <cagney@gnu.org>
3313
3314 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3315 change - add back extern deprecated_ui_loop_hook declaration.
3316
3317 2004-06-28 Andrew Cagney <cagney@gnu.org>
3318
3319 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3320 xstrprintf.
3321 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3322 (c_value_of_variable): Ditto.
3323 * utils.c (internal_vproblem): Ditto.
3324 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3325 * remote.c (add_packet_config_cmd): Ditto.
3326 * remote-rdp.c (rdp_set_command_line): Ditto.
3327 * regcache.c (regcache_dump): Ditto.
3328 * frv-tdep.c (new_variant, new_variant): Ditto.
3329 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3330 (fbsd_find_memory_regions): Ditto.
3331 * breakpoint.c (create_thread_event_breakpoint)
3332 (create_breakpoints): Ditto.
3333 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3334 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3335
3336 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3337
3338 * ada-lang.c: Re-indent file, with some massaging to help indent
3339 a bit when the result is otherwise really too ugly.
3340
3341 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3342
3343 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3344 code_addr_p and special_addr_p to 'unsigned int'.
3345
3346 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3347
3348 * i386v4-nat.c: Update copyright year and tweak comment.
3349 (regmap): Remove trailing comma.
3350 (supply_gregset): Rename local variable i to regnum. Call
3351 regcache_raw_supply instead of supply_register.
3352 (fill_gregset): Rename argument regno to regnum. Call
3353 regcache_raw_collect instead of regcache_collect.
3354
3355 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3356
3357 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3358 and special_addr_p.
3359 (frame_id_build, frame_id_build_special): Update comments.
3360 (frame_id_build_wild): New prototype.
3361 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3362 struct frame_id fields.
3363 (frame_id_build_wild): New function.
3364 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3365
3366 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3367
3368 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3369 hppabsd-tdep.c.
3370
3371 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3372
3373 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3374
3375 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3376
3377 * ada-lang.c: Re-indent file.
3378
3379 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3380
3381 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3382 (no_symtab_msg): Likewise.
3383
3384 2004-06-27 Andreas Schwab <schwab@suse.de>
3385
3386 * source.c: Fix whitespace.
3387
3388 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3389
3390 * configure.in: Include <sys/param.h> for td_pcb test.
3391 * configure: Regenerated.
3392
3393 * i386nbsd-nat.c: New file.
3394 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3395 i386obsd-nat.c and i386obsd-tdep.c.
3396 (i386nbsd-nat.o): New dependency.
3397 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3398 bsd-kvm.o.
3399 (LOADLIBES): New variable.
3400 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3401 bsd-kvm.o.
3402 (LOADLIBES): New variable.
3403
3404 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3405 (LOADLIBES): New variable.
3406
3407 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3408 fetching from BSD_KVM_PADDR. Correctly lookup address for
3409 "_thread0".
3410
3411 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3412 "bsd-kvm.h".
3413 (amd64fbsd_supply_pcb): New funcion.
3414 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3415
3416 2004-06-27 <david@streamline-computing.com>
3417
3418 Partial fix for PR cli/1056.
3419 * valarith.c: Check for zero in division and remainder
3420 evaluation.
3421
3422 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3423
3424 * i387-tdep.c: Remove excessive whitespace.
3425
3426 2004-06-26 Andrew Cagney <cagney@gnu.org>
3427
3428 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3429 * gdb-events.h, gdb-events.c: Re-generate.
3430 * tui/tui-hooks.c (tui_install_hooks): Update.
3431 (tui_remove_hooks): Update.
3432 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3433
3434 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3435
3436 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3437 (gregset_t, fpregset_t): Remove typedefs.
3438 (REG_OFFSET): Rename argument.
3439 (amd64bsd_r_reg_offset): Rename from reg_offset.
3440 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3441 Remove functions.
3442 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3443 of reg_offset.
3444 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3445
3446 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3447
3448 * vax-tdep.c: Tweak comment.
3449
3450 Add OpenBSD/hppa support.
3451 * NEWS (New native configurations): Mention OpenBSD/hppa.
3452 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3453 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3454 files.
3455 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3456 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3457 * configure.host: Add hppa*-*-openbsd*.
3458 * configure.tgt: Add hppa*-*-openbsd*.
3459
3460 2004-06-25 Andrew Cagney <cagney@gnu.org>
3461
3462 * defs.h (deprecated_ui_loop_hook): Deprecated.
3463 * wince.c (child_wait): Update.
3464 * win32-nat.c (child_wait): Update.
3465 * v850ice.c (v850ice_wait): Update.
3466 * top.c (deprecated_ui_loop_hook): Update.
3467 * serial.h: Update.
3468 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3469 (do_unix_readchar): Update.
3470 * ser-tcp.c (net_open): Update.
3471 * remote-sim.c (gdb_os_poll_quit): Update.
3472 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3473
3474 2004-06-24 Andrew Cagney <cagney@gnu.org>
3475
3476 * defs.h (deprecated_pre_add_symbol_hook)
3477 (deprecated_post_add_symbol_hook): Deprecated.
3478 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3479 (symbol_file_add_with_addrs_or_offsets): Update references.
3480
3481 2004-06-24 Andrew Cagney <cagney@gnu.org>
3482
3483 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3484 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3485 * wince.c (ui_loop_hook): Delete extern declaration.
3486 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3487 * v850ice.c (ui_loop_hook): Delete extern declaration..
3488 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3489 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3490 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3491 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3492 ui_loop_hook declaration.
3493
3494 2004-06-24 Andrew Cagney <cagney@gnu.org>
3495
3496 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3497 entry_func_highpc fields.
3498 * objfiles.c (init_entry_point_info): Do not clear
3499 entry_func_lowpc and entry_func_highpc.
3500 (objfile_relocate): Do not relocate entry_func_lowpc and
3501 entry_func_highpc.
3502 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3503 entry_func_highpc.
3504 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3505 entry_func_highpc.
3506 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3507 entry_func_lowpc and entry_func_highpc with call to
3508 inside_entry_func.
3509
3510 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3511
3512 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3513 quad-precision floating point arguments in registers.
3514
3515 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3516
3517 From Michael Mueller <m.mueller99@kay-mueller.de>:
3518 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3519 account.
3520
3521 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3522
3523 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3524 to -1.
3525 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3526 untriggered watchpoints to a separate if clause. Update function
3527 comment regarding STOPPED_BY_WATCHPOINT argument.
3528
3529 2004-06-22 Jim Blandy <jimb@redhat.com>
3530
3531 * gdbarch.sh: Doc fix.
3532
3533 2004-06-21 Martin Hunt <hunt@redhat.com>
3534 Kevin Buettner <kevinb@redhat.com>
3535
3536 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3537 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3538 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3539 to set_gdbarch_sp_regnum(). Use cooked register number.
3540 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3541
3542 2004-06-21 Andrew Cagney <cagney@gnu.org>
3543
3544 * gdbarch.sh: When the macro field is empty, do not generate a
3545 macro definition. When the macro field is "=", generate the macro
3546 name from the upper-case function name.
3547 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3548 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3549 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3550 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3551 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3552 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3553 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3554 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3555 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3556 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3557 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3558 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3559 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3560 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3561 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3562 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3563 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3564 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3565 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3566 (DEPRECATED_USE_STRUCT_CONVENTION)
3567 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3568 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3569 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3570 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3571 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3572 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3573 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3574 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3575 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3576 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3577 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3578 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3579 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3580 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3581 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3582 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3583 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3584 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3585
3586 2004-06-21 Andrew Cagney <cagney@gnu.org>
3587
3588 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3589 macro name, and the function rather than macro value. Only wrap
3590 macro print statements in #ifdef. Move format logic to where it
3591 is needed.
3592 * gdbarch.c: Re-generate.
3593
3594 * gdbarch.sh (read): Delete "print_p" and "description", add
3595 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3596 Delete references to print_p.
3597 (TARGET_ARCHITECTURE): Delete print predicate.
3598 * gdbarch.c: Re-generate.
3599
3600 * gdbarch.sh: Check that multi-arch methods do not provide a
3601 macro.
3602 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3603 (print_registers_info, print_float_info, print_vector_info)
3604 (adjust_breakpoint_address, remote_translate_xfer_address)
3605 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3606 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3607 name from the multi-arch definition.
3608
3609 2004-06-20 Andrew Cagney <cagney@gnu.org>
3610
3611 * gdbarch.sh: Sort by the function, instead of macro name.
3612 * gdbarch.c: Re-generate.
3613
3614 2004-06-20 Andrew Cagney <cagney@gnu.org>
3615
3616 * gdbarch.sh: Use the function, instead of macro name in
3617 errors and the log file.
3618 (return_value): Remove stray ":" in spec.
3619
3620 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3621 * gdbarch.h, gdbarch.c: Re-generate.
3622 * Makefile.in (arch-utils.o): Update dependencies.
3623 * values.c (using_struct_return): Move code calling
3624 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3625 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3626 to legacy_return_value, simplify.
3627 * infcmd.c (print_return_value): Move code calling
3628 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3629 to legacy_return_value, simplify.
3630 * infcall.c (call_function_by_hand): Move code calling
3631 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3632 * arch-utils.c: Update copyright. Include "gdbcore.h".
3633 (legacy_return_value): New function.
3634 * arch-utils.h: Update copyright.
3635 (legacy_return_value): Declare.
3636
3637 2004-06-20 Andrew Cagney <cagney@gnu.org>
3638
3639 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3640 * gdbarch.h, gdbarch.c: Re-generate.
3641 * values.c (using_struct_return): Update call.
3642 * mcore-tdep.c: Update comment.
3643 * infcall.c (call_function_by_hand): Update comment.
3644 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3645 * arch-utils.h (always_use_struct_convention): Update.
3646 * v850-tdep.c (v850_gdbarch_init): Update.
3647 * sh64-tdep.c (sh64_gdbarch_init): Update.
3648 * sh-tdep.c (sh_gdbarch_init): Update.
3649 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3650 * mips-tdep.c (mips_gdbarch_init): Update.
3651 * mcore-tdep.c (mcore_gdbarch_init): Update.
3652 * m32r-tdep.c (m32r_gdbarch_init): Update.
3653 * ia64-tdep.c (ia64_gdbarch_init): Update.
3654 * h8300-tdep.c (h8300_gdbarch_init): Update.
3655 * frv-tdep.c (frv_gdbarch_init): Update.
3656 * cris-tdep.c (cris_gdbarch_init): Update.
3657 * arm-tdep.c (arm_gdbarch_init): Update.
3658 * alpha-tdep.c (alpha_gdbarch_init): Update.
3659
3660 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3661
3662 * PROBLEMS: Add more specific information, and a work-around,
3663 for PR gdb/1458.
3664
3665 2004-06-18 Andrew Cagney <cagney@gnu.org>
3666
3667 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3668 * gdbarch.h, gdbarch.c: Re-generate.
3669 * ada-lang.c (ada_finish_decode_line_1): Update.
3670 * infrun.c (handle_inferior_event): Update.
3671 * infcall.c (find_function_addr): Update.
3672 * linespec.c (minsym_found): Update.
3673 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3674 Update.
3675 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3676 * cli/cli-cmds.c (disassemble_command): Update.
3677 * vax-tdep.c (vax_gdbarch_init): Update.
3678
3679 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3680
3681 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3682
3683 2004-06-17 Andrew Cagney <cagney@gnu.org>
3684
3685 GDB 6.1.1 released from the GDB 6.1 branch.
3686 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3687 * PROBLEMS: Ditto.
3688
3689 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3690
3691 PR gdb/1658
3692 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3693 operation as a uleb128. Found by Michael Coulter.
3694
3695 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3696
3697 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3698 make it non-static.
3699 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3700 to ada-lang.h; this is needed to be able to implement the kill command
3701 in multi-task mode.
3702 (task_ptid): Ditto.
3703 (task_entry): Ditto.
3704 (task_list): Ditto.
3705 (ada_build_task_list): Ditto.
3706
3707 * ada-lang.c: Conditionalize routines and data structures related
3708 to breakpoints, exceptions, completion, and symbol caching on
3709 GNAT_GDB, since these are not yet used in the submitted public sources.
3710 (ada_main_name): Editorial: Move definition out of exception-related
3711 code.
3712
3713 2004-06-15 Andrew Cagney <cagney@gnu.org>
3714
3715 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3716 deprecated_pc_in_call_dummy.
3717
3718 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3719
3720 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3721 bfd_get_section_size_before_reloc or _raw_size.
3722 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3723 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3724 (dwarf2_read_section): Likewise.
3725 * elfread.c (elf_locate_sections): Likewise.
3726 * gcore.c (derive_heap_segment): Likewise.
3727 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3728 * remote-e7000.c (e7000_load): Likewise.
3729 * remote-m32r-sdi.c (m32r_load): Likewise.
3730 * remote-mips.c (mips_load_srec): Likewise.
3731 (pmon_load_fast): Likewise.
3732 * remote.c (compare_sections_command): Likewise.
3733 * symfile.c (add_section_size_callback): Likewise.
3734 (load_section_callback): Likewise.
3735 (pc_in_unmapped_range): Likewise.
3736 (pc_in_mapped_range): Likewise.
3737 (sections_overlap): Likewise.
3738 (list_overlays_command): Likewise.
3739 (simple_overlay_update_1): Likewise.
3740 (simple_overlay_update): Likewise.
3741 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3742 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3743
3744 2004-06-14 Randolph Chung <tausq@debian.org>
3745
3746 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3747 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3748 static.
3749 (hppa_hpux_inferior_created): New function.
3750 (hppa_hpux_init_abi): Register observer.
3751 * symfile.c (hp_cxx_exception_support_initialized)
3752 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3753 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3754
3755 2004-06-14 Randolph Chung <tausq@debian.org>
3756
3757 * MAINTAINERS (Write After Approval): Alphabetize my entry
3758 correctly.
3759
3760 2004-06-14 Andrew Cagney <cagney@gnu.org>
3761
3762 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3763 testsuite maintainer.
3764
3765 2004-06-13 Andrew Cagney <cagney@gnu.org>
3766
3767 * infcmd.c (print_return_value): Fix logic, allow
3768 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3769
3770 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3771 defining any macros.
3772 * gdbarch.h: Re-generate.
3773
3774 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3775 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3776 * gdbarch.h: Re-generate.
3777
3778 * values.c (generic_use_struct_convention): Don't check gcc_p.
3779
3780 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3781 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3782 * gdbarch.h, gdbarch.c: Regenerate.
3783 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3784 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3785 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3786 deprecated_max_register_raw_size and
3787 deprecated_max_register_virtual_size.
3788 * v850-tdep.c (v850_gdbarch_init): Ditto.
3789 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3790 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3791 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3792 * cris-tdep.c (cris_gdbarch_init): Ditto.
3793
3794 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3795 * gdbarch.h, gdbarch.c: Re-generate.
3796 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3797 (m68hc11_use_struct_convention): Delete function.
3798 (m68hc11_extract_struct_value_address): Delete function.
3799 (m68hc11_return_value): New function.
3800 (m68hc11_gdbarch_init): Instead of store_return_value,
3801 extract_return_value, return_value_on_stack,
3802 deprecated_extract_struct_value_address and use_struct_convention,
3803 set return_value.
3804 * values.c (using_struct_return): Do not call
3805 RETURN_VALUE_ON_STACK.
3806 * arch-utils.h (generic_return_value_on_stack_not): Delete
3807 declaration.
3808 * arch-utils.c (generic_return_value_on_stack_not): Delete
3809 function.
3810
3811 2004-06-12 Andrew Cagney <cagney@gnu.org>
3812
3813 * values.c (register_value_being_returned): Delete function.
3814 * infcmd.c (legacy_return_value): Delete function.
3815 * infcall.c (call_function_by_hand): Inline
3816 "register_value_being_returned", simplify.
3817 * values.c (using_struct_return): Update comment, refer to
3818 print_return_value instead of register_value_being_returned.
3819 * infcmd.c (print_return_value): Inline calls to
3820 register_value_being_returned and legacy_return_value. Simplify.
3821
3822 2004-06-11 Randolph Chung <tausq@debian.org>
3823
3824 * somread.c (som_symtab_read): Exclude gcc local symbols.
3825
3826 2004-06-11 Randolph Chung <tausq@debian.org>
3827
3828 * infrun.c (handle_inferior_event): Handle the case when a
3829 trampoline ends up in the runtime resolver, and if the trampoline
3830 has no name. Rearrange the code so that all the trampoline
3831 processing happens before other step-out-of-range handling.
3832
3833 2004-06-11 Martin Hunt <hunt@redhat.com>
3834
3835 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3836 has no fpu.
3837
3838 2004-06-10 Andrew Cagney <cagney@gnu.org>
3839
3840 * blockframe.c (legacy_inside_entry_func): Delete.
3841 (legacy_frame_chain_valid): Inline call to
3842 legacy_inside_entry_func, simplify.
3843
3844 2004-06-10 Bob Rossi <bob@brasko.net>
3845
3846 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3847 * dwarf2read.c (partial_die_info): Add dirname field.
3848 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3849 (read_partial_die): Save away DW_AT_comp_dir.
3850 * defs.h (symtab_to_filename): Removed.
3851 * source.c (find_and_open_source): Added.
3852 (open_source_file): Just calls find_and_open_source.
3853 (symtab_to_filename): Removed.
3854 (symtab_to_fullname, psymtab_to_fullname): Added.
3855 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3856 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3857 symtab_to_filename.
3858 * symtab.h (partial_symtab): Add dirname field.
3859 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3860 (mi_cmd_file_list_exec_source_file): Call new function
3861 symtab_to_fullname to find fullname.
3862 (mi_cmd_file_list_exec_source_files): Added.
3863 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3864 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3865
3866 2004-06-10 Andrew Cagney <cagney@gnu.org>
3867
3868 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3869 to generic_use_struct_convention, the default value.
3870
3871 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3872 of abort.
3873
3874 * ns32k-tdep.c (ns32k_push_arguments): New function.
3875 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3876 * infcall.c (call_function_by_hand): Call error instead of
3877 legacy_push_arguments.
3878 * value.h (legacy_push_arguments): Delete declaration.
3879 * valops.c (legacy_push_arguments): Delete function.
3880 (value_push): Delete function.
3881
3882 2004-06-10 Brian Ford <ford@vss.fsi.com>
3883
3884 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3885 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3886 info.
3887 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3888
3889 2004-06-10 Andrew Cagney <cagney@gnu.org>
3890
3891 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3892 * gdbarch.h, gdbarch.c: Re-generate.
3893 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3894 parameters.
3895 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3896 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3897 deprecated_pc_in_call_dummy instead of
3898 DEPRECATED_PC_IN_CALL_DUMMY.
3899 (arm_skip_prologue): Ditto.
3900 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3901 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3902 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3903 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3904 Ditto.
3905 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3906 (sh64_init_extra_frame_info, sh64_get_saved_register)
3907 (sh64_pop_frame): Ditto.
3908 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3909 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3910 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3911 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3912 (h8300_pop_frame): Ditto.
3913 * blockframe.c (legacy_inside_entry_func)
3914 (legacy_frame_chain_valid): Ditto.
3915 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3916 to deprecated_pc_in_call_dummy.
3917
3918 2004-06-09 Andrew Cagney <cagney@gnu.org>
3919
3920 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3921 provide a default value.
3922 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3923 * gdbarch.h, gdbarch.c: Re-generate.
3924 * arch-utils.c (generic_convert_register_p): Rename
3925 legacy_convert_register_p
3926 (legacy_register_to_value, legacy_value_to_register): Delete
3927 functions.
3928 * arch-utils.h (generic_convert_register_p): Rename
3929 legacy_convert_register_p.
3930 (legacy_register_to_value, legacy_value_to_register): Delete
3931 declarations.
3932
3933 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3934 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3935 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3936 * gdbarch.h, gdbarch.c: Re-generate.
3937 * infcmd.c (default_print_registers_info): Simplify.
3938 * findvar.c (value_of_register): Simplify.
3939 * mi/mi-main.c (get_register): Simplify.
3940 * arch-utils.c (legacy_convert_register_p): Always return 0.
3941 (legacy_register_to_value, legacy_value_to_register): Always call
3942 internal_error.
3943
3944 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3945 #ifdef CLEAR_INSN_CACHE code.
3946 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3947 Delete #ifdef CLEAR_DEFERRED_STORES code.
3948
3949 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3950
3951 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3952 copyright.
3953 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3954
3955 * config/mips/mipsv4.mh: Delete file.
3956
3957 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3958 unreferenced macro.
3959 (hpread_adjust_stack_address): Delete declaration.
3960
3961 2004-06-08 Andrew Cagney <cagney@gnu.org>
3962
3963 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3964 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3965 PTRACE_ATTACH / PTRACE_DETACH available call error.
3966 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3967 * infttrace.c (update_thread_state_after_attach, attach, detach):
3968 Remove #ifdef wrappers.
3969 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3970 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3971 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3972 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3973 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3974 * config/nm-linux.h (ATTACH_DETACH): Delete.
3975 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3976 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3977 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3978 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3979 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3980
3981 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3982
3983 * configure.in: Set $configdir to the right OS specific value.
3984 Use value when setting $tcldir and $tkdir.
3985 * configure: Regenerate.
3986
3987 2004-06-06 Paul Brook <paul@codesourcery.com>
3988
3989 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3990 records.
3991
3992 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3993
3994 * ada-lang.c (lookup_symbol_in_language): New function to allow
3995 re-use of another language's symbol lookup code. (Placed here
3996 temporarily while Ada support is being integrated into the public
3997 tree).
3998 (restore_language): New auxiliary function for
3999 lookup_symbol_in_language.
4000 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4001 temporarily while Ada support is being integrated into the public
4002 tree).
4003
4004 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4005
4006 * Makefile.in (check//%): New.
4007
4008 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4009 (mn10300_store_return_value): Rewrite.
4010 (mn10300_type_align): New.
4011 (mn10300_use_struct_convention): Rewrite.
4012 (mn10300_return_value): New, using all of the above.
4013 (mn10300_pop_frame_regular): Add saved_regs_size.
4014 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4015
4016 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4017 regs if PC is on movm.
4018
4019 2004-06-07 Jim Blandy <jimb@redhat.com>
4020
4021 Add native Linux support for the PowerPC E500.
4022 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4023 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4024 all architectures except the E500.
4025 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4026 #definitions.
4027 (struct gdb_evrregset_t): New type.
4028 (have_ptrace_getsetevrregs): New variable.
4029 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4030 fetch_spe_registers): New functions.
4031 (fetch_register): Call fetch_spe_register as appropriate.
4032 Assert that we're only passed raw register numbers.
4033 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4034 Don't fetch gprs if they're pseudoregisters.
4035 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4036 store_spe_registers): New functions.
4037 (store_register): Call store_spe_register as appropriate.
4038 Assert that we're only passed raw register numbers.
4039 (store_ppc_registers): Call store_spe_registers as appropriate.
4040 Don't store gprs if they're pseudoregisters.
4041
4042 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4043
4044 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4045 struct if one exists, even if we are dealing with a zombie thread.
4046
4047 2004-06-07 Andrew Cagney <cagney@gnu.org>
4048
4049 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4050 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4051 Rename PC_REQUIRES_RUN_BEFORE_USE.
4052 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4053 #ifdef.
4054
4055 2004-06-07 Randolph Chung <tausq@debian.org>
4056
4057 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4058 unwinding after sp has been saved to the stack but before the end
4059 of the prologue, and after the fp has been modified but before it has
4060 been saved to the stack.
4061 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4062 Remove superfluous definitions.
4063 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4064
4065 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4066
4067 Committed by Randolph Chung.
4068 * hppa-linux-nat.c: Include the correct version of the header file
4069 depending on the kernel version.
4070
4071 2004-06-06 Randolph Chung <tausq@debian.org>
4072
4073 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4074 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4075
4076 2004-06-06 Randolph Chung <tausq@debian.org>
4077
4078 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4079 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4080 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4081 * hppa-tdep.c (hppa_symbol_address): New function definition.
4082 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4083
4084 2004-06-06 Randolph Chung <tausq@debian.org>
4085
4086 * hppa-tdep.h (struct value): Forward declaration.
4087 (gdbarch_tdep): Define tdep find_global_pointer method.
4088 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4089 associated with the function we are trying to call, and write it
4090 to the gp register.
4091 (hppa32_convert_from_funct_ptr_addr): New function.
4092 (hppa_find_global_pointer): New function.
4093 (hppa_gdbarch_init): Set default find_global_pointer method; set
4094 convert_from_func_ptr_addr method.
4095 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4096 (hppa_linux_init_abi): Set find_global_pointer method.
4097 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4098
4099 2004-06-06 Randolph Chung <tausq@debian.org>
4100
4101 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4102 to struct value *function.
4103 * gdbarch.c: Regenerate.
4104 * gdbarch.h: Likewise.
4105 * infcall.c (call_function_by_hand): Pass entire function value
4106 to push_dummy_call.
4107
4108 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4109 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4110 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4111 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4112 * arm-tdep.c (arm_push_dummy_call): Likewise.
4113 * avr-tdep.c (avr_push_dummy_call): Likewise.
4114 * cris-tdep.c (cris_push_dummy_call): Likewise.
4115 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4116 * frv-tdep.c (frv_push_dummy_call): Likewise.
4117 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4118 * hppa-tdep.c (hppa32_push_dummy_call)
4119 (hppa64_push_dummy_call): Likewise.
4120 * i386-tdep.c (i386_push_dummy_call): Likewise.
4121 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4122 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4123 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4124 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4125 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4126 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4127 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4128 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4129 (ppc64_sysv_abi_push_dummy_call): Likewise.
4130 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4131 (ppc64_sysv_abi_push_dummy_call): Likewise.
4132 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4133 * s390-tdep.c (s390_push_dummy_call): Likewise.
4134 * sh-tdep.c (sh_push_dummy_call_fpu)
4135 (sh_push_dummy_call_nofpu): Likewise.
4136 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4137 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4138 * vax-tdep.c (vax_push_dummy_call): Likewise.
4139
4140 2004-06-04 Jim Blandy <jimb@redhat.com>
4141
4142 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4143 gdbarch argument to register_size.
4144
4145 * rs6000-tdep.c (rs6000_store_return_value): Use
4146 regcache_cooked_write_part instead of
4147 deprecated_write_register_bytes.
4148 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4149 not gdbarch_deprecated_store_return_value.
4150
4151 * ppc-linux-nat.c (store_register, fetch_register): Remove
4152 incorrect assertions. Simplify and generalize handling of
4153 transfers whose sizes are not multiples of, or less than, sizeof
4154 (PTRACE_XFER_TYPE).
4155
4156 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4157
4158 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4159 as a new thread event.
4160 * thread-db.c (thread_get_info_callback): If the thread is a
4161 zombie, return TD_THR_ZOMBIE.
4162 (thread_from_lwp): If thread_get_info_callback returns
4163 TD_THR_ZOMBIE, check if the thread is still on the thread list
4164 and return a -1 ptid if not found.
4165 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4166 change the status to TARGET_WAITKIND_SPURIOUS.
4167
4168 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4169
4170 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4171 double values in little endian mode.
4172
4173 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4174
4175 Committed by Andrew Cagney.
4176 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4177 after last enum constant to avoid error from IBM C
4178 compiler.
4179
4180 2004-06-02 Jim Blandy <jimb@redhat.com>
4181
4182 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4183 to 'message', and make it local to the lone block that uses it.
4184
4185 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4186
4187 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4188
4189 * ada-exp.y: Update copyright notice.
4190 Include block.h.
4191
4192 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4193 SPECIAL_VARIABLE and unify the treatment of these cases.
4194
4195 (write_attribute_call0): Remove.
4196 (write_attribute_call1): Remove.
4197 (write_attribute_calln): Remove.
4198 (save_qualifier): Add missing semicolon.
4199
4200 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4201 temporarily disabled to allow compilation with FSF head version.
4202
4203 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4204 use individual operators (OP_*) for all attributes.
4205 (exp syntax): Use write_int.
4206 Handle STRING literals with OP_STRING.
4207 (variable syntax): Add limit parameter to calls to
4208 write_object_renaming.
4209
4210 (temp_parse_space): New definition to hold entities that need
4211 only live until the next call to ada_parse.
4212 (string_to_operator): Rename fields of ada_opname_table entries.
4213
4214 (write_var_from_sym): Record block.
4215 (write_var_from_name): Minor reformatting.
4216 Make sure saved name is properly encoded in the case of multiple
4217 matches, and set its language to Ada.
4218 Update comment.
4219 Modify to indicate unresolved name as symbol in the UNRESOLVED
4220 namespace, allocated in temp_parse_space.
4221 (write_int): New function.
4222
4223 (write_object_renaming): Add max_depth parameter to limit
4224 chains of object renamings.
4225 Handle case where root of renaming expression is itself a renaming.
4226 Use temp_parse_space for temporary name buffer.
4227 Handle renamings to dereferenced pointers (___XEXA suffices).
4228
4229 (ada_parse, yyerror, string_to_operator,
4230 write_var_from_sym, write_var_from_name, write_attribute_call0,
4231 write_attribute_call1, write_attribute_calln,
4232 write_object_renaming): Protoize.
4233
4234 (_initialize_ada_exp): New function.
4235
4236 * ada-lang.c: Update copyright notice.
4237 General terminology change to conform to GNAT compiler usage:
4238 mangle => encode, demangle => decode
4239 Include gdb_obstack.h.
4240 Include gdb_regex.h
4241 Include frame.h
4242 Include hashtab.h
4243 Include completer.h
4244 Include gdb_stat.h
4245 Include block.h
4246 Include infcall.h
4247
4248 (ADA_RETAIN_DOTS): Make sure this is defined.
4249 (TRUNCATION_TOWARDS_ZERO): Define.
4250 (struct string_vector): Define.
4251 (unresolved_names): Remove definition.
4252 (xnew_string_vector): New function.
4253 (string_vector_append): New function.
4254 (extract_string): Make static.
4255 (ada_unqualified_name): New function.
4256 (add_angle_brackets): New function.
4257 (function_name_from_pc): New function.
4258 (place_on_stack): Rename to ensure_lval.
4259
4260 (ensure_lval): Renamed from place_on_stack.
4261 Make identity on lvals.
4262 Update comment.
4263 (is_nonfunction): New interface.
4264 Only symbols in LOC_CONST class can be enumerals.
4265 (fill_in_ada_prototype): Remove; now independent of language.
4266 (add_defn_to_vec): Add obstack and symtab arguments.
4267 Use obstack to hold collected definitions.
4268 (num_defns_collected): New function.
4269 (defns_collected): New function.
4270 (ada_resolve_subexp): Rename to resolve_subexp.
4271 (resolve_subexp): Renamed from ada_resolve_subexp.
4272 (ada_op_name): Return non-const result.
4273 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4274 other purposes.
4275
4276 (to_fixed_array_type): Add declaration.
4277 (coerce_unspec_val_to_type): Remove offset parameter.
4278 (find_sal_from_funcs_and_line): New interface.
4279 (find_line_in_linetable): Ditto.
4280
4281 (all_sals_for_line): Rename to ada_sals_for_line and make
4282 global.
4283 Add new parameter. When set, do not ask the user to choose the
4284 instance, but use the first one found instead.
4285 Use given line number in returned sals.
4286 Fix comment.
4287 Skip the prologue if funfirstline is set.
4288 Correct for memory leak when 0 lines found.
4289
4290 (value_pos_atr): Use pos_atr.
4291 (pos_atr): New function.
4292 (standard_lookup): Add block parameter.
4293
4294 (makeTimeStart): Remove declaration and uses.
4295 (makeTimeStop): Remove declaration and uses.
4296
4297 (ada_completer_word_break_characters): Allow for VMS.
4298 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4299 (raise_sym_name): New constant.
4300 (raise_unhandled_sym_name): New constant.
4301 (raise_assert_sym_name): New constant.
4302 (process_raise_exception_name): New constant.
4303 (longest_exception_template): New constant.
4304 (warning_limit): New variable to limit warnings during expression
4305 evaluation.
4306 (warnings_issued): New variable to keep track of warnings issued.
4307 (known_runtime_file_name_patterns): New constant.
4308 (known_auxiliary_function_name_patterns): New constant.
4309 (symbol_list_obstack): New variable.
4310
4311 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4312 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4313 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4314 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4315 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4316 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4317 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4318 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4319 and strcmp.
4320
4321 (ada_get_field_index): New function.
4322 (lim_warning): New function.
4323 (ada_translate_error_message): New function.
4324 (MAX_OF_SIZE): New function.
4325 (MIN_OF_SIZE): New function.
4326 (UMAX_OF_SIZE): New function.
4327 (UMIN_OF_SIZE): New function.
4328 (discrete_type_high_bound): New function.
4329 (discrete_type_low_bound): New function.
4330 (base_type): New function.
4331 (do_command): Remove.
4332
4333 (ada_update_initial_language): Use language_ada, not language_unknown.
4334 (ada_encode): Renamed from ada_mangle.
4335 Obey ADA_RETAIN_DOTS.
4336 (ada_decode): Renamed from ada_demangle.
4337 Update coding conventions.
4338 (decoded_names_store): New hash table.
4339 (ada_decode_symbol): New function.
4340 (ada_la_decode): New function.
4341
4342 (modify_general_field): Correct computations of offset and bit
4343 position.
4344 (desc_base_type): Handle ref types, too.
4345 (ada_is_direct_array_type): New function.
4346
4347 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4348 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4349 (ada_is_bogus_array_descriptor,ada_type_of_array,
4350 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4351 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4352 ada_is_array_descriptor_type.
4353
4354 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4355 (ada_is_packed_array_type): Handle pointers or
4356 references to packed arrays as well.
4357 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4358 (decode_packed_array_type): Search for the packed array type
4359 symbol in the currently selected block and associated
4360 superblocks too.
4361 Use lookup_symbol again.
4362
4363 (decode_packed_array): Handle pointers and references.
4364 Update call to coerce_unspec_val_to_type.
4365 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4366 (ada_value_primitive_packed_val): Improve comment.
4367
4368 (ada_index_type): Substitute int type for "undefined".
4369 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4370 ada_array_langth, ada_is_string_type): Use renamed
4371 ada_is_simple_array_type.
4372 (empty_array): New function.
4373
4374 (ada_resolve): Rename to resolve.
4375 (resolve): Make static.
4376 Call renamed resolve_subexp.
4377 Update comment.
4378 (ada_resolve_subexp): Rename to resolve_subexp.
4379 (resolve_subexp): Update comment.
4380 Decomment disabled code.
4381 Add LOC_COMPUTED* cases.
4382 Modify to use temporary struct symbols (marked as being in
4383 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4384 OP_UNRESOLVED_VALUE.
4385 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4386 Add OP_STRING case.
4387 Remove OP_ARRAY.
4388 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4389 Use new ada_lookup_symbol_list interface.
4390 Use new ada_resolve_function interface.
4391 Remove OP_TYPE case.
4392
4393 (ada_args_match): Idiot proof against null actuals.
4394 Use intermediate variables to clarify.
4395 (ada_resolve_function): Update comment and interface.
4396 (mangled_ordered_before): Rename to encoded_ordered_before and
4397 update comment.
4398 (sort_choices): Update comment and interface.
4399 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4400 (user_select_syms): New interface.
4401 Use new sort_choices interface.
4402 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4403 (possible_user_operator_p): Idiot-proof against null values.
4404 (ada_simple_renamed_entity): Don't make cleanup; rely on
4405 caller to free result string.
4406 Remove const from return type.
4407 (make_array_descriptor): Rename uses of place_on_stack to
4408 ensure_lval.
4409 Make sure that arrays are on stack.
4410
4411 (HASH_SIZE): Define.
4412 (struct cache_entry): Define.
4413 (cache_space): Define.
4414 (cache): Define.
4415 (clear_ada_sym_cache): New function.
4416 (find_entry): New function.
4417 (lookup_cached_symbol): New function.
4418 (defn_vector_size): Define.
4419 (cache_symbol): New function.
4420 (defn_symbols): Remove.
4421
4422 (standard_lookup): Use lookup_symbol_in_language to get effect of
4423 C lookup.
4424 Cache results.
4425
4426 (symbol_completion_match): New function.
4427 (symbol_completion_add): New function.
4428 (ada_make_symbol_completion_list): New function.
4429
4430 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4431 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4432 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4433 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4434
4435 (ada_lookup_simple_minsym): New function.
4436 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4437
4438 (add_symbols_from_enclosing_procs): New interface.
4439 Conditionalize more helpfully.
4440 Don't bother if program isn't running.
4441 Use new interface to get_frame_block.
4442 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4443
4444 (remove_extra_symbols): New interface.
4445 (xget_renaming_scope): New function.
4446 (is_package_name): New function.
4447 (renaming_is_visible): New function.
4448 (remove_out_of_scope_renamings): New function.
4449
4450 (ada_lookup_symbol_list): New interface.
4451 Properly reinitialize the symbol list obstack.
4452 Don't call add_symbols_from_enclosing_procs if we start from a
4453 static or global block.
4454 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4455 add_symbols_from_enclosing_procs.
4456 Add symtab data to cached entries.
4457 Handle symbols prefixed with
4458 "standard__" specially; strip prefix and don't look in local symbols.
4459 Do not include out of scope renaming symbols in list of
4460 symbols returned.
4461 Add const to block parameter.
4462 Move check for non-local, non-global symbols earlier.
4463 Remove timing stuff.
4464 (ada_lookup_symbol): New interface.
4465 Find symtab as well.
4466 (ada_lookup_symbol_nonlocal): New function.
4467
4468 (is_name_suffix): Enhance suffix detection to recognize
4469 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4470 (is_dot_digits_suffix): New function.
4471 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4472
4473 (ada_add_block_symbols): New interface. Use obstack to return results
4474 in a vector of struct ada_symbol_infos. Add symtab argument.
4475 Use new interface to add_defn_to_vec.
4476 Remove calls to fill_in_ada_prototype.
4477 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4478
4479 (ada_finish_decode_line_1): Add const qualification to local to fix
4480 warning.
4481 Start looking in static block for functions to avoid attempts
4482 to search frame chain for up-level variables.
4483 Adapt to new ada_sals_for_line interface.
4484 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4485 Handle quoting of the function name inside the spec string.
4486 Skip prologue when funfirstline is set and update the
4487 function documentation to that effect.
4488
4489 (debug_print_lines, debug_print_block, debug_print_blocks,
4490 debug_print_symtab): Remove.
4491
4492 (ada_main_name): New function.
4493 (ada_exception_breakpoint_type): New function.
4494 (is_known_support_routine): New function.
4495 (ada_find_printable_frame): Renamed from find_printable_frame and made
4496 global.
4497 Remove level parameter.
4498 Use new interface to select_frame.
4499
4500 (begin_command): Remove.
4501 (ada_adjust_exception_stop): New function.
4502 (ada_print_exception_stop): New function.
4503 (exception_name_from_cond): New function.
4504 (ada_report_exception_break): Replace disabled code with
4505 conditionalization on GNAT_GDB.
4506 Get the exception name from the condition string.
4507 Remove and move functionality into new functions
4508 ada_print_exception_breakpoint_task and
4509 ada_print_exception_breakpoint_nontask.
4510 (error_breakpoint_runtime_sym_not_found): New function.
4511 (is_runtime_sym_defined): New function.
4512 (ada_breakpoint_rewrite): Uncomment suppressed code.
4513 Use symbolic error-message and runtime-symbol names.
4514 Surround runtime symbol names in quotes.
4515 Allow non-specific breakpoints on exceptions and assertions before
4516 program starts.
4517
4518 (ada_is_tagged_type): Add parameter.
4519 (ada_is_tag_type): New function.
4520 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4521 (ada_variant_discrim_type): Ditto.
4522 (value_tag_from_contents_and_address): New function.
4523 (type_from_tag): New function.
4524 (struct tag_args): New structure used to communicate with
4525 ada_tag_name_1.
4526 (ada_tag_name_1): New function.
4527 (ada_tag_name): New function.
4528
4529 (ada_scan_number): Update comment.
4530 (find_struct_field): New function.
4531 (ada_search_struct_field): Make static.
4532 (ada_value_struct_elt): New version that returns references when
4533 given pointers or references to structs.
4534 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4535 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4536 interface.
4537 (ada_value_ind): Use new ada_to_fixed_value interface.
4538 (ada_coerce_ref): Ditto.
4539 (field_offset): Remove.
4540
4541 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4542 (ada_find_renaming_symbol): New function.
4543 (ada_prefer_type): Prefer named types over unnamed ones.
4544 (variant_field_index): New function.
4545 (contains_variant_part): Removed: subsumed by variant_field_index.
4546 (ada_template_to_fixed_record_type): New function, mostly from
4547 template_to_fixed_record_type.
4548 (template_to_fixed_record_type):
4549 Do not scan the type fields beyond the last one; prevents a
4550 potential SEGV.
4551 Handle case where variant field is listed BEFORE discriminant it
4552 depends on.
4553 Fix calculation of record length when bit length is
4554 not evenly divisible by char length.
4555 Move code to ada_template_to_fixed_record_type and call it.
4556
4557 (template_to_static_fixed_type): Revise comment.
4558 Modify to work on ordinary record types as well as templates,
4559 so as to handle fields that use ___XVE or ___XVU encodings.
4560 (to_record_with_fixed_variant_part): Fill out comment.
4561 Initialize C++ stuff in right type.
4562 Allow case where DVAL is null.
4563 Handle case where variant field is not last.
4564 Fix typo concerning record length.
4565 (to_fixed_record_type): Decomment disabled code.
4566 (to_fixed_record_type): Use variant_field_index instead of
4567 contains_variant_part.
4568 (to_fixed_variant_branch_type): Ditto.
4569 (to_fixed_array_type): Decomment disabled code.
4570 (ada_to_fixed_type): Convert tagged types to the specific type.
4571 Deactivate the size-check for array types in order to avoid
4572 some false size alarms.
4573 (to_static_fixed_type): Decomment disabled code.
4574 Modify to call template_to_static_fixed_type
4575 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4576 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4577 Remove valaddr argument, as it is never really used.
4578 (ada_to_fixed_value): Change interface to act on single struct value*
4579 operand.
4580 (adjust_pc_past_prologue): New function.
4581 (ada_attribute_name): Modify to take enum exp_opcode argument.
4582
4583 (ada_enum_name): Recognize new homonym-distinguishing convention.
4584 Adjust local variable's type to remove compiler warning.
4585 Fix a small problem in the part that unqualifies the enumeration name.
4586 (ada_value_binop): New function.
4587 (ada_value_equal): New function.
4588
4589 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4590 Don't give error message when not doing normal evaluation
4591 and a tagged type doesn't seem to contain a structure member.
4592 Give error message for packed arrays.
4593 For indexing arrays, handle pointers to packed arrays correctly.
4594 Handle case of 'first and 'last attributes of bare integral type
4595 without encoded subtype info.
4596 Remove some unnecessary casts.
4597 Fix uninitialized value of type in computing 'first, 'last, or 'length
4598 of array object.
4599 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4600 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4601 calls.
4602 Attributes are now exp_opcode values.
4603 Correct treatment of 'modulus.
4604 Better error message for taking 'length of wrong kind of type;
4605 improve comment.
4606 Change EVAL_NORMAL to noside for consistency.
4607 Use ada_value_binop for DIV, MOD, REM.
4608 Make special case out of array of length 0, since an argument
4609 of 0 upsets some platforms' malloc.
4610 Use OP_STRING instead of OP_ARRAY.
4611 For slice, add check that we have an array type before extracting
4612 a slice out of it. Avoids a SEGV.
4613 When evaluating an array slice, if the array type is a reference to
4614 an aligner type, then replace the aligner type by the actual type.
4615 Decomment disabled code.
4616 Remove some dead code.
4617 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4618 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4619 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4620 and UNOP_MBR to UNOP_IN_RANGE.
4621 If an array type has a parallel ___XVE type, then use it.
4622 Turn arrays into pointers for lvalue arrays.
4623 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4624 bounds error and handle 0-length slices.
4625 Use lim_warning.
4626 When selecting fields, apply ada_to_fixed_value (because the fields
4627 might have ___XVU or ___XVE encodings even if not dynamic.)
4628 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4629 (ada_is_system_address_type): New function.
4630
4631 (get_var_value): Use new interface to ada_lookup_symbol_list.
4632 (get_int_var_value): New interface.
4633 (to_fixed_range_type): Allow unknown bound, with warning.
4634 (ada_is_modular_type): Decomment disabled code.
4635 (ADA_OPERATORS): New definition.
4636 (ada_operator_length): New function.
4637 (ada_expr_op_name): New function.
4638 (ada_forward_operator_length): New function.
4639 (ada_dump_subexp_body): New function.
4640 (ada_print_subexp): New function.
4641 (ada_exp_descriptor): New constant.
4642 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4643 (ada_language_defn): Add ada_exp_descriptor entry.
4644 Change ada_parse => parse.
4645 Add post-parser entry.
4646 Use ada-specific non-local symbol lookup.
4647 Don't use C-style arrays.
4648 String lower-bound is 1.
4649 Decomment disabled code.
4650 (parse): New function.
4651 New fields ada_translate_error_message, ada_lookup_symbol,
4652 ada_lookup_minimal_symbol.
4653
4654 * ada-lang.h: Update copyright dates.
4655 Replace the mangle/demangle terminology throughout by the
4656 more appropriate encode/decode one.
4657 Include breakpoint.h.
4658 Forward declare struct partial_symbol, struct block.
4659 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4660 (EXTRACT_ADDRESS): Remove.
4661 (EXTRACT_INT): Remove.
4662 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4663 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4664 (MAX_RENAMING_CHAIN_LENGTH): Define.
4665 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4666
4667 (enum task_states): Remove.
4668 ada_task_states: Remove.
4669 (fat_string): Remove.
4670 (struct entry_call): Remove.
4671 (struct task_fields): Remove.
4672 (struct task_entry): Remove.
4673
4674 (struct ada_symbol_info): Define.
4675 (enum ada_attribute): Remove.
4676 (enum ada_operator): Define.
4677
4678 (ada_get_field_index): Declare.
4679 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4680 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4681 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4682 (ada_lookup_symbol_list): New interface.
4683 (ada_decode_symbol): Declare.
4684 (ada_decode): Declare.
4685 (ada_lookup_symbol): New interface.
4686 (ada_update_initial_language): Declare.
4687 (ada_lookup_simple_minsym): Declare.
4688 (user_select_syms): New interface.
4689 (ada_sals_for_line): Declare.
4690 (ada_is_tagged_type): New interface.
4691 (ada_tag_name): Declare.
4692 (ada_lookup_struct_elt_type): Remove declaration.
4693 (ada_search_struct_field): Remove declaration.
4694 (ada_attribute_name): New interface.
4695 (ada_is_system_address_type): Declare.
4696 (ada_to_fixed_value): Remove declaration.
4697 (ada_template_to_fixed_record_type_1): Declare.
4698 (get_int_var_value): New interface.
4699 (ada_find_any_symbol): Declare.
4700 (ada_find_renaming_symbol): Declare.
4701 (ada_mangle): Rename to ada_encode.
4702 (ada_simple_renamed_entity): Remove const.
4703 (ada_main_name): Declare.
4704 (get_current_task): Rename to ada_get_current_task.
4705 (get_entry_number): Remove declaration.
4706 (ada_report_exception_break): Remove declaration.
4707 (ada_print_exception_breakpoint_nontask): Declare.
4708 (ada_print_exception_breakpoint_task): Declare.
4709 (ada_find_printable_frame): Declare.
4710
4711 * ada-lex.l: Update copyright notices.
4712 Use xmalloc and xfree instead of malloc and free.
4713 Use new interface to name_lookup.
4714 Use new interface to
4715 ada_mangle=>ada_encode.
4716 Redo handling of '$...' variable to parallel current treatment
4717 in c-exp.y.
4718 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4719 digit_to_int, strtoulst, processInt, processReal, processId,
4720 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4721 yywrap): Protoize.
4722
4723 (processInt): Use cast to remove harmless warning.
4724 (processReal): Modify to get rid of compiler warning on scan formats.
4725
4726 (processId): Replace xmalloc with obstack_alloc for name and remove
4727 call to ada_name_string_cleanup.
4728 Remove obsolete disabled code.
4729 (name_lookup): Ditto.
4730 New interface.
4731 Use obsavestring on temp_parse_space instead of savestring
4732 on name, and remove call to ada_name_string_cleanup.
4733 Free string returned from ada_simple_renamed_entity.
4734 Use new interface to ada_lookup_symbol_list.
4735 Decomment disabled code.
4736 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4737 not types.
4738 When a type name lookup succeeds as a result of
4739 lookup_primitive_typename, check for regular type entry that has not
4740 yet been read in.
4741 Limit length of chain of renamed symbols we are willing to follow.
4742 Do not break names beginning with "standard__" into segments.
4743 (block_lookup): Use new interface to ada_lookup_symbol_list.
4744
4745 * ada-typeprint.c: Update copyright notice.
4746 (demangled_type_name): Rename to decoded_type_name.
4747 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4748 (print_range_bound): Correct handling of negative
4749 bounds that make the index type looked unsigned under STABS.
4750 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4751 (print_range_type_named): Use the builtin int type if no type
4752 corresponding to the given type name could be found.
4753 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4754 Add some bullet-proofing.
4755 (print_variant_clauses): Allow for variant branches with ___XVU
4756 encodings that are not dynamic fields.
4757 Use new interface to ada_is_tagged_type.
4758 (print_record_type): Allow for fields with ___XVE encodings that
4759 are not dynamic fields.
4760 Use new interface to ada_is_tagged_type.
4761 (ada_print_type): ada_is_array_descriptor =>
4762 ada_is_array_descriptor_type.
4763
4764 * ada-valprint.c: Update copyright notice.
4765 Include gdb_string.h
4766 Include infcall.h
4767 (ui_memcpy): New function.
4768 (ada_print_floating): New function.
4769 (ada_print_str): Order arguments correctly.
4770 Correct handling of empty arrays and arrays of 0-length items.
4771 ada_is_array_descriptor => ada_is_array_descriptor_type
4772 Print values of type System.Address in hexadecimal format.
4773 Use ada_print_floating to print floating-point numbers in Ada format.
4774 Print class tag values with type names.
4775 No longer print the address of reference values. Avoids
4776 a potential confusion.
4777 (ada_value_print): Stop printing the object type for reference
4778 values, but preserve that behavior for access types. Avoids
4779 a potential confusion.
4780 Simplify one conditional expression, as the first part is now
4781 necessarily true.
4782 ada_is_array_descriptor => ada_is_array_descriptor_type
4783 Add check for arrays for null records, and print them by hand.
4784
4785 2004-06-01 Jim Blandy <jimb@redhat.com>
4786
4787 * ppc-tdep.h: Delete unused 'regoff' member.
4788 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4789
4790 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4791
4792 Fix PR symtab/1661.
4793 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4794 (hpread_read_struct_type): Likewise.
4795
4796 2004-06-01 Andrew Cagney <cagney@gnu.org>
4797
4798 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4799 instead of xasprintf.
4800 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4801 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4802 (mi_cmd_data_list_register_names)
4803 (mi_cmd_data_list_changed_registers)
4804 (mi_cmd_data_list_register_values)
4805 (get_register, mi_cmd_data_write_register_values)
4806 (mi_cmd_data_write_register_values)
4807 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4808 (mi_cmd_target_download, mi_cmd_target_select)
4809 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4810 (mi_execute_cli_command, mi_execute_async_cli_command)
4811 (mi_execute_async_cli_command): Ditto.
4812 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4813 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4814
4815 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4816 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4817 error_last_message instead of mi_error_last_message.
4818 * mi/mi-main.c (mi_error_last_message): Delete function.
4819
4820 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4821 "invalid number of columns" error. Delete redundant "out of
4822 memory" check.
4823
4824 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4825
4826 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4827 (gregset_t, fpregset_t): Remove typedefs.
4828 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4829 (REG_OFFSET): Rename argument.
4830 (i386bsd_r_reg_offset): Rename from reg_offset.
4831 (REG_ADDR): Remove macro.
4832 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4833 functions.
4834 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4835 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4836 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4837 instead of supply_gregset.
4838 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4839 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4840 instead of fill_gregset.
4841 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4842
4843 * i386bsd-nat.c: Don't include "gregset.h".
4844 (supply_gregset, fill_gregset): Make static.
4845 (supply_fpregset, fill_fpregset): Remove.
4846 * Makefile.in (i386bsd-nat.o): Update dependencies.
4847
4848 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4849
4850 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4851 "gdb_assert.h". Con't include "gregset.h".
4852 (fbsd_make_corefile_notes): Use regset-based core file support
4853 instead off fill_gregset and fill_fpregset.
4854 * Makefile.in (fbsd-proc.o): Update dependencies.
4855
4856 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4857 instructions.
4858 (m88k_frame_prev_register): Simplify code a bit.
4859
4860 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4861 (amd64_collect_fpregset): New function.
4862 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4863
4864 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4865
4866 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4867 (i386_collect_gregset): New function.
4868 (i386_supply_fpregset): Adjust comment.
4869 (i386_collect_fpregset): New function.
4870 (i386_regset_from_core_section): Use i386_collect_gregset and
4871 i386_collect_fpregset.
4872
4873 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4874 handle VALUEP being null.
4875
4876 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4877
4878 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4879
4880 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4881
4882 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4883 assembler in OpenBSD 3.5-current.
4884 (amd64obsd_sigcontext_addr): Likewise.
4885
4886 2004-05-28 Jim Blandy <jimb@redhat.com>
4887
4888 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4889 register set, so our regcache isn't declared "legacy" and our E500
4890 pseudoregister read and write functions aren't ignored.
4891 (rs6000_register_byte, rs6000_register_raw_size,
4892 rs6000_register_virtual_type, rs6000_register_convertible,
4893 rs6000_register_convert_to_virtual,
4894 rs6000_register_convert_to_raw): Deleted.
4895 (rs6000_register_type, rs6000_convert_register_p,
4896 rs6000_register_to_value, rs6000_value_to_register): New
4897 functions.
4898 (rs6000_gdbarch_init): Don't register
4899 gdbarch_deprecated_register_size,
4900 gdbarch_deprecated_register_bytes,
4901 gdbarch_deprecated_register_byte,
4902 gdbarch_deprecated_register_raw_size,
4903 gdbarch_deprecated_register_virtual_type,
4904 gdbarch_deprecated_register_convertible,
4905 gdbarch_deprecated_register_convert_to_virtual, or
4906 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4907 register gdbarch_register_type, gdbarch_convert_register_p,
4908 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4909
4910 2004-05-26 Jim Blandy <jimb@redhat.com>
4911
4912 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4913 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4914 functions, updated to match the register numberings used in GCC.
4915 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4916 rs6000_dwarf2_reg_to_regnum as register number conversions
4917 functions for STABS and Dwarf2.
4918
4919 2004-05-26 Randolph Chung <tausq@debian.org>
4920
4921 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4922 in header file.
4923
4924 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4925
4926 * NEWS: Document new "start" command.
4927
4928 2004-05-25 Randolph Chung <tausq@debian.org>
4929
4930 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4931 hppa-linux.
4932
4933 2004-05-25 Randolph Chung <tausq@debian.org>
4934
4935 * hppa-hpux-tdep.c (offsetof): Define.
4936 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4937 (hppa32_hpux_frame_base_before_sigtramp)
4938 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4939 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4940 (hppa64_hpux_frame_base_before_sigtramp)
4941 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4942 functions.
4943 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4944 (hppa_hpux_sigtramp_frame_unwind_cache)
4945 (hppa_hpux_sigtramp_frame_this_id)
4946 (hppa_hpux_sigtramp_frame_prev_register)
4947 (hppa_hpux_sigtramp_frame_unwind)
4948 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4949 (hppa_hpux_init_abi): Register sigtramp unwinder.
4950 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4951
4952 2004-05-25 Randolph Chung <tausq@debian.org>
4953
4954 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4955 and multiple stack unwinds.
4956 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4957
4958 2004-05-25 Andrew Cagney <cagney@gnu.org>
4959
4960 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4961 * symfile-mem.h: Delete file.
4962 * symfile-mem.c: Do not include "symfile-mem.h".
4963 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4964 "struct bfd_section". When an error do not bother returning NULL.
4965 (add_symbol_file_from_memory_command): Use "struct bfd" and
4966 "struct bfd_section".
4967 * Makefile.in (symfile_mem_h): Delete.
4968 (symfile-mem.o): Update dependencies.
4969
4970 2004-05-25 Nick Roberts <nickrob@gnu.org>
4971
4972 * gdb-mi.el: New file.
4973
4974 2004-05-25 Andrew Cagney <cagney@gnu.org>
4975
4976 * inftarg.c: Include "observer.h".
4977 (child_attach, child_create_inferior): Notify inferior_created.
4978 * corelow.c: Include "observer.h".
4979 (core_open): Notify inferior_created.
4980 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4981
4982 2004-05-25 Andrew Cagney <cagney@gnu.org>
4983
4984 * target.h (struct target_ops): Add from_tty to
4985 to_create_inferior.
4986 (target_create_inferior, find_default_create_inferior): Update.
4987 * infcmd.c (run_command): Update.
4988 * wince.c (child_create_inferior): Update.
4989 * win32-nat.c (child_create_inferior): Update.
4990 * uw-thread.c (uw_thread_create_inferior): Update.
4991 * thread-db.c (thread_db_create_inferior): Update.
4992 * target.c (debug_to_create_inferior)
4993 (find_default_create_inferior): Update.
4994 (maybe_kill_then_create_inferior): Update.
4995 * sol-thread.c (sol_thread_create_inferior): Update.
4996 * remote.c (extended_remote_async_create_inferior)
4997 (extended_remote_create_inferior): Update.
4998 * remote-vx.c (vx_create_inferior): Update.
4999 * remote-st.c (st2000_create_inferior): Update.
5000 * remote-sim.c (gdbsim_create_inferior): Update.
5001 * remote-sds.c (sds_create_inferior): Update.
5002 * remote-rdp.c (remote_rdp_create_inferior): Update.
5003 * remote-rdi.c (arm_rdi_create_inferior): Update.
5004 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5005 * remote-e7000.c (e7000_create_inferior): Update.
5006 * procfs.c (procfs_create_inferior): Update.
5007 * ocd.c (ocd_create_inferior): Update.
5008 * ocd.h (ocd_create_inferior): Update.
5009 * nto-procfs.c (procfs_create_inferior): Update.
5010 * monitor.c (monitor_create_inferior): Update.
5011 * lin-lwp.c (lin_lwp_create_inferior): Update.
5012 * inftarg.c (child_create_inferior): Update.
5013 * hpux-thread.c (hpux_thread_create_inferior): Update.
5014 * gnu-nat.c (gnu_create_inferior): Update.
5015
5016 2004-05-25 Andrew Cagney <cagney@gnu.com>
5017
5018 * MAINTAINERS: Update e-mail address.
5019
5020 2004-05-24 Randolph Chung <tausq@debian.org>
5021
5022 * thread.c (info_threads_command, thread_apply_all_command)
5023 (thread_apply_command, thread_command, do_captured_thread_select):
5024 Remove HPUXHPPA-specific code.
5025
5026 2004-05-24 Randolph Chung <tausq@debian.org>
5027
5028 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5029 unused symbols.
5030 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5031 references.
5032
5033 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5034
5035 * infcmd.c (kill_if_already_running): New function, extracted
5036 from run_command().
5037 (run_command): Replace extracted code by call to
5038 kill_if_already_running().
5039 (start_command): New function.
5040 (_initialize_infcmd): Add "start" command.
5041
5042 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5043
5044 Add OpenBSD/m88k support.
5045 * NEWS (New native configurations): Mention OpenBSD/m88k.
5046 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5047 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5048 * Makefile.in (m88k_tdep_h): New variable.
5049 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5050 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5051 * configure.host: Add m88*-*-openbsd*.
5052 * configure.tgt: Add m88*-*-openbsd*.
5053
5054 2004-05-24 Jim Blandy <jimb@redhat.com>
5055
5056 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5057 to approve changes.
5058
5059 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5060
5061 * symtab.c (fixup_section): Search section table when lookup by
5062 name fails.
5063
5064 2004-05-24 Randolph Chung <tausq@debian.org>
5065
5066 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5067 be "small_struct".
5068
5069 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5070
5071 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5072 register number in regcache_raw_collect call.
5073 (m68kbsd_collect_fpregset): Likewise.
5074 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5075
5076 * regset.h (struct regset): Add back `regset' member.
5077
5078 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5079
5080 * configure.in: Check for td_pcb in `struct thread'.
5081 * configure, config.in: Regenerated.
5082
5083 * dpx2-nat.c: Remove file.
5084 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5085 (dpx2-nat.o): Remove dependencies.
5086
5087 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5088 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5089 (amd64obsd_supply_pcb): New function.
5090 (_initialize_amd64obsd_nat): Enable libkvm interface.
5091 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5092 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5093 (LOADLIBES): New variable.
5094
5095 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5096 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5097 (sparc32nbsd_supply_pcb): New function.
5098 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5099 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5100 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5101 (LOADLIBES): New variable.
5102
5103 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5104
5105 * bsd-kvm.c, bsd-kvm.h: New files.
5106 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5107 "bsd-kvm.h".
5108 (i386fbsd_supply_pcb): New function.
5109 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5110 (i386fbsd-nat.o): Update dependencies.
5111 (bsd_kvm_h): New variable.
5112 (bsd-kvm.o): New dependency.
5113 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5114 (LOADLIBES): New variable.
5115
5116 * regset.c: Tweak comment.
5117 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5118 macro.
5119 * regset.h: Update copyright year.
5120 (struct regset): Remove `descr' member, add `gdbarch' member.
5121 (regset_alloc): Adjust prototype and comment.
5122 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5123 (i386_supply_fpregset): Likewise.
5124 (i386_regset_from_core_section): Update call to regset_alloc.
5125 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5126 REGSET->arch.
5127 (i386obsd_aout_regset_from_core_section): Update call to
5128 regset_alloc.
5129 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5130 REGSET->arch.
5131 (i386nbsd_aout_regset_from_core_section): Update call to
5132 regset_alloc.
5133 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5134 REGSET->arch.
5135 (amd64_regset_from_core_section): Update call to regset_alloc.
5136 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5137 REGSET->arch.
5138 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5139 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5140 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5141 (sparc32nbsd_init_abi): Update call to regset_alloc.
5142 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5143 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5144 (sparc64obsd_init_abi): Update call to regset_alloc.
5145 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5146 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5147 (sparc64nbsd_init_abi): Update call to regset_alloc.
5148 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5149 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5150 (sparc64fbsd_init_abi): Update call to regset_alloc.
5151
5152 2004-05-22 Jim Blandy <jimb@redhat.com>
5153
5154 * ppc-tdep.h (spe_register_p): New declaration.
5155 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5156 ppc_spefscr_regnum.
5157 * rs6000-tdep.c (spe_register_p): New function.
5158 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5159 spefscr.
5160 (rs6000_gdbarch_init): Initialize the new members of the tdep
5161 structure.
5162
5163 2004-05-21 Jim Blandy <jimb@redhat.com>
5164
5165 * ppc-linux-nat.c (fetch_register): Move code back to be next
5166 to the comment that describes it. (Moved code, instead of
5167 comment, for symmetry with store_register.)
5168
5169 Allocate regset structures in the gdbarch's obstack, not using
5170 xmalloc.
5171 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5172 Add 'arch' argument. Allocate the regset on arch's obstack, not
5173 using xmalloc.
5174 * regset.h (regset_alloc): Update declaration.
5175 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5176 gdbarch argument.
5177 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5178 * i386-tdep.c (i386_regset_from_core_section): Same.
5179 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5180 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5181 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5182 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5183 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5184 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5185
5186 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5187
5188 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5189
5190 2004-05-21 Jim Blandy <jimb@redhat.com>
5191
5192 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5193 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5194
5195 2004-05-20 Jim Blandy <jimb@redhat.com>
5196
5197 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5198
5199 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5200
5201 * regset.h: Make prototype const-correct.
5202 * regset.c (regset_xmalloc): Make const-correct.
5203
5204 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5205
5206 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5207 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5208 (symbol_search_name): Declare.
5209
5210 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5211 (iter_name_next_hashed): Ditto.
5212 (iter_name_next_linear): Ditto.
5213 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5214
5215 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5216 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5217 (symbol_search_name): New function.
5218
5219 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5220
5221 * minsyms.c (build_minimal_symbol_hash_tables): Change
5222 test for adding to demangled hash table to check for difference
5223 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5224
5225 2004-05-19 Jim Blandy <jimb@redhat.com>
5226
5227 Use a constructor function to create regset structures.
5228 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5229 (struct regset): Use supply_regset_ftype. Add new
5230 'collect_regset' member.
5231 (regset_xmalloc): New declaration.
5232 * regset.c: New file.
5233 * am64-tdep.c (amd64_regset_from_core_section): Use
5234 regset_xmalloc to construct regset structures.
5235 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5236 * i386-tdep.c (i386_regset_from_core_section): Same.
5237 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5238 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5239 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5240 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5241 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5242 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5243 * Makefile.in (COMMON_OBS): Add regset.o.
5244 (regset.o): New rule.
5245
5246 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5247
5248 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5249 and pthread_cond_wait.c.
5250
5251 2004-05-18 Jim Blandy <jimb@redhat.com>
5252
5253 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5254 before the mach-specific switch, and then let the individual cases
5255 override the defaults, rather than leaving them uninitialized
5256 until the switch and then setting them in each case.
5257
5258 2004-05-18 Randolph Chung <tausq@debian.org>
5259
5260 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5261 millicode functions.
5262
5263 2004-05-18 Randolph Chung <tausq@debian.org>
5264
5265 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5266 references to dld_flags_buffer consistent.
5267
5268 2004-05-18 Randolph Chung <tausq@debian.org>
5269
5270 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5271 it for unwinding the stack.
5272
5273 2004-05-18 Randolph Chung <tausq@debian.org>
5274
5275 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5276 Undefine these so we can overide them using gdbarch.
5277
5278 2004-05-18 Randolph Chung <tausq@debian.org>
5279
5280 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5281 handling for 64-bit HPUX (elf).
5282
5283 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5284
5285 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5286 constants.
5287 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5288 * ia64-tdep.c (examine_prologue): Likewise.
5289 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5290 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5291
5292 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5293
5294 * vax-tdep.c (vax_return_value): Implement
5295 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5296
5297 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5298
5299 * vax-tdep.c (vax_return_value): Fix typo.
5300
5301 2004-05-17 Andrew Cagney <cagney@redhat.com>
5302
5303 * MAINTAINERS: Mark Salter was also responsible for
5304 testsuite/config/
5305
5306 * NEWS: Mention signal fixes.
5307
5308 2004-05-17 Randolph Chung <tausq@debian.org>
5309
5310 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5311 check to see if we are unwinding an export stub. Export stubs clobber
5312 the %rp in the call path and stores the original rp in a stack slot.
5313
5314 2004-05-17 Jim Blandy <jimb@redhat.com>
5315
5316 * MAINTAINERS: Update address for J.T. Conklin.
5317
5318 2004-05-17 Randolph Chung <tausq@debian.org>
5319
5320 * hppa-tdep.c: Remove superfluous #include's.
5321 * Makefile.in (hppa-tdep.o): Update dependencies.
5322
5323 2004-05-17 Randolph Chung <tausq@debian.org>
5324
5325 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5326 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5327 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5328 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5329 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5330 Remove static function declarations.
5331
5332 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5333
5334 * alphabsd-nat.c: Update copyright year.
5335 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5336
5337 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5338 and M68K_A2_REGNUM.
5339
5340 * m68k-tdep.c (m68k_svr4_return_value): Implement
5341 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5342
5343 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5344
5345 * sol-thread.c Update copyright year. Fix various coding
5346 standards violations. Tweak a few comments.
5347 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5348 Delete prototypes.
5349
5350 2004-05-15 Randolph Chung <tausq@debian.org>
5351
5352 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5353 as pointer instead of array reference since HPUX compiler does
5354 not accept unsized array arguments.
5355 * somsolib.c (dld_flags_buffer): Use constant array size.
5356
5357 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5358
5359 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5360 offset with decimal offset.
5361 (amd64obsd_sigcontext_addr): Return correct address for entire
5362 signal trampoline.
5363
5364 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5365 instead of get_frame_base.
5366
5367 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5368 (fill_gregset): Use regcache_raw_collect.
5369
5370 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5371 ppcobsd-tdep.c.
5372
5373 * config/sparc/tm-nbsd64.h: Remove file.
5374 * config/tm-sunos.h: Remove file.
5375
5376 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5377
5378 * rs6000-tdep.c (store_param_on_stack_p): New function,
5379 an improved version of some code extracted from skip_prologue().
5380 (skip_prologue): Use store_param_on_stack_p() to detect
5381 instructions saving a parameter on the stack. Detect when r0
5382 is used to save a parameter.
5383 Do not mark "li rx, SIMM" instructions as part of the prologue,
5384 unless the following instruction is also part of the prologue.
5385
5386 2004-05-14 Andrew Cagney <cagney@redhat.com>
5387
5388 * infrun.c (handle_inferior_event): Simplify
5389 STEP_OVER_UNDEBUGGABLE.
5390
5391 * infrun.c (handle_step_into_function): Delete function.
5392 (handle_inferior_event): Inline calls to
5393 handle_step_into_function.
5394
5395 2004-05-14 Jerome Guitton <guitton@gnat.com>
5396
5397 * rs6000-nat.c: Fix a comment.
5398
5399 2004-05-12 David Anderson <davea@sgi.com>
5400
5401 Committed by Jim Blandy <jimb@redhat.com>:
5402 * regcache.c (struct regcache_descr): fix comment spelling.
5403
5404 2004-05-13 J. Brobecker <brobecker@gnat.com>
5405
5406 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5407 Fixes a link link failure.
5408
5409 2004-05-13 J. Brobecker <brobecker@gnat.com>
5410
5411 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5412 error that was causing the build to fail.
5413
5414 2004-05-13 J. Brobecker <brobecker@gnat.com>
5415
5416 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5417 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5418
5419 2004-05-13 Andrew Cagney <cagney@redhat.com>
5420
5421 * infrun.c (handle_inferior_event): Check for
5422 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5423 calls. Update comments.
5424
5425 2004-05-13 Jim Blandy <jimb@redhat.com>
5426
5427 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5428 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5429 (store_regs_user_thread, store_regs_kernel_thread): Use
5430 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5431 * ppc-linux-nat.c (fill_gregset): Same.
5432 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5433 (ppc_linux_sigtramp_cache): Same.
5434 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5435 (ppcnbsd_sigtramp_cache_init): Same.
5436 * rs6000-nat.c (fetch_core_registers): Same.
5437 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5438 (rs6000_frame_cache): Same.
5439
5440 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5441 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5442 of assuming that the gprs are numbered starting with zero.
5443 * ppc-linux-nat.c (fill_gregset): Same.
5444 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5445 * ppcnbsd-nat.c (getregs_supplies): Same.
5446 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5447 * rs6000-nat.c (fetch_core_registers): Same.
5448 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5449
5450 2004-05-07 Michael Snyder <msnyder@redhat.com>
5451
5452 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5453 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5454
5455 2004-05-13 Andrew Cagney <cagney@redhat.com>
5456
5457 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5458
5459 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5460
5461 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5462 base_address for shared libraries.
5463
5464 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5465
5466 * MAINTAINERS (write after approval): Add myself.
5467
5468 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5469
5470 * breakpoint.c (bpstat_stop_status): Add new argument
5471 STOPPED_BY_WATCHPOINT. Use it instead of testing
5472 target_stopped_data_address agaist 0 to check whether
5473 or not we stopped due to a hardware watchpoint.
5474 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5475 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5476 with new argument.
5477
5478 2004-05-12 Jim Blandy <jimb@redhat.com>
5479
5480 * configure.in: When checking whether we should use the -bbigtoc
5481 option, don't forget to restore the original value of LDFLAGS.
5482 * configure: Regenerated.
5483
5484 2004-05-12 Andrew Cagney <cagney@redhat.com>
5485
5486 * thread.c (load_infrun_state): Delete step_sp.
5487 * infrun.c (context_switch): Ditto.
5488 * inferior.h (step_sp): Ditto.
5489 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5490 * gdbthread.h (struct thread_info, save_infrun_state)
5491 (restore_infrun_state): Ditto.
5492
5493 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5494
5495 * MAINTAINERS (write after approval): Add myself.
5496
5497 2004-05-12 Andrew Cagney <cagney@redhat.com>
5498
5499 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5500 eliminate reference to step_sp.
5501 (struct execution_control_state, init_execution_control_state)
5502 (handle_inferior_event, keep_going): Delete update_step_sp and
5503 step_sp.
5504 * infcmd.c (step_sp): Note that variable is unused.
5505
5506 2004-05-11 Andrew Cagney <cagney@redhat.com>
5507
5508 * infrun.c (step_over_function): Delete function.
5509 (handle_step_into_function): Use insert_step_resume_breakpoint.
5510 (insert_step_resume_breakpoint): Fix assertion.
5511
5512 2004-05-11 Nick Roberts <nickrob@gnu.org>
5513
5514 * utils.c (defaulted_query): Just use the normal query input type
5515 when printing the annotations.
5516
5517 2004-05-11 Andrew Cagney <cagney@redhat.com>
5518
5519 * infrun.c (handle_inferior_event): Simplify code handling
5520 step-into or return-from a signal trampoline.
5521
5522 2004-05-11 Andrew Cagney <cagney@redhat.com>
5523
5524 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5525 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5526
5527 2004-05-10 Jim Blandy <jimb@redhat.com>
5528
5529 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5530 with a call to internal_error.
5531
5532 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5533 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5534 processor variant lacks those registers.
5535 (ppc_floating_point_unit_p): Change description to make it clear
5536 that this returns info about the ISA, not the ABI.
5537 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5538 return true or false by checking tdep->ppc_fp0_regnum and
5539 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5540 arch/mach switching done in rs6000_gdbarch_init; it's better to
5541 keep that logic there, and just check the results here.
5542 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5543 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5544 floating-point registers.
5545 (ppc_supply_fpregset, ppc_collect_fpregset)
5546 (rs6000_push_dummy_call, rs6000_extract_return_value)
5547 (rs6000_store_return_value): Assert that we have floating-point
5548 registers.
5549 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5550 (rs6000_frame_cache): Don't note the locations at which
5551 floating-point registers were saved if we have no fprs.
5552 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5553 registers.
5554 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5555 (store_regs_user_thread, store_regs_kernel_thread): Only call
5556 supply_fprs / fill_fprs if we actually have floating-point
5557 registers.
5558 (special_register_p): Check ppc_fpscr_regnum before matching
5559 against it.
5560 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5561 supply / collect fpscr if we don't have it.
5562 * ppc-bdm.c: #include "gdb_assert.h".
5563 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5564 have floating-point registers, since I can't test this code on
5565 FP-free systems to adapt it.
5566 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5567 fpscr and floating point register numbers if they don't exist.
5568 (fetch_register): Assert that we have floating-point registers
5569 before we reach the code that handles them.
5570 (store_register): Same. And use tdep instead of calling
5571 gdbarch_tdep again.
5572 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5573 don't have them.
5574 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5575 fprs and fpscr if we don't have them.
5576 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5577 don't have them.
5578 * ppcnbsd-nat.c: #include "gdb_assert.h".
5579 (getfpregs_supplies): Assert that we have floating-point registers.
5580 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5581 * ppcobsd-tdep.c: #include "gdb_assert.h".
5582 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5583 have floating-point registers.
5584 * rs6000-nat.c (regmap): Don't match against the fpscr and
5585 floating point register numbers if they don't exist.
5586 (fetch_inferior_registers, store_inferior_registers,
5587 fetch_core_registers): Only fetch / store / supply the
5588 floating-point registers and the fpscr if we have them.
5589 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5590 (ppcobsd-tdep.o): Update dependencies.
5591
5592 2004-05-10 Andrew Cagney <cagney@redhat.com>
5593
5594 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5595 (context_switch): Do not switch through_sigtramp_breakpoint.
5596 * gdbthread.h (save_infrun_state, load_infrun_state)
5597 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5598 and structure member.
5599 * thread.c (load_infrun_state, save_infrun_state): Update.
5600
5601 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5602
5603 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5604
5605 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5606
5607 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5608 throughout.
5609 * aclocal.m4: Regenerate.
5610
5611 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5612
5613 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5614
5615 2004-05-10 Andrew Cagney <cagney@redhat.com>
5616
5617 * infrun.c (check_sigtramp2): Delete function.
5618 (handle_inferior_event): When single stepping, and taking a
5619 signal, set a breakpoint at the signal return address. Delete
5620 redundant calls to check_sigtramp2.
5621 (insert_step_resume_breakpoint): New function.
5622 (through_sigtramp_breakpoint, handle_inferior_event)
5623 (follow_exec, wait_for_inferior, fetch_inferior_event)
5624 (currently_stepping, keep_going): Delete most uses of
5625 through_sigtramp_breakpoint, not that it should be deleted.
5626 (delete_breakpoint_current_contents): Delete function.
5627
5628 2004-05-10 Randolph Chung <tausq@debian.org>
5629
5630 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5631 target.
5632 * config/pa/tm-linux.h: New file.
5633
5634 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5635
5636 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5637 of prefixes. Don't print the prefix twice in the CLI.
5638
5639 2004-05-10 Jim Blandy <jimb@redhat.com>
5640
5641 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5642 collect all the gprs.
5643
5644 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5645 loop collecting gprs.
5646
5647 2004-05-09 Andrew Cagney <cagney@redhat.com>
5648
5649 * remote-vx.c (net_step): Delete step-range code.
5650 * remote.c (remote_resume, init_all_packet_configs)
5651 (set_remote_protocol_E_packet_cmd)
5652 (show_remote_protocol_E_packet_cmd)
5653 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5654 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5655 (show_remote_protocol_e_packet_cmd): Ditto.
5656
5657 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5658
5659 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5660
5661 * hppa-tdep.h: Update copyright year.
5662 (struct trad_frame_saved_reg): Add opaque declaration.
5663
5664 * amd64-tdep.c (amd64_return_value): Implement
5665 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5666
5667 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5668 (m68k_value_to_register): New functions.
5669 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5670 value_to_register.
5671
5672 * defs.h (enum return_value_convention): Add
5673 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5674 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5675 * infcmd.c (legacy_return_value): New function.
5676 (print_return_value): Rwerite to implement
5677 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5678 * values.c (using_struct_return): Check for inequality to
5679 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5680 RETURN_VALUE_STRUCT_CONVENTION.
5681 * i386-tdep.c (i386_return_value): Implement
5682 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5683
5684 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5685 include "symtab.h", "opcode/vax.h" and "inferior.h".
5686 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5687 to read_memory_unsigned_integer.
5688 (vax_gdbarch_init): Reorder.
5689 (_initialize_vax_tdep): Spell out prototype.
5690 * Makefile.in (vax-tdep.o): Update dependencies.
5691
5692 2004-05-08 Andrew Cagney <cagney@redhat.com>
5693
5694 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5695 * target.c (target_detach, target_disconnect): Ditto.
5696
5697 * infcall.c (call_function_by_hand): When no
5698 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5699 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5700 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5701 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5702 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5703
5704 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5705 * gdbarch.h, gdbarch.c: Re-generate.
5706 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5707 deprecated_fix_call_dummy.
5708 * v850-tdep.c (v850_gdbarch_init): Ditto.
5709 * infcall.c (call_function_by_hand): Do not call
5710 DEPRECATED_FIX_CALL_DUMMY.
5711
5712 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5713 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5714 * gdbarch.h, gdbarch.c: Re-generate.
5715 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5716 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5717 deprecated_sizeof_call_dummy_words.
5718 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5719 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5720 * v850-tdep.c (v850_gdbarch_init): Ditto.
5721 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5722 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5723 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5724 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5725 * arch-utils.h (legacy_call_dummy_words)
5726 (legacy_sizeof_call_dummy_words): Delete declarations.
5727 * arch-utils.c (legacy_call_dummy_words)
5728 (legacy_sizeof_call_dummy_words): Delete variables.
5729
5730 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5731 * gdbarch.h, gdbarch.c: Re-generate.
5732 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5733 * infcall.c (call_function_by_hand): Eliminate call to
5734 DEPRECATED_PUSH_DUMMY_FRAME.
5735 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5736 push_dummy_frame.
5737 (ns32k_push_dummy_frame): Delete function.
5738
5739 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5740 deprecated_call_dummy_breakpoint_offset or
5741 deprecated_call_dummy_start_offset.
5742 * dummy-frame.c, arm-tdep.c: Update comments.
5743 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5744 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5745 * gdbarch.h, gdbarch.c: Re-generate.
5746
5747 * infcall.c (legacy_push_dummy_code): Delete function.
5748 (push_dummy_code): Delete call.
5749
5750 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5751 * gdbarch.h, gdbarch.c: Re-generate.
5752 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5753 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5754 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5755 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5756
5757 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5758 (struct frame_info): Delete opaque declaration.
5759 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5760 * frame.c (get_frame_type): Delete call.
5761
5762 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5763 pc_in_call_dummy.
5764 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5765 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5766
5767 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5768
5769 * alphanbsd-tdep.c: Include "gdb_string.h".
5770 * armnbsd-tdep.c: Update copyright year.
5771 Include "gdb_string.h".
5772 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5773 dependencies.
5774
5775 * delta68-nat.c: Remove file.
5776 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5777 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5778 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5779 (delta68-nat.o): Remove dependency.
5780
5781 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5782 function.
5783 (m68k_gdbarch_init): Don't set
5784 deprecated_frameless_function_invocation.
5785
5786 2004-05-07 Randolph Chung <tausq@debian.org>
5787
5788 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5789 read_memory_nobpt for code reading when doing frame unwinding.
5790 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5791
5792 2004-05-07 Randolph Chung <tausq@debian.org>
5793
5794 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5795 instead of sp, handle sigaltstack case.
5796 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5797 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5798 signal handler and not that of the caller.
5799 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5800 hppa_linux_sigtramp_find_sigcontext.
5801
5802 2004-05-07 Randolph Chung <tausq@debian.org>
5803
5804 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5805 hppa-linux-nat.c.
5806 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5807 * hppa-linux-nat.c (fetch_register, store_register): Define.
5808 (fetch_inferior_registers, store_inferior_registers): Define.
5809 (supply_gregset): Add comment and clean up some unneeded code.
5810 (fill_gregset): Add comment and fix so that it saves registers in
5811 the right place in the gregset.
5812 (fill_fpregset): Fix buffer overrun problem.
5813 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5814
5815 2004-05-07 Randolph Chung <tausq@debian.org>
5816
5817 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5818 do common handling of the pcoqt register.
5819 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5820 to use helper function.
5821 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5822 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5823 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5824 generic fallback unwinder when all else fails.
5825 (hppa_gdbarch_init): Add fallback sniffer.
5826 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5827 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5828 to use helper function.
5829
5830 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5831
5832 * config/djgpp/fnchange.lst: Add translation rules for
5833 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5834
5835 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5836
5837 * frame.c (get_prev_frame_1): Work around GCC bug.
5838 * frame.h: Add comment about GCC bug.
5839
5840 2004-05-07 Andrew Cagney <cagney@redhat.com>
5841
5842 * observer.c: Include "commands.h" and "gdbcmd.h".
5843 (observer_debug, _initialize_observer): Add the
5844 command "set/show debug observer".
5845 * observer.sh: When observer debugging, log notify calls.
5846 * Makefile.in (observer.o): Update dependencies.
5847
5848 2004-05-07 Jason Molenda (jmolenda@apple.com)
5849
5850 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5851
5852 2004-05-07 Jim Blandy <jimb@redhat.com>
5853
5854 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5855 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5856 to recognize gpr regnums, instead of assuming that
5857 tdep->ppc_fp0_regnum marks the end of the general-purpose
5858 registers.
5859
5860 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5861 the given architecture has floating-point registers.
5862
5863 2004-05-07 Andrew Cagney <cagney@redhat.com>
5864
5865 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5866 macro defined to 1.
5867 * gdbarch.h, gdbarch.c: Re-generate.
5868 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5869 deprecated_use_generic_dummy_frames.
5870
5871 2004-05-07 Brian Ford <ford@vss.fsi.com>
5872
5873 * NEWS: Mention Cygwin DWARF 2 support.
5874
5875 2004-05-07 Andrew Cagney <cagney@redhat.com>
5876
5877 * objfiles.h (struct entry_info): Delete unused fields
5878 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5879 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5880 * mipsread.c (mipscoff_symfile_read): Update.
5881 * mdebugread.c (parse_partial_symbols): Update.
5882 * dwarfread.c (read_file_scope): Update.
5883 * dwarf2read.c (read_file_scope): Update.
5884 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5885 * coffread.c (complete_symtab): Update.
5886
5887 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5888
5889 * infcall.c (_initialize_infcall): Fix typo.
5890
5891 2004-05-07 Andrew Cagney <cagney@redhat.com>
5892
5893 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5894 * command.h (add_setshow_zinteger_cmd): Declare.
5895
5896 2004-05-06 Randolph Chung <tausq@debian.org>
5897
5898 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5899 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5900 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5901 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5902 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5903 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5904 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5905 definitions ...
5906 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5907 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5908 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5909 (hppa64_hpux_frame_find_saved_regs_in_sig)
5910 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5911 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5912 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5913 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5914 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5915 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5916 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5917 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5918 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5919 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5920 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5921 (hppa32_register_type, hppa_cannot_store_register)
5922 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5923 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5924 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5925 * pa64solib.c (pa64_solib_have_load_event)
5926 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5927 (pa64_solib_unloaded_library_pathname): Likewise.
5928 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5929 (som_solib_library_pathname): Likewise.
5930
5931 2004-05-05 Jim Ingham <jingham@apple.com>
5932
5933 * breakpoint.c (create_breakpoints): Copy the ignore count and
5934 thread id over from the pended breakpoint to the actual
5935 breakpoint.
5936
5937 2004-05-05 Andrew Cagney <cagney@redhat.com>
5938
5939 * gdbarch.sh (PARM_BOUNDARY): Delete.
5940 gdbarch.h, gdbarch.c: Re-generate.
5941 * valops.c (PARM_BOUNDARY): Delete macro.
5942 (value_push): Delete PARM_BOUNDARY code.
5943 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5944
5945 2004-05-04 Jim Blandy <jimb@redhat.com>
5946
5947 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5948 Don't assume that the gprs, fprs, and UISA sprs are
5949 contiguous, start at register number zero, and end with fpscr.
5950 Instead, use the numbers from the tdep structure.
5951
5952 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5953 should no longer be used in code specific to the RS6000 and its
5954 derivatives.
5955 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5956 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5957 tdep->ppc_fp0_regnum.
5958 (ppc_supply_fpregset, ppc_collect_fpregset)
5959 (rs6000_push_dummy_call, rs6000_extract_return_value)
5960 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5961 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5962 FP0_REGNUM.
5963 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5964 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5965 Same.
5966 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5967 bdm_ppc_store_registers): Same.
5968 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5969 (store_register, fill_fpregset): Same.
5970 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5971 (ppc_linux_supply_fpregset): Same.
5972 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5973 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5974 Same.
5975 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5976 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5977 ppc64_sysv_abi_return_value): Same.
5978 * rs6000-nat.c (regmap, fetch_inferior_registers)
5979 (store_inferior_registers, fetch_core_registers): Same.
5980
5981 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5982
5983 * m68knbsd-nat.c: Remove file.
5984 * m68knbsd-tdep.c: Remove file.
5985 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5986 dependencies.
5987 * configure.host: Add m68k-*-netbsdelf*.
5988 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5989 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5990 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5991 (XM_FILE): Remove.
5992 * config/m68k/nbsdelf.mh: New file.
5993 * config/m68k/nbsd.mt: New file.
5994 * config/m68k/nbsdaout.mt: Remove file.
5995 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5996 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5997 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5998 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5999 (use_struct_convention): Remove prototype.
6000 (USE_STRUCT_CONVENTION): Remove define.
6001 * config/m68k/xm-nbsd.h: Remove file.
6002
6003 2004-05-04 Michael Snyder <msnyder@redhat.com>
6004
6005 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6006 reg_struct_return method (as gcc usually does for cross targets).
6007
6008 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6009
6010 Committed by Andrew Cagney.
6011 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6012 alignment padding when accessing ucontext struct members.
6013
6014 2004-05-04 Jim Blandy <jimb@redhat.com>
6015
6016 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6017 'ppc_gplast_regnum' member.
6018 (ppc_num_gprs): New enum constant.
6019 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6020 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6021 * rs6000-nat.c (regmap, fetch_inferior_registers,
6022 store_inferior_registers): Same.
6023 * rs6000-tdep.c (e500_pseudo_register_read)
6024 (e500_pseudo_register_write): Same.
6025 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6026
6027 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6028 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6029 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6030 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6031 FPLAST_REGNUM.
6032 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6033 Same.
6034 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6035 * rs6000-nat.c (regmap, fetch_inferior_registers)
6036 (store_inferior_registers): Same.
6037
6038 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6039 with FPLAST_REGNUM.
6040
6041 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6042
6043 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6044 failure detected by recent versions of GCC.
6045 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6046 to be consistent with the usage in dwarf2_create_include_psymtab.
6047
6048 2004-05-03 Michael Snyder <msnyder@redhat.com>
6049
6050 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6051 (heuristic_proc_start): Whitespace cleanup.
6052
6053 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6054
6055 * sun3-nat.c: Remove file.
6056 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6057 dependencies.
6058 (ALLDEPFILES): Remove sun3-nat.c.
6059 (sun3-nat.o): Remove dependencies.
6060
6061 * i386-interix-nat.c, i386-interix-tdep.c,
6062 config/i386/nm-interix.h, config/i386/interix.mh,
6063 config/i386/interix.mt: Remove files.
6064 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6065 dependencies.
6066
6067 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6068
6069 * m68k-tdep.h (struct gdbarch_tdep): Add member
6070 struct_value_regnum.
6071 (m68k_svr4_init_abi): New prototype.
6072 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6073 different calling conventions.
6074 (m68k_extract_return_value): Remove code dealing with single-field
6075 structs.
6076 (m68k_store_return_value): Remove code dealing with single-field
6077 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6078 (m68k_extract_struct_value_address): Remove function.
6079 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6080 (m68k_reg_struct_return_p, m68k_return_value)
6081 (m68k_svr4_return_value): New functions.
6082 (m68k_use_struct_convention): Remove function.
6083 (m68k_push_dummy_call): Use new struct_value_regnum member of
6084 `struct gdbarch_tdep' instead of hardcoded register number to
6085 store STRUCT_ADDR.
6086 (m68k_svr4_init_abi): New function.
6087 (m68k_gdbarch_init): Don't set extract_return_value,
6088 store_return_values, deprecated_extract_struct_value_address and
6089 use_struct_convention. Set return_value instead. Initialize new
6090 struct_value_regnum member of `struct gdbarch_tdep'.
6091 * m68klinux-tdep.c: Update copyright year.
6092 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6093 (m68k_linux_extract_struct_value_address): Remove function.
6094 (m68k_linux_init_abi): Don't set extract_return_value,
6095 store_return_values, deprecated_extract_struct_value_address and
6096 use_struct_convention. Call m68k_svr4_init_abi but override the
6097 new struct_value_regnum member of `struct gdbarch_tdep'.
6098 * Makefile.in (m68k-tdep.o): Update dependencies.
6099
6100 2004-05-03 J. Brobecker <brobecker@gnat.com>
6101
6102 * dwarf2read.c (line_header): Add new included_p field in
6103 field file_names.
6104 (partial_die_info): New field has_stmt_list. New field line_offset.
6105 (dwarf2_create_include_psymtab): New function.
6106 (dwarf2_build_include_psymtabs): New function.
6107 (add_file_name): Add forward declaration. Initialize new field.
6108 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6109 to be able to determine the list of files included by the
6110 given unit, and build their associated psymtabs.
6111 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6112 files as well.
6113 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6114 (read_file_scope): Update call to dwarf_decode_lines.
6115 (read_partial_die): Handle DW_AT_stmt_list attributes.
6116
6117 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6118
6119 Unfix PR gdb/1626.
6120 * configure.in: Revert special case for osf5.*.
6121 * configure: Regenerate.
6122
6123 2004-05-02 Jim Blandy <jimb@redhat.com>
6124
6125 Move the symbol-file-from-memory functions into their own file.
6126 * symfile-mem.c, symfile-mem.h: New files.
6127 * symfile.c (symbol_file_add_from_bfd): New function.
6128 (symbol_file_add): Call symbol_file_add_from_bfd.
6129 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6130 Moved to symfile-mem.c.
6131 (_initialize_symfile): Move definition of
6132 add-symbol-file-from-memory command to symfile-mem.c.
6133 * symfile.h (symbol_file_add_from_bfd): New declaration.
6134 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6135 * config/powerpc/linux.mt (TDEPFILES): Same.
6136 * Makefile.in (SFILES): Add symfile-mem.c.
6137 (symfile_mem_h): New variable.
6138 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6139 (symfile-mem.o): New rule.
6140
6141 2004-05-01 Andrew Cagney <cagney@redhat.com>
6142
6143 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6144 frame_find_by_id instead of frame_relative_level.
6145 (do_enable_breakpoint): Ditto.
6146 * thread.c: Update copyright.
6147 (info_threads_command): Ditto, simplify.
6148
6149 * frame.c (deprecated_generic_get_saved_register): Delete
6150 function, moved to "xstormy16-tdep.c".
6151 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6152 deprecated_generic_get_saved_register from "frame.c".
6153 (xstormy16_frame_saved_register): Call
6154 xstormy16_get_saved_register.
6155 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6156 static.
6157 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6158 * frame.h (deprecated_generic_get_saved_register): Delete.
6159
6160 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6161
6162 * dwarfread.c: Update documentation on the state of dwarf-1.
6163
6164 2004-05-01 Andrew Cagney <cagney@redhat.com>
6165
6166 * stack.c (select_frame_command): Delete call to
6167 frame_relative_level.
6168 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6169 Delete #if0 code.
6170 (frame_info): Do not print FRAMELESS.
6171 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6172 (catch_info): Delete #if0 code.
6173
6174 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6175 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6176 of frame_relative_level.
6177 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6178 to SENTINEL_FRAME.
6179 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6180 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6181 frame_relative_level.
6182
6183 * frame.h (deprecated_set_frame_type): Delete declaration.
6184 * frame.c (deprecated_set_frame_type): Delete function, update
6185 comments.
6186
6187 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6188 * gdbarch.h, gdbarch.c: Re-generate.
6189 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6190 (shnbsd_pc_in_sigtramp): Delete.
6191 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6192 pc_in_sigtramp.
6193 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6194 pc_in_sigtramp.
6195 * frame.h: Update comments.
6196 * ppc-linux-tdep.c: Update comments.
6197 * breakpoint.c (bpstat_what): Update comments.
6198
6199 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6200 m68klinux-tdep.o's dependencies, were previously added to
6201 m68klinux-nat.o.
6202
6203 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6204 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6205 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6206 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6207 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6208
6209 * Makefile.in (m68klinux-nat.o): Update dependencies.
6210 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6211 (m68k_linux_sigtramp_frame_cache)
6212 (m68k_linux_sigtramp_frame_this_id)
6213 (m68k_linux_sigtramp_frame_prev_register)
6214 (m68k_linux_sigtramp_frame_unwind)
6215 (m68k_linux_sigtramp_frame_sniffer)
6216 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6217 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6218 names, use trad-frame.h.
6219 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6220 (struct m68k_sigtramp_info): Delete.
6221 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6222 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6223 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6224 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6225 "m68klinux-tdep.c".
6226
6227 * infrun.c (check_sigtramp2): Delete check for
6228 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6229
6230 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6231
6232 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6233
6234 2004-05-01 Andrew Cagney <cagney@redhat.com>
6235
6236 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6237 (frv_linux_sigtramp_frame_cache)
6238 (frv_linux_sigtramp_frame_this_id)
6239 (frv_linux_sigtramp_frame_prev_register)
6240 (frv_linux_sigtramp_frame_unwind)
6241 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6242 include "linux" in function and variable names, directly call
6243 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6244 the latest trad-frame code.
6245 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6246 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6247 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6248 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6249 * frv-tdep.c (frv_sigtramp_frame_cache)
6250 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6251 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6252 frv-linux-tdep.c.
6253 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6254 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6255 (frv_set_sigcontext_reg_addr): Delete function.
6256
6257 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6258 (DEPRECATED_SIGTRAMP_END): Delete.
6259 * gdbarch.h, gdbarch.c: Re-generate.
6260 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6261 * config/vax/tm-vaxbsd.h: Update copyright.
6262 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6263 (DEPRECATED_IN_SIGTRAMP): Define.
6264 * config/m68k/tm-nbsd.h: Update copyright.
6265 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6266 (DEPRECATED_IN_SIGTRAMP): Define.
6267
6268 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6269
6270 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6271 encondings. Fixes PR gdb/1628.
6272
6273 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6274 DW_CFA_restore state without a matching DW_CFA_remember_state
6275 instead of aborting. Fixes PR backtrace/1589.
6276
6277 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6278
6279 * MAINTAINERS: Add self as AIX maintainer.
6280 Update my e-mail address in write-after-approval section.
6281
6282 2004-04-30 Andrew Cagney <cagney@redhat.com>
6283
6284 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6285 (legacy_get_prev_frame): Ditto.
6286
6287 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6288 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6289 * mipsread.c (sigtramp_address): Delete extern variable.
6290 (mipscoff_new_init): Delete reference.
6291 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6292 (fixup_sigtramp): Delete function.
6293 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6294 (fixup_sigtramp): Delete declarations.
6295
6296 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6297 deprecated_pc_in_sigtramp.
6298 (ppcnbsd_pc_in_sigtramp): Delete function.
6299
6300 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6301
6302 * config/m68k/nm-nbsd.h: Tweak comments.
6303 * config/m68k/nm-nbsdaout.h: Likewise.
6304
6305 2004-04-30 Andrew Cagney <cagney@redhat.com>
6306
6307 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6308 legacy_pc_in_sigtramp.
6309 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6310
6311 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6312
6313 Add OpenBSD/m68k support.
6314 * NEWS (New native configurations): Mention OpenBSD/m68k.
6315 * m68kbsd-tdep.c: New file.
6316 * m68kbsd-nat.c: New file.
6317 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6318 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6319 * configure.host: Add m68k-*-openbsd.
6320 * configure.tgt: Add m68k-*-openbsd.
6321 * config/m68k/tm-obsd.h: New file.
6322 * config/m68k/obsd.mt: New file.
6323 * config/m68k/obsd.mh: New file.
6324 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6325 m68kbsd-tdep.c.
6326
6327 2004-04-30 Andrew Cagney <cagney@redhat.com>
6328
6329 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6330 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6331
6332 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6333
6334 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6335 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6336
6337 2004-04-30 Brian Ford <ford@vss.fsi.com>
6338
6339 Revert 2004-04-16 change.
6340 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6341 (i386_coff_init_abi): Remove.
6342 * i386-tdep.h (i386_coff_init_abi): Remove.
6343 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6344
6345 2004-04-30 Andrew Cagney <cagney@redhat.com>
6346
6347 * blockframe.c (find_pc_partial_function): Delete use of
6348 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6349 DEPRECATED_SIGTRAMP_END.
6350
6351 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6352 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6353 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6354 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6355 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6356
6357 * defs.h (deprecated_inside_entry_file): Delete declaration.
6358 * blockframe.c (deprecated_inside_entry_file): Delete function.
6359 (legacy_frame_chain_valid): Delete call.
6360 * sh64-tdep.c (sh64_frame_chain): Delete call.
6361 * objfiles.h: Update comments.
6362 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6363 call.
6364 * frame.c (get_prev_frame): Delete call, update comments.
6365
6366 2004-04-30 Brian Ford <ford@vss.fsi.com>
6367
6368 * MAINTAINERS (Write After Approval): Add myself.
6369
6370 2004-04-30 Andrew Cagney <cagney@redhat.com>
6371
6372 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6373 * gdbarch.h, gdbarch.c: Re-generate.
6374 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6375 code.
6376
6377 2004-04-30 Andrew Cagney <cagney@redhat.com>
6378
6379 * gdb-events.sh (selected_thread_changed)
6380 (selected_frame_level_changed, target_changed): Delete.
6381 * gdb-events.h, gdb-events.c: Re-generate.
6382 * valops.c (value_assign): Update.
6383 * stack.c (select_frame_command, up_silently_base)
6384 (down_silently_base): Update.
6385
6386 2004-04-29 Andrew Cagney <cagney@redhat.com>
6387
6388 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6389 registers correctly.
6390 (print_gp_register_row, mips32_heuristic_proc_desc)
6391 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6392 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6393 references to mips_isa_regsize.
6394
6395 2004-04-29 Andrew Cagney <cagney@redhat.com>
6396
6397 * mips-tdep.c (struct gdbarch_tdep): Delete
6398 mips_fp_register_double.
6399 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6400 mips_abi_regsize.
6401 (mips_gdbarch_init): Do not set mips_fp_register_double.
6402 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6403
6404 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6405
6406 Committed by Andrew Cagney.
6407 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6408 function calls.
6409
6410 2004-04-29 Andrew Cagney <cagney@redhat.com>
6411
6412 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6413 gdbarch, use mips_abi, update callers.
6414 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6415 mips_abi_regsize, update callers.
6416 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6417 mips_default_abi_regsize.
6418 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6419 mips_default_abi_regsize.
6420
6421 2004-04-29 Andrew Cagney <cagney@redhat.com>
6422
6423 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6424 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6425 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6426 mips_default_abi_regsize.
6427 (mips_isa_regsize): Rename mips_regisze.
6428 * mipsnbsd-tdep.c: Update.
6429 * mips-linux-tdep.c: Update.
6430 * irix5-nat.c: Update.
6431 * mips-tdep.h (mips_isa_regsize): Update.
6432
6433 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6434 Delete all disabled code.
6435 * gdb-events.h, gdb-events.c: Re-generate.
6436
6437 2004-04-19 Jerome Guitton <guitton@gnat.com>
6438 Mark Kettenis <kettenis@gnu.org>
6439
6440 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6441 the function begins with a branch instruction.
6442
6443 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6444
6445 * i386-tdep.c: Fix spelling mistakes.
6446
6447 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6448 Andrew Cagney <cagney@redhat.com>
6449
6450 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6451 <sys/proc.h>.
6452 * acconfig.h: Provide default _KMEMUSER value.
6453 * config.in, configure: Re-generate.
6454 * NEWS: Mention fix.
6455
6456 2004-04-24 Randolph Chung <tausq@debian.org>
6457
6458 * configure.host (hppa*-*-linux*): New target.
6459 * configure.tgt (hppa*-*-linux*): Likewise.
6460 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6461 gdbarch_init_osabi() call earlier so that osabi-specific frame
6462 unwinders can be registered first.
6463 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6464 hppa-linux-nat.c.
6465 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6466 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6467 * config/pa/linux.mh: New file.
6468 * config/pa/linux.mt: New file.
6469 * config/pa/nm-linux.h: New file.
6470 * config/pa/xm-linux.h: New file.
6471 * hppa-linux-nat.c: New file.
6472 * hppa-linux-tdep.c: New file.
6473
6474 2004-04-28 Randolph Chung <tausq@debian.org>
6475
6476 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6477 return values.
6478 (hppa32_push_dummy_call): Fix small struct and floating point argument
6479 passing, and make sure the stack frame is properly aligned.
6480
6481 2004-04-28 Andrew Cagney <cagney@redhat.com>
6482
6483 * stack.c (print_stack_frame): Fix description.
6484
6485 * NEWS: Mention gdb/gdbserver/configure execute permission
6486 changed. PR server/519.
6487
6488 2004-04-28 Andrew Cagney <cagney@redhat.com>
6489
6490 * stack.c (print_stack_frame_stub): Delete declaration.
6491 (struct print_stack_frame_args, print_stack_frame)
6492 (print_frame_info, print_frame): Replace "source" with print what.
6493 Replace "print" with "print_level". Replace "args" with
6494 "print_args".
6495 * frame.h (show_and_print_stack_frame, print_stack_frame)
6496 (print_frame_info): Update declarations.
6497 * stack.c (select_and_print_frame, frame_command)
6498 (current_frame_command, up_command, down_command): Update calls -
6499 use get_selected_frame, pass "enum print_what" for source, do not
6500 call frame_relative_level.
6501 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6502 * remote-rdp.c (remote_rdp_open): Ditto.
6503 * remote-mips.c (common_open): Ditto.
6504 * remote-e7000.c (e7000_start_remote): Ditto.
6505 * ocd.c (ocd_start_remote): Ditto.
6506 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6507 * infrun.c (normal_stop): Ditto.
6508 * inflow.c (kill_command): Ditto.
6509 * infcmd.c (finish_command): Ditto.
6510 * corelow.c (core_open): Ditto.
6511 * tracepoint.c (finish_tfind_command): Ditto.
6512 * thread.c (info_threads_command, info_threads_command)
6513 (restore_current_thread, do_captured_thread_select): Ditto.
6514 * ada-tasks.c (task_command): Ditto.
6515
6516 2004-04-26 Orjan Friberg <orjanf@axis.com>
6517
6518 * frame.c: Include "observer.h".
6519 (frame_observer_target_changed): New function.
6520 (_initialize_frame): Attach target_changed observer.
6521 * regcache.c: Include "observer.h".
6522 (regcache_observer_target_changed): New function.
6523 (_initialize_regcache): Attach target_changed observer.
6524 * valops.c: Include "observer.h".
6525 (value_assign): Notify target_changed event when modifying register.
6526 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6527
6528 2004-04-26 Orjan Friberg <orjanf@axis.com>
6529
6530 From Paul Koning <pkoning@equallogic.com>:
6531 * breakpoint.c (free_valchain): New function.
6532 (insert_bp_location, delete_breakpoint): Use free_valchain.
6533 (remove_breakpoint): Do not remove the valchain.
6534 (bpstat_stop_status): If not stopped by watchpoint, skip
6535 watchpoints when generating stop status list.
6536 * infrun.c (handle_inferior_event): Make
6537 stepped_after_stopped_by_watchpoint a global variable.
6538 * remote.c (remote_stopped_data_address): Return watch data
6539 address rather than zero if stepped_after_stopped_by_watchpoint is
6540 set.
6541
6542 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6543
6544 Fix PR gdb/1626.
6545 * configure.in: Check for curses after termcap.
6546 On osf5.*, do not check for ncurses.
6547 * configure: Regenerate.
6548
6549 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6550
6551 * ppcobsd-nat.c: Include "ppc-tdep.h".
6552 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6553
6554 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6555 Fixes PR tdep/1623 and PR tdep/1624.
6556
6557 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6558
6559 * xmodem.h, xmodem.c: Remove files.
6560 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6561
6562 2004-04-23 Randolph Chung <tausq@debian.org>
6563
6564 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6565 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6566 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6567 for handling stackless frames.
6568 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6569
6570 2004-04-23 Randolph Chung <tausq@debian.org>
6571
6572 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6573 starts at a pc before the frame is created.
6574
6575 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6576
6577 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6578
6579 2004-04-23 Jerome Guitton <guitton@gnat.com>
6580
6581 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6582 use convert_typed_floating to get the appropriate format.
6583
6584 2004-04-22 Randolph Chung <tausq@debian.org>
6585
6586 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6587 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6588 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6589 (hppa_sign_extend): Add prototype.
6590 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6591 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6592 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6593 hppa targets will also use these functions.
6594 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6595 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6596 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6597 (hppa_gdbarch_init): Remove gdbarch setting of
6598 skip_trampoline_code, in_solib_call_trampoline and
6599 in_solib_return_trampoline.
6600 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6601 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6602 hppa_in_solib_call_trampoline.
6603 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6604 Moved from hppa-tdep.c.
6605 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6606 in_solib_call_trampoline and in_solib_return_trampoline.
6607
6608 2004-04-22 Randolph Chung <tausq@debian.org>
6609
6610 * hppa-tdep.c (hppa_debug): New variable.
6611 (find_unwind_entry, hppa_frame_cache): Add debug output.
6612 (_initialize_hppa_tdep): Add command to set debug flag.
6613
6614 2004-04-22 Andrew Cagney <cagney@redhat.com>
6615
6616 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6617 "trad-frame.h".
6618 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6619 signal trampoline unwinder.
6620 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6621
6622 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6623
6624 Add OpenBSD/powerpc support.
6625 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6626 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6627 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6628 (ppc_collect_fpregset): New prototypes.
6629 * ppcobsd-nat.c: New file.
6630 * ppcobsd-tdep.c: New file.
6631 * ppcobsd-tdep.h: New file.
6632 * rs6000-tdep.c: Include "regset.h".
6633 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6634 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6635 New functions.
6636 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6637 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6638 (rs6000-tdep.o): Update dependencies.
6639 * configure.host: Add powerpc-*-openbsd.
6640 * configure.tgt: Add powerpc-*-openbsd.
6641 * config/powerpc/obsd.mh: New file.
6642 * config/powerpc/nm-obsd.h: New file.
6643 * config/powerpc/obsd.mt: New file.
6644
6645 2004-04-22 Andrew Cagney <cagney@redhat.com>
6646
6647 * frame.h (show_frame_info): Delete declaration.
6648
6649 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6650 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6651 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6652 * frv-tdep.c (frv_frame_this_id): Ditto.
6653 * avr-tdep.c (avr_frame_this_id): Ditto.
6654
6655 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6656
6657 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6658
6659 2004-04-22 Jim Blandy <jimb@redhat.com>
6660
6661 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6662 register number zero.
6663
6664 2004-04-21 Michael Snyder <msnyder@redhat.com>
6665
6666 * mips-tdep.c (heuristic_proc_start):
6667 Warning() already prefixes "Warning: ".
6668
6669 2004-04-21 Andrew Cagney <cagney@redhat.com>
6670
6671 * annotate.h (deprecated_annotate_starting_hook)
6672 (deprecated_annotate_stopped_hook)
6673 (deprecated_annotate_exited_hook)
6674 (deprecated_annotate_signal_hook)
6675 (deprecated_annotate_signalled_hook): Deprecate.
6676 * tracepoint.h (deprecated_create_tracepoint_hook)
6677 (deprecated_delete_tracepoint_hook)
6678 (deprecated_modify_tracepoint_hook)
6679 (deprecated_trace_find_hook)
6680 (deprecated_trace_start_stop_hook): Deprecate.
6681 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6682 * remote.h (deprecated_target_resume_hook)
6683 (deprecated_target_wait_loop_hook): Deprecate.
6684 * gdbcore.h (deprecated_exec_file_display_hook)
6685 (deprecated_file_changed_hook): Deprecate.
6686 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6687 * defs.h (deprecated_modify_breakpoint_hook)
6688 (deprecated_command_loop_hook, deprecated_show_load_progress)
6689 (deprecated_print_frame_info_listing_hook)
6690 (deprecated_query_hook, deprecated_warning_hook)
6691 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6692 (deprecated_delete_breakpoint_hook)
6693 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6694 (deprecated_readline_begin_hook, deprecated_readline_hook)
6695 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6696 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6697 (deprecated_context_hook, deprecated_target_wait_hook)
6698 (deprecated_attach_hook, deprecated_detach_hook)
6699 (deprecated_call_command_hook, deprecated_set_hook)
6700 (deprecated_error_hook, deprecated_error_begin_hook)
6701 (deprecated_ui_load_progress_hook): Deprecate.
6702 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6703 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6704 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6705 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6706 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6707 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6708 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6709 * annotate.c, aix-thread.c: Update.
6710
6711 2004-04-21 Andrew Cagney <cagney@redhat.com>
6712
6713 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6714 * vaxnbsd-tdep.c: Include "gdb_string.h".
6715
6716 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6717 (add_symbol_file_from_memory_command): #if 0 function body, call
6718 error instead.
6719
6720 2004-04-21 Andrew Cagney <cagney@redhat.com>
6721
6722 * gdbcore.h: Update copyright.
6723 (deprecated_add_core_fns): Rename add_core_fns.
6724 * win32-nat.c (_initialize_core_win32): Update.
6725 * sun3-nat.c (_initialize_core_sun3): Update.
6726 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6727 * rs6000-nat.c (_initialize_core_rs6000): Update.
6728 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6729 * nto-tdep.c (_initialize_nto_tdep): Update.
6730 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6731 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6732 * mips-nat.c (_initialize_core_mips): Update.
6733 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6734 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6735 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6736 * lynx-nat.c (_initialize_core_lynx): Update.
6737 * irix5-nat.c (_initialize_core_irix5): Update.
6738 * i386-interix-nat.c (_initialize_core_interix): Update.
6739 * cris-tdep.c (_initialize_cris_tdep): Update.
6740 * corelow.c (deprecated_add_core_fns): Update.
6741 * core-regset.c (_initialize_core_regset): Update.
6742 * core-aout.c (_initialize_core_aout): Update.
6743 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6744 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6745 * alpha-nat.c (_initialize_core_alpha): Update.
6746
6747 2004-04-21 Jim Blandy <jimb@redhat.com>
6748
6749 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6750
6751 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6752
6753 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6754 Delete.
6755 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6756 (read_attribute_value): Update calls to dwarf_alloc_block.
6757 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6758 dwarf2_tmp_obstack.
6759 (psymtab_to_symtab_1): Likewise. Clean up using
6760 free_stack_comp_unit.
6761 (add_to_cu_func_list): Use the comp_unit_obstack.
6762
6763 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6764
6765 * dwarf2read.c (dwarf2_flag_true_p): New function.
6766 (die_is_declaration): Use the function above. Add some comments.
6767
6768 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6769
6770 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6771 architecture when registering sparcnbsd_core_osabi_sniffer.
6772 Adjust comment.
6773
6774 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6775
6776 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6777 return value.
6778
6779 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6780 * i386-tdep.c: Correct register numbering scheme comments
6781 throughout.
6782 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6783 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6784 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6785 (i386_gdb_arch_init): Likewise.
6786
6787 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6788 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6789 ppcnbsd-tdep.o.
6790
6791 * m68k-tdep.h: Tweak comments.
6792 * m68k-tdep.c: Tweak comment.
6793
6794 2004-04-17 Randolph Chung <tausq@debian.org>
6795
6796 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6797 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6798 (hppa_hpux_som_init_abi): Set is_elf to 0.
6799 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6800 * hppa-tdep.c (low_text_segment_address): Remove global.
6801 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6802 section offset to calculate segment address.
6803 (internalize_unwinds): Define low_text_segment_address as local and
6804 pass to record_text_segment_lowaddr for ELF targets.
6805 (hppa_gdbarch_init): Zero fill tdep structure.
6806 (hppa_dump_tdep): Print tdep structure.
6807 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6808
6809 2004-04-17 Randolph Chung <tausq@debian.org>
6810
6811 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6812 (hppa_gdbarch_init): Set pseudo_register_read.
6813 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6814 * regcache.c (supply_register): Remove check for
6815 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6816
6817 2004-04-17 Randolph Chung <tausq@debian.org>
6818
6819 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6820 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6821 (hpread_adjust_stack_address): Move to hpread.c.
6822 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6823 obj_private_struct): Move from tm-hppa.h.
6824 * hpread.c (hppa-tdep.h): Include.
6825 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6826 (hpread_read_function_type, hpread_read_doc_function_type)
6827 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6828 directly.
6829 * pa64solib.c (hppa-tdep.h): Include.
6830 * somsolib.c (hppa-tdep.h): Include.
6831 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6832 inferior_status): Remove unused forward declarations.
6833 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6834 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6835 obj_private_struct): Move to hppa-tdep.h.
6836 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6837
6838 2004-04-17 Randolph Chung <tausq@debian.org>
6839
6840 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6841 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6842 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6843 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6844 Remove forward declaration and make static.
6845 (hppa_reg_struct_has_addr): Remove.
6846
6847 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6848
6849 * observer.sh: Move comments in sed command to first column.
6850
6851 2004-04-16 Jason Molenda (jmolenda@apple.com)
6852
6853 * frame.c: Minor typeo corrections in comments.
6854
6855 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6856
6857 * observer.c (observer_test_first_notification_function): Update
6858 function profile.
6859 (observer_test_second_notification_function): Likewise.
6860 (observer_test_third_notification_function): Likewise.
6861
6862 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6863
6864 From Brian Ford <ford@vss.fsi.com>:
6865 * i386-tdep.c (i386_coff_init_abi): New function.
6866 * i386-tdep.h (i386_coff_init_abi): New prototype.
6867 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6868 register number translation functions for DWARF and DWARF 2.
6869
6870 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6871
6872 * dwarf2read.c: Back out my previous change, it was incorrect.
6873
6874 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6875
6876 * dwarf2read.c: Include "hashtab.h".
6877 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6878 has_namespace_info.
6879 (struct partial_die_info): Add comments. Use bitfields to reduce
6880 memory footprint. Add scope, scope_set, has_specification,
6881 spec_offset, die_parent, die_child, and die_sibling.
6882 (peek_die_abbrev): Add prototype.
6883 (partial_read_comp_unit_head): New function, broken out from
6884 dwarf2_build_psymtabs_hard.
6885 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6886 Use partial_read_comp_unit_head. Initialize the CU and
6887 comp_unit_obstack. Update calls to read_partial_die and
6888 scan_partial_symbols. Use free_stack_comp_unit and
6889 load_partial_dies.
6890 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6891 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6892 Update calls to helper functions. Remove NAMESPACE argument.
6893 Update comments.
6894 (partial_die_parent_scope, partial_die_full_name): New functions.
6895 (add_partial_symbol): Remove namespace argument. Update call to
6896 pdi_needs_namespace. Use partial_die_full_name. Handle
6897 DW_TAG_namespace. Check has_namespace_info flag.
6898 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6899 tag. Handle namespaces.
6900 (add_partial_namespace, add_partial_enumeration): Simplify.
6901 (guess_structure_name): New function, derived from
6902 add_partial_structure.
6903 (add_partial_structure): Remove.
6904 (determine_class_name): Update comment.
6905 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6906 (is_type_tag_for_partial, load_partial_dies): New functions.
6907 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6908 Record specifications instead of following them immediately.
6909 (find_partial_die_in_comp_unit, find_partial_die)
6910 (fixup_partial_die, free_stack_comp_unit)
6911 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6912 (partial_die_hash, partial_die_eq): New functions.
6913 * Makefile.in (hashtab_h): Define.
6914 (dwarf2read.o): Update dependencies.
6915 (observer_inc, observer_h): Move to the correct section.
6916
6917 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6918
6919 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6920 (die_is_declaration): Use the function above. Add comment.
6921
6922 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6923
6924 * dwarf2read.c (read_structure_scope): Identify stub types
6925 using die_is_declaration() only.
6926
6927 2004-04-15 Roland McGrath <roland@redhat.com>
6928
6929 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6930 argument instead of NAME.
6931 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6932 in call to symbol_file_add_with_addrs_or_offsets.
6933 (build_addr_info): New function, helper for ...
6934 (symbol_file_add_from_memory): New function.
6935 (add_symbol_file_from_memory_command): New function using that.
6936 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6937 (pre_add_symbol_hook): Add const to argument type.
6938 * symfile.h (symbol_file_add_from_memory): Declare it.
6939
6940 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6941
6942 * NEWS (New native configurations): Mention OpenBSD/vax.
6943 * configure.host: Add vax-*-openbsd*.
6944 * config/vax/obsd.mh: New file.
6945 * config/vax/nm-obsd.h: New file.
6946
6947 * vax-tdep.c: Include "regset.h".
6948 (vax_supply_gregset): New function.
6949 (vax_gregset): New variable.
6950 (vax_regset_from_core_section): New function.
6951 (vax_gdbarch_init): Set regset_from_core_section.
6952 * Makefile.in (vax-tdep.o): Update dependencies.
6953
6954 2004-04-15 Andrew Cagney <cagney@redhat.com>
6955
6956 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6957 (observer_normal_stop_notification_stub)
6958 (observer_attach_normal_stop, observer_detach_normal_stop):
6959 Delete, replaced by #include "observer.inc".
6960 * infrun.c (normal_stop): Pass "stop_bpstat" to
6961 observer_notify_normal_stop.
6962 * Makefile.in (observer_inc): Define.
6963 (observer.o): Update dependencies.
6964 (observer.h, observer.inc): New rules.
6965 * observer.h: Delete file.
6966 * observer.sh: New file.
6967
6968 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6969
6970 * vax-tdep.c (vax_frame_cache): Fix typo.
6971
6972 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6973
6974 * NEWS (New native configurations): Mention NetBSD/vax.
6975 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6976 * config/vax/nbsdelf.mh: New file.
6977 * config/vax/nbsdaout.mh: New file.
6978 * config/vax/nm-nbsd.h: New file.
6979 * config/vax/nm-nbsdaout.h: New file.
6980
6981 * vaxnbsd-tdep.c: New file.
6982 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6983 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6984 * config/vax/nbsd.mt: New file.
6985 * config/vax/tm-nbsd.h: New file.
6986
6987 * Makefile.in (vaxbsd-nat.o): New dependency.
6988
6989 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6990 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6991 struct_addr arguments. Don't push return value address.
6992 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6993 arguments to vax_store_arguments. Store return value address in
6994 R1.
6995 (vax_store_struct_return, vax_extract_return_value)
6996 (vax_store_return_value): Remove functions.
6997 (vax_return_value): New function.
6998 (vax_gdbarch_init): Set return value. Don't set
6999 deprecated_store_struct_return, deprecated_extract_struct_return
7000 and deprecated_store_return_value.
7001
7002 2004-04-14 Andreas Schwab <schwab@suse.de>
7003
7004 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7005 value buffer.
7006 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7007
7008 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7009
7010 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7011 (vax_unwind_dummy_id): New functions.
7012 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7013 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7014 variables.
7015 (vax_fix_call_dummy): Remove function.
7016 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7017 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7018 call_dummy_location, deprecated_call_dummy_words,
7019 deprecated_sizeof_call_dummy_words,
7020 deprecated_call_dummy_breakpoint_offset,
7021 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7022 and deprecated_dummy_write_sp.
7023
7024 2004-04-13 David Carlton <carlton@kealia.com>
7025
7026 * MAINTAINERS: Move myself to "paper trail" section.
7027
7028 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7029
7030 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7031 "trad-frame.h".
7032 (vax_frame_init_saved_regs): Remove function.
7033 (vax_sigtramp_saved_pc): Remove function.
7034 (vax_frame_saved_pc): Remove function.
7035 (vax_frame_args_address): Remove function.
7036 (vax_frame_num_args): Rewrite.
7037 (vax_frame_chain): Remove function.
7038 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7039 VAX_FP_REGNUM.
7040 (vax_pop_frame): Likewise.
7041 (vax_saved_pc_after_call): Remove function.
7042 (struct vax_frame_cache): New structure.
7043 (vax_frame_cache): New function.
7044 (vax_frame_this_id): New function.
7045 (vax_frame_prev_register): New function.
7046 (vax_frame_unwind): New variable.
7047 (vax_frame_sniffer): New function.
7048 (vax_frame_base_address): New function.
7049 (vax_frame_args_address): New function.
7050 (vax_frame_base): New variable.
7051 (vax_unwind_pc): New function.
7052 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7053 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7054 deprecated_frame_chain, deprecated_frame_saved_pc,
7055 deprecated_frame_args_address and
7056 deprecated_frame_init_saved_regs.
7057 * Makefile.in (vax-tdep.o): Update dependencies.
7058
7059 * vaxbsd-nat.c: New file.
7060
7061 * vax-tdep.h: Update copyright year. Adjust comments.
7062 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7063 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7064 (vax_regnum): New enum. Replacing...
7065 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7066 (VAX_PS_REGNUM): ... these removed macros.
7067 * vax-tdep.c (vax_register_name): Remove prototype.
7068 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7069 (vax_register_byte, vax_register_raw_size,
7070 vax_register_virtual_size, vax_register_virtual_type): Remove
7071 functions.
7072 (vax_register_type): New function.
7073 (vax_breakpoint_from_pc): Reorganize.
7074 (vax_gdbarch_init): Set register_type. Don't set
7075 deprecated_register_size, deprecated_register_bytes,
7076 deprecated_register_byte, deprecated_register_raw_size,
7077 deprecated_max_register_raw_size,
7078 deprecated_register_virtual_size,
7079 deprecated_max_register_virtual_size and
7080 deprecated_register_virtual_type. Add comment on stack direction.
7081
7082 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7083
7084 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7085 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7086 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7087
7088 2004-04-10 Randolph Chung <tausq@debian.org>
7089
7090 * MAINTAINERS (write after approval): Add myself.
7091
7092 2004-04-07 Randolph Chung <tausq@debian.org>
7093
7094 * hppa-tdep.c (hppa_inner_than): Remove.
7095 (is_pa_2): Remove unused static variable.
7096 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7097
7098 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7099
7100 * language.h (language_defn): Add new la_post_parser field.
7101 * parser-defs.h (null_post_parser): New declaration (default for
7102 la_post_parser).
7103
7104 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7105 insert call to that function.
7106 (parse_exp_in_context): New function, including code formerly in
7107 parse_exp_1. Calls language-dependent post-parser after
7108 prefixification.
7109 (parse_expression_in_context): New exported function.
7110 (null_post_parser): New definition.
7111 * expression.h (parse_expression_in_context): Add declaration.
7112
7113 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7114 * c-lang.c (c_language_defn): Ditto.
7115 (cplus_language_defn): Ditto.
7116 (asm_language_defn): Ditto.
7117 (minimal_language_defn): Ditto.
7118 * f-lang.c (f_language_defn): Ditto.
7119 * jv-lang.c (java_language_defn): Ditto.
7120 * language.c (unknown_language_defn): Ditto.
7121 (auto_language_defn): Ditto.
7122 (local_language_defn): Ditto.
7123 * m2-lang.c (m2_language_defn): Ditto.
7124 * scm-lang.c (scm_language_defn): Ditto.
7125 * obj-lang.c (objc_language_defn): Ditto.
7126
7127 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7128
7129 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7130 (amd64nbsd_mcontext_addr): New function.
7131 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7132 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7133 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7134
7135 * corelow.c (core_xfer_partial): Fix coding standards violation.
7136 Add support for TARGET_OBJECT_WCOOKIE.
7137
7138 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7139 deprecated_pc_in_sigtramp.
7140 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7141 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7142 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7143 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7144 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7145 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7146 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7147
7148 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7149 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7150 Fix typo.
7151
7152 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7153 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7154 (amd64_collect_fxsave): Likewise.
7155
7156 * i386-sol2-tdep.c: Include "gdb_string.h".
7157 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7158 name.
7159 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7160
7161 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7162
7163 * i386-sol2-tdep.c: Include "solib-svr4.h".
7164 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7165 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7166 * config/i386/tm-i386sol2.h: Include :solib.h".
7167 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7168 solib-svr4.o and solib-legacy.o.
7169 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7170 solib-svr4.o.
7171
7172 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7173
7174 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7175 whether a register is supplied by PTRACE_GETFPREGS.
7176 (store_inferior_registers): Likewise.
7177 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7178 whether a register is supplied by PT_GETFPREGS.
7179 (store_inferior_registers): Likewise.
7180
7181 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7182 * config/i386/linux64.mt (TDEPFILES): Likewise.
7183
7184 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7185
7186 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7187 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7188 the program counter is in the range specified by `struct
7189 gdbarch_tdep'.
7190 * amd64-linux-tdep.c: Include "symtab.h".
7191 (amd64_linux_pc_in_sigtramp): Remove function.
7192 (amd64_linux_sigtramp_p): New function.
7193 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7194 deprecated_pc_in_sigtramp.
7195 * amd64nbsd-tdep.c: Include "symtab.h".
7196 (amd64nbsd_sigtramp_p): New function.
7197 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7198 deprecated_pc_in_sigtramp.
7199 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7200 few comments.
7201 (amd64obsd_pc_in_sigtramp): Remove function.
7202 (amd64obsd_sigtramp_p): New function.
7203 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7204 deprecated_pc_in_sigtramp.
7205 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7206 (i386bsd_pc_ins_sigtramp): Remove prototype.
7207 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7208 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7209 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7210 the program counter is in the range specified by `struct
7211 gdbarch_tdep'.
7212 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7213 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7214 (i386_go32_pc_in_sigtramp): Remove function.
7215 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7216 Initialize TDEP->sigtramp_p.
7217 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7218 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7219 deprecated_pc_in_sigtramp.
7220 * i386-linux-tdep.c: Adjust comments.
7221 (i386_linux_pc_in_sigtramp): Remove function.
7222 (i386_linux_sigtramp_p): New function.
7223 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7224 deprecated_pc_in_sigtramp.
7225 * i386-nto-tdep.c: Update copyright year.
7226 (i386nto_pc_in_sigtramp): Remove function.
7227 (i386nto_sigtramp_p): New function.
7228 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7229 SP_REGNUM.
7230 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7231 deprecated_pc_in_sigtramp.
7232 * i386-sol2-tdep.c: Update copyright year.
7233 (i386_sol2_pc_in_sigtramp): Remove function.
7234 (i386_sol2_sigtramp_p): New function.
7235 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7236 deprecated_pc_in_sigtramp.
7237 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7238 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7239 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7240 deprecated_sigtramp_start and deprecated_sigtramp_end.
7241 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7242 (i386nbsd_pc_in_sigtramp): Remove function.
7243 (i386nbsd_sigtramp_p): New function.
7244 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7245 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7246 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7247 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7248 (i386obsd_pc_in_sigtramp): Remove function.
7249 (i386obsd_sigtramp_p): New function.
7250 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7251 functions.
7252 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7253 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7254 TDEP->sigtramp_p.
7255 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7256 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7257 dependencies.
7258
7259 * config/i386/i386aout.mt: Remove file.
7260
7261 * configure.tgt: Remove i[34567]86-*-go32*,
7262 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7263 and i[34567]86-*-isc*. Set gdb_target to i386 for
7264 i[34567]86-*-netware* and i[34567]86-*-*.
7265 * config/i386/i386.mt: New file.
7266 * config/i386/embed.mt: Remove file.
7267 * config/i386/go32.mt: Remove file.
7268 * config/i386/i386nw.mt: Remove file.
7269 * config/i386/i386v.mt: Remove file.
7270 * config/i386/tm-go32.h: Remove file.
7271
7272 * tui/tui-hooks.c: Include "readline/readline.h" after
7273 "gdb_curses.h" instead of before.
7274 * tui/tui-io.c: Likewise.
7275
7276 * tui/tui.c: Fix typo in comment.
7277
7278 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7279
7280 2004-04-08 Andrew Cagney <cagney@redhat.com>
7281
7282 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7283 (deprecated_exception_support_initialized): Declare.
7284 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7285 (initialize_hp_cxx_exception_support)
7286 (child_enable_exception_callback): Update.
7287 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7288 (deprecated_exception_support_initialized): Rename
7289 deprecated_exception_catchpoints_are_fragile and
7290 deprecated_exception_support_initialized.
7291 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7292
7293 * symtab.c (deprecated_hp_som_som_object_present): Rename
7294 hp_som_som_object_present.
7295 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7296 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7297 Update. Delete extern declaration.
7298 * valops.c (hp_som_som_object_present): Ditto.
7299 * parse.c (deprecated_hp_som_som_object_present)
7300 (parse_nested_classes_for_hpacc): Ditto.
7301 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7302 * hppa-hpux-tdep.c (hp_som_som_object_present)
7303 (initialize_hp_cxx_exception_support): Ditto.
7304 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7305 * cp-valprint.c (hp_som_som_object_present)
7306 (cp_print_class_method): Ditto.
7307 * c-typeprint.c (hp_som_som_object_present):
7308 (c_type_print_base): Ditto.
7309 * c-exp.y (hp_som_som_object_present): Ditto.
7310
7311 2004-04-08 Andrew Cagney <cagney@redhat.com>
7312
7313 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7314 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7315 (frame_unwind_find_by_frame): Re-implement the unwind code so
7316 that it can both prepend and append sniffers. Replace
7317 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7318 * tramp-frame.c (tramp_frame_append): Use
7319 frame_unwind_prepend_unwinder.
7320 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7321 frame_unwind_register_unwinder.
7322 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7323 tramp_frame_append.
7324 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7325 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7326 (mips_linux_init_abi): Update.
7327
7328 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7329
7330 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7331 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7332 file support.
7333
7334 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7335
7336 * ia64-tdep.c (elf.h): Don't include.
7337 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7338
7339 2004-04-07 Jason Molenda (jmolenda@apple.com)
7340
7341 * frame.h: Typeo corrections in comments.
7342
7343 2004-04-07 Jim Blandy <jimb@redhat.com>
7344
7345 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7346 %esp and %ebp
7347
7348 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7349
7350 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7351 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7352 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7353 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7354 and solib-legacy.o.
7355 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7356 solib-svr4.o.
7357 * config/sparc/tm-sol2.h: Update copyright year. Include
7358 "solib.h".
7359
7360 * sparc-sol2-tdep.c: Update copyright year. Include
7361 "solib-svr4.h".
7362 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7363 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7364 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7365 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7366 dependencies.
7367
7368 2004-04-06 Andrew Cagney <cagney@redhat.com>
7369
7370 * infttrace.c: Include "infttrace.h".
7371 * infttrace.h: Include "target.h".
7372 * Makefile.in (infttrace_h): Update.
7373 (infttrace.o): Update.
7374
7375 2004-04-06 Andrew Cagney <cagney@redhat.com>
7376
7377 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7378 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7379 move extern declarations from here ...
7380 * infttrace.h: ... to here.
7381 * Makefile.in (hppah-nat.o): Update dependencies.
7382
7383 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7384 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7385 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7386 (hppa_breakpoint_from_pc): Delete.
7387
7388 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7389
7390 2004-04-05 Andrew Cagney <cagney@redhat.com>
7391
7392 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7393 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7394 <sys/file.h>.
7395
7396 2004-04-06 Randolph Chung <tausq@debian.org>
7397
7398 Committed by Andrew Cagney (mechanical change).
7399 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7400 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7401 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7402 child_enable_exception_callback, current_ex_event,
7403 null_symtab_and_line, child_get_current_exception_event,
7404 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7405 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7406 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7407 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7408 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7409 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7410 Move hpux-specific definitions ...
7411 * hppa-hpux-tdep.c: ... to here.
7412
7413 2004-04-05 Andrew Cagney <cagney@redhat.com>
7414
7415 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7416 skip_prologue_using_sal.
7417
7418 2004-04-05 Andrew Cagney <cagney@redhat.com>
7419
7420 * config/i386/tm-i386.h: Delete file.
7421 * config/i386/tm-vxworks.h: Update copyright, do not include
7422 "tm-i386.h".
7423 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7424 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7425 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7426 * config/i386/ncr3000.mt (TM_FILE): Delete.
7427 * config/i386/interix.mt (TM_FILE): Delete.
7428 * config/i386/i386v.mt (TM_FILE): Delete.
7429 * config/i386/i386nw.mt (TM_FILE): Delete.
7430 * config/i386/i386gnu.mt (TM_FILE): Delete.
7431 * config/i386/i386aout.mt (TM_FILE): Delete.
7432 * config/i386/embed.mt (TM_FILE): Delete.
7433
7434 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7435
7436 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7437 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7438 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7439 (accg7_regnum): New constants.
7440 (last_spr_regnum, last_pseudo_regnum): Update.
7441 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7442 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7443 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7444 for accg registers.
7445 (frv_register_sim_regno): Update spr_map[].
7446
7447 2004-04-04 Andrew Cagney <cagney@redhat.com>
7448
7449 * config/mips/xm-riscos.h: Delete.
7450 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7451 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7452 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7453 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7454 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7455 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7456 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7457 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7458 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7459 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7460 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7461 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7462 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7463 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7464 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7465 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7466 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7467 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7468 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7469 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7470 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7471 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7472 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7473 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7474 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7475 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7476
7477 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7478 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7479 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7480 * configure.host: Remove m680[01]0-sun-sunos3*,
7481 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7482 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7483 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7484 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7485 mips-*-riscos*.
7486 * NEWS: Mention removed systems.
7487
7488 2004-04-04 Andrew Cagney <cagney@redhat.com>
7489
7490 GDB 6.1 release created from 6.1 branch.
7491
7492 2004-04-04 Andrew Cagney <cagney@redhat.com>
7493
7494 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7495 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7496 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7497
7498 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7499 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7500 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7501
7502 2004-04-03 Jim Blandy <jimb@redhat.com>
7503
7504 * MAINTAINERS: Chris Faylor has changed employers; add him to
7505 "paper trail" section, and update his E-mail address.
7506
7507 2004-04-03 Andrew Cagney <cagney@redhat.com>
7508
7509 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7510 generic dummy frames.
7511 * dummy-frame.c: Update copyright.
7512 (dummy_frame_sniffer): Delete check for generic dummy frames.
7513
7514 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7515 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7516 (REG_PARM_STACK_SPACE): Delete.
7517 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7518 Inline reference to REG_PARM_STACK_SPACE.
7519
7520 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7521 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7522 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7523 (FRAME_BASE_BEFORE_SIGTRAMP)
7524 (hppa32_hpux_frame_base_before_sigtramp)
7525 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7526 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7527 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7528 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7529 (FRAME_BASE_BEFORE_SIGTRAMP)
7530 (hppa64_hpux_frame_base_before_sigtramp)
7531 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7532
7533 2004-04-03 Andrew Cagney <cagney@redhat.com>
7534
7535 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7536
7537 2004-04-02 Andrew Cagney <cagney@redhat.com>
7538
7539 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7540 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7541 * dummy-frame.h: Delete out-of-date comments.
7542 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7543 * gdbarch.h, gdbarch.c: Re-generate.
7544
7545 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7546
7547 Committed by Andrew Cagney <cagney@redhat.com>.
7548 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7549 into account an instruction saving a register if we have already
7550 seen an earlier instruction saving that same register.
7551
7552 2004-04-02 Andrew Cagney <cagney@redhat.com>
7553
7554 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7555 * gdbarch.h, gdbarch.c: Re-generate.
7556 * frame.c (legacy_get_prev_frame): Delete references to
7557 DEPRECATED_INIT_FRAME_PC_FIRST.
7558
7559 * infrun.c (pc_in_sigtramp): Delete function.
7560 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7561 get_frame_type.
7562
7563 2004-04-02 Andrew Cagney <cagney@redhat.com>
7564
7565 * infrun.c (handle_step_into_function): Delete code conditional on
7566 legacy_frame_p.
7567 (handle_inferior_event, step_over_function): Ditto.
7568
7569 2004-04-02 Andrew Cagney <cagney@redhat.com>
7570
7571 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7572 "previous frame inner to this frame" test.
7573
7574 2004-04-02 Andrew Cagney <cagney@redhat.com>
7575
7576 * frame.c (safe_frame_unwind_memory): New function.
7577 * frame.h (safe_frame_unwind_memory): Declare. Update description
7578 of /safe_/ methods.
7579 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7580 "next_frame". Use safe_frame_unwind_memory.
7581 (tramp_frame_sniffer): Update call to tramp_frame_start.
7582
7583 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7584
7585 * dwarf2read.c (dwarf2_objfile_data_key): New.
7586 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7587 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7588 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7589 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7590 (dwarf_frame_size, dwarf_eh_frame_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 variables.
7594 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7595 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7596 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7597 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7598 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7599 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7600 Remove macros.
7601 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7602 data.
7603 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7604 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7605 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7606 (read_partial_die, read_full_die, read_indirect_string)
7607 (dwarf_decode_line_header, dwarf_decode_macros)
7608 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7609 Update uses of removed variables.
7610 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7611 of removed macros.
7612 (_initialize_dwarf2_read): New function.
7613 * symfile.h (dwarf2_has_info): Update prototype.
7614 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7615 * elfread.c (elf_symfile_read): Likewise.
7616
7617 2004-04-01 Jim Blandy <jimb@redhat.com>
7618
7619 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7620 function for register numbers on all the rs6000-derived targets.
7621 (rs6000_gdbarch_init): Don't register a separate
7622 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7623 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7624 variants.
7625
7626 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7627 numbering.
7628
7629 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7630
7631 * valarith.c: Update copyright notice.
7632 (value_add): Handle range types.
7633 (value_sub): Ditto.
7634 (value_equal): Ditto.
7635 (value_less): Ditto.
7636 (value_neg): Ditto.
7637 (value_complement): Ditto.
7638 (value_binop): Simplify slightly by using is_integral_type and
7639 eliminiating unnecessary COERCE_ENUMs.
7640
7641 2004-03-31 Andrew Cagney <cagney@redhat.com>
7642
7643 * frame.h (frame_unwind_id): Declare.
7644 * frame.c (frame_unwind_id): New function.
7645 (get_prev_frame_1): New function.
7646 (frame_debug_got_null_frame): New function.
7647 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7648 code proper to prev_frame, update description.
7649 * infrun.c (step_over_function): Use frame_unwind_id.
7650
7651 2004-04-31 J. Brobecker <brobecker@gnat.com>
7652
7653 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7654 (hppa64_push_dummy_call): Likewise.
7655
7656 2004-03-30 Jim Blandy <jimb@redhat.com>
7657
7658 From Ulrich Weigand:
7659 * utils.c (query): Do not use a va_list variable multiple times.
7660
7661 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7662
7663 * Makefile.in (linux_nat_h): Update dependencies.
7664 * configure.in: Check for <gnu/libc-version.h>.
7665 * configure: Regenerate.
7666 * config.in: Regenerate.
7667 * linux-nat.h: Include "target.h". Add waitstatus field to
7668 struct lwp_info.
7669 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7670 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7671 to.
7672 (lin_lwp_handle_extended): New function. Handle clone events.
7673 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7674 thread exit events.
7675 (child_wait): Handle clone events.
7676 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7677 * linux-nat.c (linux_enable_event_reporting): Turn on
7678 PTRACE_O_TRACECLONE.
7679 (linux_handle_extended_wait): Handle clone events.
7680 * thread-db.c: Include <gnu/libc-version.h>.
7681 (struct private_thread_info): Add dying flag.
7682 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7683 higher.
7684 (attach_thread): Update comments. Handle dying threads.
7685 (detach_thread): Set the dying flag.
7686 (check_event): Always call attach_thread.
7687
7688 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7689
7690 * mips-tdep.c (mips_pdr_data): New.
7691 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7692 (_initialize_mips_tdep): Initialize mips_pdr_data.
7693
7694 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7695
7696 * minsyms.c (install_minimal_symbols): Move dropping leading
7697 char from linkage name from here...
7698 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7699 test for "__gnu_compiled*" symbols.
7700
7701 2004-03-28 Jim Blandy <jimb@redhat.com>
7702
7703 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7704 registers to temp register r0 and byte stores as prologue
7705 instructions.
7706
7707 2004-03-28 Andrew Cagney <cagney@redhat.com>
7708
7709 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7710 arm*-*-*.
7711
7712 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7713
7714 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7715 and switch the layout to force a display of register window.
7716
7717 2004-02-26 J. Brobecker <brobecker@gnat.com>
7718
7719 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7720 of the INTEGER class.
7721
7722 2004-03-26 Jim Blandy <jimb@redhat.com>
7723
7724 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7725 bytes long on PPC GNU/Linux.
7726
7727 2004-03-26 David Carlton <carlton@kealia.com>
7728
7729 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7730
7731 2004-03-25 Andrew Cagney <cagney@redhat.com>
7732
7733 * PROBLEMS: Add general section titles, remove references to
7734 specific releases.
7735
7736 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7737
7738 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7739 INT_REGISTER_SIZE.
7740 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7741 FP_REGISTER_VIRTUAL_SIZE.
7742 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7743 of DEPRECATED_REGISTER_RAW_SIZE.
7744 (arm_register_type): Add gdbarch argument.
7745 (arm_register_raw_size, arm_register_virtual_size): Delete.
7746 (arm_register_byte, arm_extract_return_value)
7747 (arm_store_return_value, arm_get_longjmp_target): Update references
7748 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7749 (arm_gdbarch_init): Likewise. Don't set
7750 deprecated_register_raw_size, deprecated_register_virtual_size,
7751 deprecated_max_register_raw_size,
7752 deprecated_max_register_virtual_size, or
7753 deprecated_max_register_virtual_type. Do set register_type.
7754 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7755 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7756 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7757 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7758 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7759 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7760 INT_REGISTER_SIZE.
7761 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7762 (remote_rdp_store_register): Likewise.
7763
7764 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7765
7766 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7767 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7768 to after osabi initialization.
7769 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7770 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7771 functions.
7772 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7773 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7774 variables.
7775 (mips_linux_init_abi): Append signal trampoline unwinders.
7776
7777 2004-03-24 Andrew Cagney <cagney@redhat.com>
7778
7779 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7780 * tramp-frame.c: Include "gdb_assert.h".
7781 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7782 correct sizeof.
7783 (tramp_frame_append): Validate the tramp frame's instructions.
7784 * Makefile.in (tramp-frame.o): Update dependencies.
7785
7786 2004-03-23 Andrew Cagney <cagney@redhat.com>
7787
7788 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7789
7790 2004-03-23 Andrew Cagney <cagney@redhat.com>
7791
7792 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7793 Nasser as past testsuite/lib/ (and other) maintainers.
7794
7795 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7796
7797 * infcmd.c (attach_command): Reread symbols if we already have
7798 an exec file.
7799
7800 2004-03-23 Andrew Cagney <cagney@redhat.com>
7801
7802 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7803
7804 2004-03-23 Andrew Cagney <cagney@redhat.com>
7805
7806 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7807 * gdbarch.h, gdbarch.c: Re-generate.
7808 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7809 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7810 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7811 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7812 (DEPRECATED_SIGTRAMP_START): Update.
7813 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7814 (DEPRECATED_SIGTRAMP_START): Update.
7815 * blockframe.c (find_pc_sect_partial_function): Update.
7816 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7817
7818 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7819
7820 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7821 if necessary.
7822
7823 2004-03-23 Andrew Cagney <cagney@redhat.com>
7824
7825 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7826 predicate, deprecate.
7827 * gdbarch.h, gdbarch.c: Re-generate.
7828 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7829 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7830 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7831 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7832 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7833 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7834 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7835 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7836 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7837 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7838 * blockframe.c (find_pc_partial_function): Update.
7839 * breakpoint.c (bpstat_what): Update.
7840 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7841 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7842 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7843 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7844 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7845 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7846 * i386-nto-tdep.c (i386nto_init_abi): Update.
7847 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7848 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7849 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7850 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7851 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7852 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7853 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7854 * infrun.c (pc_in_sigtramp): Update.
7855 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7856 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7857 * mips-tdep.c (mips_gdbarch_init): Update.
7858 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7859 * ppc-linux-tdep.c: Update comment.
7860 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7861 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7862 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7863 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7864 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7865 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7866 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7867 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7868 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7869 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7870
7871 2004-03-23 Andrew Cagney <cagney@redhat.com>
7872
7873 * tramp-frame.h, tramp-frame.h: New files.
7874 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7875 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7876
7877 * Makefile.in: Update all dependencies.
7878
7879 2004-03-23 Andrew Cagney <cagney@redhat.com>
7880
7881 * Makefile.in (trad_frame_h): Add $(frame_h).
7882 * trad-frame.h: Update copyright. Include "frame.h".
7883 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7884 (trad_frame_set_id, trad_frame_get_id): Declare.
7885 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7886 * trad-frame.c: Update copyright.
7887 (struct trad_frame_cache): Define.
7888 (trad_frame_cache_zalloc): New function.
7889 (trad_frame_set_id, trad_frame_get_id): New functions.
7890 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7891
7892 2004-03-22 Andrew Cagney <cagney@redhat.com>
7893
7894 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7895 s390_pltstub_unwind_cache.
7896 (s390_stub_frame_unwind_cache): Rename
7897 s390_pltstub_frame_unwind_cache.
7898 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7899 (s390_stub_frame_prev_register): Rename
7900 s390_pltstub_frame_prev_register.
7901 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7902 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7903
7904 From Ulrich Weigand:
7905 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7906 pointer calls like PLT calls.
7907
7908 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7909
7910 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7911 PC rather than the partial function start address. Use the start
7912 address to sanity check the found PDR.
7913
7914 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7915
7916 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7917 linux_handle_extended_wait.
7918
7919 2004-03-22 Andrew Cagney <cagney@redhat.com>
7920
7921 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7922 function.
7923
7924 * frame.h (generic_pop_current_frame): Delete declaration.
7925 (deprecate_pop_dummy_frame): Deprecate
7926 generic_pop_dummy_frame.
7927 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7928 (generic_pop_current_frame): Delete function.
7929 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7930 generic_pop_current_frame.
7931 * v850-tdep.c (v850_pop_frame): Update.
7932 * mcore-tdep.c (mcore_pop_frame): Update.
7933 * sh64-tdep.c (sh64_pop_frame): Update.
7934 * h8300-tdep.c (h8300_pop_frame): Update.
7935
7936 2004-03-22 Andrew Cagney <cagney@redhat.com>
7937
7938 * frame.h (deprecated_pc_in_call_dummy): Rename
7939 generic_pc_in_call_dummy.
7940 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7941 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7942 generic_pc_in_call_dummy.
7943 (pc_in_dummy_frame): Make static.
7944 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7945 * gdbarch.h, gdbarch.c: Re-generate.
7946 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7947 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7948 (legacy_get_prev_frame): Ditto.
7949 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7950 comment.
7951
7952 2004-03-21 Andrew Cagney <cagney@redhat.com>
7953
7954 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7955 declaration and out-of-date comment.
7956 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7957 Delete function.
7958 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7959 deprecated_pc_in_call_dummy.
7960
7961 * infrun.c (handle_inferior_event): For non legacy frames, use the
7962 frame ID and frame type to identify a signal trampoline. Update
7963 comments.
7964
7965 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7966
7967 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7968 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7969
7970 2004-03-21 Andrew Cagney <cagney@redhat.com>
7971
7972 * frame-unwind.h: Update copyright.
7973 (struct frame_data): Add opaque declaration.
7974 (frame_sniffer_ftype): Declare.
7975 (struct frame_unwind): Add "unwind_data" and "sniffer".
7976 (frame_unwind_register_unwinder): Declare.
7977 (frame_unwind_find_by_frame): Add parameter "this_cache".
7978 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7979 (legacy_get_prev_frame, legacy_get_prev_frame)
7980 (get_frame_type): Pass the prologue_cache to
7981 frame_unwind_find_by_frame.
7982 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7983 "unwinder".
7984 (frame_unwind_register_unwinder): New function.
7985 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7986
7987 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7988
7989 * bcache.c (print_percentage): Use floating point to avoid
7990 incorrect results when portion*100 overflows.
7991
7992 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7993
7994 * ppc_tdep.h (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)
7998 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7999 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8000 (rs6000_frame_chain): Delete declarations.
8001 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8002 (ppc_linux_init_extra_frame_info)
8003 (ppc_linux_frameless_function_invocation)
8004 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8005 (ppc_linux_init_abi): Remove registration of above deleted functions.
8006 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8007 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8008 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8009 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8010 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8011 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8012 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8013 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8014 frame management for all OSABIs.
8015
8016 2004-03-19 Andrew Cagney <cagney@redhat.com>
8017
8018 Committed by Kevin Buettner <kevinb@redhat.com>.
8019
8020 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8021 Update copyright.
8022 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8023 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8024 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8025 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8026 unwinders. #ifdef legacy frame code.
8027 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8028 "frame-base.h".
8029 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8030 (struct rs6000_frame_cache, rs6000_frame_cache)
8031 (rs6000_frame_this_id, rs6000_frame_prev_register)
8032 (rs6000_frame_sniffer, rs6000_frame_unwind)
8033 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8034 (rs6000_frame_base): Implement a traditional frame unwinder.
8035 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8036 frame unwinder.
8037
8038 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8039
8040 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8041 breakpoint address for watchpoints or the catch eventpoints.
8042 Add new paramter ``bptype''. Adjust all callers.
8043
8044 2004-03-19 Andrew Cagney <cagney@redhat.com>
8045
8046 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8047
8048 * PROBLEMS: Delete note that ARM does not use frame code, problem
8049 fixed.
8050
8051 2004-03-18 Andrew Cagney <cagney@redhat.com>
8052
8053 * stack.c (return_command): Delete code wrapped in #ifdef
8054 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8055
8056 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8057
8058 2004-03-18 Andrew Cagney <cagney@redhat.com>
8059
8060 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8061 DEPRECATED_IN_SIGTRAMP.
8062 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8063 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8064 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8065 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8066 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8067 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8068 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8069 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8070 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8071 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8072
8073 2004-03-18 Andrew Cagney <cagney@redhat.com>
8074
8075 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8076 (struct frame_base_table_entry): Define.
8077 (struct frame_base_table): Re-implement as a linked list.
8078 (frame_base_init): Re-implement.
8079 (frame_base_table): Delete function.
8080 (append_predicate): Delete function.
8081 (frame_base_append_sniffer): Update.
8082 (frame_base_set_default): Update.
8083 (frame_base_find_by_frame): Update.
8084 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8085 * Makefile.in (frame-base.o): Update dependencies.
8086
8087 2004-03-17 Andrew Cagney <cagney@redhat.com>
8088
8089 * frame.c (legacy_get_prev_frame): Pass correct frame to
8090 frame_unwind_find_by_frame.
8091
8092 2004-03-17 David Carlton <carlton@kealia.com>
8093
8094 * NEWS: Mention C++ nested types and namespaces
8095
8096 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8097
8098 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8099 and "Regressions since gdb 5.3.". Add known regressions since
8100 gdb 6.0.
8101
8102 2004-03-16 David Carlton <carlton@kealia.com>
8103
8104 * dwarf2read.c (process_structure_scope): Process children even
8105 when we're a declaration.
8106
8107 2004-03-16 Andrew Cagney <cagney@redhat.com>
8108
8109 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8110 * blockframe.c (find_pc_partial_function)
8111 (find_pc_sect_partial_function): Merge into a single
8112 find_pc_partial_function.
8113
8114 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8115
8116 * i386bsd-nat.c: s/regno/regnum/g.
8117 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8118 FP0_REGNUM.
8119 (store_inferior_registers): Likewise.
8120
8121 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8122
8123 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8124 of i387_fill_fsave.
8125 (store_inferior_registers): Call i387_collect_fsave and
8126 i387_collect_fxsave instead of i387_fill_fsave and
8127 i387_fill_fxsave.
8128
8129 2004-03-15 Andrew Cagney <cagney@redhat.com>
8130
8131 * Makefile.in (frame-unwind.o): Update dependencies.
8132 * frame-unwind.c: Include "gdb_obstack.h".
8133 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8134 parameter.
8135 (append_predicate): Delete function.
8136 (struct frame_unwind_table_entry): New structure.
8137 (struct frame_unwind_table): Replace "sniffer" with "head" and
8138 "tail".
8139 (frame_unwind_append_sniffer): Update.
8140 (frame_unwind_find_by_frame): Update.
8141 (_initialize_frame_unwind): Registe frame_unwind_init using
8142 gdbarch_data_register_pre_init.
8143
8144 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8145
8146 * i386bsd-nat.c: Update copyright year.
8147 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8148 define unconditionally.
8149
8150 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8151
8152 * i387-tdep.h (i387_collect_fsave): New prototype.
8153 * i387-tdep.c (i387_collect_fsave): New function containing most
8154 of the code from i387_fill_fsave.
8155 (i387_fill_fsave): Call i387_collect_fsave.
8156
8157 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8158
8159 * i386-linux-tdep.c: Update copyright year.
8160 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8161 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8162 svr4_ilp32_link_map_offsets instead of
8163 i386_linux_svr4_fetch_link_map_offsets.
8164
8165 2004-03-15 David Carlton <carlton@kealia.com>
8166
8167 Fix for PR c++/1553:
8168 * dwarf2read.c (read_structure_type): Determine type name by
8169 calling determine_class_name.
8170 (determine_class_name): New.
8171 (determine_prefix): Look at TYPE_TAG_NAME and call
8172 determine_class_name when appropriate.
8173 (determine_prefix_aux, class_name): Delete.
8174 (read_namespace): Set die->type.
8175
8176 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8177
8178 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8179 unused macro definition. The definition in target.h (or perhaps
8180 elsewhere) takes precedence.
8181
8182 2004-03-15 Andrew Cagney <cagney@redhat.com>
8183
8184 * ppc-tdep.h: Update copyright.
8185 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8186 function signatures to match "regsets.h".
8187 * ppc-linux-tdep.c: Include "regset.h".
8188 (ELF_GREGSET_SIZE): Delete.
8189 (right_supply_register): New function.
8190 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8191 using right_supply_register.
8192 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8193 functions.
8194 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8195 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8196 (_initialize_ppc_linux_tdep): Do not register
8197 ppc_linux_regset_core_fns.
8198 (ppc_linux_regset_from_core_section): Replace
8199 fetch_core_registers.
8200 (ppc_linux_regset_core_fns): Delete.
8201 * ppc-linux-nat.c: (right_fill_reg): New function.
8202 (supply_gregset): Update call to ppc_linux_supply_gregset.
8203 (fill_gregset): Clear the register set, use right_fill_reg.
8204 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8205 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8206
8207 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8208 unsigned.
8209
8210 2004-03-15 Andrew Cagney <cagney@redhat.com>
8211
8212 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8213 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8214 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8215 and register_gdbarch_data.
8216 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8217 (struct gdbarch_data): Replace "init" by "pre_init" and
8218 "post_init".
8219 * gdbarch.h, gdbarch.c: Re-generate.
8220 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8221 with"obstack", use OBSTACK_ZALLOC.
8222 (dwarf2_frame_ops): Delete.
8223 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8224 (dwarf2_frame_init_reg): Use gdbarch_data.
8225 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8226 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8227 (_initialize_svr4_solib): Update.
8228 * user-regs.c (_initialize_user_regs): Update.
8229 * reggroups.c (_initialize_reggroup): Update.
8230 * regcache.c (_initialize_regcache): Update.
8231 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8232 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8233 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8234 * frame-unwind.c (_initialize_frame_unwind): Update.
8235 * frame-base.c (_initialize_frame_base): Update.
8236 * user-regs.c (user_reg_add): Update.
8237 * reggroups.c (reggroup_add): Update.
8238 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8239 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8240 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8241 * frame-base.c (frame_base_table): Update.
8242 * remote.c (_initialize_remote): Update.
8243 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8244
8245 2004-03-15 Andrew Cagney <cagney@redhat.com>
8246
8247 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8248
8249 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8250
8251 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8252 * frv-linux-tdep.c: New file.
8253 * frv-tdep.c (struct gdbarch_tdep): Add new field
8254 ``sigcontext_reg_addr''.
8255 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8256 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8257 (frv_sigramp_frame_sniffer): New functions.
8258 (frv_sigtramp_frame_unwind): New static global.
8259 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8260 sniffers.
8261 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8262 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8263
8264 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8265
8266 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8267 but not via a call to error(), when unable to read memory.
8268
8269 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8270
8271 * frv-tdep.c (frv_call_dummy_words): Delete.
8272 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8273
8274 2004-03-15 Andrew Cagney <cagney@redhat.com>
8275
8276 * infrun.c (handle_step_into_function, step_over_function): Only
8277 update and use STEP_FRAME_ID when the system is using legacy
8278 frames. Update comments.
8279
8280 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8281
8282 * amd64-linux-tdep.h: Remove file.
8283 * amd64-linux-tdep.c: Don't include "inferior.h" and
8284 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8285 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8286 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8287 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8288 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8289 macros.
8290 (user_to_gdb_regmap): Remove variable.
8291 (amd64_linux_gregset_reg_offset): New variable.
8292 (amd64_core_fns): Remove variable.
8293 (fetch_core_registers): Remove function.
8294 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8295 functions.
8296 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8297 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8298 * Makefile.in (amd64_linux_tdep_h): Remove.
8299 (amd64-linux-nat.o): Update dependencies.
8300 (amd64-linux-tdep.o): Update dependencies.
8301
8302 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8303 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8304 functions.
8305 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8306
8307 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8308 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8309
8310 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8311
8312 * dwarf2read.c (read_structure_type): Rename from
8313 read_structure_scope. Don't create a symbol or call process_die.
8314 Return immediately if die->type is set. Call read_type_die before
8315 dwarf2_add_member_fn.
8316 (process_structure_scope): New function.
8317 (read_enumeration_type, process_enumeration_scope): New functions,
8318 broken out from read_enumeration. Don't create the enumeration
8319 type if it has already been created.
8320 (read_enumeration): Removed.
8321 (process_die): Call read_structure_type, process_structure_scope,
8322 read_enumeration_type, and process_enumeration_scope. Just call
8323 new_symbol for base and subrange types. Add a comment about other
8324 type dies.
8325 (read_type_die): Call read_enumeration_type.
8326 (add_partial_structure, new_symbol): Update comments.
8327
8328 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8329
8330 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8331
8332 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8333
8334 * tui/tui-win.h (tui_get_cmd_list): Declare.
8335 * tui/tui-win.c (tui_command): New function.
8336 (tui_get_cmd_list): New function.
8337 (_initialize_tui_win): Moved initialization of tui command in
8338 tui_get_cmd_list.
8339
8340 * tui/tui-data.c (init_content_element): Setup new data members.
8341 (init_win_info): Likewise.
8342 (free_content_elements): Free it.
8343 * tui/tui-data.h (struct tui_data_element): Store the register
8344 content to print.
8345 (struct tui_data_info): Keep the current register group.
8346
8347 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8348
8349 * tui/tui-regs.h (tui_show_registers): Update prototype.
8350 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8351 (tui_resize_all): No need to calculate anything for register window.
8352 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8353 (tui_set_register_element, tui_set_general_regs_content): Remove.
8354 (tui_set_special_regs_content): Remove.
8355 (tui_set_general_and_special_regs_content): Remove.
8356 (tui_set_float_regs_content): Remove.
8357 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8358 (tui_set_regs_content): Remove.
8359 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8360 (tui_v_show_registers_command_support): Remove.
8361 (tui_show_registers): Use a reggroup to specify the registers to show.
8362 (tui_show_register_group): New function.
8363 (tui_display_registers_from): Compute the layout of register window
8364 and refresh with new API; be sure to delete old register windows.
8365 (tui_check_register_values): Update to use tui_get_register and
8366 tui_display_data.
8367 (tui_display_register): Just refresh the register window part.
8368 (tui_register_format): Format registers and save in tui_data_element.
8369 (tui_get_register): New to combine tui_reg_value_has_changed and
8370 tui_get_register_raw_value; fix to use the new gdb API.
8371 (tui_show_float_command): Renamed tui_reg_float_command.
8372 (tui_show_general_command): Renamed tui_reg_general_command.
8373 (tui_show_special_command): Renamed tui_reg_system_command.
8374 (_initialize_tui_regs): Remove unused commands.
8375
8376 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8377
8378 * NEWS (New native configurations): Mention OpenBSD/amd64.
8379
8380 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8381 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8382 Remove defines.
8383 * config/i386/nm-fbsd64.h: Likewise.
8384 * config/i386/nm-obsd.h: Likewise.
8385 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8386 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8387
8388 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8389
8390 * frv-tdep.c (set_variant_scratch_registers): New function.
8391 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8392 New constants.
8393
8394 From Richard Sandiford <rsandifo@redhat.com>:
8395 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8396
8397 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8398
8399 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8400 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8401 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8402 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8403 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8404 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8405 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8406 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8407 definitions from frv-tdep.c to frv-tdep.h.
8408
8409 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8410
8411 Add shared library support for FR-V FDPIC ABI:
8412 * Makefile.in (solib-frv.o): Add dependencies.
8413 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8414 New functions.
8415 (frv_push_dummy_call): Add support for FDPIC ABI.
8416 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8417 for FDPIC ABI.
8418 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8419 (frv_fdpic_find_canonical_descriptor): Declare.
8420 * solib-frv.c: New file.
8421 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8422 * config/frv/tm-frv.h (solib.h): Include.
8423
8424 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8425
8426 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8427 (frv-tdep.o): Update dependencies.
8428 * frv-tdep.h: New file.
8429 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8430 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8431 constants.
8432 (struct gdbarch_tdep): Add new member ``frv_abi''.
8433 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8434 functions.
8435 (new_variant): Set ``frv_abi'' field.
8436 (gdb_arch_init): Detect FDPIC executables.
8437
8438 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8439
8440 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8441 wrapper.
8442
8443 2004-03-11 Andrew Cagney <cagney@redhat.com>
8444
8445 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8446
8447 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8448
8449 * solist.h (master_so_list): New function.
8450 * solib.c (master_so_list): Likewise.
8451 * solib-svr4.c (enable_break): Iterate over so_list entries
8452 obtained from master list instead of entries obtained directly
8453 via svr4_current_sos().
8454
8455 2004-03-10 Ben Elliston <bje@gnu.org>
8456
8457 * MAINTAINERS: Update my mail address.
8458
8459 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8460
8461 * remote-m32r-sdi.c: Support hardware watchpoint.
8462
8463 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8464
8465 * user-regs.c: Update copyright years.
8466 (struct user_regs): Rename to gdb_user_regs.
8467 (append_user_reg, builtin_user_regs, user_regs_init)
8468 (user_reg_add, user_reg_map_name_to_regnum)
8469 (usernum_to_user_reg): Update.
8470
8471 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8472
8473 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8474 (skip_children): New functions.
8475 (locate_pdi_sibling): Call skip_children.
8476
8477 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8478
8479 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8480 * gdbtypes.c (check_typedef): Update comments.
8481
8482 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8483
8484 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8485 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8486 pointer. Update comment about comp_unit_head.
8487 (struct abbrev_info): Shorten two int flags.
8488 (dwarf_alloc_abbrev): Take a CU argument.
8489 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8490 each time through the loop. Update cleanup argument.
8491 (psymtab_to_symtab_1): Update cleanup call.
8492 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8493 abbrev_obstack.
8494 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8495 Just call obstack_free and clear the pointer.
8496
8497 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8498
8499 * infrun.c (handle_inferior_event): Remove short-circuit code for
8500 events in a different thread.
8501
8502 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8503
8504 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8505 print the whole transfer.
8506 (initialize_targets): Update description of "set debug target".
8507
8508 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8509
8510 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8511
8512 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8513
8514 * MAINTAINERS (write after approval): Add myself.
8515
8516 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8517
8518 * sh-tdep.c (sh_print_registers_info): Use for loop.
8519 Don't skip multiple registers when a float register is encountered.
8520
8521 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8522
8523 Fix PR tdep/1291.
8524 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8525 to official SH documentation.
8526
8527 2004-03-07 Andrew Cagney <cagney@redhat.com>
8528
8529 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8530 unused function.
8531
8532 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8533
8534 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8535 (arm_get_next_pc): Handle BX and BLX.
8536
8537 2004-03-07 Andrew Cagney <cagney@redhat.com>
8538
8539 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8540 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8541 HPPA_SP_REGNUM.
8542 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8543 (hppa_target_read_fp): Delete.
8544 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8545 register_virtual_size, max_register_raw_size,
8546 max_register_virtual_size, register_byte, register_size,
8547 target_read_fp, fp_regnum, and register_bytes. Set register_type
8548 instead of register_virtual_type.
8549 (hppa32_register_type, hppa64_register_type): Replace
8550 hppa32_register_virtual_type and hppa64_register_virtual_type.
8551 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8552 (HPPA_FP_REGNUM): Define.
8553
8554 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8555
8556 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8557 (pa_do_registers_info): Delete.
8558 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8559 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8560 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8561
8562 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8563 GDB_TARGET_IS_HPPA code.
8564 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8565 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8566 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8567 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8568 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8569 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8570 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8571 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8572 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8573 (hppa_frameless_function_invocation, hppa64_store_return_value)
8574 (hppa_store_struct_return, hppa64_extract_return_value)
8575 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8576 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8577 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8578 (find_proc_framesize, deposit_21, restore_pc_queue)
8579 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8580 (rp_saved, pc_in_linker_stub): Delete.
8581
8582 Unconditionally enable 64-bit frame and ABI code.
8583 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8584 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8585 push_dummy_frame, fix_call_dummy, push_arguments,
8586 call_dummy_location, extract_return_value, use_struct_convention,
8587 store_return_value, store_struct_return, saved_pc_after_call,
8588 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8589 frame_chain, frame_chain_valid, frameless_function_invocation,
8590 frame_saved_pc, and pop_frame.
8591
8592 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8593 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8594 (hppa_gdbarch_init): Do not set PC_REGNUM.
8595
8596 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8597
8598 * config/alpha/tm-fbsd.h: Remove file.
8599 * config/alpha/fbsd.mt: Tweak comment.
8600 (TM_FILE): Set to tm-alpha.h.
8601
8602 2004-03-05 Andrew Cagney <cagney@redhat.com>
8603
8604 * infrun.c (step_over_function): When non-legacy code, and no
8605 step_frame_id, use the unwinder to get the caller's frame ID.
8606
8607 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8608
8609 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8610 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8611 bfd_arch_unknown. Adjust comment.
8612
8613 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8614 * i386obsd-tdep.c: Correct spelling in comment.
8615 * i386nbsd-tdep.c: Correct spelling in comment.
8616 * sparc-tdep.c: Correct spelling in comments.
8617
8618 2004-03-05 David Carlton <carlton@kealia.com>
8619
8620 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8621 bug.
8622
8623 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8624
8625 * sparc-tdep.c: Fix typo in comment.
8626
8627 2004-03-04 J. Brobecker <brobecker@gnat.com>
8628
8629 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8630
8631 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8632
8633 * dwarf2read.c: Add comment describing memory lifetimes.
8634 (struct dwarf2_pinfo): Update comment.
8635 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8636 (read_enumeration, new_symbol): Don't use obsavestring.
8637
8638 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8639
8640 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8641 instead of amd64_fill_fxsave.
8642 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8643 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8644
8645 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8646 Reorganize code a bit.
8647
8648 2004-03-04 Orjan Friberg <orjanf@axis.com>
8649
8650 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8651 when the frame pointer is pushed. Don't set the frame pointer's
8652 address on the stack unless it's actually located there.
8653 Set the SRP's address on the stack correctly when the PC is still in
8654 the prologue.
8655 (cris_return_value): New function.
8656 (cris_gdbarch_init): Clear deprecated store_return_value,
8657 extract_return_value.
8658
8659 2004-03-02 Jim Blandy <jimb@redhat.com>
8660
8661 * stabsread.c (reg_value_complaint): The maximum register number
8662 is one less than the number of registers.
8663
8664 2004-03-02 Andrew Cagney <cagney@redhat.com>
8665
8666 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8667 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8668 trailing comma and redundant assignment of I386_ST0_REGNUM.
8669 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8670 32-bit segment registers.
8671
8672 2004-03-01 Andrew Cagney <cagney@redhat.com>
8673
8674 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8675 use frame_relative_level and get_next_frame.
8676
8677 2004-02-29 Andrew Cagney <cagney@redhat.com>
8678
8679 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8680 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8681 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8682 Delete macro.
8683
8684 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8685
8686 * inflow.c (terminal_inferior): Don't give up the terminal if we
8687 previously couldn't get the inferior's terminal state.
8688
8689 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8690
8691 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8692 PC_REGNUM.
8693
8694 2004-02-28 Andrew Cagney <cagney@redhat.com>
8695
8696 * NEWS: Refer to GDB 6.1.
8697 * README: Refer to GDB 6.1.
8698 * PROBLEMS: Refer to GDB 6.1.
8699
8700 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8701
8702 * thread-db.c (disable_thread_signals): Remove unused function.
8703
8704 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8705
8706 * amd64-nat.c: Include "gdb_string.h".
8707 (amd64_collect_native_gregset): Zero-extend the 32-bit
8708 general-purpose registers and %eip.
8709
8710 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8711 * amd64-tdep.c (amd64_collect_fxsave): New function.
8712 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8713
8714 * i387-tdep.h: Update copyright year.
8715 (i387_collect_fxsave): New prototype.
8716 * i387-tdep.c: Update copyright year.
8717 (i387_collect_fxsave): New function containing most of the code
8718 from i387_fill_fxsave.
8719 (i387_fill_fxsave): Call i387_collect_fxsave.
8720
8721 2004-02-28 Andrew Cagney <cagney@redhat.com>
8722
8723 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8724 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8725
8726 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8727
8728 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8729
8730 2004-02-28 Andrew Cagney <cagney@redhat.com>
8731
8732 * utils.c: Use "", instead of <>, to include readline.
8733 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8734 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8735 * source.c, solib.c, exec.c, event-top.c: Ditto.
8736 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8737 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8738 * Makefile.in: Update all dependencies.
8739 (readline_tilde_h, readline_history_h): Define.
8740 (readline_headers): Delete.
8741
8742 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8743
8744 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8745 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8746 "config/i386/tm-lx64.h".
8747
8748 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8749 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8750 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8751
8752 2004-02-28 Andrew Cagney <cagney@redhat.com>
8753
8754 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8755
8756 * breakpoint.c (_initialize_breakpoint): Use
8757 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8758 Add help to show command.
8759
8760 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8761
8762 * i386-nat.c: Reformat to be closer to coding standards.
8763 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8764 `retval'. Make variables `align' and `size' local to while-loop.
8765 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8766 (_initialize_i386_nat): New prototype.
8767
8768 * tui/tui.c: Include <readline/readline.h> instead of
8769 "readline/readline.h". Include it after <term.h> and
8770 "gdb_curses.h".
8771
8772 2004-02-27 Andrew Cagney <cagney@redhat.com>
8773
8774 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8775 the new frame unwind code.
8776 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8777 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8778 PCOQ_HEAD_REGNUM.
8779
8780 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8781 "return_value" and "push_dummy_call".
8782 (hppa32_use_struct_convention): Delete unused function.
8783 (hppa32_store_return_value): Delete unused function.
8784 (hppa32_extract_return_value): Delete unused function.
8785 (hppa32_stack_align): Delete function.
8786
8787 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8788
8789 * coffread.c (enter_linenos): Don't let rawptr reference memory
8790 outside linetab[]'s limits.
8791
8792 2004-02-27 Andrew Cagney <cagney@redhat.com>
8793
8794 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8795 inferior stack space - the stack needs to grow upwards.
8796 (hppa32_frame_align): New function.
8797 (hppa64_frame_align): Replace hppa_frame_align.
8798 (hppa_gdbarch_init): Update.
8799
8800 2004-02-26 Orjan Friberg <orjanf@axis.com>
8801
8802 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8803 (dwarf2-frame.h): Include.
8804 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8805 Remove static variables related to ABI setting.
8806 (struct gdbarch_tdep): Remove cris_abi member.
8807 (struct frame_extra_info): Remove.
8808 (cris_unwind_cache, stack_item): New structs.
8809 (cris_frame_unwind, cris_frame_base): New variables.
8810 (push_stack_item, pop_stack_item)
8811 (cris_frame_unwind_cache, cris_frame_this_id)
8812 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8813 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8814 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8815 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8816 (cris_reg_struct_has_addr): New functions.
8817 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8818 (cris_frame_saved_pc, cris_saved_pc_after_call,
8819 (cris_store_struct_return, cris_frameless_function_invocation)
8820 (cris_pop_frame, cris_skip_prologue_main)
8821 (cris_abi_original_store_return_value)
8822 (cris_abi_v2_store_return_value)
8823 (cris_abi_original_extract_return_value)
8824 (cris_abi_v2_extract_return_value)
8825 (cris_abi_original_reg_struct_has_addr)
8826 (cris_abi_v2_reg_struct_has_addr)
8827 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8828 (cris_push_return_address, cris_abi_update): Remove.
8829 (_initialize_cris_tdep): Remove ABI command.
8830 (cris_dump_tdep): Ditto.
8831 (cris_gdbarch_init): Remove ABI command.
8832 Set store_return_value, extract_return_value, push_dummy_code,
8833 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8834 frame_unwind_append_sniffer, frame_base_set_default.
8835 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8836 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8837 sizeof_call_dummy_words, get_saved_register, push_return_address,
8838 pop_frame, store_struct_return, frame_init_saved_regs,
8839 init_extra_frame_info, frameless_function_invocation, frame_chain,
8840 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8841 dummy_write_sp.
8842
8843 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8844
8845 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8846 * valprint.c (print_hex_chars): Change from static to external.
8847 (print_char_chars): New function.
8848 * printcmd.c (print_scalar_formatted): For integer and enum types
8849 that are longer than LONGEST, perform processing via appropriate
8850 print_*_chars routines.
8851
8852 2004-02-26 Andrew Cagney <cagney@redhat.com>
8853
8854 * Makefile.in: Update dependencies.
8855 Changes from Ulrich Weigand,
8856 * s390-tdep.c: Include "dwarf2-frame.h".
8857 (s390_dwarf2_frame_init_reg): New function.
8858 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8859 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8860
8861 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8862
8863 * breakpoint.c (pending_break_support): New setting variable.
8864 (break_command_1): Account for pending_break_support setting
8865 when creating pending breakpoints.
8866 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8867 (_initialize_breakpoint): Add "set breakpoint pending" and
8868 "show breakpoint pending" commands.
8869
8870 2004-02-26 Andrew Cagney <cagney@redhat.com>
8871
8872 Fix PR i18n/1570.
8873 * charset.c (backslashable, backslashed, represented): Remove 'e'
8874 from list of escaped characters, not part of ISO-C.
8875
8876 2004-02-25 J. Brobecker <brobecker@gnat.com>
8877
8878 From Peter Schauer <schauer@pdf.de>:
8879 * tui/tui.c: Move system header includes after local includes.
8880 Fixes a build failure on solaris systems.
8881
8882 2004-02-25 J. Brobecker <brobecker@gnat.com>
8883
8884 * configure.in: Refine the previous change.
8885 * configure: Regenerate.
8886
8887 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8888
8889 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8890 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8891 "amd64-tdep.h" instead of "x86-64-tdep.h".
8892 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8893 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8894 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8895 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8896 and "x86-64-tdep.c".
8897 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8898 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8899 and "x86-64-tdep.c".
8900 * amd64bsd-nat.c: Update copyright year.
8901 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8902 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8903 "x86-64-tdep.h".
8904 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8905 "x86-64-tdep.h".
8906 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8907 "x86-64-tdep.h".
8908 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8909 "x86-64-tdep.h".
8910 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8911 "x86-64-tdep.h".
8912 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8913 "x86-64-tdep.h".
8914 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8915 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8916 * Makefile.in (amd64_linux_tdep_h): Renamed from
8917 x86_64_linux_tdep_h.
8918 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8919 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8920 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8921 (amd64obsd-tdep.o): Update dependencies.
8922 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8923 dependencies.
8924 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8925 dependencies.
8926 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8927 amd64-linux-nat.c amd64-linux-tdep.c.
8928 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8929 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8930 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8931 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8932 amd64-tdep.o and amd64-linux-tdep.o.
8933 (TM_FILE): Set to tm-linux64.h.
8934 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8935 (NAT_FILE): Set to nm-linux64.h.
8936 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8937 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8938 amd64-tdep.o.
8939 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8940 amd64-tdep.o.
8941 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8942 amd64-tdep.o.
8943
8944 2004-02-25 Roland McGrath <roland@redhat.com>
8945
8946 * remote.c (remote_protocol_qPart_auxv): New variable.
8947 (init_all_packet_configs): Initialize it.
8948 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8949 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8950 (show_remote_cmd): Call it.
8951 (_initialize_remote): Initialize commands.
8952 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8953 service TARGET_OBJECT_AUXV requests.
8954
8955 2004-02-25 J. Brobecker <brobecker@gnat.com>
8956
8957 * configure.in: Make sure that the wborder function is available.
8958 Otherwise, search for it in the cur_colr library.
8959 * configure: Regenerate.
8960
8961 2004-02-25 Andrew Cagney <cagney@redhat.com>
8962
8963 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8964
8965 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8966
8967 * config/i386/tm-x86-64linux.h: Tweak comments.
8968
8969 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8970
8971 * MAINTAINERS: Add self to write-after-approval list.
8972
8973 2004-02-25 Andrew Cagney <cagney@redhat.com>
8974
8975 PR cli/1566. Problem found, and fix suggested by David Allan.
8976 * cli/cli-script.c (execute_control_command): Unconditionally
8977 install a cleanup. Default "ret" to "invalid_control". Use
8978 "break" instead of "return" to escape from the switch.
8979
8980 2004-02-24 J. Brobecker <brobecker@gnat.com>
8981
8982 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8983 with the lines macro defined in term.h on AiX.
8984 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8985 a collision with the label_width macro defined in term.h on AiX.
8986
8987 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8988
8989 Committed by Kevin Buettner <kevinb@redhat.com>.
8990
8991 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8992 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8993 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8994 instead of ia64_write_pc().
8995 * ia64-linux-tdep.c (regcache.h): Include.
8996 (ia64_linux_write_pc): New function.
8997
8998 2004-02-23 Roland McGrath <roland@redhat.com>
8999
9000 * auxv.c (info_auxv_command): Fix typos in error messages.
9001
9002 2004-02-23 Mark Kettenis <kettenis@gnu.org>
9003
9004 * x86-64-tdep.h: Tweak comment.
9005 (enum amd64_regnum): New.
9006 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9007 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9008 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9009 (X86_64_XMM1_REGNUM): Removed.
9010 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9011 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9012 prototypes for renamed functions.
9013 * x86-64-tdep.c: Fix typo.
9014 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9015 register numbers.
9016 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9017 Use constants from `enum amd64_regnum' for register numbers.
9018 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9019 (amd64_analyze_prologue, amd64_frame_cache,
9020 amd64_sigtramp_frame_cache): Use constants from `enum
9021 amd64_regnum' for register numbers.
9022 (amd64_supply_fpregset): Adjust for renamed functions.
9023 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9024 `enum amd64_regnum' for register numbers.
9025 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9026 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9027 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9028 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9029 (amd64_linux_fill_gregset): Adjust for renamed macros.
9030 (fetch_core_registers): Adjust for renamed functions.
9031 (amd64_linux_init_abi): Adjust for renamed functions.
9032 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9033 renamed functions.
9034 * amd64-nat.c: Adjust for renamed macros.
9035 * amd64bsd-nat.c (fetch_inferior_registers)
9036 (store_inferior_registers): Use constants from `enum amd64_regnum'
9037 for register numbers. Adjust for renamed variables.
9038 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9039 renamed variables.
9040 (_initialize_amd64fbsd_nat): Use constants from `enum
9041 amd64_regnum' for register numbers.
9042 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9043 `enum amd64_regnum' for register numbers.
9044 (amd64fbsd_init_abi): Adjust for renamed functions.
9045 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9046 `enum amd64_regnum' for register numbers.
9047 (amd64nbsd_init_abi): Adjust for renamed functions.
9048 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9049 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9050 `enum amd64_regnum' for register numbers.
9051 (amd64obsd_init_abi): Adjust for renamed functions.
9052 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9053
9054 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9055
9056 * breakpoint.c (print_one_breakpoint): Do not output spaces
9057 after printing <PENDING> for a pending breakpoint.
9058
9059 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9060
9061 * printcmd.c (print_scalar_formatted): Initialize val_long
9062 to remove compiler warning message.
9063
9064 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9065
9066 * defs.h (nquery, yquery): New prototypes.
9067 * breakpoint.c (break_command_1): Use new nquery interface.
9068 * utils.c (defaulted_query, nquery, yquery): New functions.
9069
9070 2004-02-23 Andrew Cagney <cagney@redhat.com>
9071
9072 * hppa-tdep.c (hppa_frame_align): New function.
9073 (hppa32_push_dummy_call): New function.
9074 (hppa64_push_dummy_call): New function.
9075 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9076 disabled.
9077
9078 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9079 FIX_CALL_DUMMY when push_dummy_call is available.
9080 (call_function_by_hand, push_dummy_code): Ditto.
9081
9082 2004-02-22 Andrew Cagney <cagney@redhat.com>
9083
9084 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9085 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9086 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9087 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9088 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9089 call_dummy_location to ON_STACK.
9090
9091 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9092
9093 * x86-64-linux-tdep.c: Tweak comment.
9094 (amd64_linux_supply_gregset): Renamed from
9095 x86_64_linux_supply_gresget.
9096 (amd64_linux_fill_gregset): Renamed from
9097 x86_64_linux_fill_gregset.
9098 (fetch_core_registers): Adjust for renamed functions.
9099 (amd64_core_fns): Renamed from x86_64_core_fns.
9100 (amd64_linux_sigtramp_start): Renamed from
9101 x86_64_linux_sigtramp_start.
9102 (amd64_linux_pc_in_sigtramp): Renamed from
9103 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9104 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9105 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9106 (amd64_linux_sigcontext_addr): Renamed from
9107 x86_64_linux_sigcontext_addr.
9108 (amd64_linux_sc_reg_offset): Renamed from
9109 x86_64_linux_sc_reg_offset.
9110 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9111 Adjust for renamed functions and variables.
9112 (_initialize_amd64_linux_tdep): Renamed from
9113 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9114 variables.
9115 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9116 Adjust for renamed functions.
9117
9118 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9119 from x86_64_linux_gregset64_reg_offset.
9120 (amd64_linux_gregset32_reg_offset): Rename from
9121 x86_64_linux_gregset64_reg_offset.
9122 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9123 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9124 (amd64_linux_dr_set_control): Renamed from
9125 x86_64_linux_dr_set_control. Adjust for renamed functions.
9126 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9127 Adjust for renamed functions.
9128 (amd64_linux_dr_reset_addr): Renamed from
9129 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9130 (amd64_linux_dr_get_status): Renamed from
9131 x86_64_linux_dr_get_status. Adjust for renamed functions.
9132 (_initialize_amd64_linux_nat): Renamed from
9133 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9134 functions.
9135 * config/i386/nm-x86-64linux.h: Update copyright year.
9136 Adjust for renamed functions.
9137
9138 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9139 amd64fbsd_sigtramp_start.
9140 (amd64fbsd_sigtramp_end_addr): Renamed from
9141 amd64fbsd_sigtramp_end.
9142 (amd64fbsd_init_abi): Adjust for renamed variables.
9143 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9144 variables.
9145 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9146 amd64fbsd_sigtramp_start.
9147 (amd64fbsd_sigtramp_end_addr): Renamed from
9148 amd64fbsd_sigtramp_end.
9149
9150 2004-02-22 Andrew Cagney <cagney@redhat.com>
9151
9152 * hppa-tdep.c (hppa32_return_value): New function.
9153 (hppa64_return_value): New function.
9154 (hppa_gdbarch_init): Set return_value; keep disabled.
9155
9156 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9157 struct-return and inferior function call methods.
9158
9159 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9160 "frame-base.h".
9161 (struct hppa_frame_cache): Define.
9162 (hppa_frame_cache, hppa_frame_this_id): New functions.
9163 (hppa_frame_prev_register): New function.
9164 (hppa_frame_unwind, hppa_frame_base): New variables.
9165 (hppa_frame_unwind_sniffer): New function.
9166 (hppa_frame_base_address, hppa_unwind_pc): New function.
9167 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9168 sniffer, and frame base sniffer; keep disabled.
9169 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9170 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9171
9172 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9173 to predicates for "seriously old code".
9174
9175 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9176 runtime if(0).
9177
9178 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9179 unsigned.
9180 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9181
9182 * config/pa/tm-hppa.h: Update copyright.
9183 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9184 (deprecated_init_frame_pc_default): Delete declaration.
9185 (hppa_frame_init_saved_regs): Delete declaration.
9186 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9187 * hppa-tdep.c: Include "arch-utils.h".
9188 (hppa_gdbarch_init): Set deprecated init_frame_pc
9189 and deprecated frame_init_saved_regs.
9190 (hppa_frame_init_saved_regs): Make static.
9191
9192 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9193
9194 Remove old 386BSD support.
9195 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9196 * configure.host: Remove i[34567]86-*-bsd*.
9197 * configure.tgt: Remove i[34567]86-*-bsd*.
9198 * i386b-nat.c: Removed.
9199 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9200 (i386b-nat.o): Remove dependencies.
9201
9202 * config/i386/i386bsd.mh: Removed.
9203 * config/i386/i386bsd.mt: Removed.
9204 * config/i386/nm-i386bsd.h: Removed.
9205 * config/i386/tm-i386bsd.h: Removed.
9206 * config/i386/xm-i386bsd.h: Removed.
9207
9208 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9209
9210 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9211 (amd64fbsd_init_abi): Set link map offsets.
9212 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9213 (amd64nbsd_init_abi): Set link map offsets.
9214 * amd64obsd-tdep.c: Include "solib-svr4.h".
9215 (amd64obsd_init_abi): Set link map offsets.
9216 * i386fbsd-tdep.c: Include "solib-svr4.h".
9217 (i386fbsd_init_abi): Set link map offsets.
9218 * i386nbsd-tdep.c: Include "solib-svr4.h".
9219 (i386nbsdelf_init_abi): Set link map offsets.
9220 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9221 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9222 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9223 solib-legacy.o and core-aout.o. Reformat.
9224 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9225 solib-svr4.o, solib-legacy.o. Reformat.
9226 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9227 * config/i386/nbsdelf.mh: Reformat.
9228 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9229 solib-svr4.o, solib-legacy.o and corelow.o.
9230 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9231 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9232 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9233 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9234 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9235 (TM_FILE): Set to tm-fbsd.h.
9236 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9237 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9238 solib-svr4.o.
9239 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9240 solib-svr4.o.
9241 (TM_FILE): Set to nm-nbsd.h.
9242 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9243 Simplify shared library support. Don't include "elf/common.h".
9244 (SVR4_SHARED_LIBS): Don't define.
9245 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9246 "solib.h".
9247 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9248 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9249 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9250 Don't include "i386/tm-i386.h". Include "solib.h".
9251 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9252 Don't include "i386/tm-i386.h".
9253 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9254 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9255 Include "i386/xm-i386.h".
9256 (HOST_LONG_DOUBLE_FORMAT): Remove.
9257
9258 Fix OpenBSD/i386 sigtramp recognition.
9259 * i386-tdep.h: Update copyright year.
9260 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9261 (i386bsd_sigtramp_end): New prototypes.
9262 (i386fbsd_sigtramp_start_addr): Renamed from
9263 i386fbsd_sigtramp_start.
9264 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9265 (i386obsd_sigtramp_start_addr): Renamed from
9266 i386obsd_sigtramp_start.
9267 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9268 * i386bsd-tdep.c: Update copyright year.
9269 (i386bsd_pc_in_sigtramp): Make public.
9270 * i386fbsd-nat.c: Update copyright year.
9271 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9272 * i386fbsd-tdep.c: Update copyright year.
9273 (i386fbsd_sigtramp_start_addr): Renamed from
9274 i386fbsd_sigtramp_start.
9275 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9276 (i386fbsdaout_init_abi): Adjust for renamed variables.
9277 * i386obsd-nat.c: Update copyright year.
9278 (_initialize_i386obsd_nat): Adjust for renamed variables.
9279 * i386obsd-tdep.c: Include "target.h".
9280 (i386obsd_page_size): New variable.
9281 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9282 (i386obsd_sigtramp_end): New functions.
9283 (i386obsd_sigtramp_start_addr): Renamed from
9284 i386obsd_sigtramp_start.
9285 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9286 (i386obsd_init_abi): Adjust for renamed variables. Set
9287 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9288 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9289
9290 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9291 trampoline change in OpenBSD kernel.
9292
9293 * amd64-nat.c: Update copyright year.
9294 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9295 architecture from REGCACHE.
9296
9297 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9298 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9299
9300 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9301
9302 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9303 i[34567]86-*-openbsd3.[0-3].
9304 * config/i386/obsdaout.mh: New file.
9305
9306 * config/i386/obsd.mh (MH_FLAGS): Remove.
9307
9308 Fix PR build/1549.
9309 * i386obsd-tdep.c: Update copyright years. Include
9310 "solib-svr4.h".
9311 (i386obsd_init_abi): Don't set regset_from_core_section here.
9312 (i386obsd_aout_init_abi): New function. Set
9313 regset_from_core_section here.
9314 (i386obsd_elf_init_abi): New function.
9315 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9316 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9317 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9318 (TM_FILE): Set to tm-nbsd.h.
9319
9320 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9321 solib-sunos.o.
9322
9323 * solib-svr4.h: Update copyright year.
9324 (svr4_ilp32_fetch_link_map_offsets)
9325 (svr4_lp64_fetch_link_map_offsets): New prototype.
9326 * solib-svr4.c: Update copyright year.
9327 (svr4_ilp32_fetch_link_map_offsets)
9328 (svr4_lp64_fetch_link_map_offsets): New function.
9329
9330 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9331
9332 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9333 to the partial symbol table.
9334
9335 2004-02-20 J. brobecker <brobecker@gnat.com>
9336
9337 * PROBLEMS: Add description of problem documented under gdb/1560.
9338
9339 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9340
9341 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9342 comments.
9343 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9344 functions.
9345 (amd64obsd_init_abi): Reorder initializations. Use
9346 amd64obsd_r_reg_offset to initialize the general-purpose register
9347 set details. Set regset_from_core_section.
9348 (_initialize_amd64obsd_tdep): Rename from
9349 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9350 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9351 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9352
9353 * NEWS (New native configurations): Mention OpenBSD/alpha.
9354 * configure.tgt: Add alpha*-*-openbsd*.
9355 * configure.host: Add alpha*-*-openbsd*.
9356 * alphanbsd-tdep.c: Update copyright year.
9357 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9358
9359 2004-02-20 Andrew Cagney <cagney@redhat.com>
9360
9361 Fix PR tdep/1372.
9362 * configure.tgt: Delete target "none-*-*".
9363 * configure.host: Delete host "none-*-*".
9364 * config/none/none.mh: Delete file.
9365 * config/none/none.mt: Delete file.
9366 * config/none/xm-none.h: Delete file.
9367 * config/none/tm-none.h: Delete file.
9368 * config/none/nm-none.h: Delete file.
9369
9370 2004-02-19 Fred Fish <fnf@redhat.com>
9371
9372 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9373 cache->uses_fp prior to setting it.
9374
9375 2004-02-19 Fred Fish <fnf@redhat.com>
9376
9377 Fix for PR breakpoint/1558.
9378 * sh-tdep.c (IS_JSR): New macro.
9379 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9380
9381 2004-02-19 Jim Blandy <jimb@redhat.com>
9382
9383 * findvar.c (value_from_register): Doc fix.
9384
9385 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9386
9387 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9388 type being greater than sizeof of host's LONGEST. Always use
9389 unpack_long() unless format 'f' chosen.
9390
9391 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9392
9393 Committed by Elena Zannoni <ezannoni@redhat.com>
9394
9395 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9396 contains a symbol wich is the best, non-exact match for the given
9397 pc. Update comments.
9398
9399 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9400
9401 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9402 macro, which was part of the now removed Mach 3 port.
9403 * utils.c (request_quit): Ditto.
9404
9405 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9406
9407 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9408 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9409
9410 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9411
9412 Committed by Mark Kettenis <kettenis@gnu.org>.
9413
9414 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9415 Define.
9416
9417 2004-02-18 Andrew Cagney <cagney@redhat.com>
9418
9419 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9420 CONFIG_INSTALL and CONFIG_UNINSTALL.
9421 * configure: Re-generate.
9422 * interps.h (INTERP_TUI): Define.
9423 * Makefile.in: Update dependencies.
9424 (TUI): New macro.
9425 (tui-main.o): Specify dependencies.
9426 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9427 * tui/tui-main.c: New file.
9428
9429 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9430
9431 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9432 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9433 dependencies.
9434 * configure.host: Add x86_64-*-openbsd*.
9435 * configure.tgt: Add x86_64-*-openbsd*.
9436 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9437
9438 * tui/tui.c: Don't include <malloc.h>.
9439
9440 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9441 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9442 amd64nbsd-tdep.c.
9443
9444 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9445 static. Remove extraneous whitespace.
9446 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9447 static.
9448
9449 2004-02-17 Jim Blandy <jimb@redhat.com>
9450
9451 * findvar.c (value_from_register): Doc fix.
9452
9453 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9454
9455 Committed by Jim Blandy <jimb@redhat.com>.
9456
9457 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9458 CORE_ADDR as type for selectors. Correct types for GNU run time
9459 message lookup function to use double indirection.
9460 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9461 * objc-lang.h (lookup_child_selector): Adapt prototype.
9462
9463 * s390-nat.c (SUBOFF): New macro.
9464 (supply_gregset, fill_gregset): Use it to handle debugging
9465 of 32-bit exectuables running under a 64-bit kernel.
9466 * s390-tdep.c: Include "solib-svr4.h".
9467 (s390_svr4_fetch_link_map_offset): New function.
9468 (s390x_svr_fetch_link_map_offset): Likewise.
9469 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9470 * Makefile.in (s390-tdep.o): Update dependencies.
9471
9472 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9473 "frame-unwind.h".
9474 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9475 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9476 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9477 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9478 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9479 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9480 S390_SIGNAL_FRAMESIZE,
9481 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9482 (struct frame_extra_info): Remove.
9483 (s390_memset_extra_info): Remove.
9484 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9485 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9486 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9487 (is_rse): Renamed to ...
9488 (is_rsy): ... this. Support long displacements.
9489 (is_rxe): Renamed to ...
9490 (is_rxy): ... this. Support long displacements.
9491 (compute_x_addr): Support long displacements.
9492 (struct s390_prologue_data): New data type.
9493 (s390_on_stack): Change API to use struct s390_prologue_data.
9494 (s390_store): Reimplement.
9495 (s390_load): New function.
9496 (s390_get_signal_frame_info): Remove.
9497 (s390_get_frame_info): Remove, replace by ...
9498 (s390_analyze_prolog): ... this new function.
9499 (s390_check_function_end): Remove.
9500 (s390_function_start): Remove.
9501 (s390_frameless_function_invokation): Remove.
9502 (s390_is_sigreturn): Remove.
9503 (s390_init_frame_pc_first): Remove.
9504 (s390_init_frame_extra_info): Remove.
9505 (s390_frame_init_saved_regs): Remove.
9506 (s390_frame_saved_pc_nofix): Remove.
9507 (s390_frame_saved_pc): Remove.
9508 (s390_frame_chain): Remove.
9509 (s390_fp_regnum, s390_read_fp): Remove.
9510 (s390_pop_frame_regular, s390_pop_frame): Remove.
9511 (s390_saved_pc_after_call): Remove.
9512 (s390_skip_prologue): Reimplement.
9513 (s390_in_function_epilogue_p): Support long displacements.
9514 (struct s390_unwind_cache): New data structure.
9515 (s390_frame_unwind_cache): New function.
9516 (s390_prologue_frame_unwind_cache): Likewise.
9517 (s390_backchain_frame_unwind_cache): Likewise.
9518 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9519 (s390_frame_unwind): Define.
9520 (s390_frame_sniffer): New function.
9521 (struct s390_pltstub_unwind_cache): New data structure.
9522 (s390_pltstub_frame_unwind_cache): New function.
9523 (s390_pltstub_frame_this_id): Likewise.
9524 (s390_pltstub_frame_prev_register): Likewise.
9525 (s390_pltstub_frame_unwind): Define.
9526 (s390_pltstub_frame_sniffer): New function.
9527 (struct s390_sigtramp_unwind_cache): New data structure.
9528 (s390_sigtramp_frame_unwind_cache): New function.
9529 (s390_sigtramp_frame_this_id): Likewise.
9530 (s390_sigtramp_frame_prev_register): Likewise.
9531 (s390_sigtramp_frame_unwind): Define.
9532 (s390_sigtramp_frame_sniffer): New function.
9533 (s390_frame_base_address, s390_local_base_address): New functions.
9534 (s390_frame_base): Define.
9535 (s390_unwind_pc, s390_unwind_sp): New function.
9536 (s390_push_dummy_call): Use new frame base location.
9537 (s390_unwind_dummy_id): Likewise.
9538 (s390_gdbarch_init): Remove calls to:
9539 set_gdbarch_frameless_function_invocation,
9540 set_gdbarch_deprecated_init_frame_pc,
9541 set_gdbarch_deprecated_frame_chain,
9542 set_gdbarch_deprecated_frame_init_saved_regs,
9543 set_gdbarch_deprecated_pop_frame,
9544 set_gdbarch_deprecated_init_extra_frame_info,
9545 set_gdbarch_deprecated_init_frame_pc_first,
9546 set_gdbarch_deprecated_target_read_fp,
9547 set_gdbarch_deprecated_frame_saved_pc,
9548 set_gdbarch_deprecated_saved_pc_after_call,
9549 set_gdbarch_deprecated_fp_regnum.
9550 Add calls to:
9551 set_gdbarch_in_solib_call_trampoline,
9552 frame_unwind_append_sniffer,
9553 frame_base_set_default,
9554 set_gdbarch_unwind_pc,
9555 set_gdbarch_unwind_sp.
9556 * Makefile.in (s390-tdep.o): Update dependencies.
9557
9558 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9559 (S390_STACK_FRAME_OVERHEAD): Remove.
9560 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9561 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9562 (s390_promote_integer_argument): Remove.
9563 (s390_cannot_extract_struct_value_address): Remove.
9564 (s390_use_struct_convention, s390_store_struct_return): Remove.
9565 (s390_extract_return_value, s390_store_return_value): Remove.
9566 (s390_return_value_convention, s390_return_value): New functions.
9567 (is_float_singleton): Handle typedefs.
9568 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9569 Remove, replace by ...
9570 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9571 s390_function_arg_integer): ... these new functions.
9572 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9573 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9574 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9575 Fill in tdep->abi.
9576 Remove calls to:
9577 set_gdbarch_deprecated_store_struct_return,
9578 set_gdbarch_deprecated_extract_return_value,
9579 set_gdbarch_deprecated_store_return_value,
9580 set_gdbarch_use_struct_convention,
9581 set_gdbarch_extract_struct_value_address,
9582 set_gdbarch_deprecated_pc_in_call_dummy,
9583 set_gdbarch_deprecated_push_arguments,
9584 set_gdbarch_deprecated_save_dummy_frame_tos,
9585 set_gdbarch_deprecated_push_return_address,
9586 set_gdbarch_deprecated_sizeof_call_dummy_words,
9587 set_gdbarch_deprecated_call_dummy_words,
9588 set_gdbarch_deprecated_dummy_write_sp.
9589 Add calls to:
9590 set_gdbarch_push_dummy_call,
9591 set_gdbarch_unwind_dummy_id,
9592 set_gdbarch_return_value.
9593
9594 * config/s390/nm-linux.h: Update comments.
9595 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9596 (STOPPED_BY_WATCHPOINT): Redefine.
9597 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9598 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9599 (s390_stopped_by_watchpoint): Likewise.
9600 (watch_area_cnt): Remove.
9601 * s390-nat.c: Update comments.
9602 (watch_area): Remove typedef.
9603 Global replace watch_area by struct watch_area.
9604 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9605 (s390_stopped_by_watchpoint): Remove pid argument,
9606 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9607 (s390_fix_watch_points): Remove pid argument,
9608 use s390_inferior_tid. Recompute area spanned by watchpoints.
9609 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9610 argument. Reimplement.
9611
9612 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9613 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9614 (FETCH_INFERIOR_REGISTERS): Define.
9615 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9616 core-regset.o.
9617 * config/s390/s390x.mt: Remove.
9618 * config/s390/tm-s390.h: Remove.
9619 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9620 (TARGET_ELF64): Remove.
9621 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9622 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9623 s390*-*-* case; always set gdb_target to s390.
9624 * regformats/reg-s390.dat: Remove control registers.
9625 * regformats/reg-s390x.dat: Likewise.
9626 * s390-tdep.h: New file.
9627 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9628 Include "inferior.h" and "s390-tdep.h".
9629 Remove private definition of offsetof.
9630 (s390_register_u_addr): Remove.
9631 (regmap_gregset, regmap_fpregset): Define.
9632 (supply_gregset, fill_gregset): Reimplement.
9633 (supply_fpregset, fill_fpregset): Likewise.
9634 (s390_inferior_tid): New function.
9635 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9636 (fetch_inferior_registers, store_inferior_registers): Likewise.
9637 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9638 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9639 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9640 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9641 (struct gdbarch_tdep): Define.
9642 (struct s390_register_info): Define.
9643 (s390_register_info): New variable.
9644 (s390_register_name): Reimplement.
9645 (s390_register_type): New function.
9646 (s390_register_raw_size, s390x_register_raw_size): Remove.
9647 (s390_cannot_fetch_register): Remove.
9648 (s390_register_byte): Remove.
9649 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9650 (s390_dwarf_regmap): New variable.
9651 (s390_dwarf_reg_to_regnum): New function.
9652 (s390_stab_reg_to_regnum): Remove.
9653 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9654 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9655 (s390_convert_register_p): Likewise.
9656 (s390_register_to_value, s390_value_to_register): Likewise.
9657 (s390_register_reggroup_p): Likewise.
9658 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9659 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9660 (s390_supply_regset, s390_regset_from_core_section): New functions.
9661 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9662 (S390_FPR_SIZE): Likewise.
9663 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9664 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9665 (S390_NUM_GPRS): Move here from tm-s390.h.
9666 (S390_NUM_FPRS): Likewise.
9667 (s390_in_function_epilogue_p): New function.
9668 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9669 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9670 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9671 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9672 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9673 Remove calls to:
9674 set_gdbarch_deprecated_max_register_raw_size,
9675 set_gdbarch_deprecated_max_register_virtual_size,
9676 set_gdbarch_deprecated_register_byte,
9677 set_gdbarch_cannot_fetch_register,
9678 set_gdbarch_cannot_store_register,
9679 set_gdbarch_deprecated_register_size,
9680 set_gdbarch_deprecated_register_raw_size,
9681 set_gdbarch_deprecated_register_virtual_size,
9682 set_gdbarch_deprecated_register_virtual_type,
9683 set_gdbarch_deprecated_register_bytes.
9684 Add calls to:
9685 set_gdbarch_num_pseudo_regs,
9686 set_gdbarch_register_type,
9687 set_gdbarch_convert_register_p,
9688 set_gdbarch_register_to_value,
9689 set_gdbarch_value_to_register,
9690 set_gdbarch_register_reggroup_p,
9691 set_gdbarch_regset_from_core_section,
9692 set_gdbarch_pseudo_register_read,
9693 set_gdbarch_pseudo_register_write,
9694 set_gdbarch_in_function_epilogue_p.
9695 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9696 (s390_tdep_h): New variable.
9697
9698 2004-02-17 Jim Blandy <jimb@redhat.com>
9699
9700 * findvar.c (value_from_register): If the type has no length, just
9701 return an acceptable value --- don't report an internal error.
9702
9703 * stabsread.c (read_type): If we find any type numbers that are
9704 forward references, complain if the references aren't resolved by
9705 the time we're finished reading.
9706 (cleanup_undefined_types): Make error message more appropriate for
9707 a complaint.
9708
9709 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9710
9711 * Makefile.in (defs_h): Remove dependency on progress_h.
9712 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9713 progress.h.
9714 * main.c (captured_main): Delete use of START_PROGRESS and
9715 END_PROGRESS.
9716
9717 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9718
9719 * objfiles.c (terminate_minimal_symbol_table): Add back
9720 initialization of MSYMBOL_TYPE.
9721
9722 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9723
9724 Committed by Andrew Cagney.
9725 * Makefile.in (ia64_tdep_h): New macro.
9726 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9727 (ia64-tdep.o): Likewise.
9728 * ia64-tdep.h: New file.
9729 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9730 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9731 (ia64_aix_sigcontext_register_address): Likewise.
9732 (ia64_linux_getunwind_table): Delete declaration.
9733 * ia64-linux-tdep.c: Likewise.
9734
9735 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9736
9737 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9738 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9739 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9740
9741 2004-02-17 Andrew Cagney <cagney@redhat.com>
9742
9743 * symtab.c (skip_prologue_using_sal): New function.
9744 * symtab.h (skip_prologue_using_sal): Declare.
9745 * frv-tdep.c: Include "symtab.h".
9746 (skip_prologue_using_sal): Delete function.
9747 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9748 * rs6000-tdep.c (refine_prologue_limit): Mention
9749 skip_prologue_using_sal.
9750 * ia64-tdep.c (refine_prologue_limit): Ditto.
9751 * Makefile.in: Update dependencies.
9752
9753 2004-02-16 Andrew Cagney <cagney@redhat.com>
9754
9755 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9756 START_INFERIOR_TRAPS_EXPECTED.
9757 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9758 START_INFERIOR_TRAPS_EXPECTED.
9759 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9760 Delete macro.
9761 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9762 macro, moved to "nm-osf.h". Update copyright.
9763 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9764 update copyright.
9765
9766 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9767 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9768 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9769 frameless_look_for_prologue.
9770 * frame.h (legacy_frameless_look_for_prologue): Rename
9771 frameless_look_for_prologue.
9772 * gdbarch.h, gdbarch.c: Re-generate.
9773 * sh64-tdep.c (sh64_gdbarch_init): Update.
9774 * sh-tdep.c (sh_gdbarch_init): Update.
9775 * s390-tdep.c (s390_gdbarch_init): Update.
9776 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9777 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9778 * m68k-tdep.c (m68k_gdbarch_init): Update.
9779 (delta68_frame_args_address): Update.
9780 * m32r-tdep.c (m32r_gdbarch_init): Update.
9781 * hppa-tdep.c (hppa_gdbarch_init): Update.
9782 * h8300-tdep.c (h8300_gdbarch_init): Update.
9783 * frv-tdep.c (frv_gdbarch_init): Update.
9784 (frv_frameless_function_invocation): Update.
9785 * cris-tdep.c (cris_gdbarch_init): Update.
9786 (cris_frameless_function_invocation): Update.
9787 * avr-tdep.c (avr_gdbarch_init): Update.
9788 * arm-tdep.c (arm_gdbarch_init): Update.
9789 * stack.c (frame_info): Update, call predicate.
9790 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9791 * frame.c (legacy_get_prev_frame): Update, call predicate..
9792 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9793 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9794 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9795 invocation.
9796 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9797 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9798 * vax-tdep.c (vax_gdbarch_init): Ditto.
9799
9800 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9801 function.
9802
9803 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9804
9805 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9806 initializations.
9807
9808 2004-02-16 Andrew Cagney <cagney@redhat.com>
9809
9810 * tui/tui-windata.c: Include "gdb_string.h".
9811 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9812 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9813 * Makefile.in: Update dependencies.
9814
9815 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9816
9817 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9818 * infrun.c: Include "gdb_assert.h".
9819 (singlestep_ptid, saved_singlestep_ptid)
9820 (stepping_past_singlestep_breakpoint): New variables.
9821 (resume): Set singlestep_ptid. Check for singlestep thread
9822 hop.
9823 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9824 (handle_inferior_event): Handle singlestep thread hop.
9825
9826 2004-02-16 Andrew Cagney <cagney@redhat.com>
9827
9828 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9829 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9830 (dwarf2_frame_init_reg): Ditto.
9831
9832 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9833 suggested by Joshua Neuheisel
9834
9835 * configure.in: Always check for curses, including pdcurses.
9836 Warn, instead of error, when no curses are found. Enable TUI when
9837 curses is available.
9838 * configure: Re-generate.
9839
9840 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9841
9842 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9843 sh_sh4_register_convert_to_virtual.
9844 (sh_register_convert_to_raw): Rename from
9845 sh_sh4_register_convert_to_raw.
9846 (sh_pseudo_register_read): Accomodate above name change.
9847 (sh_pseudo_register_write): Ditto.
9848
9849 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9850
9851 * sh-tdep.c (sh_generic_register_name): Remove.
9852 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9853
9854 2004-02-15 Andrew Cagney <cagney@redhat.com>
9855
9856 * configure.in (build_warnings): Add -Wunused-function.
9857 * configure: Re-generate.
9858
9859 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9860 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9861
9862 * procfs.c (procfs_init_inferior): Assume that
9863 START_INFERIOR_TRAPS_EXPECTED is defined.
9864 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9865 * config/ns32k/tm-nbsd.h: Delete file,
9866 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9867
9868 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9869 * config/vax/tm-vax.h: Delete file.
9870
9871 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9872 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9873 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9874 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9875 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9876 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9877 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9878
9879 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9880
9881 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9882 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9883 (struct dwarf2_frame_ops): New.
9884 (dwarf2_frame_default_init_reg): New function, based on
9885 dwarf2_frame_init_reg.
9886 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9887 (dwarf2_frame_init_reg): Call architecture-specific function.
9888 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9889 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9890 instead of dwarf2_frame_data.
9891 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9892 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9893
9894 2004-02-15 Andrew Cagney <cagney@redhat.com>
9895
9896 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9897 register_gdbarch_swap.
9898 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9899 * f-lang.c (_initialize_f_language): Update, use
9900 DEPRECATED_REGISTER_GDBARCH_SWAP.
9901 * remote.c (_initialize_remote): Ditto.
9902 * regcache.c (_initialize_regcache): Ditto.
9903 * parse.c (_initialize_parse): Ditto.
9904 * infrun.c (_initialize_infrun): Ditto.
9905 * mi/mi-main.c (_initialize_mi_main): Ditto.
9906 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9907
9908 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9909 poking .cacheable directly.
9910 * symfile.c (symfile_bfd_open): Ditto.
9911
9912 * Makefile.in: Update all dependencies.
9913
9914 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9915 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9916 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9917 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9918 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9919
9920 2004-02-14 Andrew Cagney <cagney@redhat.com>
9921
9922 * arch-utils.c (legacy_convert_register_p): Check
9923 DEPRECATED_REGISTER_CONVERTIBLE_P.
9924 * findvar.c (value_of_register): Ditto.
9925
9926 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9927 * gdbarch.h, gdbarch.c: Re-generate.
9928 * arch-utils.c (deprecated_register_convertible_not): Delete.
9929 * arch-utils.h (deprecated_register_convertible_not): Delete.
9930 * mi/mi-main.c (get_register): Update. Update copyright.
9931 * infcmd.c (default_print_registers_info): Update.
9932
9933 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9934 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9935 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9936 * gdbarch.h, gdbarch.c: Re-generate.
9937 * frame.c (deprecated_get_next_frame_hack): Delete function.
9938 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9939 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9940 Update.
9941 * infcall.c (call_function_by_hand): Update.
9942
9943 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9944
9945 * symfile.c (init_entry_point_info, entry_point_address): Move
9946 from here...
9947 * objfiles.c (init_entry_point_info, entry_point_address):..to
9948 here.
9949 * symfile.h (init_entry_point_info, entry_point_address): Remove
9950 prototypes.
9951 * objfiles.h (init_entry_point_info, entry_point_address):Add
9952 prototypes.
9953 * cris-tdep.c: Remove include of symfile.h. Add include of
9954 objfiles.h.
9955 * infcall.c: Ditto.
9956 * mcore-tdep.c: Ditto.
9957 * mn10300-tdep.c: Ditto.
9958 * sh64-tdep.c: Ditto.
9959 * v850-tdep.c: Ditto.
9960 * arm-tdep.c: Remove include of symfile.h.
9961 * blockframe.c: Ditto.
9962 * coffread.c: Ditto.
9963 * dbxread.c: Ditto.
9964 * dwarf2read.c: Ditto.
9965 * dwarfread.c: Ditto.
9966 * frv-tdep.c: Ditto.
9967 * ia64-tdep.c: Ditto.
9968 * mdebugread.c: Ditto.
9969 * mipsread.c: Ditto.
9970 * rs6000-tdep.c: Ditto.
9971 * s390-tdep.c: Ditto.
9972 * sh-tdep.c: Ditto.
9973 * xstormy16-tdep.c: Ditto.
9974 * gdbarch.sh: Remove include of symfile.h.
9975 * gdbarch.c: Regenerate.
9976 * solib-irix.c (enable_break): Use entry_point_address().
9977 Add comment about include file.
9978 * xcoffread.c: Add comment about include file.
9979 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9980 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9981 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9982 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9983 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9984
9985 2004-02-13 Andrew Cagney <cagney@redhat.com>
9986
9987 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9988 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9989 copyright.
9990 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9991
9992 2004-02-12 Fred Fish <fnf@redhat.com>
9993
9994 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9995 set_gdbarch_store_return_value.
9996
9997 2004-02-12 Andrew Cagney <cagney@redhat.com>
9998
9999 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10000 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10001 (interrupt_query): Ditto.
10002 (ofunc): Delete unused variable.
10003 * cris-tdep.c (cris_abi): Delete unused function.
10004 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10005 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10006 (cris_get_asr_quick_shift_steps): Ditto.
10007 (cris_skip_prologue_frameless_p): Ditto.
10008 * arm-tdep.c (arm_push_return_address): Delete unused function.
10009 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10010 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10011 * s390-tdep.c (s390_function_start): Delete unused function.
10012
10013 2004-02-12 Andrew Cagney <cagney@redhat.com>
10014
10015 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10016 gdbarch.h, gdbarch.c: Re-generate.
10017 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10018 to generic_prologue_frameless_p.
10019 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10020 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10021
10022 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10023
10024 * mips-linux-tdep.c: Include "frame.h".
10025 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10026 (mips_linux_skip_resolver): New functions.
10027 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10028 and set_gdbarch_in_solib_call_trampoline.
10029 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10030 to after set_gdbarch_in_solib_return_trampoline. Only set the
10031 solib hooks to mips16 functions if the OS ABI is unknown.
10032 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10033 including "config/tm-linux.h".
10034 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10035 * Makefile.in (mips-linux-tdep.o): Update.
10036
10037 2004-02-11 David Carlton <carlton@kealia.com>
10038
10039 * linespec.c (decode_compound): Only look for a class symbol when
10040 considering all but the rightmost component.
10041
10042 2004-02-11 Andrew Cagney <cagney@redhat.com>
10043
10044 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10045 abi code are are separatly grouped.
10046
10047 2004-02-11 Andrew Cagney <cagney@redhat.com>
10048
10049 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10050 * gdbarch.h, gdbarch.c: Re-generate.
10051 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10052 * v850-tdep.c (v850_gdbarch_init): Update.
10053 * sh64-tdep.c (sh64_gdbarch_init): Update.
10054 * sh-tdep.c (sh_gdbarch_init): Update.
10055 * s390-tdep.c (s390_gdbarch_init): Update.
10056 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10057 * mips-tdep.c (mips_gdbarch_init): Update.
10058 * mcore-tdep.c (mcore_gdbarch_init): Update.
10059 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10060 * m32r-tdep.c (m32r_gdbarch_init): Update.
10061 * ia64-tdep.c (ia64_gdbarch_init): Update.
10062 * hppa-tdep.c (hppa_gdbarch_init): Update.
10063 * h8300-tdep.c (h8300_gdbarch_init): Update.
10064 * frv-tdep.c (frv_gdbarch_init): Update.
10065 * d10v-tdep.c (d10v_gdbarch_init): Update.
10066 * cris-tdep.c (cris_gdbarch_init): Update.
10067 * avr-tdep.c (avr_gdbarch_init): Update.
10068 * arm-tdep.c (arm_gdbarch_init): Update.
10069 * alpha-tdep.c (alpha_gdbarch_init): Update.
10070
10071 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10072
10073 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10074 comma.
10075 (sh_sh4al_dsp_register_name): Ditto.
10076
10077 2004-02-10 Andrew Cagney <cagney@redhat.com>
10078
10079 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10080 (mips_init_frame_pc_first): Delete function.
10081 (mips_frame_saved_pc): Delete function.
10082 (mips_frame_chain): Delete function.
10083 (mips_init_extra_frame_info): Delete function.
10084 (mips_xfer_register): Delete unused variable "reg".
10085 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10086 (mips_n32n64_return_value): Delete unused variable "reg".
10087 (mips_n32n64_return_value): Delete unused variable "pos".
10088 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10089 (mips_o32_return_value): Delete unused variable "pos".
10090 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10091 (mips_print_fp_register): Delete unused variable "namelen"
10092 (mips_print_fp_register): Delete unused variable "flt2"
10093 (get_frame_pointer): Delete function.
10094 (cached_proc_desc): Delete static variable.
10095 (mips_pop_frame): Delete function.
10096 (mips_find_saved_regs): Delete function.
10097 (mips_get_saved_register): Delete function.
10098 (mips_saved_pc_after_call): Delete function.
10099 (SIGFRAME_BASE): Delete macro.
10100 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10101 (SIGFRAME_PC_OFF): Delete macro.
10102 (SIGFRAME_REGSAVE_OFF): Delete macro.
10103 (mips_dump_tdep): Do not print deleted macro definitions.
10104
10105 2004-02-10 Andrew Cagney <cagney@redhat.com>
10106
10107 * Makefile.in (SFILES): Remove explictly listed tui files.
10108 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10109
10110 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10111
10112 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10113 to use paddr functions to format ia64 addresses and long values.
10114 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10115 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10116 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10117 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10118 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10119
10120 2004-02-10 Andrew Cagney <cagney@redhat.com>
10121
10122 * defs.h: Do not include "tui.h".
10123 * gdb_curses.h: New file.
10124 * tui/tui-hooks.h: New file.
10125 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10126 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10127 (tui_initialize_io): Delete declaration.
10128 (tui_initialize_readline: Delete redundant declaration.
10129 (struct tui_point): Delete definition.
10130 * tui/tui-data.h (struct tui_point): Define.
10131 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10132 * utils.c: Include "tui/tui.h".
10133 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10134 * printcmd.c [TUI]: Include "tui/tui.h".
10135 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10136 * tui/tui-command.c: Include "gdb_curses.h".
10137 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10138 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10139 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10140 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10141 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10142 * Makefile.in: Update all dependencies.
10143 (tui_hooks_h, gdb_curses_h): Define.
10144 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10145
10146 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10147
10148 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10149 auxf2. Add comments about some other rarely used fields.
10150
10151 2004-02-10 Andrew Cagney <cagney@redhat.com>
10152
10153 * Makefile.in (init.c): Fix script removing duplicates. Problem
10154 reported by Peter Schauer.
10155
10156 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10157
10158 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10159 obstack_specify_allocation.
10160 * objfiles.c (allocate_objfile): Ditto.
10161 * solib-sunos.c (solib_add_common_symbols)
10162 (allocate_rt_common_objfile): Ditto.
10163 * symfile.c (reread_symbols): Ditto.
10164 * gdb_obstack.h: Add comment.
10165
10166 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10167
10168 * linespec.c (decode_line_1, locate_first_half)
10169 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10170 commented out code.
10171
10172 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10173
10174 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10175 obstack_free.
10176
10177 2004-02-09 Andrew Cagney <cagney@redhat.com>
10178
10179 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10180 fails, try find_pc_section. Fix PR c++/1267.
10181 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10182 instead of find_pc_mapped_section.
10183 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10184 not default to the section containing PC. Fix PR symtab/1519.
10185
10186 2004-02-09 Andrew Cagney <cagney@redhat.com>
10187
10188 * Makefile.in (mips-tdep.o): Update dependencies.
10189 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10190 "trad-frame.h".
10191 (mips_unwind_pc): Return the pseudo PC register.
10192 (mips_unwind_dummy_id): New function.
10193 (mips16_fetch_instruction): New function.
10194 (mips32_fetch_instruction): New function.
10195 (struct mips_frame_cache): Define.
10196 (mips_mdebug_frame_cache): New function.
10197 (mips_mdebug_frame_this_id): New function.
10198 (mips_mdebug_frame_prev_register): New function.
10199 (mips_mdebug_frame_unwind): Define.
10200 (mips_mdebug_frame_sniffer): New function.
10201 (mips_mdebug_frame_base_address): New function.
10202 (mips_mdebug_frame_base): Define.
10203 (mips_mdebug_frame_base_sniffer): New function.
10204 (mips_gdbarch_init): Append unwind and base sniffers. Set
10205 unwind_dummy_id.
10206
10207 2004-02-08 Andrew Cagney <cagney@redhat.com>
10208
10209 * frame.c: Print both the register number and name.
10210
10211 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10212 and a sed into a single sed. Make .c and .o patterns more robust.
10213 (OBS): Delete.
10214 (INIT_FILES): Replace OBS with COMMON_OBS.
10215 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10216
10217 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10218
10219 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10220 the PT_WCOOKIE request.
10221
10222 2004-02-08 Andrew Cagney <cagney@redhat.com>
10223
10224 * mips-tdep.c (mips_unwind_pc): New function.
10225 (mips_gdbarch_init): Set mips_unwind_pc.
10226
10227 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10228 (get_frame_id): Allow the UNKNOWN_FRAME.
10229 (frame_register_unwind, get_frame_type): Ditto.
10230
10231 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10232 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10233 unwind_dummy_id indicates a legacy frame.
10234
10235 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10236 * configure: Re-generate.
10237
10238 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10239 methods.
10240
10241 2004-02-08 Andrew Cagney <cagney@redhat.com>
10242
10243 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10244 makefile macro.
10245 * configure: Re-generate.
10246 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10247 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10248 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10249 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10250 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10251 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10252 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10253 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10254 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10255 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10256
10257 2004-02-07 Andrew Cagney <cagney@redhat.com>
10258
10259 * Makefile.in: Update all dependencies.
10260
10261 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10262 * configure: Re-generate.
10263 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10264 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10265 (COMMON_OBS): Add "main.o" and "annotate.o".
10266 (ANNOTATE_OBS): Delete.
10267 (OBS): Remove ANNOTATE_OBS.
10268 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10269 CONFIG_INITS.
10270 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10271 against CONFIG_OBS and "main.o".
10272 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10273 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10274
10275 * tui/tui-command.c: Include "gdb_string.h", delete register
10276 attribute, use ISO-C function signatures.
10277 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10278 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10279 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10280 * tui/tui.c: Ditto.
10281
10282 * tui/tui-command.c: Change variable and function names to lower
10283 case.
10284 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10285 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10286 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10287 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10288 * tui/tui-winsource.c, tui/tui.c: Ditto.
10289
10290 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10291
10292 * buildsym.c (free_pending_blocks, finish_block)
10293 (record_pending_block, make_blockvector, end_symtab): Replace
10294 symbol_obstack with objfile_obstack.
10295 * coffread.c (process_coff_symbol, coff_read_struct_type)
10296 (coff_read_enum_type): Ditto.
10297 * cp-namespace.c (initialize_namespace_symtab)
10298 (check_one_possible_namespace_symbol): Ditto.
10299 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10300 (dwarf2_symbol_mark_computed): Ditto.
10301 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10302 * elfread.c (elf_symtab_read): Ditto.
10303 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10304 (hpread_read_enum_type, hpread_read_function_type)
10305 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10306 Ditto.
10307 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10308 (java_link_class_type): Ditto.
10309 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10310 (new_symbol): Ditto.
10311 * minsyms.c (install_minimal_symbols): Ditto.
10312 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10313 (terminate_minimal_symbol_table): Replace symbol_obstack with
10314 objfile_obstack.
10315 (free_objfile): Remove freeing of symbol_obstack.
10316 * objfiles.h: Remove symbol_obstack field.
10317 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10318 objfile_obstack.
10319 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10320 symbol_obstack.
10321 (solib_add_common_symbols): Replace symbol_obstack with
10322 objfile_obstack.
10323 * somsolib.c (som_solib_add): Ditto.
10324 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10325 (common_block_start, common_block_end): Ditto.
10326 * symfile.c (reread_symbols): Remove freeing and init of
10327 symbol_obstack.
10328 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10329 * symfile.h: Update comment.
10330 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10331 stats printing.
10332 * symtab.c (symbol_set_names): Replace symbol_obstack with
10333 objfile_obstack.
10334 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10335 Update comments.
10336 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10337 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10338 objfile_obstack.
10339
10340 2004-02-07 Andrew Cagney <cagney@redhat.com>
10341
10342 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10343 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10344 fields and variables.
10345 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10346 (m_beInvisible): Delete macro.
10347 * tui/tui-data.h: Fix case case fields and variables.
10348 (m_genWinPtrIsNull): Delete macro.
10349 (tui_win_list): Rename winList.
10350 (TUI_SRC_WIN): Rename srcWin.
10351 (TUI_DISASM_WIN): Rename disassemWin.
10352 (TUI_DATA_WIN): Rename dataWin.
10353 (TUI_CMD_WIN): Rename cmdWin.
10354 (m_genWinPtrNotNull): Delete macro.
10355 (m_winPtrIsNull): Delete macro.
10356 (m_winPtrNotNull): Delete macro.
10357 (tui_win_is_source_type): Replace m_winIsSourceType
10358 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10359 (tui_win_has_locator): Replace m_hasLocator.
10360 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10361 m_setWinHighlightOff.
10362 * tui/tui-data.c: Update references.
10363 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10364 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10365 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10366 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10367 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10368 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10369 * tui/tui-winsource.c, tui/tui.c: Ditto.
10370
10371 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10372
10373 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10374 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10375 StackGhost.
10376
10377 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10378 variable `i6' to `i7'.
10379 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10380
10381 2004-02-07 Andrew Cagney <cagney@redhat.com>
10382
10383 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10384 (TuiPoint, TuiPointPtr): Ditto.
10385 (TuiStatus, TuiStatusPtr): Ditto.
10386 (TuiWinType, TuiWinTypePtr): Ditto.
10387 (struct tui_point): Rename _TuiPoint.
10388 (tui_get_low_disassembly_address): Rename
10389 tuiGetLowDisassemblyAddress.
10390 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10391 (tuiFree): Delete declaration.
10392 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10393 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10394 * tui/tui.c (tuiFree): Delete function.
10395 * cli/cli-cmds.c (disassemble_command): Update references.
10396 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10397 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10398 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10399 * tui/tui-winsource.c: Ditto.
10400
10401 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10402
10403 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10404 coffstab_build_psymtabs, elfstab_build_psymtabs)
10405 (stabsect_build_psymtabs): Replace psymbol_obstack with
10406 objfile_obstack.
10407 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10408 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10409 Ditto.
10410 * dwarfread.c (scan_compilation_units): Ditto.
10411 * elfread.c (elfstab_offset_sections): Ditto.
10412 * hppa-tdep.c (read_unwind_info): Ditto.
10413 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10414 (hpread_end_psymtab): Ditto.
10415 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10416 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10417 Ditto.
10418 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10419 * objfiles.c (add_to_objfile_sections)
10420 (build_objfile_section_table): Ditto.
10421 (allocate_objfile): Remove init of psymbol_obstack.
10422 (free_objfile): Remove freeing of psymbol_obstack.
10423 * objfiles.h (struct objfile): Remove field
10424 psymbol_obstack. Update comments.
10425 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10426 psymbol_obstack with objfile_obstack.
10427 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10428 psymbol_obstack.
10429 * somread.c (som_symfile_offsets, init_import_symbols)
10430 (init_export_symbols): Replace psymbol_obstack with
10431 objfile_obstack.
10432 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10433 * symfile.c (default_symfile_offsets, syms_from_objfile)
10434 (reread_symbols): Remove freeing and init of psymbol_obstack.
10435 (cashier_psymtab): Update comment.
10436 * symmisc.c (print_objfile_statistics): Don't report stats for
10437 psymbol obstack.
10438 * symtab.h (struct general_symbol_info, struct partial_symtab):
10439 Update comments.
10440 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10441 (xcoff_symfile_offsets): Replace psymbol_obstack with
10442 objfile_obstack.
10443
10444 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10445
10446 * objfiles.h (struct objfile): Add objfile_obstack field.
10447 Remove type_obstack field.
10448
10449 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10450 read_structure_scope read_enumeration, new_symbol): Replace
10451 type_obstack with objfile_obstack.
10452 * dwarfread.c (struct_type, enum_type): Ditto.
10453 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10454 (lookup_fundamental_type): Ditto.
10455 * gdbtypes.h (TYPE_ALLOC): Ditto.
10456 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10457 (hpread_read_doc_function_type, hpread_read_struct_type)
10458 (fix_static_member_physnames, hpread_read_array_type)
10459 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10460 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10461 (java_link_class_type): Ditto.
10462 * mdebugread.c (parse_type): Ditto.
10463 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10464 * solib-sunos.c (solib_add_common_symbols): Ditto.
10465 * stabsread.c (define_symbol, read_type, read_member_functions,
10466 read_cpp_abbrev, read_one_struct_field): Ditto.
10467 * symfile.c (reread_symbols): Ditto.
10468 * symmisc.c (print_objfile_statistics): Ditto.
10469
10470 2004-02-07 Andrew Cagney <cagney@redhat.com>
10471
10472 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10473 (tui_exec_info_content): Rename TuiExecInfoContent.
10474 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10475 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10476 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10477 (TuiList, TuiListPtr): Ditto.
10478 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10479 (TuiDataType, TuiDataTypePtr): Ditto.
10480 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10481 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10482 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10483 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10484 (TuiDataElement, TuiDataElementPtr): Ditto.
10485 (TuiWinElement, TuiWinElementPtr): Ditto.
10486 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10487 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10488 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10489 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10490 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10491 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10492 * tui/tui-command.c, tui/tui-data.c: Update references.
10493 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10494 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10495 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10496 * tui/tui-winsource.c, tui/tui.c: Ditto.
10497
10498 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10499
10500 * dwarf2-frame.h: Update copyright.
10501 (enum dwarf2_frame_reg_rule): New.
10502 (struct dwarf2_frame_state_reg): New.
10503 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10504 * dwarf2-frame.c: Update copyright.
10505 (enum dwarf2_reg_rule): Remove.
10506 (struct dwarf2_frame_state): Remove defenition of `struct
10507 dwarf2_frame_state_reg'.
10508 (read_reg): Call get_frame_arch to get the architecture instead of
10509 using CURRENT_GDBARCH.
10510 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10511 DWARF2_FRAME_.
10512 (dwarf2_frame_init_reg): New function.
10513 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10514 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10515 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10516 tags with DWARF2_FRAME_.
10517 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10518 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10519 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10520
10521 2004-02-06 Andrew Cagney <cagney@redhat.com>
10522
10523 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10524 (enum tui_data_type): Rename _TuiDataType.
10525 (struct tui_layout_def): Rename _TuiLayoutDef.
10526 (struct tui_source_element): Rename _TuiSourceElement.
10527 (struct tui_data_element): Rename _TuiDataElement.
10528 (struct tui_command_element): Rename _TuiCommandElement.
10529 (struct tui_locator_element): Rename _TuiLocatorElement.
10530 (union tui_which_element): Define.
10531 (struct tui_win_element): Rename _TuiWinElement.
10532 (struct tui_data_info): Rename _TuiDataInfo.
10533 (struct tui_source_info): Rename _TuiSourceInfo.
10534 (struct tui_command_info): Rename _TuiCommandInfo.
10535 (tui_initialize_static_data): Rename initializeStaticData.
10536 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10537 (tui_alloc_win_info): Rename allocWinInfo.
10538 (tui_init_generic_part): Rename initGenericPart.
10539 (tui_init_win_info): Rename initWinInfo.
10540 (tui_alloc_content): Rename allocContent.
10541 (tui_add_content_elements): Rename addContentElements.
10542 (tui_init_content_element): Rename initContentElement.
10543 (tui_free_window): Rename freeWindow.
10544 (tui_free_win_content): Rename freeWinContent.
10545 (tui_free_data_content): Rename freeDataContent.
10546 (tui_free_all_source_wins_content): Rename
10547 freeAllSourceWinsContent.
10548 (tui_del_window): Rename tuiDelWindow.
10549 (tui_del_data_windows): Rename tuiDelDataWindows.
10550 (tui_partial_win_by_name): Rename partialWinByName.
10551 (tui_win_name): Rename winName.
10552 (tui_current_layout): Rename currentLayout.
10553 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10554 (tui_term_height): Rename termHeight.
10555 (tui_set_term_height_to): Rename setTermHeightTo.
10556 (tui_term_width): Rename termWidth.
10557 (tui_set_term_width_to): Rename setTermWidthTo.
10558 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10559 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10560 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10561 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10562 (tui_source_windows): Rename sourceWindows.
10563 (tui_clear_source_windows): Rename clearSourceWindows.
10564 (tui_clear_source_windows_detail): Rename
10565 clearSourceWindowsDetail.
10566 (tui_clear_win_detail): Rename clearWinDetail.
10567 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10568 (tui_default_tab_len): Rename tuiDefaultTabLen.
10569 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10570 (tui_win_with_focus): Rename tuiWinWithFocus.
10571 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10572 (tui_layout_def): Rename tuiLayoutDef.
10573 (tui_win_resized): Rename tuiWinResized.
10574 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10575 (tui_next_win): Rename tuiNextWin.
10576 (tui_prev_win): Rename tuiPrevWin.
10577 (tui_add_to_source_windows): Rename addToSourceWindows.
10578 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10579 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10580 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10581 * tui/tui.c, tui/tui-data.c: Ditto.
10582 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10583 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10584
10585 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10586 (struct symtab): Declare.
10587 (tui_set_source_content): Rename tuiSetSourceContent.
10588 (tui_show_symtab_source): Rename tuiShowSource.
10589 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10590 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10591 * tui/tui-source.c: Update copyright. Update references.
10592 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10593 * tui/tui-stack.c: Update references.
10594
10595 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10596 (struct tui_win_info): Declare.
10597 (tui_scroll_forward): Rename tuiScrollForward.
10598 (tui_scroll_backward): Rename tuiScrollBackward.
10599 (tui_scroll_left): Rename tuiScrollLeft.
10600 (tui_scroll_right): Rename tuiScrollRight.
10601 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10602 (tui_resize_all): Rename tuiResizeAll.
10603 (tui_refresh_all_win): Rename tuiRefreshAll.
10604 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10605 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10606 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10607 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10608
10609 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10610 (tui_erase_data_content): Rename tuiEraseDataContent.
10611 (tui_display_all_data): Rename tuiDisplayAllData.
10612 (tui_check_data_values): Rename tuiCheckDataValues.
10613 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10614 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10615 (tui_first_data_element_no_in_line): Rename
10616 tuiFirstDataElementNoInLine.
10617 (tui_delete_data_content_windows): Rename
10618 tuiDeleteDataContentWindows.
10619 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10620 (tui_display_data_from): Rename tuiDisplayDataFrom.
10621 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10622 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10623 * tui/tui-win.c, tui/tui-regs.c: Update references.
10624 * tui/tui-layout.c, tui/tui.c: Update references.
10625
10626 * tui/tui-wingeneral.h: Update copyright.
10627 (m_allBeVisible): Delete macro.
10628 (m_allBeInvisible): Delete macro.
10629 (struct tui_gen_win_info): Declare.
10630 (struct tui_win_info): Declare.
10631 (tui_unhighlight_win): Rename unhighlightWin.
10632 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10633 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10634 (tui_make_window): Rename makeWindow.
10635 (tui_copy_win): Rename copyWin.
10636 (tui_box_win): Rename boxWin.
10637 (tui_highlight_win): Rename highlightWin.
10638 (tui_check_and_display_highlight_if_needed): Rename
10639 checkAndDisplayHighlightIfNeeded.
10640 (tui_refresh_all): Rename refreshAll.
10641 (tui_delete_win): Rename tuiDelwin.
10642 (tui_refresh_win): Rename tuiRefreshWin.
10643 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10644 (tui_make_visible, tui_make_invisible): New functions.
10645 (tui_make_all_visible, tui_make_all_invisible): New functions.
10646 (make_all_visible): Rename makeAllVisible.
10647 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10648 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10649 * tui/tui-windata.c, tui/tui-win.c: Update references.
10650 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10651 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10652
10653 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10654
10655 * proc-api.c (write_with_trace): Initialize local variable to
10656 silence compiler warning.
10657
10658 2004-02-06 Andrew Cagney <cagney@redhat.com>
10659
10660 * tui/tui-source.h: Do not include "defs.h".
10661 (struct tui_win_info): Declare.
10662 (tui_set_source_content_nil): Declare.
10663 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10664 (union tui_line_or_address): Rename _TuiLineOrAddress.
10665 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10666 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10667 (tui_update_source_window_as_is): Rename
10668 tuiUpdateSourceWindowAsIs.
10669 (tui_update_source_windows_with_addr): Rename
10670 tuiUpdateSourceWindowsWithAddr.
10671 (tui_update_source_windows_with_line): Rename
10672 tuiUpdateSourceWindowsWithLine.
10673 (tui_clear_source_content): Rename tuiClearSourceContent.
10674 (tui_erase_source_content): Rename tuiEraseSourceContent.
10675 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10676 (tui_show_source_content): Rename tuiShowSourceContent.
10677 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10678 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10679 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10680 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10681 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10682 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10683 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10684 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10685 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10686 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10687 (struct tui_win_info): Declare.
10688 * tui/tui-stack.c: Update references.
10689 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10690 * tui/tui-win.c, tui/tui-source.c: Ditto.
10691 * tui/tui.c, tui/tui-disasm.c: Ditto.
10692
10693 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10694
10695 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10696 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10697
10698 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10699
10700 * infrun.c (handle_inferior_event): Allow for breakpoint
10701 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10702 and SIGEMT. Update comments.
10703 * NEWS (Revised SPARC target): Mention support for non-executable
10704 stack.
10705
10706 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10707
10708 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10709 * inftarg.c: Update copyright year.
10710 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10711 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10712 (sparc_xfer_wcookie): New function.
10713 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10714 * Makefile.in (sparc-nat.o): Update dependencies.
10715 * config/sparc/nm-nbsd.h: Include "target.h".
10716 (NATIVE_XFER_WCOOKIE): New define.
10717 (sparc_xfer_wcookie): New prototype.
10718
10719 2004-02-04 Andrew Cagney <cagney@redhat.com>
10720
10721 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10722 SYSCALL_TRAP function.
10723 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10724
10725 2004-02-04 Andrew Cagney <cagney@redhat.com>
10726 Daniel Jacobowitz <drow@mvista.com>
10727
10728 * objfiles.h: Delete comments refering to inside_entry_func and
10729 DEPRECATED_FRAME_CHAIN_VALID.
10730 * defs.h (inside_entry_func): Update prototype..
10731 * blockframe.c (inside_entry_func): Rename to
10732 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10733 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10734
10735 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10736
10737 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10738 outside of #ifdef SOLIB_ADD region.
10739 (do_restore_lang_radix_cleanup): Ditto.
10740 (resolve_pending_breakpoint): Ditto.
10741
10742 2004-02-03 Andrew Cagney <cagney@redhat.com>
10743
10744 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10745 (process_note_abi_tag_sections): Delete unused function.
10746 (ia64_read_fp): Delete unused function.
10747 (gdbarch_extract_struct_value_address): Delete declaration.
10748
10749 2004-02-02 Andrew Cagney <cagney@redhat.com>
10750
10751 * vax-tdep.c (vax_frame_chain): Delete call to
10752 deprecated_inside_entry_file.
10753 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10754
10755 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10756
10757 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10758 column that's "empty" or "same value" when eliminating REG_RA
10759 rules.
10760
10761 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10762
10763 * NEWS: Add information about new pending breakpoint support.
10764
10765 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10766
10767 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10768 and pending fields for pending breakpoint support.
10769 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10770 (condition_command): Only parse condition if not a pending
10771 breakpoint.
10772 (print_one_breakpoint): Add support for pending breakpoints.
10773 (describe_other_breakpoints): Add checks to verify we are not
10774 dealing with pending breakpoints.
10775 (check_duplicates): Don't check pending breakpoints.
10776 (set_raw_breakpoint): Initialize pending flag.
10777 (do_restore_lang_radix_cleanup): New cleanup routine.
10778 (resolve_pending_breakpoint): New function.
10779 (re_enable_breakpoints_in_shlibs): Try and resolve any
10780 pending breakpoints via resolve_pending_breakpoint.
10781 (mention): Add pending breakpoint support.
10782 (parse_breakpoint_sals): Add new parameter to pass to
10783 decode_line_1 to indicate silent errors when files or functions
10784 are not found. Change all callers.
10785 (do_captured_parse_breakpoint): New function.
10786 (break_command_1): Change prototype to return an rc value and to
10787 take an optional pending breakpoint pointer. Support creating
10788 a pending breakpoint if a "not found" form of error occurs when
10789 parsing the breakpoint. Also support resolving an existing pending
10790 breakpoint and be silent if the resolution fails.
10791 (create_breakpoints): Change prototype to take pending breakpoint
10792 pointer. When resolving a pending breakpoint, use the new pointer
10793 to provide a conditional or commands added by the end-user.
10794 (delete_breakpoint): Add appropriate check for pending.
10795 (breakpoint_re_set_one): Ditto.
10796 (do_enable_breakpoint): Ditto.
10797
10798 2004-02-02 David Carlton <carlton@kealia.com>
10799
10800 * valops.c (enum oload_classification): New.
10801 (find_overload_match): Break implementation into separate
10802 functions; delete #if 0'd code; look for symbols within
10803 namespaces.
10804 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10805 (find_oload_champ,oload_method_static,classify_oload_match): New.
10806 * cp-support.h: Add declaration for cp_func_name; update
10807 declaration for make_symbol_overload_list.
10808 * cp-support.c (cp_func_name): New.
10809 (overload_list_add_symbol): Fix comment, use
10810 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10811 (make_symbol_overload_list): Take a function name and a namespace
10812 instead of a symbol; change implementation.
10813 (make_symbol_overload_list_using): New.
10814 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10815
10816 2004-02-02 Fred Fish <fnf@redhat.com>
10817
10818 * main.c (gdb_stdtarg): Move definition to group with other
10819 gdb_stdtarg definitions and update copyright years.
10820 * remote-sim.c (gdb_os_write_stderr): Write output to
10821 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10822 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10823 gdb_stderr stream and update copyright years.
10824
10825 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10826
10827 * Makefile.in (mips-linux-nat.o): Update dependencies.
10828 * mips-linux-nat.c: Include mips-tdep.h.
10829
10830 2004-02-01 Roland McGrath <roland@redhat.com>
10831
10832 * sol-thread.c (sol_thread_xfer_partial): New function.
10833 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10834 (init_sol_core_ops): Likewise.
10835
10836 * procfs.c (procfs_xfer_partial): New function.
10837 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10838 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10839
10840 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10841 procfs_xfer_auxv function.
10842
10843 * procfs.c (procfs_make_note_section): If we can read
10844 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10845 * linux-proc.c (linux_make_note_section): Likewise.
10846
10847 * auxv.h: New file.
10848 * auxv.c: New file.
10849 * Makefile.in (auxv_h): New variable.
10850 (COMMON_OBS): Add auxv.o here.
10851 (auxv.o): New target.
10852
10853 * corelow.c (core_xfer_partial): New function.
10854 (init_core_ops): Use it for core_ops.to_xfer_partial.
10855
10856 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10857 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10858 macro if that is defined.
10859
10860 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10861
10862 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10863 and check the specified thread for each breakpoint.
10864 * breakpoint.h (bpstat_stop_status): Update prototype.
10865 * infrun.c (handle_inferior_event): Update calls to
10866 bpstat_stop_status.
10867
10868 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10869
10870 * Makefile.in (cli-cmds.o): Add $(readline_h).
10871
10872 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10873
10874 * cli/cli-cmds.c: Include readline.h.
10875 (complete_command): Pass the start of the last word to
10876 complete_line.
10877
10878 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10879
10880 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10881 argument, and change first argument to a CORE_ADDR.
10882 * breakpoint.h (bpstat_stop_status): Update prototype.
10883 * infrun.c (adjust_pc_after_break): Add a new comment.
10884 (handle_inferior_event): Update calls to bpstat_stop_status.
10885
10886 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10887
10888 * breakpoint.h: Update copyright years.
10889
10890 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10891
10892 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10893 (bpstat_stop_status): Don't decrement PC.
10894 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10895 prototype.
10896 * infrun.c (adjust_pc_after_break): New function.
10897 (handle_inferior_event): Call it, early. Remove later references
10898 to DECR_PC_AFTER_BREAK.
10899 (normal_stop): Add commentary.
10900
10901 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10902
10903 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10904 2004-01-27 double-free fix.
10905
10906 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10907
10908 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10909 (sparc32_frame_prev_register): Handle StackGhost.
10910 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10911
10912 2004-01-29 Roland McGrath <roland@redhat.com>
10913
10914 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10915 * configure: Regenerated.
10916
10917 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10918 * Makefile.in (procfs.o): Add dep.
10919
10920 2004-01-28 Andrew Cagney <cagney@redhat.com>
10921
10922 * tui/tui-stack.h: Update copyright.
10923 (struct frame_info): Add opaque declaration.
10924 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10925 (tui_show_locator_content): Rename tuiShowLocatorContent.
10926 (tui_show_frame_info): Rename tuiShowFrameInfo.
10927 * tui/tui-stack.c: Update copyright. Update references.
10928 * tui/tui-winsource.c: Update references.
10929 * tui/tui-win.c: Update references.
10930 * tui/tui-layout.c: Update references.
10931 * tui/tui-hooks.c: Update copyright, update references.
10932 * tui/tui.c: Update copyright, update references.
10933 * tui/tui-disasm.c: Update references.
10934
10935 2004-01-28 David Carlton <carlton@kealia.com>
10936
10937 * dwarf2read.c (add_partial_structure): Use demangled name if
10938 namespace equals "".
10939
10940 2004-01-27 Jim Blandy <jimb@redhat.com>
10941
10942 Clean up misapplied patch:
10943 * dwarf2read.c (determine_prefix): Change one of the two forward
10944 declarations for 'determine_prefix_aux' to a declaration for this.
10945 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10946 argument to 'die_specification'.
10947
10948 * dwarf2read.c (read_func_scope): Re-indent comment.
10949
10950 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10951
10952 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10953 b->exp to NULL after freeing so that error during re-parsing or
10954 evaluation of expressions associated with breakpoint don't
10955 eventually lead to re-freeing of storage.
10956 Committed by Andrew Cagney.
10957
10958 2004-01-27 Andrew Cagney <cagney@redhat.com>
10959
10960 * source.c (ambiguous_line_spec): Delete undefined declaration.
10961 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10962 (m32r_set_server_address, m32r_set_download_path): Ditto.
10963 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10964
10965 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10966
10967 * dwarf2read.c: Update calls to changed and renamed functions, and
10968 references to moved variables.
10969
10970 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10971 language, language_defn, list_in_scope, and ftypes members.
10972 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10973 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10974 (baseaddr): Remove globals.
10975
10976 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10977 (set_cu_language, die_is_declaration, die_specification)
10978 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10979 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10980 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10981 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10982
10983 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10984 cu.list_in_scope. Don't initialize cu_header_offset.
10985 (add_partial_symbol): Add local baseaddr.
10986 (psymtab_to_symtab_1): Add local baseaddr. Use
10987 objfile->section_offsets for consistency. Don't initialize
10988 cu_header_offset; do initialize cu.header.offset and
10989 cu.list_in_scope.
10990 (read_file_scope, read_func_scope, read_lexical_block_scope)
10991 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10992
10993 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10994
10995 * PROBLEMS: Add gdb/1516.
10996
10997 2003-12-29 Robert Millan <robertmh@gnu.org>
10998
10999 Patch committed by Andrw Cagney.
11000 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11001 * configure.tgt: Match knetbsd*-gnu.
11002
11003 2004-01-26 Andrew Cagney <cagney@redhat.com>
11004
11005 * breakpoint.c (catch_command_1): Delete #ifdef code.
11006 (catch_fork_command_1): Delete #ifdef wrapper.
11007 (catch_exec_command_1): Ditto.
11008 (catch_load_command_1): Ditto.
11009 (catch_unload_command_1): Ditto.
11010
11011 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11012 (catch_breakpoint): Delete #if0ed function.
11013 (disable_catch_breakpoint): Ditto.
11014 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11015 (disable_catch, enable_catch, delete_catch): Ditto.
11016
11017 2004-01-26 Andrew Cagney <cagney@redhat.com>
11018
11019 * remote.c (echo_check, quit_flag): Delete variables.
11020 (cisco_kernel_mode): Delete variable.
11021 (minitelnet_return, tty_input, escape_count): Delete variables.
11022 (remote_cisco_mode): Delete variable.
11023 (remote_cisco_open, remote_cisco_close): Delete function.
11024 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11025 (init_remote_cisco_ops): Delete function.
11026 (_initialize_remote): Do not install "remote cisco" code.
11027 (read_frame): Delete cisco specific code.
11028 (remote_info_process): Delete function.
11029 (remote_wait): Delete cisco specific code.
11030 (remote_cisco_section_offsets): Delete function.
11031 (remote_cisco_objfile_relocate): Delete function.
11032 (remote_async_wait): Delete cisco specific code.
11033 (minitelnet, readtty, readsocket): Delete function.
11034
11035 2004-01-26 Andrew Cagney <cagney@redhat.com>
11036
11037 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11038 comments mentioning extract_returned_value_address.
11039 * infcmd.c (print_return_value): Update. Add comments on
11040 extract_returned_value_address.
11041 * stack.c (return_command): Add comments on
11042 extract_returned_value_address.
11043 * values.c: Update comment.
11044 * m32r-tdep.c: Update comment.
11045 * sparc-tdep.c: Update comment.
11046 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11047 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11048 * sh64-tdep.c (sh64_gdbarch_init): Update.
11049 * sh-tdep.c (sh_gdbarch_init): Update.
11050 * s390-tdep.c (s390_gdbarch_init): Update.
11051 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11052 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11053 * m68k-tdep.c (m68k_gdbarch_init): Update.
11054 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11055 * m32r-tdep.c (m32r_gdbarch_init): Update.
11056 * ia64-tdep.c (ia64_gdbarch_init): Update.
11057 * h8300-tdep.c (h8300_gdbarch_init): Update.
11058 * frv-tdep.c (frv_gdbarch_init): Update.
11059 * arm-tdep.c (arm_gdbarch_init): Update.
11060 * alpha-tdep.c (alpha_gdbarch_init): Update.
11061
11062 2004-01-26 Andrew Cagney <cagney@redhat.com>
11063
11064 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11065 SYMBOL_LOCATION_FUNCS
11066 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11067 "struct symbol_ops".
11068 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11069 type to "struct symbol_ops".
11070 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11071 (struct symbol): Replace ".aux_value.loc.funcs" and
11072 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11073 (SYMBOL_OBJFILE): Delete macro.
11074 (SYMBOL_LOCATION_FUNCS): Delete macro.
11075 (SYMBOL_LOCATION_BATON): Update.
11076 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11077 intead of SYMBOL_LOCATION_FUNCS.
11078 * ax-gdb.c (gen_var_ref): Ditto.
11079 * printcmd.c (address_info): Ditto.
11080 * findvar.c (read_var_value): Ditto.
11081 (symbol_read_needs_frame): Ditto.
11082
11083 2004-01-26 Andrew Cagney <cagney@redhat.com>
11084
11085 * dwarf2read.c (read_func_scope): Document frame-base hack.
11086
11087 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11088
11089 * infcmd.c (print_return_value): Plug memory leak; delete
11090 ui_stream object. Rename argument `structure_return' to
11091 `struct_return'.
11092
11093 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11094
11095 * infcmd.c (print_return_value): Wrap long lines.
11096 (finish_command_continuation, finish_command): Remove unused
11097 variable `funcaddr'. Fix some coding-standards problems.
11098
11099 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11100 SECT_SIZE is large enough, not whether it's exactly the right size.
11101 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11102 TDEP->fpregset to zero.
11103
11104 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11105 floating-point registers for traditional NetBSD core files.
11106 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11107 TDEP->sizeof_fpregset here.
11108
11109 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11110
11111 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11112 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11113 function with code split out from
11114 sparc32nbsd_sigcontext_frame_cache.
11115 (sparc32nbsd_sigcontext_frame_cache): Use
11116 sparc32nbsd_sigcontext_saved_regs.
11117 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11118 OpenBSD.
11119 * sparcobsd-tdep.c: New file.
11120 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11121 (sparcobsd-tdep.o): New dependency.
11122 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11123 * config/sparc/obsd.mt: New file.
11124
11125 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11126 TDEP->fpregset to be initialized to enable core file register
11127 sets.
11128
11129 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11130
11131 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11132 Add opaque declarations.
11133 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11134 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11135 function with code split out from
11136 sparc64nbsd_sigcontext_frame_cache.
11137 (sparc64nbsd_sigcontext_frame_cache): Use
11138 sparc64nbsd_sigcontext_saved_regs.
11139 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11140 OpenBSD.
11141 * sparc64obsd-tdep.c: New file.
11142 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11143 (sparc64obsd-tdep.o): New dependency.
11144 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11145 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11146 * config/sparc/obsd64.mt: New file.
11147
11148 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11149 read the instruction at PC.
11150
11151 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11152 value of GDB_OSABI_DEFAULT.
11153 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11154 instead of GDB_OSABI_NETBSD_AOUT.
11155
11156 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11157
11158 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11159 copyright.
11160
11161 2004-01-23 Andrew Cagney <cagney@redhat.com>
11162
11163 * printcmd.c (display_command): Replace tui_set_display call with
11164 tui_set_layout_for_display_command.
11165 * tui/tui.h (enum tui_win_type): Define.
11166 (tui_set_layout): Delete declaration.
11167 (tui_set_layout_for_display_command): Rename set_tui_layout.
11168 * tui/tui-data.h (enum tui_layout_type): Define.
11169 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11170 "tui.h".
11171 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11172 (tui_default_win_height): Rename tuiDefaultWinHeight.
11173 (tui_default_win_viewport_height): Rename
11174 tuiDefaultWinViewportHeight.
11175 (tui_set_layout): RenametuiSetLayout.
11176 * tui/tui-layout.c: Update references.
11177 * tui/tui.c: Update references.
11178 * tui/tui-disasm.c: Update references.
11179
11180 2004-01-23 David Carlton <carlton@kealia.com>
11181
11182 Partial workaround for PR c++/1511:
11183 * cp-namespace.c: Include frame.h.
11184 (cp_lookup_transparent_type): New
11185 (cp_lookup_transparent_type_loop): New.
11186 * cp-support.h: Declare cp_lookup_transparent_type.
11187 * symtab.c (basic_lookup_transparent_type): Renamed from
11188 lookup_transparent_type.
11189 (lookup_transparent_type): Replace old body by a call to
11190 current_language->la_lookup_transparent_type.
11191 * symtab.h: Update copyright. Declare
11192 basic_lookup_transparent_type.
11193 * language.h: Update copyright.
11194 (struct language_defn): Add la_lookup_transparent_type.
11195 * language.c: Update copyright.
11196 (unknown_language_defn): Add basic_lookup_transparent_type.
11197 (auto_language_defn): Add basic_lookup_transparent_type.
11198 (local_language_defn): Add basic_lookup_transparent_type.
11199 * ada-lang.c: Update copyright.
11200 (ada_language_defn): Add basic_lookup_transparent_type.
11201 * c-lang.c: Update copyright.
11202 (c_language_defn): Add basic_lookup_transparent_type.
11203 (cplus_language_defn): Add basic_lookup_transparent_type.
11204 (asm_language_defn): Add basic_lookup_transparent_type.
11205 (minimal_language_defn): Add basic_lookup_transparent_type.
11206 * f-lang.c: Update copyright.
11207 (f_language_defn): Add basic_lookup_transparent_type.
11208 * jv-lang.c: Update copyright.
11209 (java_language_defn): Add basic_lookup_transparent_type.
11210 * m2-lang.c: Update copyright.
11211 (m2_language_defn): Add basic_lookup_transparent_type.
11212 * objc-lang.c: Update copyright.
11213 (objc_language_defn): Add basic_lookup_transparent_type.
11214 * p-lang.c: Update copyright.
11215 (p_language_defn): Add basic_lookup_transparent_type.
11216 * scm-lang.c: Update copyright.
11217 (scm_language_defn): Add basic_lookup_transparent_type.
11218 * Makefile.in (cp-namespace.o): Depend on frame.h.
11219
11220 2004-01-23 David Carlton <carlton@kealia.com>
11221
11222 Patch for PR c++/1520:
11223 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11224 properly if we have a specification die.
11225 (determine_prefix_aux): Rename from determine_prefix.
11226 (determine_prefix): Like the old determine_prefix, but never
11227 returns NULL.
11228
11229 2004-01-23 Theodore A. Roth <troth@openavr.org>
11230
11231 * avr-tdep.c: Update copyright.
11232 (avr_iaddr_p): Delete unused function.
11233 (avr_saddr_p): Delete unused function.
11234
11235 2004-01-23 David Carlton <carlton@kealia.com>
11236
11237 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11238 Fix for PR symtab/1534.
11239
11240 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11241
11242 * NEWS (New native configurations): Mention OpenBSD/sparc and
11243 OpenBSD/sparc64.
11244 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11245 * configure.host: Likewise.
11246 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11247 handler for OpenBSD.
11248 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11249
11250 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11251
11252 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11253 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11254
11255 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11256 * cli/cli-cmds.c (shell_escape): Likewise.
11257
11258 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11259 OpenBSD .note.openbsd.ident sections.
11260
11261 2004-01-22 David Carlton <carlton@kealia.com>
11262
11263 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11264 get_scope_pc_bounds.
11265 (read_file_scope): Ditto.
11266 (get_scope_pc_bounds): New function, produced by extracting code
11267 from the above two functions, consolidating it, and adding support
11268 for DW_TAG_namespace.
11269
11270 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11271
11272 * osabi.c (MAX_NOTESZ): New define.
11273 (check_note): New function.
11274 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11275 check_note.
11276
11277 2004-01-21 Roland McGrath <roland@redhat.com>
11278
11279 * MAINTAINERS (write after approval): Add myself.
11280
11281 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11282
11283 * utils.c (init_page_info): Move declarations of `rows' and
11284 `cols' before the __GO32__-specific code. Move the closing brace
11285 outside the #ifdef __GO32__..#endif block.
11286 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11287
11288 2004-01-21 Paul Brook <paul@codesourcery.com>
11289
11290 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11291 BPSTAT_WHAT_CHECK_SHLIBS.
11292
11293 2004-01-21 Paul Brook <paul@codesourcery.com>
11294
11295 * MAINTAINERS: Add myself to write-after-approval.
11296
11297 2004-01-20 Andrew Cagney <cagney@redhat.com>
11298
11299 * ax-gdb.c (print_axs_value): Delete unused function.
11300 * jv-lang.c (java_lookup_type): Delete unused function.
11301 * cli/cli-dump.c (dump_filetype): Delete unused function.
11302 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11303 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11304 (mips_getstring): Delete unused function.
11305 (pmon_insert_breakpoint): Delete #if0ed function.
11306 (PMON_MAX_BP): Delete #if0ed MACRO.
11307 (mips_pmon_bp_info): Delete #if0ed variable.
11308 (pmon_remove_breakpoint): Delete #if0ed function.
11309 * monitor.c (monitor_write_even_block): Delete unused function.
11310 (monitor_write_memory_block): Delete #if0ed code.
11311 * dink32-rom.c (dink32_load): Delete unused function.
11312 (_initialize_dink32_rom): Delete #if0ed code.
11313 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11314
11315 * tui/tui-command.c: Update references.
11316 * tui/tui-io.c: Update references.
11317 * tui/tui-command.h: Update copyright.
11318 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11319
11320 * source.c (ambiguous_line_spec): Delete never-defined function.
11321 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11322 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11323 * cli/cli-cmds.c (validate_comname): Ditto.
11324
11325 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11326 "tui-data.h".
11327 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11328 (tui_show_disassem): Rename tuiShowDisassem.
11329 (tui_show_disassem_and_update_source): Rename
11330 tuiVerticalDisassemScroll.
11331 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11332 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11333 * tui/tui.h: Update copyright.
11334 (enum tui_status): Define.
11335 * tui/tui-data.h (enum tui_scroll_direction): Define.
11336 * tui/tui-disasm.c: Update copyright. Update references.
11337 * tui/tui-winsource.c: Update copyright. Update references.
11338 * tui/tui-win.c: Update references.
11339 * tui/tui-layout.c: Update references.
11340
11341 2004-01-20 Andrew Cagney <cagney@redhat.com>
11342
11343 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11344 sym2 to start of block.
11345
11346 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11347
11348 * MAINTAINERS: Delete mmalloc.
11349 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11350 * NEWS: Mention removal of --with-malloc.
11351 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11352 * config.in: Regenerate.
11353 * configure: Regenerate.
11354 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11355 USE_MMALLOC, MMCHECK_FORCE.
11356 * gdbinit.in: Remove mmalloc.
11357 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11358 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11359 * config/i386/go32.mh: Likewise.
11360 * config/i386/interix.mh: Likewise.
11361 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11362
11363 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11364
11365 * linespec.c (decode_variable, symtab_from_filename): Call
11366 error_silent with error message instead of throwing an exception
11367 directly.
11368 * defs.h (error_silent, error_output_message): Add prototypes.
11369 (catch_exceptions_with_msg): Ditto.
11370 * utils.c (error_silent, error_output_message): New functions.
11371 * top.c (catch_exceptions_with_msg): New function.
11372
11373 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11374
11375 * mi/mi-cmds.h (enum print_values): Add definition.
11376
11377 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11378 type and value for simple data types and just the name and type
11379 for complex ones, if required.
11380
11381 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11382 children, if required.
11383
11384 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11385
11386 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11387 unused declarations.
11388
11389 2004-01-19 Andrew Cagney <cagney@redhat.com>
11390
11391 * top.h (mapped_symbol_files): Delete declaration.
11392 * main.c (captured_main): Delete option "m" and "mapped".
11393 * objfiles.c (mapped_symbol_files): Delete variable.
11394 * symfile.c (symbol_file_command): Delete mmap code.
11395 (symbol_file_add_with_addrs_or_offsets): Ditto.
11396 (add_symbol_file_command, reread_separate_symbols): Ditto.
11397 * objfiles.h (OBJF_MAPPED): Delete.
11398 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11399 (free_objfile) [USE_MMALLOC]: Ditto.
11400 (open_existing_mapped_file): Delete function.
11401 (open_mapped_file): Delete function.
11402 (map_to_file): Delete function.
11403
11404 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11405
11406 * infrun.c (step_into_function): Account for possible breakpoint
11407 adjustment when computing ``stop_func_start''.
11408
11409 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11410
11411 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11412 the region size against the size of a pointer, not the size of
11413 a register as given by DEPRECATED_REGISTER_SIZE.
11414
11415 2004-01-19 Andrew Cagney <cagney@redhat.com>
11416
11417 * tui/tui-regs.h: Include "tui-data.h".
11418 (tuiFirstRegElementNoInLine): Delete declaration.
11419 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11420 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11421 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11422 (tui_calculate_regs_column_count): Rename
11423 tuiCalculateRegsColumnCount.
11424 (tui_check_register_values): Rename tuiCheckRegisterValues.
11425 (tui_show_registers): Rename tuiShowRegisters.
11426 (tui_display_registers_from_line): Rename
11427 tuiDisplayRegistersFromLine.
11428 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11429 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11430 (tui_first_reg_element_no_inline): Rename
11431 tuiFirstRegElementNoInLine.
11432 * tui/tui-data.h: Update copyright.
11433 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11434 * tui/tui-windata.c: Update copyright, update references.
11435 * tui/tui-regs.c: Update copyright, update references.
11436 * tui/tui-win.c: Update copyright, update references.
11437 * tui/tui-layout.c: Update copyright, update references.
11438
11439 2004-01-18 Andrew Cagney <cagney@redhat.com>
11440
11441 * tui/tui-io.c: Update copyright.
11442 (key_is_end_sequence, key_is_backspace): New functions.
11443 (key_is_command_char, key_is_start_sequence): New function.
11444 (tui_getc): Update references.
11445 * tui/tui-io.h: Update copyright.
11446 (m_tuiStartNewLine): Delete macro.
11447 (m_isBackspace, m_isDeleteChar): Delete macros.
11448 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11449 (m_isNextPage, m_isPrevPage): Delete macros.
11450 (m_isLeftArrow, m_isRightArrow): Delete macros.
11451 (m_isXdbStyleCommandChar): Delete macro.
11452 (key_is_start_sequence): Declare, replace m_isStartSequence.
11453 (key_is_end_sequence): Declare, replace m_isEndSequence.
11454 (key_is_backspace): Declare ,replace m_isBackspace.
11455 (key_is_command_char): Declare, replace m_isCommandChar.
11456 * tui/tui-command.c: Update copyright.
11457 (tuiDispatchCtrlChar): Update references.
11458
11459 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11460 tuiSourceWin.h.
11461
11462 * tui/tui-command.c: Rename tui/tuiCommand.c.
11463 * tui/tui-command.h: Rename tui/tuiCommand.h.
11464 * tui/tui-data.c: Rename tui/tuiData.c.
11465 * tui/tui-data.h: Rename tui/tuiData.h.
11466 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11467 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11468 * tui/tui-io.c: Rename tui/tuiIO.c.
11469 * tui/tui-io.h: Rename tui/tuiIO.h.
11470 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11471 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11472 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11473 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11474 * tui/tui-source.c: Rename tui/tuiSource.c.
11475 * tui/tui-source.h: Rename tui/tuiSource.h.
11476 * tui/tui-stack.c: Rename tui/tuiStack.c.
11477 * tui/tui-stack.h: Rename tui/tuiStack.h.
11478 * tui/tui-win.c: Rename tui/tuiWin.c.
11479 * tui/tui-win.h: Rename tui/tuiWin.h.
11480 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11481 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11482 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11483 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11484 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11485 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11486 * tui/tui-file.c: Update includes.
11487 * tui/tui-hooks.c: Update includes.
11488 * tui/tui-interp.c: Update includes.
11489 * tui/tui.c: Update includes.
11490 * Makefile.in: Update all tui/ dependencies.
11491 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11492
11493 * Makefile.in: Update copyright. Update dependencies.
11494
11495 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11496 problem.
11497
11498 2004-01-18 Andrew Cagney <cagney@redhat.com>
11499
11500 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11501 instead of register_gdbarch_init.
11502
11503 * remote-sds.c (tohex): Delete unused function. Update copyright.
11504 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11505 * v850-tdep.c (v850_register_virtual_size): Ditto.
11506 * target.c (normal_target_post_startup_inferior): Ditto.
11507 * source.c (ambiguous_line_spec): Ditto.
11508 * remote.c (adapt_remote_get_threadinfo): Ditto.
11509 * mi/mi-out.c (out_field_fmt): Ditto.
11510 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11511 (output_control_change_notification): Ditto.
11512 * m68k-tdep.c (m68k_register_byte): Ditto.
11513 (m68k_remote_breakpoint_from_pc): Ditto.
11514 * ui-out.c (init_ui_out_state): Delete unused declaration.
11515 * stabsread.c (search_value): Ditto.
11516 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11517 * maint.c (print_section_table): Ditto.
11518 * infrun.c (set_follow_fork_mode_command): Ditto.
11519
11520 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11521
11522 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11523 DW_CFA_def_cfa_exporession. Add support for
11524 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11525 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11526
11527 2004-01-18 Andrew Cagney <cagney@redhat.com>
11528
11529 * ocd.c: Update copyright.
11530 (bdm_read_register_command): Delete unused function.
11531 (_initialize_remote_ocd): Delete commented out reference.
11532 (get_quoted_char, reset_packet): Delete #if0ed function.
11533 (output_packet, put_quoted_char): Delete #if0ed function.
11534 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11535 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11536 (BDM_BREAKPOINT): Delete #if0ed macro.
11537 (remote_timeout): Delete #if0ed variable.
11538
11539 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11540
11541 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11542 (core-sol2.o): Remove dependency.
11543 * core-sol2.c: Remove file.
11544
11545 2004-01-17 Andrew Cagney <cagney@redhat.com>
11546
11547 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11548 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11549 enums.
11550
11551 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11552
11553 * remote.c: Update copyright years.
11554
11555 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11556
11557 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11558
11559 2004-01-17 Andrew Cagney <cagney@redhat.com>
11560
11561 * mdebugread.c: Update copyright.
11562 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11563 (parse_type, parse_procedure): Ditto.
11564 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11565
11566 * cris-tdep.c (cris_store_struct_return): Put back accidently
11567 deleted function.
11568
11569 * gdbarch.sh: Update copyright year.
11570 * gdbarch.h, gdbarch.c: Re-generate.
11571
11572 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11573
11574 Suggested by George Anzinger.
11575 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11576 correct stack offset. Include unknown opcode numbers in the error
11577 message.
11578
11579 2004-01-17 Andrew Cagney <cagney@redhat.com>
11580
11581 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11582 extract_struct_value_address, i386 does not set it.
11583 * sparc64-tdep.c (sparc64_init_abi): Do not set
11584 extract_struct_value_address, never called.
11585 (sparc64_extract_struct_value_address): Delete function.
11586 * m68hc11-tdep.c: Update copyright.
11587 (m68hc11_gdbarch_init): Delete redundant assignment of
11588 extract_struct_value_address.
11589 * i386-tdep.c: Update copyright.
11590 (i386_gdbarch_init): Do not set extract_struct_value_address,
11591 never called.
11592 (i386_extract_struct_value_address): Delete function.
11593 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11594 extract_struct_value_address, never called.
11595 (sparc32_extract_struct_value_address): #if 0 function. Add
11596 comments explaining its future.
11597
11598 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11599
11600 * arm-tdep.c (arm_write_pc): New function.
11601 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11602
11603 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11604
11605 * breakpoint.c (must_shift_inst_regs): Delete.
11606 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11607 and SHIFT_INST_REGS.
11608 * infcmd.c (step_1, step_1_continuation): Delete references to
11609 SHIFT_INST_REGS.
11610 * infrun.c (keep_going): Likewise.
11611 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11612 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11613
11614 2004-01-17 Andrew Cagney <cagney@redhat.com>
11615
11616 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11617 * gdbarch.h, gdbarch.c: Re-generate.
11618 * infcmd.c (print_return_value): Delete reference to
11619 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11620
11621 * cris-tdep.c (cris_gdbarch_init): Do not set
11622 deprecated_extract_struct_value_address.
11623
11624 * xstormy16-tdep.c: Update copyright.
11625 (xstormy16_extract_struct_value_address): Update to current
11626 extract struct value address interface.
11627 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11628 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11629 current extract struct value address interface.
11630 (sh64_gdbarch_init): Set extract_struct_value_address.
11631
11632 * cris-tdep.c: Update copyright.
11633 (cris_extract_struct_value_address): Delete function.
11634 (struct_return_address): Delete variable.
11635 (cris_store_struct_return): Do not set struct_return_address.
11636
11637 * mcore-tdep.c: Update copyright.
11638 (mcore_extract_struct_value_address): Delete function. Update
11639 comments.
11640 (mcore_gdbarch_init): Update.
11641 * mn10300-tdep.c: Update copyright.
11642 (mn10300_extract_struct_value_address): Delete function.
11643 (mn10300_gdbarch_init): Update.
11644 * v850-tdep.c: Update copyright.
11645 (v850_extract_struct_value_address): Delete.
11646 (v850_gdbarch_init): Update.
11647 * ns32k-tdep.c: Update copyright.
11648 (ns32k_extract_struct_value_address): Delete.
11649 (ns32k_gdbarch_init): Update.
11650 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11651 (hppa_gdbarch_init): Update.
11652 * vax-tdep.c: Update copyright.
11653 (vax_extract_struct_value_address): Delete.
11654 (vax_gdbarch_init): Update.
11655
11656 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11657 * gdbarch.h, gdbarch.c: Re-generate.
11658 * procfs.c (procfs_fetch_registers): Delete reference to
11659 DEPRECATED_NPC_REGNUM.
11660 (procfs_store_registers): Ditto.
11661 * regcache.c (generic_target_write_pc): Simplify.
11662 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11663
11664 * core-sol2.c (fetch_core_registers): Replace
11665 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11666
11667 * hppa-tdep.c: Update copyright year.
11668 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11669 NPC_REGNUM.
11670 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11671
11672 * mips-tdep.c (mips_write_pc): New function.
11673 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11674 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11675 (mips_find_saved_regs, mips_software_single_step: Ditto.
11676 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11677 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11678
11679 2004-01-17 Andrew Cagney <cagney@redhat.com>
11680
11681 * mips-tdep.c: Re-indent. Group functions by ABI.
11682
11683 2004-01-17 Andrew Cagney <cagney@redhat.com>
11684
11685 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11686 * gdbarch.c: Re-generate.
11687 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11688 DECR_PC_AFTER_BREAK to zero.
11689 * vax-tdep.c (vax_gdbarch_init): Ditto.
11690 * v850-tdep.c (v850_gdbarch_init): Ditto.
11691 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11692 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11693 * sh-tdep.c (sh_gdbarch_init): Ditto.
11694 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11695 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11696 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11697 * mips-tdep.c (mips_gdbarch_init): Ditto.
11698 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11699 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11700 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11701 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11702 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11703 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11704 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11705 * frv-tdep.c (frv_gdbarch_init): Ditto.
11706 * cris-tdep.c (cris_gdbarch_init): Ditto.
11707 * avr-tdep.c (avr_gdbarch_init): Ditto.
11708 * arm-tdep.c (arm_gdbarch_init): Ditto.
11709 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11710
11711 2004-01-17 J. Brobecker <brobecker@gnat.com>
11712
11713 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11714 Delete, no longer used.
11715 (read_subrange_type): New function, mostly extracted from
11716 read_array_type().
11717 (read_array_type): Replace extracted code by call to
11718 read_subrange_type().
11719 (dwarf2_get_attr_constant_value): New function.
11720 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11721 (add_partial_symbol): Likewise.
11722 (process_die): Likewise.
11723 (new_symbol): Likewise.
11724 (read_type_die): Likewise.
11725
11726 2004-01-16 Andrew Cagney <cagney@redhat.com>
11727
11728 * symfile.c: Update copyright year.
11729 (compare_symbols): Delete unused function.
11730 * stabsread.c: Update copyright year.
11731 (lrs_general_complaint): Delete unused function.
11732 (ref_search_value): Ditto.
11733 (get_substring): Delete declaration.
11734 * sh64-tdep.c: Update copyright year.
11735 (sh64_get_gdb_regnum): Delete unused function.
11736 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11737 Delete unused function.
11738
11739 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11740
11741 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11742 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11743
11744 2004-01-16 Andrew Cagney <cagney@redhat.com>
11745
11746 Changes from Peter Schauer.
11747 * rs6000-tdep.c: Update copyright year.
11748 (rs6000_push_dummy_call): Update the stack pointer before
11749 accessing the corresponding stack region.
11750 * rs6000-nat.c: Update copyright year.
11751 (set_host_arch): Set "info.abfd" to "exec_bfd".
11752
11753 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11754
11755 * blockframe.c: Update copyright year.
11756 (inside_entry_func): Don't treat a zero PC specially.
11757
11758 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11759
11760 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11761 variable.
11762 (gcore_create_callback): Ditto. Skip any memory segment that has
11763 no permissions set.
11764
11765 2004-01-14 David Carlton <carlton@kealia.com>
11766
11767 Change symbols for C++ nested types to contain the fully qualified
11768 name, if possible. (At least in the DWARF-2 case.) Partial fix
11769 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11770 c++/895.
11771 * c-exp.y (qualified_type): Handle types nested within classes.
11772 * cp-namespace.c: Update comments.
11773 (cp_set_block_scope): Delete #if 0.
11774 (cp_lookup_nested_type): Handle types nested within classes.
11775 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11776 when appropriate.
11777 (add_partial_symbol): Add the name of the enclosing namespace to
11778 types.
11779 (pdi_needs_namespace): New.
11780 (add_partial_namespace): Tweak comment.
11781 (add_partial_structure): New.
11782 (psymtab_to_symtab_1): Initialize processing_current_prefix
11783 here...
11784 (process_die): instead of here.
11785 (read_structure_scope): Try to figure out the name of the class or
11786 namespace that the structure might be defined within.
11787 (read_enumeration): Generate fully-qualified names, if possible.
11788 (read_namespace): Don't set name to NULL.
11789 (die_specification): New.
11790 (new_symbol): Generate fully-qualified names for types.
11791 (read_type_die): Determine appropriate prefix.
11792 (determine_prefix): New.
11793 (typename_concat): New.
11794 (class_name): New.
11795 * valops.c (value_aggregate_elt): Pass NOSIDE to
11796 value_struct_elt_for_reference.
11797 (value_struct_elt_for_reference): Make static, add NOSIDE
11798 parameter, call value_maybe_namespace_elt as a last resort.
11799 (value_namespace_elt): Break out code into
11800 value_maybe_namespace_elt.
11801 (value_maybe_namespace_elt): New.
11802
11803 2004-01-12 Andrew Cagney <cagney@redhat.com>
11804
11805 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11806 cooked floating-point registers.
11807 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11808 and value_to_register.
11809
11810 2004-01-13 Andrew Cagney <cagney@redhat.com>
11811
11812 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11813 * gdbarch.c: Re-generate.
11814 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11815 FUNCTION_START_OFFSET.
11816 * v850-tdep.c (v850_gdbarch_init): Ditto.
11817 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11818 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11819 * sh-tdep.c (sh_gdbarch_init): Ditto.
11820 * s390-tdep.c (s390_gdbarch_init): Ditto.
11821 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11822 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11823 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11824 * mips-tdep.c (mips_gdbarch_init): Ditto.
11825 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11826 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11827 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11828 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11829 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11830 * i386-tdep.c (i386_gdbarch_init): Ditto.
11831 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11832 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11833 * frv-tdep.c (frv_gdbarch_init): Ditto.
11834 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11835 * cris-tdep.c (cris_gdbarch_init): Ditto.
11836 * avr-tdep.c (avr_gdbarch_init): Ditto.
11837 * arm-tdep.c (arm_gdbarch_init): Ditto.
11838 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11839
11840 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11841
11842 * infrun.c (follow_fork_mode_ask): Remove.
11843 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11844 (follow_fork): Simplify and remove internal error for
11845 follow_fork_mode_ask.
11846 (_initialize_infrun): Update "set follow-fork-mode" help text.
11847
11848 2004-01-13 Andrew Cagney <cagney@redhat.com>
11849
11850 * configure.in: Update copyright year.
11851 (build_warnings): Add -Wunused-label.
11852 * configure: Re-generate.
11853
11854 2004-01-12 Andrew Cagney <cagney@redhat.com>
11855
11856 * exec.h (exec_ops): Make "extern".
11857
11858 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11859 the function is void.
11860 (mips_pseudo_register_write): Ditto.
11861
11862 2004-01-12 Andrew Cagney <cagney@redhat.com>
11863
11864 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11865 call. Never defined.
11866 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11867 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11868 (struct sparc_gregset, struct regcache): Ditto.
11869 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11870
11871 2004-01-12 Andrew Cagney <cagney@redhat.com>
11872
11873 * mi/ChangeLog: Delete file. Renamed to ...
11874 * mi/ChangeLog-1999-2003: New file.
11875 * tui/ChangeLog: Delete file. Renamed to ...
11876 * tui/ChangeLog-1998-2003: New file.
11877
11878 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11879
11880 * sparc64nbsd-tdep.c: Include "regset.h".
11881 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11882 Remove variables.
11883 (fetch_core_registers): Remove function.
11884 (sparc64nbsd_core_fns): Remove variable.
11885 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11886 functions.
11887 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11888 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11889 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11890
11891 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11892 sparc_extract_struct_value_address.
11893 (sparc32_gdbarch_init): Set extract_struct_value_address.
11894 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11895 function.
11896 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11897 return_value_on_stack.
11898
11899 * NEWS: Mention that %cs and %ss have been added to the AMD64
11900 configurations
11901
11902 * frame.c: Update copyright year.
11903 (get_prev_frame): Improve comment.
11904
11905 * sparc64fbsd-tdep.c: Include "regset.h".
11906 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11907 Remove variables.
11908 (fetch_core_registers): Remove function.
11909 (sparc64fbsd_core_fns): Remove variable.
11910 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11911 functions.
11912 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11913 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11914 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11915
11916 * sparcnbsd-tdep.c: Include "regset.h".
11917 (fetch_core_registers): Remove function.
11918 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11919 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11920 functions.
11921 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11922 TDEP->fpregset.
11923 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11924
11925 * sparc-tdep.h (struct regset): Provide opaque declaration.
11926 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11927 fpregset and sizeof_fpregset members.
11928 * sparc-tdep.c (struct regset): Provide opaque declaration.
11929 (sparc_regset_from_core_section): New function.
11930 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11931 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11932 Set regset_from_core_section when appropriate.
11933
11934 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11935
11936 * x86-64-tdep.c (amd64_non_pod_p): New function.
11937 (amd64_classify_aggregate): Return class memory for non-POD
11938 C++ structure types.
11939
11940 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11941 argument. Use it to reserve a register if necessary.
11942 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11943 amd64_push_arguments.
11944
11945 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11946
11947 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11948 register numbers in comments.
11949 * x86-64-tdep.h: Update copyright year.
11950 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11951 Adjust for addition of %cs and %ss.
11952 * amd64fbsd-nat.c: Update copyright year.
11953 (reg_offset): Add register offsets for %cs and %ss.
11954 * amd64fbsd-tdep.c: Update copyright year.
11955 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11956 (amd64fbsd_sc_reg_offset): Likewise.
11957 * x86-64-linux-nat.c: Update copyright year.
11958 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11959 and %ss.
11960 * amd64nbsd-nat.c: Update copyright year.
11961 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11962 * amd64nbsd-tdep.c: Update copyright year.
11963 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11964 * x86-64-linux-tdep.c: Update copyright year.
11965 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11966 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11967 * regformats/reg-x86-64.dat: Add %cs and %ss.
11968
11969 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11970 variables to prevent long lines. Update comments to reflect
11971 reality.
11972
11973 2004-01-09 David Carlton <carlton@kealia.com>
11974
11975 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11976 * dwarf2read.c (read_namespace): Pull out name-generating code
11977 into namespace_name. Rename previous_namespace to previous_prefix
11978 and processing_current_namespace to processing_current_prefix..
11979 (namespace_name): New function.
11980 (add_partial_symbol): Substitute uses of pdi->name with
11981 actual_name.
11982 * cp-support.h: Rename processing_current_namespace to
11983 processing_current_prefix.
11984 Update copyright year.
11985 * cp-namespace.c: Rename processing_current_namespace to
11986 processing_current_prefix.
11987 Update copyright year.
11988
11989 2004-01-09 Andrew Cagney <cagney@redhat.com>
11990
11991 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11992
11993 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11994
11995 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11996 complaining.
11997 (process_one_symbol): Deal with N_PATCH stabs.
11998
11999 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
12000
12001 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12002 ifdeffed code.
12003 Update copyright year.
12004
12005 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12006
12007 * config/pa/tm-hppa.h: Update extern declarations for
12008 hppa32_hpux_frame_saved_pc_in_sigtramp,
12009 hppa32_hpux_frame_base_before_sigtramp, and
12010 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12011
12012 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12013
12014 * config/pa/tm-hppah.h: Update copyright years.
12015
12016 2004-01-08 Andrew Cagney <cagney@redhat.com>
12017
12018 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12019 (mips_o32_reg_struct_has_addr): Delete function.
12020 (mips_gdbarch_init): Update.
12021 (mips_extract_struct_value_address): Delete function.
12022
12023 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12024
12025 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12026 reality.
12027
12028 2004-01-07 Andrew Cagney <cagney@redhat.com>
12029
12030 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12031 architecture's elf flags (when available).
12032
12033 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12034 FPU to the start, check the MIPS FPU when looking for an old
12035 architecture.
12036 (set_mipsfpu_single_command): Update the architecture.
12037 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12038
12039 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12040 (mips_mask_address_p): Add "tdep" parameter.
12041 (show_mask_address, mips_addr_bits_remove): Update.
12042 (mips_dump_tdep): Update.
12043 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12044 (MIPS_STACK_ARGSIZE): Delete macro.
12045 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12046 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12047 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12048 (mips_dump_tdep): Update.
12049 (MIPS_SAVED_REGSIZE): Delete macro.
12050 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12051 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12052 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12053 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12054 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12055 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12056 (mips_pop_frame, return_value_location): Update.
12057 (mips_n32n64_return_value, mips_dump_tdep): Update.
12058
12059 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12060 MIPS ABI.
12061
12062 * mips-tdep.c: Update copyright.
12063 (mips_gdbarch_init): Merge two code blocks handling the register
12064 name and number layout.
12065
12066 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12067
12068 * tracepoint.c (validate_actionline): Fix segv at EOF
12069
12070 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12071
12072 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12073 properly for static fields.
12074
12075 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12076 Jason Molenda <jmolenda@apple.com>
12077
12078 * disasm.c: Update copyright to include 2004.
12079 (do_mixed_source_and_assembly): For uiout asm list
12080 and tuple cleanups, initialize to null_cleanup instead of
12081 NULL and do so prior to loop. Only reset when we close off
12082 the tuple/list. Move check for whether to close off the
12083 asm tuple/list to after dump_insns call where it will be run
12084 on each loop iteration.
12085
12086 2004-01-05 Andrew Cagney <cagney@redhat.com>
12087
12088 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12089 should be a switch case and not a label.
12090 * mips-tdep.c (mips32_next_pc): Delete unused labels
12091 "greater_equal_branch" and "less_zero_branch".
12092 * jv-valprint.c (java_print_value_fields): Delete unused label
12093 "flush_it".
12094
12095 * target.c (unpush_target): Only close a target that is in the
12096 target stack.
12097
12098 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12099
12100 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12101 address from [sp + 64] instead of %o2.
12102
12103 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12104 fixes PR backtrace/1476.
12105
12106 2004-01-05 Andrew Cagney <cagney@redhat.com>
12107
12108 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12109 move to start of file.
12110 * i386-tdep.h (struct regcache): Add opaque declaration.
12111 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12112 declaration.
12113 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12114 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12115 * win32-nat.c (fake_create_process): Use ISO C style definition.
12116 * stabsread.c (define_symbol): Delete #ifndef
12117 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12118 stabs_argument_has_addr call, macro never defined.
12119
12120 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12121
12122 * op50-rom.c: Delete.
12123 * w89k-rom.c: Delete.
12124 * Makefile.in: Remove references.
12125
12126 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12127
12128 * x86-64-tdep.c: Update copyright year.
12129 (struct amd64_register_info): Rename from x86_64_register_info.
12130 (amd64_register_info): Rename from x86_64_register_info.
12131 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12132 (amd64_register_name): Rename from x86_64_register_name.
12133 (amd64_register_type): Rename from x86_64_register_type.
12134 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12135 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12136 (amd64_dwarf_reg_to_regnum): Rename from
12137 x86_64_dwarf_reg_to_regnum.
12138 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12139 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12140 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12141 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12142 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12143 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12144 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12145 (amd64_frame_cache): Rename from x86_64_frame_cache.
12146 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12147 (amd64_frame_prev_register): Rename from
12148 x86_64_frame_prev_register.
12149 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12150 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12151 (amd64_sigtramp_frame_cache): Rename from
12152 x86_64_sigtramp_frame_cache.
12153 (amd64_sigtramp_frame_prev_register): Rename from
12154 x86_64_sigtramp_frame_prev_register.
12155 (amd64_sigtramp_frame_unwind): Rename from
12156 x86_64_sigtramp_frame_unwind.
12157 (amd64_sigtramp_frame_sniffer): Rename from
12158 x86_64_sigtramp_frame_sniffer.
12159 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12160 (amd64_frame_base): Rename from x86_64_frame_base.
12161 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12162 (amd64_frame_align): Rename from x86_64_frame_align.
12163 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12164 (amd64_regset_from_core_section): Rename from
12165 x86_64_regset_from_core_section.
12166 (x86_64_init_abi): Update comments.
12167
12168 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12169
12170 * MAINTAINERS (write after approval): Add myself.
12171
12172 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12173
12174 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12175 `float' arguments.
12176
12177 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12178
12179 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12180 such that it mentions a specific version of GCC that exhibits this
12181 bug.
12182
12183 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12184
12185 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12186 structure that has a single `float' member, store it in %f1 in
12187 addition to %f0.
12188
12189 * sparc-sol2-nat.c: Add missing '\'.
12190
12191 * sparc-tdep.c (sparc32_return_value): New function.
12192 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12193 Remove functions.
12194 (sparc32_gdbarch_init): Set return_value, don't set
12195 extract_return_value, store_return_value, use_struct_convention
12196 and return_value_on_stack.
12197
12198 * sparc-sol2-nat.c: Add missing ')'.
12199
12200 2004-01-03 J. Brobecker <brobecker@gnat.com>
12201
12202 * infrun.c (handle_step_into_function): New function.
12203 (handle_inferior_event): Extract out some code into the new
12204 function above.
12205
12206 2004-01-03 J. Brobecker <brobecker@gnat.com>
12207
12208 * infrun.c (handle_inferior_event): Move the declaration of
12209 real_stop_pc inside the if blocks where it is used.
12210
12211 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12212
12213 * sparc64-tdep.c (sparc64_16_byte_align_p)
12214 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12215 Use check_typedef to get subtypes of structures and unions.
12216 (sparc64_store_return_value): Fix calculation of the appropriate
12217 offset into VALBUF when storing a structure or union.
12218 (sparc64_return_value): New function.
12219 (sparc64_use_struct_convention): Remove function.
12220 (sparc64_init_abi): Set return_value, don't set
12221 extract_return_value, store_return_value and
12222 use_struct_convention.
12223
12224 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12225
12226 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12227 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12228 gdb/config/alpha/xm-alphaosf.h,
12229 gdb/config/powerpc/tm-ppcle-eabi.h,
12230 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12231 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12232 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12233 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12234 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12235 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12236 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12237 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12238 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12239 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12240 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12241 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12242 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12243 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12244 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12245 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12246 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12247 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12248 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12249 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12250 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12251 Remove lines for .cvsignore files.
12252
12253 2004-01-03 J. Brobecker <brobecker@gnat.com>
12254
12255 * infrun.c: Back out the previous change.
12256
12257 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12258
12259 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12260 sparc-*-sunos4* to the list of REMOVED configurations.
12261
12262 * configure.tgt: Add back sparc-*-vxworks*.
12263 * remote-vxsparc.c: Remove all includes except for "defs.h",
12264 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12265 Include "sparc-tdep.h".
12266 (SPARC_R_G1): New define.
12267 (vxsparc_gregset): New variable.
12268 (ext_format_sparc): Remove extern declaration.
12269 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12270 sparc32_supply_fpregset.
12271 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12272 sparc_collect_rwindow and sparc32_collect_fpregset.
12273 * config/sparc/tm-vxworks.h: New file, based on recently removed
12274 tm-vxsparc.h.
12275 * config/sparc/vxworks.mt: New file, based on recently removed
12276 vxworks.mt.
12277
12278 2004-01-03 J. Brobecker <brobecker@gnat.com>
12279
12280 * infrun.c (handle_step_into_function): New function.
12281 (handle_inferior_event): Extract out some code into the new
12282 function above.
12283
12284 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12285
12286 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12287 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12288 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12289 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12290 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12291 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12292 (sparc_nat_h): New variable.
12293 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12294 (tm-sun4os4.h): Remove dependency.
12295 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12296 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12297 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12298 sparc-tdep.o): Update dependencies.
12299 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12300 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12301 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12302 dependencies.
12303 * configure.host: Remove existing sparc-*-lynxos*,
12304 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12305 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12306 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12307 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12308 triplets.
12309 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12310 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12311 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12312 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12313 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12314 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12315 sparc64-*-solaris2* and sparc64-*-* triplets.
12316 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12317 "symtab.h" and "objfiles.h".
12318 (BIAS): Remove define.
12319 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12320 (X_DISP19): Remove macros.
12321 (sparc_fetch_instruction): Remove function.
12322 (struct gdbarch_tdep): Remove definition.
12323 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12324 (sparc_breakpoint_from_pc): Remove function.
12325 (struct sparc64_frame_cache): Remove definition.
12326 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12327 sparc64_unwind_pc): Remove functions.
12328 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12329 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12330 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12331 (sparc64_frame_cache): Change return type to `struct
12332 sparc_frame_cache *'. Simply call sparc_frame_cache.
12333 (sparc64_frame_this_id, sparc64_frame_prev_register,
12334 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12335 instead of `struct sparc64_frame_cache.
12336 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12337 sparc_analyze_control_transfer, sparc_software_single_step,
12338 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12339 _initialize_sparc64_tdep): Remove functions.
12340 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12341 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12342 macros.
12343 (sparc64_supply_gregset, sparc64_collect_gregset,
12344 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12345 (sparc64_init_abi): New function.
12346 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12347 inclusion guard. Include "sparc-tdep.h".
12348 (BIAS): Define.
12349 (r_tstate_offset, r_fprs_offset): New defines.
12350 (enum sparc_regnum): Remove defenition.
12351 (enum sparc64_regnum): Reformat.
12352 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12353 (sparc64_init_abi, sparc64_supply_gregset,
12354 sparc64_collect_gregset, sparc64_supply_fpregset,
12355 sparc64_collect_fpregset): New prototypes.
12356 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12357 Add extern declarations.
12358 (sparc64_sol2_init_abi): New prototype.
12359 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12360 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12361 prototypes.
12362 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12363 "sparnbsd-nat.h".
12364 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12365 functions.
12366 (_initialize_sparc64fbsd_nat): Remove initialization of
12367 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12368 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12369 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12370 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12371 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12372 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12373 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12374 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12375 (sparc64fbsd_r_y_offset): Remove variables.
12376 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12377 Make static and const.
12378 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12379 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12380 functions.
12381 (sparc64fbsd_gregset): New variable.
12382 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12383 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12384 and sparc64_supply_fpregset.
12385 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12386 (sparc64fbsd_sigtramp_frame_this_id)
12387 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12388 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12389 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12390 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12391 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12392 * sparcnbsd-tdep.c: Update copyright year. Include
12393 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12394 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12395 "value.h" and "sparcnbsd-tdep.h".
12396 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12397 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12398 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12399 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12400 defines.
12401 (sparcnbsd_gregset): New variable.
12402 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12403 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12404 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12405 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12406 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12407 variables.
12408 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12409 (sparc32nbsd_sigcontext_frame_this_id)
12410 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12411 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12412 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12413 (sparcnbsd_get_longjmp_target_32,
12414 sparcnbsd_get_longjmp_target_64): Remove functions.
12415 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12416 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12417 sparcnbsd_init_elf): Remove.
12418 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12419 (sparcnbsd_elf_init_abi): New functions.
12420 (_initialize_sparcnbsd_tdep): New prototype.
12421 (_initialize_sparnbsd_tdep): Update.
12422 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12423 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12424 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12425 * config/sparc/linux.mh: Update comment.
12426 (XM_FILE, HOST_IPC): Remove variables.
12427 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12428 sparc-linux-nat.o.
12429 * config/sparc/linux.mt: Update comment.
12430 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12431 * config/sparc/nbsd.mt: Reformat.
12432 * config/sparc/nbsd64.mh: Update comment.
12433 (NATDEPFILES): Add sparc-nat.o.
12434 * config/sparc/nbsd64.mt: Update comment.
12435 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12436 (TM_FILE): Set to tm-nbsd.h.
12437 * config/sparc/nbsdelf.mh: Update comment.
12438 (NATDEPFILES): Add sparc-nat.o.
12439 (XM_FILE): Delete.
12440 * config/sparc/nbsdaout.mh: Update comment.
12441 (NATDEPFILES): Add sparc-nat.o
12442 (XM_FILE): Delete.
12443 * config/sparc/nm-linux.h: Update copyright year. Don't include
12444 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12445 inclusion.
12446 (KERNEL_U_SIZE): Remove define.
12447 (kernel_u_size): Remove prototype.
12448 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12449 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12450 "regcache.h".
12451 (CHILD_PREPARE_TO_STORE): Remove define.
12452 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12453 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12454 sparcnbsd-nat.c: Rewrite files.
12455 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12456 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12457 sparcnbsd-tdep.h: Remove files.
12458 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12459 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12460 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12461 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12462 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12463 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12464 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12465 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12466 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12467 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12468 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12469 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12470 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12471 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12472 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12473 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12474 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12475 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12476 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12477
12478 2004-01-02 Andrew Cagney <cagney@redhat.com>
12479
12480 From 2003-12-18 Kazuhiro Inaoka:
12481 * configure.host: Add m32r-linux target.
12482
12483 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12484
12485 * top.c (print_gdb_version): Update year to 2004.
12486
12487 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12488
12489 * MAINTAINERS: Add myself to the write-after-approval category.
12490
12491 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12492
12493 From Bernardo Innocenti <bernie@develer.com>:
12494 * configure.tgt: Add uClinux target.
12495
12496 2004-01-02 Andrew Cagney <cagney@redhat.com>
12497
12498 * utils.c (do_my_cleanups): Make static, add forward declaration.
12499 * defs.h (do_my_cleanups): Delete declaration.
12500
12501 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12502
12503 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12504 bfd/ChangeLog-0203.
12505
12506 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12507
12508 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12509 in <machine/reg.h>.
12510 * configure, config.in: Regenerate.
12511
12512 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12513 tui/ChangeLog-1998-2003.
12514 \f
12515 Local Variables:
12516 mode: change-log
12517 left-margin: 8
12518 fill-column: 74
12519 version-control: never
12520 End:
This page took 0.26865 seconds and 5 git commands to generate.