2004-09-30 Andrew Cagney <cagney@gnu.org>
[binutils-gdb.git] / gdb / ChangeLog
1 2004-09-30 Andrew Cagney <cagney@gnu.org>
2
3 * target.c (target_read_string): Use target_read_memory instead of
4 target_xfer_memory.
5
6 2004-09-29 Andrew Cagney <cagney@gnu.org>
7
8 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
9 the address of status.
10
11 * infptrace.c (ptrace_wait): Mention problem with HPUX.
12 (kill_inferior): Inline ptrace_wait call.
13 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
14 * inftarg.c (child_wait): Inline ptrace_wait call.
15
16 * target.h (struct target_ops): Delete field to_post_wait.
17 (target_post_wait): Delete macro.
18 (child_post_wait): Delete declaration.
19 * target.c (update_current_target, update_current_target)
20 (debug_to_post_wait, setup_target_debug): Delete functions and
21 references.
22 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
23 * inftarg.c (child_post_wait): Delete.
24 (init_child_ops): Do not set to_post_wait.
25 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
26 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
27 * inf-child.c (inf_child_post_wait): Delete.
28 (inf_child_target): Do not set to_post_wait.
29 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
30 (inf_ptrace_target): Do not set to_post_wait.
31
32 * wince.c (child_ops): Delete.
33 * win32-nat.c (child_ops): Delete.
34
35 * inftarg.c (inftarg_set_find_memory_regions)
36 (inftarg_set_make_corefile_notes): Delete functions.
37 (_initialize_linux_nat): Inline calls.
38
39 * target.h (child_ops): Declare.
40 * inftarg.c (child_ops): Move from here ...
41 * target.c (child_ops): ... to here.
42 * wince.c (child_ops): Delete extern declaration.
43 * win32-nat.c (child_ops): Delete extern declaration.
44 * linux-nat.c (child_ops): Delete extern declaration.
45 * hpux-thread.c (child_ops): Delete extern declaration.
46
47 2004-09-28 Mark Kettenis <kettenis@gnu.org>
48
49 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
50
51 2004-09-28 Mark Kettenis <kettenis@gnu.org>
52
53 * configure.in: Only set host_makefile_frag when building a native
54 debugger.
55 * configure: Regenerate.
56
57 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
58 for OpenBSD ELF.
59
60 2004-09-28 Andrew Cagney <cagney@gnu.org>
61
62 Problem identified by Paul Hilfinger.
63 * Makefile.in (ada_lex_c): Define.
64 (ada-lex.o): Delete rule.
65
66 * linux-proc.c: Delete file.
67 * Makefile.in: Update.
68 * config/sparc/linux64.mh (NATDEPFILES):
69 * config/sparc/linux.mh (NATDEPFILES): Update.
70 * config/s390/s390.mh (NATDEPFILES): Update.
71 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
72 * config/powerpc/linux.mh (NATDEPFILES): Update.
73 * config/pa/linux.mh (NATDEPFILES): Update.
74 * config/mips/linux.mh (NATDEPFILES): Update.
75 * config/m68k/linux.mh (NATDEPFILES): Update.
76 * config/ia64/linux.mh (NATDEPFILES): Update.
77 * config/i386/linux64.mh (NATDEPFILES): Update.
78 * config/i386/linux.mh (NATDEPFILES): Update.
79 * config/arm/linux.mh (NATDEPFILES): Update.
80 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
81 * linux-nat.c: Update copyright. Include <sys/param.h>,
82 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
83 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
84 (O_LARGEFILE): Possibly define.
85 (_initialize_linux_nat, linux_proc_pending_signals)
86 (add_line_to_sigset, linux_proc_xfer_memory)
87 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
88 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
89 (struct linux_corefile_thread_data)
90 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
91 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
92
93 2004-09-16 Andrew Cagney <cagney@gnu.org>
94
95 * lin-lwp.c: Delete file.
96 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
97 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
98 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
99 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
100 (linux_nat_attach, detach_callback, linux_nat_detach)
101 (resume_callback, resume_clear_callback, linux_nat_resume)
102 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
103 (stop_wait_callback, linux_nat_has_pending, flush_callback)
104 (status_callback, running_callback, count_events_callback)
105 (select_singlestep_lwp_callback, select_event_lwp_callback)
106 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
107 (child_wait, stop_and_resume_callback, linux_nat_wait)
108 (kill_callback, kill_wait_callback, linux_nat_kill)
109 (linux_nat_create_inferior, linux_nat_mourn_inferior)
110 (linux_nat_xfer_memory, linux_nat_thread_alive)
111 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
112 (_initialize_linux_nat): New functions.
113 * Makefile.in: Update all dependencies.
114 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
115 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
116 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
117 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
118 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
119 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
120 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
121 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
122 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
123 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
124 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
125 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
126 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
127
128 2004-09-27 Mark Kettenis <kettenis@gnu.org>
129
130 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
131 config/i386/obsd64.mh (NAT_FILE): Remove variable.
132
133 * configure.in: Don't comment out NATDEPFILES in the generated
134 Makefile if NAT_FILE is unset.
135 * configure: Regenerate.
136
137 2004-09-27 Andrew Cagney <cagney@gnu.org>
138
139 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
140 (insert_step_resume_breakpoint): Delete.
141 (insert_step_resume_breakpoint_at_frame): New function.
142 (insert_step_resume_breakpoint_at_sal): New function.
143 (handle_inferior_event, step_into_function)
144 (insert_step_resume_breakpoint): Simplify by using same.
145
146 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
147
148 2004-09-26 Mark Kettenis <kettenis@gnu.org>
149
150 * fbsd-proc.c: Remove file.
151 * Makefile.in (fbsd-proc.o): Remove dependency.
152
153 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
154 code together.
155
156 * config/i386/nm-fbsd64.h: Remove file.
157 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
158
159 2004-09-26 Mark Kettenis <kettenis@gnu.org>
160
161 * amd64-nat.h: Update copyright year.
162 (amd64bsd_target): New prototype.
163 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
164 (amd64bsd_target): New function.
165 (amd64bsd_fetch_inferior_registers): Rename from
166 fetch_inferior_registers. Make static.
167 (amd64bsd_store_inferior_registers): Rename from
168 store_inferior_registers. Make static.
169 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
170 (_initialize_amd64fbsd_nat): Construct and add target vector.
171 * amd64nbsd-nat.o: Include "target.h".
172 (_initialize_amd64nbsd_nat): Construct and add target vector.
173 * amd64obsd-nat.c: Include "target.h".
174 (_initialize_amd64obsd_nat): Construct and add target vector.
175 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
176 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
177 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
178 fbsd-nat.o.
179 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
180 Remove infptrace.o and inftarg.o. Add inf-child.o and
181 inf-ptrace.o.
182 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
183 (amd64obsd-nat.o): Update dependencies.
184
185 2004-09-25 Mark Kettenis <kettenis@gnu.org>
186
187 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
188 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
189 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
190 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
191 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
192
193 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
194 Inline attach call.
195 (inf_ptrace_detach): Inline detach call.
196
197 * configure.in: Check for waddstr instead of mvwaddstr when
198 searching for curses library. Check for wborder.
199 * configure, config.in: Regenerate.
200 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
201 available.
202
203 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
204
205 2004-09-24 Robert Picco <Robert.Picco@hp.com>
206
207 Committed by Andrew Cagney.
208 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
209 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
210 configuration.
211 (fetch_register_using_p): Implement 'p' packet. Based on code by
212 Fernando Nasser.
213 (remote_fetch_registers): Call fetch_register_using_p.
214 (init_all_packet_configs, show_remote_cmd)
215 (_initialize_remote): Add p-packet.
216
217 2004-09-24 Mark Kettenis <kettenis@gnu.org>
218
219 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
220 instead of call_ptrace. Call wait directly instead of
221 ptrace_wait.
222 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
223 (inf_ptrace_wait): Inline ptrace_wait call.
224
225 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
226
227 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
228 rolled back instead.
229
230 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
231
232 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
233 the new argument order.
234
235 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
236
237 * MAINTAINERS: Remove "broken" from XStormy16 entry.
238 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
239 (struct gdbarch_tdep): Remove.
240 (struct xstormy16_frame_cache): New frame cache structure.
241 (xstormy16_register_byte, xstormy16_register_raw_size)
242 (xstormy16_reg_virtual_type, xstormy16_register_type)
243 (xstormy16_push_arguments, xstormy16_push_return_address)
244 (xstormy16_pop_frame, xstormy16_store_struct_return)
245 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
246 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
247 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
248 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
249 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
250 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
251 (xstormy16_use_struct_convention): Drop gcc_p parameter.
252 (xstormy16_extract_return_value, xstormy16_store_return_value):
253 Regcachify. Drop useless struct convention handling.
254 (xstormy16_register_type, xstormy16_return_value)
255 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
256 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
257 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
258 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
259 (xstormy16_unwind_sp, xstormy16_unwind_pc)
260 (xstormy16_unwind_dummy_id) : New functions.
261 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
262 of xstormy16_scan_prologue.
263 (xstormy16_frame_unwind): New frame_unwind structure.
264 (xstormy16_frame_base): New frame_base structure.
265 (xstormy16_gdbarch_init): Accomodate all of the above changes.
266 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
267
268 2004-09-22 Mark Kettenis <kettenis@gnu.org>
269
270 * language.c (language_gdbarch_post_init): Fix off-by one error.
271
272 2004-09-21 Daniel Jacobowitz <dan@debian.org>
273
274 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
275 (struct dwarf2_offset_and_type): New.
276 (set_die_type, reset_die_and_siblings_types, get_die_type)
277 (offset_and_type_hash, offset_and_type_eq): New functions.
278 (read_structure_type, read_enumeration_type, read_array_type)
279 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
280 (read_tag_reference_type, read_tag_const_type)
281 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
282 (read_typedef, read_base_type, read_subrange_type): Use
283 set_die_type.
284
285 2004-09-20 Daniel Jacobowitz <dan@debian.org>
286
287 * Makefile.in (dwarf2read.o): Update dependencies.
288 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
289 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
290 and read_in_chain.
291 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
292 mark, and has_form_ref_addr.
293 (struct dwarf2_per_cu_data): New.
294 (dwarf2_max_cache_age): New.
295 (dwarf2_build_psymtabs_hard): Free cached compilation units
296 after loading. Create and manage the list of compilation units.
297 Remove unnecessary NULL initialization. Fix indentation.
298 (psymtab_to_symtab_1): Initialize all of CU.
299 (dwarf2_read_abbrevs): Set has_form_ref_addr.
300 (find_partial_die): Use dwarf2_find_containing_comp_unit
301 and load_comp_unit.
302 (free_stack_comp_unit): Update comments. Clear the per-cu
303 pointer. Handle aging.
304 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
305 (age_cached_comp_units, free_one_cached_comp_unit)
306 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
307 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
308 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
309 (show_dwarf2_cmd): New.
310 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
311 and "maint show dwarf2 max-cache-age".
312 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
313 externs.
314 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
315 global.
316
317 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
318
319 * dwarf2read.c (typename_concat): Change prototype to accept obstack
320 and dwarf2_cu struct pointer as arguments. Change function to use
321 obstack if provided and use dwarf2_cu to determine language-specific
322 separator.
323 (partial_die_parent_scope): Change comment to include java. Use
324 new version of typename_concat instead of obconcat.
325 (partial_die_full_name): Use typename_concat.
326 (read_namespace): Ditto.
327 (read_enumeration_type): Use typename_concat instead of obconcat.
328 (new_symbol): Ditto.
329 (add_partial_symbol): Enhance tests for C++ to also test for Java.
330 (guess_structure_name): Ditto.
331 (read_subroutine_type): Ditto.
332 (read_structure_type): Ditto.
333 (is_vtable_name): Add Java support.
334 (determine_class_name): Switch to new typename_concat call.
335 (determine_prefix): Switch to new typename_concat call.
336 * jv-exp.y (FuncStart): New pattern.
337 (MethodInvocation): Add support for simple function calls. Change
338 warning message for other forms of inferior call currently not
339 supported.
340 * valarith.c (value_subscript): Treat an array with upper-bound
341 of -1 as unknown size.
342
343 2004-09-20 Daniel Jacobowitz <dan@debian.org>
344
345 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
346 (lookup_partial_symtab): Use symtab_to_fullname.
347
348 2004-09-19 Jim Blandy <jimb@redhat.com>
349
350 * minsyms.c (lookup_minimal_symbol): Doc fix.
351
352 2004-09-20 Andrew Cagney <cagney@gnu.org>
353
354 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
355 CHILD_RESUME.
356 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
357 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
358 KILL_INFERIOR.
359 * infptrace.c: Update.
360
361 2004-09-19 Daniel Jacobowitz <dan@debian.org>
362
363 * symtab.c (output_source_filename): Mark first argument as const.
364 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
365 for "info sources" output.
366
367 2004-09-20 Mark Kettenis <kettenis@gnu.org>
368
369 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
370 <machine/vmparam.h>.
371 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
372 (register_u_addr): Remove prototype.
373
374 2004-09-19 Mark Kettenis <kettenis@gnu.org>
375
376 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
377 (i386bsd_fetch_inferior_registers): Rename from
378 fetch_inferior_registers. Make static.
379 (i386bsd_store_inferior_registers): Rename from
380 store_inferior_registers. Make static.
381 (i386bsd_target): New function.
382 * i386bsd-nat.h: New file.
383 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
384 "i386bsd-nat.h".
385 (i386fbsd_resume): Rename from child_resume. Make static.
386 (_initialize_i386fbsd_nat): Construct and add target vector.
387 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
388 (_initialize_i386nbsd_nat): Construct and add target vector.
389 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
390 Remove defines.
391 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
392 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
393 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
394 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
395 (LOADLIBES): New variable.
396 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
397 inf-ptrace.o. Remove inftarg.o.
398 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
399 inf-ptrace.o. Remove inftarg.o.
400 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
401 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
402 (LOADLIBES): New variable.
403 * Makefile.in (i386bsd_nat_h): New variable.
404 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
405 dependencies.
406
407 * sparc64nbsd-tdep.c: Include "objfiles.h".
408 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
409 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
410 svr4_lp64_fetch_link_map_offsets.
411 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
412 "nbsd-tdep.h".
413 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
414 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
415 svr4_lp64_fetch_link_map_offsets.
416 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
417 dependencies.
418
419 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
420 * fbsd-nat.h: New file.
421 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
422 (fbsd_nat_h): New variable.
423 (fbsd-nat.o): New dependency.
424
425 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
426 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
427
428 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
429 comment.
430
431 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
432
433 * ada-exp.y (type_int): New function to add layer of abstraction
434 around references to expression types.
435 (type_long): Ditto.
436 (type_long_long): Ditto.
437 (type_float): Ditto.
438 (type_double): Ditto.
439 (type_long_double): Ditto.
440 (type_char): Ditto.
441 (type_system_address): Ditto.
442 (simple_exp): Use type_* functions in place of builtin_*
443 variables.
444 (exp): Ditto.
445 (write_var_from_name): Ditto.
446 (write_object_renaming): Ditto.
447 * ada-lang.c (ada_create_fundamental_type): Remove redundant
448 declaration.
449 (build_ada_types): Remove, replacing with...
450 (ada_language_arch_info): New function to initialize primitive
451 type vector in language_arch_info.
452 (ada_array_length): Remove use of builtin_type_ada_int.
453 (value_pos_atr): Ditto.
454 (ada_evaluate_subexp): Ditto.
455 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
456 builtin_type_ada_long_long, builtin_type_ada_char,
457 builtin_type_ada_float, builtin_type_ada_double,
458 builtin_type_ada_long_double, builtin_type_ada_natural,
459 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
460 (ada_builtin_types): Remove.
461 (ada_language_defn): Remove entries for la_builtin_type_vector and
462 string_char_type and use ada_language_arch_info.
463 (_initialize_ada_language): Do type-vector initialization along
464 the lines of c-lang.c.
465 (ada_create_fundamental_type): Break up line.
466 (ada_dump_symtab): Remove unused function.
467 (enum ada_primitive_types): Define.
468 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
469 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
470 builtin_type_ada_float, builtin_type_ada_double,
471 builtin_type_ada_long_double, builtin_type_ada_natural,
472 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
473 * ada-lex.l: Use type_* functions in place of builtin_* variables.
474 (processInt): Ditto.
475 (processReal): Ditto.
476 (name_lookup): Ditto.
477 * ada-typeprint.c (print_range): Use builtin_type_int, not
478 builtin_type_ada_int.
479
480 2004-09-18 Mark Kettenis <kettenis@gnu.org>
481
482 * i386-tdep.c (i386_register_name): Rename regno to regnum.
483
484 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
485 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
486 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
487 * configure.in: Improve checks for curses library by checking for
488 mvwaddstr instead of initscr. Drop HP curses in favour of
489 standard curses on HP-UX.
490 * configure: Regenerated.
491
492 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
493
494 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
495 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
496 Minor formatting changes.
497 (empty_array): Slight rewrite for formatting.
498 (emit_char,parse,ada_language_defn,build_ada_types,
499 ada_is_exception_sym, _initialize_ada_language): Move
500 definitions around.
501 (ada_dump_symtab): Remove unused definition.
502 (ada_maybe_exception_partial_symbol): Remove unused definition.
503
504 2004-09-16 Andrew Cagney <cagney@gnu.org>
505
506 * inf-child.c: Include "gdb_string.h".
507 (inf_child_core_file_to_sym_file): Delete.
508 (inf_child_target): Set to_fetch_registers and to_store_registers.
509 * inf-ptrace.c: Include "gdb_string.h".
510 * Makefile.in: Update all dependencies.
511
512 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
513 problem.
514
515 2004-09-14 Joel Brobecker <brobecker@gnat.com>
516
517 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
518 call to heuristic_proc_desc. Remove code that became redundant
519 as a consequence.
520 (read_next_frame_reg): Remove special case for SP_REGNUM.
521 (set_reg_offset): Fix small typo.
522 (reset_saved_regs): New procedure.
523 (mips32_heuristic_proc_desc): No longer compute a fake
524 procedure descriptor. Compute the full frame cache instead.
525 Some minor comment reformatting.
526
527 2004-09-14 Andrew Cagney <cagney@gnu.org>
528
529 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
530 maintainer.
531
532 * thread-db.c (thread_db_new_objfile): Assume that there is a
533 child process.
534
535 2004-09-13 Jim Blandy <jimb@redhat.com>
536
537 * valops.c (value_assign): Move 'buffer' to the enclosing block,
538 so that its storage isn't referenced after its lifetime ends.
539
540 * valops.c (value_assign): 'use_buffer' is initialized to zero,
541 and never assigned to. Delete it, and the 'if (use_buffer)'
542 clauses. Delete 'raw_buffer', since it is now unused.
543
544 2004-09-13 Andrew Cagney <cagney@gnu.org>
545
546 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
547 * configure: Re-generate.
548 * nlm/Makefile.in (TAGS): Update.
549 * Makefile.in (TAGS): Update.
550 * config/vax/nbsd.mt (TM_FILE): Update.
551 * config/sparc/vxworks.mt (TM_FILE): Update.
552 * config/sparc/sol2.mt (TM_FILE): Update.
553 * config/sparc/sol2-64.mt (TM_FILE): Update.
554 * config/sparc/obsd64.mt (TM_FILE): Update.
555 * config/sparc/obsd.mt (TM_FILE): Update.
556 * config/sparc/nbsd64.mt (TM_FILE): Update.
557 * config/sparc/nbsd.mt (TM_FILE): Update.
558 * config/sparc/linux64.mt (TM_FILE): Update.
559 * config/sparc/linux.mt (TM_FILE): Update.
560 * config/sparc/fbsd.mt (TM_FILE): Update.
561 * config/sh/wince.mt (TM_FILE): Update.
562 * config/sh/nbsd.mt (TM_FILE): Update.
563 * config/sh/linux.mt (TM_FILE): Update.
564 * config/sh/embed.mt (TM_FILE): Update.
565 * config/s390/s390.mt (TM_FILE): Update.
566 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
567 * config/rs6000/rs6000.mt (TM_FILE): Update.
568 * config/rs6000/aix4.mt (TM_FILE): Update.
569 * config/powerpc/vxworks.mt (TM_FILE): Update.
570 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
571 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
572 * config/powerpc/obsd.mt (TM_FILE): Update.
573 * config/powerpc/nbsd.mt (TM_FILE): Update.
574 * config/powerpc/linux.mt (TM_FILE): Update.
575 * config/powerpc/aix.mt (TM_FILE): Update.
576 * config/pa/obsd.mt (TM_FILE): Update.
577 * config/pa/linux.mt (TM_FILE): Update.
578 * config/pa/hppahpux.mt (TM_FILE): Update.
579 * config/pa/hppa64.mt (TM_FILE): Update.
580 * config/pa/hppa.mt (TM_FILE): Update.
581 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
582 * config/mips/wince.mt (TM_FILE): Update.
583 * config/mips/vxmips.mt (TM_FILE): Update.
584 * config/mips/nbsd.mt (TM_FILE): Update.
585 * config/mips/linux.mt (TM_FILE): Update.
586 * config/mips/irix6.mt (TM_FILE): Update.
587 * config/mips/irix5.mt (TM_FILE): Update.
588 * config/mips/embed.mt (TM_FILE): Update.
589 * config/m68k/vxworks68.mt (TM_FILE): Update.
590 * config/m68k/st2000.mt (TM_FILE): Update.
591 * config/m68k/os68k.mt (TM_FILE): Update.
592 * config/m68k/obsd.mt (TM_FILE): Update.
593 * config/m68k/nbsd.mt (TM_FILE): Update.
594 * config/m68k/monitor.mt (TM_FILE): Update.
595 * config/m68k/linux.mt (TM_FILE): Update.
596 * config/m68k/cisco.mt (TM_FILE): Update.
597 * config/ia64/linux.mt (TM_FILE): Update.
598 * config/ia64/aix.mt (TM_FILE): Update.
599 * config/ia64/ia64.mt (TM_FILE): Update.
600 * config/i386/vxworks.mt (TM_FILE): Update.
601 * config/i386/obsd64.mt (TM_FILE): Update.
602 * config/i386/obsd.mt (TM_FILE): Update.
603 * config/i386/nto.mt (TM_FILE): Update.
604 * config/i386/nbsd64.mt (TM_FILE): Update.
605 * config/i386/nbsd.mt (TM_FILE): Update.
606 * config/i386/linux64.mt (TM_FILE): Update.
607 * config/i386/linux.mt (TM_FILE): Update.
608 * config/i386/i386sol2.mt (TM_FILE): Update.
609 * config/i386/i386lynx.mt (TM_FILE): Update.
610 * config/i386/fbsd64.mt (TM_FILE): Update.
611 * config/i386/fbsd.mt (TM_FILE): Update.
612 * config/i386/cygwin.mt (TM_FILE): Update.
613 * config/h8300/h8300.mt (TM_FILE): Update.
614 * config/frv/frv.mt (TM_FILE): Update.
615 * config/cris/cris.mt (TM_FILE): Update.
616 * config/arm/wince.mt (TM_FILE): Update.
617 * config/arm/nbsd.mt (TM_FILE): Update.
618 * config/arm/linux.mt (TM_FILE): Update.
619 * config/arm/embed.mt (TM_FILE): Update.
620 * config/alpha/nbsd.mt (TM_FILE): Update.
621 * config/alpha/fbsd.mt (TM_FILE): Update.
622 * config/alpha/alpha.mt (TM_FILE): Update.
623 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
624 * config/alpha/alpha-linux.mt (TM_FILE): Update.
625
626 Eliminate event_loop_p, always has the value 1.
627 * defs.h (event_loop_p): Delete macro.
628 * breakpoint.c (until_break_command): Simplify.
629 * utils.c (prompt_for_continue): Simplify.
630 * tracepoint.c (read_actions): Simplify.
631 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
632 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
633 (set_prompt, init_main): Simplify.
634 (init_signals, disconnect): Delete, unused.
635 * remote.c (remote_async_resume)
636 (extended_remote_async_create_inferior): Simplify.
637 * mi/mi-interp.c (mi_input): Delete, unused.
638 (mi_interpreter_resume, mi_command_loop): Simplify.
639 * interps.c (current_interp_command_loop): Simplify.
640 * infrun.c (proceed): Simplify.
641 * infcmd.c (run_command, continue_command, step_1, jump_command)
642 (until_command, advance_command, finish_command)
643 (interrupt_target_command): Simplify.
644 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
645
646 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
647 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
648 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
649 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
650 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
651 * mips-tdep.c (mips_dump_tdep): Do not print same.
652
653 2004-09-12 Andrew Cagney <cagney@gnu.org>
654
655 * valprint.c (print_longest): Use fputs_filtered. Make "val"
656 const.
657 * Makefile.in (valprint.o): Delete explict rule.
658
659 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
660 reported by Dave Anderson.
661
662 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
663
664 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
665
666 2004-09-12 Salvador E. Tropea <set@users.sf.net>
667 Andrew Cagney <cagney@gnu.org>
668
669 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
670 (mi_cmd_data_list_register_values)
671 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
672 the register number computation.
673
674 2004-09-12 Andrew Cagney <cagney@gnu.org>
675
676 * ppcnbsd-nat.c: Include "inf-ptrace.h".
677 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
678 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
679 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
680 target.
681 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
682 inf-ptrace.o and inf-child.o.
683 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
684 * Makefile.in: Update dependencies.
685
686 2004-09-11 Andrew Cagney <cagney@gnu.org>
687
688 * language.c (hex_string, hex_string_custom): Move from here ...
689 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
690 (CELLSIZE): Increase to 50.
691 * language.h (hex_string, hex_string_custom): Move from here ...
692 * defs.h: ... to here.
693 * Makefile.in: Update all dependencies.
694
695 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
696
697 * language.c (local_hex_format_custom): Remove.
698 (local_hex_string): Rename to hex_string, use C format, and move to
699 utils.c
700 (local_hex_string_custom): Rename to hex_string_custom and change
701 interface. Now uses C format. Move to utils.c
702 (local_octal_format_custom): Remove.
703 (local_decimal_format_custom): Remove.
704 (unknown_language_defn): Remove language-specific number
705 formatting entries.
706 (auto_language_defn): Ditto.
707 (local_language_defn): Ditto.
708 * language.h (struct language_format_info): Delete declaration.
709 (struct language_defn): Remove language_format_info fields
710 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
711 (local_binary_format): Remove macro.
712 (local_binary_format_prefix): Remove macro.
713 (local_binary_format_specifier): Remove macro.
714 (local_binary_format_suffix): Remove macro.
715 (local_octal_format): Remove macro.
716 (local_octal_format_prefix): Remove macro.
717 (local_octal_format_specifier): Remove macro.
718 (local_octal_format_suffix): Remove macro.
719 (local_decimal_format): Remove macro.
720 (local_decimal_format_prefix): Remove macro.
721 (local_decimal_format_specifier): Remove macro.
722 (local_decimal_format_suffix): Remove macro.
723 (local_hex_format): Remove macro.
724 (local_hex_format_prefix): Remove macro.
725 (local_hex_format_specifier): Remove macro.
726 (local_hex_format_suffix): Remove macro.
727 (local_decimal_format_custom): Remove.
728 (local_octal_format_custom): Remove.
729 (local_hex_format_custom): Remove.
730 (local_hex_string): Rename to hex_string and move to defs.h.
731 (local_hex_string_custom): Rename to hex_string_custom, change
732 interface, and move to defs.h.
733 * utils.c: (int_string): New function.
734 (hex_string): New function (from language.c).
735 (hex_string_custom): New function (from language.c).
736 (octal2str): New function.
737 (decimal2str): Add width parameter.
738 (paddr_u): Use new decimal2str interface.
739 (paddr_d): Ditto.
740 * defs.h (hex_string): Declare.
741 (hex_string_custom): Declare.
742 (int_string): Declare.
743 * printcmd.c (print_scalar_formatted): Remove localized binary
744 formatting.
745 * valprint.c (print_longest): Use int_string.
746 (print_floating): Use C hex format.
747 (print_hex_chars): Ditto.
748 (print_binary_chars): Remove language-specific formatting.
749 (print_octal_chars): Use C octal format.
750 (print_decimal_chars): Delocalize format.
751 (print_decimal): Remove.
752 * ada-lang.c (ada_language_defn): Remove language-specific number
753 formatting entries.
754 * p-lang.c (pascal_language_defn): Ditto.
755 * c-lang.c (c_language_defn): Ditto.
756 (cplus_language_defn): Ditto.
757 (asm_language_defn): Ditto.
758 (minimal_language_defn): Ditto.
759 * f-lang.c (f_language_defn): Ditto.
760 * jv-lang.c (java_language_defn): Ditto.
761 * m2-lang.c (m2_language_defn): Ditto.
762 * scm-lang.c (scm_language_defn): Ditto.
763 * objc-lang.c (objc_language_defn): Ditto.
764 * memattr.c (mem_info_command): Use renamed hex_string_custom with
765 new interface.
766 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
767 * ui-out.c (ui_out_field_core_addr): Ditto.
768 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
769 * exec.c (print_section_info): Ditto.
770 * i387-tdep.c (print_i387_status_word): Ditto.
771 (print_i387_control_word): Ditto.
772 (i387_print_float_info): Ditto.
773 * maint.c (maint_print_section_info): Ditto.
774 * solib.c (info_sharedlibrary_command): Ditto.
775 * somsolib.c (som_sharedlibrary_info_command): Ditto.
776 * symtab.c (print_msymbol_info): Ditto.
777 * tracepoint.c (tracepoints_info): Ditto.
778 * solib-frv.c (lm_base): Ditto.
779 (frv_current_sos): Ditto.
780 (enable_break2): Ditto.
781 (enable_break): Ditto.
782 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
783 (process_one_symbol): Ditto.
784 * infcmd.c (program_info): Ditto.
785 * mdebugread.c (parse_partial_symbols): Ditto.
786 * symfile.c (add_symbol_file_command): Ditto.
787 * cli/cli-cmds.c (edit_command): Ditto.
788 (list_command): Ditto.
789 * infcall.c (call_function_by_hand): Ditto.
790 * remote-vx.c (vx_run_files_info): Ditto.
791 (vx_wait): Ditto.
792 (vx_attach): Ditto.
793 (vx_detach): Ditto.
794 (vx_kill): Ditto.
795 * aix-thread.c (pdc_symbol_addrs): Ditto.
796 (pdc_read_regs): Ditto.
797 (pdc_write_regs): Ditto.
798 (pdc_read_data): Ditto.
799 (pdc_write_data): Ditto.
800 * d10v-tdep.c (display_trace): Ditto.
801 * rs6000-nat.c (find_toc_address): Ditto.
802 * aix-thread.c: Don't include language.h.
803 * buildsym.c: Ditto.
804 * dbxread.c: Ditto.
805 * mdebugread.c: Ditto.
806 * rs6000-nat.c: Ditto.
807 * buildsym.c (make_blockvector): Use renamed hex_string.
808
809 2004-09-10 Jason Molenda (jmolenda@apple.com)
810
811 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
812 chars after 'if' or 'while' commands in user-defined commands.
813
814 2004-09-08 Jim Blandy <jimb@redhat.com>
815
816 Fix bug reported and analyzed by Olivier Crete:
817 * symfile.c (copy_section_addr_info): New function.
818 (symbol_file_add_with_addrs_or_offsets): Use it to save the
819 original set of address arguments, instead of handwritten code
820 that uses one length to allocate and a different length to
821 initialize. Use make_cleanup_free_section_addr_info.
822 * symfile.h (copy_section_addr_info): New declaration.
823 * utils.c: #include "symfile.h".
824 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
825 New functions.
826 * defs.h (make_cleanup_free_section_addr_info): New declaration.
827 * Makefile.in (utils.o): Update dependencies.
828
829 2004-09-08 Andrew Cagney <cagney@gnu.org>
830
831 * thread-db.c (keep_thread_db): Delete.
832 (thread_db_new_objfile, thread_db_create_inferior)
833 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
834
835 2004-09-08 Mark Kettenis <kettenis@gnu.org>
836
837 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
838 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
839 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
840 (i386_frameless_signal_p): Remove prototype.
841 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
842 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
843 I386_SSE_NUM_REGS.
844 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
845 instead of FP0_REGNUM.
846 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
847 of FP0_REGNUM and FPC_REGNUM.
848
849 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
850 (sunos_solib_create_inferior_hook): Don't call
851 sunos_relocate_main_executable.
852
853 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
854 solib_svr4_fetch_link_map_offsets to
855 svr4_ilp32_fetch_link_map_offsets.
856 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
857 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
858 svr4_ilp32_fetch_link_map_offsets.
859 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
860
861 2004-09-07 Jim Blandy <jimb@redhat.com>
862
863 * frame.h (frame_register): Doc fix.
864
865 2004-09-07 Andrew Cagney <cagney@gnu.org>
866
867 * vx-share/wait.h: Delete #ifdef USG.
868 * utils.c (request_quit): Ditto.
869 * tui/tui.c (tui_reset): Ditto.
870 * remote.c: Ditto.
871 * remote-sds.c: Ditto.
872 * remote-rdi.c: Ditto.
873 * mdebugread.c: Ditto.
874 * m68klinux-nat.c: Ditto.
875 * infttrace.c: Ditto.
876 * infptrace.c: Ditto.
877 * i386v-nat.c: Ditto.
878 * exec.c: Ditto.
879 * dbxread.c: Ditto.
880 * core-aout.c: Ditto.
881
882 2004-09-05 Joel Brobecker <brobecker@gnat.com>
883
884 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
885 heuristic_proc_desc.
886 (mips_insn32_frame_cache): Likewise.
887
888 2004-09-04 Joel Brobecker <brobecker@gnat.com>
889
890 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
891 left behind by error.
892
893 2004-09-04 Joel Brobecker <brobecker@gnat.com>
894
895 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
896 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
897
898 2004-09-04 Joel Brobecker <brobecker@gnat.com>
899
900 * config/rs6000/xm-aix4.h: Remove this file.
901 * config/rs6000/aix4.mh (XM_FILE): Delete.
902
903 2004-09-04 Joel Brobecker <brobecker@gnat.com>
904
905 * config/rs6000/xm-rs6000.h: Remove this file.
906 * config/rs6000/rs6000.mh (XM_FILE): Remove.
907
908 2004-09-03 Andrew Cagney <cagney@gnu.org>
909
910 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
911 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
912 only use.
913
914 * mips-tdep.c (temp_saved_regs): Delete.
915 (set_reg_offset): Replace saved_regs parameter with this_cache.
916 (heuristic_proc_desc, mips16_heuristic_proc_desc)
917 (mips32_heuristic_proc_desc): Add this_cache parameter.
918 (mips_insn32_frame_cache, mips_insn16_frame_cache)
919 (after_prologue): Pass a NULL this_cache.
920
921 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
922 non-kernel trap prologues.
923
924 * mips-tdep.c (find_proc_desc): Delete function.
925 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
926 simplify.
927 (mips_insn16_frame_cache): Replace find_proc_desc with code from
928 mips_insn32_frame_cache.
929
930 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
931 Simplify as NEXT_FRAME is NULL.
932 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
933
934 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
935 local variable.
936 (mips_skip_prologue): Update.
937
938 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
939 "cur_frame" parameter.
940 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
941 (mips_insn32_frame_cache, find_proc_desc): Update
942
943 * config/vax/nm-obsd.h: Delete file.
944 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
945 * config/vax/nm-nbsd.h: Delete file.
946 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
947 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
948 * config/sh/nm-nbsd.h: Delete file.
949 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
950 * config/rs6000/nm-rs6000ly.h: Delete file.
951 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
952 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
953 * config/powerpc/nm-obsd.h: Delete file.
954 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
955 * config/powerpc/nm-nbsd.h: Delete file.
956 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
957 * config/pa/nm-obsd.h: Delete file.
958 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
959 * config/mips/nm-nbsd.h: Delete file.
960 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
961 * config/m88k/nm-obsd.h: Delete file.
962 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
963 * config/m68k/nm-nbsd.h: Delete file.
964 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
965 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
966 * config/i386/nm-nbsd.h: Delete file.
967 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
968 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
969 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
970 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
971 * config/i386/nm-i386lynx.h: Delete file.
972 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
973 * config/arm/nm-nbsd.h: Delete file.
974 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
975 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
976
977 * config/i386/tm-fbsd.h: Delete file.
978 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
979 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
980
981 * config/rs6000/tm-rs6000-aix4.h: Delete file.
982 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
983 * config/rs6000/aix4.mt (TM_FILE): Set to
984 config/rs6000/tm-rs6000.h.
985 * config/powerpc/tm-ppc-aix.h: Delete file.
986 * config/powerpc/aix.mt (TM_FILE): Set to
987 config/rs6000/tm-rs6000.h.
988 * config/m68k/tm-linux.h: Delete file.
989 * config/m68k/linux.mt (TM_FILE): Set to solib.h
990 * config/i386/tm-linux64.h: Delete file.
991 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
992 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
993
994 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
995 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
996 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
997 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
998 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
999 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1000 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1001 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1002 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1003
1004 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1005 gdb_host_cpu.
1006
1007 2004-09-02 Joel Brobecker <brobecker@gnat.com>
1008
1009 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1010 Minor reformatting. Some code factoring.
1011
1012 2004-09-02 Andrew Cagney <cagney@gnu.org>
1013
1014 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1015 * config/vax/tm-nbsd.h: Delete file.
1016 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1017 * config/sparc/tm-vxworks.h: Delete file.
1018 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1019 * config/sparc/tm-nbsd.h: Delete file.
1020 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1021 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1022 * config/sparc/tm-linux.h: Delete file.
1023 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1024 * config/s390/tm-linux.h: Delete file.
1025 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1026 * config/pa/tm-bsd.h: Delete file.
1027 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1028 * config/m68k/tm-obsd.h: Delete file.
1029 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1030 * config/m68k/tm-nbsd.h: Delete file.
1031 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1032 * config/i386/tm-vxworks.h: Delete file.
1033 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1034 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1035 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1036 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1037 * config/i386/tm-nbsd.h: Delete file.
1038 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1039 * config/i386/tm-i386lynx.h: Delete file.
1040 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1041 * config/cris/tm-cris.h: Delete file.
1042
1043 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1044 * configure: Re-generate.
1045 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1046 * config/arm/tm-nbsd.h: Delete file.
1047
1048 * config/powerpc/tm-ppcle-sim.h: Delete.
1049 * config/powerpc/tm-ppcle-eabi.h: Delete.
1050 * config/powerpc/tm-nbsd.h: Delete.
1051 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1052 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1053 tm-ppcle-eabi.h.
1054
1055 * config/i386/nto.mh (NAT_FILE): Delete.
1056 * config/i386/nm-nto.h: Delete.
1057
1058 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1059 * config/m68k/tm-os68k.h: Ditto.
1060 * config/m68k/tm-monitor.h: Ditto.
1061 * config/m68k/tm-cisco.h: Ditto.
1062 * config/m68k/st2000.mt (TM_FILE): Delete.
1063 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1064 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1065 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1066 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1067
1068 * config/m68k/tm-st2000.h: Delete.
1069 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1070 * config/sparc/fbsd.mt (TM_FILE): Delete.
1071 * config/sparc/tm-fbsd.h: Delete.
1072
1073 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1074 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1075 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1076
1077 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1078 GDB_TM_FILE and GDB_XM_FILE.
1079 * gdbarch.c: Re-generate.
1080 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1081 quotes in macro definition.
1082 * configure.in: Re-generate.
1083
1084 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1085 validating architecture methods.
1086 * gdbarch.c: Re-generate.
1087
1088 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1089 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1090 GDB_MULTI_ARCH_PARTIAL.
1091 * gdbarch.h: Re-generate.
1092
1093 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1094 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1095 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1096 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1097 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1098 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1099 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1100 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1101 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1102 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1103 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1104 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1105
1106 2004-09-01 Andrew Cagney <cagney@gnu.org>
1107
1108 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1109 and main_func_highpc.
1110 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1111 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1112 * nlmread.c (nlm_symfile_read): Update.
1113
1114 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1115
1116 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1117 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1118 (find_proc_desc): Remove dead code.
1119
1120 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1121
1122 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1123
1124 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1125
1126 * observer.sh: Add struct so_list declaration.
1127 * Makefile.in: Add dependencies on observer.h for solib.c and
1128 breakpoint.c.
1129 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1130 function.
1131 (_initialize_breakpoint): Register
1132 disable_breakpoints_in_unloaded_shlib as an observer of the
1133 "solib unloaded" observation event.
1134 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1135 call decode_line_1 so unfound breakpoint errors are silent.
1136 * solib.c (update_solib_list): When a solib is discovered to have
1137 been unloaded by the program, notify all observers of the
1138 "solib unloaded" observation event.
1139
1140 2004-09-01 Andrew Cagney <cagney@gnu.org>
1141
1142 * frame.c: Include "objfiles.h".
1143 (inside_main_func): New function.
1144 (get_prev_frame): Use new inside_main_func.
1145 * Makefile.in (frame.o): Update dependencies.
1146 * defs.h (inside_main_func): Delete declaration.
1147 * blockframe.c (inside_main_func): Delete function.
1148
1149 2004-08-31 Jim Blandy <jimb@redhat.com>
1150
1151 * dwarf2read.c (is_vtable_name): New function, based on logic from
1152 read_structure_type, but passing the correct length to strncmp,
1153 and using 'sizeof' instead of 'strlen'.
1154 (read_structure_type): Call it.
1155
1156 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1157
1158 * config/powerpc/aix.mh: Add comment.
1159
1160 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1161
1162 * MAINTAINERS: Add self to Write-After-Approval.
1163
1164 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1165
1166 * MAINTAINERS: Add self to Write-After-Approval.
1167
1168 2004-08-30 Andrew Cagney <cagney@gnu.org>
1169
1170 Fix PR breakpoints/1757.
1171 * infrun.c (struct execution_control_state): Replace
1172 remove_breakpoints_on_following_step with
1173 step_after_step_resume_breakpoint.
1174 (init_execution_control_state): Update.
1175 (handle_inferior_event): For signals, when stepping off a
1176 breakpoint, set step_after_step_resume_breakpoint. When
1177 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1178 (keep_going): Delete code handling
1179 remove_breakpoints_on_following_step.
1180
1181 2004-08-29 David Lecomber <david@streamline-computing.com>
1182
1183 Fix PR gdb/648
1184 * language.h (enum array_ordering): New enum.
1185 * language.h (struct language_defn): New la_array_ordering
1186 attribute.
1187 * language.c (unknown_language_defn, auto_language_defn)
1188 (local_language_defn): Ditto.
1189 * ada-lang.c (ada_language_defn): Ditto.
1190 * c-lang.c (c_language_defn, cplus_language_defn)
1191 (asm_language_defn, minimal_language_defn): Ditto.
1192 * f-lang.c (f_language_defn): Ditto.
1193 * jv-lang.c (java_language_defn): Ditto.
1194 * m2-lang.c (f_language_defn): Ditto.
1195 * objc-lang.c (objc_language_defn): Ditto.
1196 * p-lang.c (pascal_language_defn): Ditto.
1197 * scm-lang.c (scm_language_defn): Ditto.
1198 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1199 oriented large to small in type structure.
1200 * dwarf2read.c (read_array_order): New function.
1201 (read_array_type): Use read_array_order to check row/column
1202 major ordering.
1203
1204 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1205
1206 * target.c (target_resize_to_sections): Check
1207 current_target.to_sections for an old value when updating.
1208
1209 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1210
1211 * procfs.c (dbx_link_bpt_addr): New static global variable.
1212 (dbx_link_shadow_contents): New static global variable.
1213 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1214 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1215 if we just hit it.
1216 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1217 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1218 from run to run.
1219 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1220 after the inferior has been forked.
1221 (remove_dbx_link_breakpoint): New function.
1222 (dbx_link_addr): New function.
1223 (insert_dbx_link_bpt_in_file): New function.
1224 (insert_dbx_link_bpt_in_region): New function.
1225 (insert_dbx_link_breakpoint): New function.
1226 (proc_trace_syscalls_1): New function, extracted from
1227 proc_trace_syscalls.
1228 (proc_trace_syscalls): Replace extract code by call to
1229 proc_trace_syscalls_1.
1230 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1231 is no longer valid.
1232
1233 2004-08-25 Jim Blandy <jimb@redhat.com>
1234
1235 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1236
1237 2004-08-25 Andrew Cagney <cagney@gnu.org>
1238
1239 * infrun.c (struct execution_control_state): Delete field
1240 "stepping_through_sigtramp".
1241 (init_execution_control_state): Do not set same.
1242 (context_switch): Do not pass same to save_infrun_state and
1243 load_infrun_state.
1244 * gdbthread.h (struct thread_info): Delete field
1245 stepping_through_sigtramp.
1246 (save_infrun_state, load_infrun_state): Delete parameter
1247 stepping_through_sigtramp.
1248 * thread.c (load_infrun_state, save_infrun_state): Update.
1249
1250 * infrun.c: Re-indent. Move expression operators to the beginning
1251 of the line. Remove long disabled #if 0 code.
1252
1253 2004-08-24 Andrew Cagney <cagney@gnu.org>
1254
1255 * doublest.h (floatformat_ieee_quad): Rename
1256 floatformat_ia64_quad.
1257 * doublest.c (floatformat_ieee_quad): Rename
1258 floatformat_ia64_quad.
1259 (_initialize_doublest): Update.
1260
1261 2004-08-24 Jim Blandy <jimb@redhat.com>
1262
1263 * dwarf2expr.h (struct dwarf_expr_context): New members
1264 'num_pieces' and 'pieces', for returning the result of an
1265 expression that uses DW_OP_piece.
1266 (struct dwarf_expr_piece): New struct type.
1267 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1268 pieces.
1269 (free_dwarf_expr_context): Free pieces, if any.
1270 (add_piece): New function.
1271 (execute_stack_op): Implement DW_OP_piece.
1272 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1273 expression is a list of pieces, print an error message.
1274 (dwarf2_loc_desc_needs_frame): If the expression yields
1275 pieces, and any piece is in a register, then we need a frame.
1276
1277 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1278 the stack until we've decided what sort of result the evaluation
1279 has produced. Use separate variables, with more specific names.
1280
1281 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1282
1283 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1284 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1285 (arm_netbsd_init_abi_common): Register them.
1286
1287 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1288
1289 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1290
1291 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1292 safe_frame_unwind_memory instead of target_read_memory.
1293
1294 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1295 Reorder includes.
1296 (fetch_register, store_register): Remove prototypes.
1297 (child_resume): Reorganize code and comments such that it is
1298 grouped a bit more logically.
1299 (attach): Explicitly compare errno against 0.
1300 (detach): Likewise. Use perror_with_name instead of
1301 print_sys_errmsg.
1302 * Makefile.in (infptrace.o): Update dependencies.
1303
1304 * ia64-linux-nat.c: Update copyright year.
1305 (fetch_debug_register, store_debug_register)
1306 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1307 PTRACE_TYPE_ARG3.
1308 * config/ia64/nm-linux.h: Update copyright year.
1309 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1310
1311 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1312 from CORE_ADDR to struct frame_info *. Use
1313 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1314 (amd64_linux_sigtramp_p): Adjust for changed signature of
1315 and64_linux_sigtramp_start
1316
1317 * gdb_ptrace.h: GNU/Linux.
1318
1319 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1320 Remove defines.
1321
1322 * infptrace.c: Include "gdb_assert.h".
1323 (PTRACE_XFER_TYPE): Remove define.
1324 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1325 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1326 Tweak comment.
1327 (fetch_inferior_registers, store_inferior_registers): Remove
1328 redundant culry braces. Tweak comment. s/regno/regnum.
1329 * Makefile.in (infptrace.o): Update dependencies.
1330
1331 * configure.in: Change test for return type of ptrace to default
1332 to `long' instead of `int'.
1333 * configure: Regenerate.
1334
1335 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1336
1337 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1338
1339 * configure.in: Check for ttrace function.
1340 * configure, config.in: Regenerate.
1341
1342 * gdb_ptrace.h: New file.
1343 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1344 <sys/ptrace.h>.
1345 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1346 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1347 (attach): Don't define PT_ATTACH.
1348 (detach): Don't define PT_DETACH.
1349 * Makefile.in (gdb_ptrace_h): New variable.
1350 (infptrace.o): Update dependencies.
1351
1352 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1353
1354 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1355 instead of `int' if not already defined.
1356 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1357 PTRACE_TYPE_ARG3.
1358 * infptrace.c (call_ptrace): Revert change that replaced
1359 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1360
1361 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1362
1363 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1364 Remove defines.
1365
1366 * linux-nat.c (kill_inferior): Add missing third and fourth
1367 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1368
1369 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1370 PTRACE_TYPE_RET.
1371
1372 * proc-why.c (proc_prettyfprint_why): Fix format string.
1373
1374 * solib-osf.c (osf_current_sos): Remove unsused label.
1375
1376 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1377 curses headers.
1378 * configure, config.in: Regenerate.
1379 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1380 <ncurses/ncurses.h>.
1381
1382 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1383 * config/nm-nbsd.h: Update copyright year.
1384 (PTRACE_ARG3_TYPE): Remove define.
1385
1386 * sparc-nat.c (fetch_inferior_registers)
1387 (store_inferior_registers, sparc_xfer_wcookie):
1388 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1389
1390 * alphabsd-nat.c (fetch_inferior_registers):
1391 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1392 PTRACE_TYPE_ARG3.
1393 * amd64bsd-nat.c (fetch_inferior_registers)
1394 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1395 PTRACE_TYPE_ARG3.
1396 * armnbsd-nat.c: Update copyright year.
1397 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1398 (store_register, store_regs, store_fp_register, store_fp_regs):
1399 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1400 * hppabsd-nat.c (fetch_inferior_registers)
1401 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1402 PTRACE_TYPE_ARG3.
1403 * i386bsd-nat.c (fetch_inferior_registers)
1404 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1405 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1406 * m68kbsd-nat.c (fetch_inferior_registers)
1407 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1408 PTRACE_TYPE_ARG3.
1409 * m88kbsd-nat.c (fetch_inferior_registers)
1410 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1411 PTRACE_TYPE_ARG3.
1412 * mipsnbsd-nat.c: Update copyright year.
1413 (fetch_inferior_registers, store_inferior_registers):
1414 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1415 * ns32knbsd-nat.c: Update copyright year.
1416 (fetch_inferior_registers, store_inferior_registers):
1417 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1418 * ppcnbsd-nat.c (fetch_inferior_registers):
1419 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1420 PTRACE_TYPE_ARG3.
1421 * ppcobsd-nat.c (fetch_inferior_registers):
1422 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1423 PTRACE_TYPE_ARG3.
1424 * shnbsd-nat.c: Update copyright year.
1425 (fetch_inferior_registers, store_inferior_registers):
1426 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1427 * vaxbsd-nat.c (fetch_inferior_registers)
1428 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1429 PTRACE_TYPE_ARG3.
1430
1431 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1432 PTRACE_TYPE_ARG3.
1433 * infptrace.c (call_ptrace, child_resume, attach, detach)
1434 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1435 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1436 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1437 PTRACE_TYPE_ARG3.
1438
1439 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1440
1441 * defs.h: Remove out-of-date comment.
1442 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1443 [!GETENV_PROVIDED] (getenv): Remove prototype.
1444
1445 * standalone.c: Remove file.
1446 * Makefile.in (standalone.o): Remove dependency.
1447
1448 * i386-linux-nat.c (dummy_sse_values): Remove function and
1449 prototype.
1450 (i386_linux_dr_get): Fix typo in comment.
1451 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1452
1453 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1454
1455 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1456 from declaration.
1457 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1458 from definition.
1459
1460 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1461
1462 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1463 parenthesis in definition.
1464 * configure: Regenerated.
1465
1466 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1467
1468 * PROBLEMS: Mention build/1411.
1469
1470 2004-08-09 Robert Millan <robertmh@gnu.org>
1471
1472 Committed by Nathanael Nerode.
1473 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1474 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1475
1476 2004-08-12 Andrew Cagney <cagney@gnu.org>
1477
1478 * NEWS: Mention fixes in GDB 6.2.1.
1479 * PROBLEMS: Remove mention of mips-irix.
1480
1481 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1482
1483 * config/powerpc/xm-aix.h: Delete.
1484 * config/powerpc/aix.mh (MH_FILE): Remove.
1485 * config/powerpc/aix432.mh (MH_FILE): Remove.
1486
1487 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1488
1489 * config/powerpc/aix.mh: Remove obsolete comment.
1490 * config/powerpc/aix432.mh: Likewise.
1491
1492 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1493
1494 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1495
1496 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1497
1498 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1499 this file is now empty.
1500 * config/xm-aix4.h: Remove, this file is no longer included
1501 anywhere.
1502
1503 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1504
1505 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1506 that file is now empty.
1507 (termdef): Remove prototype, function no longer used.
1508
1509 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1510
1511 * doc/gdbint.texinfo (Host Definition): Remove documentation
1512 for USE_O_NOCTTY, no longer used.
1513 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1514 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1515
1516 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1517
1518 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1519 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1520 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1521
1522 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1523
1524 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1525 instead of FIVE_ARG_PTRACE.
1526
1527 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1528 (new_tty): Use O_NOCTTY unconditionally.
1529
1530 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1531
1532 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1533 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1534 fflush on stdout.
1535
1536 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1537
1538 * xcoff_symfile_finish: Replace last call to xmfree by call
1539 to xfree.
1540
1541 2004-08-10 Andrew Cagney <cagney@gnu.org>
1542
1543 * main.c (captured_main): Delete call to init_malloc.
1544 * defs.h (init_malloc): Delete declaration.
1545 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1546 (init_malloc): Delete functions.
1547
1548 * defs.h (xmfree): Delete.
1549 * utils.c (xmfree): Delete function.
1550 (xfree): Inline calls to xmfree and mfree.
1551 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1552 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1553 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1554 * somread.c (som_symfile_finish): Ditto.
1555 * objfiles.c (allocate_objfile, free_objfile):
1556 * nlmread.c (nlm_symfile_finish): Ditto.
1557 * hpread.c (hpread_symfile_finish): Ditto.
1558 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1559 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1560 * coffread.c (coff_symfile_finish): Ditto.
1561
1562 * defs.h (xmcalloc): Delete declaration.
1563 * utils.c (xmcalloc): Delete.
1564 (xcalloc): Inline calls to xmcalloc and mcalloc.
1565 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1566 xcalloc and xfree.
1567 * symtab.c (create_demangled_names_hash): Ditto.
1568
1569 * defs.h (xmrealloc): Delete.
1570 * utils.c (xmrealloc): Delete.
1571 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1572 * symmisc.c (extend_psymbol_list): Use xrealloc.
1573 * source.c (find_source_lines): Ditto.
1574 * hpread.c (hpread_lookup_type): Ditto.
1575 * dbxread.c (add_bincl_to_list): Ditto.
1576
1577 * utils.c (xmmalloc): Delete.
1578 (xmalloc): Inline xmmalloc and mmalloc calls.
1579 (msavestring): Use xmalloc.
1580 * defs.h (xmmalloc): Delete declaration.
1581 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1582 xmmalloc.
1583 * symmisc.c (extend_psymbol_list): Ditto.
1584 * symfile.c (init_psymbol_list): Ditto.
1585 * source.c (find_source_lines): Ditto.
1586 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1587 * elfread.c (elf_symtab_read): Ditto.
1588 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1589 * coffread.c (coff_symfile_init): Ditto.
1590
1591 2004-08-10 David Carlton <carlton@bactrian.org>
1592
1593 * MAINTAINERS: Remove David Carlton from c++ testsuite
1594 maintainers.
1595
1596 2004-08-10 Jerome Guitton <guitton@gnat.com>
1597
1598 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1599 print a line feed before the prompt.
1600
1601 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1602
1603 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1604
1605 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1606
1607 General cleanup of the AIX xm include file:
1608 * config/xm-aix4.h (fd_set): Remove undefine.
1609 Remove include of <sys/select.h>.
1610 (HAVE_TERMIO): Remove define.
1611 (USG): Likewise.
1612 (NULL): Remove redefine.
1613 (alloca): Remove #pragma.
1614 (vfork): Remove define.
1615 (termdef): Remove.
1616 (SIGWINCH_HANDLER): Remove.
1617 (SIGWINCH_HANDLER_BODY): Remove.
1618
1619 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1620
1621 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1622 GDB_OSABI_OPENBSD_ELF.
1623
1624 2004-08-07 Robert Millan <robertmh@gnu.org>
1625
1626 * bsd-kvm.c: Check for nlist.h before including it.
1627
1628 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1629
1630 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1631 sigcontext' offset consistency checks for ancient BSD.
1632
1633 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1634
1635 * configure.in: Check for <sys/types.h>. Check return and
1636 argument types of ptrace.
1637 * configure, config.in: Regenerate.
1638
1639 2004-08-09 Jim Blandy <jimb@redhat.com>
1640
1641 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1642 rs6000_register_sim_regno): Doc fixes.
1643
1644 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1645
1646 * mips-tdep.c: Include "floatformat.h".
1647 (n32n64_floatformat_always_valid): New function.
1648 (floatformat_n32n64_long_double_big): New constant.
1649 (mips_gdbarch_init): Set size and format of long double
1650 for N32 and N64 ABIs.
1651 * Makefile.in (mips-tdep.o): Update dependencies.
1652
1653 2004-08-08 Andrew Cagney <cagney@gnu.org>
1654
1655 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1656 print. Improve script's error messages.
1657 * gdbarch.h: Re-generate.
1658
1659 * gdbarch.sh (pformat): New function.
1660 (float_format, double_format, long_double_format): List with bit
1661 members. Use pformat when printing.
1662 * gdbarch.c, gdbarch.h: Re-generate.
1663
1664 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1665
1666 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1667 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1668 (ppcnbsd_supply_pcb): New function.
1669 (_initialize_ppcnbsd_nat): New prototype and function.
1670 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1671 (LOADLIBES): New variable.
1672 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1673
1674 2004-08-08 Andrew Cagney <cagney@gnu.org>
1675
1676 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1677 (builtin_type_ieee_double, builtin_type_ia64_quad)
1678 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1679 BE/LE floating-point types.
1680 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1681 (builtin_type_ieee_double, builtin_type_ia64_quad)
1682 (builtin_type_ia64_spill): Declare.
1683 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1684 (floatformat_ieee_double, floatformat_arm_ext)
1685 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1686 of LE/BE floatformats.
1687 * doublest.h: (struct floatformat, floatformat_ieee_single)
1688 (floatformat_ieee_double, floatformat_arm_ext)
1689 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1690
1691 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1692
1693 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1694
1695 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1696 instead of regcache_raw_supply when storing the registers.
1697
1698 * i386gnu-nat.c: Update copyright year.
1699 (gnu_store_registers): Don't use deprecated_registers and
1700 deprecated_registers_valid. Use regcache_valid_p and
1701 regcache_raw_supply instead.
1702
1703 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1704 frame_pc_unwind.
1705
1706 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1707 variables. Incapitalized "process".
1708
1709 * configure.in: Add cursesX to the list of possible curses libs.
1710 Add cursesX.h to the list of possible curses headers.
1711 * configure, config.in: Regenerate.
1712
1713 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1714
1715 * configure.in: Test for struct lwp in <sys/lwp.h>.
1716 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1717 the offset of l_addr in struct lwp.
1718
1719 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1720
1721 * bsd-kvm.c: Include "gdbcore.h"
1722 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1723
1724 2004-08-07 Andrew Cagney <cagney@gnu.org>
1725
1726 * gdbtypes.c (build_flt, build_complex): New functions.
1727 (gdbtypes_post_init): Use.
1728
1729 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1730
1731 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1732 through to builtin_type_uint128.
1733
1734 * c-exp.y: Use builtin_type function to obtain builtin types.
1735
1736 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1737 builtin_uint128.
1738 * gdbtypes.c (gdbtypes_post_init): Update.
1739 (build_gdbtypes): Move initialization of builtin_type_int0
1740 through to builtin_type_uint128 from here ...
1741 (_initialize_gdbtypes): ... to here.
1742 * d10v-tdep.c (d10v_register_type): Update.
1743
1744 * doublest.c: Update copyright.
1745 (floatformat_from_length): Call error when floatformat is NULL.
1746 (extract_floating_by_length): Remove NULL fmt check.
1747 (store_floating_by_length): Ditto.
1748
1749 2004-08-07 Andrew Cagney <cagney@gnu.org>
1750
1751 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1752 that the register is valid.
1753
1754 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1755
1756 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1757 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1758 struct frame_info *. Use safe_frame_unwind_memory instead of
1759 deprecated_read_memory_nobpt.
1760 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1761 changed signature of i386_linux_sigtramp_start and
1762 i386_linux_rt_sigtramp_start.
1763
1764 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1765 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1766 instead of deprecated_read_memory_nobpt.
1767 (i386nbsd_sigtramp_p): Adjust for changed signature of
1768 i386nbsd_sigtramp_offset.
1769
1770 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1771 safe_frame_unwind_memory instead of target_read_memory.
1772
1773 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1774 !NO_SYS_FILE.
1775 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1776 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1777 (_initialize_kernel_u_addr): Remove prototype and function.
1778 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1779 !NO_SYS_FILE.
1780 * xcoffread.c: Likewise.
1781
1782 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1783
1784 * vax-nat.c: New file.
1785 * vaxbsd-nat.c: Tweak comment.
1786 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1787 vaxnbsd-tdep.c.
1788 (vax-nat.o): New dependency.
1789 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1790 (vax-*-ultrix2*): Remove.
1791 * config/vax/vax.mh: New file.
1792 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1793 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1794 (vax_register_u_addr): New prototype.
1795 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1796 * config/vax/vaxult2.mh: Remove file.
1797 * config/vax/vaxult.mh: Remove file.
1798 * config/vax/vaxbsd.mh: Remove file.
1799 * config/vax/vax.mt (TM_FILE): Remove.
1800 * config/vax/tm-vaxbsd.h: Remove file.
1801
1802 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1803
1804 * aix-thread.c (get_signaled_thread): New function.
1805 (iter_trap): Delete, no longer used.
1806 (iter_tid): New function.
1807 (pd_update): Find the thread that received the SIGTRAP signal
1808 by first locating the kernel thread, and then finding its
1809 associated thread.
1810
1811 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1812
1813 * lin-lwp.c (child_wait): Continue inferior after processing
1814 PTRACE_EVENT_CLONE event.
1815
1816 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1817
1818 * MAINTAINERS: Add self to Write-After-Approval.
1819
1820 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1821
1822 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1823 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1824
1825 2004-08-05 Andrew Cagney <cagney@gnu.org>
1826
1827 * config/xm-sysv4.h: Delete file.
1828 * config/mips/xm-irix5.h: Delete file.
1829 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1830 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1831 * config/ia64/xm-aix.h: Delete file.
1832 * config/ia64/aix.mh (XM_FILE): Delete.
1833 * config/pa/xm-hppah.h: Delete file.
1834 * config/pa/hpux11w.mh (XM_FILE): Delete.
1835 * config/pa/hpux11.mh (XM_FILE): Delete.
1836 * config/pa/hpux1020.mh (XM_FILE): Delete.
1837 * config/pa/hppahpux.mh (XM_FILE): Delete.
1838
1839 * config/alpha/xm-alphalinux.h: Delete file.
1840 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1841 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1842 * config/alpha/xm-alphaosf.h: Delete file.
1843 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1844 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1845 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1846 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1847
1848 * config/i386/xm-i386v.h: Delete file.
1849 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1850 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1851 * config/i386/xm-i386sco.h: Delete file.
1852 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1853 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1854 * config/i386/xm-i386v4.h: Delete file.
1855 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1856 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1857 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1858 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1859
1860 * config/vax/xm-vax.h: Delete file.
1861 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1862 * config/vax/xm-vaxult2.h: Delete file.
1863 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1864 * config/vax/vaxult2.mh (XM_FILE): Delete.
1865 * config/vax/xm-vaxult.h: Delete file.
1866 * config/vax/vaxult.mh (XM_FILE): Delete.
1867 * config/vax/xm-vaxbsd.h: Delete file.
1868 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1869
1870 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1871 * gdbarch.h, gdbarch.c: Re-generate.
1872 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1873 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1874 * frame.h: Delete deprecated_read_fp from comments.
1875 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1876 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1877
1878 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1879
1880 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1881 trampoline in OpenBSD 3.5-current.
1882
1883 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1884 SSE registers.
1885
1886 * Makefile.in: Remove embedded page breaks.
1887
1888 2004-08-04 Jim Blandy <jimb@redhat.com>
1889
1890 * regcache.c (regcache_raw_read): Assert that, after calling
1891 target_fetch_registers, the register we're reading is cached.
1892
1893 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1894 a call to 'internal_error', with a more helpful error message.
1895 * rs6000-tdep.c (e500_pseudo_register_read,
1896 e500_pseudo_register_write, rs6000_store_return_value): Same.
1897
1898 2004-08-04 Andrew Cagney <cagney@gnu.org>
1899
1900 * Makefile.in: Update dependencies.
1901
1902 2004-08-04 Jim Blandy <jimb@redhat.com>
1903
1904 Change the layout of the PowerPC E500 raw register cache to allow
1905 the lower 32-bit halves of the GPRS to be their own raw registers,
1906 not pseudoregisters.
1907 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1908 add ppc_ev0_upper_regnum flag.
1909 * rs6000-tdep.c: #include "reggroups.h".
1910 (spe_register_p): Recognize the ev upper half registers as SPE
1911 registers.
1912 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1913 registers.
1914 (e500_move_ev_register): New function.
1915 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1916 vector registers are the pseudo-registers now, formed by splicing
1917 together the gprs and the upper-half registers.
1918 (e500_register_reggroup_p): New function.
1919 (P): Macro deleted.
1920 (P8, A4): New macro.
1921 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1922 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1923 macros.
1924 (registers_e500): Rearrange register set so that the raw register
1925 set contains 32-bit GPRs and upper-half registers, and the SPE
1926 vector registers become pseudo-registers.
1927 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1928 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1929 register numbers are now the same for the E500 as they are for
1930 other PowerPC variants. Register e500_register_reggroup_p as the
1931 register group function for the E500.
1932 * Makefile.in (rs6000-tdep.o): Update dependencies.
1933
1934 Adapt PPC E500 native support to the new raw regcache layout.
1935 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1936 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1937 (fetch_spe_register, store_spe_register): Handle fetching/storing
1938 all the SPE registers at once, if regno == -1. These now take
1939 over the job of fetch_spe_registers and store_spe_registers.
1940 (fetch_spe_registers, store_spe_registers): Deleted.
1941 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1942 unconditionally; they're always raw. Fetch/store SPE upper half
1943 registers, if present, instead of ev registers.
1944 (fetch_register, store_register): Remove sanity checks: gprs are
1945 never pseudo-registers now, so we never need to even mention any
1946 registers that are ever pseudoregisters.
1947
1948 Use a fixed register numbering when communicating with the PowerPC
1949 simulator.
1950 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1951 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1952 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1953 New functions.
1954 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1955 init_sim_regno_table.
1956 * Makefile.in (gdb_sim_ppc_h): New variable.
1957 (rs6000-tdep.o): Update dependencies.
1958
1959 2004-08-02 Andrew Cagney <cagney@gnu.org>
1960
1961 * cris-tdep.c (cris_register_size): Restore function, still used
1962 locally.
1963
1964 * gdbarch.sh (deprecated_target_read_fp)
1965 (deprecated_frame_locals_address, deprecated_frame_args_address)
1966 (deprecated_frame_chain_valid, deprecated_frame_chain)
1967 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1968 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1969 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1970 * gdbarch.h, gdbarch.c: Re-generate.
1971 * regcache.c (deprecated_read_fp): Do not call
1972 DEPRECATED_TARGET_READ_FP_P.
1973 * infcmd.c (default_print_registers_info): Do not call
1974 DEPRECATED_DO_REGISTERS_INFO.
1975 * frame-base.c (default_frame_locals_address): Do not call
1976 DEPRECATED_FRAME_LOCALS_ADDRESS.
1977 (default_frame_args_address): Do not call
1978 DEPRECATED_FRAME_ARGS_ADDRESS.
1979
1980 * gdbarch.sh (deprecated_register_raw_size)
1981 (deprecated_register_virtual_size:int): Delete.
1982 * gdbarch.h, gdbarch.c: Re-generate.
1983 * cris-tdep.c (cris_register_size): Delete.
1984 (cris_gdbarch_init): Update.
1985 * alpha-tdep.c (alpha_register_raw_size)
1986 (alpha_register_virtual_size): Delete.
1987 (alpha_gdbarch_init): Update.
1988
1989 * gdbarch.sh (deprecated_register_virtual_type)
1990 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1991 (deprecated_dummy_write_sp): Delete.
1992 * gdbarch.h, gdbarch.c: Re-generate.
1993
1994 * gdbarch.sh (deprecated_register_bytes): Delete.
1995 * gdbarch.h, gdbarch.c: Re-generate.
1996 * regcache.c (deprecated_register_bytes): New function.
1997 * regcache.h (deprecated_register_bytes): Declare.
1998 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1999 * v850-tdep.c (v850_gdbarch_init): Update.
2000 * sh64-tdep.c (sh64_gdbarch_init): Update.
2001 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2002 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2003 * mcore-tdep.c (mcore_gdbarch_init): Update.
2004 * cris-tdep.c (cris_gdbarch_init): Update.
2005 * arm-tdep.c (arm_gdbarch_init): Update.
2006 * remote.c (init_remote_state): Update.
2007 * remote-vx.c (vx_prepare_to_store): Update.
2008 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2009 * irix5-nat.c (fetch_core_registers): Update.
2010 * cris-tdep.c (cris_register_bytes_ok): Update.
2011 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2012
2013 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2014 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2015 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2016 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2017 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2018 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2019 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2020 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2021 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2022 with mips_insn16 and mips_insn32.
2023
2024 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2025 * rs6000-tdep.c (rs6000_push_dummy_call)
2026 (rs6000_extract_return_value): Use register_size.
2027 * xstormy16-tdep.c (xstormy16_get_saved_register)
2028 (xstormy16_extract_return_value): Ditto.
2029 * valops.c (value_assign): Ditto.
2030 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2031 * v850-tdep.c (v850_extract_return_value): Ditto.
2032 * tracepoint.c (collect_symbol): Ditto.
2033 * target.c (debug_print_register): Ditto.
2034 * stack.c (frame_info): Ditto.
2035 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2036 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2037 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2038 (store_register_using_P): Ditto.
2039 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2040 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2041 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2042 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2043 * regcache.c (deprecated_read_register_bytes)
2044 (deprecated_write_register_bytes, read_register)
2045 (write_register): Ditto.
2046 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2047 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2048 * monitor.c (monitor_supply_register, monitor_fetch_register)
2049 (monitor_store_register): Ditto.
2050 * mn10300-tdep.c (mn10300_pop_frame_regular)
2051 (mn10300_print_register): Ditto.
2052 * mipsv4-nat.c (fill_fpregset): Ditto.
2053 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2054 (mips64_fill_fpregset): Ditto.
2055 * mi/mi-main.c (register_changed_p, get_register)
2056 (mi_cmd_data_write_register_values): Ditto.
2057 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2058 * irix5-nat.c (fill_gregset, fetch_core_registers):
2059 * infrun.c (write_inferior_status_register): Ditto.
2060 * infptrace.c (fetch_register, store_register): Ditto.
2061 * infcmd.c (default_print_registers_info): Ditto.
2062 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2063 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2064 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2065 * hpux-thread.c (hpux_thread_fetch_registers)
2066 (hpux_thread_store_registers): Ditto.
2067 * hppah-nat.c (store_inferior_registers, fetch_register):
2068 * findvar.c (value_from_register): Ditto.
2069 * dve3900-rom.c (fetch_bitmapped_register):
2070 * cris-tdep.c (cris_gdbarch_init): Ditto.
2071 * alpha-tdep.h: Ditto.
2072 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2073
2074 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2075 DEPRECATED_REGISTER_RAW_SIZE from comments.
2076 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2077 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2078 DEPRECATED_REGISTER_RAW_SIZE.
2079 * findvar.c (value_of_register): Simplify by assuming that the
2080 registers raw and virtual sizes are identical.
2081 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2082 comment.
2083 * arch-utils.c (generic_register_size): Simplify by assuming
2084 register_type.
2085
2086 * regcache.c (legacy_read_register_gen, real_register)
2087 (legacy_write_register_gen): Delete, not used.
2088
2089 * regcache.c (struct regcache_descr): Delete legacy_p.
2090 (init_legacy_regcache_descr): Delete function.
2091 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2092 Do not use deprecated register functions.
2093 (regcache_raw_read, deprecated_write_register_gen):
2094 (deprecated_read_register_gen, regcache_raw_write): Delete code
2095 predicated on legacy_p.
2096 (register_size): Delete check against register raw size.
2097
2098 * cris-tdep.c (cris_register_type): Replace
2099 cris_register_virtual_type.
2100 (cris_gdbarch_init): Update, set register_type.
2101
2102 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2103 * gdbarch.h, gdbarch.c: Re-generate.
2104 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2105 (arm_gdbarch_init) Do not set frameless function invocation.
2106 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2107 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2108 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2109 (frv_gdbarch_init): Do not set frameless function invocation.
2110 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2111 * sh-tdep.c (sh_gdbarch_init): Ditto.
2112 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2113 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2114 * avr-tdep.c (avr_gdbarch_init): Ditto.
2115
2116 * blockframe.c (legacy_frame_chain_valid): Delete function.
2117
2118 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2119 and pc. Update comments.
2120 (pc_in_dummy_frame): Delete function.
2121 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2122 use the "id".
2123 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2124 call_hi, top and pc, use the id.
2125 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2126
2127 * dummy-frame.c: Include "gdb_string.h".
2128 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2129 (generic_save_dummy_frame_tos): Delete.
2130 (dummy_frame_push): New function, replaces above.
2131 * dummy-frame.h: Update copyright.
2132 (dummy_frame_push): Declare.
2133 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2134 (generic_save_call_dummy_addr): Delete declarations.
2135 * infcall.c: Include "dummy-frame.h".
2136 (call_function_by_hand): Add locals caller_regcache,
2137 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2138 with call to frame_save_as_regcache plus cleanup. Delete calls to
2139 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2140 Move clear_proceed_status to just before the resume, add call to
2141 dummy_frame_push (discard cleanup).
2142 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2143 (dummy-frame.o): Add $(gdb_string_h).
2144
2145 2004-08-01 Andrew Cagney <cagney@gnu.org>
2146
2147 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2148 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2149 * dummy-frame.c (find_dummy_frame): Delete.
2150 (struct dummy_frame_cache, dummy_frame_sniffer)
2151 (dummy_frame_prev_register, dummy_frame_this_id)
2152 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2153 frame unwinder using a dummy_frame_cache.
2154
2155 2004-08-01 Andrew Cagney <cagney@gnu.org>
2156
2157 * frame.h (frame_save_as_regcache): Declare.
2158 * frame.c (frame_save_as_regcache): New function.
2159 (do_frame_read_register): Replace do_frame_unwind_register.
2160 (frame_pop): Use frame_save_as_regcache.
2161 * dummy-frame.c (generic_push_dummy_frame): Use
2162 frame_save_as_regcache.
2163
2164 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2165
2166 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2167 file as included until we record the first line in the linetable.
2168
2169 2004-08-01 Andrew Cagney <cagney@gnu.org>
2170
2171 * frame.h (deprecated_pop_dummy_frame)
2172 (deprecated_read_register_dummy)
2173 (deprecated_generic_find_dummy_frame): Delete.
2174 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2175 (deprecated_read_register_dummy)
2176 (deprecated_find_dummy_frame_regcache)
2177 (discard_innermost_dummy)
2178 (deprecated_pop_dummy_frame): Delete.
2179 (dummy_frame_this_id): Simplify.
2180 (struct dummy_frame): Delete "fp" and "sp".
2181 (find_dummy_frame): Simplify.
2182 (generic_push_dummy_frame): Do not set "fp" or "sp".
2183 (fprint_dummy_frames): Do not print "fp" and "sp"
2184
2185 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2186
2187 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2188 (struct i386_insn): New structure.
2189 (i386_match_insn): New function.
2190 (i386_frame_setup_skip_insns): New variable.
2191 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2192 array i386_frame_setup_insns of instructions that should be
2193 skipped inside the frame setup sequence.
2194
2195 2004-08-01 Andrew Cagney <cagney@gnu.org>
2196
2197 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2198 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2199 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2200 * stack.c (frame_info): Delete references to
2201 DEPRECATED_FRAME_INIT_SAVED_REGS and
2202 deprecated_get_frame_saved_regs.
2203 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2204 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2205 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2206 (frame_unwind_register_signed)
2207 (frame_unwind_register_unsigned)
2208 (frame_unwind_unsigned_register): Use register_size.
2209 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2210 (deprecated_frame_xmalloc_with_cleanup)
2211 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2212 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2213
2214 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2215 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2216 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2217 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2218
2219 * infcall.c (call_function_by_hand): Do not use
2220 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2221 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2222 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2223 DEPRECATED_STACK_ALIGN.
2224
2225 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2226
2227 Committed by Andrew Cagney.
2228 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2229
2230 2004-08-01 Andrew Cagney <cagney@gnu.org>
2231
2232 * mips-tdep.c (mips16_frame_cache)
2233 (mips16_frame_this_id, mips16_frame_prev_register)
2234 (mips16_frame_unwind, mips16_frame_sniffer)
2235 (mips16_frame_base_address, mips16_frame_base)
2236 (mips16_frame_base_sniffer, mips32_frame_cache)
2237 (mips32_frame_this_id, mips32_frame_prev_register)
2238 (mips32_frame_unwind, mips32_frame_sniffer)
2239 (mips32_frame_base_address, mips32_frame_base)
2240 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2241 separate heuristic mips16 and mips32 unwinders.
2242 (mips_stub_frame_cache, mips_stub_frame_this_id)
2243 (mips_stub_frame_prev_register)
2244 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2245 (mips_stub_frame_base_address, mips_stub_frame_base)
2246 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2247 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2248 match true mdebug frames.
2249 (non_heuristic_proc_desc): Add forward declaration.
2250
2251 2004-08-01 Andrew Cagney <cagney@gnu.org>
2252
2253 * config/mips/tm-irix6.h: Delete file.
2254 * config/mips/tm-irix5.h: Delete file.
2255 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2256 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2257
2258 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2259 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2260 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2261 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2262 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2263 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2264 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2265 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2266 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2267 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2268 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2269 (TARGET_SIGNAL_RAW_VALUES): Delete.
2270 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2271 Delete.
2272 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2273 (TARGET_HW_WATCH_LIMIT): Delete.
2274 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2275 * minimon.h: Delete file.
2276
2277 * trad-frame.c (trad_frame_get_this_base)
2278 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2279 functions.
2280 * trad-frame.h (trad_frame_set_this_base)
2281 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2282
2283 2004-07-31 Andrew Cagney <cagney@gnu.org>
2284
2285 * trad-frame.c (trad_frame_get_prev_register): Rename
2286 trad_frame_get_prev_register.
2287 * vax-tdep.c (vax_frame_prev_register): Update.
2288 * trad-frame.h: Update.
2289 * trad-frame.c (trad_frame_get_register): Update.
2290 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2291 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2292 Update.
2293 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2294 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2295 Update.
2296 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2297 Update.
2298 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2299 Update.
2300 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2301 Update.
2302 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2303 Update.
2304 * s390-tdep.c (s390_frame_prev_register)
2305 (s390_stub_frame_prev_register)
2306 (s390_sigtramp_frame_prev_register): Update.
2307 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2308 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2309 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2310 * m88k-tdep.c (m88k_frame_prev_register)
2311 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2312 * m32r-tdep.c (m32r_frame_prev_register): Update.
2313 * hppa-tdep.c (hppa_frame_prev_register_helper)
2314 * frv-tdep.c (frv_frame_prev_register): Update.
2315 * d10v-tdep.c (d10v_frame_prev_register): Update.
2316 * cris-tdep.c (cris_frame_prev_register): Update.
2317 * avr-tdep.c (avr_frame_prev_register): Update.
2318 * arm-tdep.c (arm_prologue_prev_register)
2319 (arm_sigtramp_prev_register): Update.
2320
2321 2004-07-31 Andrew Cagney <cagney@gnu.org>
2322
2323 * frame.h (legacy_saved_regs_unwind)
2324 (legacy_frame_chain_valid, legacy_frame_p)
2325 (enum frame_type): Delete UNKNOWN_FRAME.
2326 * dummy-frame.c (dummy_frame_this_id): Simplify.
2327 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2328 * frame.c (struct frame_info): Delete the field "type".
2329 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2330 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2331 (legacy_saved_regs_unwind, legacy_frame_p)
2332 (frame_type_from_pc): Delete.
2333 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2334 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2335
2336 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2337
2338 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2339 indentation.
2340
2341 * mips-nat.c: Remove file.
2342 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2343 (mips-nat.o): Remove dependency.
2344
2345 * infptrace.c: Update copyright year.
2346 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2347 explicitly setting the buffer to all zeroes.
2348
2349 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2350 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2351
2352 2004-07-30 Andrew Cagney <cagney@gnu.org>
2353
2354 * GDB 6.2 released from gdb_6_2-branch.
2355
2356 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2357
2358 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2359
2360 * exec.c (exec_file_attach):
2361 * nto-tdep.c (nto_find_and_open_solib):
2362 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2363 * solib.c (solib_open):
2364 * somsolib.c (som_solib_sizeof_symbol_table):
2365 * source.c (is_regular_file, openp, open_source_file):
2366 * symfile.c (symfile_bfd_open):
2367 * wince.c (upload_to_device): Differentiate between the search for
2368 binary and source files.
2369
2370 2004-07-30 Andrew Cagney <cagney@gnu.org>
2371
2372 * complaints.c (_initialize_complaints): Pass NULL to
2373 add_setshow_zinteger_cmd for help_doc.
2374 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2375
2376 2004-07-30 Andrew Cagney <cagney@gnu.org>
2377
2378 Fix PR i18n/761.
2379 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2380 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2381 $(PACKAGE).pot and update-po.
2382 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2383 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2384 (update-po): New rules.
2385 (localedir): Define using autoconf.
2386 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2387 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2388 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2389 * configure.in: Generate CATALOGS and LINGUAS from contents of
2390 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2391 * configure: Re-generate.
2392 * po/gdbtext: New file
2393
2394 2004-07-30 Jerome Guitton <guitton@gnat.com>
2395
2396 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2397 order.
2398
2399 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2400
2401 * dwarf2read.c (read_file_scope): Set producer if attribute
2402 present.
2403 (struct dwarf2_cu): Added new member producer.
2404
2405 2004-07-30 Jerome Guitton <guitton@gnat.com>
2406
2407 * inflow.c (kill_command): release file handles in BFD.
2408 * exec.c (exec_file_attach): Ditto.
2409 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2410
2411 2004-07-29 Andrew Cagney <cagney@gnu.org>
2412
2413 * PROBLEMS (mips-irix): Note that it is broken.
2414
2415 2004-07-29 Andrew Cagney <cagney@gnu.org>
2416
2417 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2418 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2419
2420 * config/xm-nbsd.h: Delete file.
2421 * config/arm/xm-nbsd.h: Delete file.
2422 * config/i386/xm-nbsd.h: Delete file.
2423 * config/ns32k/xm-nbsd.h: Delete file.
2424 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2425 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2426 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2427 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2428 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2429
2430 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2431 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2432 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2433 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2434 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2435 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2436
2437 * config/powerpc/xm-linux.h: Delete empty file.
2438 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2439 * config/powerpc/linux.mh (XM_FILE): Delete.
2440 * config/m68k/xm-linux.h: Delete empty file.
2441 * config/m68k/linux.mh (XM_FILE): Delete.
2442 * config/ia64/xm-linux.h: Delete empty file.
2443 * config/ia64/linux.mh (XM_FILE): Delete.
2444 * config/arm/xm-linux.h: Delete empty file.
2445 * config/arm/linux.mh (XM_FILE): Delete.
2446
2447 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2448 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2449 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2450 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2451 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2452 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2453 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2454 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2455
2456 * config/m68k/xm-m68k.h: Delete file.
2457 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2458 copyright.
2459 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2460 * config/pa/xm-linux.h: Delete empty file.
2461 * config/pa/linux.mh (XM_FILE): Delete.
2462 * config/i386/xm-i386.h: Delete empty file.
2463 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2464 "i386/xm-i386.h".
2465 * config/i386/obsdaout.mh (XM_FILE): Delete.
2466 * config/i386/obsd64.mh (XM_FILE): Delete.
2467 * config/i386/fbsd64.mh (XM_FILE): Delete.
2468 * config/i386/nto.mh (XM_FILE): Delete.
2469 * config/i386/obsd.mh (XM_FILE): Delete.
2470 * config/i386/linux64.mh (XM_FILE): Delete.
2471 * config/i386/linux.mh (XM_FILE): Delete.
2472 * config/i386/i386sol2.mh (XM_FILE): Delete.
2473 * config/i386/i386gnu.mh (XM_FILE): Delete.
2474 * config/i386/fbsd.mh (XM_FILE): Delete.
2475 * config/i386/nbsd64.mh (XM_FILE): Delete.
2476
2477 2004-07-29 Andrew Cagney <cagney@gnu.org>
2478
2479 * config/pa/xm-linux.h: Do not include "floatformat.h".
2480 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2481 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2482 * config/i386/xm-i386.h: Do not include "floatformat.h".
2483 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2484 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2485 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2486 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2487 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2488 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2489 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2490 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2491 * configure, config.in: Regenerate.
2492 * configure.host (gdb_host_float_format, gdb_host_double_format)
2493 (gdb_host_long_double_format): Set according to the host.
2494
2495 2004-07-29 Andrew Cagney <cagney@gnu.org>
2496
2497 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2498
2499 2004-07-28 Andrew Cagney <cagney@gnu.org>
2500
2501 * PROBLEMS: Mention threads/1650.
2502 * NEWS: Mention the NPTL fix.
2503
2504 2004-07-28 Andrew Cagney <cagney@gnu.org>
2505
2506 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2507 (add_setshow_cmd_full): Make static.
2508 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2509 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2510 * cli/cli-decode.c (add_setshow_filename_cmd)
2511 (add_setshow_string_cmd): New functions.
2512 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2513 * mips-tdep.c (_initialize_mips_tdep): Update.
2514 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2515 * cli/cli-logging.c (_initialize_cli_logging): Update.
2516 * complaints.c (_initialize_complaints): Update.
2517 * remote.c (_initialize_remote): Update.
2518
2519 2004-07-28 Andrew Cagney <cagney@gnu.org>
2520
2521 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2522 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2523 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2524 print parameters. Make string parameters constant.
2525 * command.h: Update. Update copyright.
2526 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2527 * observer.c (_initialize_observer): Ditto.
2528 * frame.c (_initialize_frame): Ditto.
2529 * complaints.c (_initialize_complaints): Ditto.
2530 * maint.c (_initialize_maint_cmds): Ditto.
2531 * target.c (initialize_targets): Ditto.
2532 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2533 * infcall.c (_initialize_infcall): Ditto.
2534 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2535 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2536 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2537 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2538 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2539
2540 2004-07-28 Andrew Cagney <cagney@gnu.org>
2541
2542 * gdbtypes.c (lookup_primitive_typename): Delete function.
2543 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2544 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2545 * gdbtypes.c (lookup_typename): Ditto.
2546 * f-exp.y (yylex): Ditto.
2547 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2548
2549 * scm-lang.c (c_builtin_types): Delete extern declaration.
2550 (scm_language_defn): Replace
2551 string_char_type and primitive_type_vector with
2552 la_language_arch_info.
2553 * jv-lang.c (java_language_defn): Replace
2554 string_char_type and primitive_type_vector with
2555 la_language_arch_info.
2556 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2557 c_builtin_types in comment.
2558 * c-lang.h (struct language_arch_info): Declare opaque.
2559 (c_language_arch_info): Declare.
2560 (c_builtin_types): Delete declaration.
2561 * c-lang.c (c_language_arch_info): Set string_char_type to
2562 builtin_char, not builtin_true_char. Make global.
2563 (c_builtin_types): Delete array.
2564 (asm_language_defn, minimal_language_defn): Replace
2565 string_char_type and primitive_type_vector with
2566 la_language_arch_info.
2567
2568 2004-07-28 Andrew Cagney <cagney@gnu.org>
2569
2570 * gdbtypes.h (struct builtin_type): Rename true_char to
2571 builtin_true_char.
2572 * gdbtypes.c (gdbtypes_post_init): Update.
2573 * c-lang.c (arch_info): New function.
2574 (enum c_primitive_types): New enum.
2575 (c_language_defn): Instead of string_char_type and
2576 primitive_type_vector set la_language_arch_info.
2577
2578 2004-07-28 Andrew Cagney <cagney@gnu.org>
2579
2580 * language.h (struct language_arch_info): Fix typo
2581 s/primative/primitive/.
2582 * gdbtypes.c (lookup_primitive_typename): Ditto.
2583 * language.c (language_lookup_primitive_type_by_name)
2584 (unknown_language_arch_info): Ditto.
2585
2586 2004-07-27 Andrew Cagney <cagney@gnu.org>
2587
2588 * defs.h (enum language): Add nr_languages.
2589 * language.h (struct language_arch_info): Define.
2590 (struct language_defn): Add la_language_arch_info.
2591 (language_lookup_primative_type_by_name): Declare.
2592 (language_string_char_type): Declare.
2593 * language.c (_initialize_language, language_gdbarch_post_init)
2594 (struct language_gdbarch, language_gdbarch_data): Implement
2595 per-architecture language information.
2596 (unknown_language_arch_info, language_string_char_type)
2597 (language_lookup_primative_type_by_name): New functions.
2598 (unknown_language_defn, auto_language_defn)
2599 (local_language_defn): Set la_language_arch_info to
2600 unknown_language_arch_info.
2601 (unknown_builtin_types): Delete.
2602 * gdbtypes.c (lookup_primitive_typename): Use
2603 language_lookup_primative_type_by_name.
2604 (create_string_type): Use language_string_char_type.
2605 * values.c (value_from_string): Use language_string_char_type.
2606 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2607 * p-lang.c (pascal_language_defn): Ditto.
2608 * m2-lang.c (m2_language_defn): Ditto.
2609 * jv-lang.c (java_language_defn): Ditto.
2610 * objc-lang.c (objc_language_defn): Ditto.
2611 * f-lang.c (f_language_defn): Ditto.
2612 * c-lang.c (c_language_defn, cplus_language_defn)
2613 (asm_language_defn, minimal_language_defn): Ditto.
2614
2615 2004-07-27 Andrew Cagney <cagney@gnu.org>
2616
2617 * gdbtypes.h (struct builtin_type): Declare.
2618 (builtin_type): Declare.
2619 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2620 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2621 (gdbtypes_post_init): New function.
2622 (builtin_type): New function.
2623
2624 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2625
2626 * remote-m32r-sdi.c: Fix breakpoint bug.
2627 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2628 recv_char_data, recv_long_data): New functions to replace communication
2629 sequences.
2630
2631 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2632
2633 Document PR threads/1650.
2634 * PROBLEMS (Threads): Document problem with many threads
2635
2636 2004-07-26 Andrew Cagney <cagney@gnu.org>
2637
2638 * gdb-mi.el: Move from here ...
2639 * mi/gdb-mi.el: ... to here.
2640
2641 2004-07-26 Andrew Cagney <cagney@gnu.org>
2642
2643 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2644 * main.c (captured_main): When in batch mode always detach.
2645
2646 2004-07-26 Andrew Cagney <cagney@gnu.org>
2647
2648 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2649 and h8300 as broken.
2650 * NEWS: END-OF-LIFE frame compatibility module.
2651 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2652 specific comments.
2653
2654 2004-07-26 Andrew Cagney <cagney@gnu.org>
2655
2656 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2657 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2658 * wince.c (_initialize_wince): Update.
2659 * win32-nat.c (_initialize_win32_nat): Update.
2660 * varobj.c (_initialize_varobj): Update.
2661 * valops.c (_initialize_valops): Update.
2662 * utils.c (initialize_utils, initialize_utils): Update.
2663 * tui/tui-win.c (_initialize_tui_win): Update.
2664 * top.c (init_main): Update.
2665 * symfile.c (_initialize_symfile): Update.
2666 * source.c (_initialize_source): Update.
2667 * somsolib.c (_initialize_som_solib): Update.
2668 * solib.c (_initialize_solib): Update.
2669 * solib-frv.c (_initialize_frv_solib): Update.
2670 * serial.c (_initialize_serial): Update.
2671 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2672 * remote.c (_initialize_remote, _initialize_remote): Update.
2673 * remote-vx.c (_initialize_vx): Update.
2674 * remote-utils.c (_initialize_sr_support): Update.
2675 * remote-sds.c (_initialize_remote_sds): Update.
2676 * remote-mips.c (_initialize_remote_mips): Update.
2677 * remote-e7000.c (_initialize_remote_e7000): Update.
2678 * proc-api.c (_initialize_proc_api): Update.
2679 * printcmd.c: Update.
2680 * parse.c (_initialize_parse): Update.
2681 * pa64solib.c (_initialize_pa64_solib): Update.
2682 * p-valprint.c (_initialize_pascal_valprint): Update.
2683 * monitor.c (_initialize_remote_monitors): Update.
2684 * mips-tdep.c (_initialize_mips_tdep): Update.
2685 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2686 * maint.c (_initialize_maint_cmds): Update.
2687 * lin-lwp.c (_initialize_lin_lwp): Update.
2688 * language.c (_initialize_language): Update.
2689 * kod.c (_initialize_kod): Update.
2690 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2691 * i386-tdep.c (_initialize_i386_tdep): Update.
2692 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2693 * gdbarch.sh: Update.
2694 * gdbarch.c: Re-generate.
2695 * gdb-events.sh: Update.
2696 * gdb-events.c: Re-generate.
2697 * frame.c (_initialize_frame): Update.
2698 * exec.c: Update.
2699 * demangle.c (_initialize_demangler): Update.
2700 * dcache.c (_initialize_dcache): Update.
2701 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2702 * cp-valprint.c (_initialize_cp_valprint): Update.
2703 * corefile.c (_initialize_core): Update.
2704 * command.h: Update.
2705 * cli/cli-decode.h: Update.
2706 * cli/cli-cmds.c (init_cli_cmds): Update.
2707 * charset.c (_initialize_charset): Update.
2708 * breakpoint.c (_initialize_breakpoint): Update.
2709 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2710 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2711 * aix-thread.c (_initialize_aix_thread): Update.
2712
2713 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2714
2715 Partial fix for PR backtrace/1718.
2716 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2717 that GCC migrates into the prolugue. Don't handle any
2718 instructions that clobber %ebx.
2719
2720 2004-07-23 Andrew Cagney <cagney@gnu.org>
2721
2722 Use regcache_raw_collect instead of regcache_collect.
2723 * regcache.h (regcache_collect): Delete declaration.
2724 * regcache.c (regcache_colect): Delete function.
2725 * win32-nat.c (do_child_store_inferior_registers): Update.
2726 * sol-thread.c (sol_thread_store_registers): Update.
2727 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2728 * rs6000-nat.c (store_register): Update.
2729 * remote.c (store_register_using_P, remote_store_registers): Update.
2730 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2731 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2732 (fill_vrregset, store_spe_registers, fill_gregset)
2733 (fill_gregset): Update.
2734 * nto-procfs.c (procfs_store_registers): Update.
2735 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2736 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2737 * m68klinux-nat.c (store_register, fill_gregset): Update.
2738 * m68k-tdep.c (fill_gregset): Update.
2739 * infptrace.c (store_register): Update.
2740 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2741 * i386-linux-nat.c (store_register, fill_gregset): Update.
2742 * hppa-linux-nat.c (fill_gregset): Update.
2743 * go32-nat.c (store_register): Update.
2744 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2745 (store_fp_regs): Update.
2746 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2747 (store_nwfpe_extended, store_fpregister, store_fpregs)
2748 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2749 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2750 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2751 (store_regs_user_thread, store_regs_kernel_thread): Update.
2752
2753 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2754
2755 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2756 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2757 encoding.
2758 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2759 member of `struct comp_unit'.
2760
2761 2004-07-23 Andrew Cagney <cagney@gnu.org>
2762
2763 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2764 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2765
2766 2004-07-23 Martin Hunt <hunt@redhat.com>
2767 Kevin Buettner <kevinb@redhat.com>
2768
2769 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2770 alignment was being added to the offset instead of multiplied.
2771
2772 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2773
2774 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2775 changed signal trampoline in OpenBSD 3.5-current.
2776
2777 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2778 <machine/pcb.h> and "bsd-kvm.h".
2779 (sparc64nbsd_supply_pcb): New function.
2780 (_initialize_sparc64nbsd_nat): Renamed from
2781 _initialize_sparcnbsd_nat. Enable libkvm interface.
2782 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2783 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2784 (LOADLIBES): New variable.
2785
2786 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2787
2788 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2789
2790 2004-07-21 Andrew Cagney <cagney@gnu.org>
2791
2792 Use regcache_raw_supply instead of supply_register.
2793 * regcache.h (supply_register): Delete declaration.
2794 * regcache.c (supply_register): Delete function.
2795 * wince.c (do_child_fetch_inferior_registers): Update.
2796 * win32-nat.c (do_child_fetch_inferior_registers)
2797 (fetch_elf_core_registers): Update.
2798 * v850ice.c (v850ice_fetch_registers): Update.
2799 * thread-db.c (thread_db_store_registers): Update.
2800 * sol-thread.c (sol_thread_store_registers): Update.
2801 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2802 * rs6000-nat.c (fetch_register): Update.
2803 * rom68k-rom.c (rom68k_supply_one_register): Update.
2804 * remote.c (remote_wait, remote_async_wait): Update.
2805 * remote-st.c (get_hex_regs): Update.
2806 * remote-sim.c (gdbsim_fetch_register): Update.
2807 * remote-sds.c (sds_fetch_registers): Update.
2808 * remote-rdp.c (remote_rdp_fetch_register): Update.
2809 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2810 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2811 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2812 * remote-hms.c (init_hms_cmds): Update.
2813 * remote-est.c (init_est_cmds): Update.
2814 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2815 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2816 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2817 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2818 (fetch_register, supply_vrregset, supply_vrregset)
2819 (fetch_spe_registers): Update.
2820 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2821 * monitor.c (monitor_supply_register): Update.
2822 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2823 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2824 (mipsnbsd_supply_fpreg): Update.
2825 * mips-nat.c (fetch_inferior_registers)
2826 (fetch_core_registers): Update.
2827 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2828 (supply_fpregset, mips64_supply_gregset)
2829 (mips64_supply_fpregset): Update.
2830 * m68klinux-nat.c (fetch_register, supply_gregset)
2831 (supply_fpregset): Update.
2832 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2833 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2834 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2835 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2836 * infptrace.c (fetch_register): Update.
2837 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2838 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2839 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2840 (gnu_fetch_registers, gnu_store_registers): Update.
2841 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2842 * i386-linux-nat.c (fetch_register, supply_gregset)
2843 (dummy_sse_values): Update.
2844 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2845 * hppah-nat.c (fetch_register): Update.
2846 * hppa-linux-nat.c (fetch_register, supply_gregset)
2847 (supply_fpregset): Update.
2848 * go32-nat.c (fetch_register): Update.
2849 * dve3900-rom.c (fetch_bitmapped_register)
2850 (_initialize_r3900_rom): Update.
2851 * cris-tdep.c (supply_gregset): Update.
2852 * abug-rom.c (init_abug_cmds): Update.
2853 * core-aout.c (fetch_core_registers): Update.
2854 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2855 (fetch_register, fetch_fp_register): Update.
2856 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2857 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2858 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2859 * alphanbsd-tdep.c (fetch_core_registers): Update.
2860 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2861 * alpha-nat.c (fetch_osf_core_registers)
2862 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2863 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2864 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2865
2866 2004-07-21 Andrew Cagney <cagney@gnu.org>
2867
2868 * PROBLEMS: Mention breakpoints/1702.
2869 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2870 that is known to work.
2871
2872 2004-07-21 Andrew Cagney <cagney@gnu.org>
2873
2874 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2875 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2876 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2877 (handle_inferior_event): Wrap call to deprecated
2878 IGNORE_HELPER_CALL in #ifdef.
2879 * config/mips/tm-nbsd.h: Update.
2880
2881 2004-07-20 Jim Blandy <jimb@redhat.com>
2882
2883 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2884 bfd_mach_ppc has no segment registers.
2885
2886 Include PowerPC SPR numbers for special-purpose registers.
2887 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2888 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2889 new member in initializer.
2890 (S, S4, SN4, S64): New macros for defining special-purpose
2891 registers.
2892 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2893 registers_403, registers_403GC, registers_505, registers_860,
2894 registers_601, registers_602, registers_603, registers_604,
2895 registers_750, registers_e500): Use them.
2896
2897 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2898 replace references with expression used to initialize variable.
2899
2900 2004-07-20 Andrew Cagney <cagney@gnu.org>
2901
2902 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2903 read_memory_nobpt.
2904 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2905 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2906 (s390_sigtramp_frame_sniffer): Update.
2907 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2908 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2909 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2910 (mips32_fetch_instruction): Update.
2911 * mcore-tdep.c (get_insn): Update.
2912 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2913 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2914 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2915 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2916 (i386_linux_rt_sigtramp_start): Update.
2917 * i386-linux-nat.c (child_resume): Update.
2918 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2919 * hppa-linux-tdep.c (insns_match_pattern): Update.
2920 * gdbcore.h: Update.
2921 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2922 * frame.c (safe_frame_unwind_memory): Update.
2923 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2924 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2925 * alpha-tdep.c (alpha_read_insn): Update.
2926
2927 2004-07-20 Andrew Cagney <cagney@gnu.org>
2928
2929 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2930 containing both bytes and mask. Add "frame_type".
2931 * tramp-frame.c (tramp_frame_start): Update.
2932 (tramp_frame_prepend_unwinder): Update.
2933 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2934 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2935 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2936 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2937
2938 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2939
2940 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2941 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2942 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2943 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2944
2945 2004-07-17 Andrew Cagney <cagney@gnu.org>
2946
2947 * NEWS, PROBLEMS: Update for 6.2.
2948
2949 * README: Update to 6.2.
2950
2951 * utils.c (xvasprintf): Call xstrvprintf.
2952
2953 * parse.c: Update copyright.
2954 (null_post_parser): Eliminate ARGSUSED.
2955
2956 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2957 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2958 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2959
2960 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2961 * ppc-linux-nat.c: Use "Linux kernel".
2962 * hppa-linux-tdep.c: Use GNU/Linux.
2963 * hppa-linux-nat.c: Use GNU/Linux.
2964 * dwarfread.c: Add [sic] to use of Linux.
2965
2966 * hppa-linux-nat.c: Do not include <string.h>.
2967 (supply_fpregset): Remove "register" attribute.
2968
2969 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2970
2971 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2972
2973 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2974 * configure, config.in: Regenerated.
2975
2976 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2977 "bsd-kvm.h".
2978 (vaxbsd_supply_pcb): New function.
2979 (_initialize_vaxbsd_nat): New prototype and function.
2980 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2981 solib-sunos.o.
2982 (LOADLIBES): New variable.
2983 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2984 (LOADLIBES): New variable.
2985 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2986 (LOADLIBES): New variable.
2987 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2988
2989 2004-07-16 Andrew Cagney <cagney@gnu.org>
2990
2991 * defs.h (event_loop_p): Replace variable declaration with macro,
2992 always 1.
2993 * main.c (captured_main): Delete options "-async" and "-noasync".
2994 (event_loop_p): Delete variable.
2995 * NEWS: Mention that "-async" and "-noasync" were removed.
2996
2997 2004-07-16 Andrew Cagney <cagney@gnu.org>
2998
2999 * remote-m32r-sdi.c: Re-indent.
3000
3001 2004-07-16 Jim Blandy <jimb@redhat.com>
3002
3003 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3004 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3005 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3006 missing MPC823 SPRs.
3007 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3008 incorrect. (This was corrected in GDB's register name tables on
3009 2004-07-14.)
3010
3011 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3012 should be "esasrr" ("ESA Save and Restore Register").
3013
3014 2004-07-16 Andrew Cagney <cagney@gnu.org>
3015
3016 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3017 calls, no longer applicable. Update comments and rename parameter
3018 "step_frame" to "return_frame".
3019
3020 2004-07-16 Andrew Cagney <cagney@gnu.org>
3021
3022 * frame.c (fprint_field): New function.
3023 (fprint_frame_id): Use fprint_field.
3024
3025 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3026
3027 * ada-lang.c (ada_language_defn): Remove commented out code.
3028
3029 2004-07-15 Jim Blandy <jimb@redhat.com>
3030
3031 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3032 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3033
3034 2004-07-14 Jim Blandy <jimb@redhat.com>
3035
3036 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3037
3038 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3039
3040 * ppc-tdep.h (ppc_num_srs): New enum constant.
3041
3042 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3043 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3044 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3045 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3046 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3047 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3048 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3049 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3050 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3051 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3052 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3053 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3054 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3055 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3056 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3057 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3058 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3059 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3060 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3061 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3062 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3063 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3064 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3065 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3066 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3067 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3068 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3069 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3070 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3071 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3072 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3073 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3074 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3075 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3076 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3077 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3078 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3079 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3080 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3081 special-purpose register numbers.
3082
3083 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3084 manual mentions 'md_twb', but many mention 'm_twb', and at that
3085 point in the register list.)
3086
3087 2004-07-14 Andrew Cagney <cagney@gnu.org>
3088
3089 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3090 instead of "internal-error".
3091
3092 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3093
3094 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3095 that was inserted inside a comment.
3096
3097 2004-07-10 Randolph Chung <tausq@debian.org>
3098
3099 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3100 function.
3101 (hppa_hpux_push_dummy_code): New function.
3102 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3103 Set find_global_pointer method.
3104
3105 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3106
3107 * NEWS: Mention BSD libkvm interface.
3108
3109 2004-07-10 Michael Snyder <msnyder@redhat.com>
3110
3111 * symfile.c (generic_load): Comment typo.
3112 * stack.c (get_selected_block): Ditto.
3113 * regcache.c (regcache_cooked_read): Ditto.
3114 * monitor.c (monitor_debug): Ditto.
3115 * mips-tdep.c (mips_read_pc): Ditto.
3116 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3117 * gdb_mbuild.sh: Ditto.
3118 * gdbarch.sh: Ditto.
3119 * gdbarch.h: Ditto.
3120
3121 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3122
3123 * ada-tasks.c: Remove file.
3124
3125 Remove ARI problems:
3126
3127 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3128 beginning of line.
3129
3130 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3131 Add comment.
3132 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3133 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3134 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3135 (UMIN_OF_SIZE): Remove.
3136 (max_of_type): New function to replace orphan macro in gdbtypes.h
3137 (min_of_type): Ditto.
3138 (discrete_type_high_bound): Use max_of_type.
3139 (discrete_type_low_bound): Use min_of_type.
3140 (possible_user_operator_p): Move operator to beginning of line.
3141 (ada_is_variant_part): Ditto.
3142 (ensure_lval): Rewrite to avoid deprecated operations.
3143 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3144 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3145 (ada_enum_name): Remove assignments in 'if' statements.
3146 (build_ada_types): Add gdbarch parameter.
3147 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3148 with gdbarch_data_register_post_init.
3149 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3150 add_show_from_set.
3151
3152 * ada-valprint.c (inspect_it): Remove declaration.
3153 (repeat_count_threshold): Remove declaration.
3154 (ada_print_floating): Remove assignments in 'if' statements.
3155 (print_str): Move operator to beginning of line.
3156
3157 2004-07-08 Jim Blandy <jimb@redhat.com>
3158
3159 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3160
3161 2004-07-08 Bob Rossi <bob@brasko.net>
3162
3163 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3164
3165 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3166
3167 * language.h (struct_language_defn): Add new function pointer:
3168 la_class_name_from_physname. Also add new prototype for
3169 language_class_name_from_physname.
3170 * language.c (language_class_name_from_physname): New function.
3171 (unk_lang_class_name): Ditto.
3172 (unknown_language_defn, auto_language_defn): Change
3173 to add unk_lang_class_name function pointer for
3174 la_class_name_from_physname.
3175 (local_language_defn): Ditto.
3176 * dwarf2read.c (guess_structure_name): Change to call
3177 language_class_name_from_physname.
3178 (determine_class_name): Ditto.
3179 * cp-support.c (class_name_from_physname): Renamed.
3180 (cp_class_name_from_physname): New name of function.
3181 * cp-support.h: Ditto.
3182 * c-lang.c (c_language_defn): Change to add NULL
3183 for class_name_from_physname function pointer.
3184 (cplus_language_defn): Change to add cp_class_name_from_physname.
3185 * jv-lang.c (java_class_name_physname): New function.
3186 (java_find_last_component): New static routine.
3187 (java_language_defn): Add java_class_name_from_physname pointer.
3188 * ada-lang.c (ada_language_defn): Change to add NULL
3189 for class_name_from_physname function pointer.
3190 * f-lang.c (f_language_defn): Ditto.
3191 * m2-lang.c (m2_language_defn): Ditto.
3192 * objc-lang.c (objc_language_defn): Ditto.
3193 * p-lang.c (pascal_language_defn): Ditto.
3194 * scm-lang.c (scm_language_defn): Ditto.
3195
3196 2004-07-06 Andrew Cagney <cagney@gnu.org>
3197
3198 Patch from Bart Robinson.
3199 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3200 (O_LARGEFILE): Define to 0, if not defined.
3201
3202 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3203
3204 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3205 <machine/pcb.h> and "bsd-kvm.h".
3206 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3207 (m68kbsd_supply_pcb): New function.
3208 (_initialize_m68kbsd_nat): New prototype and function.
3209 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3210 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3211 (LOADLIBES): New variable.
3212 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3213 (LOADLIBES): New variable.
3214
3215 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3216
3217 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3218
3219 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3220 <sys/proc.h>.
3221 (bsd_kvm_cmdlist): New variable.
3222 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3223 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3224 command and "kvm proc" command.
3225 * Makefile.in (bsd-kvm.o): Update dependencies.
3226
3227 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3228
3229 * osabi.c: Update copyright year.
3230 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3231 notes if EI_OSABI is set to ELFOSABI_HPUX.
3232
3233 2004-07-01 Michael Snyder <msnyder@redhat.com>
3234
3235 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3236 that seems to have gotten whacked out of line.
3237
3238 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3239
3240 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3241 code.
3242
3243 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3244
3245 * ada-lang.c (decode_packed_array): Minor change to comment.
3246 (ada_value_slice_ptr): New function.
3247 (ada_value_slice): New function.
3248 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3249 test. Don't know why it is there.
3250 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3251 to avoid dereferencing huge arrays from which one is slicing.
3252 (empty_array): Correct to return an array rather than
3253 a subrange value.
3254 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3255 on empty arrays (let'em use 'FIRST instead).
3256
3257 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3258
3259 Address complaints from gdb_ari.sh:
3260
3261 * ada-exp.y: Include gdb_string.h rather than string.h.
3262 (convert_char_literal): Reformat declaration.
3263 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3264 * ada-lex.l: Change use of free to xfree (the macro would do so
3265 anyway, but this is harmless).
3266 Include gdb_string.h rather than string.h.
3267 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3268
3269 * ada-lang.c (parse): Remove K&Rism in parameter list.
3270 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3271
3272 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3273
3274 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3275 dead code.
3276
3277 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3278
3279 * alphabsd-nat.c: Update copyright year.
3280 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3281
3282 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3283
3284 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3285 (i386_cygwin_in_solib_call_trampoline): New function.
3286 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3287 and skip_trampoline_code gdbarch methods.
3288
3289 2004-06-29 Jim Blandy <jimb@redhat.com>
3290
3291 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3292 name actually used in the dependency lists.
3293
3294 2004-06-29 Randolph Chung <tausq@debian.org>
3295
3296 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3297
3298 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3299
3300 * win32-nat.c (child_pid_to_exec_file): New function.
3301 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3302 functionality.
3303
3304 2004-06-28 Andrew Cagney <cagney@gnu.org>
3305
3306 * defs.h (xstrvprintf): Declare.
3307 * utils.c (xstrvprintf): New function.
3308 (internal_vproblem, xstrprintf, xasprintf)
3309 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3310 * serial.c (serial_printf): Ditto.
3311 * complaints.c (vcomplaint): Ditto.
3312
3313 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3314
3315 * infcmd.c (attach_command): Move call to target_terminal_inferior
3316 behind loading symbol table.
3317
3318 2004-06-28 Andrew Cagney <cagney@gnu.org>
3319
3320 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3321 change - add back extern deprecated_ui_loop_hook declaration.
3322
3323 2004-06-28 Andrew Cagney <cagney@gnu.org>
3324
3325 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3326 xstrprintf.
3327 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3328 (c_value_of_variable): Ditto.
3329 * utils.c (internal_vproblem): Ditto.
3330 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3331 * remote.c (add_packet_config_cmd): Ditto.
3332 * remote-rdp.c (rdp_set_command_line): Ditto.
3333 * regcache.c (regcache_dump): Ditto.
3334 * frv-tdep.c (new_variant, new_variant): Ditto.
3335 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3336 (fbsd_find_memory_regions): Ditto.
3337 * breakpoint.c (create_thread_event_breakpoint)
3338 (create_breakpoints): Ditto.
3339 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3340 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3341
3342 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3343
3344 * ada-lang.c: Re-indent file, with some massaging to help indent
3345 a bit when the result is otherwise really too ugly.
3346
3347 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3348
3349 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3350 code_addr_p and special_addr_p to 'unsigned int'.
3351
3352 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3353
3354 * i386v4-nat.c: Update copyright year and tweak comment.
3355 (regmap): Remove trailing comma.
3356 (supply_gregset): Rename local variable i to regnum. Call
3357 regcache_raw_supply instead of supply_register.
3358 (fill_gregset): Rename argument regno to regnum. Call
3359 regcache_raw_collect instead of regcache_collect.
3360
3361 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3362
3363 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3364 and special_addr_p.
3365 (frame_id_build, frame_id_build_special): Update comments.
3366 (frame_id_build_wild): New prototype.
3367 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3368 struct frame_id fields.
3369 (frame_id_build_wild): New function.
3370 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3371
3372 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3373
3374 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3375 hppabsd-tdep.c.
3376
3377 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3378
3379 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3380
3381 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3382
3383 * ada-lang.c: Re-indent file.
3384
3385 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3386
3387 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3388 (no_symtab_msg): Likewise.
3389
3390 2004-06-27 Andreas Schwab <schwab@suse.de>
3391
3392 * source.c: Fix whitespace.
3393
3394 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3395
3396 * configure.in: Include <sys/param.h> for td_pcb test.
3397 * configure: Regenerated.
3398
3399 * i386nbsd-nat.c: New file.
3400 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3401 i386obsd-nat.c and i386obsd-tdep.c.
3402 (i386nbsd-nat.o): New dependency.
3403 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3404 bsd-kvm.o.
3405 (LOADLIBES): New variable.
3406 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3407 bsd-kvm.o.
3408 (LOADLIBES): New variable.
3409
3410 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3411 (LOADLIBES): New variable.
3412
3413 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3414 fetching from BSD_KVM_PADDR. Correctly lookup address for
3415 "_thread0".
3416
3417 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3418 "bsd-kvm.h".
3419 (amd64fbsd_supply_pcb): New funcion.
3420 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3421
3422 2004-06-27 <david@streamline-computing.com>
3423
3424 Partial fix for PR cli/1056.
3425 * valarith.c: Check for zero in division and remainder
3426 evaluation.
3427
3428 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3429
3430 * i387-tdep.c: Remove excessive whitespace.
3431
3432 2004-06-26 Andrew Cagney <cagney@gnu.org>
3433
3434 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3435 * gdb-events.h, gdb-events.c: Re-generate.
3436 * tui/tui-hooks.c (tui_install_hooks): Update.
3437 (tui_remove_hooks): Update.
3438 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3439
3440 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3441
3442 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3443 (gregset_t, fpregset_t): Remove typedefs.
3444 (REG_OFFSET): Rename argument.
3445 (amd64bsd_r_reg_offset): Rename from reg_offset.
3446 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3447 Remove functions.
3448 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3449 of reg_offset.
3450 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3451
3452 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3453
3454 * vax-tdep.c: Tweak comment.
3455
3456 Add OpenBSD/hppa support.
3457 * NEWS (New native configurations): Mention OpenBSD/hppa.
3458 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3459 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3460 files.
3461 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3462 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3463 * configure.host: Add hppa*-*-openbsd*.
3464 * configure.tgt: Add hppa*-*-openbsd*.
3465
3466 2004-06-25 Andrew Cagney <cagney@gnu.org>
3467
3468 * defs.h (deprecated_ui_loop_hook): Deprecated.
3469 * wince.c (child_wait): Update.
3470 * win32-nat.c (child_wait): Update.
3471 * v850ice.c (v850ice_wait): Update.
3472 * top.c (deprecated_ui_loop_hook): Update.
3473 * serial.h: Update.
3474 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3475 (do_unix_readchar): Update.
3476 * ser-tcp.c (net_open): Update.
3477 * remote-sim.c (gdb_os_poll_quit): Update.
3478 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3479
3480 2004-06-24 Andrew Cagney <cagney@gnu.org>
3481
3482 * defs.h (deprecated_pre_add_symbol_hook)
3483 (deprecated_post_add_symbol_hook): Deprecated.
3484 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3485 (symbol_file_add_with_addrs_or_offsets): Update references.
3486
3487 2004-06-24 Andrew Cagney <cagney@gnu.org>
3488
3489 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3490 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3491 * wince.c (ui_loop_hook): Delete extern declaration.
3492 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3493 * v850ice.c (ui_loop_hook): Delete extern declaration..
3494 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3495 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3496 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3497 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3498 ui_loop_hook declaration.
3499
3500 2004-06-24 Andrew Cagney <cagney@gnu.org>
3501
3502 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3503 entry_func_highpc fields.
3504 * objfiles.c (init_entry_point_info): Do not clear
3505 entry_func_lowpc and entry_func_highpc.
3506 (objfile_relocate): Do not relocate entry_func_lowpc and
3507 entry_func_highpc.
3508 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3509 entry_func_highpc.
3510 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3511 entry_func_highpc.
3512 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3513 entry_func_lowpc and entry_func_highpc with call to
3514 inside_entry_func.
3515
3516 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3517
3518 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3519 quad-precision floating point arguments in registers.
3520
3521 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3522
3523 From Michael Mueller <m.mueller99@kay-mueller.de>:
3524 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3525 account.
3526
3527 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3528
3529 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3530 to -1.
3531 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3532 untriggered watchpoints to a separate if clause. Update function
3533 comment regarding STOPPED_BY_WATCHPOINT argument.
3534
3535 2004-06-22 Jim Blandy <jimb@redhat.com>
3536
3537 * gdbarch.sh: Doc fix.
3538
3539 2004-06-21 Martin Hunt <hunt@redhat.com>
3540 Kevin Buettner <kevinb@redhat.com>
3541
3542 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3543 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3544 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3545 to set_gdbarch_sp_regnum(). Use cooked register number.
3546 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3547
3548 2004-06-21 Andrew Cagney <cagney@gnu.org>
3549
3550 * gdbarch.sh: When the macro field is empty, do not generate a
3551 macro definition. When the macro field is "=", generate the macro
3552 name from the upper-case function name.
3553 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3554 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3555 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3556 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3557 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3558 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3559 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3560 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3561 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3562 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3563 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3564 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3565 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3566 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3567 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3568 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3569 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3570 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3571 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3572 (DEPRECATED_USE_STRUCT_CONVENTION)
3573 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3574 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3575 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3576 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3577 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3578 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3579 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3580 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3581 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3582 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3583 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3584 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3585 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3586 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3587 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3588 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3589 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3590 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3591
3592 2004-06-21 Andrew Cagney <cagney@gnu.org>
3593
3594 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3595 macro name, and the function rather than macro value. Only wrap
3596 macro print statements in #ifdef. Move format logic to where it
3597 is needed.
3598 * gdbarch.c: Re-generate.
3599
3600 * gdbarch.sh (read): Delete "print_p" and "description", add
3601 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3602 Delete references to print_p.
3603 (TARGET_ARCHITECTURE): Delete print predicate.
3604 * gdbarch.c: Re-generate.
3605
3606 * gdbarch.sh: Check that multi-arch methods do not provide a
3607 macro.
3608 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3609 (print_registers_info, print_float_info, print_vector_info)
3610 (adjust_breakpoint_address, remote_translate_xfer_address)
3611 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3612 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3613 name from the multi-arch definition.
3614
3615 2004-06-20 Andrew Cagney <cagney@gnu.org>
3616
3617 * gdbarch.sh: Sort by the function, instead of macro name.
3618 * gdbarch.c: Re-generate.
3619
3620 2004-06-20 Andrew Cagney <cagney@gnu.org>
3621
3622 * gdbarch.sh: Use the function, instead of macro name in
3623 errors and the log file.
3624 (return_value): Remove stray ":" in spec.
3625
3626 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3627 * gdbarch.h, gdbarch.c: Re-generate.
3628 * Makefile.in (arch-utils.o): Update dependencies.
3629 * values.c (using_struct_return): Move code calling
3630 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3631 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3632 to legacy_return_value, simplify.
3633 * infcmd.c (print_return_value): Move code calling
3634 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3635 to legacy_return_value, simplify.
3636 * infcall.c (call_function_by_hand): Move code calling
3637 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3638 * arch-utils.c: Update copyright. Include "gdbcore.h".
3639 (legacy_return_value): New function.
3640 * arch-utils.h: Update copyright.
3641 (legacy_return_value): Declare.
3642
3643 2004-06-20 Andrew Cagney <cagney@gnu.org>
3644
3645 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3646 * gdbarch.h, gdbarch.c: Re-generate.
3647 * values.c (using_struct_return): Update call.
3648 * mcore-tdep.c: Update comment.
3649 * infcall.c (call_function_by_hand): Update comment.
3650 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3651 * arch-utils.h (always_use_struct_convention): Update.
3652 * v850-tdep.c (v850_gdbarch_init): Update.
3653 * sh64-tdep.c (sh64_gdbarch_init): Update.
3654 * sh-tdep.c (sh_gdbarch_init): Update.
3655 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3656 * mips-tdep.c (mips_gdbarch_init): Update.
3657 * mcore-tdep.c (mcore_gdbarch_init): Update.
3658 * m32r-tdep.c (m32r_gdbarch_init): Update.
3659 * ia64-tdep.c (ia64_gdbarch_init): Update.
3660 * h8300-tdep.c (h8300_gdbarch_init): Update.
3661 * frv-tdep.c (frv_gdbarch_init): Update.
3662 * cris-tdep.c (cris_gdbarch_init): Update.
3663 * arm-tdep.c (arm_gdbarch_init): Update.
3664 * alpha-tdep.c (alpha_gdbarch_init): Update.
3665
3666 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3667
3668 * PROBLEMS: Add more specific information, and a work-around,
3669 for PR gdb/1458.
3670
3671 2004-06-18 Andrew Cagney <cagney@gnu.org>
3672
3673 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3674 * gdbarch.h, gdbarch.c: Re-generate.
3675 * ada-lang.c (ada_finish_decode_line_1): Update.
3676 * infrun.c (handle_inferior_event): Update.
3677 * infcall.c (find_function_addr): Update.
3678 * linespec.c (minsym_found): Update.
3679 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3680 Update.
3681 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3682 * cli/cli-cmds.c (disassemble_command): Update.
3683 * vax-tdep.c (vax_gdbarch_init): Update.
3684
3685 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3686
3687 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3688
3689 2004-06-17 Andrew Cagney <cagney@gnu.org>
3690
3691 GDB 6.1.1 released from the GDB 6.1 branch.
3692 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3693 * PROBLEMS: Ditto.
3694
3695 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3696
3697 PR gdb/1658
3698 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3699 operation as a uleb128. Found by Michael Coulter.
3700
3701 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3702
3703 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3704 make it non-static.
3705 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3706 to ada-lang.h; this is needed to be able to implement the kill command
3707 in multi-task mode.
3708 (task_ptid): Ditto.
3709 (task_entry): Ditto.
3710 (task_list): Ditto.
3711 (ada_build_task_list): Ditto.
3712
3713 * ada-lang.c: Conditionalize routines and data structures related
3714 to breakpoints, exceptions, completion, and symbol caching on
3715 GNAT_GDB, since these are not yet used in the submitted public sources.
3716 (ada_main_name): Editorial: Move definition out of exception-related
3717 code.
3718
3719 2004-06-15 Andrew Cagney <cagney@gnu.org>
3720
3721 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3722 deprecated_pc_in_call_dummy.
3723
3724 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3725
3726 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3727 bfd_get_section_size_before_reloc or _raw_size.
3728 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3729 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3730 (dwarf2_read_section): Likewise.
3731 * elfread.c (elf_locate_sections): Likewise.
3732 * gcore.c (derive_heap_segment): Likewise.
3733 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3734 * remote-e7000.c (e7000_load): Likewise.
3735 * remote-m32r-sdi.c (m32r_load): Likewise.
3736 * remote-mips.c (mips_load_srec): Likewise.
3737 (pmon_load_fast): Likewise.
3738 * remote.c (compare_sections_command): Likewise.
3739 * symfile.c (add_section_size_callback): Likewise.
3740 (load_section_callback): Likewise.
3741 (pc_in_unmapped_range): Likewise.
3742 (pc_in_mapped_range): Likewise.
3743 (sections_overlap): Likewise.
3744 (list_overlays_command): Likewise.
3745 (simple_overlay_update_1): Likewise.
3746 (simple_overlay_update): Likewise.
3747 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3748 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3749
3750 2004-06-14 Randolph Chung <tausq@debian.org>
3751
3752 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3753 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3754 static.
3755 (hppa_hpux_inferior_created): New function.
3756 (hppa_hpux_init_abi): Register observer.
3757 * symfile.c (hp_cxx_exception_support_initialized)
3758 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3759 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3760
3761 2004-06-14 Randolph Chung <tausq@debian.org>
3762
3763 * MAINTAINERS (Write After Approval): Alphabetize my entry
3764 correctly.
3765
3766 2004-06-14 Andrew Cagney <cagney@gnu.org>
3767
3768 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3769 testsuite maintainer.
3770
3771 2004-06-13 Andrew Cagney <cagney@gnu.org>
3772
3773 * infcmd.c (print_return_value): Fix logic, allow
3774 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3775
3776 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3777 defining any macros.
3778 * gdbarch.h: Re-generate.
3779
3780 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3781 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3782 * gdbarch.h: Re-generate.
3783
3784 * values.c (generic_use_struct_convention): Don't check gcc_p.
3785
3786 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3787 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3788 * gdbarch.h, gdbarch.c: Regenerate.
3789 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3790 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3791 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3792 deprecated_max_register_raw_size and
3793 deprecated_max_register_virtual_size.
3794 * v850-tdep.c (v850_gdbarch_init): Ditto.
3795 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3796 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3797 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3798 * cris-tdep.c (cris_gdbarch_init): Ditto.
3799
3800 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3801 * gdbarch.h, gdbarch.c: Re-generate.
3802 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3803 (m68hc11_use_struct_convention): Delete function.
3804 (m68hc11_extract_struct_value_address): Delete function.
3805 (m68hc11_return_value): New function.
3806 (m68hc11_gdbarch_init): Instead of store_return_value,
3807 extract_return_value, return_value_on_stack,
3808 deprecated_extract_struct_value_address and use_struct_convention,
3809 set return_value.
3810 * values.c (using_struct_return): Do not call
3811 RETURN_VALUE_ON_STACK.
3812 * arch-utils.h (generic_return_value_on_stack_not): Delete
3813 declaration.
3814 * arch-utils.c (generic_return_value_on_stack_not): Delete
3815 function.
3816
3817 2004-06-12 Andrew Cagney <cagney@gnu.org>
3818
3819 * values.c (register_value_being_returned): Delete function.
3820 * infcmd.c (legacy_return_value): Delete function.
3821 * infcall.c (call_function_by_hand): Inline
3822 "register_value_being_returned", simplify.
3823 * values.c (using_struct_return): Update comment, refer to
3824 print_return_value instead of register_value_being_returned.
3825 * infcmd.c (print_return_value): Inline calls to
3826 register_value_being_returned and legacy_return_value. Simplify.
3827
3828 2004-06-11 Randolph Chung <tausq@debian.org>
3829
3830 * somread.c (som_symtab_read): Exclude gcc local symbols.
3831
3832 2004-06-11 Randolph Chung <tausq@debian.org>
3833
3834 * infrun.c (handle_inferior_event): Handle the case when a
3835 trampoline ends up in the runtime resolver, and if the trampoline
3836 has no name. Rearrange the code so that all the trampoline
3837 processing happens before other step-out-of-range handling.
3838
3839 2004-06-11 Martin Hunt <hunt@redhat.com>
3840
3841 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3842 has no fpu.
3843
3844 2004-06-10 Andrew Cagney <cagney@gnu.org>
3845
3846 * blockframe.c (legacy_inside_entry_func): Delete.
3847 (legacy_frame_chain_valid): Inline call to
3848 legacy_inside_entry_func, simplify.
3849
3850 2004-06-10 Bob Rossi <bob@brasko.net>
3851
3852 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3853 * dwarf2read.c (partial_die_info): Add dirname field.
3854 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3855 (read_partial_die): Save away DW_AT_comp_dir.
3856 * defs.h (symtab_to_filename): Removed.
3857 * source.c (find_and_open_source): Added.
3858 (open_source_file): Just calls find_and_open_source.
3859 (symtab_to_filename): Removed.
3860 (symtab_to_fullname, psymtab_to_fullname): Added.
3861 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3862 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3863 symtab_to_filename.
3864 * symtab.h (partial_symtab): Add dirname field.
3865 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3866 (mi_cmd_file_list_exec_source_file): Call new function
3867 symtab_to_fullname to find fullname.
3868 (mi_cmd_file_list_exec_source_files): Added.
3869 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3870 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3871
3872 2004-06-10 Andrew Cagney <cagney@gnu.org>
3873
3874 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3875 to generic_use_struct_convention, the default value.
3876
3877 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3878 of abort.
3879
3880 * ns32k-tdep.c (ns32k_push_arguments): New function.
3881 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3882 * infcall.c (call_function_by_hand): Call error instead of
3883 legacy_push_arguments.
3884 * value.h (legacy_push_arguments): Delete declaration.
3885 * valops.c (legacy_push_arguments): Delete function.
3886 (value_push): Delete function.
3887
3888 2004-06-10 Brian Ford <ford@vss.fsi.com>
3889
3890 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3891 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3892 info.
3893 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3894
3895 2004-06-10 Andrew Cagney <cagney@gnu.org>
3896
3897 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3898 * gdbarch.h, gdbarch.c: Re-generate.
3899 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3900 parameters.
3901 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3902 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3903 deprecated_pc_in_call_dummy instead of
3904 DEPRECATED_PC_IN_CALL_DUMMY.
3905 (arm_skip_prologue): Ditto.
3906 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3907 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3908 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3909 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3910 Ditto.
3911 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3912 (sh64_init_extra_frame_info, sh64_get_saved_register)
3913 (sh64_pop_frame): Ditto.
3914 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3915 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3916 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3917 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3918 (h8300_pop_frame): Ditto.
3919 * blockframe.c (legacy_inside_entry_func)
3920 (legacy_frame_chain_valid): Ditto.
3921 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3922 to deprecated_pc_in_call_dummy.
3923
3924 2004-06-09 Andrew Cagney <cagney@gnu.org>
3925
3926 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3927 provide a default value.
3928 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3929 * gdbarch.h, gdbarch.c: Re-generate.
3930 * arch-utils.c (generic_convert_register_p): Rename
3931 legacy_convert_register_p
3932 (legacy_register_to_value, legacy_value_to_register): Delete
3933 functions.
3934 * arch-utils.h (generic_convert_register_p): Rename
3935 legacy_convert_register_p.
3936 (legacy_register_to_value, legacy_value_to_register): Delete
3937 declarations.
3938
3939 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3940 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3941 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3942 * gdbarch.h, gdbarch.c: Re-generate.
3943 * infcmd.c (default_print_registers_info): Simplify.
3944 * findvar.c (value_of_register): Simplify.
3945 * mi/mi-main.c (get_register): Simplify.
3946 * arch-utils.c (legacy_convert_register_p): Always return 0.
3947 (legacy_register_to_value, legacy_value_to_register): Always call
3948 internal_error.
3949
3950 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3951 #ifdef CLEAR_INSN_CACHE code.
3952 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3953 Delete #ifdef CLEAR_DEFERRED_STORES code.
3954
3955 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3956
3957 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3958 copyright.
3959 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3960
3961 * config/mips/mipsv4.mh: Delete file.
3962
3963 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3964 unreferenced macro.
3965 (hpread_adjust_stack_address): Delete declaration.
3966
3967 2004-06-08 Andrew Cagney <cagney@gnu.org>
3968
3969 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3970 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3971 PTRACE_ATTACH / PTRACE_DETACH available call error.
3972 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3973 * infttrace.c (update_thread_state_after_attach, attach, detach):
3974 Remove #ifdef wrappers.
3975 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3976 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3977 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3978 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3979 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3980 * config/nm-linux.h (ATTACH_DETACH): Delete.
3981 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3982 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3983 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3984 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3985 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3986
3987 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3988
3989 * configure.in: Set $configdir to the right OS specific value.
3990 Use value when setting $tcldir and $tkdir.
3991 * configure: Regenerate.
3992
3993 2004-06-06 Paul Brook <paul@codesourcery.com>
3994
3995 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3996 records.
3997
3998 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3999
4000 * ada-lang.c (lookup_symbol_in_language): New function to allow
4001 re-use of another language's symbol lookup code. (Placed here
4002 temporarily while Ada support is being integrated into the public
4003 tree).
4004 (restore_language): New auxiliary function for
4005 lookup_symbol_in_language.
4006 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4007 temporarily while Ada support is being integrated into the public
4008 tree).
4009
4010 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4011
4012 * Makefile.in (check//%): New.
4013
4014 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4015 (mn10300_store_return_value): Rewrite.
4016 (mn10300_type_align): New.
4017 (mn10300_use_struct_convention): Rewrite.
4018 (mn10300_return_value): New, using all of the above.
4019 (mn10300_pop_frame_regular): Add saved_regs_size.
4020 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4021
4022 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4023 regs if PC is on movm.
4024
4025 2004-06-07 Jim Blandy <jimb@redhat.com>
4026
4027 Add native Linux support for the PowerPC E500.
4028 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4029 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4030 all architectures except the E500.
4031 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4032 #definitions.
4033 (struct gdb_evrregset_t): New type.
4034 (have_ptrace_getsetevrregs): New variable.
4035 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4036 fetch_spe_registers): New functions.
4037 (fetch_register): Call fetch_spe_register as appropriate.
4038 Assert that we're only passed raw register numbers.
4039 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4040 Don't fetch gprs if they're pseudoregisters.
4041 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4042 store_spe_registers): New functions.
4043 (store_register): Call store_spe_register as appropriate.
4044 Assert that we're only passed raw register numbers.
4045 (store_ppc_registers): Call store_spe_registers as appropriate.
4046 Don't store gprs if they're pseudoregisters.
4047
4048 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4049
4050 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4051 struct if one exists, even if we are dealing with a zombie thread.
4052
4053 2004-06-07 Andrew Cagney <cagney@gnu.org>
4054
4055 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4056 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4057 Rename PC_REQUIRES_RUN_BEFORE_USE.
4058 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4059 #ifdef.
4060
4061 2004-06-07 Randolph Chung <tausq@debian.org>
4062
4063 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4064 unwinding after sp has been saved to the stack but before the end
4065 of the prologue, and after the fp has been modified but before it has
4066 been saved to the stack.
4067 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4068 Remove superfluous definitions.
4069 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4070
4071 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4072
4073 Committed by Randolph Chung.
4074 * hppa-linux-nat.c: Include the correct version of the header file
4075 depending on the kernel version.
4076
4077 2004-06-06 Randolph Chung <tausq@debian.org>
4078
4079 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4080 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4081
4082 2004-06-06 Randolph Chung <tausq@debian.org>
4083
4084 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4085 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4086 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4087 * hppa-tdep.c (hppa_symbol_address): New function definition.
4088 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4089
4090 2004-06-06 Randolph Chung <tausq@debian.org>
4091
4092 * hppa-tdep.h (struct value): Forward declaration.
4093 (gdbarch_tdep): Define tdep find_global_pointer method.
4094 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4095 associated with the function we are trying to call, and write it
4096 to the gp register.
4097 (hppa32_convert_from_funct_ptr_addr): New function.
4098 (hppa_find_global_pointer): New function.
4099 (hppa_gdbarch_init): Set default find_global_pointer method; set
4100 convert_from_func_ptr_addr method.
4101 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4102 (hppa_linux_init_abi): Set find_global_pointer method.
4103 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4104
4105 2004-06-06 Randolph Chung <tausq@debian.org>
4106
4107 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4108 to struct value *function.
4109 * gdbarch.c: Regenerate.
4110 * gdbarch.h: Likewise.
4111 * infcall.c (call_function_by_hand): Pass entire function value
4112 to push_dummy_call.
4113
4114 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4115 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4116 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4117 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4118 * arm-tdep.c (arm_push_dummy_call): Likewise.
4119 * avr-tdep.c (avr_push_dummy_call): Likewise.
4120 * cris-tdep.c (cris_push_dummy_call): Likewise.
4121 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4122 * frv-tdep.c (frv_push_dummy_call): Likewise.
4123 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4124 * hppa-tdep.c (hppa32_push_dummy_call)
4125 (hppa64_push_dummy_call): Likewise.
4126 * i386-tdep.c (i386_push_dummy_call): Likewise.
4127 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4128 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4129 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4130 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4131 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4132 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4133 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4134 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4135 (ppc64_sysv_abi_push_dummy_call): Likewise.
4136 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4137 (ppc64_sysv_abi_push_dummy_call): Likewise.
4138 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4139 * s390-tdep.c (s390_push_dummy_call): Likewise.
4140 * sh-tdep.c (sh_push_dummy_call_fpu)
4141 (sh_push_dummy_call_nofpu): Likewise.
4142 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4143 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4144 * vax-tdep.c (vax_push_dummy_call): Likewise.
4145
4146 2004-06-04 Jim Blandy <jimb@redhat.com>
4147
4148 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4149 gdbarch argument to register_size.
4150
4151 * rs6000-tdep.c (rs6000_store_return_value): Use
4152 regcache_cooked_write_part instead of
4153 deprecated_write_register_bytes.
4154 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4155 not gdbarch_deprecated_store_return_value.
4156
4157 * ppc-linux-nat.c (store_register, fetch_register): Remove
4158 incorrect assertions. Simplify and generalize handling of
4159 transfers whose sizes are not multiples of, or less than, sizeof
4160 (PTRACE_XFER_TYPE).
4161
4162 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4163
4164 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4165 as a new thread event.
4166 * thread-db.c (thread_get_info_callback): If the thread is a
4167 zombie, return TD_THR_ZOMBIE.
4168 (thread_from_lwp): If thread_get_info_callback returns
4169 TD_THR_ZOMBIE, check if the thread is still on the thread list
4170 and return a -1 ptid if not found.
4171 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4172 change the status to TARGET_WAITKIND_SPURIOUS.
4173
4174 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4175
4176 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4177 double values in little endian mode.
4178
4179 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4180
4181 Committed by Andrew Cagney.
4182 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4183 after last enum constant to avoid error from IBM C
4184 compiler.
4185
4186 2004-06-02 Jim Blandy <jimb@redhat.com>
4187
4188 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4189 to 'message', and make it local to the lone block that uses it.
4190
4191 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4192
4193 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4194
4195 * ada-exp.y: Update copyright notice.
4196 Include block.h.
4197
4198 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4199 SPECIAL_VARIABLE and unify the treatment of these cases.
4200
4201 (write_attribute_call0): Remove.
4202 (write_attribute_call1): Remove.
4203 (write_attribute_calln): Remove.
4204 (save_qualifier): Add missing semicolon.
4205
4206 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4207 temporarily disabled to allow compilation with FSF head version.
4208
4209 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4210 use individual operators (OP_*) for all attributes.
4211 (exp syntax): Use write_int.
4212 Handle STRING literals with OP_STRING.
4213 (variable syntax): Add limit parameter to calls to
4214 write_object_renaming.
4215
4216 (temp_parse_space): New definition to hold entities that need
4217 only live until the next call to ada_parse.
4218 (string_to_operator): Rename fields of ada_opname_table entries.
4219
4220 (write_var_from_sym): Record block.
4221 (write_var_from_name): Minor reformatting.
4222 Make sure saved name is properly encoded in the case of multiple
4223 matches, and set its language to Ada.
4224 Update comment.
4225 Modify to indicate unresolved name as symbol in the UNRESOLVED
4226 namespace, allocated in temp_parse_space.
4227 (write_int): New function.
4228
4229 (write_object_renaming): Add max_depth parameter to limit
4230 chains of object renamings.
4231 Handle case where root of renaming expression is itself a renaming.
4232 Use temp_parse_space for temporary name buffer.
4233 Handle renamings to dereferenced pointers (___XEXA suffices).
4234
4235 (ada_parse, yyerror, string_to_operator,
4236 write_var_from_sym, write_var_from_name, write_attribute_call0,
4237 write_attribute_call1, write_attribute_calln,
4238 write_object_renaming): Protoize.
4239
4240 (_initialize_ada_exp): New function.
4241
4242 * ada-lang.c: Update copyright notice.
4243 General terminology change to conform to GNAT compiler usage:
4244 mangle => encode, demangle => decode
4245 Include gdb_obstack.h.
4246 Include gdb_regex.h
4247 Include frame.h
4248 Include hashtab.h
4249 Include completer.h
4250 Include gdb_stat.h
4251 Include block.h
4252 Include infcall.h
4253
4254 (ADA_RETAIN_DOTS): Make sure this is defined.
4255 (TRUNCATION_TOWARDS_ZERO): Define.
4256 (struct string_vector): Define.
4257 (unresolved_names): Remove definition.
4258 (xnew_string_vector): New function.
4259 (string_vector_append): New function.
4260 (extract_string): Make static.
4261 (ada_unqualified_name): New function.
4262 (add_angle_brackets): New function.
4263 (function_name_from_pc): New function.
4264 (place_on_stack): Rename to ensure_lval.
4265
4266 (ensure_lval): Renamed from place_on_stack.
4267 Make identity on lvals.
4268 Update comment.
4269 (is_nonfunction): New interface.
4270 Only symbols in LOC_CONST class can be enumerals.
4271 (fill_in_ada_prototype): Remove; now independent of language.
4272 (add_defn_to_vec): Add obstack and symtab arguments.
4273 Use obstack to hold collected definitions.
4274 (num_defns_collected): New function.
4275 (defns_collected): New function.
4276 (ada_resolve_subexp): Rename to resolve_subexp.
4277 (resolve_subexp): Renamed from ada_resolve_subexp.
4278 (ada_op_name): Return non-const result.
4279 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4280 other purposes.
4281
4282 (to_fixed_array_type): Add declaration.
4283 (coerce_unspec_val_to_type): Remove offset parameter.
4284 (find_sal_from_funcs_and_line): New interface.
4285 (find_line_in_linetable): Ditto.
4286
4287 (all_sals_for_line): Rename to ada_sals_for_line and make
4288 global.
4289 Add new parameter. When set, do not ask the user to choose the
4290 instance, but use the first one found instead.
4291 Use given line number in returned sals.
4292 Fix comment.
4293 Skip the prologue if funfirstline is set.
4294 Correct for memory leak when 0 lines found.
4295
4296 (value_pos_atr): Use pos_atr.
4297 (pos_atr): New function.
4298 (standard_lookup): Add block parameter.
4299
4300 (makeTimeStart): Remove declaration and uses.
4301 (makeTimeStop): Remove declaration and uses.
4302
4303 (ada_completer_word_break_characters): Allow for VMS.
4304 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4305 (raise_sym_name): New constant.
4306 (raise_unhandled_sym_name): New constant.
4307 (raise_assert_sym_name): New constant.
4308 (process_raise_exception_name): New constant.
4309 (longest_exception_template): New constant.
4310 (warning_limit): New variable to limit warnings during expression
4311 evaluation.
4312 (warnings_issued): New variable to keep track of warnings issued.
4313 (known_runtime_file_name_patterns): New constant.
4314 (known_auxiliary_function_name_patterns): New constant.
4315 (symbol_list_obstack): New variable.
4316
4317 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4318 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4319 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4320 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4321 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4322 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4323 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4324 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4325 and strcmp.
4326
4327 (ada_get_field_index): New function.
4328 (lim_warning): New function.
4329 (ada_translate_error_message): New function.
4330 (MAX_OF_SIZE): New function.
4331 (MIN_OF_SIZE): New function.
4332 (UMAX_OF_SIZE): New function.
4333 (UMIN_OF_SIZE): New function.
4334 (discrete_type_high_bound): New function.
4335 (discrete_type_low_bound): New function.
4336 (base_type): New function.
4337 (do_command): Remove.
4338
4339 (ada_update_initial_language): Use language_ada, not language_unknown.
4340 (ada_encode): Renamed from ada_mangle.
4341 Obey ADA_RETAIN_DOTS.
4342 (ada_decode): Renamed from ada_demangle.
4343 Update coding conventions.
4344 (decoded_names_store): New hash table.
4345 (ada_decode_symbol): New function.
4346 (ada_la_decode): New function.
4347
4348 (modify_general_field): Correct computations of offset and bit
4349 position.
4350 (desc_base_type): Handle ref types, too.
4351 (ada_is_direct_array_type): New function.
4352
4353 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4354 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4355 (ada_is_bogus_array_descriptor,ada_type_of_array,
4356 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4357 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4358 ada_is_array_descriptor_type.
4359
4360 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4361 (ada_is_packed_array_type): Handle pointers or
4362 references to packed arrays as well.
4363 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4364 (decode_packed_array_type): Search for the packed array type
4365 symbol in the currently selected block and associated
4366 superblocks too.
4367 Use lookup_symbol again.
4368
4369 (decode_packed_array): Handle pointers and references.
4370 Update call to coerce_unspec_val_to_type.
4371 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4372 (ada_value_primitive_packed_val): Improve comment.
4373
4374 (ada_index_type): Substitute int type for "undefined".
4375 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4376 ada_array_langth, ada_is_string_type): Use renamed
4377 ada_is_simple_array_type.
4378 (empty_array): New function.
4379
4380 (ada_resolve): Rename to resolve.
4381 (resolve): Make static.
4382 Call renamed resolve_subexp.
4383 Update comment.
4384 (ada_resolve_subexp): Rename to resolve_subexp.
4385 (resolve_subexp): Update comment.
4386 Decomment disabled code.
4387 Add LOC_COMPUTED* cases.
4388 Modify to use temporary struct symbols (marked as being in
4389 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4390 OP_UNRESOLVED_VALUE.
4391 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4392 Add OP_STRING case.
4393 Remove OP_ARRAY.
4394 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4395 Use new ada_lookup_symbol_list interface.
4396 Use new ada_resolve_function interface.
4397 Remove OP_TYPE case.
4398
4399 (ada_args_match): Idiot proof against null actuals.
4400 Use intermediate variables to clarify.
4401 (ada_resolve_function): Update comment and interface.
4402 (mangled_ordered_before): Rename to encoded_ordered_before and
4403 update comment.
4404 (sort_choices): Update comment and interface.
4405 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4406 (user_select_syms): New interface.
4407 Use new sort_choices interface.
4408 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4409 (possible_user_operator_p): Idiot-proof against null values.
4410 (ada_simple_renamed_entity): Don't make cleanup; rely on
4411 caller to free result string.
4412 Remove const from return type.
4413 (make_array_descriptor): Rename uses of place_on_stack to
4414 ensure_lval.
4415 Make sure that arrays are on stack.
4416
4417 (HASH_SIZE): Define.
4418 (struct cache_entry): Define.
4419 (cache_space): Define.
4420 (cache): Define.
4421 (clear_ada_sym_cache): New function.
4422 (find_entry): New function.
4423 (lookup_cached_symbol): New function.
4424 (defn_vector_size): Define.
4425 (cache_symbol): New function.
4426 (defn_symbols): Remove.
4427
4428 (standard_lookup): Use lookup_symbol_in_language to get effect of
4429 C lookup.
4430 Cache results.
4431
4432 (symbol_completion_match): New function.
4433 (symbol_completion_add): New function.
4434 (ada_make_symbol_completion_list): New function.
4435
4436 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4437 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4438 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4439 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4440
4441 (ada_lookup_simple_minsym): New function.
4442 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4443
4444 (add_symbols_from_enclosing_procs): New interface.
4445 Conditionalize more helpfully.
4446 Don't bother if program isn't running.
4447 Use new interface to get_frame_block.
4448 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4449
4450 (remove_extra_symbols): New interface.
4451 (xget_renaming_scope): New function.
4452 (is_package_name): New function.
4453 (renaming_is_visible): New function.
4454 (remove_out_of_scope_renamings): New function.
4455
4456 (ada_lookup_symbol_list): New interface.
4457 Properly reinitialize the symbol list obstack.
4458 Don't call add_symbols_from_enclosing_procs if we start from a
4459 static or global block.
4460 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4461 add_symbols_from_enclosing_procs.
4462 Add symtab data to cached entries.
4463 Handle symbols prefixed with
4464 "standard__" specially; strip prefix and don't look in local symbols.
4465 Do not include out of scope renaming symbols in list of
4466 symbols returned.
4467 Add const to block parameter.
4468 Move check for non-local, non-global symbols earlier.
4469 Remove timing stuff.
4470 (ada_lookup_symbol): New interface.
4471 Find symtab as well.
4472 (ada_lookup_symbol_nonlocal): New function.
4473
4474 (is_name_suffix): Enhance suffix detection to recognize
4475 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4476 (is_dot_digits_suffix): New function.
4477 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4478
4479 (ada_add_block_symbols): New interface. Use obstack to return results
4480 in a vector of struct ada_symbol_infos. Add symtab argument.
4481 Use new interface to add_defn_to_vec.
4482 Remove calls to fill_in_ada_prototype.
4483 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4484
4485 (ada_finish_decode_line_1): Add const qualification to local to fix
4486 warning.
4487 Start looking in static block for functions to avoid attempts
4488 to search frame chain for up-level variables.
4489 Adapt to new ada_sals_for_line interface.
4490 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4491 Handle quoting of the function name inside the spec string.
4492 Skip prologue when funfirstline is set and update the
4493 function documentation to that effect.
4494
4495 (debug_print_lines, debug_print_block, debug_print_blocks,
4496 debug_print_symtab): Remove.
4497
4498 (ada_main_name): New function.
4499 (ada_exception_breakpoint_type): New function.
4500 (is_known_support_routine): New function.
4501 (ada_find_printable_frame): Renamed from find_printable_frame and made
4502 global.
4503 Remove level parameter.
4504 Use new interface to select_frame.
4505
4506 (begin_command): Remove.
4507 (ada_adjust_exception_stop): New function.
4508 (ada_print_exception_stop): New function.
4509 (exception_name_from_cond): New function.
4510 (ada_report_exception_break): Replace disabled code with
4511 conditionalization on GNAT_GDB.
4512 Get the exception name from the condition string.
4513 Remove and move functionality into new functions
4514 ada_print_exception_breakpoint_task and
4515 ada_print_exception_breakpoint_nontask.
4516 (error_breakpoint_runtime_sym_not_found): New function.
4517 (is_runtime_sym_defined): New function.
4518 (ada_breakpoint_rewrite): Uncomment suppressed code.
4519 Use symbolic error-message and runtime-symbol names.
4520 Surround runtime symbol names in quotes.
4521 Allow non-specific breakpoints on exceptions and assertions before
4522 program starts.
4523
4524 (ada_is_tagged_type): Add parameter.
4525 (ada_is_tag_type): New function.
4526 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4527 (ada_variant_discrim_type): Ditto.
4528 (value_tag_from_contents_and_address): New function.
4529 (type_from_tag): New function.
4530 (struct tag_args): New structure used to communicate with
4531 ada_tag_name_1.
4532 (ada_tag_name_1): New function.
4533 (ada_tag_name): New function.
4534
4535 (ada_scan_number): Update comment.
4536 (find_struct_field): New function.
4537 (ada_search_struct_field): Make static.
4538 (ada_value_struct_elt): New version that returns references when
4539 given pointers or references to structs.
4540 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4541 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4542 interface.
4543 (ada_value_ind): Use new ada_to_fixed_value interface.
4544 (ada_coerce_ref): Ditto.
4545 (field_offset): Remove.
4546
4547 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4548 (ada_find_renaming_symbol): New function.
4549 (ada_prefer_type): Prefer named types over unnamed ones.
4550 (variant_field_index): New function.
4551 (contains_variant_part): Removed: subsumed by variant_field_index.
4552 (ada_template_to_fixed_record_type): New function, mostly from
4553 template_to_fixed_record_type.
4554 (template_to_fixed_record_type):
4555 Do not scan the type fields beyond the last one; prevents a
4556 potential SEGV.
4557 Handle case where variant field is listed BEFORE discriminant it
4558 depends on.
4559 Fix calculation of record length when bit length is
4560 not evenly divisible by char length.
4561 Move code to ada_template_to_fixed_record_type and call it.
4562
4563 (template_to_static_fixed_type): Revise comment.
4564 Modify to work on ordinary record types as well as templates,
4565 so as to handle fields that use ___XVE or ___XVU encodings.
4566 (to_record_with_fixed_variant_part): Fill out comment.
4567 Initialize C++ stuff in right type.
4568 Allow case where DVAL is null.
4569 Handle case where variant field is not last.
4570 Fix typo concerning record length.
4571 (to_fixed_record_type): Decomment disabled code.
4572 (to_fixed_record_type): Use variant_field_index instead of
4573 contains_variant_part.
4574 (to_fixed_variant_branch_type): Ditto.
4575 (to_fixed_array_type): Decomment disabled code.
4576 (ada_to_fixed_type): Convert tagged types to the specific type.
4577 Deactivate the size-check for array types in order to avoid
4578 some false size alarms.
4579 (to_static_fixed_type): Decomment disabled code.
4580 Modify to call template_to_static_fixed_type
4581 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4582 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4583 Remove valaddr argument, as it is never really used.
4584 (ada_to_fixed_value): Change interface to act on single struct value*
4585 operand.
4586 (adjust_pc_past_prologue): New function.
4587 (ada_attribute_name): Modify to take enum exp_opcode argument.
4588
4589 (ada_enum_name): Recognize new homonym-distinguishing convention.
4590 Adjust local variable's type to remove compiler warning.
4591 Fix a small problem in the part that unqualifies the enumeration name.
4592 (ada_value_binop): New function.
4593 (ada_value_equal): New function.
4594
4595 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4596 Don't give error message when not doing normal evaluation
4597 and a tagged type doesn't seem to contain a structure member.
4598 Give error message for packed arrays.
4599 For indexing arrays, handle pointers to packed arrays correctly.
4600 Handle case of 'first and 'last attributes of bare integral type
4601 without encoded subtype info.
4602 Remove some unnecessary casts.
4603 Fix uninitialized value of type in computing 'first, 'last, or 'length
4604 of array object.
4605 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4606 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4607 calls.
4608 Attributes are now exp_opcode values.
4609 Correct treatment of 'modulus.
4610 Better error message for taking 'length of wrong kind of type;
4611 improve comment.
4612 Change EVAL_NORMAL to noside for consistency.
4613 Use ada_value_binop for DIV, MOD, REM.
4614 Make special case out of array of length 0, since an argument
4615 of 0 upsets some platforms' malloc.
4616 Use OP_STRING instead of OP_ARRAY.
4617 For slice, add check that we have an array type before extracting
4618 a slice out of it. Avoids a SEGV.
4619 When evaluating an array slice, if the array type is a reference to
4620 an aligner type, then replace the aligner type by the actual type.
4621 Decomment disabled code.
4622 Remove some dead code.
4623 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4624 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4625 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4626 and UNOP_MBR to UNOP_IN_RANGE.
4627 If an array type has a parallel ___XVE type, then use it.
4628 Turn arrays into pointers for lvalue arrays.
4629 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4630 bounds error and handle 0-length slices.
4631 Use lim_warning.
4632 When selecting fields, apply ada_to_fixed_value (because the fields
4633 might have ___XVU or ___XVE encodings even if not dynamic.)
4634 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4635 (ada_is_system_address_type): New function.
4636
4637 (get_var_value): Use new interface to ada_lookup_symbol_list.
4638 (get_int_var_value): New interface.
4639 (to_fixed_range_type): Allow unknown bound, with warning.
4640 (ada_is_modular_type): Decomment disabled code.
4641 (ADA_OPERATORS): New definition.
4642 (ada_operator_length): New function.
4643 (ada_expr_op_name): New function.
4644 (ada_forward_operator_length): New function.
4645 (ada_dump_subexp_body): New function.
4646 (ada_print_subexp): New function.
4647 (ada_exp_descriptor): New constant.
4648 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4649 (ada_language_defn): Add ada_exp_descriptor entry.
4650 Change ada_parse => parse.
4651 Add post-parser entry.
4652 Use ada-specific non-local symbol lookup.
4653 Don't use C-style arrays.
4654 String lower-bound is 1.
4655 Decomment disabled code.
4656 (parse): New function.
4657 New fields ada_translate_error_message, ada_lookup_symbol,
4658 ada_lookup_minimal_symbol.
4659
4660 * ada-lang.h: Update copyright dates.
4661 Replace the mangle/demangle terminology throughout by the
4662 more appropriate encode/decode one.
4663 Include breakpoint.h.
4664 Forward declare struct partial_symbol, struct block.
4665 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4666 (EXTRACT_ADDRESS): Remove.
4667 (EXTRACT_INT): Remove.
4668 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4669 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4670 (MAX_RENAMING_CHAIN_LENGTH): Define.
4671 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4672
4673 (enum task_states): Remove.
4674 ada_task_states: Remove.
4675 (fat_string): Remove.
4676 (struct entry_call): Remove.
4677 (struct task_fields): Remove.
4678 (struct task_entry): Remove.
4679
4680 (struct ada_symbol_info): Define.
4681 (enum ada_attribute): Remove.
4682 (enum ada_operator): Define.
4683
4684 (ada_get_field_index): Declare.
4685 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4686 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4687 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4688 (ada_lookup_symbol_list): New interface.
4689 (ada_decode_symbol): Declare.
4690 (ada_decode): Declare.
4691 (ada_lookup_symbol): New interface.
4692 (ada_update_initial_language): Declare.
4693 (ada_lookup_simple_minsym): Declare.
4694 (user_select_syms): New interface.
4695 (ada_sals_for_line): Declare.
4696 (ada_is_tagged_type): New interface.
4697 (ada_tag_name): Declare.
4698 (ada_lookup_struct_elt_type): Remove declaration.
4699 (ada_search_struct_field): Remove declaration.
4700 (ada_attribute_name): New interface.
4701 (ada_is_system_address_type): Declare.
4702 (ada_to_fixed_value): Remove declaration.
4703 (ada_template_to_fixed_record_type_1): Declare.
4704 (get_int_var_value): New interface.
4705 (ada_find_any_symbol): Declare.
4706 (ada_find_renaming_symbol): Declare.
4707 (ada_mangle): Rename to ada_encode.
4708 (ada_simple_renamed_entity): Remove const.
4709 (ada_main_name): Declare.
4710 (get_current_task): Rename to ada_get_current_task.
4711 (get_entry_number): Remove declaration.
4712 (ada_report_exception_break): Remove declaration.
4713 (ada_print_exception_breakpoint_nontask): Declare.
4714 (ada_print_exception_breakpoint_task): Declare.
4715 (ada_find_printable_frame): Declare.
4716
4717 * ada-lex.l: Update copyright notices.
4718 Use xmalloc and xfree instead of malloc and free.
4719 Use new interface to name_lookup.
4720 Use new interface to
4721 ada_mangle=>ada_encode.
4722 Redo handling of '$...' variable to parallel current treatment
4723 in c-exp.y.
4724 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4725 digit_to_int, strtoulst, processInt, processReal, processId,
4726 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4727 yywrap): Protoize.
4728
4729 (processInt): Use cast to remove harmless warning.
4730 (processReal): Modify to get rid of compiler warning on scan formats.
4731
4732 (processId): Replace xmalloc with obstack_alloc for name and remove
4733 call to ada_name_string_cleanup.
4734 Remove obsolete disabled code.
4735 (name_lookup): Ditto.
4736 New interface.
4737 Use obsavestring on temp_parse_space instead of savestring
4738 on name, and remove call to ada_name_string_cleanup.
4739 Free string returned from ada_simple_renamed_entity.
4740 Use new interface to ada_lookup_symbol_list.
4741 Decomment disabled code.
4742 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4743 not types.
4744 When a type name lookup succeeds as a result of
4745 lookup_primitive_typename, check for regular type entry that has not
4746 yet been read in.
4747 Limit length of chain of renamed symbols we are willing to follow.
4748 Do not break names beginning with "standard__" into segments.
4749 (block_lookup): Use new interface to ada_lookup_symbol_list.
4750
4751 * ada-typeprint.c: Update copyright notice.
4752 (demangled_type_name): Rename to decoded_type_name.
4753 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4754 (print_range_bound): Correct handling of negative
4755 bounds that make the index type looked unsigned under STABS.
4756 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4757 (print_range_type_named): Use the builtin int type if no type
4758 corresponding to the given type name could be found.
4759 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4760 Add some bullet-proofing.
4761 (print_variant_clauses): Allow for variant branches with ___XVU
4762 encodings that are not dynamic fields.
4763 Use new interface to ada_is_tagged_type.
4764 (print_record_type): Allow for fields with ___XVE encodings that
4765 are not dynamic fields.
4766 Use new interface to ada_is_tagged_type.
4767 (ada_print_type): ada_is_array_descriptor =>
4768 ada_is_array_descriptor_type.
4769
4770 * ada-valprint.c: Update copyright notice.
4771 Include gdb_string.h
4772 Include infcall.h
4773 (ui_memcpy): New function.
4774 (ada_print_floating): New function.
4775 (ada_print_str): Order arguments correctly.
4776 Correct handling of empty arrays and arrays of 0-length items.
4777 ada_is_array_descriptor => ada_is_array_descriptor_type
4778 Print values of type System.Address in hexadecimal format.
4779 Use ada_print_floating to print floating-point numbers in Ada format.
4780 Print class tag values with type names.
4781 No longer print the address of reference values. Avoids
4782 a potential confusion.
4783 (ada_value_print): Stop printing the object type for reference
4784 values, but preserve that behavior for access types. Avoids
4785 a potential confusion.
4786 Simplify one conditional expression, as the first part is now
4787 necessarily true.
4788 ada_is_array_descriptor => ada_is_array_descriptor_type
4789 Add check for arrays for null records, and print them by hand.
4790
4791 2004-06-01 Jim Blandy <jimb@redhat.com>
4792
4793 * ppc-tdep.h: Delete unused 'regoff' member.
4794 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4795
4796 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4797
4798 Fix PR symtab/1661.
4799 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4800 (hpread_read_struct_type): Likewise.
4801
4802 2004-06-01 Andrew Cagney <cagney@gnu.org>
4803
4804 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4805 instead of xasprintf.
4806 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4807 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4808 (mi_cmd_data_list_register_names)
4809 (mi_cmd_data_list_changed_registers)
4810 (mi_cmd_data_list_register_values)
4811 (get_register, mi_cmd_data_write_register_values)
4812 (mi_cmd_data_write_register_values)
4813 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4814 (mi_cmd_target_download, mi_cmd_target_select)
4815 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4816 (mi_execute_cli_command, mi_execute_async_cli_command)
4817 (mi_execute_async_cli_command): Ditto.
4818 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4819 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4820
4821 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4822 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4823 error_last_message instead of mi_error_last_message.
4824 * mi/mi-main.c (mi_error_last_message): Delete function.
4825
4826 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4827 "invalid number of columns" error. Delete redundant "out of
4828 memory" check.
4829
4830 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4831
4832 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4833 (gregset_t, fpregset_t): Remove typedefs.
4834 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4835 (REG_OFFSET): Rename argument.
4836 (i386bsd_r_reg_offset): Rename from reg_offset.
4837 (REG_ADDR): Remove macro.
4838 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4839 functions.
4840 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4841 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4842 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4843 instead of supply_gregset.
4844 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4845 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4846 instead of fill_gregset.
4847 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4848
4849 * i386bsd-nat.c: Don't include "gregset.h".
4850 (supply_gregset, fill_gregset): Make static.
4851 (supply_fpregset, fill_fpregset): Remove.
4852 * Makefile.in (i386bsd-nat.o): Update dependencies.
4853
4854 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4855
4856 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4857 "gdb_assert.h". Con't include "gregset.h".
4858 (fbsd_make_corefile_notes): Use regset-based core file support
4859 instead off fill_gregset and fill_fpregset.
4860 * Makefile.in (fbsd-proc.o): Update dependencies.
4861
4862 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4863 instructions.
4864 (m88k_frame_prev_register): Simplify code a bit.
4865
4866 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4867 (amd64_collect_fpregset): New function.
4868 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4869
4870 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4871
4872 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4873 (i386_collect_gregset): New function.
4874 (i386_supply_fpregset): Adjust comment.
4875 (i386_collect_fpregset): New function.
4876 (i386_regset_from_core_section): Use i386_collect_gregset and
4877 i386_collect_fpregset.
4878
4879 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4880 handle VALUEP being null.
4881
4882 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4883
4884 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4885
4886 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4887
4888 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4889 assembler in OpenBSD 3.5-current.
4890 (amd64obsd_sigcontext_addr): Likewise.
4891
4892 2004-05-28 Jim Blandy <jimb@redhat.com>
4893
4894 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4895 register set, so our regcache isn't declared "legacy" and our E500
4896 pseudoregister read and write functions aren't ignored.
4897 (rs6000_register_byte, rs6000_register_raw_size,
4898 rs6000_register_virtual_type, rs6000_register_convertible,
4899 rs6000_register_convert_to_virtual,
4900 rs6000_register_convert_to_raw): Deleted.
4901 (rs6000_register_type, rs6000_convert_register_p,
4902 rs6000_register_to_value, rs6000_value_to_register): New
4903 functions.
4904 (rs6000_gdbarch_init): Don't register
4905 gdbarch_deprecated_register_size,
4906 gdbarch_deprecated_register_bytes,
4907 gdbarch_deprecated_register_byte,
4908 gdbarch_deprecated_register_raw_size,
4909 gdbarch_deprecated_register_virtual_type,
4910 gdbarch_deprecated_register_convertible,
4911 gdbarch_deprecated_register_convert_to_virtual, or
4912 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4913 register gdbarch_register_type, gdbarch_convert_register_p,
4914 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4915
4916 2004-05-26 Jim Blandy <jimb@redhat.com>
4917
4918 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4919 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4920 functions, updated to match the register numberings used in GCC.
4921 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4922 rs6000_dwarf2_reg_to_regnum as register number conversions
4923 functions for STABS and Dwarf2.
4924
4925 2004-05-26 Randolph Chung <tausq@debian.org>
4926
4927 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4928 in header file.
4929
4930 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4931
4932 * NEWS: Document new "start" command.
4933
4934 2004-05-25 Randolph Chung <tausq@debian.org>
4935
4936 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4937 hppa-linux.
4938
4939 2004-05-25 Randolph Chung <tausq@debian.org>
4940
4941 * hppa-hpux-tdep.c (offsetof): Define.
4942 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4943 (hppa32_hpux_frame_base_before_sigtramp)
4944 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4945 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4946 (hppa64_hpux_frame_base_before_sigtramp)
4947 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4948 functions.
4949 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4950 (hppa_hpux_sigtramp_frame_unwind_cache)
4951 (hppa_hpux_sigtramp_frame_this_id)
4952 (hppa_hpux_sigtramp_frame_prev_register)
4953 (hppa_hpux_sigtramp_frame_unwind)
4954 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4955 (hppa_hpux_init_abi): Register sigtramp unwinder.
4956 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4957
4958 2004-05-25 Randolph Chung <tausq@debian.org>
4959
4960 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4961 and multiple stack unwinds.
4962 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4963
4964 2004-05-25 Andrew Cagney <cagney@gnu.org>
4965
4966 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4967 * symfile-mem.h: Delete file.
4968 * symfile-mem.c: Do not include "symfile-mem.h".
4969 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4970 "struct bfd_section". When an error do not bother returning NULL.
4971 (add_symbol_file_from_memory_command): Use "struct bfd" and
4972 "struct bfd_section".
4973 * Makefile.in (symfile_mem_h): Delete.
4974 (symfile-mem.o): Update dependencies.
4975
4976 2004-05-25 Nick Roberts <nickrob@gnu.org>
4977
4978 * gdb-mi.el: New file.
4979
4980 2004-05-25 Andrew Cagney <cagney@gnu.org>
4981
4982 * inftarg.c: Include "observer.h".
4983 (child_attach, child_create_inferior): Notify inferior_created.
4984 * corelow.c: Include "observer.h".
4985 (core_open): Notify inferior_created.
4986 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4987
4988 2004-05-25 Andrew Cagney <cagney@gnu.org>
4989
4990 * target.h (struct target_ops): Add from_tty to
4991 to_create_inferior.
4992 (target_create_inferior, find_default_create_inferior): Update.
4993 * infcmd.c (run_command): Update.
4994 * wince.c (child_create_inferior): Update.
4995 * win32-nat.c (child_create_inferior): Update.
4996 * uw-thread.c (uw_thread_create_inferior): Update.
4997 * thread-db.c (thread_db_create_inferior): Update.
4998 * target.c (debug_to_create_inferior)
4999 (find_default_create_inferior): Update.
5000 (maybe_kill_then_create_inferior): Update.
5001 * sol-thread.c (sol_thread_create_inferior): Update.
5002 * remote.c (extended_remote_async_create_inferior)
5003 (extended_remote_create_inferior): Update.
5004 * remote-vx.c (vx_create_inferior): Update.
5005 * remote-st.c (st2000_create_inferior): Update.
5006 * remote-sim.c (gdbsim_create_inferior): Update.
5007 * remote-sds.c (sds_create_inferior): Update.
5008 * remote-rdp.c (remote_rdp_create_inferior): Update.
5009 * remote-rdi.c (arm_rdi_create_inferior): Update.
5010 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5011 * remote-e7000.c (e7000_create_inferior): Update.
5012 * procfs.c (procfs_create_inferior): Update.
5013 * ocd.c (ocd_create_inferior): Update.
5014 * ocd.h (ocd_create_inferior): Update.
5015 * nto-procfs.c (procfs_create_inferior): Update.
5016 * monitor.c (monitor_create_inferior): Update.
5017 * lin-lwp.c (lin_lwp_create_inferior): Update.
5018 * inftarg.c (child_create_inferior): Update.
5019 * hpux-thread.c (hpux_thread_create_inferior): Update.
5020 * gnu-nat.c (gnu_create_inferior): Update.
5021
5022 2004-05-25 Andrew Cagney <cagney@gnu.com>
5023
5024 * MAINTAINERS: Update e-mail address.
5025
5026 2004-05-24 Randolph Chung <tausq@debian.org>
5027
5028 * thread.c (info_threads_command, thread_apply_all_command)
5029 (thread_apply_command, thread_command, do_captured_thread_select):
5030 Remove HPUXHPPA-specific code.
5031
5032 2004-05-24 Randolph Chung <tausq@debian.org>
5033
5034 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5035 unused symbols.
5036 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5037 references.
5038
5039 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5040
5041 * infcmd.c (kill_if_already_running): New function, extracted
5042 from run_command().
5043 (run_command): Replace extracted code by call to
5044 kill_if_already_running().
5045 (start_command): New function.
5046 (_initialize_infcmd): Add "start" command.
5047
5048 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5049
5050 Add OpenBSD/m88k support.
5051 * NEWS (New native configurations): Mention OpenBSD/m88k.
5052 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5053 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5054 * Makefile.in (m88k_tdep_h): New variable.
5055 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5056 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5057 * configure.host: Add m88*-*-openbsd*.
5058 * configure.tgt: Add m88*-*-openbsd*.
5059
5060 2004-05-24 Jim Blandy <jimb@redhat.com>
5061
5062 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5063 to approve changes.
5064
5065 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5066
5067 * symtab.c (fixup_section): Search section table when lookup by
5068 name fails.
5069
5070 2004-05-24 Randolph Chung <tausq@debian.org>
5071
5072 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5073 be "small_struct".
5074
5075 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5076
5077 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5078 register number in regcache_raw_collect call.
5079 (m68kbsd_collect_fpregset): Likewise.
5080 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5081
5082 * regset.h (struct regset): Add back `regset' member.
5083
5084 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5085
5086 * configure.in: Check for td_pcb in `struct thread'.
5087 * configure, config.in: Regenerated.
5088
5089 * dpx2-nat.c: Remove file.
5090 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5091 (dpx2-nat.o): Remove dependencies.
5092
5093 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5094 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5095 (amd64obsd_supply_pcb): New function.
5096 (_initialize_amd64obsd_nat): Enable libkvm interface.
5097 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5098 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5099 (LOADLIBES): New variable.
5100
5101 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5102 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5103 (sparc32nbsd_supply_pcb): New function.
5104 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5105 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5106 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5107 (LOADLIBES): New variable.
5108
5109 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5110
5111 * bsd-kvm.c, bsd-kvm.h: New files.
5112 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5113 "bsd-kvm.h".
5114 (i386fbsd_supply_pcb): New function.
5115 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5116 (i386fbsd-nat.o): Update dependencies.
5117 (bsd_kvm_h): New variable.
5118 (bsd-kvm.o): New dependency.
5119 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5120 (LOADLIBES): New variable.
5121
5122 * regset.c: Tweak comment.
5123 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5124 macro.
5125 * regset.h: Update copyright year.
5126 (struct regset): Remove `descr' member, add `gdbarch' member.
5127 (regset_alloc): Adjust prototype and comment.
5128 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5129 (i386_supply_fpregset): Likewise.
5130 (i386_regset_from_core_section): Update call to regset_alloc.
5131 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5132 REGSET->arch.
5133 (i386obsd_aout_regset_from_core_section): Update call to
5134 regset_alloc.
5135 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5136 REGSET->arch.
5137 (i386nbsd_aout_regset_from_core_section): Update call to
5138 regset_alloc.
5139 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5140 REGSET->arch.
5141 (amd64_regset_from_core_section): Update call to regset_alloc.
5142 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5143 REGSET->arch.
5144 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5145 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5146 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5147 (sparc32nbsd_init_abi): Update call to regset_alloc.
5148 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5149 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5150 (sparc64obsd_init_abi): Update call to regset_alloc.
5151 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5152 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5153 (sparc64nbsd_init_abi): Update call to regset_alloc.
5154 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5155 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5156 (sparc64fbsd_init_abi): Update call to regset_alloc.
5157
5158 2004-05-22 Jim Blandy <jimb@redhat.com>
5159
5160 * ppc-tdep.h (spe_register_p): New declaration.
5161 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5162 ppc_spefscr_regnum.
5163 * rs6000-tdep.c (spe_register_p): New function.
5164 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5165 spefscr.
5166 (rs6000_gdbarch_init): Initialize the new members of the tdep
5167 structure.
5168
5169 2004-05-21 Jim Blandy <jimb@redhat.com>
5170
5171 * ppc-linux-nat.c (fetch_register): Move code back to be next
5172 to the comment that describes it. (Moved code, instead of
5173 comment, for symmetry with store_register.)
5174
5175 Allocate regset structures in the gdbarch's obstack, not using
5176 xmalloc.
5177 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5178 Add 'arch' argument. Allocate the regset on arch's obstack, not
5179 using xmalloc.
5180 * regset.h (regset_alloc): Update declaration.
5181 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5182 gdbarch argument.
5183 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5184 * i386-tdep.c (i386_regset_from_core_section): Same.
5185 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5186 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5187 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5188 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5189 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5190 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5191
5192 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5193
5194 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5195
5196 2004-05-21 Jim Blandy <jimb@redhat.com>
5197
5198 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5199 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5200
5201 2004-05-20 Jim Blandy <jimb@redhat.com>
5202
5203 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5204
5205 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5206
5207 * regset.h: Make prototype const-correct.
5208 * regset.c (regset_xmalloc): Make const-correct.
5209
5210 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5211
5212 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5213 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5214 (symbol_search_name): Declare.
5215
5216 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5217 (iter_name_next_hashed): Ditto.
5218 (iter_name_next_linear): Ditto.
5219 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5220
5221 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5222 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5223 (symbol_search_name): New function.
5224
5225 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5226
5227 * minsyms.c (build_minimal_symbol_hash_tables): Change
5228 test for adding to demangled hash table to check for difference
5229 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5230
5231 2004-05-19 Jim Blandy <jimb@redhat.com>
5232
5233 Use a constructor function to create regset structures.
5234 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5235 (struct regset): Use supply_regset_ftype. Add new
5236 'collect_regset' member.
5237 (regset_xmalloc): New declaration.
5238 * regset.c: New file.
5239 * am64-tdep.c (amd64_regset_from_core_section): Use
5240 regset_xmalloc to construct regset structures.
5241 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5242 * i386-tdep.c (i386_regset_from_core_section): Same.
5243 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5244 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5245 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5246 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5247 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5248 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5249 * Makefile.in (COMMON_OBS): Add regset.o.
5250 (regset.o): New rule.
5251
5252 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5253
5254 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5255 and pthread_cond_wait.c.
5256
5257 2004-05-18 Jim Blandy <jimb@redhat.com>
5258
5259 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5260 before the mach-specific switch, and then let the individual cases
5261 override the defaults, rather than leaving them uninitialized
5262 until the switch and then setting them in each case.
5263
5264 2004-05-18 Randolph Chung <tausq@debian.org>
5265
5266 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5267 millicode functions.
5268
5269 2004-05-18 Randolph Chung <tausq@debian.org>
5270
5271 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5272 references to dld_flags_buffer consistent.
5273
5274 2004-05-18 Randolph Chung <tausq@debian.org>
5275
5276 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5277 it for unwinding the stack.
5278
5279 2004-05-18 Randolph Chung <tausq@debian.org>
5280
5281 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5282 Undefine these so we can overide them using gdbarch.
5283
5284 2004-05-18 Randolph Chung <tausq@debian.org>
5285
5286 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5287 handling for 64-bit HPUX (elf).
5288
5289 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5290
5291 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5292 constants.
5293 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5294 * ia64-tdep.c (examine_prologue): Likewise.
5295 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5296 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5297
5298 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5299
5300 * vax-tdep.c (vax_return_value): Implement
5301 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5302
5303 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5304
5305 * vax-tdep.c (vax_return_value): Fix typo.
5306
5307 2004-05-17 Andrew Cagney <cagney@redhat.com>
5308
5309 * MAINTAINERS: Mark Salter was also responsible for
5310 testsuite/config/
5311
5312 * NEWS: Mention signal fixes.
5313
5314 2004-05-17 Randolph Chung <tausq@debian.org>
5315
5316 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5317 check to see if we are unwinding an export stub. Export stubs clobber
5318 the %rp in the call path and stores the original rp in a stack slot.
5319
5320 2004-05-17 Jim Blandy <jimb@redhat.com>
5321
5322 * MAINTAINERS: Update address for J.T. Conklin.
5323
5324 2004-05-17 Randolph Chung <tausq@debian.org>
5325
5326 * hppa-tdep.c: Remove superfluous #include's.
5327 * Makefile.in (hppa-tdep.o): Update dependencies.
5328
5329 2004-05-17 Randolph Chung <tausq@debian.org>
5330
5331 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5332 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5333 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5334 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5335 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5336 Remove static function declarations.
5337
5338 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5339
5340 * alphabsd-nat.c: Update copyright year.
5341 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5342
5343 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5344 and M68K_A2_REGNUM.
5345
5346 * m68k-tdep.c (m68k_svr4_return_value): Implement
5347 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5348
5349 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5350
5351 * sol-thread.c Update copyright year. Fix various coding
5352 standards violations. Tweak a few comments.
5353 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5354 Delete prototypes.
5355
5356 2004-05-15 Randolph Chung <tausq@debian.org>
5357
5358 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5359 as pointer instead of array reference since HPUX compiler does
5360 not accept unsized array arguments.
5361 * somsolib.c (dld_flags_buffer): Use constant array size.
5362
5363 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5364
5365 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5366 offset with decimal offset.
5367 (amd64obsd_sigcontext_addr): Return correct address for entire
5368 signal trampoline.
5369
5370 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5371 instead of get_frame_base.
5372
5373 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5374 (fill_gregset): Use regcache_raw_collect.
5375
5376 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5377 ppcobsd-tdep.c.
5378
5379 * config/sparc/tm-nbsd64.h: Remove file.
5380 * config/tm-sunos.h: Remove file.
5381
5382 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5383
5384 * rs6000-tdep.c (store_param_on_stack_p): New function,
5385 an improved version of some code extracted from skip_prologue().
5386 (skip_prologue): Use store_param_on_stack_p() to detect
5387 instructions saving a parameter on the stack. Detect when r0
5388 is used to save a parameter.
5389 Do not mark "li rx, SIMM" instructions as part of the prologue,
5390 unless the following instruction is also part of the prologue.
5391
5392 2004-05-14 Andrew Cagney <cagney@redhat.com>
5393
5394 * infrun.c (handle_inferior_event): Simplify
5395 STEP_OVER_UNDEBUGGABLE.
5396
5397 * infrun.c (handle_step_into_function): Delete function.
5398 (handle_inferior_event): Inline calls to
5399 handle_step_into_function.
5400
5401 2004-05-14 Jerome Guitton <guitton@gnat.com>
5402
5403 * rs6000-nat.c: Fix a comment.
5404
5405 2004-05-12 David Anderson <davea@sgi.com>
5406
5407 Committed by Jim Blandy <jimb@redhat.com>:
5408 * regcache.c (struct regcache_descr): fix comment spelling.
5409
5410 2004-05-13 J. Brobecker <brobecker@gnat.com>
5411
5412 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5413 Fixes a link link failure.
5414
5415 2004-05-13 J. Brobecker <brobecker@gnat.com>
5416
5417 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5418 error that was causing the build to fail.
5419
5420 2004-05-13 J. Brobecker <brobecker@gnat.com>
5421
5422 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5423 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5424
5425 2004-05-13 Andrew Cagney <cagney@redhat.com>
5426
5427 * infrun.c (handle_inferior_event): Check for
5428 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5429 calls. Update comments.
5430
5431 2004-05-13 Jim Blandy <jimb@redhat.com>
5432
5433 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5434 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5435 (store_regs_user_thread, store_regs_kernel_thread): Use
5436 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5437 * ppc-linux-nat.c (fill_gregset): Same.
5438 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5439 (ppc_linux_sigtramp_cache): Same.
5440 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5441 (ppcnbsd_sigtramp_cache_init): Same.
5442 * rs6000-nat.c (fetch_core_registers): Same.
5443 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5444 (rs6000_frame_cache): Same.
5445
5446 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5447 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5448 of assuming that the gprs are numbered starting with zero.
5449 * ppc-linux-nat.c (fill_gregset): Same.
5450 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5451 * ppcnbsd-nat.c (getregs_supplies): Same.
5452 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5453 * rs6000-nat.c (fetch_core_registers): Same.
5454 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5455
5456 2004-05-07 Michael Snyder <msnyder@redhat.com>
5457
5458 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5459 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5460
5461 2004-05-13 Andrew Cagney <cagney@redhat.com>
5462
5463 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5464
5465 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5466
5467 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5468 base_address for shared libraries.
5469
5470 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5471
5472 * MAINTAINERS (write after approval): Add myself.
5473
5474 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5475
5476 * breakpoint.c (bpstat_stop_status): Add new argument
5477 STOPPED_BY_WATCHPOINT. Use it instead of testing
5478 target_stopped_data_address agaist 0 to check whether
5479 or not we stopped due to a hardware watchpoint.
5480 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5481 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5482 with new argument.
5483
5484 2004-05-12 Jim Blandy <jimb@redhat.com>
5485
5486 * configure.in: When checking whether we should use the -bbigtoc
5487 option, don't forget to restore the original value of LDFLAGS.
5488 * configure: Regenerated.
5489
5490 2004-05-12 Andrew Cagney <cagney@redhat.com>
5491
5492 * thread.c (load_infrun_state): Delete step_sp.
5493 * infrun.c (context_switch): Ditto.
5494 * inferior.h (step_sp): Ditto.
5495 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5496 * gdbthread.h (struct thread_info, save_infrun_state)
5497 (restore_infrun_state): Ditto.
5498
5499 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5500
5501 * MAINTAINERS (write after approval): Add myself.
5502
5503 2004-05-12 Andrew Cagney <cagney@redhat.com>
5504
5505 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5506 eliminate reference to step_sp.
5507 (struct execution_control_state, init_execution_control_state)
5508 (handle_inferior_event, keep_going): Delete update_step_sp and
5509 step_sp.
5510 * infcmd.c (step_sp): Note that variable is unused.
5511
5512 2004-05-11 Andrew Cagney <cagney@redhat.com>
5513
5514 * infrun.c (step_over_function): Delete function.
5515 (handle_step_into_function): Use insert_step_resume_breakpoint.
5516 (insert_step_resume_breakpoint): Fix assertion.
5517
5518 2004-05-11 Nick Roberts <nickrob@gnu.org>
5519
5520 * utils.c (defaulted_query): Just use the normal query input type
5521 when printing the annotations.
5522
5523 2004-05-11 Andrew Cagney <cagney@redhat.com>
5524
5525 * infrun.c (handle_inferior_event): Simplify code handling
5526 step-into or return-from a signal trampoline.
5527
5528 2004-05-11 Andrew Cagney <cagney@redhat.com>
5529
5530 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5531 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5532
5533 2004-05-10 Jim Blandy <jimb@redhat.com>
5534
5535 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5536 with a call to internal_error.
5537
5538 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5539 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5540 processor variant lacks those registers.
5541 (ppc_floating_point_unit_p): Change description to make it clear
5542 that this returns info about the ISA, not the ABI.
5543 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5544 return true or false by checking tdep->ppc_fp0_regnum and
5545 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5546 arch/mach switching done in rs6000_gdbarch_init; it's better to
5547 keep that logic there, and just check the results here.
5548 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5549 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5550 floating-point registers.
5551 (ppc_supply_fpregset, ppc_collect_fpregset)
5552 (rs6000_push_dummy_call, rs6000_extract_return_value)
5553 (rs6000_store_return_value): Assert that we have floating-point
5554 registers.
5555 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5556 (rs6000_frame_cache): Don't note the locations at which
5557 floating-point registers were saved if we have no fprs.
5558 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5559 registers.
5560 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5561 (store_regs_user_thread, store_regs_kernel_thread): Only call
5562 supply_fprs / fill_fprs if we actually have floating-point
5563 registers.
5564 (special_register_p): Check ppc_fpscr_regnum before matching
5565 against it.
5566 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5567 supply / collect fpscr if we don't have it.
5568 * ppc-bdm.c: #include "gdb_assert.h".
5569 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5570 have floating-point registers, since I can't test this code on
5571 FP-free systems to adapt it.
5572 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5573 fpscr and floating point register numbers if they don't exist.
5574 (fetch_register): Assert that we have floating-point registers
5575 before we reach the code that handles them.
5576 (store_register): Same. And use tdep instead of calling
5577 gdbarch_tdep again.
5578 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5579 don't have them.
5580 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5581 fprs and fpscr if we don't have them.
5582 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5583 don't have them.
5584 * ppcnbsd-nat.c: #include "gdb_assert.h".
5585 (getfpregs_supplies): Assert that we have floating-point registers.
5586 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5587 * ppcobsd-tdep.c: #include "gdb_assert.h".
5588 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5589 have floating-point registers.
5590 * rs6000-nat.c (regmap): Don't match against the fpscr and
5591 floating point register numbers if they don't exist.
5592 (fetch_inferior_registers, store_inferior_registers,
5593 fetch_core_registers): Only fetch / store / supply the
5594 floating-point registers and the fpscr if we have them.
5595 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5596 (ppcobsd-tdep.o): Update dependencies.
5597
5598 2004-05-10 Andrew Cagney <cagney@redhat.com>
5599
5600 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5601 (context_switch): Do not switch through_sigtramp_breakpoint.
5602 * gdbthread.h (save_infrun_state, load_infrun_state)
5603 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5604 and structure member.
5605 * thread.c (load_infrun_state, save_infrun_state): Update.
5606
5607 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5608
5609 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5610
5611 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5612
5613 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5614 throughout.
5615 * aclocal.m4: Regenerate.
5616
5617 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5618
5619 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5620
5621 2004-05-10 Andrew Cagney <cagney@redhat.com>
5622
5623 * infrun.c (check_sigtramp2): Delete function.
5624 (handle_inferior_event): When single stepping, and taking a
5625 signal, set a breakpoint at the signal return address. Delete
5626 redundant calls to check_sigtramp2.
5627 (insert_step_resume_breakpoint): New function.
5628 (through_sigtramp_breakpoint, handle_inferior_event)
5629 (follow_exec, wait_for_inferior, fetch_inferior_event)
5630 (currently_stepping, keep_going): Delete most uses of
5631 through_sigtramp_breakpoint, not that it should be deleted.
5632 (delete_breakpoint_current_contents): Delete function.
5633
5634 2004-05-10 Randolph Chung <tausq@debian.org>
5635
5636 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5637 target.
5638 * config/pa/tm-linux.h: New file.
5639
5640 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5641
5642 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5643 of prefixes. Don't print the prefix twice in the CLI.
5644
5645 2004-05-10 Jim Blandy <jimb@redhat.com>
5646
5647 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5648 collect all the gprs.
5649
5650 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5651 loop collecting gprs.
5652
5653 2004-05-09 Andrew Cagney <cagney@redhat.com>
5654
5655 * remote-vx.c (net_step): Delete step-range code.
5656 * remote.c (remote_resume, init_all_packet_configs)
5657 (set_remote_protocol_E_packet_cmd)
5658 (show_remote_protocol_E_packet_cmd)
5659 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5660 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5661 (show_remote_protocol_e_packet_cmd): Ditto.
5662
5663 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5664
5665 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5666
5667 * hppa-tdep.h: Update copyright year.
5668 (struct trad_frame_saved_reg): Add opaque declaration.
5669
5670 * amd64-tdep.c (amd64_return_value): Implement
5671 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5672
5673 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5674 (m68k_value_to_register): New functions.
5675 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5676 value_to_register.
5677
5678 * defs.h (enum return_value_convention): Add
5679 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5680 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5681 * infcmd.c (legacy_return_value): New function.
5682 (print_return_value): Rwerite to implement
5683 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5684 * values.c (using_struct_return): Check for inequality to
5685 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5686 RETURN_VALUE_STRUCT_CONVENTION.
5687 * i386-tdep.c (i386_return_value): Implement
5688 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5689
5690 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5691 include "symtab.h", "opcode/vax.h" and "inferior.h".
5692 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5693 to read_memory_unsigned_integer.
5694 (vax_gdbarch_init): Reorder.
5695 (_initialize_vax_tdep): Spell out prototype.
5696 * Makefile.in (vax-tdep.o): Update dependencies.
5697
5698 2004-05-08 Andrew Cagney <cagney@redhat.com>
5699
5700 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5701 * target.c (target_detach, target_disconnect): Ditto.
5702
5703 * infcall.c (call_function_by_hand): When no
5704 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5705 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5706 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5707 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5708 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5709
5710 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5711 * gdbarch.h, gdbarch.c: Re-generate.
5712 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5713 deprecated_fix_call_dummy.
5714 * v850-tdep.c (v850_gdbarch_init): Ditto.
5715 * infcall.c (call_function_by_hand): Do not call
5716 DEPRECATED_FIX_CALL_DUMMY.
5717
5718 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5719 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5720 * gdbarch.h, gdbarch.c: Re-generate.
5721 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5722 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5723 deprecated_sizeof_call_dummy_words.
5724 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5725 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5726 * v850-tdep.c (v850_gdbarch_init): Ditto.
5727 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5728 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5729 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5730 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5731 * arch-utils.h (legacy_call_dummy_words)
5732 (legacy_sizeof_call_dummy_words): Delete declarations.
5733 * arch-utils.c (legacy_call_dummy_words)
5734 (legacy_sizeof_call_dummy_words): Delete variables.
5735
5736 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5737 * gdbarch.h, gdbarch.c: Re-generate.
5738 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5739 * infcall.c (call_function_by_hand): Eliminate call to
5740 DEPRECATED_PUSH_DUMMY_FRAME.
5741 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5742 push_dummy_frame.
5743 (ns32k_push_dummy_frame): Delete function.
5744
5745 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5746 deprecated_call_dummy_breakpoint_offset or
5747 deprecated_call_dummy_start_offset.
5748 * dummy-frame.c, arm-tdep.c: Update comments.
5749 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5750 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5751 * gdbarch.h, gdbarch.c: Re-generate.
5752
5753 * infcall.c (legacy_push_dummy_code): Delete function.
5754 (push_dummy_code): Delete call.
5755
5756 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5757 * gdbarch.h, gdbarch.c: Re-generate.
5758 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5759 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5760 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5761 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5762
5763 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5764 (struct frame_info): Delete opaque declaration.
5765 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5766 * frame.c (get_frame_type): Delete call.
5767
5768 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5769 pc_in_call_dummy.
5770 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5771 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5772
5773 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5774
5775 * alphanbsd-tdep.c: Include "gdb_string.h".
5776 * armnbsd-tdep.c: Update copyright year.
5777 Include "gdb_string.h".
5778 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5779 dependencies.
5780
5781 * delta68-nat.c: Remove file.
5782 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5783 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5784 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5785 (delta68-nat.o): Remove dependency.
5786
5787 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5788 function.
5789 (m68k_gdbarch_init): Don't set
5790 deprecated_frameless_function_invocation.
5791
5792 2004-05-07 Randolph Chung <tausq@debian.org>
5793
5794 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5795 read_memory_nobpt for code reading when doing frame unwinding.
5796 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5797
5798 2004-05-07 Randolph Chung <tausq@debian.org>
5799
5800 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5801 instead of sp, handle sigaltstack case.
5802 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5803 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5804 signal handler and not that of the caller.
5805 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5806 hppa_linux_sigtramp_find_sigcontext.
5807
5808 2004-05-07 Randolph Chung <tausq@debian.org>
5809
5810 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5811 hppa-linux-nat.c.
5812 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5813 * hppa-linux-nat.c (fetch_register, store_register): Define.
5814 (fetch_inferior_registers, store_inferior_registers): Define.
5815 (supply_gregset): Add comment and clean up some unneeded code.
5816 (fill_gregset): Add comment and fix so that it saves registers in
5817 the right place in the gregset.
5818 (fill_fpregset): Fix buffer overrun problem.
5819 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5820
5821 2004-05-07 Randolph Chung <tausq@debian.org>
5822
5823 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5824 do common handling of the pcoqt register.
5825 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5826 to use helper function.
5827 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5828 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5829 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5830 generic fallback unwinder when all else fails.
5831 (hppa_gdbarch_init): Add fallback sniffer.
5832 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5833 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5834 to use helper function.
5835
5836 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5837
5838 * config/djgpp/fnchange.lst: Add translation rules for
5839 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5840
5841 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5842
5843 * frame.c (get_prev_frame_1): Work around GCC bug.
5844 * frame.h: Add comment about GCC bug.
5845
5846 2004-05-07 Andrew Cagney <cagney@redhat.com>
5847
5848 * observer.c: Include "commands.h" and "gdbcmd.h".
5849 (observer_debug, _initialize_observer): Add the
5850 command "set/show debug observer".
5851 * observer.sh: When observer debugging, log notify calls.
5852 * Makefile.in (observer.o): Update dependencies.
5853
5854 2004-05-07 Jason Molenda (jmolenda@apple.com)
5855
5856 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5857
5858 2004-05-07 Jim Blandy <jimb@redhat.com>
5859
5860 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5861 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5862 to recognize gpr regnums, instead of assuming that
5863 tdep->ppc_fp0_regnum marks the end of the general-purpose
5864 registers.
5865
5866 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5867 the given architecture has floating-point registers.
5868
5869 2004-05-07 Andrew Cagney <cagney@redhat.com>
5870
5871 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5872 macro defined to 1.
5873 * gdbarch.h, gdbarch.c: Re-generate.
5874 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5875 deprecated_use_generic_dummy_frames.
5876
5877 2004-05-07 Brian Ford <ford@vss.fsi.com>
5878
5879 * NEWS: Mention Cygwin DWARF 2 support.
5880
5881 2004-05-07 Andrew Cagney <cagney@redhat.com>
5882
5883 * objfiles.h (struct entry_info): Delete unused fields
5884 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5885 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5886 * mipsread.c (mipscoff_symfile_read): Update.
5887 * mdebugread.c (parse_partial_symbols): Update.
5888 * dwarfread.c (read_file_scope): Update.
5889 * dwarf2read.c (read_file_scope): Update.
5890 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5891 * coffread.c (complete_symtab): Update.
5892
5893 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5894
5895 * infcall.c (_initialize_infcall): Fix typo.
5896
5897 2004-05-07 Andrew Cagney <cagney@redhat.com>
5898
5899 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5900 * command.h (add_setshow_zinteger_cmd): Declare.
5901
5902 2004-05-06 Randolph Chung <tausq@debian.org>
5903
5904 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5905 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5906 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5907 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5908 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5909 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5910 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5911 definitions ...
5912 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5913 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5914 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5915 (hppa64_hpux_frame_find_saved_regs_in_sig)
5916 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5917 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5918 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5919 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5920 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5921 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5922 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5923 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5924 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5925 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5926 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5927 (hppa32_register_type, hppa_cannot_store_register)
5928 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5929 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5930 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5931 * pa64solib.c (pa64_solib_have_load_event)
5932 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5933 (pa64_solib_unloaded_library_pathname): Likewise.
5934 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5935 (som_solib_library_pathname): Likewise.
5936
5937 2004-05-05 Jim Ingham <jingham@apple.com>
5938
5939 * breakpoint.c (create_breakpoints): Copy the ignore count and
5940 thread id over from the pended breakpoint to the actual
5941 breakpoint.
5942
5943 2004-05-05 Andrew Cagney <cagney@redhat.com>
5944
5945 * gdbarch.sh (PARM_BOUNDARY): Delete.
5946 gdbarch.h, gdbarch.c: Re-generate.
5947 * valops.c (PARM_BOUNDARY): Delete macro.
5948 (value_push): Delete PARM_BOUNDARY code.
5949 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5950
5951 2004-05-04 Jim Blandy <jimb@redhat.com>
5952
5953 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5954 Don't assume that the gprs, fprs, and UISA sprs are
5955 contiguous, start at register number zero, and end with fpscr.
5956 Instead, use the numbers from the tdep structure.
5957
5958 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5959 should no longer be used in code specific to the RS6000 and its
5960 derivatives.
5961 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5962 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5963 tdep->ppc_fp0_regnum.
5964 (ppc_supply_fpregset, ppc_collect_fpregset)
5965 (rs6000_push_dummy_call, rs6000_extract_return_value)
5966 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5967 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5968 FP0_REGNUM.
5969 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5970 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5971 Same.
5972 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5973 bdm_ppc_store_registers): Same.
5974 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5975 (store_register, fill_fpregset): Same.
5976 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5977 (ppc_linux_supply_fpregset): Same.
5978 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5979 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5980 Same.
5981 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5982 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5983 ppc64_sysv_abi_return_value): Same.
5984 * rs6000-nat.c (regmap, fetch_inferior_registers)
5985 (store_inferior_registers, fetch_core_registers): Same.
5986
5987 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5988
5989 * m68knbsd-nat.c: Remove file.
5990 * m68knbsd-tdep.c: Remove file.
5991 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5992 dependencies.
5993 * configure.host: Add m68k-*-netbsdelf*.
5994 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5995 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5996 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5997 (XM_FILE): Remove.
5998 * config/m68k/nbsdelf.mh: New file.
5999 * config/m68k/nbsd.mt: New file.
6000 * config/m68k/nbsdaout.mt: Remove file.
6001 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6002 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6003 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6004 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6005 (use_struct_convention): Remove prototype.
6006 (USE_STRUCT_CONVENTION): Remove define.
6007 * config/m68k/xm-nbsd.h: Remove file.
6008
6009 2004-05-04 Michael Snyder <msnyder@redhat.com>
6010
6011 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6012 reg_struct_return method (as gcc usually does for cross targets).
6013
6014 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6015
6016 Committed by Andrew Cagney.
6017 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6018 alignment padding when accessing ucontext struct members.
6019
6020 2004-05-04 Jim Blandy <jimb@redhat.com>
6021
6022 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6023 'ppc_gplast_regnum' member.
6024 (ppc_num_gprs): New enum constant.
6025 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6026 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6027 * rs6000-nat.c (regmap, fetch_inferior_registers,
6028 store_inferior_registers): Same.
6029 * rs6000-tdep.c (e500_pseudo_register_read)
6030 (e500_pseudo_register_write): Same.
6031 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6032
6033 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6034 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6035 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6036 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6037 FPLAST_REGNUM.
6038 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6039 Same.
6040 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6041 * rs6000-nat.c (regmap, fetch_inferior_registers)
6042 (store_inferior_registers): Same.
6043
6044 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6045 with FPLAST_REGNUM.
6046
6047 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6048
6049 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6050 failure detected by recent versions of GCC.
6051 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6052 to be consistent with the usage in dwarf2_create_include_psymtab.
6053
6054 2004-05-03 Michael Snyder <msnyder@redhat.com>
6055
6056 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6057 (heuristic_proc_start): Whitespace cleanup.
6058
6059 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6060
6061 * sun3-nat.c: Remove file.
6062 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6063 dependencies.
6064 (ALLDEPFILES): Remove sun3-nat.c.
6065 (sun3-nat.o): Remove dependencies.
6066
6067 * i386-interix-nat.c, i386-interix-tdep.c,
6068 config/i386/nm-interix.h, config/i386/interix.mh,
6069 config/i386/interix.mt: Remove files.
6070 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6071 dependencies.
6072
6073 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6074
6075 * m68k-tdep.h (struct gdbarch_tdep): Add member
6076 struct_value_regnum.
6077 (m68k_svr4_init_abi): New prototype.
6078 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6079 different calling conventions.
6080 (m68k_extract_return_value): Remove code dealing with single-field
6081 structs.
6082 (m68k_store_return_value): Remove code dealing with single-field
6083 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6084 (m68k_extract_struct_value_address): Remove function.
6085 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6086 (m68k_reg_struct_return_p, m68k_return_value)
6087 (m68k_svr4_return_value): New functions.
6088 (m68k_use_struct_convention): Remove function.
6089 (m68k_push_dummy_call): Use new struct_value_regnum member of
6090 `struct gdbarch_tdep' instead of hardcoded register number to
6091 store STRUCT_ADDR.
6092 (m68k_svr4_init_abi): New function.
6093 (m68k_gdbarch_init): Don't set extract_return_value,
6094 store_return_values, deprecated_extract_struct_value_address and
6095 use_struct_convention. Set return_value instead. Initialize new
6096 struct_value_regnum member of `struct gdbarch_tdep'.
6097 * m68klinux-tdep.c: Update copyright year.
6098 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6099 (m68k_linux_extract_struct_value_address): Remove function.
6100 (m68k_linux_init_abi): Don't set extract_return_value,
6101 store_return_values, deprecated_extract_struct_value_address and
6102 use_struct_convention. Call m68k_svr4_init_abi but override the
6103 new struct_value_regnum member of `struct gdbarch_tdep'.
6104 * Makefile.in (m68k-tdep.o): Update dependencies.
6105
6106 2004-05-03 J. Brobecker <brobecker@gnat.com>
6107
6108 * dwarf2read.c (line_header): Add new included_p field in
6109 field file_names.
6110 (partial_die_info): New field has_stmt_list. New field line_offset.
6111 (dwarf2_create_include_psymtab): New function.
6112 (dwarf2_build_include_psymtabs): New function.
6113 (add_file_name): Add forward declaration. Initialize new field.
6114 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6115 to be able to determine the list of files included by the
6116 given unit, and build their associated psymtabs.
6117 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6118 files as well.
6119 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6120 (read_file_scope): Update call to dwarf_decode_lines.
6121 (read_partial_die): Handle DW_AT_stmt_list attributes.
6122
6123 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6124
6125 Unfix PR gdb/1626.
6126 * configure.in: Revert special case for osf5.*.
6127 * configure: Regenerate.
6128
6129 2004-05-02 Jim Blandy <jimb@redhat.com>
6130
6131 Move the symbol-file-from-memory functions into their own file.
6132 * symfile-mem.c, symfile-mem.h: New files.
6133 * symfile.c (symbol_file_add_from_bfd): New function.
6134 (symbol_file_add): Call symbol_file_add_from_bfd.
6135 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6136 Moved to symfile-mem.c.
6137 (_initialize_symfile): Move definition of
6138 add-symbol-file-from-memory command to symfile-mem.c.
6139 * symfile.h (symbol_file_add_from_bfd): New declaration.
6140 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6141 * config/powerpc/linux.mt (TDEPFILES): Same.
6142 * Makefile.in (SFILES): Add symfile-mem.c.
6143 (symfile_mem_h): New variable.
6144 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6145 (symfile-mem.o): New rule.
6146
6147 2004-05-01 Andrew Cagney <cagney@redhat.com>
6148
6149 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6150 frame_find_by_id instead of frame_relative_level.
6151 (do_enable_breakpoint): Ditto.
6152 * thread.c: Update copyright.
6153 (info_threads_command): Ditto, simplify.
6154
6155 * frame.c (deprecated_generic_get_saved_register): Delete
6156 function, moved to "xstormy16-tdep.c".
6157 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6158 deprecated_generic_get_saved_register from "frame.c".
6159 (xstormy16_frame_saved_register): Call
6160 xstormy16_get_saved_register.
6161 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6162 static.
6163 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6164 * frame.h (deprecated_generic_get_saved_register): Delete.
6165
6166 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6167
6168 * dwarfread.c: Update documentation on the state of dwarf-1.
6169
6170 2004-05-01 Andrew Cagney <cagney@redhat.com>
6171
6172 * stack.c (select_frame_command): Delete call to
6173 frame_relative_level.
6174 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6175 Delete #if0 code.
6176 (frame_info): Do not print FRAMELESS.
6177 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6178 (catch_info): Delete #if0 code.
6179
6180 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6181 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6182 of frame_relative_level.
6183 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6184 to SENTINEL_FRAME.
6185 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6186 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6187 frame_relative_level.
6188
6189 * frame.h (deprecated_set_frame_type): Delete declaration.
6190 * frame.c (deprecated_set_frame_type): Delete function, update
6191 comments.
6192
6193 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6194 * gdbarch.h, gdbarch.c: Re-generate.
6195 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6196 (shnbsd_pc_in_sigtramp): Delete.
6197 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6198 pc_in_sigtramp.
6199 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6200 pc_in_sigtramp.
6201 * frame.h: Update comments.
6202 * ppc-linux-tdep.c: Update comments.
6203 * breakpoint.c (bpstat_what): Update comments.
6204
6205 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6206 m68klinux-tdep.o's dependencies, were previously added to
6207 m68klinux-nat.o.
6208
6209 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6210 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6211 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6212 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6213 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6214
6215 * Makefile.in (m68klinux-nat.o): Update dependencies.
6216 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6217 (m68k_linux_sigtramp_frame_cache)
6218 (m68k_linux_sigtramp_frame_this_id)
6219 (m68k_linux_sigtramp_frame_prev_register)
6220 (m68k_linux_sigtramp_frame_unwind)
6221 (m68k_linux_sigtramp_frame_sniffer)
6222 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6223 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6224 names, use trad-frame.h.
6225 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6226 (struct m68k_sigtramp_info): Delete.
6227 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6228 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6229 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6230 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6231 "m68klinux-tdep.c".
6232
6233 * infrun.c (check_sigtramp2): Delete check for
6234 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6235
6236 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6237
6238 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6239
6240 2004-05-01 Andrew Cagney <cagney@redhat.com>
6241
6242 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6243 (frv_linux_sigtramp_frame_cache)
6244 (frv_linux_sigtramp_frame_this_id)
6245 (frv_linux_sigtramp_frame_prev_register)
6246 (frv_linux_sigtramp_frame_unwind)
6247 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6248 include "linux" in function and variable names, directly call
6249 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6250 the latest trad-frame code.
6251 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6252 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6253 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6254 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6255 * frv-tdep.c (frv_sigtramp_frame_cache)
6256 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6257 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6258 frv-linux-tdep.c.
6259 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6260 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6261 (frv_set_sigcontext_reg_addr): Delete function.
6262
6263 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6264 (DEPRECATED_SIGTRAMP_END): Delete.
6265 * gdbarch.h, gdbarch.c: Re-generate.
6266 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6267 * config/vax/tm-vaxbsd.h: Update copyright.
6268 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6269 (DEPRECATED_IN_SIGTRAMP): Define.
6270 * config/m68k/tm-nbsd.h: Update copyright.
6271 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6272 (DEPRECATED_IN_SIGTRAMP): Define.
6273
6274 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6275
6276 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6277 encondings. Fixes PR gdb/1628.
6278
6279 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6280 DW_CFA_restore state without a matching DW_CFA_remember_state
6281 instead of aborting. Fixes PR backtrace/1589.
6282
6283 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6284
6285 * MAINTAINERS: Add self as AIX maintainer.
6286 Update my e-mail address in write-after-approval section.
6287
6288 2004-04-30 Andrew Cagney <cagney@redhat.com>
6289
6290 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6291 (legacy_get_prev_frame): Ditto.
6292
6293 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6294 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6295 * mipsread.c (sigtramp_address): Delete extern variable.
6296 (mipscoff_new_init): Delete reference.
6297 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6298 (fixup_sigtramp): Delete function.
6299 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6300 (fixup_sigtramp): Delete declarations.
6301
6302 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6303 deprecated_pc_in_sigtramp.
6304 (ppcnbsd_pc_in_sigtramp): Delete function.
6305
6306 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6307
6308 * config/m68k/nm-nbsd.h: Tweak comments.
6309 * config/m68k/nm-nbsdaout.h: Likewise.
6310
6311 2004-04-30 Andrew Cagney <cagney@redhat.com>
6312
6313 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6314 legacy_pc_in_sigtramp.
6315 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6316
6317 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6318
6319 Add OpenBSD/m68k support.
6320 * NEWS (New native configurations): Mention OpenBSD/m68k.
6321 * m68kbsd-tdep.c: New file.
6322 * m68kbsd-nat.c: New file.
6323 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6324 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6325 * configure.host: Add m68k-*-openbsd.
6326 * configure.tgt: Add m68k-*-openbsd.
6327 * config/m68k/tm-obsd.h: New file.
6328 * config/m68k/obsd.mt: New file.
6329 * config/m68k/obsd.mh: New file.
6330 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6331 m68kbsd-tdep.c.
6332
6333 2004-04-30 Andrew Cagney <cagney@redhat.com>
6334
6335 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6336 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6337
6338 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6339
6340 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6341 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6342
6343 2004-04-30 Brian Ford <ford@vss.fsi.com>
6344
6345 Revert 2004-04-16 change.
6346 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6347 (i386_coff_init_abi): Remove.
6348 * i386-tdep.h (i386_coff_init_abi): Remove.
6349 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6350
6351 2004-04-30 Andrew Cagney <cagney@redhat.com>
6352
6353 * blockframe.c (find_pc_partial_function): Delete use of
6354 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6355 DEPRECATED_SIGTRAMP_END.
6356
6357 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6358 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6359 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6360 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6361 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6362
6363 * defs.h (deprecated_inside_entry_file): Delete declaration.
6364 * blockframe.c (deprecated_inside_entry_file): Delete function.
6365 (legacy_frame_chain_valid): Delete call.
6366 * sh64-tdep.c (sh64_frame_chain): Delete call.
6367 * objfiles.h: Update comments.
6368 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6369 call.
6370 * frame.c (get_prev_frame): Delete call, update comments.
6371
6372 2004-04-30 Brian Ford <ford@vss.fsi.com>
6373
6374 * MAINTAINERS (Write After Approval): Add myself.
6375
6376 2004-04-30 Andrew Cagney <cagney@redhat.com>
6377
6378 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6379 * gdbarch.h, gdbarch.c: Re-generate.
6380 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6381 code.
6382
6383 2004-04-30 Andrew Cagney <cagney@redhat.com>
6384
6385 * gdb-events.sh (selected_thread_changed)
6386 (selected_frame_level_changed, target_changed): Delete.
6387 * gdb-events.h, gdb-events.c: Re-generate.
6388 * valops.c (value_assign): Update.
6389 * stack.c (select_frame_command, up_silently_base)
6390 (down_silently_base): Update.
6391
6392 2004-04-29 Andrew Cagney <cagney@redhat.com>
6393
6394 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6395 registers correctly.
6396 (print_gp_register_row, mips32_heuristic_proc_desc)
6397 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6398 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6399 references to mips_isa_regsize.
6400
6401 2004-04-29 Andrew Cagney <cagney@redhat.com>
6402
6403 * mips-tdep.c (struct gdbarch_tdep): Delete
6404 mips_fp_register_double.
6405 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6406 mips_abi_regsize.
6407 (mips_gdbarch_init): Do not set mips_fp_register_double.
6408 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6409
6410 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6411
6412 Committed by Andrew Cagney.
6413 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6414 function calls.
6415
6416 2004-04-29 Andrew Cagney <cagney@redhat.com>
6417
6418 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6419 gdbarch, use mips_abi, update callers.
6420 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6421 mips_abi_regsize, update callers.
6422 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6423 mips_default_abi_regsize.
6424 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6425 mips_default_abi_regsize.
6426
6427 2004-04-29 Andrew Cagney <cagney@redhat.com>
6428
6429 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6430 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6431 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6432 mips_default_abi_regsize.
6433 (mips_isa_regsize): Rename mips_regisze.
6434 * mipsnbsd-tdep.c: Update.
6435 * mips-linux-tdep.c: Update.
6436 * irix5-nat.c: Update.
6437 * mips-tdep.h (mips_isa_regsize): Update.
6438
6439 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6440 Delete all disabled code.
6441 * gdb-events.h, gdb-events.c: Re-generate.
6442
6443 2004-04-19 Jerome Guitton <guitton@gnat.com>
6444 Mark Kettenis <kettenis@gnu.org>
6445
6446 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6447 the function begins with a branch instruction.
6448
6449 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6450
6451 * i386-tdep.c: Fix spelling mistakes.
6452
6453 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6454 Andrew Cagney <cagney@redhat.com>
6455
6456 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6457 <sys/proc.h>.
6458 * acconfig.h: Provide default _KMEMUSER value.
6459 * config.in, configure: Re-generate.
6460 * NEWS: Mention fix.
6461
6462 2004-04-24 Randolph Chung <tausq@debian.org>
6463
6464 * configure.host (hppa*-*-linux*): New target.
6465 * configure.tgt (hppa*-*-linux*): Likewise.
6466 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6467 gdbarch_init_osabi() call earlier so that osabi-specific frame
6468 unwinders can be registered first.
6469 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6470 hppa-linux-nat.c.
6471 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6472 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6473 * config/pa/linux.mh: New file.
6474 * config/pa/linux.mt: New file.
6475 * config/pa/nm-linux.h: New file.
6476 * config/pa/xm-linux.h: New file.
6477 * hppa-linux-nat.c: New file.
6478 * hppa-linux-tdep.c: New file.
6479
6480 2004-04-28 Randolph Chung <tausq@debian.org>
6481
6482 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6483 return values.
6484 (hppa32_push_dummy_call): Fix small struct and floating point argument
6485 passing, and make sure the stack frame is properly aligned.
6486
6487 2004-04-28 Andrew Cagney <cagney@redhat.com>
6488
6489 * stack.c (print_stack_frame): Fix description.
6490
6491 * NEWS: Mention gdb/gdbserver/configure execute permission
6492 changed. PR server/519.
6493
6494 2004-04-28 Andrew Cagney <cagney@redhat.com>
6495
6496 * stack.c (print_stack_frame_stub): Delete declaration.
6497 (struct print_stack_frame_args, print_stack_frame)
6498 (print_frame_info, print_frame): Replace "source" with print what.
6499 Replace "print" with "print_level". Replace "args" with
6500 "print_args".
6501 * frame.h (show_and_print_stack_frame, print_stack_frame)
6502 (print_frame_info): Update declarations.
6503 * stack.c (select_and_print_frame, frame_command)
6504 (current_frame_command, up_command, down_command): Update calls -
6505 use get_selected_frame, pass "enum print_what" for source, do not
6506 call frame_relative_level.
6507 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6508 * remote-rdp.c (remote_rdp_open): Ditto.
6509 * remote-mips.c (common_open): Ditto.
6510 * remote-e7000.c (e7000_start_remote): Ditto.
6511 * ocd.c (ocd_start_remote): Ditto.
6512 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6513 * infrun.c (normal_stop): Ditto.
6514 * inflow.c (kill_command): Ditto.
6515 * infcmd.c (finish_command): Ditto.
6516 * corelow.c (core_open): Ditto.
6517 * tracepoint.c (finish_tfind_command): Ditto.
6518 * thread.c (info_threads_command, info_threads_command)
6519 (restore_current_thread, do_captured_thread_select): Ditto.
6520 * ada-tasks.c (task_command): Ditto.
6521
6522 2004-04-26 Orjan Friberg <orjanf@axis.com>
6523
6524 * frame.c: Include "observer.h".
6525 (frame_observer_target_changed): New function.
6526 (_initialize_frame): Attach target_changed observer.
6527 * regcache.c: Include "observer.h".
6528 (regcache_observer_target_changed): New function.
6529 (_initialize_regcache): Attach target_changed observer.
6530 * valops.c: Include "observer.h".
6531 (value_assign): Notify target_changed event when modifying register.
6532 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6533
6534 2004-04-26 Orjan Friberg <orjanf@axis.com>
6535
6536 From Paul Koning <pkoning@equallogic.com>:
6537 * breakpoint.c (free_valchain): New function.
6538 (insert_bp_location, delete_breakpoint): Use free_valchain.
6539 (remove_breakpoint): Do not remove the valchain.
6540 (bpstat_stop_status): If not stopped by watchpoint, skip
6541 watchpoints when generating stop status list.
6542 * infrun.c (handle_inferior_event): Make
6543 stepped_after_stopped_by_watchpoint a global variable.
6544 * remote.c (remote_stopped_data_address): Return watch data
6545 address rather than zero if stepped_after_stopped_by_watchpoint is
6546 set.
6547
6548 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6549
6550 Fix PR gdb/1626.
6551 * configure.in: Check for curses after termcap.
6552 On osf5.*, do not check for ncurses.
6553 * configure: Regenerate.
6554
6555 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6556
6557 * ppcobsd-nat.c: Include "ppc-tdep.h".
6558 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6559
6560 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6561 Fixes PR tdep/1623 and PR tdep/1624.
6562
6563 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6564
6565 * xmodem.h, xmodem.c: Remove files.
6566 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6567
6568 2004-04-23 Randolph Chung <tausq@debian.org>
6569
6570 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6571 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6572 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6573 for handling stackless frames.
6574 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6575
6576 2004-04-23 Randolph Chung <tausq@debian.org>
6577
6578 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6579 starts at a pc before the frame is created.
6580
6581 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6582
6583 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6584
6585 2004-04-23 Jerome Guitton <guitton@gnat.com>
6586
6587 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6588 use convert_typed_floating to get the appropriate format.
6589
6590 2004-04-22 Randolph Chung <tausq@debian.org>
6591
6592 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6593 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6594 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6595 (hppa_sign_extend): Add prototype.
6596 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6597 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6598 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6599 hppa targets will also use these functions.
6600 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6601 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6602 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6603 (hppa_gdbarch_init): Remove gdbarch setting of
6604 skip_trampoline_code, in_solib_call_trampoline and
6605 in_solib_return_trampoline.
6606 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6607 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6608 hppa_in_solib_call_trampoline.
6609 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6610 Moved from hppa-tdep.c.
6611 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6612 in_solib_call_trampoline and in_solib_return_trampoline.
6613
6614 2004-04-22 Randolph Chung <tausq@debian.org>
6615
6616 * hppa-tdep.c (hppa_debug): New variable.
6617 (find_unwind_entry, hppa_frame_cache): Add debug output.
6618 (_initialize_hppa_tdep): Add command to set debug flag.
6619
6620 2004-04-22 Andrew Cagney <cagney@redhat.com>
6621
6622 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6623 "trad-frame.h".
6624 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6625 signal trampoline unwinder.
6626 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6627
6628 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6629
6630 Add OpenBSD/powerpc support.
6631 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6632 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6633 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6634 (ppc_collect_fpregset): New prototypes.
6635 * ppcobsd-nat.c: New file.
6636 * ppcobsd-tdep.c: New file.
6637 * ppcobsd-tdep.h: New file.
6638 * rs6000-tdep.c: Include "regset.h".
6639 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6640 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6641 New functions.
6642 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6643 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6644 (rs6000-tdep.o): Update dependencies.
6645 * configure.host: Add powerpc-*-openbsd.
6646 * configure.tgt: Add powerpc-*-openbsd.
6647 * config/powerpc/obsd.mh: New file.
6648 * config/powerpc/nm-obsd.h: New file.
6649 * config/powerpc/obsd.mt: New file.
6650
6651 2004-04-22 Andrew Cagney <cagney@redhat.com>
6652
6653 * frame.h (show_frame_info): Delete declaration.
6654
6655 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6656 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6657 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6658 * frv-tdep.c (frv_frame_this_id): Ditto.
6659 * avr-tdep.c (avr_frame_this_id): Ditto.
6660
6661 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6662
6663 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6664
6665 2004-04-22 Jim Blandy <jimb@redhat.com>
6666
6667 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6668 register number zero.
6669
6670 2004-04-21 Michael Snyder <msnyder@redhat.com>
6671
6672 * mips-tdep.c (heuristic_proc_start):
6673 Warning() already prefixes "Warning: ".
6674
6675 2004-04-21 Andrew Cagney <cagney@redhat.com>
6676
6677 * annotate.h (deprecated_annotate_starting_hook)
6678 (deprecated_annotate_stopped_hook)
6679 (deprecated_annotate_exited_hook)
6680 (deprecated_annotate_signal_hook)
6681 (deprecated_annotate_signalled_hook): Deprecate.
6682 * tracepoint.h (deprecated_create_tracepoint_hook)
6683 (deprecated_delete_tracepoint_hook)
6684 (deprecated_modify_tracepoint_hook)
6685 (deprecated_trace_find_hook)
6686 (deprecated_trace_start_stop_hook): Deprecate.
6687 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6688 * remote.h (deprecated_target_resume_hook)
6689 (deprecated_target_wait_loop_hook): Deprecate.
6690 * gdbcore.h (deprecated_exec_file_display_hook)
6691 (deprecated_file_changed_hook): Deprecate.
6692 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6693 * defs.h (deprecated_modify_breakpoint_hook)
6694 (deprecated_command_loop_hook, deprecated_show_load_progress)
6695 (deprecated_print_frame_info_listing_hook)
6696 (deprecated_query_hook, deprecated_warning_hook)
6697 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6698 (deprecated_delete_breakpoint_hook)
6699 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6700 (deprecated_readline_begin_hook, deprecated_readline_hook)
6701 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6702 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6703 (deprecated_context_hook, deprecated_target_wait_hook)
6704 (deprecated_attach_hook, deprecated_detach_hook)
6705 (deprecated_call_command_hook, deprecated_set_hook)
6706 (deprecated_error_hook, deprecated_error_begin_hook)
6707 (deprecated_ui_load_progress_hook): Deprecate.
6708 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6709 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6710 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6711 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6712 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6713 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6714 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6715 * annotate.c, aix-thread.c: Update.
6716
6717 2004-04-21 Andrew Cagney <cagney@redhat.com>
6718
6719 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6720 * vaxnbsd-tdep.c: Include "gdb_string.h".
6721
6722 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6723 (add_symbol_file_from_memory_command): #if 0 function body, call
6724 error instead.
6725
6726 2004-04-21 Andrew Cagney <cagney@redhat.com>
6727
6728 * gdbcore.h: Update copyright.
6729 (deprecated_add_core_fns): Rename add_core_fns.
6730 * win32-nat.c (_initialize_core_win32): Update.
6731 * sun3-nat.c (_initialize_core_sun3): Update.
6732 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6733 * rs6000-nat.c (_initialize_core_rs6000): Update.
6734 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6735 * nto-tdep.c (_initialize_nto_tdep): Update.
6736 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6737 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6738 * mips-nat.c (_initialize_core_mips): Update.
6739 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6740 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6741 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6742 * lynx-nat.c (_initialize_core_lynx): Update.
6743 * irix5-nat.c (_initialize_core_irix5): Update.
6744 * i386-interix-nat.c (_initialize_core_interix): Update.
6745 * cris-tdep.c (_initialize_cris_tdep): Update.
6746 * corelow.c (deprecated_add_core_fns): Update.
6747 * core-regset.c (_initialize_core_regset): Update.
6748 * core-aout.c (_initialize_core_aout): Update.
6749 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6750 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6751 * alpha-nat.c (_initialize_core_alpha): Update.
6752
6753 2004-04-21 Jim Blandy <jimb@redhat.com>
6754
6755 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6756
6757 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6758
6759 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6760 Delete.
6761 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6762 (read_attribute_value): Update calls to dwarf_alloc_block.
6763 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6764 dwarf2_tmp_obstack.
6765 (psymtab_to_symtab_1): Likewise. Clean up using
6766 free_stack_comp_unit.
6767 (add_to_cu_func_list): Use the comp_unit_obstack.
6768
6769 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6770
6771 * dwarf2read.c (dwarf2_flag_true_p): New function.
6772 (die_is_declaration): Use the function above. Add some comments.
6773
6774 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6775
6776 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6777 architecture when registering sparcnbsd_core_osabi_sniffer.
6778 Adjust comment.
6779
6780 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6781
6782 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6783 return value.
6784
6785 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6786 * i386-tdep.c: Correct register numbering scheme comments
6787 throughout.
6788 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6789 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6790 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6791 (i386_gdb_arch_init): Likewise.
6792
6793 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6794 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6795 ppcnbsd-tdep.o.
6796
6797 * m68k-tdep.h: Tweak comments.
6798 * m68k-tdep.c: Tweak comment.
6799
6800 2004-04-17 Randolph Chung <tausq@debian.org>
6801
6802 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6803 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6804 (hppa_hpux_som_init_abi): Set is_elf to 0.
6805 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6806 * hppa-tdep.c (low_text_segment_address): Remove global.
6807 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6808 section offset to calculate segment address.
6809 (internalize_unwinds): Define low_text_segment_address as local and
6810 pass to record_text_segment_lowaddr for ELF targets.
6811 (hppa_gdbarch_init): Zero fill tdep structure.
6812 (hppa_dump_tdep): Print tdep structure.
6813 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6814
6815 2004-04-17 Randolph Chung <tausq@debian.org>
6816
6817 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6818 (hppa_gdbarch_init): Set pseudo_register_read.
6819 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6820 * regcache.c (supply_register): Remove check for
6821 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6822
6823 2004-04-17 Randolph Chung <tausq@debian.org>
6824
6825 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6826 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6827 (hpread_adjust_stack_address): Move to hpread.c.
6828 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6829 obj_private_struct): Move from tm-hppa.h.
6830 * hpread.c (hppa-tdep.h): Include.
6831 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6832 (hpread_read_function_type, hpread_read_doc_function_type)
6833 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6834 directly.
6835 * pa64solib.c (hppa-tdep.h): Include.
6836 * somsolib.c (hppa-tdep.h): Include.
6837 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6838 inferior_status): Remove unused forward declarations.
6839 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6840 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6841 obj_private_struct): Move to hppa-tdep.h.
6842 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6843
6844 2004-04-17 Randolph Chung <tausq@debian.org>
6845
6846 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6847 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6848 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6849 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6850 Remove forward declaration and make static.
6851 (hppa_reg_struct_has_addr): Remove.
6852
6853 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6854
6855 * observer.sh: Move comments in sed command to first column.
6856
6857 2004-04-16 Jason Molenda (jmolenda@apple.com)
6858
6859 * frame.c: Minor typeo corrections in comments.
6860
6861 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6862
6863 * observer.c (observer_test_first_notification_function): Update
6864 function profile.
6865 (observer_test_second_notification_function): Likewise.
6866 (observer_test_third_notification_function): Likewise.
6867
6868 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6869
6870 From Brian Ford <ford@vss.fsi.com>:
6871 * i386-tdep.c (i386_coff_init_abi): New function.
6872 * i386-tdep.h (i386_coff_init_abi): New prototype.
6873 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6874 register number translation functions for DWARF and DWARF 2.
6875
6876 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6877
6878 * dwarf2read.c: Back out my previous change, it was incorrect.
6879
6880 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6881
6882 * dwarf2read.c: Include "hashtab.h".
6883 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6884 has_namespace_info.
6885 (struct partial_die_info): Add comments. Use bitfields to reduce
6886 memory footprint. Add scope, scope_set, has_specification,
6887 spec_offset, die_parent, die_child, and die_sibling.
6888 (peek_die_abbrev): Add prototype.
6889 (partial_read_comp_unit_head): New function, broken out from
6890 dwarf2_build_psymtabs_hard.
6891 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6892 Use partial_read_comp_unit_head. Initialize the CU and
6893 comp_unit_obstack. Update calls to read_partial_die and
6894 scan_partial_symbols. Use free_stack_comp_unit and
6895 load_partial_dies.
6896 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6897 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6898 Update calls to helper functions. Remove NAMESPACE argument.
6899 Update comments.
6900 (partial_die_parent_scope, partial_die_full_name): New functions.
6901 (add_partial_symbol): Remove namespace argument. Update call to
6902 pdi_needs_namespace. Use partial_die_full_name. Handle
6903 DW_TAG_namespace. Check has_namespace_info flag.
6904 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6905 tag. Handle namespaces.
6906 (add_partial_namespace, add_partial_enumeration): Simplify.
6907 (guess_structure_name): New function, derived from
6908 add_partial_structure.
6909 (add_partial_structure): Remove.
6910 (determine_class_name): Update comment.
6911 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6912 (is_type_tag_for_partial, load_partial_dies): New functions.
6913 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6914 Record specifications instead of following them immediately.
6915 (find_partial_die_in_comp_unit, find_partial_die)
6916 (fixup_partial_die, free_stack_comp_unit)
6917 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6918 (partial_die_hash, partial_die_eq): New functions.
6919 * Makefile.in (hashtab_h): Define.
6920 (dwarf2read.o): Update dependencies.
6921 (observer_inc, observer_h): Move to the correct section.
6922
6923 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6924
6925 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6926 (die_is_declaration): Use the function above. Add comment.
6927
6928 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6929
6930 * dwarf2read.c (read_structure_scope): Identify stub types
6931 using die_is_declaration() only.
6932
6933 2004-04-15 Roland McGrath <roland@redhat.com>
6934
6935 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6936 argument instead of NAME.
6937 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6938 in call to symbol_file_add_with_addrs_or_offsets.
6939 (build_addr_info): New function, helper for ...
6940 (symbol_file_add_from_memory): New function.
6941 (add_symbol_file_from_memory_command): New function using that.
6942 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6943 (pre_add_symbol_hook): Add const to argument type.
6944 * symfile.h (symbol_file_add_from_memory): Declare it.
6945
6946 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6947
6948 * NEWS (New native configurations): Mention OpenBSD/vax.
6949 * configure.host: Add vax-*-openbsd*.
6950 * config/vax/obsd.mh: New file.
6951 * config/vax/nm-obsd.h: New file.
6952
6953 * vax-tdep.c: Include "regset.h".
6954 (vax_supply_gregset): New function.
6955 (vax_gregset): New variable.
6956 (vax_regset_from_core_section): New function.
6957 (vax_gdbarch_init): Set regset_from_core_section.
6958 * Makefile.in (vax-tdep.o): Update dependencies.
6959
6960 2004-04-15 Andrew Cagney <cagney@redhat.com>
6961
6962 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6963 (observer_normal_stop_notification_stub)
6964 (observer_attach_normal_stop, observer_detach_normal_stop):
6965 Delete, replaced by #include "observer.inc".
6966 * infrun.c (normal_stop): Pass "stop_bpstat" to
6967 observer_notify_normal_stop.
6968 * Makefile.in (observer_inc): Define.
6969 (observer.o): Update dependencies.
6970 (observer.h, observer.inc): New rules.
6971 * observer.h: Delete file.
6972 * observer.sh: New file.
6973
6974 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6975
6976 * vax-tdep.c (vax_frame_cache): Fix typo.
6977
6978 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6979
6980 * NEWS (New native configurations): Mention NetBSD/vax.
6981 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6982 * config/vax/nbsdelf.mh: New file.
6983 * config/vax/nbsdaout.mh: New file.
6984 * config/vax/nm-nbsd.h: New file.
6985 * config/vax/nm-nbsdaout.h: New file.
6986
6987 * vaxnbsd-tdep.c: New file.
6988 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6989 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6990 * config/vax/nbsd.mt: New file.
6991 * config/vax/tm-nbsd.h: New file.
6992
6993 * Makefile.in (vaxbsd-nat.o): New dependency.
6994
6995 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6996 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6997 struct_addr arguments. Don't push return value address.
6998 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6999 arguments to vax_store_arguments. Store return value address in
7000 R1.
7001 (vax_store_struct_return, vax_extract_return_value)
7002 (vax_store_return_value): Remove functions.
7003 (vax_return_value): New function.
7004 (vax_gdbarch_init): Set return value. Don't set
7005 deprecated_store_struct_return, deprecated_extract_struct_return
7006 and deprecated_store_return_value.
7007
7008 2004-04-14 Andreas Schwab <schwab@suse.de>
7009
7010 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7011 value buffer.
7012 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7013
7014 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7015
7016 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7017 (vax_unwind_dummy_id): New functions.
7018 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7019 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7020 variables.
7021 (vax_fix_call_dummy): Remove function.
7022 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7023 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7024 call_dummy_location, deprecated_call_dummy_words,
7025 deprecated_sizeof_call_dummy_words,
7026 deprecated_call_dummy_breakpoint_offset,
7027 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7028 and deprecated_dummy_write_sp.
7029
7030 2004-04-13 David Carlton <carlton@kealia.com>
7031
7032 * MAINTAINERS: Move myself to "paper trail" section.
7033
7034 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7035
7036 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7037 "trad-frame.h".
7038 (vax_frame_init_saved_regs): Remove function.
7039 (vax_sigtramp_saved_pc): Remove function.
7040 (vax_frame_saved_pc): Remove function.
7041 (vax_frame_args_address): Remove function.
7042 (vax_frame_num_args): Rewrite.
7043 (vax_frame_chain): Remove function.
7044 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7045 VAX_FP_REGNUM.
7046 (vax_pop_frame): Likewise.
7047 (vax_saved_pc_after_call): Remove function.
7048 (struct vax_frame_cache): New structure.
7049 (vax_frame_cache): New function.
7050 (vax_frame_this_id): New function.
7051 (vax_frame_prev_register): New function.
7052 (vax_frame_unwind): New variable.
7053 (vax_frame_sniffer): New function.
7054 (vax_frame_base_address): New function.
7055 (vax_frame_args_address): New function.
7056 (vax_frame_base): New variable.
7057 (vax_unwind_pc): New function.
7058 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7059 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7060 deprecated_frame_chain, deprecated_frame_saved_pc,
7061 deprecated_frame_args_address and
7062 deprecated_frame_init_saved_regs.
7063 * Makefile.in (vax-tdep.o): Update dependencies.
7064
7065 * vaxbsd-nat.c: New file.
7066
7067 * vax-tdep.h: Update copyright year. Adjust comments.
7068 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7069 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7070 (vax_regnum): New enum. Replacing...
7071 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7072 (VAX_PS_REGNUM): ... these removed macros.
7073 * vax-tdep.c (vax_register_name): Remove prototype.
7074 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7075 (vax_register_byte, vax_register_raw_size,
7076 vax_register_virtual_size, vax_register_virtual_type): Remove
7077 functions.
7078 (vax_register_type): New function.
7079 (vax_breakpoint_from_pc): Reorganize.
7080 (vax_gdbarch_init): Set register_type. Don't set
7081 deprecated_register_size, deprecated_register_bytes,
7082 deprecated_register_byte, deprecated_register_raw_size,
7083 deprecated_max_register_raw_size,
7084 deprecated_register_virtual_size,
7085 deprecated_max_register_virtual_size and
7086 deprecated_register_virtual_type. Add comment on stack direction.
7087
7088 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7089
7090 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7091 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7092 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7093
7094 2004-04-10 Randolph Chung <tausq@debian.org>
7095
7096 * MAINTAINERS (write after approval): Add myself.
7097
7098 2004-04-07 Randolph Chung <tausq@debian.org>
7099
7100 * hppa-tdep.c (hppa_inner_than): Remove.
7101 (is_pa_2): Remove unused static variable.
7102 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7103
7104 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7105
7106 * language.h (language_defn): Add new la_post_parser field.
7107 * parser-defs.h (null_post_parser): New declaration (default for
7108 la_post_parser).
7109
7110 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7111 insert call to that function.
7112 (parse_exp_in_context): New function, including code formerly in
7113 parse_exp_1. Calls language-dependent post-parser after
7114 prefixification.
7115 (parse_expression_in_context): New exported function.
7116 (null_post_parser): New definition.
7117 * expression.h (parse_expression_in_context): Add declaration.
7118
7119 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7120 * c-lang.c (c_language_defn): Ditto.
7121 (cplus_language_defn): Ditto.
7122 (asm_language_defn): Ditto.
7123 (minimal_language_defn): Ditto.
7124 * f-lang.c (f_language_defn): Ditto.
7125 * jv-lang.c (java_language_defn): Ditto.
7126 * language.c (unknown_language_defn): Ditto.
7127 (auto_language_defn): Ditto.
7128 (local_language_defn): Ditto.
7129 * m2-lang.c (m2_language_defn): Ditto.
7130 * scm-lang.c (scm_language_defn): Ditto.
7131 * obj-lang.c (objc_language_defn): Ditto.
7132
7133 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7134
7135 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7136 (amd64nbsd_mcontext_addr): New function.
7137 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7138 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7139 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7140
7141 * corelow.c (core_xfer_partial): Fix coding standards violation.
7142 Add support for TARGET_OBJECT_WCOOKIE.
7143
7144 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7145 deprecated_pc_in_sigtramp.
7146 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7147 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7148 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7149 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7150 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7151 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7152 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7153
7154 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7155 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7156 Fix typo.
7157
7158 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7159 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7160 (amd64_collect_fxsave): Likewise.
7161
7162 * i386-sol2-tdep.c: Include "gdb_string.h".
7163 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7164 name.
7165 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7166
7167 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7168
7169 * i386-sol2-tdep.c: Include "solib-svr4.h".
7170 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7171 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7172 * config/i386/tm-i386sol2.h: Include :solib.h".
7173 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7174 solib-svr4.o and solib-legacy.o.
7175 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7176 solib-svr4.o.
7177
7178 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7179
7180 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7181 whether a register is supplied by PTRACE_GETFPREGS.
7182 (store_inferior_registers): Likewise.
7183 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7184 whether a register is supplied by PT_GETFPREGS.
7185 (store_inferior_registers): Likewise.
7186
7187 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7188 * config/i386/linux64.mt (TDEPFILES): Likewise.
7189
7190 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7191
7192 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7193 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7194 the program counter is in the range specified by `struct
7195 gdbarch_tdep'.
7196 * amd64-linux-tdep.c: Include "symtab.h".
7197 (amd64_linux_pc_in_sigtramp): Remove function.
7198 (amd64_linux_sigtramp_p): New function.
7199 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7200 deprecated_pc_in_sigtramp.
7201 * amd64nbsd-tdep.c: Include "symtab.h".
7202 (amd64nbsd_sigtramp_p): New function.
7203 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7204 deprecated_pc_in_sigtramp.
7205 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7206 few comments.
7207 (amd64obsd_pc_in_sigtramp): Remove function.
7208 (amd64obsd_sigtramp_p): New function.
7209 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7210 deprecated_pc_in_sigtramp.
7211 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7212 (i386bsd_pc_ins_sigtramp): Remove prototype.
7213 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7214 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7215 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7216 the program counter is in the range specified by `struct
7217 gdbarch_tdep'.
7218 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7219 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7220 (i386_go32_pc_in_sigtramp): Remove function.
7221 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7222 Initialize TDEP->sigtramp_p.
7223 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7224 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7225 deprecated_pc_in_sigtramp.
7226 * i386-linux-tdep.c: Adjust comments.
7227 (i386_linux_pc_in_sigtramp): Remove function.
7228 (i386_linux_sigtramp_p): New function.
7229 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7230 deprecated_pc_in_sigtramp.
7231 * i386-nto-tdep.c: Update copyright year.
7232 (i386nto_pc_in_sigtramp): Remove function.
7233 (i386nto_sigtramp_p): New function.
7234 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7235 SP_REGNUM.
7236 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7237 deprecated_pc_in_sigtramp.
7238 * i386-sol2-tdep.c: Update copyright year.
7239 (i386_sol2_pc_in_sigtramp): Remove function.
7240 (i386_sol2_sigtramp_p): New function.
7241 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7242 deprecated_pc_in_sigtramp.
7243 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7244 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7245 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7246 deprecated_sigtramp_start and deprecated_sigtramp_end.
7247 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7248 (i386nbsd_pc_in_sigtramp): Remove function.
7249 (i386nbsd_sigtramp_p): New function.
7250 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7251 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7252 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7253 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7254 (i386obsd_pc_in_sigtramp): Remove function.
7255 (i386obsd_sigtramp_p): New function.
7256 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7257 functions.
7258 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7259 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7260 TDEP->sigtramp_p.
7261 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7262 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7263 dependencies.
7264
7265 * config/i386/i386aout.mt: Remove file.
7266
7267 * configure.tgt: Remove i[34567]86-*-go32*,
7268 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7269 and i[34567]86-*-isc*. Set gdb_target to i386 for
7270 i[34567]86-*-netware* and i[34567]86-*-*.
7271 * config/i386/i386.mt: New file.
7272 * config/i386/embed.mt: Remove file.
7273 * config/i386/go32.mt: Remove file.
7274 * config/i386/i386nw.mt: Remove file.
7275 * config/i386/i386v.mt: Remove file.
7276 * config/i386/tm-go32.h: Remove file.
7277
7278 * tui/tui-hooks.c: Include "readline/readline.h" after
7279 "gdb_curses.h" instead of before.
7280 * tui/tui-io.c: Likewise.
7281
7282 * tui/tui.c: Fix typo in comment.
7283
7284 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7285
7286 2004-04-08 Andrew Cagney <cagney@redhat.com>
7287
7288 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7289 (deprecated_exception_support_initialized): Declare.
7290 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7291 (initialize_hp_cxx_exception_support)
7292 (child_enable_exception_callback): Update.
7293 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7294 (deprecated_exception_support_initialized): Rename
7295 deprecated_exception_catchpoints_are_fragile and
7296 deprecated_exception_support_initialized.
7297 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7298
7299 * symtab.c (deprecated_hp_som_som_object_present): Rename
7300 hp_som_som_object_present.
7301 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7302 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7303 Update. Delete extern declaration.
7304 * valops.c (hp_som_som_object_present): Ditto.
7305 * parse.c (deprecated_hp_som_som_object_present)
7306 (parse_nested_classes_for_hpacc): Ditto.
7307 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7308 * hppa-hpux-tdep.c (hp_som_som_object_present)
7309 (initialize_hp_cxx_exception_support): Ditto.
7310 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7311 * cp-valprint.c (hp_som_som_object_present)
7312 (cp_print_class_method): Ditto.
7313 * c-typeprint.c (hp_som_som_object_present):
7314 (c_type_print_base): Ditto.
7315 * c-exp.y (hp_som_som_object_present): Ditto.
7316
7317 2004-04-08 Andrew Cagney <cagney@redhat.com>
7318
7319 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7320 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7321 (frame_unwind_find_by_frame): Re-implement the unwind code so
7322 that it can both prepend and append sniffers. Replace
7323 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7324 * tramp-frame.c (tramp_frame_append): Use
7325 frame_unwind_prepend_unwinder.
7326 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7327 frame_unwind_register_unwinder.
7328 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7329 tramp_frame_append.
7330 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7331 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7332 (mips_linux_init_abi): Update.
7333
7334 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7335
7336 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7337 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7338 file support.
7339
7340 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7341
7342 * ia64-tdep.c (elf.h): Don't include.
7343 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7344
7345 2004-04-07 Jason Molenda (jmolenda@apple.com)
7346
7347 * frame.h: Typeo corrections in comments.
7348
7349 2004-04-07 Jim Blandy <jimb@redhat.com>
7350
7351 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7352 %esp and %ebp
7353
7354 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7355
7356 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7357 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7358 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7359 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7360 and solib-legacy.o.
7361 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7362 solib-svr4.o.
7363 * config/sparc/tm-sol2.h: Update copyright year. Include
7364 "solib.h".
7365
7366 * sparc-sol2-tdep.c: Update copyright year. Include
7367 "solib-svr4.h".
7368 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7369 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7370 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7371 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7372 dependencies.
7373
7374 2004-04-06 Andrew Cagney <cagney@redhat.com>
7375
7376 * infttrace.c: Include "infttrace.h".
7377 * infttrace.h: Include "target.h".
7378 * Makefile.in (infttrace_h): Update.
7379 (infttrace.o): Update.
7380
7381 2004-04-06 Andrew Cagney <cagney@redhat.com>
7382
7383 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7384 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7385 move extern declarations from here ...
7386 * infttrace.h: ... to here.
7387 * Makefile.in (hppah-nat.o): Update dependencies.
7388
7389 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7390 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7391 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7392 (hppa_breakpoint_from_pc): Delete.
7393
7394 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7395
7396 2004-04-05 Andrew Cagney <cagney@redhat.com>
7397
7398 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7399 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7400 <sys/file.h>.
7401
7402 2004-04-06 Randolph Chung <tausq@debian.org>
7403
7404 Committed by Andrew Cagney (mechanical change).
7405 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7406 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7407 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7408 child_enable_exception_callback, current_ex_event,
7409 null_symtab_and_line, child_get_current_exception_event,
7410 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7411 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7412 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7413 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7414 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7415 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7416 Move hpux-specific definitions ...
7417 * hppa-hpux-tdep.c: ... to here.
7418
7419 2004-04-05 Andrew Cagney <cagney@redhat.com>
7420
7421 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7422 skip_prologue_using_sal.
7423
7424 2004-04-05 Andrew Cagney <cagney@redhat.com>
7425
7426 * config/i386/tm-i386.h: Delete file.
7427 * config/i386/tm-vxworks.h: Update copyright, do not include
7428 "tm-i386.h".
7429 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7430 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7431 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7432 * config/i386/ncr3000.mt (TM_FILE): Delete.
7433 * config/i386/interix.mt (TM_FILE): Delete.
7434 * config/i386/i386v.mt (TM_FILE): Delete.
7435 * config/i386/i386nw.mt (TM_FILE): Delete.
7436 * config/i386/i386gnu.mt (TM_FILE): Delete.
7437 * config/i386/i386aout.mt (TM_FILE): Delete.
7438 * config/i386/embed.mt (TM_FILE): Delete.
7439
7440 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7441
7442 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7443 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7444 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7445 (accg7_regnum): New constants.
7446 (last_spr_regnum, last_pseudo_regnum): Update.
7447 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7448 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7449 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7450 for accg registers.
7451 (frv_register_sim_regno): Update spr_map[].
7452
7453 2004-04-04 Andrew Cagney <cagney@redhat.com>
7454
7455 * config/mips/xm-riscos.h: Delete.
7456 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7457 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7458 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7459 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7460 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7461 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7462 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7463 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7464 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7465 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7466 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7467 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7468 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7469 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7470 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7471 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7472 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7473 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7474 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7475 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7476 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7477 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7478 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7479 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7480 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7481 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7482
7483 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7484 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7485 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7486 * configure.host: Remove m680[01]0-sun-sunos3*,
7487 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7488 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7489 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7490 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7491 mips-*-riscos*.
7492 * NEWS: Mention removed systems.
7493
7494 2004-04-04 Andrew Cagney <cagney@redhat.com>
7495
7496 GDB 6.1 release created from 6.1 branch.
7497
7498 2004-04-04 Andrew Cagney <cagney@redhat.com>
7499
7500 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7501 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7502 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7503
7504 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7505 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7506 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7507
7508 2004-04-03 Jim Blandy <jimb@redhat.com>
7509
7510 * MAINTAINERS: Chris Faylor has changed employers; add him to
7511 "paper trail" section, and update his E-mail address.
7512
7513 2004-04-03 Andrew Cagney <cagney@redhat.com>
7514
7515 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7516 generic dummy frames.
7517 * dummy-frame.c: Update copyright.
7518 (dummy_frame_sniffer): Delete check for generic dummy frames.
7519
7520 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7521 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7522 (REG_PARM_STACK_SPACE): Delete.
7523 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7524 Inline reference to REG_PARM_STACK_SPACE.
7525
7526 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7527 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7528 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7529 (FRAME_BASE_BEFORE_SIGTRAMP)
7530 (hppa32_hpux_frame_base_before_sigtramp)
7531 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7532 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7533 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7534 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7535 (FRAME_BASE_BEFORE_SIGTRAMP)
7536 (hppa64_hpux_frame_base_before_sigtramp)
7537 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7538
7539 2004-04-03 Andrew Cagney <cagney@redhat.com>
7540
7541 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7542
7543 2004-04-02 Andrew Cagney <cagney@redhat.com>
7544
7545 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7546 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7547 * dummy-frame.h: Delete out-of-date comments.
7548 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7549 * gdbarch.h, gdbarch.c: Re-generate.
7550
7551 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7552
7553 Committed by Andrew Cagney <cagney@redhat.com>.
7554 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7555 into account an instruction saving a register if we have already
7556 seen an earlier instruction saving that same register.
7557
7558 2004-04-02 Andrew Cagney <cagney@redhat.com>
7559
7560 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7561 * gdbarch.h, gdbarch.c: Re-generate.
7562 * frame.c (legacy_get_prev_frame): Delete references to
7563 DEPRECATED_INIT_FRAME_PC_FIRST.
7564
7565 * infrun.c (pc_in_sigtramp): Delete function.
7566 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7567 get_frame_type.
7568
7569 2004-04-02 Andrew Cagney <cagney@redhat.com>
7570
7571 * infrun.c (handle_step_into_function): Delete code conditional on
7572 legacy_frame_p.
7573 (handle_inferior_event, step_over_function): Ditto.
7574
7575 2004-04-02 Andrew Cagney <cagney@redhat.com>
7576
7577 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7578 "previous frame inner to this frame" test.
7579
7580 2004-04-02 Andrew Cagney <cagney@redhat.com>
7581
7582 * frame.c (safe_frame_unwind_memory): New function.
7583 * frame.h (safe_frame_unwind_memory): Declare. Update description
7584 of /safe_/ methods.
7585 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7586 "next_frame". Use safe_frame_unwind_memory.
7587 (tramp_frame_sniffer): Update call to tramp_frame_start.
7588
7589 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7590
7591 * dwarf2read.c (dwarf2_objfile_data_key): New.
7592 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7593 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7594 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7595 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7596 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7597 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7598 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7599 Remove variables.
7600 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7601 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7602 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7603 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7604 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7605 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7606 Remove macros.
7607 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7608 data.
7609 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7610 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7611 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7612 (read_partial_die, read_full_die, read_indirect_string)
7613 (dwarf_decode_line_header, dwarf_decode_macros)
7614 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7615 Update uses of removed variables.
7616 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7617 of removed macros.
7618 (_initialize_dwarf2_read): New function.
7619 * symfile.h (dwarf2_has_info): Update prototype.
7620 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7621 * elfread.c (elf_symfile_read): Likewise.
7622
7623 2004-04-01 Jim Blandy <jimb@redhat.com>
7624
7625 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7626 function for register numbers on all the rs6000-derived targets.
7627 (rs6000_gdbarch_init): Don't register a separate
7628 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7629 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7630 variants.
7631
7632 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7633 numbering.
7634
7635 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7636
7637 * valarith.c: Update copyright notice.
7638 (value_add): Handle range types.
7639 (value_sub): Ditto.
7640 (value_equal): Ditto.
7641 (value_less): Ditto.
7642 (value_neg): Ditto.
7643 (value_complement): Ditto.
7644 (value_binop): Simplify slightly by using is_integral_type and
7645 eliminiating unnecessary COERCE_ENUMs.
7646
7647 2004-03-31 Andrew Cagney <cagney@redhat.com>
7648
7649 * frame.h (frame_unwind_id): Declare.
7650 * frame.c (frame_unwind_id): New function.
7651 (get_prev_frame_1): New function.
7652 (frame_debug_got_null_frame): New function.
7653 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7654 code proper to prev_frame, update description.
7655 * infrun.c (step_over_function): Use frame_unwind_id.
7656
7657 2004-04-31 J. Brobecker <brobecker@gnat.com>
7658
7659 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7660 (hppa64_push_dummy_call): Likewise.
7661
7662 2004-03-30 Jim Blandy <jimb@redhat.com>
7663
7664 From Ulrich Weigand:
7665 * utils.c (query): Do not use a va_list variable multiple times.
7666
7667 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7668
7669 * Makefile.in (linux_nat_h): Update dependencies.
7670 * configure.in: Check for <gnu/libc-version.h>.
7671 * configure: Regenerate.
7672 * config.in: Regenerate.
7673 * linux-nat.h: Include "target.h". Add waitstatus field to
7674 struct lwp_info.
7675 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7676 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7677 to.
7678 (lin_lwp_handle_extended): New function. Handle clone events.
7679 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7680 thread exit events.
7681 (child_wait): Handle clone events.
7682 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7683 * linux-nat.c (linux_enable_event_reporting): Turn on
7684 PTRACE_O_TRACECLONE.
7685 (linux_handle_extended_wait): Handle clone events.
7686 * thread-db.c: Include <gnu/libc-version.h>.
7687 (struct private_thread_info): Add dying flag.
7688 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7689 higher.
7690 (attach_thread): Update comments. Handle dying threads.
7691 (detach_thread): Set the dying flag.
7692 (check_event): Always call attach_thread.
7693
7694 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7695
7696 * mips-tdep.c (mips_pdr_data): New.
7697 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7698 (_initialize_mips_tdep): Initialize mips_pdr_data.
7699
7700 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7701
7702 * minsyms.c (install_minimal_symbols): Move dropping leading
7703 char from linkage name from here...
7704 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7705 test for "__gnu_compiled*" symbols.
7706
7707 2004-03-28 Jim Blandy <jimb@redhat.com>
7708
7709 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7710 registers to temp register r0 and byte stores as prologue
7711 instructions.
7712
7713 2004-03-28 Andrew Cagney <cagney@redhat.com>
7714
7715 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7716 arm*-*-*.
7717
7718 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7719
7720 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7721 and switch the layout to force a display of register window.
7722
7723 2004-02-26 J. Brobecker <brobecker@gnat.com>
7724
7725 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7726 of the INTEGER class.
7727
7728 2004-03-26 Jim Blandy <jimb@redhat.com>
7729
7730 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7731 bytes long on PPC GNU/Linux.
7732
7733 2004-03-26 David Carlton <carlton@kealia.com>
7734
7735 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7736
7737 2004-03-25 Andrew Cagney <cagney@redhat.com>
7738
7739 * PROBLEMS: Add general section titles, remove references to
7740 specific releases.
7741
7742 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7743
7744 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7745 INT_REGISTER_SIZE.
7746 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7747 FP_REGISTER_VIRTUAL_SIZE.
7748 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7749 of DEPRECATED_REGISTER_RAW_SIZE.
7750 (arm_register_type): Add gdbarch argument.
7751 (arm_register_raw_size, arm_register_virtual_size): Delete.
7752 (arm_register_byte, arm_extract_return_value)
7753 (arm_store_return_value, arm_get_longjmp_target): Update references
7754 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7755 (arm_gdbarch_init): Likewise. Don't set
7756 deprecated_register_raw_size, deprecated_register_virtual_size,
7757 deprecated_max_register_raw_size,
7758 deprecated_max_register_virtual_size, or
7759 deprecated_max_register_virtual_type. Do set register_type.
7760 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7761 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7762 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7763 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7764 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7765 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7766 INT_REGISTER_SIZE.
7767 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7768 (remote_rdp_store_register): Likewise.
7769
7770 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7771
7772 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7773 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7774 to after osabi initialization.
7775 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7776 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7777 functions.
7778 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7779 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7780 variables.
7781 (mips_linux_init_abi): Append signal trampoline unwinders.
7782
7783 2004-03-24 Andrew Cagney <cagney@redhat.com>
7784
7785 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7786 * tramp-frame.c: Include "gdb_assert.h".
7787 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7788 correct sizeof.
7789 (tramp_frame_append): Validate the tramp frame's instructions.
7790 * Makefile.in (tramp-frame.o): Update dependencies.
7791
7792 2004-03-23 Andrew Cagney <cagney@redhat.com>
7793
7794 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7795
7796 2004-03-23 Andrew Cagney <cagney@redhat.com>
7797
7798 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7799 Nasser as past testsuite/lib/ (and other) maintainers.
7800
7801 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7802
7803 * infcmd.c (attach_command): Reread symbols if we already have
7804 an exec file.
7805
7806 2004-03-23 Andrew Cagney <cagney@redhat.com>
7807
7808 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7809
7810 2004-03-23 Andrew Cagney <cagney@redhat.com>
7811
7812 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7813 * gdbarch.h, gdbarch.c: Re-generate.
7814 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7815 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7816 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7817 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7818 (DEPRECATED_SIGTRAMP_START): Update.
7819 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7820 (DEPRECATED_SIGTRAMP_START): Update.
7821 * blockframe.c (find_pc_sect_partial_function): Update.
7822 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7823
7824 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7825
7826 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7827 if necessary.
7828
7829 2004-03-23 Andrew Cagney <cagney@redhat.com>
7830
7831 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7832 predicate, deprecate.
7833 * gdbarch.h, gdbarch.c: Re-generate.
7834 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7835 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7836 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7837 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7838 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7839 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7840 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7841 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7842 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7843 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7844 * blockframe.c (find_pc_partial_function): Update.
7845 * breakpoint.c (bpstat_what): Update.
7846 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7847 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7848 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7849 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7850 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7851 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7852 * i386-nto-tdep.c (i386nto_init_abi): Update.
7853 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7854 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7855 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7856 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7857 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7858 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7859 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7860 * infrun.c (pc_in_sigtramp): Update.
7861 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7862 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7863 * mips-tdep.c (mips_gdbarch_init): Update.
7864 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7865 * ppc-linux-tdep.c: Update comment.
7866 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7867 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7868 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7869 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7870 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7871 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7872 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7873 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7874 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7875 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7876
7877 2004-03-23 Andrew Cagney <cagney@redhat.com>
7878
7879 * tramp-frame.h, tramp-frame.h: New files.
7880 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7881 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7882
7883 * Makefile.in: Update all dependencies.
7884
7885 2004-03-23 Andrew Cagney <cagney@redhat.com>
7886
7887 * Makefile.in (trad_frame_h): Add $(frame_h).
7888 * trad-frame.h: Update copyright. Include "frame.h".
7889 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7890 (trad_frame_set_id, trad_frame_get_id): Declare.
7891 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7892 * trad-frame.c: Update copyright.
7893 (struct trad_frame_cache): Define.
7894 (trad_frame_cache_zalloc): New function.
7895 (trad_frame_set_id, trad_frame_get_id): New functions.
7896 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7897
7898 2004-03-22 Andrew Cagney <cagney@redhat.com>
7899
7900 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7901 s390_pltstub_unwind_cache.
7902 (s390_stub_frame_unwind_cache): Rename
7903 s390_pltstub_frame_unwind_cache.
7904 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7905 (s390_stub_frame_prev_register): Rename
7906 s390_pltstub_frame_prev_register.
7907 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7908 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7909
7910 From Ulrich Weigand:
7911 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7912 pointer calls like PLT calls.
7913
7914 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7915
7916 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7917 PC rather than the partial function start address. Use the start
7918 address to sanity check the found PDR.
7919
7920 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7921
7922 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7923 linux_handle_extended_wait.
7924
7925 2004-03-22 Andrew Cagney <cagney@redhat.com>
7926
7927 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7928 function.
7929
7930 * frame.h (generic_pop_current_frame): Delete declaration.
7931 (deprecate_pop_dummy_frame): Deprecate
7932 generic_pop_dummy_frame.
7933 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7934 (generic_pop_current_frame): Delete function.
7935 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7936 generic_pop_current_frame.
7937 * v850-tdep.c (v850_pop_frame): Update.
7938 * mcore-tdep.c (mcore_pop_frame): Update.
7939 * sh64-tdep.c (sh64_pop_frame): Update.
7940 * h8300-tdep.c (h8300_pop_frame): Update.
7941
7942 2004-03-22 Andrew Cagney <cagney@redhat.com>
7943
7944 * frame.h (deprecated_pc_in_call_dummy): Rename
7945 generic_pc_in_call_dummy.
7946 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7947 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7948 generic_pc_in_call_dummy.
7949 (pc_in_dummy_frame): Make static.
7950 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7951 * gdbarch.h, gdbarch.c: Re-generate.
7952 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7953 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7954 (legacy_get_prev_frame): Ditto.
7955 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7956 comment.
7957
7958 2004-03-21 Andrew Cagney <cagney@redhat.com>
7959
7960 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7961 declaration and out-of-date comment.
7962 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7963 Delete function.
7964 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7965 deprecated_pc_in_call_dummy.
7966
7967 * infrun.c (handle_inferior_event): For non legacy frames, use the
7968 frame ID and frame type to identify a signal trampoline. Update
7969 comments.
7970
7971 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7972
7973 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7974 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7975
7976 2004-03-21 Andrew Cagney <cagney@redhat.com>
7977
7978 * frame-unwind.h: Update copyright.
7979 (struct frame_data): Add opaque declaration.
7980 (frame_sniffer_ftype): Declare.
7981 (struct frame_unwind): Add "unwind_data" and "sniffer".
7982 (frame_unwind_register_unwinder): Declare.
7983 (frame_unwind_find_by_frame): Add parameter "this_cache".
7984 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7985 (legacy_get_prev_frame, legacy_get_prev_frame)
7986 (get_frame_type): Pass the prologue_cache to
7987 frame_unwind_find_by_frame.
7988 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7989 "unwinder".
7990 (frame_unwind_register_unwinder): New function.
7991 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7992
7993 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7994
7995 * bcache.c (print_percentage): Use floating point to avoid
7996 incorrect results when portion*100 overflows.
7997
7998 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7999
8000 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8001 (ppc_linux_init_extra_frame_info)
8002 (ppc_linux_frameless_function_invocation)
8003 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8004 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8005 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8006 (rs6000_frame_chain): Delete declarations.
8007 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8008 (ppc_linux_init_extra_frame_info)
8009 (ppc_linux_frameless_function_invocation)
8010 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8011 (ppc_linux_init_abi): Remove registration of above deleted functions.
8012 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8013 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8014 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8015 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8016 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8017 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8018 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8019 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8020 frame management for all OSABIs.
8021
8022 2004-03-19 Andrew Cagney <cagney@redhat.com>
8023
8024 Committed by Kevin Buettner <kevinb@redhat.com>.
8025
8026 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8027 Update copyright.
8028 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8029 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8030 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8031 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8032 unwinders. #ifdef legacy frame code.
8033 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8034 "frame-base.h".
8035 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8036 (struct rs6000_frame_cache, rs6000_frame_cache)
8037 (rs6000_frame_this_id, rs6000_frame_prev_register)
8038 (rs6000_frame_sniffer, rs6000_frame_unwind)
8039 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8040 (rs6000_frame_base): Implement a traditional frame unwinder.
8041 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8042 frame unwinder.
8043
8044 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8045
8046 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8047 breakpoint address for watchpoints or the catch eventpoints.
8048 Add new paramter ``bptype''. Adjust all callers.
8049
8050 2004-03-19 Andrew Cagney <cagney@redhat.com>
8051
8052 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8053
8054 * PROBLEMS: Delete note that ARM does not use frame code, problem
8055 fixed.
8056
8057 2004-03-18 Andrew Cagney <cagney@redhat.com>
8058
8059 * stack.c (return_command): Delete code wrapped in #ifdef
8060 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8061
8062 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8063
8064 2004-03-18 Andrew Cagney <cagney@redhat.com>
8065
8066 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8067 DEPRECATED_IN_SIGTRAMP.
8068 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8069 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8070 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8071 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8072 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8073 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8074 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8075 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8076 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8077 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8078
8079 2004-03-18 Andrew Cagney <cagney@redhat.com>
8080
8081 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8082 (struct frame_base_table_entry): Define.
8083 (struct frame_base_table): Re-implement as a linked list.
8084 (frame_base_init): Re-implement.
8085 (frame_base_table): Delete function.
8086 (append_predicate): Delete function.
8087 (frame_base_append_sniffer): Update.
8088 (frame_base_set_default): Update.
8089 (frame_base_find_by_frame): Update.
8090 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8091 * Makefile.in (frame-base.o): Update dependencies.
8092
8093 2004-03-17 Andrew Cagney <cagney@redhat.com>
8094
8095 * frame.c (legacy_get_prev_frame): Pass correct frame to
8096 frame_unwind_find_by_frame.
8097
8098 2004-03-17 David Carlton <carlton@kealia.com>
8099
8100 * NEWS: Mention C++ nested types and namespaces
8101
8102 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8103
8104 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8105 and "Regressions since gdb 5.3.". Add known regressions since
8106 gdb 6.0.
8107
8108 2004-03-16 David Carlton <carlton@kealia.com>
8109
8110 * dwarf2read.c (process_structure_scope): Process children even
8111 when we're a declaration.
8112
8113 2004-03-16 Andrew Cagney <cagney@redhat.com>
8114
8115 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8116 * blockframe.c (find_pc_partial_function)
8117 (find_pc_sect_partial_function): Merge into a single
8118 find_pc_partial_function.
8119
8120 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8121
8122 * i386bsd-nat.c: s/regno/regnum/g.
8123 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8124 FP0_REGNUM.
8125 (store_inferior_registers): Likewise.
8126
8127 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8128
8129 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8130 of i387_fill_fsave.
8131 (store_inferior_registers): Call i387_collect_fsave and
8132 i387_collect_fxsave instead of i387_fill_fsave and
8133 i387_fill_fxsave.
8134
8135 2004-03-15 Andrew Cagney <cagney@redhat.com>
8136
8137 * Makefile.in (frame-unwind.o): Update dependencies.
8138 * frame-unwind.c: Include "gdb_obstack.h".
8139 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8140 parameter.
8141 (append_predicate): Delete function.
8142 (struct frame_unwind_table_entry): New structure.
8143 (struct frame_unwind_table): Replace "sniffer" with "head" and
8144 "tail".
8145 (frame_unwind_append_sniffer): Update.
8146 (frame_unwind_find_by_frame): Update.
8147 (_initialize_frame_unwind): Registe frame_unwind_init using
8148 gdbarch_data_register_pre_init.
8149
8150 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8151
8152 * i386bsd-nat.c: Update copyright year.
8153 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8154 define unconditionally.
8155
8156 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8157
8158 * i387-tdep.h (i387_collect_fsave): New prototype.
8159 * i387-tdep.c (i387_collect_fsave): New function containing most
8160 of the code from i387_fill_fsave.
8161 (i387_fill_fsave): Call i387_collect_fsave.
8162
8163 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8164
8165 * i386-linux-tdep.c: Update copyright year.
8166 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8167 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8168 svr4_ilp32_link_map_offsets instead of
8169 i386_linux_svr4_fetch_link_map_offsets.
8170
8171 2004-03-15 David Carlton <carlton@kealia.com>
8172
8173 Fix for PR c++/1553:
8174 * dwarf2read.c (read_structure_type): Determine type name by
8175 calling determine_class_name.
8176 (determine_class_name): New.
8177 (determine_prefix): Look at TYPE_TAG_NAME and call
8178 determine_class_name when appropriate.
8179 (determine_prefix_aux, class_name): Delete.
8180 (read_namespace): Set die->type.
8181
8182 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8183
8184 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8185 unused macro definition. The definition in target.h (or perhaps
8186 elsewhere) takes precedence.
8187
8188 2004-03-15 Andrew Cagney <cagney@redhat.com>
8189
8190 * ppc-tdep.h: Update copyright.
8191 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8192 function signatures to match "regsets.h".
8193 * ppc-linux-tdep.c: Include "regset.h".
8194 (ELF_GREGSET_SIZE): Delete.
8195 (right_supply_register): New function.
8196 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8197 using right_supply_register.
8198 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8199 functions.
8200 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8201 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8202 (_initialize_ppc_linux_tdep): Do not register
8203 ppc_linux_regset_core_fns.
8204 (ppc_linux_regset_from_core_section): Replace
8205 fetch_core_registers.
8206 (ppc_linux_regset_core_fns): Delete.
8207 * ppc-linux-nat.c: (right_fill_reg): New function.
8208 (supply_gregset): Update call to ppc_linux_supply_gregset.
8209 (fill_gregset): Clear the register set, use right_fill_reg.
8210 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8211 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8212
8213 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8214 unsigned.
8215
8216 2004-03-15 Andrew Cagney <cagney@redhat.com>
8217
8218 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8219 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8220 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8221 and register_gdbarch_data.
8222 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8223 (struct gdbarch_data): Replace "init" by "pre_init" and
8224 "post_init".
8225 * gdbarch.h, gdbarch.c: Re-generate.
8226 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8227 with"obstack", use OBSTACK_ZALLOC.
8228 (dwarf2_frame_ops): Delete.
8229 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8230 (dwarf2_frame_init_reg): Use gdbarch_data.
8231 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8232 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8233 (_initialize_svr4_solib): Update.
8234 * user-regs.c (_initialize_user_regs): Update.
8235 * reggroups.c (_initialize_reggroup): Update.
8236 * regcache.c (_initialize_regcache): Update.
8237 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8238 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8239 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8240 * frame-unwind.c (_initialize_frame_unwind): Update.
8241 * frame-base.c (_initialize_frame_base): Update.
8242 * user-regs.c (user_reg_add): Update.
8243 * reggroups.c (reggroup_add): Update.
8244 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8245 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8246 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8247 * frame-base.c (frame_base_table): Update.
8248 * remote.c (_initialize_remote): Update.
8249 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8250
8251 2004-03-15 Andrew Cagney <cagney@redhat.com>
8252
8253 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8254
8255 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8256
8257 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8258 * frv-linux-tdep.c: New file.
8259 * frv-tdep.c (struct gdbarch_tdep): Add new field
8260 ``sigcontext_reg_addr''.
8261 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8262 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8263 (frv_sigramp_frame_sniffer): New functions.
8264 (frv_sigtramp_frame_unwind): New static global.
8265 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8266 sniffers.
8267 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8268 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8269
8270 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8271
8272 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8273 but not via a call to error(), when unable to read memory.
8274
8275 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8276
8277 * frv-tdep.c (frv_call_dummy_words): Delete.
8278 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8279
8280 2004-03-15 Andrew Cagney <cagney@redhat.com>
8281
8282 * infrun.c (handle_step_into_function, step_over_function): Only
8283 update and use STEP_FRAME_ID when the system is using legacy
8284 frames. Update comments.
8285
8286 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8287
8288 * amd64-linux-tdep.h: Remove file.
8289 * amd64-linux-tdep.c: Don't include "inferior.h" and
8290 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8291 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8292 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8293 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8294 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8295 macros.
8296 (user_to_gdb_regmap): Remove variable.
8297 (amd64_linux_gregset_reg_offset): New variable.
8298 (amd64_core_fns): Remove variable.
8299 (fetch_core_registers): Remove function.
8300 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8301 functions.
8302 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8303 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8304 * Makefile.in (amd64_linux_tdep_h): Remove.
8305 (amd64-linux-nat.o): Update dependencies.
8306 (amd64-linux-tdep.o): Update dependencies.
8307
8308 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8309 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8310 functions.
8311 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8312
8313 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8314 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8315
8316 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8317
8318 * dwarf2read.c (read_structure_type): Rename from
8319 read_structure_scope. Don't create a symbol or call process_die.
8320 Return immediately if die->type is set. Call read_type_die before
8321 dwarf2_add_member_fn.
8322 (process_structure_scope): New function.
8323 (read_enumeration_type, process_enumeration_scope): New functions,
8324 broken out from read_enumeration. Don't create the enumeration
8325 type if it has already been created.
8326 (read_enumeration): Removed.
8327 (process_die): Call read_structure_type, process_structure_scope,
8328 read_enumeration_type, and process_enumeration_scope. Just call
8329 new_symbol for base and subrange types. Add a comment about other
8330 type dies.
8331 (read_type_die): Call read_enumeration_type.
8332 (add_partial_structure, new_symbol): Update comments.
8333
8334 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8335
8336 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8337
8338 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8339
8340 * tui/tui-win.h (tui_get_cmd_list): Declare.
8341 * tui/tui-win.c (tui_command): New function.
8342 (tui_get_cmd_list): New function.
8343 (_initialize_tui_win): Moved initialization of tui command in
8344 tui_get_cmd_list.
8345
8346 * tui/tui-data.c (init_content_element): Setup new data members.
8347 (init_win_info): Likewise.
8348 (free_content_elements): Free it.
8349 * tui/tui-data.h (struct tui_data_element): Store the register
8350 content to print.
8351 (struct tui_data_info): Keep the current register group.
8352
8353 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8354
8355 * tui/tui-regs.h (tui_show_registers): Update prototype.
8356 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8357 (tui_resize_all): No need to calculate anything for register window.
8358 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8359 (tui_set_register_element, tui_set_general_regs_content): Remove.
8360 (tui_set_special_regs_content): Remove.
8361 (tui_set_general_and_special_regs_content): Remove.
8362 (tui_set_float_regs_content): Remove.
8363 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8364 (tui_set_regs_content): Remove.
8365 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8366 (tui_v_show_registers_command_support): Remove.
8367 (tui_show_registers): Use a reggroup to specify the registers to show.
8368 (tui_show_register_group): New function.
8369 (tui_display_registers_from): Compute the layout of register window
8370 and refresh with new API; be sure to delete old register windows.
8371 (tui_check_register_values): Update to use tui_get_register and
8372 tui_display_data.
8373 (tui_display_register): Just refresh the register window part.
8374 (tui_register_format): Format registers and save in tui_data_element.
8375 (tui_get_register): New to combine tui_reg_value_has_changed and
8376 tui_get_register_raw_value; fix to use the new gdb API.
8377 (tui_show_float_command): Renamed tui_reg_float_command.
8378 (tui_show_general_command): Renamed tui_reg_general_command.
8379 (tui_show_special_command): Renamed tui_reg_system_command.
8380 (_initialize_tui_regs): Remove unused commands.
8381
8382 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8383
8384 * NEWS (New native configurations): Mention OpenBSD/amd64.
8385
8386 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8387 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8388 Remove defines.
8389 * config/i386/nm-fbsd64.h: Likewise.
8390 * config/i386/nm-obsd.h: Likewise.
8391 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8392 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8393
8394 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8395
8396 * frv-tdep.c (set_variant_scratch_registers): New function.
8397 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8398 New constants.
8399
8400 From Richard Sandiford <rsandifo@redhat.com>:
8401 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8402
8403 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8404
8405 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8406 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8407 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8408 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8409 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8410 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8411 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8412 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8413 definitions from frv-tdep.c to frv-tdep.h.
8414
8415 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8416
8417 Add shared library support for FR-V FDPIC ABI:
8418 * Makefile.in (solib-frv.o): Add dependencies.
8419 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8420 New functions.
8421 (frv_push_dummy_call): Add support for FDPIC ABI.
8422 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8423 for FDPIC ABI.
8424 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8425 (frv_fdpic_find_canonical_descriptor): Declare.
8426 * solib-frv.c: New file.
8427 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8428 * config/frv/tm-frv.h (solib.h): Include.
8429
8430 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8431
8432 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8433 (frv-tdep.o): Update dependencies.
8434 * frv-tdep.h: New file.
8435 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8436 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8437 constants.
8438 (struct gdbarch_tdep): Add new member ``frv_abi''.
8439 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8440 functions.
8441 (new_variant): Set ``frv_abi'' field.
8442 (gdb_arch_init): Detect FDPIC executables.
8443
8444 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8445
8446 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8447 wrapper.
8448
8449 2004-03-11 Andrew Cagney <cagney@redhat.com>
8450
8451 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8452
8453 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8454
8455 * solist.h (master_so_list): New function.
8456 * solib.c (master_so_list): Likewise.
8457 * solib-svr4.c (enable_break): Iterate over so_list entries
8458 obtained from master list instead of entries obtained directly
8459 via svr4_current_sos().
8460
8461 2004-03-10 Ben Elliston <bje@gnu.org>
8462
8463 * MAINTAINERS: Update my mail address.
8464
8465 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8466
8467 * remote-m32r-sdi.c: Support hardware watchpoint.
8468
8469 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8470
8471 * user-regs.c: Update copyright years.
8472 (struct user_regs): Rename to gdb_user_regs.
8473 (append_user_reg, builtin_user_regs, user_regs_init)
8474 (user_reg_add, user_reg_map_name_to_regnum)
8475 (usernum_to_user_reg): Update.
8476
8477 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8478
8479 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8480 (skip_children): New functions.
8481 (locate_pdi_sibling): Call skip_children.
8482
8483 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8484
8485 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8486 * gdbtypes.c (check_typedef): Update comments.
8487
8488 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8489
8490 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8491 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8492 pointer. Update comment about comp_unit_head.
8493 (struct abbrev_info): Shorten two int flags.
8494 (dwarf_alloc_abbrev): Take a CU argument.
8495 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8496 each time through the loop. Update cleanup argument.
8497 (psymtab_to_symtab_1): Update cleanup call.
8498 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8499 abbrev_obstack.
8500 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8501 Just call obstack_free and clear the pointer.
8502
8503 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8504
8505 * infrun.c (handle_inferior_event): Remove short-circuit code for
8506 events in a different thread.
8507
8508 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8509
8510 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8511 print the whole transfer.
8512 (initialize_targets): Update description of "set debug target".
8513
8514 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8515
8516 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8517
8518 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8519
8520 * MAINTAINERS (write after approval): Add myself.
8521
8522 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8523
8524 * sh-tdep.c (sh_print_registers_info): Use for loop.
8525 Don't skip multiple registers when a float register is encountered.
8526
8527 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8528
8529 Fix PR tdep/1291.
8530 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8531 to official SH documentation.
8532
8533 2004-03-07 Andrew Cagney <cagney@redhat.com>
8534
8535 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8536 unused function.
8537
8538 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8539
8540 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8541 (arm_get_next_pc): Handle BX and BLX.
8542
8543 2004-03-07 Andrew Cagney <cagney@redhat.com>
8544
8545 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8546 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8547 HPPA_SP_REGNUM.
8548 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8549 (hppa_target_read_fp): Delete.
8550 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8551 register_virtual_size, max_register_raw_size,
8552 max_register_virtual_size, register_byte, register_size,
8553 target_read_fp, fp_regnum, and register_bytes. Set register_type
8554 instead of register_virtual_type.
8555 (hppa32_register_type, hppa64_register_type): Replace
8556 hppa32_register_virtual_type and hppa64_register_virtual_type.
8557 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8558 (HPPA_FP_REGNUM): Define.
8559
8560 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8561
8562 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8563 (pa_do_registers_info): Delete.
8564 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8565 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8566 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8567
8568 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8569 GDB_TARGET_IS_HPPA code.
8570 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8571 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8572 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8573 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8574 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8575 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8576 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8577 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8578 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8579 (hppa_frameless_function_invocation, hppa64_store_return_value)
8580 (hppa_store_struct_return, hppa64_extract_return_value)
8581 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8582 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8583 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8584 (find_proc_framesize, deposit_21, restore_pc_queue)
8585 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8586 (rp_saved, pc_in_linker_stub): Delete.
8587
8588 Unconditionally enable 64-bit frame and ABI code.
8589 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8590 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8591 push_dummy_frame, fix_call_dummy, push_arguments,
8592 call_dummy_location, extract_return_value, use_struct_convention,
8593 store_return_value, store_struct_return, saved_pc_after_call,
8594 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8595 frame_chain, frame_chain_valid, frameless_function_invocation,
8596 frame_saved_pc, and pop_frame.
8597
8598 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8599 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8600 (hppa_gdbarch_init): Do not set PC_REGNUM.
8601
8602 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8603
8604 * config/alpha/tm-fbsd.h: Remove file.
8605 * config/alpha/fbsd.mt: Tweak comment.
8606 (TM_FILE): Set to tm-alpha.h.
8607
8608 2004-03-05 Andrew Cagney <cagney@redhat.com>
8609
8610 * infrun.c (step_over_function): When non-legacy code, and no
8611 step_frame_id, use the unwinder to get the caller's frame ID.
8612
8613 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8614
8615 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8616 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8617 bfd_arch_unknown. Adjust comment.
8618
8619 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8620 * i386obsd-tdep.c: Correct spelling in comment.
8621 * i386nbsd-tdep.c: Correct spelling in comment.
8622 * sparc-tdep.c: Correct spelling in comments.
8623
8624 2004-03-05 David Carlton <carlton@kealia.com>
8625
8626 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8627 bug.
8628
8629 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8630
8631 * sparc-tdep.c: Fix typo in comment.
8632
8633 2004-03-04 J. Brobecker <brobecker@gnat.com>
8634
8635 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8636
8637 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8638
8639 * dwarf2read.c: Add comment describing memory lifetimes.
8640 (struct dwarf2_pinfo): Update comment.
8641 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8642 (read_enumeration, new_symbol): Don't use obsavestring.
8643
8644 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8645
8646 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8647 instead of amd64_fill_fxsave.
8648 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8649 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8650
8651 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8652 Reorganize code a bit.
8653
8654 2004-03-04 Orjan Friberg <orjanf@axis.com>
8655
8656 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8657 when the frame pointer is pushed. Don't set the frame pointer's
8658 address on the stack unless it's actually located there.
8659 Set the SRP's address on the stack correctly when the PC is still in
8660 the prologue.
8661 (cris_return_value): New function.
8662 (cris_gdbarch_init): Clear deprecated store_return_value,
8663 extract_return_value.
8664
8665 2004-03-02 Jim Blandy <jimb@redhat.com>
8666
8667 * stabsread.c (reg_value_complaint): The maximum register number
8668 is one less than the number of registers.
8669
8670 2004-03-02 Andrew Cagney <cagney@redhat.com>
8671
8672 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8673 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8674 trailing comma and redundant assignment of I386_ST0_REGNUM.
8675 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8676 32-bit segment registers.
8677
8678 2004-03-01 Andrew Cagney <cagney@redhat.com>
8679
8680 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8681 use frame_relative_level and get_next_frame.
8682
8683 2004-02-29 Andrew Cagney <cagney@redhat.com>
8684
8685 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8686 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8687 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8688 Delete macro.
8689
8690 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8691
8692 * inflow.c (terminal_inferior): Don't give up the terminal if we
8693 previously couldn't get the inferior's terminal state.
8694
8695 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8696
8697 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8698 PC_REGNUM.
8699
8700 2004-02-28 Andrew Cagney <cagney@redhat.com>
8701
8702 * NEWS: Refer to GDB 6.1.
8703 * README: Refer to GDB 6.1.
8704 * PROBLEMS: Refer to GDB 6.1.
8705
8706 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8707
8708 * thread-db.c (disable_thread_signals): Remove unused function.
8709
8710 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8711
8712 * amd64-nat.c: Include "gdb_string.h".
8713 (amd64_collect_native_gregset): Zero-extend the 32-bit
8714 general-purpose registers and %eip.
8715
8716 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8717 * amd64-tdep.c (amd64_collect_fxsave): New function.
8718 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8719
8720 * i387-tdep.h: Update copyright year.
8721 (i387_collect_fxsave): New prototype.
8722 * i387-tdep.c: Update copyright year.
8723 (i387_collect_fxsave): New function containing most of the code
8724 from i387_fill_fxsave.
8725 (i387_fill_fxsave): Call i387_collect_fxsave.
8726
8727 2004-02-28 Andrew Cagney <cagney@redhat.com>
8728
8729 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8730 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8731
8732 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8733
8734 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8735
8736 2004-02-28 Andrew Cagney <cagney@redhat.com>
8737
8738 * utils.c: Use "", instead of <>, to include readline.
8739 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8740 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8741 * source.c, solib.c, exec.c, event-top.c: Ditto.
8742 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8743 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8744 * Makefile.in: Update all dependencies.
8745 (readline_tilde_h, readline_history_h): Define.
8746 (readline_headers): Delete.
8747
8748 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8749
8750 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8751 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8752 "config/i386/tm-lx64.h".
8753
8754 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8755 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8756 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8757
8758 2004-02-28 Andrew Cagney <cagney@redhat.com>
8759
8760 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8761
8762 * breakpoint.c (_initialize_breakpoint): Use
8763 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8764 Add help to show command.
8765
8766 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8767
8768 * i386-nat.c: Reformat to be closer to coding standards.
8769 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8770 `retval'. Make variables `align' and `size' local to while-loop.
8771 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8772 (_initialize_i386_nat): New prototype.
8773
8774 * tui/tui.c: Include <readline/readline.h> instead of
8775 "readline/readline.h". Include it after <term.h> and
8776 "gdb_curses.h".
8777
8778 2004-02-27 Andrew Cagney <cagney@redhat.com>
8779
8780 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8781 the new frame unwind code.
8782 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8783 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8784 PCOQ_HEAD_REGNUM.
8785
8786 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8787 "return_value" and "push_dummy_call".
8788 (hppa32_use_struct_convention): Delete unused function.
8789 (hppa32_store_return_value): Delete unused function.
8790 (hppa32_extract_return_value): Delete unused function.
8791 (hppa32_stack_align): Delete function.
8792
8793 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8794
8795 * coffread.c (enter_linenos): Don't let rawptr reference memory
8796 outside linetab[]'s limits.
8797
8798 2004-02-27 Andrew Cagney <cagney@redhat.com>
8799
8800 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8801 inferior stack space - the stack needs to grow upwards.
8802 (hppa32_frame_align): New function.
8803 (hppa64_frame_align): Replace hppa_frame_align.
8804 (hppa_gdbarch_init): Update.
8805
8806 2004-02-26 Orjan Friberg <orjanf@axis.com>
8807
8808 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8809 (dwarf2-frame.h): Include.
8810 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8811 Remove static variables related to ABI setting.
8812 (struct gdbarch_tdep): Remove cris_abi member.
8813 (struct frame_extra_info): Remove.
8814 (cris_unwind_cache, stack_item): New structs.
8815 (cris_frame_unwind, cris_frame_base): New variables.
8816 (push_stack_item, pop_stack_item)
8817 (cris_frame_unwind_cache, cris_frame_this_id)
8818 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8819 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8820 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8821 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8822 (cris_reg_struct_has_addr): New functions.
8823 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8824 (cris_frame_saved_pc, cris_saved_pc_after_call,
8825 (cris_store_struct_return, cris_frameless_function_invocation)
8826 (cris_pop_frame, cris_skip_prologue_main)
8827 (cris_abi_original_store_return_value)
8828 (cris_abi_v2_store_return_value)
8829 (cris_abi_original_extract_return_value)
8830 (cris_abi_v2_extract_return_value)
8831 (cris_abi_original_reg_struct_has_addr)
8832 (cris_abi_v2_reg_struct_has_addr)
8833 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8834 (cris_push_return_address, cris_abi_update): Remove.
8835 (_initialize_cris_tdep): Remove ABI command.
8836 (cris_dump_tdep): Ditto.
8837 (cris_gdbarch_init): Remove ABI command.
8838 Set store_return_value, extract_return_value, push_dummy_code,
8839 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8840 frame_unwind_append_sniffer, frame_base_set_default.
8841 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8842 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8843 sizeof_call_dummy_words, get_saved_register, push_return_address,
8844 pop_frame, store_struct_return, frame_init_saved_regs,
8845 init_extra_frame_info, frameless_function_invocation, frame_chain,
8846 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8847 dummy_write_sp.
8848
8849 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8850
8851 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8852 * valprint.c (print_hex_chars): Change from static to external.
8853 (print_char_chars): New function.
8854 * printcmd.c (print_scalar_formatted): For integer and enum types
8855 that are longer than LONGEST, perform processing via appropriate
8856 print_*_chars routines.
8857
8858 2004-02-26 Andrew Cagney <cagney@redhat.com>
8859
8860 * Makefile.in: Update dependencies.
8861 Changes from Ulrich Weigand,
8862 * s390-tdep.c: Include "dwarf2-frame.h".
8863 (s390_dwarf2_frame_init_reg): New function.
8864 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8865 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8866
8867 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8868
8869 * breakpoint.c (pending_break_support): New setting variable.
8870 (break_command_1): Account for pending_break_support setting
8871 when creating pending breakpoints.
8872 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8873 (_initialize_breakpoint): Add "set breakpoint pending" and
8874 "show breakpoint pending" commands.
8875
8876 2004-02-26 Andrew Cagney <cagney@redhat.com>
8877
8878 Fix PR i18n/1570.
8879 * charset.c (backslashable, backslashed, represented): Remove 'e'
8880 from list of escaped characters, not part of ISO-C.
8881
8882 2004-02-25 J. Brobecker <brobecker@gnat.com>
8883
8884 From Peter Schauer <schauer@pdf.de>:
8885 * tui/tui.c: Move system header includes after local includes.
8886 Fixes a build failure on solaris systems.
8887
8888 2004-02-25 J. Brobecker <brobecker@gnat.com>
8889
8890 * configure.in: Refine the previous change.
8891 * configure: Regenerate.
8892
8893 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8894
8895 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8896 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8897 "amd64-tdep.h" instead of "x86-64-tdep.h".
8898 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8899 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8900 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8901 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8902 and "x86-64-tdep.c".
8903 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8904 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8905 and "x86-64-tdep.c".
8906 * amd64bsd-nat.c: Update copyright year.
8907 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8908 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8909 "x86-64-tdep.h".
8910 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8911 "x86-64-tdep.h".
8912 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8913 "x86-64-tdep.h".
8914 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8915 "x86-64-tdep.h".
8916 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8917 "x86-64-tdep.h".
8918 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8919 "x86-64-tdep.h".
8920 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8921 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8922 * Makefile.in (amd64_linux_tdep_h): Renamed from
8923 x86_64_linux_tdep_h.
8924 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8925 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8926 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8927 (amd64obsd-tdep.o): Update dependencies.
8928 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8929 dependencies.
8930 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8931 dependencies.
8932 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8933 amd64-linux-nat.c amd64-linux-tdep.c.
8934 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8935 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8936 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8937 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8938 amd64-tdep.o and amd64-linux-tdep.o.
8939 (TM_FILE): Set to tm-linux64.h.
8940 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8941 (NAT_FILE): Set to nm-linux64.h.
8942 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8943 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8944 amd64-tdep.o.
8945 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8946 amd64-tdep.o.
8947 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8948 amd64-tdep.o.
8949
8950 2004-02-25 Roland McGrath <roland@redhat.com>
8951
8952 * remote.c (remote_protocol_qPart_auxv): New variable.
8953 (init_all_packet_configs): Initialize it.
8954 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8955 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8956 (show_remote_cmd): Call it.
8957 (_initialize_remote): Initialize commands.
8958 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8959 service TARGET_OBJECT_AUXV requests.
8960
8961 2004-02-25 J. Brobecker <brobecker@gnat.com>
8962
8963 * configure.in: Make sure that the wborder function is available.
8964 Otherwise, search for it in the cur_colr library.
8965 * configure: Regenerate.
8966
8967 2004-02-25 Andrew Cagney <cagney@redhat.com>
8968
8969 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8970
8971 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8972
8973 * config/i386/tm-x86-64linux.h: Tweak comments.
8974
8975 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8976
8977 * MAINTAINERS: Add self to write-after-approval list.
8978
8979 2004-02-25 Andrew Cagney <cagney@redhat.com>
8980
8981 PR cli/1566. Problem found, and fix suggested by David Allan.
8982 * cli/cli-script.c (execute_control_command): Unconditionally
8983 install a cleanup. Default "ret" to "invalid_control". Use
8984 "break" instead of "return" to escape from the switch.
8985
8986 2004-02-24 J. Brobecker <brobecker@gnat.com>
8987
8988 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8989 with the lines macro defined in term.h on AiX.
8990 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8991 a collision with the label_width macro defined in term.h on AiX.
8992
8993 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8994
8995 Committed by Kevin Buettner <kevinb@redhat.com>.
8996
8997 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8998 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8999 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9000 instead of ia64_write_pc().
9001 * ia64-linux-tdep.c (regcache.h): Include.
9002 (ia64_linux_write_pc): New function.
9003
9004 2004-02-23 Roland McGrath <roland@redhat.com>
9005
9006 * auxv.c (info_auxv_command): Fix typos in error messages.
9007
9008 2004-02-23 Mark Kettenis <kettenis@gnu.org>
9009
9010 * x86-64-tdep.h: Tweak comment.
9011 (enum amd64_regnum): New.
9012 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9013 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9014 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9015 (X86_64_XMM1_REGNUM): Removed.
9016 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9017 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9018 prototypes for renamed functions.
9019 * x86-64-tdep.c: Fix typo.
9020 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9021 register numbers.
9022 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9023 Use constants from `enum amd64_regnum' for register numbers.
9024 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9025 (amd64_analyze_prologue, amd64_frame_cache,
9026 amd64_sigtramp_frame_cache): Use constants from `enum
9027 amd64_regnum' for register numbers.
9028 (amd64_supply_fpregset): Adjust for renamed functions.
9029 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9030 `enum amd64_regnum' for register numbers.
9031 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9032 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9033 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9034 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9035 (amd64_linux_fill_gregset): Adjust for renamed macros.
9036 (fetch_core_registers): Adjust for renamed functions.
9037 (amd64_linux_init_abi): Adjust for renamed functions.
9038 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9039 renamed functions.
9040 * amd64-nat.c: Adjust for renamed macros.
9041 * amd64bsd-nat.c (fetch_inferior_registers)
9042 (store_inferior_registers): Use constants from `enum amd64_regnum'
9043 for register numbers. Adjust for renamed variables.
9044 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9045 renamed variables.
9046 (_initialize_amd64fbsd_nat): Use constants from `enum
9047 amd64_regnum' for register numbers.
9048 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9049 `enum amd64_regnum' for register numbers.
9050 (amd64fbsd_init_abi): Adjust for renamed functions.
9051 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9052 `enum amd64_regnum' for register numbers.
9053 (amd64nbsd_init_abi): Adjust for renamed functions.
9054 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9055 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9056 `enum amd64_regnum' for register numbers.
9057 (amd64obsd_init_abi): Adjust for renamed functions.
9058 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9059
9060 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9061
9062 * breakpoint.c (print_one_breakpoint): Do not output spaces
9063 after printing <PENDING> for a pending breakpoint.
9064
9065 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9066
9067 * printcmd.c (print_scalar_formatted): Initialize val_long
9068 to remove compiler warning message.
9069
9070 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9071
9072 * defs.h (nquery, yquery): New prototypes.
9073 * breakpoint.c (break_command_1): Use new nquery interface.
9074 * utils.c (defaulted_query, nquery, yquery): New functions.
9075
9076 2004-02-23 Andrew Cagney <cagney@redhat.com>
9077
9078 * hppa-tdep.c (hppa_frame_align): New function.
9079 (hppa32_push_dummy_call): New function.
9080 (hppa64_push_dummy_call): New function.
9081 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9082 disabled.
9083
9084 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9085 FIX_CALL_DUMMY when push_dummy_call is available.
9086 (call_function_by_hand, push_dummy_code): Ditto.
9087
9088 2004-02-22 Andrew Cagney <cagney@redhat.com>
9089
9090 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9091 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9092 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9093 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9094 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9095 call_dummy_location to ON_STACK.
9096
9097 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9098
9099 * x86-64-linux-tdep.c: Tweak comment.
9100 (amd64_linux_supply_gregset): Renamed from
9101 x86_64_linux_supply_gresget.
9102 (amd64_linux_fill_gregset): Renamed from
9103 x86_64_linux_fill_gregset.
9104 (fetch_core_registers): Adjust for renamed functions.
9105 (amd64_core_fns): Renamed from x86_64_core_fns.
9106 (amd64_linux_sigtramp_start): Renamed from
9107 x86_64_linux_sigtramp_start.
9108 (amd64_linux_pc_in_sigtramp): Renamed from
9109 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9110 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9111 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9112 (amd64_linux_sigcontext_addr): Renamed from
9113 x86_64_linux_sigcontext_addr.
9114 (amd64_linux_sc_reg_offset): Renamed from
9115 x86_64_linux_sc_reg_offset.
9116 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9117 Adjust for renamed functions and variables.
9118 (_initialize_amd64_linux_tdep): Renamed from
9119 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9120 variables.
9121 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9122 Adjust for renamed functions.
9123
9124 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9125 from x86_64_linux_gregset64_reg_offset.
9126 (amd64_linux_gregset32_reg_offset): Rename from
9127 x86_64_linux_gregset64_reg_offset.
9128 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9129 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9130 (amd64_linux_dr_set_control): Renamed from
9131 x86_64_linux_dr_set_control. Adjust for renamed functions.
9132 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9133 Adjust for renamed functions.
9134 (amd64_linux_dr_reset_addr): Renamed from
9135 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9136 (amd64_linux_dr_get_status): Renamed from
9137 x86_64_linux_dr_get_status. Adjust for renamed functions.
9138 (_initialize_amd64_linux_nat): Renamed from
9139 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9140 functions.
9141 * config/i386/nm-x86-64linux.h: Update copyright year.
9142 Adjust for renamed functions.
9143
9144 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9145 amd64fbsd_sigtramp_start.
9146 (amd64fbsd_sigtramp_end_addr): Renamed from
9147 amd64fbsd_sigtramp_end.
9148 (amd64fbsd_init_abi): Adjust for renamed variables.
9149 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9150 variables.
9151 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9152 amd64fbsd_sigtramp_start.
9153 (amd64fbsd_sigtramp_end_addr): Renamed from
9154 amd64fbsd_sigtramp_end.
9155
9156 2004-02-22 Andrew Cagney <cagney@redhat.com>
9157
9158 * hppa-tdep.c (hppa32_return_value): New function.
9159 (hppa64_return_value): New function.
9160 (hppa_gdbarch_init): Set return_value; keep disabled.
9161
9162 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9163 struct-return and inferior function call methods.
9164
9165 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9166 "frame-base.h".
9167 (struct hppa_frame_cache): Define.
9168 (hppa_frame_cache, hppa_frame_this_id): New functions.
9169 (hppa_frame_prev_register): New function.
9170 (hppa_frame_unwind, hppa_frame_base): New variables.
9171 (hppa_frame_unwind_sniffer): New function.
9172 (hppa_frame_base_address, hppa_unwind_pc): New function.
9173 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9174 sniffer, and frame base sniffer; keep disabled.
9175 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9176 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9177
9178 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9179 to predicates for "seriously old code".
9180
9181 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9182 runtime if(0).
9183
9184 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9185 unsigned.
9186 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9187
9188 * config/pa/tm-hppa.h: Update copyright.
9189 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9190 (deprecated_init_frame_pc_default): Delete declaration.
9191 (hppa_frame_init_saved_regs): Delete declaration.
9192 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9193 * hppa-tdep.c: Include "arch-utils.h".
9194 (hppa_gdbarch_init): Set deprecated init_frame_pc
9195 and deprecated frame_init_saved_regs.
9196 (hppa_frame_init_saved_regs): Make static.
9197
9198 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9199
9200 Remove old 386BSD support.
9201 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9202 * configure.host: Remove i[34567]86-*-bsd*.
9203 * configure.tgt: Remove i[34567]86-*-bsd*.
9204 * i386b-nat.c: Removed.
9205 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9206 (i386b-nat.o): Remove dependencies.
9207
9208 * config/i386/i386bsd.mh: Removed.
9209 * config/i386/i386bsd.mt: Removed.
9210 * config/i386/nm-i386bsd.h: Removed.
9211 * config/i386/tm-i386bsd.h: Removed.
9212 * config/i386/xm-i386bsd.h: Removed.
9213
9214 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9215
9216 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9217 (amd64fbsd_init_abi): Set link map offsets.
9218 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9219 (amd64nbsd_init_abi): Set link map offsets.
9220 * amd64obsd-tdep.c: Include "solib-svr4.h".
9221 (amd64obsd_init_abi): Set link map offsets.
9222 * i386fbsd-tdep.c: Include "solib-svr4.h".
9223 (i386fbsd_init_abi): Set link map offsets.
9224 * i386nbsd-tdep.c: Include "solib-svr4.h".
9225 (i386nbsdelf_init_abi): Set link map offsets.
9226 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9227 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9228 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9229 solib-legacy.o and core-aout.o. Reformat.
9230 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9231 solib-svr4.o, solib-legacy.o. Reformat.
9232 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9233 * config/i386/nbsdelf.mh: Reformat.
9234 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9235 solib-svr4.o, solib-legacy.o and corelow.o.
9236 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9237 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9238 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9239 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9240 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9241 (TM_FILE): Set to tm-fbsd.h.
9242 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9243 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9244 solib-svr4.o.
9245 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9246 solib-svr4.o.
9247 (TM_FILE): Set to nm-nbsd.h.
9248 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9249 Simplify shared library support. Don't include "elf/common.h".
9250 (SVR4_SHARED_LIBS): Don't define.
9251 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9252 "solib.h".
9253 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9254 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9255 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9256 Don't include "i386/tm-i386.h". Include "solib.h".
9257 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9258 Don't include "i386/tm-i386.h".
9259 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9260 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9261 Include "i386/xm-i386.h".
9262 (HOST_LONG_DOUBLE_FORMAT): Remove.
9263
9264 Fix OpenBSD/i386 sigtramp recognition.
9265 * i386-tdep.h: Update copyright year.
9266 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9267 (i386bsd_sigtramp_end): New prototypes.
9268 (i386fbsd_sigtramp_start_addr): Renamed from
9269 i386fbsd_sigtramp_start.
9270 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9271 (i386obsd_sigtramp_start_addr): Renamed from
9272 i386obsd_sigtramp_start.
9273 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9274 * i386bsd-tdep.c: Update copyright year.
9275 (i386bsd_pc_in_sigtramp): Make public.
9276 * i386fbsd-nat.c: Update copyright year.
9277 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9278 * i386fbsd-tdep.c: Update copyright year.
9279 (i386fbsd_sigtramp_start_addr): Renamed from
9280 i386fbsd_sigtramp_start.
9281 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9282 (i386fbsdaout_init_abi): Adjust for renamed variables.
9283 * i386obsd-nat.c: Update copyright year.
9284 (_initialize_i386obsd_nat): Adjust for renamed variables.
9285 * i386obsd-tdep.c: Include "target.h".
9286 (i386obsd_page_size): New variable.
9287 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9288 (i386obsd_sigtramp_end): New functions.
9289 (i386obsd_sigtramp_start_addr): Renamed from
9290 i386obsd_sigtramp_start.
9291 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9292 (i386obsd_init_abi): Adjust for renamed variables. Set
9293 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9294 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9295
9296 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9297 trampoline change in OpenBSD kernel.
9298
9299 * amd64-nat.c: Update copyright year.
9300 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9301 architecture from REGCACHE.
9302
9303 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9304 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9305
9306 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9307
9308 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9309 i[34567]86-*-openbsd3.[0-3].
9310 * config/i386/obsdaout.mh: New file.
9311
9312 * config/i386/obsd.mh (MH_FLAGS): Remove.
9313
9314 Fix PR build/1549.
9315 * i386obsd-tdep.c: Update copyright years. Include
9316 "solib-svr4.h".
9317 (i386obsd_init_abi): Don't set regset_from_core_section here.
9318 (i386obsd_aout_init_abi): New function. Set
9319 regset_from_core_section here.
9320 (i386obsd_elf_init_abi): New function.
9321 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9322 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9323 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9324 (TM_FILE): Set to tm-nbsd.h.
9325
9326 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9327 solib-sunos.o.
9328
9329 * solib-svr4.h: Update copyright year.
9330 (svr4_ilp32_fetch_link_map_offsets)
9331 (svr4_lp64_fetch_link_map_offsets): New prototype.
9332 * solib-svr4.c: Update copyright year.
9333 (svr4_ilp32_fetch_link_map_offsets)
9334 (svr4_lp64_fetch_link_map_offsets): New function.
9335
9336 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9337
9338 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9339 to the partial symbol table.
9340
9341 2004-02-20 J. brobecker <brobecker@gnat.com>
9342
9343 * PROBLEMS: Add description of problem documented under gdb/1560.
9344
9345 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9346
9347 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9348 comments.
9349 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9350 functions.
9351 (amd64obsd_init_abi): Reorder initializations. Use
9352 amd64obsd_r_reg_offset to initialize the general-purpose register
9353 set details. Set regset_from_core_section.
9354 (_initialize_amd64obsd_tdep): Rename from
9355 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9356 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9357 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9358
9359 * NEWS (New native configurations): Mention OpenBSD/alpha.
9360 * configure.tgt: Add alpha*-*-openbsd*.
9361 * configure.host: Add alpha*-*-openbsd*.
9362 * alphanbsd-tdep.c: Update copyright year.
9363 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9364
9365 2004-02-20 Andrew Cagney <cagney@redhat.com>
9366
9367 Fix PR tdep/1372.
9368 * configure.tgt: Delete target "none-*-*".
9369 * configure.host: Delete host "none-*-*".
9370 * config/none/none.mh: Delete file.
9371 * config/none/none.mt: Delete file.
9372 * config/none/xm-none.h: Delete file.
9373 * config/none/tm-none.h: Delete file.
9374 * config/none/nm-none.h: Delete file.
9375
9376 2004-02-19 Fred Fish <fnf@redhat.com>
9377
9378 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9379 cache->uses_fp prior to setting it.
9380
9381 2004-02-19 Fred Fish <fnf@redhat.com>
9382
9383 Fix for PR breakpoint/1558.
9384 * sh-tdep.c (IS_JSR): New macro.
9385 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9386
9387 2004-02-19 Jim Blandy <jimb@redhat.com>
9388
9389 * findvar.c (value_from_register): Doc fix.
9390
9391 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9392
9393 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9394 type being greater than sizeof of host's LONGEST. Always use
9395 unpack_long() unless format 'f' chosen.
9396
9397 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9398
9399 Committed by Elena Zannoni <ezannoni@redhat.com>
9400
9401 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9402 contains a symbol wich is the best, non-exact match for the given
9403 pc. Update comments.
9404
9405 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9406
9407 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9408 macro, which was part of the now removed Mach 3 port.
9409 * utils.c (request_quit): Ditto.
9410
9411 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9412
9413 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9414 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9415
9416 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9417
9418 Committed by Mark Kettenis <kettenis@gnu.org>.
9419
9420 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9421 Define.
9422
9423 2004-02-18 Andrew Cagney <cagney@redhat.com>
9424
9425 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9426 CONFIG_INSTALL and CONFIG_UNINSTALL.
9427 * configure: Re-generate.
9428 * interps.h (INTERP_TUI): Define.
9429 * Makefile.in: Update dependencies.
9430 (TUI): New macro.
9431 (tui-main.o): Specify dependencies.
9432 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9433 * tui/tui-main.c: New file.
9434
9435 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9436
9437 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9438 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9439 dependencies.
9440 * configure.host: Add x86_64-*-openbsd*.
9441 * configure.tgt: Add x86_64-*-openbsd*.
9442 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9443
9444 * tui/tui.c: Don't include <malloc.h>.
9445
9446 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9447 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9448 amd64nbsd-tdep.c.
9449
9450 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9451 static. Remove extraneous whitespace.
9452 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9453 static.
9454
9455 2004-02-17 Jim Blandy <jimb@redhat.com>
9456
9457 * findvar.c (value_from_register): Doc fix.
9458
9459 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9460
9461 Committed by Jim Blandy <jimb@redhat.com>.
9462
9463 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9464 CORE_ADDR as type for selectors. Correct types for GNU run time
9465 message lookup function to use double indirection.
9466 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9467 * objc-lang.h (lookup_child_selector): Adapt prototype.
9468
9469 * s390-nat.c (SUBOFF): New macro.
9470 (supply_gregset, fill_gregset): Use it to handle debugging
9471 of 32-bit exectuables running under a 64-bit kernel.
9472 * s390-tdep.c: Include "solib-svr4.h".
9473 (s390_svr4_fetch_link_map_offset): New function.
9474 (s390x_svr_fetch_link_map_offset): Likewise.
9475 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9476 * Makefile.in (s390-tdep.o): Update dependencies.
9477
9478 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9479 "frame-unwind.h".
9480 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9481 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9482 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9483 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9484 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9485 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9486 S390_SIGNAL_FRAMESIZE,
9487 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9488 (struct frame_extra_info): Remove.
9489 (s390_memset_extra_info): Remove.
9490 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9491 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9492 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9493 (is_rse): Renamed to ...
9494 (is_rsy): ... this. Support long displacements.
9495 (is_rxe): Renamed to ...
9496 (is_rxy): ... this. Support long displacements.
9497 (compute_x_addr): Support long displacements.
9498 (struct s390_prologue_data): New data type.
9499 (s390_on_stack): Change API to use struct s390_prologue_data.
9500 (s390_store): Reimplement.
9501 (s390_load): New function.
9502 (s390_get_signal_frame_info): Remove.
9503 (s390_get_frame_info): Remove, replace by ...
9504 (s390_analyze_prolog): ... this new function.
9505 (s390_check_function_end): Remove.
9506 (s390_function_start): Remove.
9507 (s390_frameless_function_invokation): Remove.
9508 (s390_is_sigreturn): Remove.
9509 (s390_init_frame_pc_first): Remove.
9510 (s390_init_frame_extra_info): Remove.
9511 (s390_frame_init_saved_regs): Remove.
9512 (s390_frame_saved_pc_nofix): Remove.
9513 (s390_frame_saved_pc): Remove.
9514 (s390_frame_chain): Remove.
9515 (s390_fp_regnum, s390_read_fp): Remove.
9516 (s390_pop_frame_regular, s390_pop_frame): Remove.
9517 (s390_saved_pc_after_call): Remove.
9518 (s390_skip_prologue): Reimplement.
9519 (s390_in_function_epilogue_p): Support long displacements.
9520 (struct s390_unwind_cache): New data structure.
9521 (s390_frame_unwind_cache): New function.
9522 (s390_prologue_frame_unwind_cache): Likewise.
9523 (s390_backchain_frame_unwind_cache): Likewise.
9524 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9525 (s390_frame_unwind): Define.
9526 (s390_frame_sniffer): New function.
9527 (struct s390_pltstub_unwind_cache): New data structure.
9528 (s390_pltstub_frame_unwind_cache): New function.
9529 (s390_pltstub_frame_this_id): Likewise.
9530 (s390_pltstub_frame_prev_register): Likewise.
9531 (s390_pltstub_frame_unwind): Define.
9532 (s390_pltstub_frame_sniffer): New function.
9533 (struct s390_sigtramp_unwind_cache): New data structure.
9534 (s390_sigtramp_frame_unwind_cache): New function.
9535 (s390_sigtramp_frame_this_id): Likewise.
9536 (s390_sigtramp_frame_prev_register): Likewise.
9537 (s390_sigtramp_frame_unwind): Define.
9538 (s390_sigtramp_frame_sniffer): New function.
9539 (s390_frame_base_address, s390_local_base_address): New functions.
9540 (s390_frame_base): Define.
9541 (s390_unwind_pc, s390_unwind_sp): New function.
9542 (s390_push_dummy_call): Use new frame base location.
9543 (s390_unwind_dummy_id): Likewise.
9544 (s390_gdbarch_init): Remove calls to:
9545 set_gdbarch_frameless_function_invocation,
9546 set_gdbarch_deprecated_init_frame_pc,
9547 set_gdbarch_deprecated_frame_chain,
9548 set_gdbarch_deprecated_frame_init_saved_regs,
9549 set_gdbarch_deprecated_pop_frame,
9550 set_gdbarch_deprecated_init_extra_frame_info,
9551 set_gdbarch_deprecated_init_frame_pc_first,
9552 set_gdbarch_deprecated_target_read_fp,
9553 set_gdbarch_deprecated_frame_saved_pc,
9554 set_gdbarch_deprecated_saved_pc_after_call,
9555 set_gdbarch_deprecated_fp_regnum.
9556 Add calls to:
9557 set_gdbarch_in_solib_call_trampoline,
9558 frame_unwind_append_sniffer,
9559 frame_base_set_default,
9560 set_gdbarch_unwind_pc,
9561 set_gdbarch_unwind_sp.
9562 * Makefile.in (s390-tdep.o): Update dependencies.
9563
9564 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9565 (S390_STACK_FRAME_OVERHEAD): Remove.
9566 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9567 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9568 (s390_promote_integer_argument): Remove.
9569 (s390_cannot_extract_struct_value_address): Remove.
9570 (s390_use_struct_convention, s390_store_struct_return): Remove.
9571 (s390_extract_return_value, s390_store_return_value): Remove.
9572 (s390_return_value_convention, s390_return_value): New functions.
9573 (is_float_singleton): Handle typedefs.
9574 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9575 Remove, replace by ...
9576 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9577 s390_function_arg_integer): ... these new functions.
9578 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9579 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9580 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9581 Fill in tdep->abi.
9582 Remove calls to:
9583 set_gdbarch_deprecated_store_struct_return,
9584 set_gdbarch_deprecated_extract_return_value,
9585 set_gdbarch_deprecated_store_return_value,
9586 set_gdbarch_use_struct_convention,
9587 set_gdbarch_extract_struct_value_address,
9588 set_gdbarch_deprecated_pc_in_call_dummy,
9589 set_gdbarch_deprecated_push_arguments,
9590 set_gdbarch_deprecated_save_dummy_frame_tos,
9591 set_gdbarch_deprecated_push_return_address,
9592 set_gdbarch_deprecated_sizeof_call_dummy_words,
9593 set_gdbarch_deprecated_call_dummy_words,
9594 set_gdbarch_deprecated_dummy_write_sp.
9595 Add calls to:
9596 set_gdbarch_push_dummy_call,
9597 set_gdbarch_unwind_dummy_id,
9598 set_gdbarch_return_value.
9599
9600 * config/s390/nm-linux.h: Update comments.
9601 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9602 (STOPPED_BY_WATCHPOINT): Redefine.
9603 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9604 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9605 (s390_stopped_by_watchpoint): Likewise.
9606 (watch_area_cnt): Remove.
9607 * s390-nat.c: Update comments.
9608 (watch_area): Remove typedef.
9609 Global replace watch_area by struct watch_area.
9610 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9611 (s390_stopped_by_watchpoint): Remove pid argument,
9612 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9613 (s390_fix_watch_points): Remove pid argument,
9614 use s390_inferior_tid. Recompute area spanned by watchpoints.
9615 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9616 argument. Reimplement.
9617
9618 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9619 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9620 (FETCH_INFERIOR_REGISTERS): Define.
9621 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9622 core-regset.o.
9623 * config/s390/s390x.mt: Remove.
9624 * config/s390/tm-s390.h: Remove.
9625 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9626 (TARGET_ELF64): Remove.
9627 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9628 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9629 s390*-*-* case; always set gdb_target to s390.
9630 * regformats/reg-s390.dat: Remove control registers.
9631 * regformats/reg-s390x.dat: Likewise.
9632 * s390-tdep.h: New file.
9633 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9634 Include "inferior.h" and "s390-tdep.h".
9635 Remove private definition of offsetof.
9636 (s390_register_u_addr): Remove.
9637 (regmap_gregset, regmap_fpregset): Define.
9638 (supply_gregset, fill_gregset): Reimplement.
9639 (supply_fpregset, fill_fpregset): Likewise.
9640 (s390_inferior_tid): New function.
9641 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9642 (fetch_inferior_registers, store_inferior_registers): Likewise.
9643 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9644 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9645 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9646 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9647 (struct gdbarch_tdep): Define.
9648 (struct s390_register_info): Define.
9649 (s390_register_info): New variable.
9650 (s390_register_name): Reimplement.
9651 (s390_register_type): New function.
9652 (s390_register_raw_size, s390x_register_raw_size): Remove.
9653 (s390_cannot_fetch_register): Remove.
9654 (s390_register_byte): Remove.
9655 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9656 (s390_dwarf_regmap): New variable.
9657 (s390_dwarf_reg_to_regnum): New function.
9658 (s390_stab_reg_to_regnum): Remove.
9659 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9660 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9661 (s390_convert_register_p): Likewise.
9662 (s390_register_to_value, s390_value_to_register): Likewise.
9663 (s390_register_reggroup_p): Likewise.
9664 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9665 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9666 (s390_supply_regset, s390_regset_from_core_section): New functions.
9667 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9668 (S390_FPR_SIZE): Likewise.
9669 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9670 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9671 (S390_NUM_GPRS): Move here from tm-s390.h.
9672 (S390_NUM_FPRS): Likewise.
9673 (s390_in_function_epilogue_p): New function.
9674 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9675 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9676 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9677 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9678 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9679 Remove calls to:
9680 set_gdbarch_deprecated_max_register_raw_size,
9681 set_gdbarch_deprecated_max_register_virtual_size,
9682 set_gdbarch_deprecated_register_byte,
9683 set_gdbarch_cannot_fetch_register,
9684 set_gdbarch_cannot_store_register,
9685 set_gdbarch_deprecated_register_size,
9686 set_gdbarch_deprecated_register_raw_size,
9687 set_gdbarch_deprecated_register_virtual_size,
9688 set_gdbarch_deprecated_register_virtual_type,
9689 set_gdbarch_deprecated_register_bytes.
9690 Add calls to:
9691 set_gdbarch_num_pseudo_regs,
9692 set_gdbarch_register_type,
9693 set_gdbarch_convert_register_p,
9694 set_gdbarch_register_to_value,
9695 set_gdbarch_value_to_register,
9696 set_gdbarch_register_reggroup_p,
9697 set_gdbarch_regset_from_core_section,
9698 set_gdbarch_pseudo_register_read,
9699 set_gdbarch_pseudo_register_write,
9700 set_gdbarch_in_function_epilogue_p.
9701 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9702 (s390_tdep_h): New variable.
9703
9704 2004-02-17 Jim Blandy <jimb@redhat.com>
9705
9706 * findvar.c (value_from_register): If the type has no length, just
9707 return an acceptable value --- don't report an internal error.
9708
9709 * stabsread.c (read_type): If we find any type numbers that are
9710 forward references, complain if the references aren't resolved by
9711 the time we're finished reading.
9712 (cleanup_undefined_types): Make error message more appropriate for
9713 a complaint.
9714
9715 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9716
9717 * Makefile.in (defs_h): Remove dependency on progress_h.
9718 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9719 progress.h.
9720 * main.c (captured_main): Delete use of START_PROGRESS and
9721 END_PROGRESS.
9722
9723 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9724
9725 * objfiles.c (terminate_minimal_symbol_table): Add back
9726 initialization of MSYMBOL_TYPE.
9727
9728 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9729
9730 Committed by Andrew Cagney.
9731 * Makefile.in (ia64_tdep_h): New macro.
9732 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9733 (ia64-tdep.o): Likewise.
9734 * ia64-tdep.h: New file.
9735 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9736 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9737 (ia64_aix_sigcontext_register_address): Likewise.
9738 (ia64_linux_getunwind_table): Delete declaration.
9739 * ia64-linux-tdep.c: Likewise.
9740
9741 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9742
9743 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9744 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9745 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9746
9747 2004-02-17 Andrew Cagney <cagney@redhat.com>
9748
9749 * symtab.c (skip_prologue_using_sal): New function.
9750 * symtab.h (skip_prologue_using_sal): Declare.
9751 * frv-tdep.c: Include "symtab.h".
9752 (skip_prologue_using_sal): Delete function.
9753 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9754 * rs6000-tdep.c (refine_prologue_limit): Mention
9755 skip_prologue_using_sal.
9756 * ia64-tdep.c (refine_prologue_limit): Ditto.
9757 * Makefile.in: Update dependencies.
9758
9759 2004-02-16 Andrew Cagney <cagney@redhat.com>
9760
9761 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9762 START_INFERIOR_TRAPS_EXPECTED.
9763 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9764 START_INFERIOR_TRAPS_EXPECTED.
9765 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9766 Delete macro.
9767 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9768 macro, moved to "nm-osf.h". Update copyright.
9769 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9770 update copyright.
9771
9772 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9773 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9774 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9775 frameless_look_for_prologue.
9776 * frame.h (legacy_frameless_look_for_prologue): Rename
9777 frameless_look_for_prologue.
9778 * gdbarch.h, gdbarch.c: Re-generate.
9779 * sh64-tdep.c (sh64_gdbarch_init): Update.
9780 * sh-tdep.c (sh_gdbarch_init): Update.
9781 * s390-tdep.c (s390_gdbarch_init): Update.
9782 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9783 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9784 * m68k-tdep.c (m68k_gdbarch_init): Update.
9785 (delta68_frame_args_address): Update.
9786 * m32r-tdep.c (m32r_gdbarch_init): Update.
9787 * hppa-tdep.c (hppa_gdbarch_init): Update.
9788 * h8300-tdep.c (h8300_gdbarch_init): Update.
9789 * frv-tdep.c (frv_gdbarch_init): Update.
9790 (frv_frameless_function_invocation): Update.
9791 * cris-tdep.c (cris_gdbarch_init): Update.
9792 (cris_frameless_function_invocation): Update.
9793 * avr-tdep.c (avr_gdbarch_init): Update.
9794 * arm-tdep.c (arm_gdbarch_init): Update.
9795 * stack.c (frame_info): Update, call predicate.
9796 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9797 * frame.c (legacy_get_prev_frame): Update, call predicate..
9798 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9799 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9800 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9801 invocation.
9802 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9803 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9804 * vax-tdep.c (vax_gdbarch_init): Ditto.
9805
9806 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9807 function.
9808
9809 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9810
9811 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9812 initializations.
9813
9814 2004-02-16 Andrew Cagney <cagney@redhat.com>
9815
9816 * tui/tui-windata.c: Include "gdb_string.h".
9817 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9818 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9819 * Makefile.in: Update dependencies.
9820
9821 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9822
9823 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9824 * infrun.c: Include "gdb_assert.h".
9825 (singlestep_ptid, saved_singlestep_ptid)
9826 (stepping_past_singlestep_breakpoint): New variables.
9827 (resume): Set singlestep_ptid. Check for singlestep thread
9828 hop.
9829 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9830 (handle_inferior_event): Handle singlestep thread hop.
9831
9832 2004-02-16 Andrew Cagney <cagney@redhat.com>
9833
9834 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9835 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9836 (dwarf2_frame_init_reg): Ditto.
9837
9838 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9839 suggested by Joshua Neuheisel
9840
9841 * configure.in: Always check for curses, including pdcurses.
9842 Warn, instead of error, when no curses are found. Enable TUI when
9843 curses is available.
9844 * configure: Re-generate.
9845
9846 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9847
9848 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9849 sh_sh4_register_convert_to_virtual.
9850 (sh_register_convert_to_raw): Rename from
9851 sh_sh4_register_convert_to_raw.
9852 (sh_pseudo_register_read): Accomodate above name change.
9853 (sh_pseudo_register_write): Ditto.
9854
9855 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9856
9857 * sh-tdep.c (sh_generic_register_name): Remove.
9858 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9859
9860 2004-02-15 Andrew Cagney <cagney@redhat.com>
9861
9862 * configure.in (build_warnings): Add -Wunused-function.
9863 * configure: Re-generate.
9864
9865 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9866 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9867
9868 * procfs.c (procfs_init_inferior): Assume that
9869 START_INFERIOR_TRAPS_EXPECTED is defined.
9870 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9871 * config/ns32k/tm-nbsd.h: Delete file,
9872 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9873
9874 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9875 * config/vax/tm-vax.h: Delete file.
9876
9877 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9878 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9879 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9880 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9881 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9882 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9883 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9884
9885 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9886
9887 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9888 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9889 (struct dwarf2_frame_ops): New.
9890 (dwarf2_frame_default_init_reg): New function, based on
9891 dwarf2_frame_init_reg.
9892 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9893 (dwarf2_frame_init_reg): Call architecture-specific function.
9894 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9895 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9896 instead of dwarf2_frame_data.
9897 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9898 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9899
9900 2004-02-15 Andrew Cagney <cagney@redhat.com>
9901
9902 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9903 register_gdbarch_swap.
9904 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9905 * f-lang.c (_initialize_f_language): Update, use
9906 DEPRECATED_REGISTER_GDBARCH_SWAP.
9907 * remote.c (_initialize_remote): Ditto.
9908 * regcache.c (_initialize_regcache): Ditto.
9909 * parse.c (_initialize_parse): Ditto.
9910 * infrun.c (_initialize_infrun): Ditto.
9911 * mi/mi-main.c (_initialize_mi_main): Ditto.
9912 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9913
9914 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9915 poking .cacheable directly.
9916 * symfile.c (symfile_bfd_open): Ditto.
9917
9918 * Makefile.in: Update all dependencies.
9919
9920 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9921 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9922 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9923 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9924 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9925
9926 2004-02-14 Andrew Cagney <cagney@redhat.com>
9927
9928 * arch-utils.c (legacy_convert_register_p): Check
9929 DEPRECATED_REGISTER_CONVERTIBLE_P.
9930 * findvar.c (value_of_register): Ditto.
9931
9932 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9933 * gdbarch.h, gdbarch.c: Re-generate.
9934 * arch-utils.c (deprecated_register_convertible_not): Delete.
9935 * arch-utils.h (deprecated_register_convertible_not): Delete.
9936 * mi/mi-main.c (get_register): Update. Update copyright.
9937 * infcmd.c (default_print_registers_info): Update.
9938
9939 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9940 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9941 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9942 * gdbarch.h, gdbarch.c: Re-generate.
9943 * frame.c (deprecated_get_next_frame_hack): Delete function.
9944 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9945 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9946 Update.
9947 * infcall.c (call_function_by_hand): Update.
9948
9949 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9950
9951 * symfile.c (init_entry_point_info, entry_point_address): Move
9952 from here...
9953 * objfiles.c (init_entry_point_info, entry_point_address):..to
9954 here.
9955 * symfile.h (init_entry_point_info, entry_point_address): Remove
9956 prototypes.
9957 * objfiles.h (init_entry_point_info, entry_point_address):Add
9958 prototypes.
9959 * cris-tdep.c: Remove include of symfile.h. Add include of
9960 objfiles.h.
9961 * infcall.c: Ditto.
9962 * mcore-tdep.c: Ditto.
9963 * mn10300-tdep.c: Ditto.
9964 * sh64-tdep.c: Ditto.
9965 * v850-tdep.c: Ditto.
9966 * arm-tdep.c: Remove include of symfile.h.
9967 * blockframe.c: Ditto.
9968 * coffread.c: Ditto.
9969 * dbxread.c: Ditto.
9970 * dwarf2read.c: Ditto.
9971 * dwarfread.c: Ditto.
9972 * frv-tdep.c: Ditto.
9973 * ia64-tdep.c: Ditto.
9974 * mdebugread.c: Ditto.
9975 * mipsread.c: Ditto.
9976 * rs6000-tdep.c: Ditto.
9977 * s390-tdep.c: Ditto.
9978 * sh-tdep.c: Ditto.
9979 * xstormy16-tdep.c: Ditto.
9980 * gdbarch.sh: Remove include of symfile.h.
9981 * gdbarch.c: Regenerate.
9982 * solib-irix.c (enable_break): Use entry_point_address().
9983 Add comment about include file.
9984 * xcoffread.c: Add comment about include file.
9985 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9986 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9987 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9988 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9989 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9990
9991 2004-02-13 Andrew Cagney <cagney@redhat.com>
9992
9993 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9994 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9995 copyright.
9996 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9997
9998 2004-02-12 Fred Fish <fnf@redhat.com>
9999
10000 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10001 set_gdbarch_store_return_value.
10002
10003 2004-02-12 Andrew Cagney <cagney@redhat.com>
10004
10005 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10006 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10007 (interrupt_query): Ditto.
10008 (ofunc): Delete unused variable.
10009 * cris-tdep.c (cris_abi): Delete unused function.
10010 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10011 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10012 (cris_get_asr_quick_shift_steps): Ditto.
10013 (cris_skip_prologue_frameless_p): Ditto.
10014 * arm-tdep.c (arm_push_return_address): Delete unused function.
10015 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10016 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10017 * s390-tdep.c (s390_function_start): Delete unused function.
10018
10019 2004-02-12 Andrew Cagney <cagney@redhat.com>
10020
10021 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10022 gdbarch.h, gdbarch.c: Re-generate.
10023 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10024 to generic_prologue_frameless_p.
10025 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10026 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10027
10028 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10029
10030 * mips-linux-tdep.c: Include "frame.h".
10031 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10032 (mips_linux_skip_resolver): New functions.
10033 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10034 and set_gdbarch_in_solib_call_trampoline.
10035 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10036 to after set_gdbarch_in_solib_return_trampoline. Only set the
10037 solib hooks to mips16 functions if the OS ABI is unknown.
10038 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10039 including "config/tm-linux.h".
10040 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10041 * Makefile.in (mips-linux-tdep.o): Update.
10042
10043 2004-02-11 David Carlton <carlton@kealia.com>
10044
10045 * linespec.c (decode_compound): Only look for a class symbol when
10046 considering all but the rightmost component.
10047
10048 2004-02-11 Andrew Cagney <cagney@redhat.com>
10049
10050 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10051 abi code are are separatly grouped.
10052
10053 2004-02-11 Andrew Cagney <cagney@redhat.com>
10054
10055 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10056 * gdbarch.h, gdbarch.c: Re-generate.
10057 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10058 * v850-tdep.c (v850_gdbarch_init): Update.
10059 * sh64-tdep.c (sh64_gdbarch_init): Update.
10060 * sh-tdep.c (sh_gdbarch_init): Update.
10061 * s390-tdep.c (s390_gdbarch_init): Update.
10062 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10063 * mips-tdep.c (mips_gdbarch_init): Update.
10064 * mcore-tdep.c (mcore_gdbarch_init): Update.
10065 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10066 * m32r-tdep.c (m32r_gdbarch_init): Update.
10067 * ia64-tdep.c (ia64_gdbarch_init): Update.
10068 * hppa-tdep.c (hppa_gdbarch_init): Update.
10069 * h8300-tdep.c (h8300_gdbarch_init): Update.
10070 * frv-tdep.c (frv_gdbarch_init): Update.
10071 * d10v-tdep.c (d10v_gdbarch_init): Update.
10072 * cris-tdep.c (cris_gdbarch_init): Update.
10073 * avr-tdep.c (avr_gdbarch_init): Update.
10074 * arm-tdep.c (arm_gdbarch_init): Update.
10075 * alpha-tdep.c (alpha_gdbarch_init): Update.
10076
10077 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10078
10079 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10080 comma.
10081 (sh_sh4al_dsp_register_name): Ditto.
10082
10083 2004-02-10 Andrew Cagney <cagney@redhat.com>
10084
10085 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10086 (mips_init_frame_pc_first): Delete function.
10087 (mips_frame_saved_pc): Delete function.
10088 (mips_frame_chain): Delete function.
10089 (mips_init_extra_frame_info): Delete function.
10090 (mips_xfer_register): Delete unused variable "reg".
10091 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10092 (mips_n32n64_return_value): Delete unused variable "reg".
10093 (mips_n32n64_return_value): Delete unused variable "pos".
10094 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10095 (mips_o32_return_value): Delete unused variable "pos".
10096 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10097 (mips_print_fp_register): Delete unused variable "namelen"
10098 (mips_print_fp_register): Delete unused variable "flt2"
10099 (get_frame_pointer): Delete function.
10100 (cached_proc_desc): Delete static variable.
10101 (mips_pop_frame): Delete function.
10102 (mips_find_saved_regs): Delete function.
10103 (mips_get_saved_register): Delete function.
10104 (mips_saved_pc_after_call): Delete function.
10105 (SIGFRAME_BASE): Delete macro.
10106 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10107 (SIGFRAME_PC_OFF): Delete macro.
10108 (SIGFRAME_REGSAVE_OFF): Delete macro.
10109 (mips_dump_tdep): Do not print deleted macro definitions.
10110
10111 2004-02-10 Andrew Cagney <cagney@redhat.com>
10112
10113 * Makefile.in (SFILES): Remove explictly listed tui files.
10114 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10115
10116 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10117
10118 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10119 to use paddr functions to format ia64 addresses and long values.
10120 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10121 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10122 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10123 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10124 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10125
10126 2004-02-10 Andrew Cagney <cagney@redhat.com>
10127
10128 * defs.h: Do not include "tui.h".
10129 * gdb_curses.h: New file.
10130 * tui/tui-hooks.h: New file.
10131 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10132 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10133 (tui_initialize_io): Delete declaration.
10134 (tui_initialize_readline: Delete redundant declaration.
10135 (struct tui_point): Delete definition.
10136 * tui/tui-data.h (struct tui_point): Define.
10137 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10138 * utils.c: Include "tui/tui.h".
10139 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10140 * printcmd.c [TUI]: Include "tui/tui.h".
10141 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10142 * tui/tui-command.c: Include "gdb_curses.h".
10143 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10144 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10145 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10146 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10147 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10148 * Makefile.in: Update all dependencies.
10149 (tui_hooks_h, gdb_curses_h): Define.
10150 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10151
10152 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10153
10154 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10155 auxf2. Add comments about some other rarely used fields.
10156
10157 2004-02-10 Andrew Cagney <cagney@redhat.com>
10158
10159 * Makefile.in (init.c): Fix script removing duplicates. Problem
10160 reported by Peter Schauer.
10161
10162 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10163
10164 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10165 obstack_specify_allocation.
10166 * objfiles.c (allocate_objfile): Ditto.
10167 * solib-sunos.c (solib_add_common_symbols)
10168 (allocate_rt_common_objfile): Ditto.
10169 * symfile.c (reread_symbols): Ditto.
10170 * gdb_obstack.h: Add comment.
10171
10172 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10173
10174 * linespec.c (decode_line_1, locate_first_half)
10175 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10176 commented out code.
10177
10178 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10179
10180 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10181 obstack_free.
10182
10183 2004-02-09 Andrew Cagney <cagney@redhat.com>
10184
10185 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10186 fails, try find_pc_section. Fix PR c++/1267.
10187 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10188 instead of find_pc_mapped_section.
10189 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10190 not default to the section containing PC. Fix PR symtab/1519.
10191
10192 2004-02-09 Andrew Cagney <cagney@redhat.com>
10193
10194 * Makefile.in (mips-tdep.o): Update dependencies.
10195 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10196 "trad-frame.h".
10197 (mips_unwind_pc): Return the pseudo PC register.
10198 (mips_unwind_dummy_id): New function.
10199 (mips16_fetch_instruction): New function.
10200 (mips32_fetch_instruction): New function.
10201 (struct mips_frame_cache): Define.
10202 (mips_mdebug_frame_cache): New function.
10203 (mips_mdebug_frame_this_id): New function.
10204 (mips_mdebug_frame_prev_register): New function.
10205 (mips_mdebug_frame_unwind): Define.
10206 (mips_mdebug_frame_sniffer): New function.
10207 (mips_mdebug_frame_base_address): New function.
10208 (mips_mdebug_frame_base): Define.
10209 (mips_mdebug_frame_base_sniffer): New function.
10210 (mips_gdbarch_init): Append unwind and base sniffers. Set
10211 unwind_dummy_id.
10212
10213 2004-02-08 Andrew Cagney <cagney@redhat.com>
10214
10215 * frame.c: Print both the register number and name.
10216
10217 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10218 and a sed into a single sed. Make .c and .o patterns more robust.
10219 (OBS): Delete.
10220 (INIT_FILES): Replace OBS with COMMON_OBS.
10221 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10222
10223 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10224
10225 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10226 the PT_WCOOKIE request.
10227
10228 2004-02-08 Andrew Cagney <cagney@redhat.com>
10229
10230 * mips-tdep.c (mips_unwind_pc): New function.
10231 (mips_gdbarch_init): Set mips_unwind_pc.
10232
10233 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10234 (get_frame_id): Allow the UNKNOWN_FRAME.
10235 (frame_register_unwind, get_frame_type): Ditto.
10236
10237 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10238 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10239 unwind_dummy_id indicates a legacy frame.
10240
10241 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10242 * configure: Re-generate.
10243
10244 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10245 methods.
10246
10247 2004-02-08 Andrew Cagney <cagney@redhat.com>
10248
10249 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10250 makefile macro.
10251 * configure: Re-generate.
10252 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10253 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10254 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10255 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10256 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10257 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10258 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10259 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10260 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10261 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10262
10263 2004-02-07 Andrew Cagney <cagney@redhat.com>
10264
10265 * Makefile.in: Update all dependencies.
10266
10267 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10268 * configure: Re-generate.
10269 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10270 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10271 (COMMON_OBS): Add "main.o" and "annotate.o".
10272 (ANNOTATE_OBS): Delete.
10273 (OBS): Remove ANNOTATE_OBS.
10274 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10275 CONFIG_INITS.
10276 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10277 against CONFIG_OBS and "main.o".
10278 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10279 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10280
10281 * tui/tui-command.c: Include "gdb_string.h", delete register
10282 attribute, use ISO-C function signatures.
10283 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10284 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10285 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10286 * tui/tui.c: Ditto.
10287
10288 * tui/tui-command.c: Change variable and function names to lower
10289 case.
10290 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10291 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10292 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10293 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10294 * tui/tui-winsource.c, tui/tui.c: Ditto.
10295
10296 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10297
10298 * buildsym.c (free_pending_blocks, finish_block)
10299 (record_pending_block, make_blockvector, end_symtab): Replace
10300 symbol_obstack with objfile_obstack.
10301 * coffread.c (process_coff_symbol, coff_read_struct_type)
10302 (coff_read_enum_type): Ditto.
10303 * cp-namespace.c (initialize_namespace_symtab)
10304 (check_one_possible_namespace_symbol): Ditto.
10305 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10306 (dwarf2_symbol_mark_computed): Ditto.
10307 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10308 * elfread.c (elf_symtab_read): Ditto.
10309 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10310 (hpread_read_enum_type, hpread_read_function_type)
10311 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10312 Ditto.
10313 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10314 (java_link_class_type): Ditto.
10315 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10316 (new_symbol): Ditto.
10317 * minsyms.c (install_minimal_symbols): Ditto.
10318 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10319 (terminate_minimal_symbol_table): Replace symbol_obstack with
10320 objfile_obstack.
10321 (free_objfile): Remove freeing of symbol_obstack.
10322 * objfiles.h: Remove symbol_obstack field.
10323 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10324 objfile_obstack.
10325 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10326 symbol_obstack.
10327 (solib_add_common_symbols): Replace symbol_obstack with
10328 objfile_obstack.
10329 * somsolib.c (som_solib_add): Ditto.
10330 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10331 (common_block_start, common_block_end): Ditto.
10332 * symfile.c (reread_symbols): Remove freeing and init of
10333 symbol_obstack.
10334 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10335 * symfile.h: Update comment.
10336 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10337 stats printing.
10338 * symtab.c (symbol_set_names): Replace symbol_obstack with
10339 objfile_obstack.
10340 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10341 Update comments.
10342 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10343 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10344 objfile_obstack.
10345
10346 2004-02-07 Andrew Cagney <cagney@redhat.com>
10347
10348 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10349 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10350 fields and variables.
10351 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10352 (m_beInvisible): Delete macro.
10353 * tui/tui-data.h: Fix case case fields and variables.
10354 (m_genWinPtrIsNull): Delete macro.
10355 (tui_win_list): Rename winList.
10356 (TUI_SRC_WIN): Rename srcWin.
10357 (TUI_DISASM_WIN): Rename disassemWin.
10358 (TUI_DATA_WIN): Rename dataWin.
10359 (TUI_CMD_WIN): Rename cmdWin.
10360 (m_genWinPtrNotNull): Delete macro.
10361 (m_winPtrIsNull): Delete macro.
10362 (m_winPtrNotNull): Delete macro.
10363 (tui_win_is_source_type): Replace m_winIsSourceType
10364 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10365 (tui_win_has_locator): Replace m_hasLocator.
10366 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10367 m_setWinHighlightOff.
10368 * tui/tui-data.c: Update references.
10369 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10370 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10371 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10372 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10373 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10374 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10375 * tui/tui-winsource.c, tui/tui.c: Ditto.
10376
10377 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10378
10379 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10380 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10381 StackGhost.
10382
10383 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10384 variable `i6' to `i7'.
10385 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10386
10387 2004-02-07 Andrew Cagney <cagney@redhat.com>
10388
10389 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10390 (TuiPoint, TuiPointPtr): Ditto.
10391 (TuiStatus, TuiStatusPtr): Ditto.
10392 (TuiWinType, TuiWinTypePtr): Ditto.
10393 (struct tui_point): Rename _TuiPoint.
10394 (tui_get_low_disassembly_address): Rename
10395 tuiGetLowDisassemblyAddress.
10396 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10397 (tuiFree): Delete declaration.
10398 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10399 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10400 * tui/tui.c (tuiFree): Delete function.
10401 * cli/cli-cmds.c (disassemble_command): Update references.
10402 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10403 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10404 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10405 * tui/tui-winsource.c: Ditto.
10406
10407 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10408
10409 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10410 coffstab_build_psymtabs, elfstab_build_psymtabs)
10411 (stabsect_build_psymtabs): Replace psymbol_obstack with
10412 objfile_obstack.
10413 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10414 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10415 Ditto.
10416 * dwarfread.c (scan_compilation_units): Ditto.
10417 * elfread.c (elfstab_offset_sections): Ditto.
10418 * hppa-tdep.c (read_unwind_info): Ditto.
10419 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10420 (hpread_end_psymtab): Ditto.
10421 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10422 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10423 Ditto.
10424 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10425 * objfiles.c (add_to_objfile_sections)
10426 (build_objfile_section_table): Ditto.
10427 (allocate_objfile): Remove init of psymbol_obstack.
10428 (free_objfile): Remove freeing of psymbol_obstack.
10429 * objfiles.h (struct objfile): Remove field
10430 psymbol_obstack. Update comments.
10431 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10432 psymbol_obstack with objfile_obstack.
10433 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10434 psymbol_obstack.
10435 * somread.c (som_symfile_offsets, init_import_symbols)
10436 (init_export_symbols): Replace psymbol_obstack with
10437 objfile_obstack.
10438 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10439 * symfile.c (default_symfile_offsets, syms_from_objfile)
10440 (reread_symbols): Remove freeing and init of psymbol_obstack.
10441 (cashier_psymtab): Update comment.
10442 * symmisc.c (print_objfile_statistics): Don't report stats for
10443 psymbol obstack.
10444 * symtab.h (struct general_symbol_info, struct partial_symtab):
10445 Update comments.
10446 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10447 (xcoff_symfile_offsets): Replace psymbol_obstack with
10448 objfile_obstack.
10449
10450 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10451
10452 * objfiles.h (struct objfile): Add objfile_obstack field.
10453 Remove type_obstack field.
10454
10455 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10456 read_structure_scope read_enumeration, new_symbol): Replace
10457 type_obstack with objfile_obstack.
10458 * dwarfread.c (struct_type, enum_type): Ditto.
10459 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10460 (lookup_fundamental_type): Ditto.
10461 * gdbtypes.h (TYPE_ALLOC): Ditto.
10462 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10463 (hpread_read_doc_function_type, hpread_read_struct_type)
10464 (fix_static_member_physnames, hpread_read_array_type)
10465 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10466 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10467 (java_link_class_type): Ditto.
10468 * mdebugread.c (parse_type): Ditto.
10469 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10470 * solib-sunos.c (solib_add_common_symbols): Ditto.
10471 * stabsread.c (define_symbol, read_type, read_member_functions,
10472 read_cpp_abbrev, read_one_struct_field): Ditto.
10473 * symfile.c (reread_symbols): Ditto.
10474 * symmisc.c (print_objfile_statistics): Ditto.
10475
10476 2004-02-07 Andrew Cagney <cagney@redhat.com>
10477
10478 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10479 (tui_exec_info_content): Rename TuiExecInfoContent.
10480 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10481 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10482 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10483 (TuiList, TuiListPtr): Ditto.
10484 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10485 (TuiDataType, TuiDataTypePtr): Ditto.
10486 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10487 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10488 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10489 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10490 (TuiDataElement, TuiDataElementPtr): Ditto.
10491 (TuiWinElement, TuiWinElementPtr): Ditto.
10492 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10493 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10494 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10495 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10496 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10497 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10498 * tui/tui-command.c, tui/tui-data.c: Update references.
10499 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10500 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10501 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10502 * tui/tui-winsource.c, tui/tui.c: Ditto.
10503
10504 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10505
10506 * dwarf2-frame.h: Update copyright.
10507 (enum dwarf2_frame_reg_rule): New.
10508 (struct dwarf2_frame_state_reg): New.
10509 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10510 * dwarf2-frame.c: Update copyright.
10511 (enum dwarf2_reg_rule): Remove.
10512 (struct dwarf2_frame_state): Remove defenition of `struct
10513 dwarf2_frame_state_reg'.
10514 (read_reg): Call get_frame_arch to get the architecture instead of
10515 using CURRENT_GDBARCH.
10516 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10517 DWARF2_FRAME_.
10518 (dwarf2_frame_init_reg): New function.
10519 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10520 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10521 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10522 tags with DWARF2_FRAME_.
10523 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10524 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10525 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10526
10527 2004-02-06 Andrew Cagney <cagney@redhat.com>
10528
10529 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10530 (enum tui_data_type): Rename _TuiDataType.
10531 (struct tui_layout_def): Rename _TuiLayoutDef.
10532 (struct tui_source_element): Rename _TuiSourceElement.
10533 (struct tui_data_element): Rename _TuiDataElement.
10534 (struct tui_command_element): Rename _TuiCommandElement.
10535 (struct tui_locator_element): Rename _TuiLocatorElement.
10536 (union tui_which_element): Define.
10537 (struct tui_win_element): Rename _TuiWinElement.
10538 (struct tui_data_info): Rename _TuiDataInfo.
10539 (struct tui_source_info): Rename _TuiSourceInfo.
10540 (struct tui_command_info): Rename _TuiCommandInfo.
10541 (tui_initialize_static_data): Rename initializeStaticData.
10542 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10543 (tui_alloc_win_info): Rename allocWinInfo.
10544 (tui_init_generic_part): Rename initGenericPart.
10545 (tui_init_win_info): Rename initWinInfo.
10546 (tui_alloc_content): Rename allocContent.
10547 (tui_add_content_elements): Rename addContentElements.
10548 (tui_init_content_element): Rename initContentElement.
10549 (tui_free_window): Rename freeWindow.
10550 (tui_free_win_content): Rename freeWinContent.
10551 (tui_free_data_content): Rename freeDataContent.
10552 (tui_free_all_source_wins_content): Rename
10553 freeAllSourceWinsContent.
10554 (tui_del_window): Rename tuiDelWindow.
10555 (tui_del_data_windows): Rename tuiDelDataWindows.
10556 (tui_partial_win_by_name): Rename partialWinByName.
10557 (tui_win_name): Rename winName.
10558 (tui_current_layout): Rename currentLayout.
10559 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10560 (tui_term_height): Rename termHeight.
10561 (tui_set_term_height_to): Rename setTermHeightTo.
10562 (tui_term_width): Rename termWidth.
10563 (tui_set_term_width_to): Rename setTermWidthTo.
10564 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10565 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10566 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10567 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10568 (tui_source_windows): Rename sourceWindows.
10569 (tui_clear_source_windows): Rename clearSourceWindows.
10570 (tui_clear_source_windows_detail): Rename
10571 clearSourceWindowsDetail.
10572 (tui_clear_win_detail): Rename clearWinDetail.
10573 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10574 (tui_default_tab_len): Rename tuiDefaultTabLen.
10575 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10576 (tui_win_with_focus): Rename tuiWinWithFocus.
10577 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10578 (tui_layout_def): Rename tuiLayoutDef.
10579 (tui_win_resized): Rename tuiWinResized.
10580 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10581 (tui_next_win): Rename tuiNextWin.
10582 (tui_prev_win): Rename tuiPrevWin.
10583 (tui_add_to_source_windows): Rename addToSourceWindows.
10584 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10585 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10586 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10587 * tui/tui.c, tui/tui-data.c: Ditto.
10588 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10589 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10590
10591 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10592 (struct symtab): Declare.
10593 (tui_set_source_content): Rename tuiSetSourceContent.
10594 (tui_show_symtab_source): Rename tuiShowSource.
10595 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10596 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10597 * tui/tui-source.c: Update copyright. Update references.
10598 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10599 * tui/tui-stack.c: Update references.
10600
10601 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10602 (struct tui_win_info): Declare.
10603 (tui_scroll_forward): Rename tuiScrollForward.
10604 (tui_scroll_backward): Rename tuiScrollBackward.
10605 (tui_scroll_left): Rename tuiScrollLeft.
10606 (tui_scroll_right): Rename tuiScrollRight.
10607 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10608 (tui_resize_all): Rename tuiResizeAll.
10609 (tui_refresh_all_win): Rename tuiRefreshAll.
10610 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10611 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10612 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10613 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10614
10615 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10616 (tui_erase_data_content): Rename tuiEraseDataContent.
10617 (tui_display_all_data): Rename tuiDisplayAllData.
10618 (tui_check_data_values): Rename tuiCheckDataValues.
10619 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10620 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10621 (tui_first_data_element_no_in_line): Rename
10622 tuiFirstDataElementNoInLine.
10623 (tui_delete_data_content_windows): Rename
10624 tuiDeleteDataContentWindows.
10625 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10626 (tui_display_data_from): Rename tuiDisplayDataFrom.
10627 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10628 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10629 * tui/tui-win.c, tui/tui-regs.c: Update references.
10630 * tui/tui-layout.c, tui/tui.c: Update references.
10631
10632 * tui/tui-wingeneral.h: Update copyright.
10633 (m_allBeVisible): Delete macro.
10634 (m_allBeInvisible): Delete macro.
10635 (struct tui_gen_win_info): Declare.
10636 (struct tui_win_info): Declare.
10637 (tui_unhighlight_win): Rename unhighlightWin.
10638 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10639 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10640 (tui_make_window): Rename makeWindow.
10641 (tui_copy_win): Rename copyWin.
10642 (tui_box_win): Rename boxWin.
10643 (tui_highlight_win): Rename highlightWin.
10644 (tui_check_and_display_highlight_if_needed): Rename
10645 checkAndDisplayHighlightIfNeeded.
10646 (tui_refresh_all): Rename refreshAll.
10647 (tui_delete_win): Rename tuiDelwin.
10648 (tui_refresh_win): Rename tuiRefreshWin.
10649 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10650 (tui_make_visible, tui_make_invisible): New functions.
10651 (tui_make_all_visible, tui_make_all_invisible): New functions.
10652 (make_all_visible): Rename makeAllVisible.
10653 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10654 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10655 * tui/tui-windata.c, tui/tui-win.c: Update references.
10656 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10657 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10658
10659 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10660
10661 * proc-api.c (write_with_trace): Initialize local variable to
10662 silence compiler warning.
10663
10664 2004-02-06 Andrew Cagney <cagney@redhat.com>
10665
10666 * tui/tui-source.h: Do not include "defs.h".
10667 (struct tui_win_info): Declare.
10668 (tui_set_source_content_nil): Declare.
10669 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10670 (union tui_line_or_address): Rename _TuiLineOrAddress.
10671 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10672 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10673 (tui_update_source_window_as_is): Rename
10674 tuiUpdateSourceWindowAsIs.
10675 (tui_update_source_windows_with_addr): Rename
10676 tuiUpdateSourceWindowsWithAddr.
10677 (tui_update_source_windows_with_line): Rename
10678 tuiUpdateSourceWindowsWithLine.
10679 (tui_clear_source_content): Rename tuiClearSourceContent.
10680 (tui_erase_source_content): Rename tuiEraseSourceContent.
10681 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10682 (tui_show_source_content): Rename tuiShowSourceContent.
10683 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10684 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10685 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10686 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10687 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10688 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10689 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10690 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10691 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10692 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10693 (struct tui_win_info): Declare.
10694 * tui/tui-stack.c: Update references.
10695 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10696 * tui/tui-win.c, tui/tui-source.c: Ditto.
10697 * tui/tui.c, tui/tui-disasm.c: Ditto.
10698
10699 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10700
10701 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10702 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10703
10704 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10705
10706 * infrun.c (handle_inferior_event): Allow for breakpoint
10707 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10708 and SIGEMT. Update comments.
10709 * NEWS (Revised SPARC target): Mention support for non-executable
10710 stack.
10711
10712 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10713
10714 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10715 * inftarg.c: Update copyright year.
10716 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10717 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10718 (sparc_xfer_wcookie): New function.
10719 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10720 * Makefile.in (sparc-nat.o): Update dependencies.
10721 * config/sparc/nm-nbsd.h: Include "target.h".
10722 (NATIVE_XFER_WCOOKIE): New define.
10723 (sparc_xfer_wcookie): New prototype.
10724
10725 2004-02-04 Andrew Cagney <cagney@redhat.com>
10726
10727 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10728 SYSCALL_TRAP function.
10729 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10730
10731 2004-02-04 Andrew Cagney <cagney@redhat.com>
10732 Daniel Jacobowitz <drow@mvista.com>
10733
10734 * objfiles.h: Delete comments refering to inside_entry_func and
10735 DEPRECATED_FRAME_CHAIN_VALID.
10736 * defs.h (inside_entry_func): Update prototype..
10737 * blockframe.c (inside_entry_func): Rename to
10738 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10739 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10740
10741 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10742
10743 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10744 outside of #ifdef SOLIB_ADD region.
10745 (do_restore_lang_radix_cleanup): Ditto.
10746 (resolve_pending_breakpoint): Ditto.
10747
10748 2004-02-03 Andrew Cagney <cagney@redhat.com>
10749
10750 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10751 (process_note_abi_tag_sections): Delete unused function.
10752 (ia64_read_fp): Delete unused function.
10753 (gdbarch_extract_struct_value_address): Delete declaration.
10754
10755 2004-02-02 Andrew Cagney <cagney@redhat.com>
10756
10757 * vax-tdep.c (vax_frame_chain): Delete call to
10758 deprecated_inside_entry_file.
10759 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10760
10761 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10762
10763 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10764 column that's "empty" or "same value" when eliminating REG_RA
10765 rules.
10766
10767 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10768
10769 * NEWS: Add information about new pending breakpoint support.
10770
10771 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10772
10773 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10774 and pending fields for pending breakpoint support.
10775 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10776 (condition_command): Only parse condition if not a pending
10777 breakpoint.
10778 (print_one_breakpoint): Add support for pending breakpoints.
10779 (describe_other_breakpoints): Add checks to verify we are not
10780 dealing with pending breakpoints.
10781 (check_duplicates): Don't check pending breakpoints.
10782 (set_raw_breakpoint): Initialize pending flag.
10783 (do_restore_lang_radix_cleanup): New cleanup routine.
10784 (resolve_pending_breakpoint): New function.
10785 (re_enable_breakpoints_in_shlibs): Try and resolve any
10786 pending breakpoints via resolve_pending_breakpoint.
10787 (mention): Add pending breakpoint support.
10788 (parse_breakpoint_sals): Add new parameter to pass to
10789 decode_line_1 to indicate silent errors when files or functions
10790 are not found. Change all callers.
10791 (do_captured_parse_breakpoint): New function.
10792 (break_command_1): Change prototype to return an rc value and to
10793 take an optional pending breakpoint pointer. Support creating
10794 a pending breakpoint if a "not found" form of error occurs when
10795 parsing the breakpoint. Also support resolving an existing pending
10796 breakpoint and be silent if the resolution fails.
10797 (create_breakpoints): Change prototype to take pending breakpoint
10798 pointer. When resolving a pending breakpoint, use the new pointer
10799 to provide a conditional or commands added by the end-user.
10800 (delete_breakpoint): Add appropriate check for pending.
10801 (breakpoint_re_set_one): Ditto.
10802 (do_enable_breakpoint): Ditto.
10803
10804 2004-02-02 David Carlton <carlton@kealia.com>
10805
10806 * valops.c (enum oload_classification): New.
10807 (find_overload_match): Break implementation into separate
10808 functions; delete #if 0'd code; look for symbols within
10809 namespaces.
10810 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10811 (find_oload_champ,oload_method_static,classify_oload_match): New.
10812 * cp-support.h: Add declaration for cp_func_name; update
10813 declaration for make_symbol_overload_list.
10814 * cp-support.c (cp_func_name): New.
10815 (overload_list_add_symbol): Fix comment, use
10816 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10817 (make_symbol_overload_list): Take a function name and a namespace
10818 instead of a symbol; change implementation.
10819 (make_symbol_overload_list_using): New.
10820 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10821
10822 2004-02-02 Fred Fish <fnf@redhat.com>
10823
10824 * main.c (gdb_stdtarg): Move definition to group with other
10825 gdb_stdtarg definitions and update copyright years.
10826 * remote-sim.c (gdb_os_write_stderr): Write output to
10827 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10828 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10829 gdb_stderr stream and update copyright years.
10830
10831 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10832
10833 * Makefile.in (mips-linux-nat.o): Update dependencies.
10834 * mips-linux-nat.c: Include mips-tdep.h.
10835
10836 2004-02-01 Roland McGrath <roland@redhat.com>
10837
10838 * sol-thread.c (sol_thread_xfer_partial): New function.
10839 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10840 (init_sol_core_ops): Likewise.
10841
10842 * procfs.c (procfs_xfer_partial): New function.
10843 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10844 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10845
10846 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10847 procfs_xfer_auxv function.
10848
10849 * procfs.c (procfs_make_note_section): If we can read
10850 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10851 * linux-proc.c (linux_make_note_section): Likewise.
10852
10853 * auxv.h: New file.
10854 * auxv.c: New file.
10855 * Makefile.in (auxv_h): New variable.
10856 (COMMON_OBS): Add auxv.o here.
10857 (auxv.o): New target.
10858
10859 * corelow.c (core_xfer_partial): New function.
10860 (init_core_ops): Use it for core_ops.to_xfer_partial.
10861
10862 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10863 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10864 macro if that is defined.
10865
10866 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10867
10868 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10869 and check the specified thread for each breakpoint.
10870 * breakpoint.h (bpstat_stop_status): Update prototype.
10871 * infrun.c (handle_inferior_event): Update calls to
10872 bpstat_stop_status.
10873
10874 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10875
10876 * Makefile.in (cli-cmds.o): Add $(readline_h).
10877
10878 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10879
10880 * cli/cli-cmds.c: Include readline.h.
10881 (complete_command): Pass the start of the last word to
10882 complete_line.
10883
10884 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10885
10886 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10887 argument, and change first argument to a CORE_ADDR.
10888 * breakpoint.h (bpstat_stop_status): Update prototype.
10889 * infrun.c (adjust_pc_after_break): Add a new comment.
10890 (handle_inferior_event): Update calls to bpstat_stop_status.
10891
10892 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10893
10894 * breakpoint.h: Update copyright years.
10895
10896 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10897
10898 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10899 (bpstat_stop_status): Don't decrement PC.
10900 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10901 prototype.
10902 * infrun.c (adjust_pc_after_break): New function.
10903 (handle_inferior_event): Call it, early. Remove later references
10904 to DECR_PC_AFTER_BREAK.
10905 (normal_stop): Add commentary.
10906
10907 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10908
10909 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10910 2004-01-27 double-free fix.
10911
10912 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10913
10914 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10915 (sparc32_frame_prev_register): Handle StackGhost.
10916 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10917
10918 2004-01-29 Roland McGrath <roland@redhat.com>
10919
10920 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10921 * configure: Regenerated.
10922
10923 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10924 * Makefile.in (procfs.o): Add dep.
10925
10926 2004-01-28 Andrew Cagney <cagney@redhat.com>
10927
10928 * tui/tui-stack.h: Update copyright.
10929 (struct frame_info): Add opaque declaration.
10930 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10931 (tui_show_locator_content): Rename tuiShowLocatorContent.
10932 (tui_show_frame_info): Rename tuiShowFrameInfo.
10933 * tui/tui-stack.c: Update copyright. Update references.
10934 * tui/tui-winsource.c: Update references.
10935 * tui/tui-win.c: Update references.
10936 * tui/tui-layout.c: Update references.
10937 * tui/tui-hooks.c: Update copyright, update references.
10938 * tui/tui.c: Update copyright, update references.
10939 * tui/tui-disasm.c: Update references.
10940
10941 2004-01-28 David Carlton <carlton@kealia.com>
10942
10943 * dwarf2read.c (add_partial_structure): Use demangled name if
10944 namespace equals "".
10945
10946 2004-01-27 Jim Blandy <jimb@redhat.com>
10947
10948 Clean up misapplied patch:
10949 * dwarf2read.c (determine_prefix): Change one of the two forward
10950 declarations for 'determine_prefix_aux' to a declaration for this.
10951 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10952 argument to 'die_specification'.
10953
10954 * dwarf2read.c (read_func_scope): Re-indent comment.
10955
10956 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10957
10958 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10959 b->exp to NULL after freeing so that error during re-parsing or
10960 evaluation of expressions associated with breakpoint don't
10961 eventually lead to re-freeing of storage.
10962 Committed by Andrew Cagney.
10963
10964 2004-01-27 Andrew Cagney <cagney@redhat.com>
10965
10966 * source.c (ambiguous_line_spec): Delete undefined declaration.
10967 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10968 (m32r_set_server_address, m32r_set_download_path): Ditto.
10969 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10970
10971 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10972
10973 * dwarf2read.c: Update calls to changed and renamed functions, and
10974 references to moved variables.
10975
10976 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10977 language, language_defn, list_in_scope, and ftypes members.
10978 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10979 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10980 (baseaddr): Remove globals.
10981
10982 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10983 (set_cu_language, die_is_declaration, die_specification)
10984 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10985 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10986 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10987 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10988
10989 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10990 cu.list_in_scope. Don't initialize cu_header_offset.
10991 (add_partial_symbol): Add local baseaddr.
10992 (psymtab_to_symtab_1): Add local baseaddr. Use
10993 objfile->section_offsets for consistency. Don't initialize
10994 cu_header_offset; do initialize cu.header.offset and
10995 cu.list_in_scope.
10996 (read_file_scope, read_func_scope, read_lexical_block_scope)
10997 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10998
10999 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11000
11001 * PROBLEMS: Add gdb/1516.
11002
11003 2003-12-29 Robert Millan <robertmh@gnu.org>
11004
11005 Patch committed by Andrw Cagney.
11006 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11007 * configure.tgt: Match knetbsd*-gnu.
11008
11009 2004-01-26 Andrew Cagney <cagney@redhat.com>
11010
11011 * breakpoint.c (catch_command_1): Delete #ifdef code.
11012 (catch_fork_command_1): Delete #ifdef wrapper.
11013 (catch_exec_command_1): Ditto.
11014 (catch_load_command_1): Ditto.
11015 (catch_unload_command_1): Ditto.
11016
11017 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11018 (catch_breakpoint): Delete #if0ed function.
11019 (disable_catch_breakpoint): Ditto.
11020 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11021 (disable_catch, enable_catch, delete_catch): Ditto.
11022
11023 2004-01-26 Andrew Cagney <cagney@redhat.com>
11024
11025 * remote.c (echo_check, quit_flag): Delete variables.
11026 (cisco_kernel_mode): Delete variable.
11027 (minitelnet_return, tty_input, escape_count): Delete variables.
11028 (remote_cisco_mode): Delete variable.
11029 (remote_cisco_open, remote_cisco_close): Delete function.
11030 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11031 (init_remote_cisco_ops): Delete function.
11032 (_initialize_remote): Do not install "remote cisco" code.
11033 (read_frame): Delete cisco specific code.
11034 (remote_info_process): Delete function.
11035 (remote_wait): Delete cisco specific code.
11036 (remote_cisco_section_offsets): Delete function.
11037 (remote_cisco_objfile_relocate): Delete function.
11038 (remote_async_wait): Delete cisco specific code.
11039 (minitelnet, readtty, readsocket): Delete function.
11040
11041 2004-01-26 Andrew Cagney <cagney@redhat.com>
11042
11043 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11044 comments mentioning extract_returned_value_address.
11045 * infcmd.c (print_return_value): Update. Add comments on
11046 extract_returned_value_address.
11047 * stack.c (return_command): Add comments on
11048 extract_returned_value_address.
11049 * values.c: Update comment.
11050 * m32r-tdep.c: Update comment.
11051 * sparc-tdep.c: Update comment.
11052 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11053 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11054 * sh64-tdep.c (sh64_gdbarch_init): Update.
11055 * sh-tdep.c (sh_gdbarch_init): Update.
11056 * s390-tdep.c (s390_gdbarch_init): Update.
11057 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11058 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11059 * m68k-tdep.c (m68k_gdbarch_init): Update.
11060 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11061 * m32r-tdep.c (m32r_gdbarch_init): Update.
11062 * ia64-tdep.c (ia64_gdbarch_init): Update.
11063 * h8300-tdep.c (h8300_gdbarch_init): Update.
11064 * frv-tdep.c (frv_gdbarch_init): Update.
11065 * arm-tdep.c (arm_gdbarch_init): Update.
11066 * alpha-tdep.c (alpha_gdbarch_init): Update.
11067
11068 2004-01-26 Andrew Cagney <cagney@redhat.com>
11069
11070 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11071 SYMBOL_LOCATION_FUNCS
11072 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11073 "struct symbol_ops".
11074 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11075 type to "struct symbol_ops".
11076 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11077 (struct symbol): Replace ".aux_value.loc.funcs" and
11078 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11079 (SYMBOL_OBJFILE): Delete macro.
11080 (SYMBOL_LOCATION_FUNCS): Delete macro.
11081 (SYMBOL_LOCATION_BATON): Update.
11082 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11083 intead of SYMBOL_LOCATION_FUNCS.
11084 * ax-gdb.c (gen_var_ref): Ditto.
11085 * printcmd.c (address_info): Ditto.
11086 * findvar.c (read_var_value): Ditto.
11087 (symbol_read_needs_frame): Ditto.
11088
11089 2004-01-26 Andrew Cagney <cagney@redhat.com>
11090
11091 * dwarf2read.c (read_func_scope): Document frame-base hack.
11092
11093 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11094
11095 * infcmd.c (print_return_value): Plug memory leak; delete
11096 ui_stream object. Rename argument `structure_return' to
11097 `struct_return'.
11098
11099 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11100
11101 * infcmd.c (print_return_value): Wrap long lines.
11102 (finish_command_continuation, finish_command): Remove unused
11103 variable `funcaddr'. Fix some coding-standards problems.
11104
11105 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11106 SECT_SIZE is large enough, not whether it's exactly the right size.
11107 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11108 TDEP->fpregset to zero.
11109
11110 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11111 floating-point registers for traditional NetBSD core files.
11112 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11113 TDEP->sizeof_fpregset here.
11114
11115 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11116
11117 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11118 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11119 function with code split out from
11120 sparc32nbsd_sigcontext_frame_cache.
11121 (sparc32nbsd_sigcontext_frame_cache): Use
11122 sparc32nbsd_sigcontext_saved_regs.
11123 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11124 OpenBSD.
11125 * sparcobsd-tdep.c: New file.
11126 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11127 (sparcobsd-tdep.o): New dependency.
11128 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11129 * config/sparc/obsd.mt: New file.
11130
11131 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11132 TDEP->fpregset to be initialized to enable core file register
11133 sets.
11134
11135 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11136
11137 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11138 Add opaque declarations.
11139 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11140 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11141 function with code split out from
11142 sparc64nbsd_sigcontext_frame_cache.
11143 (sparc64nbsd_sigcontext_frame_cache): Use
11144 sparc64nbsd_sigcontext_saved_regs.
11145 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11146 OpenBSD.
11147 * sparc64obsd-tdep.c: New file.
11148 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11149 (sparc64obsd-tdep.o): New dependency.
11150 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11151 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11152 * config/sparc/obsd64.mt: New file.
11153
11154 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11155 read the instruction at PC.
11156
11157 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11158 value of GDB_OSABI_DEFAULT.
11159 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11160 instead of GDB_OSABI_NETBSD_AOUT.
11161
11162 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11163
11164 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11165 copyright.
11166
11167 2004-01-23 Andrew Cagney <cagney@redhat.com>
11168
11169 * printcmd.c (display_command): Replace tui_set_display call with
11170 tui_set_layout_for_display_command.
11171 * tui/tui.h (enum tui_win_type): Define.
11172 (tui_set_layout): Delete declaration.
11173 (tui_set_layout_for_display_command): Rename set_tui_layout.
11174 * tui/tui-data.h (enum tui_layout_type): Define.
11175 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11176 "tui.h".
11177 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11178 (tui_default_win_height): Rename tuiDefaultWinHeight.
11179 (tui_default_win_viewport_height): Rename
11180 tuiDefaultWinViewportHeight.
11181 (tui_set_layout): RenametuiSetLayout.
11182 * tui/tui-layout.c: Update references.
11183 * tui/tui.c: Update references.
11184 * tui/tui-disasm.c: Update references.
11185
11186 2004-01-23 David Carlton <carlton@kealia.com>
11187
11188 Partial workaround for PR c++/1511:
11189 * cp-namespace.c: Include frame.h.
11190 (cp_lookup_transparent_type): New
11191 (cp_lookup_transparent_type_loop): New.
11192 * cp-support.h: Declare cp_lookup_transparent_type.
11193 * symtab.c (basic_lookup_transparent_type): Renamed from
11194 lookup_transparent_type.
11195 (lookup_transparent_type): Replace old body by a call to
11196 current_language->la_lookup_transparent_type.
11197 * symtab.h: Update copyright. Declare
11198 basic_lookup_transparent_type.
11199 * language.h: Update copyright.
11200 (struct language_defn): Add la_lookup_transparent_type.
11201 * language.c: Update copyright.
11202 (unknown_language_defn): Add basic_lookup_transparent_type.
11203 (auto_language_defn): Add basic_lookup_transparent_type.
11204 (local_language_defn): Add basic_lookup_transparent_type.
11205 * ada-lang.c: Update copyright.
11206 (ada_language_defn): Add basic_lookup_transparent_type.
11207 * c-lang.c: Update copyright.
11208 (c_language_defn): Add basic_lookup_transparent_type.
11209 (cplus_language_defn): Add basic_lookup_transparent_type.
11210 (asm_language_defn): Add basic_lookup_transparent_type.
11211 (minimal_language_defn): Add basic_lookup_transparent_type.
11212 * f-lang.c: Update copyright.
11213 (f_language_defn): Add basic_lookup_transparent_type.
11214 * jv-lang.c: Update copyright.
11215 (java_language_defn): Add basic_lookup_transparent_type.
11216 * m2-lang.c: Update copyright.
11217 (m2_language_defn): Add basic_lookup_transparent_type.
11218 * objc-lang.c: Update copyright.
11219 (objc_language_defn): Add basic_lookup_transparent_type.
11220 * p-lang.c: Update copyright.
11221 (p_language_defn): Add basic_lookup_transparent_type.
11222 * scm-lang.c: Update copyright.
11223 (scm_language_defn): Add basic_lookup_transparent_type.
11224 * Makefile.in (cp-namespace.o): Depend on frame.h.
11225
11226 2004-01-23 David Carlton <carlton@kealia.com>
11227
11228 Patch for PR c++/1520:
11229 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11230 properly if we have a specification die.
11231 (determine_prefix_aux): Rename from determine_prefix.
11232 (determine_prefix): Like the old determine_prefix, but never
11233 returns NULL.
11234
11235 2004-01-23 Theodore A. Roth <troth@openavr.org>
11236
11237 * avr-tdep.c: Update copyright.
11238 (avr_iaddr_p): Delete unused function.
11239 (avr_saddr_p): Delete unused function.
11240
11241 2004-01-23 David Carlton <carlton@kealia.com>
11242
11243 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11244 Fix for PR symtab/1534.
11245
11246 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11247
11248 * NEWS (New native configurations): Mention OpenBSD/sparc and
11249 OpenBSD/sparc64.
11250 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11251 * configure.host: Likewise.
11252 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11253 handler for OpenBSD.
11254 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11255
11256 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11257
11258 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11259 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11260
11261 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11262 * cli/cli-cmds.c (shell_escape): Likewise.
11263
11264 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11265 OpenBSD .note.openbsd.ident sections.
11266
11267 2004-01-22 David Carlton <carlton@kealia.com>
11268
11269 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11270 get_scope_pc_bounds.
11271 (read_file_scope): Ditto.
11272 (get_scope_pc_bounds): New function, produced by extracting code
11273 from the above two functions, consolidating it, and adding support
11274 for DW_TAG_namespace.
11275
11276 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11277
11278 * osabi.c (MAX_NOTESZ): New define.
11279 (check_note): New function.
11280 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11281 check_note.
11282
11283 2004-01-21 Roland McGrath <roland@redhat.com>
11284
11285 * MAINTAINERS (write after approval): Add myself.
11286
11287 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11288
11289 * utils.c (init_page_info): Move declarations of `rows' and
11290 `cols' before the __GO32__-specific code. Move the closing brace
11291 outside the #ifdef __GO32__..#endif block.
11292 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11293
11294 2004-01-21 Paul Brook <paul@codesourcery.com>
11295
11296 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11297 BPSTAT_WHAT_CHECK_SHLIBS.
11298
11299 2004-01-21 Paul Brook <paul@codesourcery.com>
11300
11301 * MAINTAINERS: Add myself to write-after-approval.
11302
11303 2004-01-20 Andrew Cagney <cagney@redhat.com>
11304
11305 * ax-gdb.c (print_axs_value): Delete unused function.
11306 * jv-lang.c (java_lookup_type): Delete unused function.
11307 * cli/cli-dump.c (dump_filetype): Delete unused function.
11308 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11309 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11310 (mips_getstring): Delete unused function.
11311 (pmon_insert_breakpoint): Delete #if0ed function.
11312 (PMON_MAX_BP): Delete #if0ed MACRO.
11313 (mips_pmon_bp_info): Delete #if0ed variable.
11314 (pmon_remove_breakpoint): Delete #if0ed function.
11315 * monitor.c (monitor_write_even_block): Delete unused function.
11316 (monitor_write_memory_block): Delete #if0ed code.
11317 * dink32-rom.c (dink32_load): Delete unused function.
11318 (_initialize_dink32_rom): Delete #if0ed code.
11319 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11320
11321 * tui/tui-command.c: Update references.
11322 * tui/tui-io.c: Update references.
11323 * tui/tui-command.h: Update copyright.
11324 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11325
11326 * source.c (ambiguous_line_spec): Delete never-defined function.
11327 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11328 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11329 * cli/cli-cmds.c (validate_comname): Ditto.
11330
11331 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11332 "tui-data.h".
11333 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11334 (tui_show_disassem): Rename tuiShowDisassem.
11335 (tui_show_disassem_and_update_source): Rename
11336 tuiVerticalDisassemScroll.
11337 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11338 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11339 * tui/tui.h: Update copyright.
11340 (enum tui_status): Define.
11341 * tui/tui-data.h (enum tui_scroll_direction): Define.
11342 * tui/tui-disasm.c: Update copyright. Update references.
11343 * tui/tui-winsource.c: Update copyright. Update references.
11344 * tui/tui-win.c: Update references.
11345 * tui/tui-layout.c: Update references.
11346
11347 2004-01-20 Andrew Cagney <cagney@redhat.com>
11348
11349 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11350 sym2 to start of block.
11351
11352 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11353
11354 * MAINTAINERS: Delete mmalloc.
11355 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11356 * NEWS: Mention removal of --with-malloc.
11357 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11358 * config.in: Regenerate.
11359 * configure: Regenerate.
11360 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11361 USE_MMALLOC, MMCHECK_FORCE.
11362 * gdbinit.in: Remove mmalloc.
11363 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11364 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11365 * config/i386/go32.mh: Likewise.
11366 * config/i386/interix.mh: Likewise.
11367 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11368
11369 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11370
11371 * linespec.c (decode_variable, symtab_from_filename): Call
11372 error_silent with error message instead of throwing an exception
11373 directly.
11374 * defs.h (error_silent, error_output_message): Add prototypes.
11375 (catch_exceptions_with_msg): Ditto.
11376 * utils.c (error_silent, error_output_message): New functions.
11377 * top.c (catch_exceptions_with_msg): New function.
11378
11379 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11380
11381 * mi/mi-cmds.h (enum print_values): Add definition.
11382
11383 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11384 type and value for simple data types and just the name and type
11385 for complex ones, if required.
11386
11387 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11388 children, if required.
11389
11390 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11391
11392 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11393 unused declarations.
11394
11395 2004-01-19 Andrew Cagney <cagney@redhat.com>
11396
11397 * top.h (mapped_symbol_files): Delete declaration.
11398 * main.c (captured_main): Delete option "m" and "mapped".
11399 * objfiles.c (mapped_symbol_files): Delete variable.
11400 * symfile.c (symbol_file_command): Delete mmap code.
11401 (symbol_file_add_with_addrs_or_offsets): Ditto.
11402 (add_symbol_file_command, reread_separate_symbols): Ditto.
11403 * objfiles.h (OBJF_MAPPED): Delete.
11404 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11405 (free_objfile) [USE_MMALLOC]: Ditto.
11406 (open_existing_mapped_file): Delete function.
11407 (open_mapped_file): Delete function.
11408 (map_to_file): Delete function.
11409
11410 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11411
11412 * infrun.c (step_into_function): Account for possible breakpoint
11413 adjustment when computing ``stop_func_start''.
11414
11415 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11416
11417 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11418 the region size against the size of a pointer, not the size of
11419 a register as given by DEPRECATED_REGISTER_SIZE.
11420
11421 2004-01-19 Andrew Cagney <cagney@redhat.com>
11422
11423 * tui/tui-regs.h: Include "tui-data.h".
11424 (tuiFirstRegElementNoInLine): Delete declaration.
11425 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11426 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11427 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11428 (tui_calculate_regs_column_count): Rename
11429 tuiCalculateRegsColumnCount.
11430 (tui_check_register_values): Rename tuiCheckRegisterValues.
11431 (tui_show_registers): Rename tuiShowRegisters.
11432 (tui_display_registers_from_line): Rename
11433 tuiDisplayRegistersFromLine.
11434 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11435 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11436 (tui_first_reg_element_no_inline): Rename
11437 tuiFirstRegElementNoInLine.
11438 * tui/tui-data.h: Update copyright.
11439 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11440 * tui/tui-windata.c: Update copyright, update references.
11441 * tui/tui-regs.c: Update copyright, update references.
11442 * tui/tui-win.c: Update copyright, update references.
11443 * tui/tui-layout.c: Update copyright, update references.
11444
11445 2004-01-18 Andrew Cagney <cagney@redhat.com>
11446
11447 * tui/tui-io.c: Update copyright.
11448 (key_is_end_sequence, key_is_backspace): New functions.
11449 (key_is_command_char, key_is_start_sequence): New function.
11450 (tui_getc): Update references.
11451 * tui/tui-io.h: Update copyright.
11452 (m_tuiStartNewLine): Delete macro.
11453 (m_isBackspace, m_isDeleteChar): Delete macros.
11454 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11455 (m_isNextPage, m_isPrevPage): Delete macros.
11456 (m_isLeftArrow, m_isRightArrow): Delete macros.
11457 (m_isXdbStyleCommandChar): Delete macro.
11458 (key_is_start_sequence): Declare, replace m_isStartSequence.
11459 (key_is_end_sequence): Declare, replace m_isEndSequence.
11460 (key_is_backspace): Declare ,replace m_isBackspace.
11461 (key_is_command_char): Declare, replace m_isCommandChar.
11462 * tui/tui-command.c: Update copyright.
11463 (tuiDispatchCtrlChar): Update references.
11464
11465 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11466 tuiSourceWin.h.
11467
11468 * tui/tui-command.c: Rename tui/tuiCommand.c.
11469 * tui/tui-command.h: Rename tui/tuiCommand.h.
11470 * tui/tui-data.c: Rename tui/tuiData.c.
11471 * tui/tui-data.h: Rename tui/tuiData.h.
11472 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11473 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11474 * tui/tui-io.c: Rename tui/tuiIO.c.
11475 * tui/tui-io.h: Rename tui/tuiIO.h.
11476 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11477 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11478 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11479 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11480 * tui/tui-source.c: Rename tui/tuiSource.c.
11481 * tui/tui-source.h: Rename tui/tuiSource.h.
11482 * tui/tui-stack.c: Rename tui/tuiStack.c.
11483 * tui/tui-stack.h: Rename tui/tuiStack.h.
11484 * tui/tui-win.c: Rename tui/tuiWin.c.
11485 * tui/tui-win.h: Rename tui/tuiWin.h.
11486 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11487 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11488 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11489 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11490 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11491 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11492 * tui/tui-file.c: Update includes.
11493 * tui/tui-hooks.c: Update includes.
11494 * tui/tui-interp.c: Update includes.
11495 * tui/tui.c: Update includes.
11496 * Makefile.in: Update all tui/ dependencies.
11497 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11498
11499 * Makefile.in: Update copyright. Update dependencies.
11500
11501 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11502 problem.
11503
11504 2004-01-18 Andrew Cagney <cagney@redhat.com>
11505
11506 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11507 instead of register_gdbarch_init.
11508
11509 * remote-sds.c (tohex): Delete unused function. Update copyright.
11510 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11511 * v850-tdep.c (v850_register_virtual_size): Ditto.
11512 * target.c (normal_target_post_startup_inferior): Ditto.
11513 * source.c (ambiguous_line_spec): Ditto.
11514 * remote.c (adapt_remote_get_threadinfo): Ditto.
11515 * mi/mi-out.c (out_field_fmt): Ditto.
11516 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11517 (output_control_change_notification): Ditto.
11518 * m68k-tdep.c (m68k_register_byte): Ditto.
11519 (m68k_remote_breakpoint_from_pc): Ditto.
11520 * ui-out.c (init_ui_out_state): Delete unused declaration.
11521 * stabsread.c (search_value): Ditto.
11522 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11523 * maint.c (print_section_table): Ditto.
11524 * infrun.c (set_follow_fork_mode_command): Ditto.
11525
11526 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11527
11528 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11529 DW_CFA_def_cfa_exporession. Add support for
11530 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11531 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11532
11533 2004-01-18 Andrew Cagney <cagney@redhat.com>
11534
11535 * ocd.c: Update copyright.
11536 (bdm_read_register_command): Delete unused function.
11537 (_initialize_remote_ocd): Delete commented out reference.
11538 (get_quoted_char, reset_packet): Delete #if0ed function.
11539 (output_packet, put_quoted_char): Delete #if0ed function.
11540 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11541 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11542 (BDM_BREAKPOINT): Delete #if0ed macro.
11543 (remote_timeout): Delete #if0ed variable.
11544
11545 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11546
11547 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11548 (core-sol2.o): Remove dependency.
11549 * core-sol2.c: Remove file.
11550
11551 2004-01-17 Andrew Cagney <cagney@redhat.com>
11552
11553 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11554 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11555 enums.
11556
11557 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11558
11559 * remote.c: Update copyright years.
11560
11561 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11562
11563 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11564
11565 2004-01-17 Andrew Cagney <cagney@redhat.com>
11566
11567 * mdebugread.c: Update copyright.
11568 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11569 (parse_type, parse_procedure): Ditto.
11570 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11571
11572 * cris-tdep.c (cris_store_struct_return): Put back accidently
11573 deleted function.
11574
11575 * gdbarch.sh: Update copyright year.
11576 * gdbarch.h, gdbarch.c: Re-generate.
11577
11578 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11579
11580 Suggested by George Anzinger.
11581 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11582 correct stack offset. Include unknown opcode numbers in the error
11583 message.
11584
11585 2004-01-17 Andrew Cagney <cagney@redhat.com>
11586
11587 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11588 extract_struct_value_address, i386 does not set it.
11589 * sparc64-tdep.c (sparc64_init_abi): Do not set
11590 extract_struct_value_address, never called.
11591 (sparc64_extract_struct_value_address): Delete function.
11592 * m68hc11-tdep.c: Update copyright.
11593 (m68hc11_gdbarch_init): Delete redundant assignment of
11594 extract_struct_value_address.
11595 * i386-tdep.c: Update copyright.
11596 (i386_gdbarch_init): Do not set extract_struct_value_address,
11597 never called.
11598 (i386_extract_struct_value_address): Delete function.
11599 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11600 extract_struct_value_address, never called.
11601 (sparc32_extract_struct_value_address): #if 0 function. Add
11602 comments explaining its future.
11603
11604 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11605
11606 * arm-tdep.c (arm_write_pc): New function.
11607 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11608
11609 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11610
11611 * breakpoint.c (must_shift_inst_regs): Delete.
11612 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11613 and SHIFT_INST_REGS.
11614 * infcmd.c (step_1, step_1_continuation): Delete references to
11615 SHIFT_INST_REGS.
11616 * infrun.c (keep_going): Likewise.
11617 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11618 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11619
11620 2004-01-17 Andrew Cagney <cagney@redhat.com>
11621
11622 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11623 * gdbarch.h, gdbarch.c: Re-generate.
11624 * infcmd.c (print_return_value): Delete reference to
11625 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11626
11627 * cris-tdep.c (cris_gdbarch_init): Do not set
11628 deprecated_extract_struct_value_address.
11629
11630 * xstormy16-tdep.c: Update copyright.
11631 (xstormy16_extract_struct_value_address): Update to current
11632 extract struct value address interface.
11633 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11634 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11635 current extract struct value address interface.
11636 (sh64_gdbarch_init): Set extract_struct_value_address.
11637
11638 * cris-tdep.c: Update copyright.
11639 (cris_extract_struct_value_address): Delete function.
11640 (struct_return_address): Delete variable.
11641 (cris_store_struct_return): Do not set struct_return_address.
11642
11643 * mcore-tdep.c: Update copyright.
11644 (mcore_extract_struct_value_address): Delete function. Update
11645 comments.
11646 (mcore_gdbarch_init): Update.
11647 * mn10300-tdep.c: Update copyright.
11648 (mn10300_extract_struct_value_address): Delete function.
11649 (mn10300_gdbarch_init): Update.
11650 * v850-tdep.c: Update copyright.
11651 (v850_extract_struct_value_address): Delete.
11652 (v850_gdbarch_init): Update.
11653 * ns32k-tdep.c: Update copyright.
11654 (ns32k_extract_struct_value_address): Delete.
11655 (ns32k_gdbarch_init): Update.
11656 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11657 (hppa_gdbarch_init): Update.
11658 * vax-tdep.c: Update copyright.
11659 (vax_extract_struct_value_address): Delete.
11660 (vax_gdbarch_init): Update.
11661
11662 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11663 * gdbarch.h, gdbarch.c: Re-generate.
11664 * procfs.c (procfs_fetch_registers): Delete reference to
11665 DEPRECATED_NPC_REGNUM.
11666 (procfs_store_registers): Ditto.
11667 * regcache.c (generic_target_write_pc): Simplify.
11668 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11669
11670 * core-sol2.c (fetch_core_registers): Replace
11671 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11672
11673 * hppa-tdep.c: Update copyright year.
11674 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11675 NPC_REGNUM.
11676 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11677
11678 * mips-tdep.c (mips_write_pc): New function.
11679 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11680 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11681 (mips_find_saved_regs, mips_software_single_step: Ditto.
11682 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11683 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11684
11685 2004-01-17 Andrew Cagney <cagney@redhat.com>
11686
11687 * mips-tdep.c: Re-indent. Group functions by ABI.
11688
11689 2004-01-17 Andrew Cagney <cagney@redhat.com>
11690
11691 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11692 * gdbarch.c: Re-generate.
11693 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11694 DECR_PC_AFTER_BREAK to zero.
11695 * vax-tdep.c (vax_gdbarch_init): Ditto.
11696 * v850-tdep.c (v850_gdbarch_init): Ditto.
11697 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11698 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11699 * sh-tdep.c (sh_gdbarch_init): Ditto.
11700 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11701 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11702 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11703 * mips-tdep.c (mips_gdbarch_init): Ditto.
11704 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11705 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11706 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11707 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11708 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11709 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11710 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11711 * frv-tdep.c (frv_gdbarch_init): Ditto.
11712 * cris-tdep.c (cris_gdbarch_init): Ditto.
11713 * avr-tdep.c (avr_gdbarch_init): Ditto.
11714 * arm-tdep.c (arm_gdbarch_init): Ditto.
11715 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11716
11717 2004-01-17 J. Brobecker <brobecker@gnat.com>
11718
11719 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11720 Delete, no longer used.
11721 (read_subrange_type): New function, mostly extracted from
11722 read_array_type().
11723 (read_array_type): Replace extracted code by call to
11724 read_subrange_type().
11725 (dwarf2_get_attr_constant_value): New function.
11726 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11727 (add_partial_symbol): Likewise.
11728 (process_die): Likewise.
11729 (new_symbol): Likewise.
11730 (read_type_die): Likewise.
11731
11732 2004-01-16 Andrew Cagney <cagney@redhat.com>
11733
11734 * symfile.c: Update copyright year.
11735 (compare_symbols): Delete unused function.
11736 * stabsread.c: Update copyright year.
11737 (lrs_general_complaint): Delete unused function.
11738 (ref_search_value): Ditto.
11739 (get_substring): Delete declaration.
11740 * sh64-tdep.c: Update copyright year.
11741 (sh64_get_gdb_regnum): Delete unused function.
11742 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11743 Delete unused function.
11744
11745 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11746
11747 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11748 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11749
11750 2004-01-16 Andrew Cagney <cagney@redhat.com>
11751
11752 Changes from Peter Schauer.
11753 * rs6000-tdep.c: Update copyright year.
11754 (rs6000_push_dummy_call): Update the stack pointer before
11755 accessing the corresponding stack region.
11756 * rs6000-nat.c: Update copyright year.
11757 (set_host_arch): Set "info.abfd" to "exec_bfd".
11758
11759 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11760
11761 * blockframe.c: Update copyright year.
11762 (inside_entry_func): Don't treat a zero PC specially.
11763
11764 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11765
11766 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11767 variable.
11768 (gcore_create_callback): Ditto. Skip any memory segment that has
11769 no permissions set.
11770
11771 2004-01-14 David Carlton <carlton@kealia.com>
11772
11773 Change symbols for C++ nested types to contain the fully qualified
11774 name, if possible. (At least in the DWARF-2 case.) Partial fix
11775 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11776 c++/895.
11777 * c-exp.y (qualified_type): Handle types nested within classes.
11778 * cp-namespace.c: Update comments.
11779 (cp_set_block_scope): Delete #if 0.
11780 (cp_lookup_nested_type): Handle types nested within classes.
11781 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11782 when appropriate.
11783 (add_partial_symbol): Add the name of the enclosing namespace to
11784 types.
11785 (pdi_needs_namespace): New.
11786 (add_partial_namespace): Tweak comment.
11787 (add_partial_structure): New.
11788 (psymtab_to_symtab_1): Initialize processing_current_prefix
11789 here...
11790 (process_die): instead of here.
11791 (read_structure_scope): Try to figure out the name of the class or
11792 namespace that the structure might be defined within.
11793 (read_enumeration): Generate fully-qualified names, if possible.
11794 (read_namespace): Don't set name to NULL.
11795 (die_specification): New.
11796 (new_symbol): Generate fully-qualified names for types.
11797 (read_type_die): Determine appropriate prefix.
11798 (determine_prefix): New.
11799 (typename_concat): New.
11800 (class_name): New.
11801 * valops.c (value_aggregate_elt): Pass NOSIDE to
11802 value_struct_elt_for_reference.
11803 (value_struct_elt_for_reference): Make static, add NOSIDE
11804 parameter, call value_maybe_namespace_elt as a last resort.
11805 (value_namespace_elt): Break out code into
11806 value_maybe_namespace_elt.
11807 (value_maybe_namespace_elt): New.
11808
11809 2004-01-12 Andrew Cagney <cagney@redhat.com>
11810
11811 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11812 cooked floating-point registers.
11813 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11814 and value_to_register.
11815
11816 2004-01-13 Andrew Cagney <cagney@redhat.com>
11817
11818 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11819 * gdbarch.c: Re-generate.
11820 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11821 FUNCTION_START_OFFSET.
11822 * v850-tdep.c (v850_gdbarch_init): Ditto.
11823 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11824 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11825 * sh-tdep.c (sh_gdbarch_init): Ditto.
11826 * s390-tdep.c (s390_gdbarch_init): Ditto.
11827 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11828 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11829 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11830 * mips-tdep.c (mips_gdbarch_init): Ditto.
11831 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11832 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11833 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11834 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11835 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11836 * i386-tdep.c (i386_gdbarch_init): Ditto.
11837 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11838 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11839 * frv-tdep.c (frv_gdbarch_init): Ditto.
11840 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11841 * cris-tdep.c (cris_gdbarch_init): Ditto.
11842 * avr-tdep.c (avr_gdbarch_init): Ditto.
11843 * arm-tdep.c (arm_gdbarch_init): Ditto.
11844 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11845
11846 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11847
11848 * infrun.c (follow_fork_mode_ask): Remove.
11849 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11850 (follow_fork): Simplify and remove internal error for
11851 follow_fork_mode_ask.
11852 (_initialize_infrun): Update "set follow-fork-mode" help text.
11853
11854 2004-01-13 Andrew Cagney <cagney@redhat.com>
11855
11856 * configure.in: Update copyright year.
11857 (build_warnings): Add -Wunused-label.
11858 * configure: Re-generate.
11859
11860 2004-01-12 Andrew Cagney <cagney@redhat.com>
11861
11862 * exec.h (exec_ops): Make "extern".
11863
11864 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11865 the function is void.
11866 (mips_pseudo_register_write): Ditto.
11867
11868 2004-01-12 Andrew Cagney <cagney@redhat.com>
11869
11870 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11871 call. Never defined.
11872 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11873 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11874 (struct sparc_gregset, struct regcache): Ditto.
11875 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11876
11877 2004-01-12 Andrew Cagney <cagney@redhat.com>
11878
11879 * mi/ChangeLog: Delete file. Renamed to ...
11880 * mi/ChangeLog-1999-2003: New file.
11881 * tui/ChangeLog: Delete file. Renamed to ...
11882 * tui/ChangeLog-1998-2003: New file.
11883
11884 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11885
11886 * sparc64nbsd-tdep.c: Include "regset.h".
11887 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11888 Remove variables.
11889 (fetch_core_registers): Remove function.
11890 (sparc64nbsd_core_fns): Remove variable.
11891 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11892 functions.
11893 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11894 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11895 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11896
11897 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11898 sparc_extract_struct_value_address.
11899 (sparc32_gdbarch_init): Set extract_struct_value_address.
11900 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11901 function.
11902 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11903 return_value_on_stack.
11904
11905 * NEWS: Mention that %cs and %ss have been added to the AMD64
11906 configurations
11907
11908 * frame.c: Update copyright year.
11909 (get_prev_frame): Improve comment.
11910
11911 * sparc64fbsd-tdep.c: Include "regset.h".
11912 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11913 Remove variables.
11914 (fetch_core_registers): Remove function.
11915 (sparc64fbsd_core_fns): Remove variable.
11916 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11917 functions.
11918 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11919 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11920 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11921
11922 * sparcnbsd-tdep.c: Include "regset.h".
11923 (fetch_core_registers): Remove function.
11924 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11925 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11926 functions.
11927 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11928 TDEP->fpregset.
11929 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11930
11931 * sparc-tdep.h (struct regset): Provide opaque declaration.
11932 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11933 fpregset and sizeof_fpregset members.
11934 * sparc-tdep.c (struct regset): Provide opaque declaration.
11935 (sparc_regset_from_core_section): New function.
11936 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11937 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11938 Set regset_from_core_section when appropriate.
11939
11940 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11941
11942 * x86-64-tdep.c (amd64_non_pod_p): New function.
11943 (amd64_classify_aggregate): Return class memory for non-POD
11944 C++ structure types.
11945
11946 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11947 argument. Use it to reserve a register if necessary.
11948 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11949 amd64_push_arguments.
11950
11951 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11952
11953 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11954 register numbers in comments.
11955 * x86-64-tdep.h: Update copyright year.
11956 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11957 Adjust for addition of %cs and %ss.
11958 * amd64fbsd-nat.c: Update copyright year.
11959 (reg_offset): Add register offsets for %cs and %ss.
11960 * amd64fbsd-tdep.c: Update copyright year.
11961 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11962 (amd64fbsd_sc_reg_offset): Likewise.
11963 * x86-64-linux-nat.c: Update copyright year.
11964 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11965 and %ss.
11966 * amd64nbsd-nat.c: Update copyright year.
11967 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11968 * amd64nbsd-tdep.c: Update copyright year.
11969 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11970 * x86-64-linux-tdep.c: Update copyright year.
11971 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11972 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11973 * regformats/reg-x86-64.dat: Add %cs and %ss.
11974
11975 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11976 variables to prevent long lines. Update comments to reflect
11977 reality.
11978
11979 2004-01-09 David Carlton <carlton@kealia.com>
11980
11981 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11982 * dwarf2read.c (read_namespace): Pull out name-generating code
11983 into namespace_name. Rename previous_namespace to previous_prefix
11984 and processing_current_namespace to processing_current_prefix..
11985 (namespace_name): New function.
11986 (add_partial_symbol): Substitute uses of pdi->name with
11987 actual_name.
11988 * cp-support.h: Rename processing_current_namespace to
11989 processing_current_prefix.
11990 Update copyright year.
11991 * cp-namespace.c: Rename processing_current_namespace to
11992 processing_current_prefix.
11993 Update copyright year.
11994
11995 2004-01-09 Andrew Cagney <cagney@redhat.com>
11996
11997 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11998
11999 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12000
12001 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12002 complaining.
12003 (process_one_symbol): Deal with N_PATCH stabs.
12004
12005 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
12006
12007 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12008 ifdeffed code.
12009 Update copyright year.
12010
12011 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12012
12013 * config/pa/tm-hppa.h: Update extern declarations for
12014 hppa32_hpux_frame_saved_pc_in_sigtramp,
12015 hppa32_hpux_frame_base_before_sigtramp, and
12016 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12017
12018 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12019
12020 * config/pa/tm-hppah.h: Update copyright years.
12021
12022 2004-01-08 Andrew Cagney <cagney@redhat.com>
12023
12024 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12025 (mips_o32_reg_struct_has_addr): Delete function.
12026 (mips_gdbarch_init): Update.
12027 (mips_extract_struct_value_address): Delete function.
12028
12029 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12030
12031 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12032 reality.
12033
12034 2004-01-07 Andrew Cagney <cagney@redhat.com>
12035
12036 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12037 architecture's elf flags (when available).
12038
12039 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12040 FPU to the start, check the MIPS FPU when looking for an old
12041 architecture.
12042 (set_mipsfpu_single_command): Update the architecture.
12043 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12044
12045 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12046 (mips_mask_address_p): Add "tdep" parameter.
12047 (show_mask_address, mips_addr_bits_remove): Update.
12048 (mips_dump_tdep): Update.
12049 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12050 (MIPS_STACK_ARGSIZE): Delete macro.
12051 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12052 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12053 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12054 (mips_dump_tdep): Update.
12055 (MIPS_SAVED_REGSIZE): Delete macro.
12056 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12057 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12058 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12059 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12060 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12061 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12062 (mips_pop_frame, return_value_location): Update.
12063 (mips_n32n64_return_value, mips_dump_tdep): Update.
12064
12065 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12066 MIPS ABI.
12067
12068 * mips-tdep.c: Update copyright.
12069 (mips_gdbarch_init): Merge two code blocks handling the register
12070 name and number layout.
12071
12072 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12073
12074 * tracepoint.c (validate_actionline): Fix segv at EOF
12075
12076 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12077
12078 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12079 properly for static fields.
12080
12081 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12082 Jason Molenda <jmolenda@apple.com>
12083
12084 * disasm.c: Update copyright to include 2004.
12085 (do_mixed_source_and_assembly): For uiout asm list
12086 and tuple cleanups, initialize to null_cleanup instead of
12087 NULL and do so prior to loop. Only reset when we close off
12088 the tuple/list. Move check for whether to close off the
12089 asm tuple/list to after dump_insns call where it will be run
12090 on each loop iteration.
12091
12092 2004-01-05 Andrew Cagney <cagney@redhat.com>
12093
12094 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12095 should be a switch case and not a label.
12096 * mips-tdep.c (mips32_next_pc): Delete unused labels
12097 "greater_equal_branch" and "less_zero_branch".
12098 * jv-valprint.c (java_print_value_fields): Delete unused label
12099 "flush_it".
12100
12101 * target.c (unpush_target): Only close a target that is in the
12102 target stack.
12103
12104 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12105
12106 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12107 address from [sp + 64] instead of %o2.
12108
12109 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12110 fixes PR backtrace/1476.
12111
12112 2004-01-05 Andrew Cagney <cagney@redhat.com>
12113
12114 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12115 move to start of file.
12116 * i386-tdep.h (struct regcache): Add opaque declaration.
12117 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12118 declaration.
12119 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12120 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12121 * win32-nat.c (fake_create_process): Use ISO C style definition.
12122 * stabsread.c (define_symbol): Delete #ifndef
12123 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12124 stabs_argument_has_addr call, macro never defined.
12125
12126 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12127
12128 * op50-rom.c: Delete.
12129 * w89k-rom.c: Delete.
12130 * Makefile.in: Remove references.
12131
12132 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12133
12134 * x86-64-tdep.c: Update copyright year.
12135 (struct amd64_register_info): Rename from x86_64_register_info.
12136 (amd64_register_info): Rename from x86_64_register_info.
12137 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12138 (amd64_register_name): Rename from x86_64_register_name.
12139 (amd64_register_type): Rename from x86_64_register_type.
12140 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12141 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12142 (amd64_dwarf_reg_to_regnum): Rename from
12143 x86_64_dwarf_reg_to_regnum.
12144 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12145 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12146 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12147 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12148 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12149 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12150 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12151 (amd64_frame_cache): Rename from x86_64_frame_cache.
12152 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12153 (amd64_frame_prev_register): Rename from
12154 x86_64_frame_prev_register.
12155 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12156 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12157 (amd64_sigtramp_frame_cache): Rename from
12158 x86_64_sigtramp_frame_cache.
12159 (amd64_sigtramp_frame_prev_register): Rename from
12160 x86_64_sigtramp_frame_prev_register.
12161 (amd64_sigtramp_frame_unwind): Rename from
12162 x86_64_sigtramp_frame_unwind.
12163 (amd64_sigtramp_frame_sniffer): Rename from
12164 x86_64_sigtramp_frame_sniffer.
12165 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12166 (amd64_frame_base): Rename from x86_64_frame_base.
12167 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12168 (amd64_frame_align): Rename from x86_64_frame_align.
12169 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12170 (amd64_regset_from_core_section): Rename from
12171 x86_64_regset_from_core_section.
12172 (x86_64_init_abi): Update comments.
12173
12174 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12175
12176 * MAINTAINERS (write after approval): Add myself.
12177
12178 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12179
12180 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12181 `float' arguments.
12182
12183 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12184
12185 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12186 such that it mentions a specific version of GCC that exhibits this
12187 bug.
12188
12189 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12190
12191 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12192 structure that has a single `float' member, store it in %f1 in
12193 addition to %f0.
12194
12195 * sparc-sol2-nat.c: Add missing '\'.
12196
12197 * sparc-tdep.c (sparc32_return_value): New function.
12198 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12199 Remove functions.
12200 (sparc32_gdbarch_init): Set return_value, don't set
12201 extract_return_value, store_return_value, use_struct_convention
12202 and return_value_on_stack.
12203
12204 * sparc-sol2-nat.c: Add missing ')'.
12205
12206 2004-01-03 J. Brobecker <brobecker@gnat.com>
12207
12208 * infrun.c (handle_step_into_function): New function.
12209 (handle_inferior_event): Extract out some code into the new
12210 function above.
12211
12212 2004-01-03 J. Brobecker <brobecker@gnat.com>
12213
12214 * infrun.c (handle_inferior_event): Move the declaration of
12215 real_stop_pc inside the if blocks where it is used.
12216
12217 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12218
12219 * sparc64-tdep.c (sparc64_16_byte_align_p)
12220 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12221 Use check_typedef to get subtypes of structures and unions.
12222 (sparc64_store_return_value): Fix calculation of the appropriate
12223 offset into VALBUF when storing a structure or union.
12224 (sparc64_return_value): New function.
12225 (sparc64_use_struct_convention): Remove function.
12226 (sparc64_init_abi): Set return_value, don't set
12227 extract_return_value, store_return_value and
12228 use_struct_convention.
12229
12230 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12231
12232 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12233 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12234 gdb/config/alpha/xm-alphaosf.h,
12235 gdb/config/powerpc/tm-ppcle-eabi.h,
12236 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12237 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12238 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12239 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12240 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12241 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12242 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12243 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12244 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12245 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12246 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12247 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12248 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12249 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12250 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12251 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12252 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12253 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12254 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12255 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12256 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12257 Remove lines for .cvsignore files.
12258
12259 2004-01-03 J. Brobecker <brobecker@gnat.com>
12260
12261 * infrun.c: Back out the previous change.
12262
12263 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12264
12265 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12266 sparc-*-sunos4* to the list of REMOVED configurations.
12267
12268 * configure.tgt: Add back sparc-*-vxworks*.
12269 * remote-vxsparc.c: Remove all includes except for "defs.h",
12270 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12271 Include "sparc-tdep.h".
12272 (SPARC_R_G1): New define.
12273 (vxsparc_gregset): New variable.
12274 (ext_format_sparc): Remove extern declaration.
12275 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12276 sparc32_supply_fpregset.
12277 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12278 sparc_collect_rwindow and sparc32_collect_fpregset.
12279 * config/sparc/tm-vxworks.h: New file, based on recently removed
12280 tm-vxsparc.h.
12281 * config/sparc/vxworks.mt: New file, based on recently removed
12282 vxworks.mt.
12283
12284 2004-01-03 J. Brobecker <brobecker@gnat.com>
12285
12286 * infrun.c (handle_step_into_function): New function.
12287 (handle_inferior_event): Extract out some code into the new
12288 function above.
12289
12290 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12291
12292 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12293 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12294 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12295 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12296 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12297 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12298 (sparc_nat_h): New variable.
12299 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12300 (tm-sun4os4.h): Remove dependency.
12301 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12302 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12303 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12304 sparc-tdep.o): Update dependencies.
12305 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12306 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12307 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12308 dependencies.
12309 * configure.host: Remove existing sparc-*-lynxos*,
12310 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12311 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12312 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12313 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12314 triplets.
12315 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12316 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12317 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12318 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12319 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12320 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12321 sparc64-*-solaris2* and sparc64-*-* triplets.
12322 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12323 "symtab.h" and "objfiles.h".
12324 (BIAS): Remove define.
12325 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12326 (X_DISP19): Remove macros.
12327 (sparc_fetch_instruction): Remove function.
12328 (struct gdbarch_tdep): Remove definition.
12329 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12330 (sparc_breakpoint_from_pc): Remove function.
12331 (struct sparc64_frame_cache): Remove definition.
12332 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12333 sparc64_unwind_pc): Remove functions.
12334 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12335 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12336 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12337 (sparc64_frame_cache): Change return type to `struct
12338 sparc_frame_cache *'. Simply call sparc_frame_cache.
12339 (sparc64_frame_this_id, sparc64_frame_prev_register,
12340 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12341 instead of `struct sparc64_frame_cache.
12342 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12343 sparc_analyze_control_transfer, sparc_software_single_step,
12344 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12345 _initialize_sparc64_tdep): Remove functions.
12346 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12347 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12348 macros.
12349 (sparc64_supply_gregset, sparc64_collect_gregset,
12350 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12351 (sparc64_init_abi): New function.
12352 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12353 inclusion guard. Include "sparc-tdep.h".
12354 (BIAS): Define.
12355 (r_tstate_offset, r_fprs_offset): New defines.
12356 (enum sparc_regnum): Remove defenition.
12357 (enum sparc64_regnum): Reformat.
12358 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12359 (sparc64_init_abi, sparc64_supply_gregset,
12360 sparc64_collect_gregset, sparc64_supply_fpregset,
12361 sparc64_collect_fpregset): New prototypes.
12362 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12363 Add extern declarations.
12364 (sparc64_sol2_init_abi): New prototype.
12365 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12366 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12367 prototypes.
12368 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12369 "sparnbsd-nat.h".
12370 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12371 functions.
12372 (_initialize_sparc64fbsd_nat): Remove initialization of
12373 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12374 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12375 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12376 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12377 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12378 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12379 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12380 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12381 (sparc64fbsd_r_y_offset): Remove variables.
12382 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12383 Make static and const.
12384 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12385 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12386 functions.
12387 (sparc64fbsd_gregset): New variable.
12388 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12389 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12390 and sparc64_supply_fpregset.
12391 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12392 (sparc64fbsd_sigtramp_frame_this_id)
12393 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12394 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12395 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12396 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12397 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12398 * sparcnbsd-tdep.c: Update copyright year. Include
12399 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12400 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12401 "value.h" and "sparcnbsd-tdep.h".
12402 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12403 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12404 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12405 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12406 defines.
12407 (sparcnbsd_gregset): New variable.
12408 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12409 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12410 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12411 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12412 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12413 variables.
12414 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12415 (sparc32nbsd_sigcontext_frame_this_id)
12416 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12417 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12418 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12419 (sparcnbsd_get_longjmp_target_32,
12420 sparcnbsd_get_longjmp_target_64): Remove functions.
12421 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12422 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12423 sparcnbsd_init_elf): Remove.
12424 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12425 (sparcnbsd_elf_init_abi): New functions.
12426 (_initialize_sparcnbsd_tdep): New prototype.
12427 (_initialize_sparnbsd_tdep): Update.
12428 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12429 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12430 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12431 * config/sparc/linux.mh: Update comment.
12432 (XM_FILE, HOST_IPC): Remove variables.
12433 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12434 sparc-linux-nat.o.
12435 * config/sparc/linux.mt: Update comment.
12436 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12437 * config/sparc/nbsd.mt: Reformat.
12438 * config/sparc/nbsd64.mh: Update comment.
12439 (NATDEPFILES): Add sparc-nat.o.
12440 * config/sparc/nbsd64.mt: Update comment.
12441 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12442 (TM_FILE): Set to tm-nbsd.h.
12443 * config/sparc/nbsdelf.mh: Update comment.
12444 (NATDEPFILES): Add sparc-nat.o.
12445 (XM_FILE): Delete.
12446 * config/sparc/nbsdaout.mh: Update comment.
12447 (NATDEPFILES): Add sparc-nat.o
12448 (XM_FILE): Delete.
12449 * config/sparc/nm-linux.h: Update copyright year. Don't include
12450 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12451 inclusion.
12452 (KERNEL_U_SIZE): Remove define.
12453 (kernel_u_size): Remove prototype.
12454 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12455 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12456 "regcache.h".
12457 (CHILD_PREPARE_TO_STORE): Remove define.
12458 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12459 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12460 sparcnbsd-nat.c: Rewrite files.
12461 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12462 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12463 sparcnbsd-tdep.h: Remove files.
12464 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12465 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12466 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12467 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12468 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12469 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12470 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12471 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12472 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12473 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12474 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12475 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12476 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12477 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12478 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12479 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12480 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12481 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12482 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12483
12484 2004-01-02 Andrew Cagney <cagney@redhat.com>
12485
12486 From 2003-12-18 Kazuhiro Inaoka:
12487 * configure.host: Add m32r-linux target.
12488
12489 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12490
12491 * top.c (print_gdb_version): Update year to 2004.
12492
12493 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12494
12495 * MAINTAINERS: Add myself to the write-after-approval category.
12496
12497 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12498
12499 From Bernardo Innocenti <bernie@develer.com>:
12500 * configure.tgt: Add uClinux target.
12501
12502 2004-01-02 Andrew Cagney <cagney@redhat.com>
12503
12504 * utils.c (do_my_cleanups): Make static, add forward declaration.
12505 * defs.h (do_my_cleanups): Delete declaration.
12506
12507 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12508
12509 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12510 bfd/ChangeLog-0203.
12511
12512 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12513
12514 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12515 in <machine/reg.h>.
12516 * configure, config.in: Regenerate.
12517
12518 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12519 tui/ChangeLog-1998-2003.
12520 \f
12521 Local Variables:
12522 mode: change-log
12523 left-margin: 8
12524 fill-column: 74
12525 version-control: never
12526 End: