2004-09-29 Andrew Cagney <cagney@gnu.org>
[binutils-gdb.git] / gdb / ChangeLog
1 2004-09-29 Andrew Cagney <cagney@gnu.org>
2
3 * target.h (child_ops): Declare.
4 * inftarg.c (child_ops): Move from here ...
5 * target.c (child_ops): ... to here.
6 * wince.c (child_ops): Delete extern declaration.
7 * win32-nat.c (child_ops): Delete extern declaration.
8 * linux-nat.c (child_ops): Delete extern declaration.
9 * hpux-thread.c (child_ops): Delete extern declaration.
10
11 2004-09-28 Mark Kettenis <kettenis@gnu.org>
12
13 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
14
15 2004-09-28 Mark Kettenis <kettenis@gnu.org>
16
17 * configure.in: Only set host_makefile_frag when building a native
18 debugger.
19 * configure: Regenerate.
20
21 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
22 for OpenBSD ELF.
23
24 2004-09-28 Andrew Cagney <cagney@gnu.org>
25
26 Problem identified by Paul Hilfinger.
27 * Makefile.in (ada_lex_c): Define.
28 (ada-lex.o): Delete rule.
29
30 * linux-proc.c: Delete file.
31 * Makefile.in: Update.
32 * config/sparc/linux64.mh (NATDEPFILES):
33 * config/sparc/linux.mh (NATDEPFILES): Update.
34 * config/s390/s390.mh (NATDEPFILES): Update.
35 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
36 * config/powerpc/linux.mh (NATDEPFILES): Update.
37 * config/pa/linux.mh (NATDEPFILES): Update.
38 * config/mips/linux.mh (NATDEPFILES): Update.
39 * config/m68k/linux.mh (NATDEPFILES): Update.
40 * config/ia64/linux.mh (NATDEPFILES): Update.
41 * config/i386/linux64.mh (NATDEPFILES): Update.
42 * config/i386/linux.mh (NATDEPFILES): Update.
43 * config/arm/linux.mh (NATDEPFILES): Update.
44 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
45 * linux-nat.c: Update copyright. Include <sys/param.h>,
46 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
47 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
48 (O_LARGEFILE): Possibly define.
49 (_initialize_linux_nat, linux_proc_pending_signals)
50 (add_line_to_sigset, linux_proc_xfer_memory)
51 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
52 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
53 (struct linux_corefile_thread_data)
54 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
55 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
56
57 2004-09-16 Andrew Cagney <cagney@gnu.org>
58
59 * lin-lwp.c: Delete file.
60 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
61 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
62 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
63 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
64 (linux_nat_attach, detach_callback, linux_nat_detach)
65 (resume_callback, resume_clear_callback, linux_nat_resume)
66 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
67 (stop_wait_callback, linux_nat_has_pending, flush_callback)
68 (status_callback, running_callback, count_events_callback)
69 (select_singlestep_lwp_callback, select_event_lwp_callback)
70 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
71 (child_wait, stop_and_resume_callback, linux_nat_wait)
72 (kill_callback, kill_wait_callback, linux_nat_kill)
73 (linux_nat_create_inferior, linux_nat_mourn_inferior)
74 (linux_nat_xfer_memory, linux_nat_thread_alive)
75 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
76 (_initialize_linux_nat): New functions.
77 * Makefile.in: Update all dependencies.
78 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
79 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
80 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
81 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
82 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
83 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
84 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
85 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
86 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
87 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
88 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
89 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
90 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
91
92 2004-09-27 Mark Kettenis <kettenis@gnu.org>
93
94 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
95 config/i386/obsd64.mh (NAT_FILE): Remove variable.
96
97 * configure.in: Don't comment out NATDEPFILES in the generated
98 Makefile if NAT_FILE is unset.
99 * configure: Regenerate.
100
101 2004-09-27 Andrew Cagney <cagney@gnu.org>
102
103 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
104 (insert_step_resume_breakpoint): Delete.
105 (insert_step_resume_breakpoint_at_frame): New function.
106 (insert_step_resume_breakpoint_at_sal): New function.
107 (handle_inferior_event, step_into_function)
108 (insert_step_resume_breakpoint): Simplify by using same.
109
110 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
111
112 2004-09-26 Mark Kettenis <kettenis@gnu.org>
113
114 * fbsd-proc.c: Remove file.
115 * Makefile.in (fbsd-proc.o): Remove dependency.
116
117 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
118 code together.
119
120 * config/i386/nm-fbsd64.h: Remove file.
121 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
122
123 2004-09-26 Mark Kettenis <kettenis@gnu.org>
124
125 * amd64-nat.h: Update copyright year.
126 (amd64bsd_target): New prototype.
127 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
128 (amd64bsd_target): New function.
129 (amd64bsd_fetch_inferior_registers): Rename from
130 fetch_inferior_registers. Make static.
131 (amd64bsd_store_inferior_registers): Rename from
132 store_inferior_registers. Make static.
133 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
134 (_initialize_amd64fbsd_nat): Construct and add target vector.
135 * amd64nbsd-nat.o: Include "target.h".
136 (_initialize_amd64nbsd_nat): Construct and add target vector.
137 * amd64obsd-nat.c: Include "target.h".
138 (_initialize_amd64obsd_nat): Construct and add target vector.
139 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
140 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
141 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
142 fbsd-nat.o.
143 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
144 Remove infptrace.o and inftarg.o. Add inf-child.o and
145 inf-ptrace.o.
146 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
147 (amd64obsd-nat.o): Update dependencies.
148
149 2004-09-25 Mark Kettenis <kettenis@gnu.org>
150
151 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
152 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
153 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
154 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
155 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
156
157 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
158 Inline attach call.
159 (inf_ptrace_detach): Inline detach call.
160
161 * configure.in: Check for waddstr instead of mvwaddstr when
162 searching for curses library. Check for wborder.
163 * configure, config.in: Regenerate.
164 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
165 available.
166
167 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
168
169 2004-09-24 Robert Picco <Robert.Picco@hp.com>
170
171 Committed by Andrew Cagney.
172 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
173 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
174 configuration.
175 (fetch_register_using_p): Implement 'p' packet. Based on code by
176 Fernando Nasser.
177 (remote_fetch_registers): Call fetch_register_using_p.
178 (init_all_packet_configs, show_remote_cmd)
179 (_initialize_remote): Add p-packet.
180
181 2004-09-24 Mark Kettenis <kettenis@gnu.org>
182
183 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
184 instead of call_ptrace. Call wait directly instead of
185 ptrace_wait.
186 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
187 (inf_ptrace_wait): Inline ptrace_wait call.
188
189 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
190
191 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
192 rolled back instead.
193
194 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
195
196 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
197 the new argument order.
198
199 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
200
201 * MAINTAINERS: Remove "broken" from XStormy16 entry.
202 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
203 (struct gdbarch_tdep): Remove.
204 (struct xstormy16_frame_cache): New frame cache structure.
205 (xstormy16_register_byte, xstormy16_register_raw_size)
206 (xstormy16_reg_virtual_type, xstormy16_register_type)
207 (xstormy16_push_arguments, xstormy16_push_return_address)
208 (xstormy16_pop_frame, xstormy16_store_struct_return)
209 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
210 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
211 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
212 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
213 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
214 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
215 (xstormy16_use_struct_convention): Drop gcc_p parameter.
216 (xstormy16_extract_return_value, xstormy16_store_return_value):
217 Regcachify. Drop useless struct convention handling.
218 (xstormy16_register_type, xstormy16_return_value)
219 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
220 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
221 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
222 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
223 (xstormy16_unwind_sp, xstormy16_unwind_pc)
224 (xstormy16_unwind_dummy_id) : New functions.
225 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
226 of xstormy16_scan_prologue.
227 (xstormy16_frame_unwind): New frame_unwind structure.
228 (xstormy16_frame_base): New frame_base structure.
229 (xstormy16_gdbarch_init): Accomodate all of the above changes.
230 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
231
232 2004-09-22 Mark Kettenis <kettenis@gnu.org>
233
234 * language.c (language_gdbarch_post_init): Fix off-by one error.
235
236 2004-09-21 Daniel Jacobowitz <dan@debian.org>
237
238 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
239 (struct dwarf2_offset_and_type): New.
240 (set_die_type, reset_die_and_siblings_types, get_die_type)
241 (offset_and_type_hash, offset_and_type_eq): New functions.
242 (read_structure_type, read_enumeration_type, read_array_type)
243 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
244 (read_tag_reference_type, read_tag_const_type)
245 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
246 (read_typedef, read_base_type, read_subrange_type): Use
247 set_die_type.
248
249 2004-09-20 Daniel Jacobowitz <dan@debian.org>
250
251 * Makefile.in (dwarf2read.o): Update dependencies.
252 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
253 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
254 and read_in_chain.
255 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
256 mark, and has_form_ref_addr.
257 (struct dwarf2_per_cu_data): New.
258 (dwarf2_max_cache_age): New.
259 (dwarf2_build_psymtabs_hard): Free cached compilation units
260 after loading. Create and manage the list of compilation units.
261 Remove unnecessary NULL initialization. Fix indentation.
262 (psymtab_to_symtab_1): Initialize all of CU.
263 (dwarf2_read_abbrevs): Set has_form_ref_addr.
264 (find_partial_die): Use dwarf2_find_containing_comp_unit
265 and load_comp_unit.
266 (free_stack_comp_unit): Update comments. Clear the per-cu
267 pointer. Handle aging.
268 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
269 (age_cached_comp_units, free_one_cached_comp_unit)
270 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
271 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
272 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
273 (show_dwarf2_cmd): New.
274 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
275 and "maint show dwarf2 max-cache-age".
276 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
277 externs.
278 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
279 global.
280
281 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
282
283 * dwarf2read.c (typename_concat): Change prototype to accept obstack
284 and dwarf2_cu struct pointer as arguments. Change function to use
285 obstack if provided and use dwarf2_cu to determine language-specific
286 separator.
287 (partial_die_parent_scope): Change comment to include java. Use
288 new version of typename_concat instead of obconcat.
289 (partial_die_full_name): Use typename_concat.
290 (read_namespace): Ditto.
291 (read_enumeration_type): Use typename_concat instead of obconcat.
292 (new_symbol): Ditto.
293 (add_partial_symbol): Enhance tests for C++ to also test for Java.
294 (guess_structure_name): Ditto.
295 (read_subroutine_type): Ditto.
296 (read_structure_type): Ditto.
297 (is_vtable_name): Add Java support.
298 (determine_class_name): Switch to new typename_concat call.
299 (determine_prefix): Switch to new typename_concat call.
300 * jv-exp.y (FuncStart): New pattern.
301 (MethodInvocation): Add support for simple function calls. Change
302 warning message for other forms of inferior call currently not
303 supported.
304 * valarith.c (value_subscript): Treat an array with upper-bound
305 of -1 as unknown size.
306
307 2004-09-20 Daniel Jacobowitz <dan@debian.org>
308
309 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
310 (lookup_partial_symtab): Use symtab_to_fullname.
311
312 2004-09-19 Jim Blandy <jimb@redhat.com>
313
314 * minsyms.c (lookup_minimal_symbol): Doc fix.
315
316 2004-09-20 Andrew Cagney <cagney@gnu.org>
317
318 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
319 CHILD_RESUME.
320 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
321 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
322 KILL_INFERIOR.
323 * infptrace.c: Update.
324
325 2004-09-19 Daniel Jacobowitz <dan@debian.org>
326
327 * symtab.c (output_source_filename): Mark first argument as const.
328 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
329 for "info sources" output.
330
331 2004-09-20 Mark Kettenis <kettenis@gnu.org>
332
333 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
334 <machine/vmparam.h>.
335 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
336 (register_u_addr): Remove prototype.
337
338 2004-09-19 Mark Kettenis <kettenis@gnu.org>
339
340 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
341 (i386bsd_fetch_inferior_registers): Rename from
342 fetch_inferior_registers. Make static.
343 (i386bsd_store_inferior_registers): Rename from
344 store_inferior_registers. Make static.
345 (i386bsd_target): New function.
346 * i386bsd-nat.h: New file.
347 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
348 "i386bsd-nat.h".
349 (i386fbsd_resume): Rename from child_resume. Make static.
350 (_initialize_i386fbsd_nat): Construct and add target vector.
351 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
352 (_initialize_i386nbsd_nat): Construct and add target vector.
353 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
354 Remove defines.
355 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
356 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
357 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
358 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
359 (LOADLIBES): New variable.
360 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
361 inf-ptrace.o. Remove inftarg.o.
362 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
363 inf-ptrace.o. Remove inftarg.o.
364 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
365 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
366 (LOADLIBES): New variable.
367 * Makefile.in (i386bsd_nat_h): New variable.
368 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
369 dependencies.
370
371 * sparc64nbsd-tdep.c: Include "objfiles.h".
372 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
373 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
374 svr4_lp64_fetch_link_map_offsets.
375 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
376 "nbsd-tdep.h".
377 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
378 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
379 svr4_lp64_fetch_link_map_offsets.
380 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
381 dependencies.
382
383 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
384 * fbsd-nat.h: New file.
385 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
386 (fbsd_nat_h): New variable.
387 (fbsd-nat.o): New dependency.
388
389 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
390 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
391
392 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
393 comment.
394
395 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
396
397 * ada-exp.y (type_int): New function to add layer of abstraction
398 around references to expression types.
399 (type_long): Ditto.
400 (type_long_long): Ditto.
401 (type_float): Ditto.
402 (type_double): Ditto.
403 (type_long_double): Ditto.
404 (type_char): Ditto.
405 (type_system_address): Ditto.
406 (simple_exp): Use type_* functions in place of builtin_*
407 variables.
408 (exp): Ditto.
409 (write_var_from_name): Ditto.
410 (write_object_renaming): Ditto.
411 * ada-lang.c (ada_create_fundamental_type): Remove redundant
412 declaration.
413 (build_ada_types): Remove, replacing with...
414 (ada_language_arch_info): New function to initialize primitive
415 type vector in language_arch_info.
416 (ada_array_length): Remove use of builtin_type_ada_int.
417 (value_pos_atr): Ditto.
418 (ada_evaluate_subexp): Ditto.
419 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
420 builtin_type_ada_long_long, builtin_type_ada_char,
421 builtin_type_ada_float, builtin_type_ada_double,
422 builtin_type_ada_long_double, builtin_type_ada_natural,
423 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
424 (ada_builtin_types): Remove.
425 (ada_language_defn): Remove entries for la_builtin_type_vector and
426 string_char_type and use ada_language_arch_info.
427 (_initialize_ada_language): Do type-vector initialization along
428 the lines of c-lang.c.
429 (ada_create_fundamental_type): Break up line.
430 (ada_dump_symtab): Remove unused function.
431 (enum ada_primitive_types): Define.
432 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
433 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
434 builtin_type_ada_float, builtin_type_ada_double,
435 builtin_type_ada_long_double, builtin_type_ada_natural,
436 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
437 * ada-lex.l: Use type_* functions in place of builtin_* variables.
438 (processInt): Ditto.
439 (processReal): Ditto.
440 (name_lookup): Ditto.
441 * ada-typeprint.c (print_range): Use builtin_type_int, not
442 builtin_type_ada_int.
443
444 2004-09-18 Mark Kettenis <kettenis@gnu.org>
445
446 * i386-tdep.c (i386_register_name): Rename regno to regnum.
447
448 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
449 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
450 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
451 * configure.in: Improve checks for curses library by checking for
452 mvwaddstr instead of initscr. Drop HP curses in favour of
453 standard curses on HP-UX.
454 * configure: Regenerated.
455
456 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
457
458 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
459 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
460 Minor formatting changes.
461 (empty_array): Slight rewrite for formatting.
462 (emit_char,parse,ada_language_defn,build_ada_types,
463 ada_is_exception_sym, _initialize_ada_language): Move
464 definitions around.
465 (ada_dump_symtab): Remove unused definition.
466 (ada_maybe_exception_partial_symbol): Remove unused definition.
467
468 2004-09-16 Andrew Cagney <cagney@gnu.org>
469
470 * inf-child.c: Include "gdb_string.h".
471 (inf_child_core_file_to_sym_file): Delete.
472 (inf_child_target): Set to_fetch_registers and to_store_registers.
473 * inf-ptrace.c: Include "gdb_string.h".
474 * Makefile.in: Update all dependencies.
475
476 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
477 problem.
478
479 2004-09-14 Joel Brobecker <brobecker@gnat.com>
480
481 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
482 call to heuristic_proc_desc. Remove code that became redundant
483 as a consequence.
484 (read_next_frame_reg): Remove special case for SP_REGNUM.
485 (set_reg_offset): Fix small typo.
486 (reset_saved_regs): New procedure.
487 (mips32_heuristic_proc_desc): No longer compute a fake
488 procedure descriptor. Compute the full frame cache instead.
489 Some minor comment reformatting.
490
491 2004-09-14 Andrew Cagney <cagney@gnu.org>
492
493 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
494 maintainer.
495
496 * thread-db.c (thread_db_new_objfile): Assume that there is a
497 child process.
498
499 2004-09-13 Jim Blandy <jimb@redhat.com>
500
501 * valops.c (value_assign): Move 'buffer' to the enclosing block,
502 so that its storage isn't referenced after its lifetime ends.
503
504 * valops.c (value_assign): 'use_buffer' is initialized to zero,
505 and never assigned to. Delete it, and the 'if (use_buffer)'
506 clauses. Delete 'raw_buffer', since it is now unused.
507
508 2004-09-13 Andrew Cagney <cagney@gnu.org>
509
510 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
511 * configure: Re-generate.
512 * nlm/Makefile.in (TAGS): Update.
513 * Makefile.in (TAGS): Update.
514 * config/vax/nbsd.mt (TM_FILE): Update.
515 * config/sparc/vxworks.mt (TM_FILE): Update.
516 * config/sparc/sol2.mt (TM_FILE): Update.
517 * config/sparc/sol2-64.mt (TM_FILE): Update.
518 * config/sparc/obsd64.mt (TM_FILE): Update.
519 * config/sparc/obsd.mt (TM_FILE): Update.
520 * config/sparc/nbsd64.mt (TM_FILE): Update.
521 * config/sparc/nbsd.mt (TM_FILE): Update.
522 * config/sparc/linux64.mt (TM_FILE): Update.
523 * config/sparc/linux.mt (TM_FILE): Update.
524 * config/sparc/fbsd.mt (TM_FILE): Update.
525 * config/sh/wince.mt (TM_FILE): Update.
526 * config/sh/nbsd.mt (TM_FILE): Update.
527 * config/sh/linux.mt (TM_FILE): Update.
528 * config/sh/embed.mt (TM_FILE): Update.
529 * config/s390/s390.mt (TM_FILE): Update.
530 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
531 * config/rs6000/rs6000.mt (TM_FILE): Update.
532 * config/rs6000/aix4.mt (TM_FILE): Update.
533 * config/powerpc/vxworks.mt (TM_FILE): Update.
534 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
535 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
536 * config/powerpc/obsd.mt (TM_FILE): Update.
537 * config/powerpc/nbsd.mt (TM_FILE): Update.
538 * config/powerpc/linux.mt (TM_FILE): Update.
539 * config/powerpc/aix.mt (TM_FILE): Update.
540 * config/pa/obsd.mt (TM_FILE): Update.
541 * config/pa/linux.mt (TM_FILE): Update.
542 * config/pa/hppahpux.mt (TM_FILE): Update.
543 * config/pa/hppa64.mt (TM_FILE): Update.
544 * config/pa/hppa.mt (TM_FILE): Update.
545 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
546 * config/mips/wince.mt (TM_FILE): Update.
547 * config/mips/vxmips.mt (TM_FILE): Update.
548 * config/mips/nbsd.mt (TM_FILE): Update.
549 * config/mips/linux.mt (TM_FILE): Update.
550 * config/mips/irix6.mt (TM_FILE): Update.
551 * config/mips/irix5.mt (TM_FILE): Update.
552 * config/mips/embed.mt (TM_FILE): Update.
553 * config/m68k/vxworks68.mt (TM_FILE): Update.
554 * config/m68k/st2000.mt (TM_FILE): Update.
555 * config/m68k/os68k.mt (TM_FILE): Update.
556 * config/m68k/obsd.mt (TM_FILE): Update.
557 * config/m68k/nbsd.mt (TM_FILE): Update.
558 * config/m68k/monitor.mt (TM_FILE): Update.
559 * config/m68k/linux.mt (TM_FILE): Update.
560 * config/m68k/cisco.mt (TM_FILE): Update.
561 * config/ia64/linux.mt (TM_FILE): Update.
562 * config/ia64/aix.mt (TM_FILE): Update.
563 * config/ia64/ia64.mt (TM_FILE): Update.
564 * config/i386/vxworks.mt (TM_FILE): Update.
565 * config/i386/obsd64.mt (TM_FILE): Update.
566 * config/i386/obsd.mt (TM_FILE): Update.
567 * config/i386/nto.mt (TM_FILE): Update.
568 * config/i386/nbsd64.mt (TM_FILE): Update.
569 * config/i386/nbsd.mt (TM_FILE): Update.
570 * config/i386/linux64.mt (TM_FILE): Update.
571 * config/i386/linux.mt (TM_FILE): Update.
572 * config/i386/i386sol2.mt (TM_FILE): Update.
573 * config/i386/i386lynx.mt (TM_FILE): Update.
574 * config/i386/fbsd64.mt (TM_FILE): Update.
575 * config/i386/fbsd.mt (TM_FILE): Update.
576 * config/i386/cygwin.mt (TM_FILE): Update.
577 * config/h8300/h8300.mt (TM_FILE): Update.
578 * config/frv/frv.mt (TM_FILE): Update.
579 * config/cris/cris.mt (TM_FILE): Update.
580 * config/arm/wince.mt (TM_FILE): Update.
581 * config/arm/nbsd.mt (TM_FILE): Update.
582 * config/arm/linux.mt (TM_FILE): Update.
583 * config/arm/embed.mt (TM_FILE): Update.
584 * config/alpha/nbsd.mt (TM_FILE): Update.
585 * config/alpha/fbsd.mt (TM_FILE): Update.
586 * config/alpha/alpha.mt (TM_FILE): Update.
587 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
588 * config/alpha/alpha-linux.mt (TM_FILE): Update.
589
590 Eliminate event_loop_p, always has the value 1.
591 * defs.h (event_loop_p): Delete macro.
592 * breakpoint.c (until_break_command): Simplify.
593 * utils.c (prompt_for_continue): Simplify.
594 * tracepoint.c (read_actions): Simplify.
595 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
596 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
597 (set_prompt, init_main): Simplify.
598 (init_signals, disconnect): Delete, unused.
599 * remote.c (remote_async_resume)
600 (extended_remote_async_create_inferior): Simplify.
601 * mi/mi-interp.c (mi_input): Delete, unused.
602 (mi_interpreter_resume, mi_command_loop): Simplify.
603 * interps.c (current_interp_command_loop): Simplify.
604 * infrun.c (proceed): Simplify.
605 * infcmd.c (run_command, continue_command, step_1, jump_command)
606 (until_command, advance_command, finish_command)
607 (interrupt_target_command): Simplify.
608 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
609
610 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
611 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
612 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
613 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
614 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
615 * mips-tdep.c (mips_dump_tdep): Do not print same.
616
617 2004-09-12 Andrew Cagney <cagney@gnu.org>
618
619 * valprint.c (print_longest): Use fputs_filtered. Make "val"
620 const.
621 * Makefile.in (valprint.o): Delete explict rule.
622
623 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
624 reported by Dave Anderson.
625
626 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
627
628 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
629
630 2004-09-12 Salvador E. Tropea <set@users.sf.net>
631 Andrew Cagney <cagney@gnu.org>
632
633 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
634 (mi_cmd_data_list_register_values)
635 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
636 the register number computation.
637
638 2004-09-12 Andrew Cagney <cagney@gnu.org>
639
640 * ppcnbsd-nat.c: Include "inf-ptrace.h".
641 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
642 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
643 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
644 target.
645 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
646 inf-ptrace.o and inf-child.o.
647 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
648 * Makefile.in: Update dependencies.
649
650 2004-09-11 Andrew Cagney <cagney@gnu.org>
651
652 * language.c (hex_string, hex_string_custom): Move from here ...
653 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
654 (CELLSIZE): Increase to 50.
655 * language.h (hex_string, hex_string_custom): Move from here ...
656 * defs.h: ... to here.
657 * Makefile.in: Update all dependencies.
658
659 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
660
661 * language.c (local_hex_format_custom): Remove.
662 (local_hex_string): Rename to hex_string, use C format, and move to
663 utils.c
664 (local_hex_string_custom): Rename to hex_string_custom and change
665 interface. Now uses C format. Move to utils.c
666 (local_octal_format_custom): Remove.
667 (local_decimal_format_custom): Remove.
668 (unknown_language_defn): Remove language-specific number
669 formatting entries.
670 (auto_language_defn): Ditto.
671 (local_language_defn): Ditto.
672 * language.h (struct language_format_info): Delete declaration.
673 (struct language_defn): Remove language_format_info fields
674 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
675 (local_binary_format): Remove macro.
676 (local_binary_format_prefix): Remove macro.
677 (local_binary_format_specifier): Remove macro.
678 (local_binary_format_suffix): Remove macro.
679 (local_octal_format): Remove macro.
680 (local_octal_format_prefix): Remove macro.
681 (local_octal_format_specifier): Remove macro.
682 (local_octal_format_suffix): Remove macro.
683 (local_decimal_format): Remove macro.
684 (local_decimal_format_prefix): Remove macro.
685 (local_decimal_format_specifier): Remove macro.
686 (local_decimal_format_suffix): Remove macro.
687 (local_hex_format): Remove macro.
688 (local_hex_format_prefix): Remove macro.
689 (local_hex_format_specifier): Remove macro.
690 (local_hex_format_suffix): Remove macro.
691 (local_decimal_format_custom): Remove.
692 (local_octal_format_custom): Remove.
693 (local_hex_format_custom): Remove.
694 (local_hex_string): Rename to hex_string and move to defs.h.
695 (local_hex_string_custom): Rename to hex_string_custom, change
696 interface, and move to defs.h.
697 * utils.c: (int_string): New function.
698 (hex_string): New function (from language.c).
699 (hex_string_custom): New function (from language.c).
700 (octal2str): New function.
701 (decimal2str): Add width parameter.
702 (paddr_u): Use new decimal2str interface.
703 (paddr_d): Ditto.
704 * defs.h (hex_string): Declare.
705 (hex_string_custom): Declare.
706 (int_string): Declare.
707 * printcmd.c (print_scalar_formatted): Remove localized binary
708 formatting.
709 * valprint.c (print_longest): Use int_string.
710 (print_floating): Use C hex format.
711 (print_hex_chars): Ditto.
712 (print_binary_chars): Remove language-specific formatting.
713 (print_octal_chars): Use C octal format.
714 (print_decimal_chars): Delocalize format.
715 (print_decimal): Remove.
716 * ada-lang.c (ada_language_defn): Remove language-specific number
717 formatting entries.
718 * p-lang.c (pascal_language_defn): Ditto.
719 * c-lang.c (c_language_defn): Ditto.
720 (cplus_language_defn): Ditto.
721 (asm_language_defn): Ditto.
722 (minimal_language_defn): Ditto.
723 * f-lang.c (f_language_defn): Ditto.
724 * jv-lang.c (java_language_defn): Ditto.
725 * m2-lang.c (m2_language_defn): Ditto.
726 * scm-lang.c (scm_language_defn): Ditto.
727 * objc-lang.c (objc_language_defn): Ditto.
728 * memattr.c (mem_info_command): Use renamed hex_string_custom with
729 new interface.
730 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
731 * ui-out.c (ui_out_field_core_addr): Ditto.
732 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
733 * exec.c (print_section_info): Ditto.
734 * i387-tdep.c (print_i387_status_word): Ditto.
735 (print_i387_control_word): Ditto.
736 (i387_print_float_info): Ditto.
737 * maint.c (maint_print_section_info): Ditto.
738 * solib.c (info_sharedlibrary_command): Ditto.
739 * somsolib.c (som_sharedlibrary_info_command): Ditto.
740 * symtab.c (print_msymbol_info): Ditto.
741 * tracepoint.c (tracepoints_info): Ditto.
742 * solib-frv.c (lm_base): Ditto.
743 (frv_current_sos): Ditto.
744 (enable_break2): Ditto.
745 (enable_break): Ditto.
746 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
747 (process_one_symbol): Ditto.
748 * infcmd.c (program_info): Ditto.
749 * mdebugread.c (parse_partial_symbols): Ditto.
750 * symfile.c (add_symbol_file_command): Ditto.
751 * cli/cli-cmds.c (edit_command): Ditto.
752 (list_command): Ditto.
753 * infcall.c (call_function_by_hand): Ditto.
754 * remote-vx.c (vx_run_files_info): Ditto.
755 (vx_wait): Ditto.
756 (vx_attach): Ditto.
757 (vx_detach): Ditto.
758 (vx_kill): Ditto.
759 * aix-thread.c (pdc_symbol_addrs): Ditto.
760 (pdc_read_regs): Ditto.
761 (pdc_write_regs): Ditto.
762 (pdc_read_data): Ditto.
763 (pdc_write_data): Ditto.
764 * d10v-tdep.c (display_trace): Ditto.
765 * rs6000-nat.c (find_toc_address): Ditto.
766 * aix-thread.c: Don't include language.h.
767 * buildsym.c: Ditto.
768 * dbxread.c: Ditto.
769 * mdebugread.c: Ditto.
770 * rs6000-nat.c: Ditto.
771 * buildsym.c (make_blockvector): Use renamed hex_string.
772
773 2004-09-10 Jason Molenda (jmolenda@apple.com)
774
775 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
776 chars after 'if' or 'while' commands in user-defined commands.
777
778 2004-09-08 Jim Blandy <jimb@redhat.com>
779
780 Fix bug reported and analyzed by Olivier Crete:
781 * symfile.c (copy_section_addr_info): New function.
782 (symbol_file_add_with_addrs_or_offsets): Use it to save the
783 original set of address arguments, instead of handwritten code
784 that uses one length to allocate and a different length to
785 initialize. Use make_cleanup_free_section_addr_info.
786 * symfile.h (copy_section_addr_info): New declaration.
787 * utils.c: #include "symfile.h".
788 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
789 New functions.
790 * defs.h (make_cleanup_free_section_addr_info): New declaration.
791 * Makefile.in (utils.o): Update dependencies.
792
793 2004-09-08 Andrew Cagney <cagney@gnu.org>
794
795 * thread-db.c (keep_thread_db): Delete.
796 (thread_db_new_objfile, thread_db_create_inferior)
797 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
798
799 2004-09-08 Mark Kettenis <kettenis@gnu.org>
800
801 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
802 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
803 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
804 (i386_frameless_signal_p): Remove prototype.
805 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
806 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
807 I386_SSE_NUM_REGS.
808 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
809 instead of FP0_REGNUM.
810 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
811 of FP0_REGNUM and FPC_REGNUM.
812
813 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
814 (sunos_solib_create_inferior_hook): Don't call
815 sunos_relocate_main_executable.
816
817 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
818 solib_svr4_fetch_link_map_offsets to
819 svr4_ilp32_fetch_link_map_offsets.
820 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
821 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
822 svr4_ilp32_fetch_link_map_offsets.
823 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
824
825 2004-09-07 Jim Blandy <jimb@redhat.com>
826
827 * frame.h (frame_register): Doc fix.
828
829 2004-09-07 Andrew Cagney <cagney@gnu.org>
830
831 * vx-share/wait.h: Delete #ifdef USG.
832 * utils.c (request_quit): Ditto.
833 * tui/tui.c (tui_reset): Ditto.
834 * remote.c: Ditto.
835 * remote-sds.c: Ditto.
836 * remote-rdi.c: Ditto.
837 * mdebugread.c: Ditto.
838 * m68klinux-nat.c: Ditto.
839 * infttrace.c: Ditto.
840 * infptrace.c: Ditto.
841 * i386v-nat.c: Ditto.
842 * exec.c: Ditto.
843 * dbxread.c: Ditto.
844 * core-aout.c: Ditto.
845
846 2004-09-05 Joel Brobecker <brobecker@gnat.com>
847
848 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
849 heuristic_proc_desc.
850 (mips_insn32_frame_cache): Likewise.
851
852 2004-09-04 Joel Brobecker <brobecker@gnat.com>
853
854 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
855 left behind by error.
856
857 2004-09-04 Joel Brobecker <brobecker@gnat.com>
858
859 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
860 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
861
862 2004-09-04 Joel Brobecker <brobecker@gnat.com>
863
864 * config/rs6000/xm-aix4.h: Remove this file.
865 * config/rs6000/aix4.mh (XM_FILE): Delete.
866
867 2004-09-04 Joel Brobecker <brobecker@gnat.com>
868
869 * config/rs6000/xm-rs6000.h: Remove this file.
870 * config/rs6000/rs6000.mh (XM_FILE): Remove.
871
872 2004-09-03 Andrew Cagney <cagney@gnu.org>
873
874 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
875 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
876 only use.
877
878 * mips-tdep.c (temp_saved_regs): Delete.
879 (set_reg_offset): Replace saved_regs parameter with this_cache.
880 (heuristic_proc_desc, mips16_heuristic_proc_desc)
881 (mips32_heuristic_proc_desc): Add this_cache parameter.
882 (mips_insn32_frame_cache, mips_insn16_frame_cache)
883 (after_prologue): Pass a NULL this_cache.
884
885 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
886 non-kernel trap prologues.
887
888 * mips-tdep.c (find_proc_desc): Delete function.
889 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
890 simplify.
891 (mips_insn16_frame_cache): Replace find_proc_desc with code from
892 mips_insn32_frame_cache.
893
894 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
895 Simplify as NEXT_FRAME is NULL.
896 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
897
898 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
899 local variable.
900 (mips_skip_prologue): Update.
901
902 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
903 "cur_frame" parameter.
904 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
905 (mips_insn32_frame_cache, find_proc_desc): Update
906
907 * config/vax/nm-obsd.h: Delete file.
908 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
909 * config/vax/nm-nbsd.h: Delete file.
910 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
911 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
912 * config/sh/nm-nbsd.h: Delete file.
913 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
914 * config/rs6000/nm-rs6000ly.h: Delete file.
915 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
916 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
917 * config/powerpc/nm-obsd.h: Delete file.
918 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
919 * config/powerpc/nm-nbsd.h: Delete file.
920 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
921 * config/pa/nm-obsd.h: Delete file.
922 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
923 * config/mips/nm-nbsd.h: Delete file.
924 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
925 * config/m88k/nm-obsd.h: Delete file.
926 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
927 * config/m68k/nm-nbsd.h: Delete file.
928 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
929 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
930 * config/i386/nm-nbsd.h: Delete file.
931 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
932 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
933 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
934 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
935 * config/i386/nm-i386lynx.h: Delete file.
936 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
937 * config/arm/nm-nbsd.h: Delete file.
938 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
939 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
940
941 * config/i386/tm-fbsd.h: Delete file.
942 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
943 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
944
945 * config/rs6000/tm-rs6000-aix4.h: Delete file.
946 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
947 * config/rs6000/aix4.mt (TM_FILE): Set to
948 config/rs6000/tm-rs6000.h.
949 * config/powerpc/tm-ppc-aix.h: Delete file.
950 * config/powerpc/aix.mt (TM_FILE): Set to
951 config/rs6000/tm-rs6000.h.
952 * config/m68k/tm-linux.h: Delete file.
953 * config/m68k/linux.mt (TM_FILE): Set to solib.h
954 * config/i386/tm-linux64.h: Delete file.
955 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
956 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
957
958 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
959 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
960 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
961 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
962 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
963 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
964 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
965 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
966 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
967
968 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
969 gdb_host_cpu.
970
971 2004-09-02 Joel Brobecker <brobecker@gnat.com>
972
973 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
974 Minor reformatting. Some code factoring.
975
976 2004-09-02 Andrew Cagney <cagney@gnu.org>
977
978 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
979 * config/vax/tm-nbsd.h: Delete file.
980 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
981 * config/sparc/tm-vxworks.h: Delete file.
982 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
983 * config/sparc/tm-nbsd.h: Delete file.
984 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
985 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
986 * config/sparc/tm-linux.h: Delete file.
987 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
988 * config/s390/tm-linux.h: Delete file.
989 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
990 * config/pa/tm-bsd.h: Delete file.
991 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
992 * config/m68k/tm-obsd.h: Delete file.
993 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
994 * config/m68k/tm-nbsd.h: Delete file.
995 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
996 * config/i386/tm-vxworks.h: Delete file.
997 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
998 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
999 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1000 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1001 * config/i386/tm-nbsd.h: Delete file.
1002 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1003 * config/i386/tm-i386lynx.h: Delete file.
1004 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1005 * config/cris/tm-cris.h: Delete file.
1006
1007 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1008 * configure: Re-generate.
1009 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1010 * config/arm/tm-nbsd.h: Delete file.
1011
1012 * config/powerpc/tm-ppcle-sim.h: Delete.
1013 * config/powerpc/tm-ppcle-eabi.h: Delete.
1014 * config/powerpc/tm-nbsd.h: Delete.
1015 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1016 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1017 tm-ppcle-eabi.h.
1018
1019 * config/i386/nto.mh (NAT_FILE): Delete.
1020 * config/i386/nm-nto.h: Delete.
1021
1022 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1023 * config/m68k/tm-os68k.h: Ditto.
1024 * config/m68k/tm-monitor.h: Ditto.
1025 * config/m68k/tm-cisco.h: Ditto.
1026 * config/m68k/st2000.mt (TM_FILE): Delete.
1027 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1028 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1029 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1030 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1031
1032 * config/m68k/tm-st2000.h: Delete.
1033 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1034 * config/sparc/fbsd.mt (TM_FILE): Delete.
1035 * config/sparc/tm-fbsd.h: Delete.
1036
1037 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1038 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1039 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1040
1041 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1042 GDB_TM_FILE and GDB_XM_FILE.
1043 * gdbarch.c: Re-generate.
1044 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1045 quotes in macro definition.
1046 * configure.in: Re-generate.
1047
1048 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1049 validating architecture methods.
1050 * gdbarch.c: Re-generate.
1051
1052 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1053 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1054 GDB_MULTI_ARCH_PARTIAL.
1055 * gdbarch.h: Re-generate.
1056
1057 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1058 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1059 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1060 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1061 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1062 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1063 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1064 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1065 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1066 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1067 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1068 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1069
1070 2004-09-01 Andrew Cagney <cagney@gnu.org>
1071
1072 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1073 and main_func_highpc.
1074 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1075 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1076 * nlmread.c (nlm_symfile_read): Update.
1077
1078 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1079
1080 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1081 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1082 (find_proc_desc): Remove dead code.
1083
1084 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1085
1086 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1087
1088 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1089
1090 * observer.sh: Add struct so_list declaration.
1091 * Makefile.in: Add dependencies on observer.h for solib.c and
1092 breakpoint.c.
1093 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1094 function.
1095 (_initialize_breakpoint): Register
1096 disable_breakpoints_in_unloaded_shlib as an observer of the
1097 "solib unloaded" observation event.
1098 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1099 call decode_line_1 so unfound breakpoint errors are silent.
1100 * solib.c (update_solib_list): When a solib is discovered to have
1101 been unloaded by the program, notify all observers of the
1102 "solib unloaded" observation event.
1103
1104 2004-09-01 Andrew Cagney <cagney@gnu.org>
1105
1106 * frame.c: Include "objfiles.h".
1107 (inside_main_func): New function.
1108 (get_prev_frame): Use new inside_main_func.
1109 * Makefile.in (frame.o): Update dependencies.
1110 * defs.h (inside_main_func): Delete declaration.
1111 * blockframe.c (inside_main_func): Delete function.
1112
1113 2004-08-31 Jim Blandy <jimb@redhat.com>
1114
1115 * dwarf2read.c (is_vtable_name): New function, based on logic from
1116 read_structure_type, but passing the correct length to strncmp,
1117 and using 'sizeof' instead of 'strlen'.
1118 (read_structure_type): Call it.
1119
1120 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1121
1122 * config/powerpc/aix.mh: Add comment.
1123
1124 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1125
1126 * MAINTAINERS: Add self to Write-After-Approval.
1127
1128 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1129
1130 * MAINTAINERS: Add self to Write-After-Approval.
1131
1132 2004-08-30 Andrew Cagney <cagney@gnu.org>
1133
1134 Fix PR breakpoints/1757.
1135 * infrun.c (struct execution_control_state): Replace
1136 remove_breakpoints_on_following_step with
1137 step_after_step_resume_breakpoint.
1138 (init_execution_control_state): Update.
1139 (handle_inferior_event): For signals, when stepping off a
1140 breakpoint, set step_after_step_resume_breakpoint. When
1141 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1142 (keep_going): Delete code handling
1143 remove_breakpoints_on_following_step.
1144
1145 2004-08-29 David Lecomber <david@streamline-computing.com>
1146
1147 Fix PR gdb/648
1148 * language.h (enum array_ordering): New enum.
1149 * language.h (struct language_defn): New la_array_ordering
1150 attribute.
1151 * language.c (unknown_language_defn, auto_language_defn)
1152 (local_language_defn): Ditto.
1153 * ada-lang.c (ada_language_defn): Ditto.
1154 * c-lang.c (c_language_defn, cplus_language_defn)
1155 (asm_language_defn, minimal_language_defn): Ditto.
1156 * f-lang.c (f_language_defn): Ditto.
1157 * jv-lang.c (java_language_defn): Ditto.
1158 * m2-lang.c (f_language_defn): Ditto.
1159 * objc-lang.c (objc_language_defn): Ditto.
1160 * p-lang.c (pascal_language_defn): Ditto.
1161 * scm-lang.c (scm_language_defn): Ditto.
1162 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1163 oriented large to small in type structure.
1164 * dwarf2read.c (read_array_order): New function.
1165 (read_array_type): Use read_array_order to check row/column
1166 major ordering.
1167
1168 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1169
1170 * target.c (target_resize_to_sections): Check
1171 current_target.to_sections for an old value when updating.
1172
1173 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1174
1175 * procfs.c (dbx_link_bpt_addr): New static global variable.
1176 (dbx_link_shadow_contents): New static global variable.
1177 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1178 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1179 if we just hit it.
1180 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1181 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1182 from run to run.
1183 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1184 after the inferior has been forked.
1185 (remove_dbx_link_breakpoint): New function.
1186 (dbx_link_addr): New function.
1187 (insert_dbx_link_bpt_in_file): New function.
1188 (insert_dbx_link_bpt_in_region): New function.
1189 (insert_dbx_link_breakpoint): New function.
1190 (proc_trace_syscalls_1): New function, extracted from
1191 proc_trace_syscalls.
1192 (proc_trace_syscalls): Replace extract code by call to
1193 proc_trace_syscalls_1.
1194 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1195 is no longer valid.
1196
1197 2004-08-25 Jim Blandy <jimb@redhat.com>
1198
1199 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1200
1201 2004-08-25 Andrew Cagney <cagney@gnu.org>
1202
1203 * infrun.c (struct execution_control_state): Delete field
1204 "stepping_through_sigtramp".
1205 (init_execution_control_state): Do not set same.
1206 (context_switch): Do not pass same to save_infrun_state and
1207 load_infrun_state.
1208 * gdbthread.h (struct thread_info): Delete field
1209 stepping_through_sigtramp.
1210 (save_infrun_state, load_infrun_state): Delete parameter
1211 stepping_through_sigtramp.
1212 * thread.c (load_infrun_state, save_infrun_state): Update.
1213
1214 * infrun.c: Re-indent. Move expression operators to the beginning
1215 of the line. Remove long disabled #if 0 code.
1216
1217 2004-08-24 Andrew Cagney <cagney@gnu.org>
1218
1219 * doublest.h (floatformat_ieee_quad): Rename
1220 floatformat_ia64_quad.
1221 * doublest.c (floatformat_ieee_quad): Rename
1222 floatformat_ia64_quad.
1223 (_initialize_doublest): Update.
1224
1225 2004-08-24 Jim Blandy <jimb@redhat.com>
1226
1227 * dwarf2expr.h (struct dwarf_expr_context): New members
1228 'num_pieces' and 'pieces', for returning the result of an
1229 expression that uses DW_OP_piece.
1230 (struct dwarf_expr_piece): New struct type.
1231 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1232 pieces.
1233 (free_dwarf_expr_context): Free pieces, if any.
1234 (add_piece): New function.
1235 (execute_stack_op): Implement DW_OP_piece.
1236 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1237 expression is a list of pieces, print an error message.
1238 (dwarf2_loc_desc_needs_frame): If the expression yields
1239 pieces, and any piece is in a register, then we need a frame.
1240
1241 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1242 the stack until we've decided what sort of result the evaluation
1243 has produced. Use separate variables, with more specific names.
1244
1245 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1246
1247 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1248 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1249 (arm_netbsd_init_abi_common): Register them.
1250
1251 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1252
1253 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1254
1255 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1256 safe_frame_unwind_memory instead of target_read_memory.
1257
1258 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1259 Reorder includes.
1260 (fetch_register, store_register): Remove prototypes.
1261 (child_resume): Reorganize code and comments such that it is
1262 grouped a bit more logically.
1263 (attach): Explicitly compare errno against 0.
1264 (detach): Likewise. Use perror_with_name instead of
1265 print_sys_errmsg.
1266 * Makefile.in (infptrace.o): Update dependencies.
1267
1268 * ia64-linux-nat.c: Update copyright year.
1269 (fetch_debug_register, store_debug_register)
1270 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1271 PTRACE_TYPE_ARG3.
1272 * config/ia64/nm-linux.h: Update copyright year.
1273 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1274
1275 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1276 from CORE_ADDR to struct frame_info *. Use
1277 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1278 (amd64_linux_sigtramp_p): Adjust for changed signature of
1279 and64_linux_sigtramp_start
1280
1281 * gdb_ptrace.h: GNU/Linux.
1282
1283 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1284 Remove defines.
1285
1286 * infptrace.c: Include "gdb_assert.h".
1287 (PTRACE_XFER_TYPE): Remove define.
1288 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1289 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1290 Tweak comment.
1291 (fetch_inferior_registers, store_inferior_registers): Remove
1292 redundant culry braces. Tweak comment. s/regno/regnum.
1293 * Makefile.in (infptrace.o): Update dependencies.
1294
1295 * configure.in: Change test for return type of ptrace to default
1296 to `long' instead of `int'.
1297 * configure: Regenerate.
1298
1299 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1300
1301 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1302
1303 * configure.in: Check for ttrace function.
1304 * configure, config.in: Regenerate.
1305
1306 * gdb_ptrace.h: New file.
1307 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1308 <sys/ptrace.h>.
1309 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1310 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1311 (attach): Don't define PT_ATTACH.
1312 (detach): Don't define PT_DETACH.
1313 * Makefile.in (gdb_ptrace_h): New variable.
1314 (infptrace.o): Update dependencies.
1315
1316 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1317
1318 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1319 instead of `int' if not already defined.
1320 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1321 PTRACE_TYPE_ARG3.
1322 * infptrace.c (call_ptrace): Revert change that replaced
1323 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1324
1325 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1326
1327 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1328 Remove defines.
1329
1330 * linux-nat.c (kill_inferior): Add missing third and fourth
1331 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1332
1333 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1334 PTRACE_TYPE_RET.
1335
1336 * proc-why.c (proc_prettyfprint_why): Fix format string.
1337
1338 * solib-osf.c (osf_current_sos): Remove unsused label.
1339
1340 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1341 curses headers.
1342 * configure, config.in: Regenerate.
1343 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1344 <ncurses/ncurses.h>.
1345
1346 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1347 * config/nm-nbsd.h: Update copyright year.
1348 (PTRACE_ARG3_TYPE): Remove define.
1349
1350 * sparc-nat.c (fetch_inferior_registers)
1351 (store_inferior_registers, sparc_xfer_wcookie):
1352 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1353
1354 * alphabsd-nat.c (fetch_inferior_registers):
1355 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1356 PTRACE_TYPE_ARG3.
1357 * amd64bsd-nat.c (fetch_inferior_registers)
1358 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1359 PTRACE_TYPE_ARG3.
1360 * armnbsd-nat.c: Update copyright year.
1361 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1362 (store_register, store_regs, store_fp_register, store_fp_regs):
1363 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1364 * hppabsd-nat.c (fetch_inferior_registers)
1365 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1366 PTRACE_TYPE_ARG3.
1367 * i386bsd-nat.c (fetch_inferior_registers)
1368 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1369 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1370 * m68kbsd-nat.c (fetch_inferior_registers)
1371 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1372 PTRACE_TYPE_ARG3.
1373 * m88kbsd-nat.c (fetch_inferior_registers)
1374 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1375 PTRACE_TYPE_ARG3.
1376 * mipsnbsd-nat.c: Update copyright year.
1377 (fetch_inferior_registers, store_inferior_registers):
1378 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1379 * ns32knbsd-nat.c: Update copyright year.
1380 (fetch_inferior_registers, store_inferior_registers):
1381 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1382 * ppcnbsd-nat.c (fetch_inferior_registers):
1383 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1384 PTRACE_TYPE_ARG3.
1385 * ppcobsd-nat.c (fetch_inferior_registers):
1386 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1387 PTRACE_TYPE_ARG3.
1388 * shnbsd-nat.c: Update copyright year.
1389 (fetch_inferior_registers, store_inferior_registers):
1390 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1391 * vaxbsd-nat.c (fetch_inferior_registers)
1392 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1393 PTRACE_TYPE_ARG3.
1394
1395 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1396 PTRACE_TYPE_ARG3.
1397 * infptrace.c (call_ptrace, child_resume, attach, detach)
1398 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1399 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1400 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1401 PTRACE_TYPE_ARG3.
1402
1403 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1404
1405 * defs.h: Remove out-of-date comment.
1406 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1407 [!GETENV_PROVIDED] (getenv): Remove prototype.
1408
1409 * standalone.c: Remove file.
1410 * Makefile.in (standalone.o): Remove dependency.
1411
1412 * i386-linux-nat.c (dummy_sse_values): Remove function and
1413 prototype.
1414 (i386_linux_dr_get): Fix typo in comment.
1415 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1416
1417 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1418
1419 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1420 from declaration.
1421 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1422 from definition.
1423
1424 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1425
1426 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1427 parenthesis in definition.
1428 * configure: Regenerated.
1429
1430 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1431
1432 * PROBLEMS: Mention build/1411.
1433
1434 2004-08-09 Robert Millan <robertmh@gnu.org>
1435
1436 Committed by Nathanael Nerode.
1437 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1438 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1439
1440 2004-08-12 Andrew Cagney <cagney@gnu.org>
1441
1442 * NEWS: Mention fixes in GDB 6.2.1.
1443 * PROBLEMS: Remove mention of mips-irix.
1444
1445 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1446
1447 * config/powerpc/xm-aix.h: Delete.
1448 * config/powerpc/aix.mh (MH_FILE): Remove.
1449 * config/powerpc/aix432.mh (MH_FILE): Remove.
1450
1451 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1452
1453 * config/powerpc/aix.mh: Remove obsolete comment.
1454 * config/powerpc/aix432.mh: Likewise.
1455
1456 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1457
1458 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1459
1460 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1461
1462 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1463 this file is now empty.
1464 * config/xm-aix4.h: Remove, this file is no longer included
1465 anywhere.
1466
1467 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1468
1469 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1470 that file is now empty.
1471 (termdef): Remove prototype, function no longer used.
1472
1473 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1474
1475 * doc/gdbint.texinfo (Host Definition): Remove documentation
1476 for USE_O_NOCTTY, no longer used.
1477 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1478 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1479
1480 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1481
1482 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1483 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1484 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1485
1486 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1487
1488 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1489 instead of FIVE_ARG_PTRACE.
1490
1491 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1492 (new_tty): Use O_NOCTTY unconditionally.
1493
1494 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1495
1496 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1497 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1498 fflush on stdout.
1499
1500 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1501
1502 * xcoff_symfile_finish: Replace last call to xmfree by call
1503 to xfree.
1504
1505 2004-08-10 Andrew Cagney <cagney@gnu.org>
1506
1507 * main.c (captured_main): Delete call to init_malloc.
1508 * defs.h (init_malloc): Delete declaration.
1509 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1510 (init_malloc): Delete functions.
1511
1512 * defs.h (xmfree): Delete.
1513 * utils.c (xmfree): Delete function.
1514 (xfree): Inline calls to xmfree and mfree.
1515 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1516 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1517 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1518 * somread.c (som_symfile_finish): Ditto.
1519 * objfiles.c (allocate_objfile, free_objfile):
1520 * nlmread.c (nlm_symfile_finish): Ditto.
1521 * hpread.c (hpread_symfile_finish): Ditto.
1522 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1523 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1524 * coffread.c (coff_symfile_finish): Ditto.
1525
1526 * defs.h (xmcalloc): Delete declaration.
1527 * utils.c (xmcalloc): Delete.
1528 (xcalloc): Inline calls to xmcalloc and mcalloc.
1529 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1530 xcalloc and xfree.
1531 * symtab.c (create_demangled_names_hash): Ditto.
1532
1533 * defs.h (xmrealloc): Delete.
1534 * utils.c (xmrealloc): Delete.
1535 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1536 * symmisc.c (extend_psymbol_list): Use xrealloc.
1537 * source.c (find_source_lines): Ditto.
1538 * hpread.c (hpread_lookup_type): Ditto.
1539 * dbxread.c (add_bincl_to_list): Ditto.
1540
1541 * utils.c (xmmalloc): Delete.
1542 (xmalloc): Inline xmmalloc and mmalloc calls.
1543 (msavestring): Use xmalloc.
1544 * defs.h (xmmalloc): Delete declaration.
1545 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1546 xmmalloc.
1547 * symmisc.c (extend_psymbol_list): Ditto.
1548 * symfile.c (init_psymbol_list): Ditto.
1549 * source.c (find_source_lines): Ditto.
1550 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1551 * elfread.c (elf_symtab_read): Ditto.
1552 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1553 * coffread.c (coff_symfile_init): Ditto.
1554
1555 2004-08-10 David Carlton <carlton@bactrian.org>
1556
1557 * MAINTAINERS: Remove David Carlton from c++ testsuite
1558 maintainers.
1559
1560 2004-08-10 Jerome Guitton <guitton@gnat.com>
1561
1562 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1563 print a line feed before the prompt.
1564
1565 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1566
1567 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1568
1569 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1570
1571 General cleanup of the AIX xm include file:
1572 * config/xm-aix4.h (fd_set): Remove undefine.
1573 Remove include of <sys/select.h>.
1574 (HAVE_TERMIO): Remove define.
1575 (USG): Likewise.
1576 (NULL): Remove redefine.
1577 (alloca): Remove #pragma.
1578 (vfork): Remove define.
1579 (termdef): Remove.
1580 (SIGWINCH_HANDLER): Remove.
1581 (SIGWINCH_HANDLER_BODY): Remove.
1582
1583 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1584
1585 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1586 GDB_OSABI_OPENBSD_ELF.
1587
1588 2004-08-07 Robert Millan <robertmh@gnu.org>
1589
1590 * bsd-kvm.c: Check for nlist.h before including it.
1591
1592 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1593
1594 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1595 sigcontext' offset consistency checks for ancient BSD.
1596
1597 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1598
1599 * configure.in: Check for <sys/types.h>. Check return and
1600 argument types of ptrace.
1601 * configure, config.in: Regenerate.
1602
1603 2004-08-09 Jim Blandy <jimb@redhat.com>
1604
1605 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1606 rs6000_register_sim_regno): Doc fixes.
1607
1608 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1609
1610 * mips-tdep.c: Include "floatformat.h".
1611 (n32n64_floatformat_always_valid): New function.
1612 (floatformat_n32n64_long_double_big): New constant.
1613 (mips_gdbarch_init): Set size and format of long double
1614 for N32 and N64 ABIs.
1615 * Makefile.in (mips-tdep.o): Update dependencies.
1616
1617 2004-08-08 Andrew Cagney <cagney@gnu.org>
1618
1619 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1620 print. Improve script's error messages.
1621 * gdbarch.h: Re-generate.
1622
1623 * gdbarch.sh (pformat): New function.
1624 (float_format, double_format, long_double_format): List with bit
1625 members. Use pformat when printing.
1626 * gdbarch.c, gdbarch.h: Re-generate.
1627
1628 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1629
1630 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1631 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1632 (ppcnbsd_supply_pcb): New function.
1633 (_initialize_ppcnbsd_nat): New prototype and function.
1634 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1635 (LOADLIBES): New variable.
1636 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1637
1638 2004-08-08 Andrew Cagney <cagney@gnu.org>
1639
1640 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1641 (builtin_type_ieee_double, builtin_type_ia64_quad)
1642 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1643 BE/LE floating-point types.
1644 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1645 (builtin_type_ieee_double, builtin_type_ia64_quad)
1646 (builtin_type_ia64_spill): Declare.
1647 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1648 (floatformat_ieee_double, floatformat_arm_ext)
1649 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1650 of LE/BE floatformats.
1651 * doublest.h: (struct floatformat, floatformat_ieee_single)
1652 (floatformat_ieee_double, floatformat_arm_ext)
1653 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1654
1655 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1656
1657 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1658
1659 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1660 instead of regcache_raw_supply when storing the registers.
1661
1662 * i386gnu-nat.c: Update copyright year.
1663 (gnu_store_registers): Don't use deprecated_registers and
1664 deprecated_registers_valid. Use regcache_valid_p and
1665 regcache_raw_supply instead.
1666
1667 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1668 frame_pc_unwind.
1669
1670 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1671 variables. Incapitalized "process".
1672
1673 * configure.in: Add cursesX to the list of possible curses libs.
1674 Add cursesX.h to the list of possible curses headers.
1675 * configure, config.in: Regenerate.
1676
1677 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1678
1679 * configure.in: Test for struct lwp in <sys/lwp.h>.
1680 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1681 the offset of l_addr in struct lwp.
1682
1683 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1684
1685 * bsd-kvm.c: Include "gdbcore.h"
1686 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1687
1688 2004-08-07 Andrew Cagney <cagney@gnu.org>
1689
1690 * gdbtypes.c (build_flt, build_complex): New functions.
1691 (gdbtypes_post_init): Use.
1692
1693 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1694
1695 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1696 through to builtin_type_uint128.
1697
1698 * c-exp.y: Use builtin_type function to obtain builtin types.
1699
1700 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1701 builtin_uint128.
1702 * gdbtypes.c (gdbtypes_post_init): Update.
1703 (build_gdbtypes): Move initialization of builtin_type_int0
1704 through to builtin_type_uint128 from here ...
1705 (_initialize_gdbtypes): ... to here.
1706 * d10v-tdep.c (d10v_register_type): Update.
1707
1708 * doublest.c: Update copyright.
1709 (floatformat_from_length): Call error when floatformat is NULL.
1710 (extract_floating_by_length): Remove NULL fmt check.
1711 (store_floating_by_length): Ditto.
1712
1713 2004-08-07 Andrew Cagney <cagney@gnu.org>
1714
1715 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1716 that the register is valid.
1717
1718 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1719
1720 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1721 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1722 struct frame_info *. Use safe_frame_unwind_memory instead of
1723 deprecated_read_memory_nobpt.
1724 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1725 changed signature of i386_linux_sigtramp_start and
1726 i386_linux_rt_sigtramp_start.
1727
1728 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1729 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1730 instead of deprecated_read_memory_nobpt.
1731 (i386nbsd_sigtramp_p): Adjust for changed signature of
1732 i386nbsd_sigtramp_offset.
1733
1734 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1735 safe_frame_unwind_memory instead of target_read_memory.
1736
1737 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1738 !NO_SYS_FILE.
1739 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1740 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1741 (_initialize_kernel_u_addr): Remove prototype and function.
1742 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1743 !NO_SYS_FILE.
1744 * xcoffread.c: Likewise.
1745
1746 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1747
1748 * vax-nat.c: New file.
1749 * vaxbsd-nat.c: Tweak comment.
1750 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1751 vaxnbsd-tdep.c.
1752 (vax-nat.o): New dependency.
1753 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1754 (vax-*-ultrix2*): Remove.
1755 * config/vax/vax.mh: New file.
1756 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1757 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1758 (vax_register_u_addr): New prototype.
1759 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1760 * config/vax/vaxult2.mh: Remove file.
1761 * config/vax/vaxult.mh: Remove file.
1762 * config/vax/vaxbsd.mh: Remove file.
1763 * config/vax/vax.mt (TM_FILE): Remove.
1764 * config/vax/tm-vaxbsd.h: Remove file.
1765
1766 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1767
1768 * aix-thread.c (get_signaled_thread): New function.
1769 (iter_trap): Delete, no longer used.
1770 (iter_tid): New function.
1771 (pd_update): Find the thread that received the SIGTRAP signal
1772 by first locating the kernel thread, and then finding its
1773 associated thread.
1774
1775 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1776
1777 * lin-lwp.c (child_wait): Continue inferior after processing
1778 PTRACE_EVENT_CLONE event.
1779
1780 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1781
1782 * MAINTAINERS: Add self to Write-After-Approval.
1783
1784 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1785
1786 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1787 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1788
1789 2004-08-05 Andrew Cagney <cagney@gnu.org>
1790
1791 * config/xm-sysv4.h: Delete file.
1792 * config/mips/xm-irix5.h: Delete file.
1793 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1794 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1795 * config/ia64/xm-aix.h: Delete file.
1796 * config/ia64/aix.mh (XM_FILE): Delete.
1797 * config/pa/xm-hppah.h: Delete file.
1798 * config/pa/hpux11w.mh (XM_FILE): Delete.
1799 * config/pa/hpux11.mh (XM_FILE): Delete.
1800 * config/pa/hpux1020.mh (XM_FILE): Delete.
1801 * config/pa/hppahpux.mh (XM_FILE): Delete.
1802
1803 * config/alpha/xm-alphalinux.h: Delete file.
1804 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1805 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1806 * config/alpha/xm-alphaosf.h: Delete file.
1807 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1808 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1809 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1810 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1811
1812 * config/i386/xm-i386v.h: Delete file.
1813 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1814 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1815 * config/i386/xm-i386sco.h: Delete file.
1816 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1817 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1818 * config/i386/xm-i386v4.h: Delete file.
1819 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1820 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1821 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1822 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1823
1824 * config/vax/xm-vax.h: Delete file.
1825 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1826 * config/vax/xm-vaxult2.h: Delete file.
1827 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1828 * config/vax/vaxult2.mh (XM_FILE): Delete.
1829 * config/vax/xm-vaxult.h: Delete file.
1830 * config/vax/vaxult.mh (XM_FILE): Delete.
1831 * config/vax/xm-vaxbsd.h: Delete file.
1832 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1833
1834 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1835 * gdbarch.h, gdbarch.c: Re-generate.
1836 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1837 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1838 * frame.h: Delete deprecated_read_fp from comments.
1839 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1840 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1841
1842 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1843
1844 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1845 trampoline in OpenBSD 3.5-current.
1846
1847 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1848 SSE registers.
1849
1850 * Makefile.in: Remove embedded page breaks.
1851
1852 2004-08-04 Jim Blandy <jimb@redhat.com>
1853
1854 * regcache.c (regcache_raw_read): Assert that, after calling
1855 target_fetch_registers, the register we're reading is cached.
1856
1857 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1858 a call to 'internal_error', with a more helpful error message.
1859 * rs6000-tdep.c (e500_pseudo_register_read,
1860 e500_pseudo_register_write, rs6000_store_return_value): Same.
1861
1862 2004-08-04 Andrew Cagney <cagney@gnu.org>
1863
1864 * Makefile.in: Update dependencies.
1865
1866 2004-08-04 Jim Blandy <jimb@redhat.com>
1867
1868 Change the layout of the PowerPC E500 raw register cache to allow
1869 the lower 32-bit halves of the GPRS to be their own raw registers,
1870 not pseudoregisters.
1871 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1872 add ppc_ev0_upper_regnum flag.
1873 * rs6000-tdep.c: #include "reggroups.h".
1874 (spe_register_p): Recognize the ev upper half registers as SPE
1875 registers.
1876 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1877 registers.
1878 (e500_move_ev_register): New function.
1879 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1880 vector registers are the pseudo-registers now, formed by splicing
1881 together the gprs and the upper-half registers.
1882 (e500_register_reggroup_p): New function.
1883 (P): Macro deleted.
1884 (P8, A4): New macro.
1885 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1886 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1887 macros.
1888 (registers_e500): Rearrange register set so that the raw register
1889 set contains 32-bit GPRs and upper-half registers, and the SPE
1890 vector registers become pseudo-registers.
1891 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1892 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1893 register numbers are now the same for the E500 as they are for
1894 other PowerPC variants. Register e500_register_reggroup_p as the
1895 register group function for the E500.
1896 * Makefile.in (rs6000-tdep.o): Update dependencies.
1897
1898 Adapt PPC E500 native support to the new raw regcache layout.
1899 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1900 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1901 (fetch_spe_register, store_spe_register): Handle fetching/storing
1902 all the SPE registers at once, if regno == -1. These now take
1903 over the job of fetch_spe_registers and store_spe_registers.
1904 (fetch_spe_registers, store_spe_registers): Deleted.
1905 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1906 unconditionally; they're always raw. Fetch/store SPE upper half
1907 registers, if present, instead of ev registers.
1908 (fetch_register, store_register): Remove sanity checks: gprs are
1909 never pseudo-registers now, so we never need to even mention any
1910 registers that are ever pseudoregisters.
1911
1912 Use a fixed register numbering when communicating with the PowerPC
1913 simulator.
1914 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1915 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1916 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1917 New functions.
1918 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1919 init_sim_regno_table.
1920 * Makefile.in (gdb_sim_ppc_h): New variable.
1921 (rs6000-tdep.o): Update dependencies.
1922
1923 2004-08-02 Andrew Cagney <cagney@gnu.org>
1924
1925 * cris-tdep.c (cris_register_size): Restore function, still used
1926 locally.
1927
1928 * gdbarch.sh (deprecated_target_read_fp)
1929 (deprecated_frame_locals_address, deprecated_frame_args_address)
1930 (deprecated_frame_chain_valid, deprecated_frame_chain)
1931 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1932 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1933 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1934 * gdbarch.h, gdbarch.c: Re-generate.
1935 * regcache.c (deprecated_read_fp): Do not call
1936 DEPRECATED_TARGET_READ_FP_P.
1937 * infcmd.c (default_print_registers_info): Do not call
1938 DEPRECATED_DO_REGISTERS_INFO.
1939 * frame-base.c (default_frame_locals_address): Do not call
1940 DEPRECATED_FRAME_LOCALS_ADDRESS.
1941 (default_frame_args_address): Do not call
1942 DEPRECATED_FRAME_ARGS_ADDRESS.
1943
1944 * gdbarch.sh (deprecated_register_raw_size)
1945 (deprecated_register_virtual_size:int): Delete.
1946 * gdbarch.h, gdbarch.c: Re-generate.
1947 * cris-tdep.c (cris_register_size): Delete.
1948 (cris_gdbarch_init): Update.
1949 * alpha-tdep.c (alpha_register_raw_size)
1950 (alpha_register_virtual_size): Delete.
1951 (alpha_gdbarch_init): Update.
1952
1953 * gdbarch.sh (deprecated_register_virtual_type)
1954 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1955 (deprecated_dummy_write_sp): Delete.
1956 * gdbarch.h, gdbarch.c: Re-generate.
1957
1958 * gdbarch.sh (deprecated_register_bytes): Delete.
1959 * gdbarch.h, gdbarch.c: Re-generate.
1960 * regcache.c (deprecated_register_bytes): New function.
1961 * regcache.h (deprecated_register_bytes): Declare.
1962 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1963 * v850-tdep.c (v850_gdbarch_init): Update.
1964 * sh64-tdep.c (sh64_gdbarch_init): Update.
1965 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1966 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1967 * mcore-tdep.c (mcore_gdbarch_init): Update.
1968 * cris-tdep.c (cris_gdbarch_init): Update.
1969 * arm-tdep.c (arm_gdbarch_init): Update.
1970 * remote.c (init_remote_state): Update.
1971 * remote-vx.c (vx_prepare_to_store): Update.
1972 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1973 * irix5-nat.c (fetch_core_registers): Update.
1974 * cris-tdep.c (cris_register_bytes_ok): Update.
1975 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1976
1977 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1978 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1979 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1980 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1981 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1982 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1983 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1984 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1985 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1986 with mips_insn16 and mips_insn32.
1987
1988 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1989 * rs6000-tdep.c (rs6000_push_dummy_call)
1990 (rs6000_extract_return_value): Use register_size.
1991 * xstormy16-tdep.c (xstormy16_get_saved_register)
1992 (xstormy16_extract_return_value): Ditto.
1993 * valops.c (value_assign): Ditto.
1994 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1995 * v850-tdep.c (v850_extract_return_value): Ditto.
1996 * tracepoint.c (collect_symbol): Ditto.
1997 * target.c (debug_print_register): Ditto.
1998 * stack.c (frame_info): Ditto.
1999 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2000 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2001 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2002 (store_register_using_P): Ditto.
2003 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2004 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2005 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2006 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2007 * regcache.c (deprecated_read_register_bytes)
2008 (deprecated_write_register_bytes, read_register)
2009 (write_register): Ditto.
2010 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2011 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2012 * monitor.c (monitor_supply_register, monitor_fetch_register)
2013 (monitor_store_register): Ditto.
2014 * mn10300-tdep.c (mn10300_pop_frame_regular)
2015 (mn10300_print_register): Ditto.
2016 * mipsv4-nat.c (fill_fpregset): Ditto.
2017 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2018 (mips64_fill_fpregset): Ditto.
2019 * mi/mi-main.c (register_changed_p, get_register)
2020 (mi_cmd_data_write_register_values): Ditto.
2021 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2022 * irix5-nat.c (fill_gregset, fetch_core_registers):
2023 * infrun.c (write_inferior_status_register): Ditto.
2024 * infptrace.c (fetch_register, store_register): Ditto.
2025 * infcmd.c (default_print_registers_info): Ditto.
2026 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2027 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2028 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2029 * hpux-thread.c (hpux_thread_fetch_registers)
2030 (hpux_thread_store_registers): Ditto.
2031 * hppah-nat.c (store_inferior_registers, fetch_register):
2032 * findvar.c (value_from_register): Ditto.
2033 * dve3900-rom.c (fetch_bitmapped_register):
2034 * cris-tdep.c (cris_gdbarch_init): Ditto.
2035 * alpha-tdep.h: Ditto.
2036 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2037
2038 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2039 DEPRECATED_REGISTER_RAW_SIZE from comments.
2040 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2041 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2042 DEPRECATED_REGISTER_RAW_SIZE.
2043 * findvar.c (value_of_register): Simplify by assuming that the
2044 registers raw and virtual sizes are identical.
2045 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2046 comment.
2047 * arch-utils.c (generic_register_size): Simplify by assuming
2048 register_type.
2049
2050 * regcache.c (legacy_read_register_gen, real_register)
2051 (legacy_write_register_gen): Delete, not used.
2052
2053 * regcache.c (struct regcache_descr): Delete legacy_p.
2054 (init_legacy_regcache_descr): Delete function.
2055 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2056 Do not use deprecated register functions.
2057 (regcache_raw_read, deprecated_write_register_gen):
2058 (deprecated_read_register_gen, regcache_raw_write): Delete code
2059 predicated on legacy_p.
2060 (register_size): Delete check against register raw size.
2061
2062 * cris-tdep.c (cris_register_type): Replace
2063 cris_register_virtual_type.
2064 (cris_gdbarch_init): Update, set register_type.
2065
2066 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2067 * gdbarch.h, gdbarch.c: Re-generate.
2068 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2069 (arm_gdbarch_init) Do not set frameless function invocation.
2070 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2071 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2072 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2073 (frv_gdbarch_init): Do not set frameless function invocation.
2074 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2075 * sh-tdep.c (sh_gdbarch_init): Ditto.
2076 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2077 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2078 * avr-tdep.c (avr_gdbarch_init): Ditto.
2079
2080 * blockframe.c (legacy_frame_chain_valid): Delete function.
2081
2082 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2083 and pc. Update comments.
2084 (pc_in_dummy_frame): Delete function.
2085 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2086 use the "id".
2087 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2088 call_hi, top and pc, use the id.
2089 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2090
2091 * dummy-frame.c: Include "gdb_string.h".
2092 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2093 (generic_save_dummy_frame_tos): Delete.
2094 (dummy_frame_push): New function, replaces above.
2095 * dummy-frame.h: Update copyright.
2096 (dummy_frame_push): Declare.
2097 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2098 (generic_save_call_dummy_addr): Delete declarations.
2099 * infcall.c: Include "dummy-frame.h".
2100 (call_function_by_hand): Add locals caller_regcache,
2101 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2102 with call to frame_save_as_regcache plus cleanup. Delete calls to
2103 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2104 Move clear_proceed_status to just before the resume, add call to
2105 dummy_frame_push (discard cleanup).
2106 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2107 (dummy-frame.o): Add $(gdb_string_h).
2108
2109 2004-08-01 Andrew Cagney <cagney@gnu.org>
2110
2111 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2112 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2113 * dummy-frame.c (find_dummy_frame): Delete.
2114 (struct dummy_frame_cache, dummy_frame_sniffer)
2115 (dummy_frame_prev_register, dummy_frame_this_id)
2116 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2117 frame unwinder using a dummy_frame_cache.
2118
2119 2004-08-01 Andrew Cagney <cagney@gnu.org>
2120
2121 * frame.h (frame_save_as_regcache): Declare.
2122 * frame.c (frame_save_as_regcache): New function.
2123 (do_frame_read_register): Replace do_frame_unwind_register.
2124 (frame_pop): Use frame_save_as_regcache.
2125 * dummy-frame.c (generic_push_dummy_frame): Use
2126 frame_save_as_regcache.
2127
2128 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2129
2130 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2131 file as included until we record the first line in the linetable.
2132
2133 2004-08-01 Andrew Cagney <cagney@gnu.org>
2134
2135 * frame.h (deprecated_pop_dummy_frame)
2136 (deprecated_read_register_dummy)
2137 (deprecated_generic_find_dummy_frame): Delete.
2138 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2139 (deprecated_read_register_dummy)
2140 (deprecated_find_dummy_frame_regcache)
2141 (discard_innermost_dummy)
2142 (deprecated_pop_dummy_frame): Delete.
2143 (dummy_frame_this_id): Simplify.
2144 (struct dummy_frame): Delete "fp" and "sp".
2145 (find_dummy_frame): Simplify.
2146 (generic_push_dummy_frame): Do not set "fp" or "sp".
2147 (fprint_dummy_frames): Do not print "fp" and "sp"
2148
2149 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2150
2151 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2152 (struct i386_insn): New structure.
2153 (i386_match_insn): New function.
2154 (i386_frame_setup_skip_insns): New variable.
2155 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2156 array i386_frame_setup_insns of instructions that should be
2157 skipped inside the frame setup sequence.
2158
2159 2004-08-01 Andrew Cagney <cagney@gnu.org>
2160
2161 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2162 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2163 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2164 * stack.c (frame_info): Delete references to
2165 DEPRECATED_FRAME_INIT_SAVED_REGS and
2166 deprecated_get_frame_saved_regs.
2167 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2168 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2169 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2170 (frame_unwind_register_signed)
2171 (frame_unwind_register_unsigned)
2172 (frame_unwind_unsigned_register): Use register_size.
2173 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2174 (deprecated_frame_xmalloc_with_cleanup)
2175 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2176 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2177
2178 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2179 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2180 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2181 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2182
2183 * infcall.c (call_function_by_hand): Do not use
2184 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2185 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2186 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2187 DEPRECATED_STACK_ALIGN.
2188
2189 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2190
2191 Committed by Andrew Cagney.
2192 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2193
2194 2004-08-01 Andrew Cagney <cagney@gnu.org>
2195
2196 * mips-tdep.c (mips16_frame_cache)
2197 (mips16_frame_this_id, mips16_frame_prev_register)
2198 (mips16_frame_unwind, mips16_frame_sniffer)
2199 (mips16_frame_base_address, mips16_frame_base)
2200 (mips16_frame_base_sniffer, mips32_frame_cache)
2201 (mips32_frame_this_id, mips32_frame_prev_register)
2202 (mips32_frame_unwind, mips32_frame_sniffer)
2203 (mips32_frame_base_address, mips32_frame_base)
2204 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2205 separate heuristic mips16 and mips32 unwinders.
2206 (mips_stub_frame_cache, mips_stub_frame_this_id)
2207 (mips_stub_frame_prev_register)
2208 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2209 (mips_stub_frame_base_address, mips_stub_frame_base)
2210 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2211 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2212 match true mdebug frames.
2213 (non_heuristic_proc_desc): Add forward declaration.
2214
2215 2004-08-01 Andrew Cagney <cagney@gnu.org>
2216
2217 * config/mips/tm-irix6.h: Delete file.
2218 * config/mips/tm-irix5.h: Delete file.
2219 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2220 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2221
2222 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2223 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2224 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2225 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2226 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2227 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2228 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2229 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2230 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2231 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2232 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2233 (TARGET_SIGNAL_RAW_VALUES): Delete.
2234 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2235 Delete.
2236 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2237 (TARGET_HW_WATCH_LIMIT): Delete.
2238 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2239 * minimon.h: Delete file.
2240
2241 * trad-frame.c (trad_frame_get_this_base)
2242 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2243 functions.
2244 * trad-frame.h (trad_frame_set_this_base)
2245 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2246
2247 2004-07-31 Andrew Cagney <cagney@gnu.org>
2248
2249 * trad-frame.c (trad_frame_get_prev_register): Rename
2250 trad_frame_get_prev_register.
2251 * vax-tdep.c (vax_frame_prev_register): Update.
2252 * trad-frame.h: Update.
2253 * trad-frame.c (trad_frame_get_register): Update.
2254 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2255 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2256 Update.
2257 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2258 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2259 Update.
2260 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2261 Update.
2262 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2263 Update.
2264 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2265 Update.
2266 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2267 Update.
2268 * s390-tdep.c (s390_frame_prev_register)
2269 (s390_stub_frame_prev_register)
2270 (s390_sigtramp_frame_prev_register): Update.
2271 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2272 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2273 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2274 * m88k-tdep.c (m88k_frame_prev_register)
2275 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2276 * m32r-tdep.c (m32r_frame_prev_register): Update.
2277 * hppa-tdep.c (hppa_frame_prev_register_helper)
2278 * frv-tdep.c (frv_frame_prev_register): Update.
2279 * d10v-tdep.c (d10v_frame_prev_register): Update.
2280 * cris-tdep.c (cris_frame_prev_register): Update.
2281 * avr-tdep.c (avr_frame_prev_register): Update.
2282 * arm-tdep.c (arm_prologue_prev_register)
2283 (arm_sigtramp_prev_register): Update.
2284
2285 2004-07-31 Andrew Cagney <cagney@gnu.org>
2286
2287 * frame.h (legacy_saved_regs_unwind)
2288 (legacy_frame_chain_valid, legacy_frame_p)
2289 (enum frame_type): Delete UNKNOWN_FRAME.
2290 * dummy-frame.c (dummy_frame_this_id): Simplify.
2291 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2292 * frame.c (struct frame_info): Delete the field "type".
2293 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2294 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2295 (legacy_saved_regs_unwind, legacy_frame_p)
2296 (frame_type_from_pc): Delete.
2297 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2298 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2299
2300 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2301
2302 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2303 indentation.
2304
2305 * mips-nat.c: Remove file.
2306 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2307 (mips-nat.o): Remove dependency.
2308
2309 * infptrace.c: Update copyright year.
2310 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2311 explicitly setting the buffer to all zeroes.
2312
2313 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2314 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2315
2316 2004-07-30 Andrew Cagney <cagney@gnu.org>
2317
2318 * GDB 6.2 released from gdb_6_2-branch.
2319
2320 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2321
2322 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2323
2324 * exec.c (exec_file_attach):
2325 * nto-tdep.c (nto_find_and_open_solib):
2326 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2327 * solib.c (solib_open):
2328 * somsolib.c (som_solib_sizeof_symbol_table):
2329 * source.c (is_regular_file, openp, open_source_file):
2330 * symfile.c (symfile_bfd_open):
2331 * wince.c (upload_to_device): Differentiate between the search for
2332 binary and source files.
2333
2334 2004-07-30 Andrew Cagney <cagney@gnu.org>
2335
2336 * complaints.c (_initialize_complaints): Pass NULL to
2337 add_setshow_zinteger_cmd for help_doc.
2338 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2339
2340 2004-07-30 Andrew Cagney <cagney@gnu.org>
2341
2342 Fix PR i18n/761.
2343 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2344 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2345 $(PACKAGE).pot and update-po.
2346 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2347 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2348 (update-po): New rules.
2349 (localedir): Define using autoconf.
2350 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2351 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2352 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2353 * configure.in: Generate CATALOGS and LINGUAS from contents of
2354 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2355 * configure: Re-generate.
2356 * po/gdbtext: New file
2357
2358 2004-07-30 Jerome Guitton <guitton@gnat.com>
2359
2360 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2361 order.
2362
2363 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2364
2365 * dwarf2read.c (read_file_scope): Set producer if attribute
2366 present.
2367 (struct dwarf2_cu): Added new member producer.
2368
2369 2004-07-30 Jerome Guitton <guitton@gnat.com>
2370
2371 * inflow.c (kill_command): release file handles in BFD.
2372 * exec.c (exec_file_attach): Ditto.
2373 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2374
2375 2004-07-29 Andrew Cagney <cagney@gnu.org>
2376
2377 * PROBLEMS (mips-irix): Note that it is broken.
2378
2379 2004-07-29 Andrew Cagney <cagney@gnu.org>
2380
2381 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2382 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2383
2384 * config/xm-nbsd.h: Delete file.
2385 * config/arm/xm-nbsd.h: Delete file.
2386 * config/i386/xm-nbsd.h: Delete file.
2387 * config/ns32k/xm-nbsd.h: Delete file.
2388 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2389 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2390 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2391 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2392 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2393
2394 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2395 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2396 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2397 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2398 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2399 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2400
2401 * config/powerpc/xm-linux.h: Delete empty file.
2402 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2403 * config/powerpc/linux.mh (XM_FILE): Delete.
2404 * config/m68k/xm-linux.h: Delete empty file.
2405 * config/m68k/linux.mh (XM_FILE): Delete.
2406 * config/ia64/xm-linux.h: Delete empty file.
2407 * config/ia64/linux.mh (XM_FILE): Delete.
2408 * config/arm/xm-linux.h: Delete empty file.
2409 * config/arm/linux.mh (XM_FILE): Delete.
2410
2411 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2412 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2413 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2414 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2415 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2416 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2417 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2418 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2419
2420 * config/m68k/xm-m68k.h: Delete file.
2421 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2422 copyright.
2423 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2424 * config/pa/xm-linux.h: Delete empty file.
2425 * config/pa/linux.mh (XM_FILE): Delete.
2426 * config/i386/xm-i386.h: Delete empty file.
2427 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2428 "i386/xm-i386.h".
2429 * config/i386/obsdaout.mh (XM_FILE): Delete.
2430 * config/i386/obsd64.mh (XM_FILE): Delete.
2431 * config/i386/fbsd64.mh (XM_FILE): Delete.
2432 * config/i386/nto.mh (XM_FILE): Delete.
2433 * config/i386/obsd.mh (XM_FILE): Delete.
2434 * config/i386/linux64.mh (XM_FILE): Delete.
2435 * config/i386/linux.mh (XM_FILE): Delete.
2436 * config/i386/i386sol2.mh (XM_FILE): Delete.
2437 * config/i386/i386gnu.mh (XM_FILE): Delete.
2438 * config/i386/fbsd.mh (XM_FILE): Delete.
2439 * config/i386/nbsd64.mh (XM_FILE): Delete.
2440
2441 2004-07-29 Andrew Cagney <cagney@gnu.org>
2442
2443 * config/pa/xm-linux.h: Do not include "floatformat.h".
2444 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2445 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2446 * config/i386/xm-i386.h: Do not include "floatformat.h".
2447 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2448 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2449 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2450 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2451 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2452 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2453 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2454 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2455 * configure, config.in: Regenerate.
2456 * configure.host (gdb_host_float_format, gdb_host_double_format)
2457 (gdb_host_long_double_format): Set according to the host.
2458
2459 2004-07-29 Andrew Cagney <cagney@gnu.org>
2460
2461 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2462
2463 2004-07-28 Andrew Cagney <cagney@gnu.org>
2464
2465 * PROBLEMS: Mention threads/1650.
2466 * NEWS: Mention the NPTL fix.
2467
2468 2004-07-28 Andrew Cagney <cagney@gnu.org>
2469
2470 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2471 (add_setshow_cmd_full): Make static.
2472 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2473 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2474 * cli/cli-decode.c (add_setshow_filename_cmd)
2475 (add_setshow_string_cmd): New functions.
2476 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2477 * mips-tdep.c (_initialize_mips_tdep): Update.
2478 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2479 * cli/cli-logging.c (_initialize_cli_logging): Update.
2480 * complaints.c (_initialize_complaints): Update.
2481 * remote.c (_initialize_remote): Update.
2482
2483 2004-07-28 Andrew Cagney <cagney@gnu.org>
2484
2485 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2486 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2487 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2488 print parameters. Make string parameters constant.
2489 * command.h: Update. Update copyright.
2490 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2491 * observer.c (_initialize_observer): Ditto.
2492 * frame.c (_initialize_frame): Ditto.
2493 * complaints.c (_initialize_complaints): Ditto.
2494 * maint.c (_initialize_maint_cmds): Ditto.
2495 * target.c (initialize_targets): Ditto.
2496 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2497 * infcall.c (_initialize_infcall): Ditto.
2498 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2499 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2500 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2501 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2502 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2503
2504 2004-07-28 Andrew Cagney <cagney@gnu.org>
2505
2506 * gdbtypes.c (lookup_primitive_typename): Delete function.
2507 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2508 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2509 * gdbtypes.c (lookup_typename): Ditto.
2510 * f-exp.y (yylex): Ditto.
2511 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2512
2513 * scm-lang.c (c_builtin_types): Delete extern declaration.
2514 (scm_language_defn): Replace
2515 string_char_type and primitive_type_vector with
2516 la_language_arch_info.
2517 * jv-lang.c (java_language_defn): Replace
2518 string_char_type and primitive_type_vector with
2519 la_language_arch_info.
2520 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2521 c_builtin_types in comment.
2522 * c-lang.h (struct language_arch_info): Declare opaque.
2523 (c_language_arch_info): Declare.
2524 (c_builtin_types): Delete declaration.
2525 * c-lang.c (c_language_arch_info): Set string_char_type to
2526 builtin_char, not builtin_true_char. Make global.
2527 (c_builtin_types): Delete array.
2528 (asm_language_defn, minimal_language_defn): Replace
2529 string_char_type and primitive_type_vector with
2530 la_language_arch_info.
2531
2532 2004-07-28 Andrew Cagney <cagney@gnu.org>
2533
2534 * gdbtypes.h (struct builtin_type): Rename true_char to
2535 builtin_true_char.
2536 * gdbtypes.c (gdbtypes_post_init): Update.
2537 * c-lang.c (arch_info): New function.
2538 (enum c_primitive_types): New enum.
2539 (c_language_defn): Instead of string_char_type and
2540 primitive_type_vector set la_language_arch_info.
2541
2542 2004-07-28 Andrew Cagney <cagney@gnu.org>
2543
2544 * language.h (struct language_arch_info): Fix typo
2545 s/primative/primitive/.
2546 * gdbtypes.c (lookup_primitive_typename): Ditto.
2547 * language.c (language_lookup_primitive_type_by_name)
2548 (unknown_language_arch_info): Ditto.
2549
2550 2004-07-27 Andrew Cagney <cagney@gnu.org>
2551
2552 * defs.h (enum language): Add nr_languages.
2553 * language.h (struct language_arch_info): Define.
2554 (struct language_defn): Add la_language_arch_info.
2555 (language_lookup_primative_type_by_name): Declare.
2556 (language_string_char_type): Declare.
2557 * language.c (_initialize_language, language_gdbarch_post_init)
2558 (struct language_gdbarch, language_gdbarch_data): Implement
2559 per-architecture language information.
2560 (unknown_language_arch_info, language_string_char_type)
2561 (language_lookup_primative_type_by_name): New functions.
2562 (unknown_language_defn, auto_language_defn)
2563 (local_language_defn): Set la_language_arch_info to
2564 unknown_language_arch_info.
2565 (unknown_builtin_types): Delete.
2566 * gdbtypes.c (lookup_primitive_typename): Use
2567 language_lookup_primative_type_by_name.
2568 (create_string_type): Use language_string_char_type.
2569 * values.c (value_from_string): Use language_string_char_type.
2570 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2571 * p-lang.c (pascal_language_defn): Ditto.
2572 * m2-lang.c (m2_language_defn): Ditto.
2573 * jv-lang.c (java_language_defn): Ditto.
2574 * objc-lang.c (objc_language_defn): Ditto.
2575 * f-lang.c (f_language_defn): Ditto.
2576 * c-lang.c (c_language_defn, cplus_language_defn)
2577 (asm_language_defn, minimal_language_defn): Ditto.
2578
2579 2004-07-27 Andrew Cagney <cagney@gnu.org>
2580
2581 * gdbtypes.h (struct builtin_type): Declare.
2582 (builtin_type): Declare.
2583 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2584 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2585 (gdbtypes_post_init): New function.
2586 (builtin_type): New function.
2587
2588 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2589
2590 * remote-m32r-sdi.c: Fix breakpoint bug.
2591 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2592 recv_char_data, recv_long_data): New functions to replace communication
2593 sequences.
2594
2595 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2596
2597 Document PR threads/1650.
2598 * PROBLEMS (Threads): Document problem with many threads
2599
2600 2004-07-26 Andrew Cagney <cagney@gnu.org>
2601
2602 * gdb-mi.el: Move from here ...
2603 * mi/gdb-mi.el: ... to here.
2604
2605 2004-07-26 Andrew Cagney <cagney@gnu.org>
2606
2607 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2608 * main.c (captured_main): When in batch mode always detach.
2609
2610 2004-07-26 Andrew Cagney <cagney@gnu.org>
2611
2612 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2613 and h8300 as broken.
2614 * NEWS: END-OF-LIFE frame compatibility module.
2615 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2616 specific comments.
2617
2618 2004-07-26 Andrew Cagney <cagney@gnu.org>
2619
2620 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2621 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2622 * wince.c (_initialize_wince): Update.
2623 * win32-nat.c (_initialize_win32_nat): Update.
2624 * varobj.c (_initialize_varobj): Update.
2625 * valops.c (_initialize_valops): Update.
2626 * utils.c (initialize_utils, initialize_utils): Update.
2627 * tui/tui-win.c (_initialize_tui_win): Update.
2628 * top.c (init_main): Update.
2629 * symfile.c (_initialize_symfile): Update.
2630 * source.c (_initialize_source): Update.
2631 * somsolib.c (_initialize_som_solib): Update.
2632 * solib.c (_initialize_solib): Update.
2633 * solib-frv.c (_initialize_frv_solib): Update.
2634 * serial.c (_initialize_serial): Update.
2635 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2636 * remote.c (_initialize_remote, _initialize_remote): Update.
2637 * remote-vx.c (_initialize_vx): Update.
2638 * remote-utils.c (_initialize_sr_support): Update.
2639 * remote-sds.c (_initialize_remote_sds): Update.
2640 * remote-mips.c (_initialize_remote_mips): Update.
2641 * remote-e7000.c (_initialize_remote_e7000): Update.
2642 * proc-api.c (_initialize_proc_api): Update.
2643 * printcmd.c: Update.
2644 * parse.c (_initialize_parse): Update.
2645 * pa64solib.c (_initialize_pa64_solib): Update.
2646 * p-valprint.c (_initialize_pascal_valprint): Update.
2647 * monitor.c (_initialize_remote_monitors): Update.
2648 * mips-tdep.c (_initialize_mips_tdep): Update.
2649 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2650 * maint.c (_initialize_maint_cmds): Update.
2651 * lin-lwp.c (_initialize_lin_lwp): Update.
2652 * language.c (_initialize_language): Update.
2653 * kod.c (_initialize_kod): Update.
2654 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2655 * i386-tdep.c (_initialize_i386_tdep): Update.
2656 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2657 * gdbarch.sh: Update.
2658 * gdbarch.c: Re-generate.
2659 * gdb-events.sh: Update.
2660 * gdb-events.c: Re-generate.
2661 * frame.c (_initialize_frame): Update.
2662 * exec.c: Update.
2663 * demangle.c (_initialize_demangler): Update.
2664 * dcache.c (_initialize_dcache): Update.
2665 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2666 * cp-valprint.c (_initialize_cp_valprint): Update.
2667 * corefile.c (_initialize_core): Update.
2668 * command.h: Update.
2669 * cli/cli-decode.h: Update.
2670 * cli/cli-cmds.c (init_cli_cmds): Update.
2671 * charset.c (_initialize_charset): Update.
2672 * breakpoint.c (_initialize_breakpoint): Update.
2673 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2674 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2675 * aix-thread.c (_initialize_aix_thread): Update.
2676
2677 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2678
2679 Partial fix for PR backtrace/1718.
2680 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2681 that GCC migrates into the prolugue. Don't handle any
2682 instructions that clobber %ebx.
2683
2684 2004-07-23 Andrew Cagney <cagney@gnu.org>
2685
2686 Use regcache_raw_collect instead of regcache_collect.
2687 * regcache.h (regcache_collect): Delete declaration.
2688 * regcache.c (regcache_colect): Delete function.
2689 * win32-nat.c (do_child_store_inferior_registers): Update.
2690 * sol-thread.c (sol_thread_store_registers): Update.
2691 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2692 * rs6000-nat.c (store_register): Update.
2693 * remote.c (store_register_using_P, remote_store_registers): Update.
2694 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2695 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2696 (fill_vrregset, store_spe_registers, fill_gregset)
2697 (fill_gregset): Update.
2698 * nto-procfs.c (procfs_store_registers): Update.
2699 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2700 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2701 * m68klinux-nat.c (store_register, fill_gregset): Update.
2702 * m68k-tdep.c (fill_gregset): Update.
2703 * infptrace.c (store_register): Update.
2704 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2705 * i386-linux-nat.c (store_register, fill_gregset): Update.
2706 * hppa-linux-nat.c (fill_gregset): Update.
2707 * go32-nat.c (store_register): Update.
2708 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2709 (store_fp_regs): Update.
2710 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2711 (store_nwfpe_extended, store_fpregister, store_fpregs)
2712 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2713 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2714 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2715 (store_regs_user_thread, store_regs_kernel_thread): Update.
2716
2717 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2718
2719 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2720 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2721 encoding.
2722 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2723 member of `struct comp_unit'.
2724
2725 2004-07-23 Andrew Cagney <cagney@gnu.org>
2726
2727 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2728 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2729
2730 2004-07-23 Martin Hunt <hunt@redhat.com>
2731 Kevin Buettner <kevinb@redhat.com>
2732
2733 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2734 alignment was being added to the offset instead of multiplied.
2735
2736 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2737
2738 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2739 changed signal trampoline in OpenBSD 3.5-current.
2740
2741 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2742 <machine/pcb.h> and "bsd-kvm.h".
2743 (sparc64nbsd_supply_pcb): New function.
2744 (_initialize_sparc64nbsd_nat): Renamed from
2745 _initialize_sparcnbsd_nat. Enable libkvm interface.
2746 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2747 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2748 (LOADLIBES): New variable.
2749
2750 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2751
2752 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2753
2754 2004-07-21 Andrew Cagney <cagney@gnu.org>
2755
2756 Use regcache_raw_supply instead of supply_register.
2757 * regcache.h (supply_register): Delete declaration.
2758 * regcache.c (supply_register): Delete function.
2759 * wince.c (do_child_fetch_inferior_registers): Update.
2760 * win32-nat.c (do_child_fetch_inferior_registers)
2761 (fetch_elf_core_registers): Update.
2762 * v850ice.c (v850ice_fetch_registers): Update.
2763 * thread-db.c (thread_db_store_registers): Update.
2764 * sol-thread.c (sol_thread_store_registers): Update.
2765 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2766 * rs6000-nat.c (fetch_register): Update.
2767 * rom68k-rom.c (rom68k_supply_one_register): Update.
2768 * remote.c (remote_wait, remote_async_wait): Update.
2769 * remote-st.c (get_hex_regs): Update.
2770 * remote-sim.c (gdbsim_fetch_register): Update.
2771 * remote-sds.c (sds_fetch_registers): Update.
2772 * remote-rdp.c (remote_rdp_fetch_register): Update.
2773 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2774 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2775 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2776 * remote-hms.c (init_hms_cmds): Update.
2777 * remote-est.c (init_est_cmds): Update.
2778 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2779 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2780 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2781 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2782 (fetch_register, supply_vrregset, supply_vrregset)
2783 (fetch_spe_registers): Update.
2784 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2785 * monitor.c (monitor_supply_register): Update.
2786 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2787 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2788 (mipsnbsd_supply_fpreg): Update.
2789 * mips-nat.c (fetch_inferior_registers)
2790 (fetch_core_registers): Update.
2791 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2792 (supply_fpregset, mips64_supply_gregset)
2793 (mips64_supply_fpregset): Update.
2794 * m68klinux-nat.c (fetch_register, supply_gregset)
2795 (supply_fpregset): Update.
2796 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2797 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2798 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2799 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2800 * infptrace.c (fetch_register): Update.
2801 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2802 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2803 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2804 (gnu_fetch_registers, gnu_store_registers): Update.
2805 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2806 * i386-linux-nat.c (fetch_register, supply_gregset)
2807 (dummy_sse_values): Update.
2808 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2809 * hppah-nat.c (fetch_register): Update.
2810 * hppa-linux-nat.c (fetch_register, supply_gregset)
2811 (supply_fpregset): Update.
2812 * go32-nat.c (fetch_register): Update.
2813 * dve3900-rom.c (fetch_bitmapped_register)
2814 (_initialize_r3900_rom): Update.
2815 * cris-tdep.c (supply_gregset): Update.
2816 * abug-rom.c (init_abug_cmds): Update.
2817 * core-aout.c (fetch_core_registers): Update.
2818 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2819 (fetch_register, fetch_fp_register): Update.
2820 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2821 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2822 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2823 * alphanbsd-tdep.c (fetch_core_registers): Update.
2824 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2825 * alpha-nat.c (fetch_osf_core_registers)
2826 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2827 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2828 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2829
2830 2004-07-21 Andrew Cagney <cagney@gnu.org>
2831
2832 * PROBLEMS: Mention breakpoints/1702.
2833 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2834 that is known to work.
2835
2836 2004-07-21 Andrew Cagney <cagney@gnu.org>
2837
2838 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2839 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2840 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2841 (handle_inferior_event): Wrap call to deprecated
2842 IGNORE_HELPER_CALL in #ifdef.
2843 * config/mips/tm-nbsd.h: Update.
2844
2845 2004-07-20 Jim Blandy <jimb@redhat.com>
2846
2847 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2848 bfd_mach_ppc has no segment registers.
2849
2850 Include PowerPC SPR numbers for special-purpose registers.
2851 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2852 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2853 new member in initializer.
2854 (S, S4, SN4, S64): New macros for defining special-purpose
2855 registers.
2856 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2857 registers_403, registers_403GC, registers_505, registers_860,
2858 registers_601, registers_602, registers_603, registers_604,
2859 registers_750, registers_e500): Use them.
2860
2861 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2862 replace references with expression used to initialize variable.
2863
2864 2004-07-20 Andrew Cagney <cagney@gnu.org>
2865
2866 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2867 read_memory_nobpt.
2868 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2869 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2870 (s390_sigtramp_frame_sniffer): Update.
2871 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2872 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2873 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2874 (mips32_fetch_instruction): Update.
2875 * mcore-tdep.c (get_insn): Update.
2876 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2877 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2878 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2879 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2880 (i386_linux_rt_sigtramp_start): Update.
2881 * i386-linux-nat.c (child_resume): Update.
2882 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2883 * hppa-linux-tdep.c (insns_match_pattern): Update.
2884 * gdbcore.h: Update.
2885 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2886 * frame.c (safe_frame_unwind_memory): Update.
2887 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2888 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2889 * alpha-tdep.c (alpha_read_insn): Update.
2890
2891 2004-07-20 Andrew Cagney <cagney@gnu.org>
2892
2893 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2894 containing both bytes and mask. Add "frame_type".
2895 * tramp-frame.c (tramp_frame_start): Update.
2896 (tramp_frame_prepend_unwinder): Update.
2897 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2898 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2899 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2900 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2901
2902 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2903
2904 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2905 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2906 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2907 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2908
2909 2004-07-17 Andrew Cagney <cagney@gnu.org>
2910
2911 * NEWS, PROBLEMS: Update for 6.2.
2912
2913 * README: Update to 6.2.
2914
2915 * utils.c (xvasprintf): Call xstrvprintf.
2916
2917 * parse.c: Update copyright.
2918 (null_post_parser): Eliminate ARGSUSED.
2919
2920 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2921 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2922 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2923
2924 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2925 * ppc-linux-nat.c: Use "Linux kernel".
2926 * hppa-linux-tdep.c: Use GNU/Linux.
2927 * hppa-linux-nat.c: Use GNU/Linux.
2928 * dwarfread.c: Add [sic] to use of Linux.
2929
2930 * hppa-linux-nat.c: Do not include <string.h>.
2931 (supply_fpregset): Remove "register" attribute.
2932
2933 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2934
2935 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2936
2937 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2938 * configure, config.in: Regenerated.
2939
2940 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2941 "bsd-kvm.h".
2942 (vaxbsd_supply_pcb): New function.
2943 (_initialize_vaxbsd_nat): New prototype and function.
2944 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2945 solib-sunos.o.
2946 (LOADLIBES): New variable.
2947 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2948 (LOADLIBES): New variable.
2949 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2950 (LOADLIBES): New variable.
2951 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2952
2953 2004-07-16 Andrew Cagney <cagney@gnu.org>
2954
2955 * defs.h (event_loop_p): Replace variable declaration with macro,
2956 always 1.
2957 * main.c (captured_main): Delete options "-async" and "-noasync".
2958 (event_loop_p): Delete variable.
2959 * NEWS: Mention that "-async" and "-noasync" were removed.
2960
2961 2004-07-16 Andrew Cagney <cagney@gnu.org>
2962
2963 * remote-m32r-sdi.c: Re-indent.
2964
2965 2004-07-16 Jim Blandy <jimb@redhat.com>
2966
2967 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2968 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2969 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2970 missing MPC823 SPRs.
2971 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2972 incorrect. (This was corrected in GDB's register name tables on
2973 2004-07-14.)
2974
2975 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2976 should be "esasrr" ("ESA Save and Restore Register").
2977
2978 2004-07-16 Andrew Cagney <cagney@gnu.org>
2979
2980 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2981 calls, no longer applicable. Update comments and rename parameter
2982 "step_frame" to "return_frame".
2983
2984 2004-07-16 Andrew Cagney <cagney@gnu.org>
2985
2986 * frame.c (fprint_field): New function.
2987 (fprint_frame_id): Use fprint_field.
2988
2989 2004-07-15 Joel Brobecker <brobecker@gnat.com>
2990
2991 * ada-lang.c (ada_language_defn): Remove commented out code.
2992
2993 2004-07-15 Jim Blandy <jimb@redhat.com>
2994
2995 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2996 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2997
2998 2004-07-14 Jim Blandy <jimb@redhat.com>
2999
3000 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3001
3002 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3003
3004 * ppc-tdep.h (ppc_num_srs): New enum constant.
3005
3006 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3007 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3008 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3009 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3010 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3011 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3012 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3013 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3014 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3015 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3016 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3017 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3018 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3019 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3020 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3021 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3022 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3023 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3024 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3025 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3026 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3027 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3028 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3029 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3030 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3031 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3032 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3033 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3034 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3035 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3036 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3037 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3038 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3039 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3040 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3041 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3042 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3043 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3044 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3045 special-purpose register numbers.
3046
3047 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3048 manual mentions 'md_twb', but many mention 'm_twb', and at that
3049 point in the register list.)
3050
3051 2004-07-14 Andrew Cagney <cagney@gnu.org>
3052
3053 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3054 instead of "internal-error".
3055
3056 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3057
3058 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3059 that was inserted inside a comment.
3060
3061 2004-07-10 Randolph Chung <tausq@debian.org>
3062
3063 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3064 function.
3065 (hppa_hpux_push_dummy_code): New function.
3066 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3067 Set find_global_pointer method.
3068
3069 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3070
3071 * NEWS: Mention BSD libkvm interface.
3072
3073 2004-07-10 Michael Snyder <msnyder@redhat.com>
3074
3075 * symfile.c (generic_load): Comment typo.
3076 * stack.c (get_selected_block): Ditto.
3077 * regcache.c (regcache_cooked_read): Ditto.
3078 * monitor.c (monitor_debug): Ditto.
3079 * mips-tdep.c (mips_read_pc): Ditto.
3080 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3081 * gdb_mbuild.sh: Ditto.
3082 * gdbarch.sh: Ditto.
3083 * gdbarch.h: Ditto.
3084
3085 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3086
3087 * ada-tasks.c: Remove file.
3088
3089 Remove ARI problems:
3090
3091 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3092 beginning of line.
3093
3094 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3095 Add comment.
3096 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3097 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3098 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3099 (UMIN_OF_SIZE): Remove.
3100 (max_of_type): New function to replace orphan macro in gdbtypes.h
3101 (min_of_type): Ditto.
3102 (discrete_type_high_bound): Use max_of_type.
3103 (discrete_type_low_bound): Use min_of_type.
3104 (possible_user_operator_p): Move operator to beginning of line.
3105 (ada_is_variant_part): Ditto.
3106 (ensure_lval): Rewrite to avoid deprecated operations.
3107 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3108 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3109 (ada_enum_name): Remove assignments in 'if' statements.
3110 (build_ada_types): Add gdbarch parameter.
3111 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3112 with gdbarch_data_register_post_init.
3113 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3114 add_show_from_set.
3115
3116 * ada-valprint.c (inspect_it): Remove declaration.
3117 (repeat_count_threshold): Remove declaration.
3118 (ada_print_floating): Remove assignments in 'if' statements.
3119 (print_str): Move operator to beginning of line.
3120
3121 2004-07-08 Jim Blandy <jimb@redhat.com>
3122
3123 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3124
3125 2004-07-08 Bob Rossi <bob@brasko.net>
3126
3127 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3128
3129 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3130
3131 * language.h (struct_language_defn): Add new function pointer:
3132 la_class_name_from_physname. Also add new prototype for
3133 language_class_name_from_physname.
3134 * language.c (language_class_name_from_physname): New function.
3135 (unk_lang_class_name): Ditto.
3136 (unknown_language_defn, auto_language_defn): Change
3137 to add unk_lang_class_name function pointer for
3138 la_class_name_from_physname.
3139 (local_language_defn): Ditto.
3140 * dwarf2read.c (guess_structure_name): Change to call
3141 language_class_name_from_physname.
3142 (determine_class_name): Ditto.
3143 * cp-support.c (class_name_from_physname): Renamed.
3144 (cp_class_name_from_physname): New name of function.
3145 * cp-support.h: Ditto.
3146 * c-lang.c (c_language_defn): Change to add NULL
3147 for class_name_from_physname function pointer.
3148 (cplus_language_defn): Change to add cp_class_name_from_physname.
3149 * jv-lang.c (java_class_name_physname): New function.
3150 (java_find_last_component): New static routine.
3151 (java_language_defn): Add java_class_name_from_physname pointer.
3152 * ada-lang.c (ada_language_defn): Change to add NULL
3153 for class_name_from_physname function pointer.
3154 * f-lang.c (f_language_defn): Ditto.
3155 * m2-lang.c (m2_language_defn): Ditto.
3156 * objc-lang.c (objc_language_defn): Ditto.
3157 * p-lang.c (pascal_language_defn): Ditto.
3158 * scm-lang.c (scm_language_defn): Ditto.
3159
3160 2004-07-06 Andrew Cagney <cagney@gnu.org>
3161
3162 Patch from Bart Robinson.
3163 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3164 (O_LARGEFILE): Define to 0, if not defined.
3165
3166 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3167
3168 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3169 <machine/pcb.h> and "bsd-kvm.h".
3170 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3171 (m68kbsd_supply_pcb): New function.
3172 (_initialize_m68kbsd_nat): New prototype and function.
3173 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3174 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3175 (LOADLIBES): New variable.
3176 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3177 (LOADLIBES): New variable.
3178
3179 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3180
3181 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3182
3183 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3184 <sys/proc.h>.
3185 (bsd_kvm_cmdlist): New variable.
3186 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3187 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3188 command and "kvm proc" command.
3189 * Makefile.in (bsd-kvm.o): Update dependencies.
3190
3191 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3192
3193 * osabi.c: Update copyright year.
3194 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3195 notes if EI_OSABI is set to ELFOSABI_HPUX.
3196
3197 2004-07-01 Michael Snyder <msnyder@redhat.com>
3198
3199 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3200 that seems to have gotten whacked out of line.
3201
3202 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3203
3204 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3205 code.
3206
3207 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3208
3209 * ada-lang.c (decode_packed_array): Minor change to comment.
3210 (ada_value_slice_ptr): New function.
3211 (ada_value_slice): New function.
3212 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3213 test. Don't know why it is there.
3214 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3215 to avoid dereferencing huge arrays from which one is slicing.
3216 (empty_array): Correct to return an array rather than
3217 a subrange value.
3218 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3219 on empty arrays (let'em use 'FIRST instead).
3220
3221 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3222
3223 Address complaints from gdb_ari.sh:
3224
3225 * ada-exp.y: Include gdb_string.h rather than string.h.
3226 (convert_char_literal): Reformat declaration.
3227 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3228 * ada-lex.l: Change use of free to xfree (the macro would do so
3229 anyway, but this is harmless).
3230 Include gdb_string.h rather than string.h.
3231 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3232
3233 * ada-lang.c (parse): Remove K&Rism in parameter list.
3234 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3235
3236 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3237
3238 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3239 dead code.
3240
3241 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3242
3243 * alphabsd-nat.c: Update copyright year.
3244 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3245
3246 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3247
3248 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3249 (i386_cygwin_in_solib_call_trampoline): New function.
3250 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3251 and skip_trampoline_code gdbarch methods.
3252
3253 2004-06-29 Jim Blandy <jimb@redhat.com>
3254
3255 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3256 name actually used in the dependency lists.
3257
3258 2004-06-29 Randolph Chung <tausq@debian.org>
3259
3260 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3261
3262 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3263
3264 * win32-nat.c (child_pid_to_exec_file): New function.
3265 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3266 functionality.
3267
3268 2004-06-28 Andrew Cagney <cagney@gnu.org>
3269
3270 * defs.h (xstrvprintf): Declare.
3271 * utils.c (xstrvprintf): New function.
3272 (internal_vproblem, xstrprintf, xasprintf)
3273 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3274 * serial.c (serial_printf): Ditto.
3275 * complaints.c (vcomplaint): Ditto.
3276
3277 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3278
3279 * infcmd.c (attach_command): Move call to target_terminal_inferior
3280 behind loading symbol table.
3281
3282 2004-06-28 Andrew Cagney <cagney@gnu.org>
3283
3284 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3285 change - add back extern deprecated_ui_loop_hook declaration.
3286
3287 2004-06-28 Andrew Cagney <cagney@gnu.org>
3288
3289 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3290 xstrprintf.
3291 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3292 (c_value_of_variable): Ditto.
3293 * utils.c (internal_vproblem): Ditto.
3294 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3295 * remote.c (add_packet_config_cmd): Ditto.
3296 * remote-rdp.c (rdp_set_command_line): Ditto.
3297 * regcache.c (regcache_dump): Ditto.
3298 * frv-tdep.c (new_variant, new_variant): Ditto.
3299 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3300 (fbsd_find_memory_regions): Ditto.
3301 * breakpoint.c (create_thread_event_breakpoint)
3302 (create_breakpoints): Ditto.
3303 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3304 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3305
3306 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3307
3308 * ada-lang.c: Re-indent file, with some massaging to help indent
3309 a bit when the result is otherwise really too ugly.
3310
3311 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3312
3313 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3314 code_addr_p and special_addr_p to 'unsigned int'.
3315
3316 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3317
3318 * i386v4-nat.c: Update copyright year and tweak comment.
3319 (regmap): Remove trailing comma.
3320 (supply_gregset): Rename local variable i to regnum. Call
3321 regcache_raw_supply instead of supply_register.
3322 (fill_gregset): Rename argument regno to regnum. Call
3323 regcache_raw_collect instead of regcache_collect.
3324
3325 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3326
3327 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3328 and special_addr_p.
3329 (frame_id_build, frame_id_build_special): Update comments.
3330 (frame_id_build_wild): New prototype.
3331 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3332 struct frame_id fields.
3333 (frame_id_build_wild): New function.
3334 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3335
3336 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3337
3338 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3339 hppabsd-tdep.c.
3340
3341 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3342
3343 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3344
3345 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3346
3347 * ada-lang.c: Re-indent file.
3348
3349 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3350
3351 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3352 (no_symtab_msg): Likewise.
3353
3354 2004-06-27 Andreas Schwab <schwab@suse.de>
3355
3356 * source.c: Fix whitespace.
3357
3358 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3359
3360 * configure.in: Include <sys/param.h> for td_pcb test.
3361 * configure: Regenerated.
3362
3363 * i386nbsd-nat.c: New file.
3364 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3365 i386obsd-nat.c and i386obsd-tdep.c.
3366 (i386nbsd-nat.o): New dependency.
3367 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3368 bsd-kvm.o.
3369 (LOADLIBES): New variable.
3370 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3371 bsd-kvm.o.
3372 (LOADLIBES): New variable.
3373
3374 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3375 (LOADLIBES): New variable.
3376
3377 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3378 fetching from BSD_KVM_PADDR. Correctly lookup address for
3379 "_thread0".
3380
3381 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3382 "bsd-kvm.h".
3383 (amd64fbsd_supply_pcb): New funcion.
3384 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3385
3386 2004-06-27 <david@streamline-computing.com>
3387
3388 Partial fix for PR cli/1056.
3389 * valarith.c: Check for zero in division and remainder
3390 evaluation.
3391
3392 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3393
3394 * i387-tdep.c: Remove excessive whitespace.
3395
3396 2004-06-26 Andrew Cagney <cagney@gnu.org>
3397
3398 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3399 * gdb-events.h, gdb-events.c: Re-generate.
3400 * tui/tui-hooks.c (tui_install_hooks): Update.
3401 (tui_remove_hooks): Update.
3402 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3403
3404 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3405
3406 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3407 (gregset_t, fpregset_t): Remove typedefs.
3408 (REG_OFFSET): Rename argument.
3409 (amd64bsd_r_reg_offset): Rename from reg_offset.
3410 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3411 Remove functions.
3412 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3413 of reg_offset.
3414 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3415
3416 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3417
3418 * vax-tdep.c: Tweak comment.
3419
3420 Add OpenBSD/hppa support.
3421 * NEWS (New native configurations): Mention OpenBSD/hppa.
3422 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3423 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3424 files.
3425 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3426 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3427 * configure.host: Add hppa*-*-openbsd*.
3428 * configure.tgt: Add hppa*-*-openbsd*.
3429
3430 2004-06-25 Andrew Cagney <cagney@gnu.org>
3431
3432 * defs.h (deprecated_ui_loop_hook): Deprecated.
3433 * wince.c (child_wait): Update.
3434 * win32-nat.c (child_wait): Update.
3435 * v850ice.c (v850ice_wait): Update.
3436 * top.c (deprecated_ui_loop_hook): Update.
3437 * serial.h: Update.
3438 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3439 (do_unix_readchar): Update.
3440 * ser-tcp.c (net_open): Update.
3441 * remote-sim.c (gdb_os_poll_quit): Update.
3442 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3443
3444 2004-06-24 Andrew Cagney <cagney@gnu.org>
3445
3446 * defs.h (deprecated_pre_add_symbol_hook)
3447 (deprecated_post_add_symbol_hook): Deprecated.
3448 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3449 (symbol_file_add_with_addrs_or_offsets): Update references.
3450
3451 2004-06-24 Andrew Cagney <cagney@gnu.org>
3452
3453 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3454 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3455 * wince.c (ui_loop_hook): Delete extern declaration.
3456 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3457 * v850ice.c (ui_loop_hook): Delete extern declaration..
3458 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3459 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3460 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3461 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3462 ui_loop_hook declaration.
3463
3464 2004-06-24 Andrew Cagney <cagney@gnu.org>
3465
3466 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3467 entry_func_highpc fields.
3468 * objfiles.c (init_entry_point_info): Do not clear
3469 entry_func_lowpc and entry_func_highpc.
3470 (objfile_relocate): Do not relocate entry_func_lowpc and
3471 entry_func_highpc.
3472 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3473 entry_func_highpc.
3474 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3475 entry_func_highpc.
3476 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3477 entry_func_lowpc and entry_func_highpc with call to
3478 inside_entry_func.
3479
3480 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3481
3482 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3483 quad-precision floating point arguments in registers.
3484
3485 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3486
3487 From Michael Mueller <m.mueller99@kay-mueller.de>:
3488 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3489 account.
3490
3491 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3492
3493 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3494 to -1.
3495 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3496 untriggered watchpoints to a separate if clause. Update function
3497 comment regarding STOPPED_BY_WATCHPOINT argument.
3498
3499 2004-06-22 Jim Blandy <jimb@redhat.com>
3500
3501 * gdbarch.sh: Doc fix.
3502
3503 2004-06-21 Martin Hunt <hunt@redhat.com>
3504 Kevin Buettner <kevinb@redhat.com>
3505
3506 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3507 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3508 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3509 to set_gdbarch_sp_regnum(). Use cooked register number.
3510 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3511
3512 2004-06-21 Andrew Cagney <cagney@gnu.org>
3513
3514 * gdbarch.sh: When the macro field is empty, do not generate a
3515 macro definition. When the macro field is "=", generate the macro
3516 name from the upper-case function name.
3517 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3518 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3519 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3520 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3521 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3522 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3523 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3524 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3525 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3526 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3527 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3528 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3529 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3530 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3531 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3532 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3533 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3534 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3535 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3536 (DEPRECATED_USE_STRUCT_CONVENTION)
3537 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3538 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3539 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3540 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3541 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3542 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3543 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3544 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3545 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3546 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3547 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3548 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3549 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3550 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3551 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3552 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3553 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3554 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3555
3556 2004-06-21 Andrew Cagney <cagney@gnu.org>
3557
3558 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3559 macro name, and the function rather than macro value. Only wrap
3560 macro print statements in #ifdef. Move format logic to where it
3561 is needed.
3562 * gdbarch.c: Re-generate.
3563
3564 * gdbarch.sh (read): Delete "print_p" and "description", add
3565 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3566 Delete references to print_p.
3567 (TARGET_ARCHITECTURE): Delete print predicate.
3568 * gdbarch.c: Re-generate.
3569
3570 * gdbarch.sh: Check that multi-arch methods do not provide a
3571 macro.
3572 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3573 (print_registers_info, print_float_info, print_vector_info)
3574 (adjust_breakpoint_address, remote_translate_xfer_address)
3575 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3576 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3577 name from the multi-arch definition.
3578
3579 2004-06-20 Andrew Cagney <cagney@gnu.org>
3580
3581 * gdbarch.sh: Sort by the function, instead of macro name.
3582 * gdbarch.c: Re-generate.
3583
3584 2004-06-20 Andrew Cagney <cagney@gnu.org>
3585
3586 * gdbarch.sh: Use the function, instead of macro name in
3587 errors and the log file.
3588 (return_value): Remove stray ":" in spec.
3589
3590 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3591 * gdbarch.h, gdbarch.c: Re-generate.
3592 * Makefile.in (arch-utils.o): Update dependencies.
3593 * values.c (using_struct_return): Move code calling
3594 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3595 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3596 to legacy_return_value, simplify.
3597 * infcmd.c (print_return_value): Move code calling
3598 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3599 to legacy_return_value, simplify.
3600 * infcall.c (call_function_by_hand): Move code calling
3601 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3602 * arch-utils.c: Update copyright. Include "gdbcore.h".
3603 (legacy_return_value): New function.
3604 * arch-utils.h: Update copyright.
3605 (legacy_return_value): Declare.
3606
3607 2004-06-20 Andrew Cagney <cagney@gnu.org>
3608
3609 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3610 * gdbarch.h, gdbarch.c: Re-generate.
3611 * values.c (using_struct_return): Update call.
3612 * mcore-tdep.c: Update comment.
3613 * infcall.c (call_function_by_hand): Update comment.
3614 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3615 * arch-utils.h (always_use_struct_convention): Update.
3616 * v850-tdep.c (v850_gdbarch_init): Update.
3617 * sh64-tdep.c (sh64_gdbarch_init): Update.
3618 * sh-tdep.c (sh_gdbarch_init): Update.
3619 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3620 * mips-tdep.c (mips_gdbarch_init): Update.
3621 * mcore-tdep.c (mcore_gdbarch_init): Update.
3622 * m32r-tdep.c (m32r_gdbarch_init): Update.
3623 * ia64-tdep.c (ia64_gdbarch_init): Update.
3624 * h8300-tdep.c (h8300_gdbarch_init): Update.
3625 * frv-tdep.c (frv_gdbarch_init): Update.
3626 * cris-tdep.c (cris_gdbarch_init): Update.
3627 * arm-tdep.c (arm_gdbarch_init): Update.
3628 * alpha-tdep.c (alpha_gdbarch_init): Update.
3629
3630 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3631
3632 * PROBLEMS: Add more specific information, and a work-around,
3633 for PR gdb/1458.
3634
3635 2004-06-18 Andrew Cagney <cagney@gnu.org>
3636
3637 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3638 * gdbarch.h, gdbarch.c: Re-generate.
3639 * ada-lang.c (ada_finish_decode_line_1): Update.
3640 * infrun.c (handle_inferior_event): Update.
3641 * infcall.c (find_function_addr): Update.
3642 * linespec.c (minsym_found): Update.
3643 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3644 Update.
3645 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3646 * cli/cli-cmds.c (disassemble_command): Update.
3647 * vax-tdep.c (vax_gdbarch_init): Update.
3648
3649 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3650
3651 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3652
3653 2004-06-17 Andrew Cagney <cagney@gnu.org>
3654
3655 GDB 6.1.1 released from the GDB 6.1 branch.
3656 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3657 * PROBLEMS: Ditto.
3658
3659 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3660
3661 PR gdb/1658
3662 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3663 operation as a uleb128. Found by Michael Coulter.
3664
3665 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3666
3667 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3668 make it non-static.
3669 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3670 to ada-lang.h; this is needed to be able to implement the kill command
3671 in multi-task mode.
3672 (task_ptid): Ditto.
3673 (task_entry): Ditto.
3674 (task_list): Ditto.
3675 (ada_build_task_list): Ditto.
3676
3677 * ada-lang.c: Conditionalize routines and data structures related
3678 to breakpoints, exceptions, completion, and symbol caching on
3679 GNAT_GDB, since these are not yet used in the submitted public sources.
3680 (ada_main_name): Editorial: Move definition out of exception-related
3681 code.
3682
3683 2004-06-15 Andrew Cagney <cagney@gnu.org>
3684
3685 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3686 deprecated_pc_in_call_dummy.
3687
3688 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3689
3690 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3691 bfd_get_section_size_before_reloc or _raw_size.
3692 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3693 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3694 (dwarf2_read_section): Likewise.
3695 * elfread.c (elf_locate_sections): Likewise.
3696 * gcore.c (derive_heap_segment): Likewise.
3697 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3698 * remote-e7000.c (e7000_load): Likewise.
3699 * remote-m32r-sdi.c (m32r_load): Likewise.
3700 * remote-mips.c (mips_load_srec): Likewise.
3701 (pmon_load_fast): Likewise.
3702 * remote.c (compare_sections_command): Likewise.
3703 * symfile.c (add_section_size_callback): Likewise.
3704 (load_section_callback): Likewise.
3705 (pc_in_unmapped_range): Likewise.
3706 (pc_in_mapped_range): Likewise.
3707 (sections_overlap): Likewise.
3708 (list_overlays_command): Likewise.
3709 (simple_overlay_update_1): Likewise.
3710 (simple_overlay_update): Likewise.
3711 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3712 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3713
3714 2004-06-14 Randolph Chung <tausq@debian.org>
3715
3716 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3717 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3718 static.
3719 (hppa_hpux_inferior_created): New function.
3720 (hppa_hpux_init_abi): Register observer.
3721 * symfile.c (hp_cxx_exception_support_initialized)
3722 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3723 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3724
3725 2004-06-14 Randolph Chung <tausq@debian.org>
3726
3727 * MAINTAINERS (Write After Approval): Alphabetize my entry
3728 correctly.
3729
3730 2004-06-14 Andrew Cagney <cagney@gnu.org>
3731
3732 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3733 testsuite maintainer.
3734
3735 2004-06-13 Andrew Cagney <cagney@gnu.org>
3736
3737 * infcmd.c (print_return_value): Fix logic, allow
3738 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3739
3740 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3741 defining any macros.
3742 * gdbarch.h: Re-generate.
3743
3744 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3745 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3746 * gdbarch.h: Re-generate.
3747
3748 * values.c (generic_use_struct_convention): Don't check gcc_p.
3749
3750 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3751 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3752 * gdbarch.h, gdbarch.c: Regenerate.
3753 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3754 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3755 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3756 deprecated_max_register_raw_size and
3757 deprecated_max_register_virtual_size.
3758 * v850-tdep.c (v850_gdbarch_init): Ditto.
3759 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3760 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3761 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3762 * cris-tdep.c (cris_gdbarch_init): Ditto.
3763
3764 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3765 * gdbarch.h, gdbarch.c: Re-generate.
3766 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3767 (m68hc11_use_struct_convention): Delete function.
3768 (m68hc11_extract_struct_value_address): Delete function.
3769 (m68hc11_return_value): New function.
3770 (m68hc11_gdbarch_init): Instead of store_return_value,
3771 extract_return_value, return_value_on_stack,
3772 deprecated_extract_struct_value_address and use_struct_convention,
3773 set return_value.
3774 * values.c (using_struct_return): Do not call
3775 RETURN_VALUE_ON_STACK.
3776 * arch-utils.h (generic_return_value_on_stack_not): Delete
3777 declaration.
3778 * arch-utils.c (generic_return_value_on_stack_not): Delete
3779 function.
3780
3781 2004-06-12 Andrew Cagney <cagney@gnu.org>
3782
3783 * values.c (register_value_being_returned): Delete function.
3784 * infcmd.c (legacy_return_value): Delete function.
3785 * infcall.c (call_function_by_hand): Inline
3786 "register_value_being_returned", simplify.
3787 * values.c (using_struct_return): Update comment, refer to
3788 print_return_value instead of register_value_being_returned.
3789 * infcmd.c (print_return_value): Inline calls to
3790 register_value_being_returned and legacy_return_value. Simplify.
3791
3792 2004-06-11 Randolph Chung <tausq@debian.org>
3793
3794 * somread.c (som_symtab_read): Exclude gcc local symbols.
3795
3796 2004-06-11 Randolph Chung <tausq@debian.org>
3797
3798 * infrun.c (handle_inferior_event): Handle the case when a
3799 trampoline ends up in the runtime resolver, and if the trampoline
3800 has no name. Rearrange the code so that all the trampoline
3801 processing happens before other step-out-of-range handling.
3802
3803 2004-06-11 Martin Hunt <hunt@redhat.com>
3804
3805 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3806 has no fpu.
3807
3808 2004-06-10 Andrew Cagney <cagney@gnu.org>
3809
3810 * blockframe.c (legacy_inside_entry_func): Delete.
3811 (legacy_frame_chain_valid): Inline call to
3812 legacy_inside_entry_func, simplify.
3813
3814 2004-06-10 Bob Rossi <bob@brasko.net>
3815
3816 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3817 * dwarf2read.c (partial_die_info): Add dirname field.
3818 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3819 (read_partial_die): Save away DW_AT_comp_dir.
3820 * defs.h (symtab_to_filename): Removed.
3821 * source.c (find_and_open_source): Added.
3822 (open_source_file): Just calls find_and_open_source.
3823 (symtab_to_filename): Removed.
3824 (symtab_to_fullname, psymtab_to_fullname): Added.
3825 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3826 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3827 symtab_to_filename.
3828 * symtab.h (partial_symtab): Add dirname field.
3829 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3830 (mi_cmd_file_list_exec_source_file): Call new function
3831 symtab_to_fullname to find fullname.
3832 (mi_cmd_file_list_exec_source_files): Added.
3833 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3834 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3835
3836 2004-06-10 Andrew Cagney <cagney@gnu.org>
3837
3838 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3839 to generic_use_struct_convention, the default value.
3840
3841 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3842 of abort.
3843
3844 * ns32k-tdep.c (ns32k_push_arguments): New function.
3845 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3846 * infcall.c (call_function_by_hand): Call error instead of
3847 legacy_push_arguments.
3848 * value.h (legacy_push_arguments): Delete declaration.
3849 * valops.c (legacy_push_arguments): Delete function.
3850 (value_push): Delete function.
3851
3852 2004-06-10 Brian Ford <ford@vss.fsi.com>
3853
3854 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3855 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3856 info.
3857 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3858
3859 2004-06-10 Andrew Cagney <cagney@gnu.org>
3860
3861 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3862 * gdbarch.h, gdbarch.c: Re-generate.
3863 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3864 parameters.
3865 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3866 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3867 deprecated_pc_in_call_dummy instead of
3868 DEPRECATED_PC_IN_CALL_DUMMY.
3869 (arm_skip_prologue): Ditto.
3870 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3871 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3872 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3873 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3874 Ditto.
3875 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3876 (sh64_init_extra_frame_info, sh64_get_saved_register)
3877 (sh64_pop_frame): Ditto.
3878 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3879 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3880 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3881 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3882 (h8300_pop_frame): Ditto.
3883 * blockframe.c (legacy_inside_entry_func)
3884 (legacy_frame_chain_valid): Ditto.
3885 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3886 to deprecated_pc_in_call_dummy.
3887
3888 2004-06-09 Andrew Cagney <cagney@gnu.org>
3889
3890 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3891 provide a default value.
3892 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3893 * gdbarch.h, gdbarch.c: Re-generate.
3894 * arch-utils.c (generic_convert_register_p): Rename
3895 legacy_convert_register_p
3896 (legacy_register_to_value, legacy_value_to_register): Delete
3897 functions.
3898 * arch-utils.h (generic_convert_register_p): Rename
3899 legacy_convert_register_p.
3900 (legacy_register_to_value, legacy_value_to_register): Delete
3901 declarations.
3902
3903 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3904 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3905 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3906 * gdbarch.h, gdbarch.c: Re-generate.
3907 * infcmd.c (default_print_registers_info): Simplify.
3908 * findvar.c (value_of_register): Simplify.
3909 * mi/mi-main.c (get_register): Simplify.
3910 * arch-utils.c (legacy_convert_register_p): Always return 0.
3911 (legacy_register_to_value, legacy_value_to_register): Always call
3912 internal_error.
3913
3914 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3915 #ifdef CLEAR_INSN_CACHE code.
3916 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3917 Delete #ifdef CLEAR_DEFERRED_STORES code.
3918
3919 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3920
3921 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3922 copyright.
3923 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3924
3925 * config/mips/mipsv4.mh: Delete file.
3926
3927 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3928 unreferenced macro.
3929 (hpread_adjust_stack_address): Delete declaration.
3930
3931 2004-06-08 Andrew Cagney <cagney@gnu.org>
3932
3933 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3934 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3935 PTRACE_ATTACH / PTRACE_DETACH available call error.
3936 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3937 * infttrace.c (update_thread_state_after_attach, attach, detach):
3938 Remove #ifdef wrappers.
3939 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3940 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3941 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3942 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3943 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3944 * config/nm-linux.h (ATTACH_DETACH): Delete.
3945 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3946 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3947 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3948 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3949 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3950
3951 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3952
3953 * configure.in: Set $configdir to the right OS specific value.
3954 Use value when setting $tcldir and $tkdir.
3955 * configure: Regenerate.
3956
3957 2004-06-06 Paul Brook <paul@codesourcery.com>
3958
3959 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3960 records.
3961
3962 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3963
3964 * ada-lang.c (lookup_symbol_in_language): New function to allow
3965 re-use of another language's symbol lookup code. (Placed here
3966 temporarily while Ada support is being integrated into the public
3967 tree).
3968 (restore_language): New auxiliary function for
3969 lookup_symbol_in_language.
3970 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3971 temporarily while Ada support is being integrated into the public
3972 tree).
3973
3974 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
3975
3976 * Makefile.in (check//%): New.
3977
3978 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3979 (mn10300_store_return_value): Rewrite.
3980 (mn10300_type_align): New.
3981 (mn10300_use_struct_convention): Rewrite.
3982 (mn10300_return_value): New, using all of the above.
3983 (mn10300_pop_frame_regular): Add saved_regs_size.
3984 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3985
3986 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3987 regs if PC is on movm.
3988
3989 2004-06-07 Jim Blandy <jimb@redhat.com>
3990
3991 Add native Linux support for the PowerPC E500.
3992 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3993 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3994 all architectures except the E500.
3995 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3996 #definitions.
3997 (struct gdb_evrregset_t): New type.
3998 (have_ptrace_getsetevrregs): New variable.
3999 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4000 fetch_spe_registers): New functions.
4001 (fetch_register): Call fetch_spe_register as appropriate.
4002 Assert that we're only passed raw register numbers.
4003 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4004 Don't fetch gprs if they're pseudoregisters.
4005 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4006 store_spe_registers): New functions.
4007 (store_register): Call store_spe_register as appropriate.
4008 Assert that we're only passed raw register numbers.
4009 (store_ppc_registers): Call store_spe_registers as appropriate.
4010 Don't store gprs if they're pseudoregisters.
4011
4012 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4013
4014 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4015 struct if one exists, even if we are dealing with a zombie thread.
4016
4017 2004-06-07 Andrew Cagney <cagney@gnu.org>
4018
4019 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4020 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4021 Rename PC_REQUIRES_RUN_BEFORE_USE.
4022 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4023 #ifdef.
4024
4025 2004-06-07 Randolph Chung <tausq@debian.org>
4026
4027 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4028 unwinding after sp has been saved to the stack but before the end
4029 of the prologue, and after the fp has been modified but before it has
4030 been saved to the stack.
4031 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4032 Remove superfluous definitions.
4033 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4034
4035 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4036
4037 Committed by Randolph Chung.
4038 * hppa-linux-nat.c: Include the correct version of the header file
4039 depending on the kernel version.
4040
4041 2004-06-06 Randolph Chung <tausq@debian.org>
4042
4043 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4044 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4045
4046 2004-06-06 Randolph Chung <tausq@debian.org>
4047
4048 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4049 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4050 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4051 * hppa-tdep.c (hppa_symbol_address): New function definition.
4052 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4053
4054 2004-06-06 Randolph Chung <tausq@debian.org>
4055
4056 * hppa-tdep.h (struct value): Forward declaration.
4057 (gdbarch_tdep): Define tdep find_global_pointer method.
4058 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4059 associated with the function we are trying to call, and write it
4060 to the gp register.
4061 (hppa32_convert_from_funct_ptr_addr): New function.
4062 (hppa_find_global_pointer): New function.
4063 (hppa_gdbarch_init): Set default find_global_pointer method; set
4064 convert_from_func_ptr_addr method.
4065 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4066 (hppa_linux_init_abi): Set find_global_pointer method.
4067 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4068
4069 2004-06-06 Randolph Chung <tausq@debian.org>
4070
4071 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4072 to struct value *function.
4073 * gdbarch.c: Regenerate.
4074 * gdbarch.h: Likewise.
4075 * infcall.c (call_function_by_hand): Pass entire function value
4076 to push_dummy_call.
4077
4078 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4079 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4080 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4081 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4082 * arm-tdep.c (arm_push_dummy_call): Likewise.
4083 * avr-tdep.c (avr_push_dummy_call): Likewise.
4084 * cris-tdep.c (cris_push_dummy_call): Likewise.
4085 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4086 * frv-tdep.c (frv_push_dummy_call): Likewise.
4087 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4088 * hppa-tdep.c (hppa32_push_dummy_call)
4089 (hppa64_push_dummy_call): Likewise.
4090 * i386-tdep.c (i386_push_dummy_call): Likewise.
4091 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4092 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4093 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4094 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4095 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4096 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4097 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4098 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4099 (ppc64_sysv_abi_push_dummy_call): Likewise.
4100 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4101 (ppc64_sysv_abi_push_dummy_call): Likewise.
4102 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4103 * s390-tdep.c (s390_push_dummy_call): Likewise.
4104 * sh-tdep.c (sh_push_dummy_call_fpu)
4105 (sh_push_dummy_call_nofpu): Likewise.
4106 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4107 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4108 * vax-tdep.c (vax_push_dummy_call): Likewise.
4109
4110 2004-06-04 Jim Blandy <jimb@redhat.com>
4111
4112 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4113 gdbarch argument to register_size.
4114
4115 * rs6000-tdep.c (rs6000_store_return_value): Use
4116 regcache_cooked_write_part instead of
4117 deprecated_write_register_bytes.
4118 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4119 not gdbarch_deprecated_store_return_value.
4120
4121 * ppc-linux-nat.c (store_register, fetch_register): Remove
4122 incorrect assertions. Simplify and generalize handling of
4123 transfers whose sizes are not multiples of, or less than, sizeof
4124 (PTRACE_XFER_TYPE).
4125
4126 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4127
4128 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4129 as a new thread event.
4130 * thread-db.c (thread_get_info_callback): If the thread is a
4131 zombie, return TD_THR_ZOMBIE.
4132 (thread_from_lwp): If thread_get_info_callback returns
4133 TD_THR_ZOMBIE, check if the thread is still on the thread list
4134 and return a -1 ptid if not found.
4135 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4136 change the status to TARGET_WAITKIND_SPURIOUS.
4137
4138 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4139
4140 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4141 double values in little endian mode.
4142
4143 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4144
4145 Committed by Andrew Cagney.
4146 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4147 after last enum constant to avoid error from IBM C
4148 compiler.
4149
4150 2004-06-02 Jim Blandy <jimb@redhat.com>
4151
4152 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4153 to 'message', and make it local to the lone block that uses it.
4154
4155 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4156
4157 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4158
4159 * ada-exp.y: Update copyright notice.
4160 Include block.h.
4161
4162 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4163 SPECIAL_VARIABLE and unify the treatment of these cases.
4164
4165 (write_attribute_call0): Remove.
4166 (write_attribute_call1): Remove.
4167 (write_attribute_calln): Remove.
4168 (save_qualifier): Add missing semicolon.
4169
4170 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4171 temporarily disabled to allow compilation with FSF head version.
4172
4173 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4174 use individual operators (OP_*) for all attributes.
4175 (exp syntax): Use write_int.
4176 Handle STRING literals with OP_STRING.
4177 (variable syntax): Add limit parameter to calls to
4178 write_object_renaming.
4179
4180 (temp_parse_space): New definition to hold entities that need
4181 only live until the next call to ada_parse.
4182 (string_to_operator): Rename fields of ada_opname_table entries.
4183
4184 (write_var_from_sym): Record block.
4185 (write_var_from_name): Minor reformatting.
4186 Make sure saved name is properly encoded in the case of multiple
4187 matches, and set its language to Ada.
4188 Update comment.
4189 Modify to indicate unresolved name as symbol in the UNRESOLVED
4190 namespace, allocated in temp_parse_space.
4191 (write_int): New function.
4192
4193 (write_object_renaming): Add max_depth parameter to limit
4194 chains of object renamings.
4195 Handle case where root of renaming expression is itself a renaming.
4196 Use temp_parse_space for temporary name buffer.
4197 Handle renamings to dereferenced pointers (___XEXA suffices).
4198
4199 (ada_parse, yyerror, string_to_operator,
4200 write_var_from_sym, write_var_from_name, write_attribute_call0,
4201 write_attribute_call1, write_attribute_calln,
4202 write_object_renaming): Protoize.
4203
4204 (_initialize_ada_exp): New function.
4205
4206 * ada-lang.c: Update copyright notice.
4207 General terminology change to conform to GNAT compiler usage:
4208 mangle => encode, demangle => decode
4209 Include gdb_obstack.h.
4210 Include gdb_regex.h
4211 Include frame.h
4212 Include hashtab.h
4213 Include completer.h
4214 Include gdb_stat.h
4215 Include block.h
4216 Include infcall.h
4217
4218 (ADA_RETAIN_DOTS): Make sure this is defined.
4219 (TRUNCATION_TOWARDS_ZERO): Define.
4220 (struct string_vector): Define.
4221 (unresolved_names): Remove definition.
4222 (xnew_string_vector): New function.
4223 (string_vector_append): New function.
4224 (extract_string): Make static.
4225 (ada_unqualified_name): New function.
4226 (add_angle_brackets): New function.
4227 (function_name_from_pc): New function.
4228 (place_on_stack): Rename to ensure_lval.
4229
4230 (ensure_lval): Renamed from place_on_stack.
4231 Make identity on lvals.
4232 Update comment.
4233 (is_nonfunction): New interface.
4234 Only symbols in LOC_CONST class can be enumerals.
4235 (fill_in_ada_prototype): Remove; now independent of language.
4236 (add_defn_to_vec): Add obstack and symtab arguments.
4237 Use obstack to hold collected definitions.
4238 (num_defns_collected): New function.
4239 (defns_collected): New function.
4240 (ada_resolve_subexp): Rename to resolve_subexp.
4241 (resolve_subexp): Renamed from ada_resolve_subexp.
4242 (ada_op_name): Return non-const result.
4243 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4244 other purposes.
4245
4246 (to_fixed_array_type): Add declaration.
4247 (coerce_unspec_val_to_type): Remove offset parameter.
4248 (find_sal_from_funcs_and_line): New interface.
4249 (find_line_in_linetable): Ditto.
4250
4251 (all_sals_for_line): Rename to ada_sals_for_line and make
4252 global.
4253 Add new parameter. When set, do not ask the user to choose the
4254 instance, but use the first one found instead.
4255 Use given line number in returned sals.
4256 Fix comment.
4257 Skip the prologue if funfirstline is set.
4258 Correct for memory leak when 0 lines found.
4259
4260 (value_pos_atr): Use pos_atr.
4261 (pos_atr): New function.
4262 (standard_lookup): Add block parameter.
4263
4264 (makeTimeStart): Remove declaration and uses.
4265 (makeTimeStop): Remove declaration and uses.
4266
4267 (ada_completer_word_break_characters): Allow for VMS.
4268 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4269 (raise_sym_name): New constant.
4270 (raise_unhandled_sym_name): New constant.
4271 (raise_assert_sym_name): New constant.
4272 (process_raise_exception_name): New constant.
4273 (longest_exception_template): New constant.
4274 (warning_limit): New variable to limit warnings during expression
4275 evaluation.
4276 (warnings_issued): New variable to keep track of warnings issued.
4277 (known_runtime_file_name_patterns): New constant.
4278 (known_auxiliary_function_name_patterns): New constant.
4279 (symbol_list_obstack): New variable.
4280
4281 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4282 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4283 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4284 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4285 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4286 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4287 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4288 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4289 and strcmp.
4290
4291 (ada_get_field_index): New function.
4292 (lim_warning): New function.
4293 (ada_translate_error_message): New function.
4294 (MAX_OF_SIZE): New function.
4295 (MIN_OF_SIZE): New function.
4296 (UMAX_OF_SIZE): New function.
4297 (UMIN_OF_SIZE): New function.
4298 (discrete_type_high_bound): New function.
4299 (discrete_type_low_bound): New function.
4300 (base_type): New function.
4301 (do_command): Remove.
4302
4303 (ada_update_initial_language): Use language_ada, not language_unknown.
4304 (ada_encode): Renamed from ada_mangle.
4305 Obey ADA_RETAIN_DOTS.
4306 (ada_decode): Renamed from ada_demangle.
4307 Update coding conventions.
4308 (decoded_names_store): New hash table.
4309 (ada_decode_symbol): New function.
4310 (ada_la_decode): New function.
4311
4312 (modify_general_field): Correct computations of offset and bit
4313 position.
4314 (desc_base_type): Handle ref types, too.
4315 (ada_is_direct_array_type): New function.
4316
4317 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4318 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4319 (ada_is_bogus_array_descriptor,ada_type_of_array,
4320 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4321 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4322 ada_is_array_descriptor_type.
4323
4324 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4325 (ada_is_packed_array_type): Handle pointers or
4326 references to packed arrays as well.
4327 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4328 (decode_packed_array_type): Search for the packed array type
4329 symbol in the currently selected block and associated
4330 superblocks too.
4331 Use lookup_symbol again.
4332
4333 (decode_packed_array): Handle pointers and references.
4334 Update call to coerce_unspec_val_to_type.
4335 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4336 (ada_value_primitive_packed_val): Improve comment.
4337
4338 (ada_index_type): Substitute int type for "undefined".
4339 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4340 ada_array_langth, ada_is_string_type): Use renamed
4341 ada_is_simple_array_type.
4342 (empty_array): New function.
4343
4344 (ada_resolve): Rename to resolve.
4345 (resolve): Make static.
4346 Call renamed resolve_subexp.
4347 Update comment.
4348 (ada_resolve_subexp): Rename to resolve_subexp.
4349 (resolve_subexp): Update comment.
4350 Decomment disabled code.
4351 Add LOC_COMPUTED* cases.
4352 Modify to use temporary struct symbols (marked as being in
4353 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4354 OP_UNRESOLVED_VALUE.
4355 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4356 Add OP_STRING case.
4357 Remove OP_ARRAY.
4358 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4359 Use new ada_lookup_symbol_list interface.
4360 Use new ada_resolve_function interface.
4361 Remove OP_TYPE case.
4362
4363 (ada_args_match): Idiot proof against null actuals.
4364 Use intermediate variables to clarify.
4365 (ada_resolve_function): Update comment and interface.
4366 (mangled_ordered_before): Rename to encoded_ordered_before and
4367 update comment.
4368 (sort_choices): Update comment and interface.
4369 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4370 (user_select_syms): New interface.
4371 Use new sort_choices interface.
4372 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4373 (possible_user_operator_p): Idiot-proof against null values.
4374 (ada_simple_renamed_entity): Don't make cleanup; rely on
4375 caller to free result string.
4376 Remove const from return type.
4377 (make_array_descriptor): Rename uses of place_on_stack to
4378 ensure_lval.
4379 Make sure that arrays are on stack.
4380
4381 (HASH_SIZE): Define.
4382 (struct cache_entry): Define.
4383 (cache_space): Define.
4384 (cache): Define.
4385 (clear_ada_sym_cache): New function.
4386 (find_entry): New function.
4387 (lookup_cached_symbol): New function.
4388 (defn_vector_size): Define.
4389 (cache_symbol): New function.
4390 (defn_symbols): Remove.
4391
4392 (standard_lookup): Use lookup_symbol_in_language to get effect of
4393 C lookup.
4394 Cache results.
4395
4396 (symbol_completion_match): New function.
4397 (symbol_completion_add): New function.
4398 (ada_make_symbol_completion_list): New function.
4399
4400 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4401 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4402 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4403 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4404
4405 (ada_lookup_simple_minsym): New function.
4406 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4407
4408 (add_symbols_from_enclosing_procs): New interface.
4409 Conditionalize more helpfully.
4410 Don't bother if program isn't running.
4411 Use new interface to get_frame_block.
4412 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4413
4414 (remove_extra_symbols): New interface.
4415 (xget_renaming_scope): New function.
4416 (is_package_name): New function.
4417 (renaming_is_visible): New function.
4418 (remove_out_of_scope_renamings): New function.
4419
4420 (ada_lookup_symbol_list): New interface.
4421 Properly reinitialize the symbol list obstack.
4422 Don't call add_symbols_from_enclosing_procs if we start from a
4423 static or global block.
4424 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4425 add_symbols_from_enclosing_procs.
4426 Add symtab data to cached entries.
4427 Handle symbols prefixed with
4428 "standard__" specially; strip prefix and don't look in local symbols.
4429 Do not include out of scope renaming symbols in list of
4430 symbols returned.
4431 Add const to block parameter.
4432 Move check for non-local, non-global symbols earlier.
4433 Remove timing stuff.
4434 (ada_lookup_symbol): New interface.
4435 Find symtab as well.
4436 (ada_lookup_symbol_nonlocal): New function.
4437
4438 (is_name_suffix): Enhance suffix detection to recognize
4439 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4440 (is_dot_digits_suffix): New function.
4441 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4442
4443 (ada_add_block_symbols): New interface. Use obstack to return results
4444 in a vector of struct ada_symbol_infos. Add symtab argument.
4445 Use new interface to add_defn_to_vec.
4446 Remove calls to fill_in_ada_prototype.
4447 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4448
4449 (ada_finish_decode_line_1): Add const qualification to local to fix
4450 warning.
4451 Start looking in static block for functions to avoid attempts
4452 to search frame chain for up-level variables.
4453 Adapt to new ada_sals_for_line interface.
4454 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4455 Handle quoting of the function name inside the spec string.
4456 Skip prologue when funfirstline is set and update the
4457 function documentation to that effect.
4458
4459 (debug_print_lines, debug_print_block, debug_print_blocks,
4460 debug_print_symtab): Remove.
4461
4462 (ada_main_name): New function.
4463 (ada_exception_breakpoint_type): New function.
4464 (is_known_support_routine): New function.
4465 (ada_find_printable_frame): Renamed from find_printable_frame and made
4466 global.
4467 Remove level parameter.
4468 Use new interface to select_frame.
4469
4470 (begin_command): Remove.
4471 (ada_adjust_exception_stop): New function.
4472 (ada_print_exception_stop): New function.
4473 (exception_name_from_cond): New function.
4474 (ada_report_exception_break): Replace disabled code with
4475 conditionalization on GNAT_GDB.
4476 Get the exception name from the condition string.
4477 Remove and move functionality into new functions
4478 ada_print_exception_breakpoint_task and
4479 ada_print_exception_breakpoint_nontask.
4480 (error_breakpoint_runtime_sym_not_found): New function.
4481 (is_runtime_sym_defined): New function.
4482 (ada_breakpoint_rewrite): Uncomment suppressed code.
4483 Use symbolic error-message and runtime-symbol names.
4484 Surround runtime symbol names in quotes.
4485 Allow non-specific breakpoints on exceptions and assertions before
4486 program starts.
4487
4488 (ada_is_tagged_type): Add parameter.
4489 (ada_is_tag_type): New function.
4490 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4491 (ada_variant_discrim_type): Ditto.
4492 (value_tag_from_contents_and_address): New function.
4493 (type_from_tag): New function.
4494 (struct tag_args): New structure used to communicate with
4495 ada_tag_name_1.
4496 (ada_tag_name_1): New function.
4497 (ada_tag_name): New function.
4498
4499 (ada_scan_number): Update comment.
4500 (find_struct_field): New function.
4501 (ada_search_struct_field): Make static.
4502 (ada_value_struct_elt): New version that returns references when
4503 given pointers or references to structs.
4504 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4505 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4506 interface.
4507 (ada_value_ind): Use new ada_to_fixed_value interface.
4508 (ada_coerce_ref): Ditto.
4509 (field_offset): Remove.
4510
4511 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4512 (ada_find_renaming_symbol): New function.
4513 (ada_prefer_type): Prefer named types over unnamed ones.
4514 (variant_field_index): New function.
4515 (contains_variant_part): Removed: subsumed by variant_field_index.
4516 (ada_template_to_fixed_record_type): New function, mostly from
4517 template_to_fixed_record_type.
4518 (template_to_fixed_record_type):
4519 Do not scan the type fields beyond the last one; prevents a
4520 potential SEGV.
4521 Handle case where variant field is listed BEFORE discriminant it
4522 depends on.
4523 Fix calculation of record length when bit length is
4524 not evenly divisible by char length.
4525 Move code to ada_template_to_fixed_record_type and call it.
4526
4527 (template_to_static_fixed_type): Revise comment.
4528 Modify to work on ordinary record types as well as templates,
4529 so as to handle fields that use ___XVE or ___XVU encodings.
4530 (to_record_with_fixed_variant_part): Fill out comment.
4531 Initialize C++ stuff in right type.
4532 Allow case where DVAL is null.
4533 Handle case where variant field is not last.
4534 Fix typo concerning record length.
4535 (to_fixed_record_type): Decomment disabled code.
4536 (to_fixed_record_type): Use variant_field_index instead of
4537 contains_variant_part.
4538 (to_fixed_variant_branch_type): Ditto.
4539 (to_fixed_array_type): Decomment disabled code.
4540 (ada_to_fixed_type): Convert tagged types to the specific type.
4541 Deactivate the size-check for array types in order to avoid
4542 some false size alarms.
4543 (to_static_fixed_type): Decomment disabled code.
4544 Modify to call template_to_static_fixed_type
4545 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4546 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4547 Remove valaddr argument, as it is never really used.
4548 (ada_to_fixed_value): Change interface to act on single struct value*
4549 operand.
4550 (adjust_pc_past_prologue): New function.
4551 (ada_attribute_name): Modify to take enum exp_opcode argument.
4552
4553 (ada_enum_name): Recognize new homonym-distinguishing convention.
4554 Adjust local variable's type to remove compiler warning.
4555 Fix a small problem in the part that unqualifies the enumeration name.
4556 (ada_value_binop): New function.
4557 (ada_value_equal): New function.
4558
4559 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4560 Don't give error message when not doing normal evaluation
4561 and a tagged type doesn't seem to contain a structure member.
4562 Give error message for packed arrays.
4563 For indexing arrays, handle pointers to packed arrays correctly.
4564 Handle case of 'first and 'last attributes of bare integral type
4565 without encoded subtype info.
4566 Remove some unnecessary casts.
4567 Fix uninitialized value of type in computing 'first, 'last, or 'length
4568 of array object.
4569 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4570 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4571 calls.
4572 Attributes are now exp_opcode values.
4573 Correct treatment of 'modulus.
4574 Better error message for taking 'length of wrong kind of type;
4575 improve comment.
4576 Change EVAL_NORMAL to noside for consistency.
4577 Use ada_value_binop for DIV, MOD, REM.
4578 Make special case out of array of length 0, since an argument
4579 of 0 upsets some platforms' malloc.
4580 Use OP_STRING instead of OP_ARRAY.
4581 For slice, add check that we have an array type before extracting
4582 a slice out of it. Avoids a SEGV.
4583 When evaluating an array slice, if the array type is a reference to
4584 an aligner type, then replace the aligner type by the actual type.
4585 Decomment disabled code.
4586 Remove some dead code.
4587 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4588 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4589 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4590 and UNOP_MBR to UNOP_IN_RANGE.
4591 If an array type has a parallel ___XVE type, then use it.
4592 Turn arrays into pointers for lvalue arrays.
4593 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4594 bounds error and handle 0-length slices.
4595 Use lim_warning.
4596 When selecting fields, apply ada_to_fixed_value (because the fields
4597 might have ___XVU or ___XVE encodings even if not dynamic.)
4598 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4599 (ada_is_system_address_type): New function.
4600
4601 (get_var_value): Use new interface to ada_lookup_symbol_list.
4602 (get_int_var_value): New interface.
4603 (to_fixed_range_type): Allow unknown bound, with warning.
4604 (ada_is_modular_type): Decomment disabled code.
4605 (ADA_OPERATORS): New definition.
4606 (ada_operator_length): New function.
4607 (ada_expr_op_name): New function.
4608 (ada_forward_operator_length): New function.
4609 (ada_dump_subexp_body): New function.
4610 (ada_print_subexp): New function.
4611 (ada_exp_descriptor): New constant.
4612 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4613 (ada_language_defn): Add ada_exp_descriptor entry.
4614 Change ada_parse => parse.
4615 Add post-parser entry.
4616 Use ada-specific non-local symbol lookup.
4617 Don't use C-style arrays.
4618 String lower-bound is 1.
4619 Decomment disabled code.
4620 (parse): New function.
4621 New fields ada_translate_error_message, ada_lookup_symbol,
4622 ada_lookup_minimal_symbol.
4623
4624 * ada-lang.h: Update copyright dates.
4625 Replace the mangle/demangle terminology throughout by the
4626 more appropriate encode/decode one.
4627 Include breakpoint.h.
4628 Forward declare struct partial_symbol, struct block.
4629 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4630 (EXTRACT_ADDRESS): Remove.
4631 (EXTRACT_INT): Remove.
4632 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4633 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4634 (MAX_RENAMING_CHAIN_LENGTH): Define.
4635 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4636
4637 (enum task_states): Remove.
4638 ada_task_states: Remove.
4639 (fat_string): Remove.
4640 (struct entry_call): Remove.
4641 (struct task_fields): Remove.
4642 (struct task_entry): Remove.
4643
4644 (struct ada_symbol_info): Define.
4645 (enum ada_attribute): Remove.
4646 (enum ada_operator): Define.
4647
4648 (ada_get_field_index): Declare.
4649 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4650 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4651 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4652 (ada_lookup_symbol_list): New interface.
4653 (ada_decode_symbol): Declare.
4654 (ada_decode): Declare.
4655 (ada_lookup_symbol): New interface.
4656 (ada_update_initial_language): Declare.
4657 (ada_lookup_simple_minsym): Declare.
4658 (user_select_syms): New interface.
4659 (ada_sals_for_line): Declare.
4660 (ada_is_tagged_type): New interface.
4661 (ada_tag_name): Declare.
4662 (ada_lookup_struct_elt_type): Remove declaration.
4663 (ada_search_struct_field): Remove declaration.
4664 (ada_attribute_name): New interface.
4665 (ada_is_system_address_type): Declare.
4666 (ada_to_fixed_value): Remove declaration.
4667 (ada_template_to_fixed_record_type_1): Declare.
4668 (get_int_var_value): New interface.
4669 (ada_find_any_symbol): Declare.
4670 (ada_find_renaming_symbol): Declare.
4671 (ada_mangle): Rename to ada_encode.
4672 (ada_simple_renamed_entity): Remove const.
4673 (ada_main_name): Declare.
4674 (get_current_task): Rename to ada_get_current_task.
4675 (get_entry_number): Remove declaration.
4676 (ada_report_exception_break): Remove declaration.
4677 (ada_print_exception_breakpoint_nontask): Declare.
4678 (ada_print_exception_breakpoint_task): Declare.
4679 (ada_find_printable_frame): Declare.
4680
4681 * ada-lex.l: Update copyright notices.
4682 Use xmalloc and xfree instead of malloc and free.
4683 Use new interface to name_lookup.
4684 Use new interface to
4685 ada_mangle=>ada_encode.
4686 Redo handling of '$...' variable to parallel current treatment
4687 in c-exp.y.
4688 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4689 digit_to_int, strtoulst, processInt, processReal, processId,
4690 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4691 yywrap): Protoize.
4692
4693 (processInt): Use cast to remove harmless warning.
4694 (processReal): Modify to get rid of compiler warning on scan formats.
4695
4696 (processId): Replace xmalloc with obstack_alloc for name and remove
4697 call to ada_name_string_cleanup.
4698 Remove obsolete disabled code.
4699 (name_lookup): Ditto.
4700 New interface.
4701 Use obsavestring on temp_parse_space instead of savestring
4702 on name, and remove call to ada_name_string_cleanup.
4703 Free string returned from ada_simple_renamed_entity.
4704 Use new interface to ada_lookup_symbol_list.
4705 Decomment disabled code.
4706 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4707 not types.
4708 When a type name lookup succeeds as a result of
4709 lookup_primitive_typename, check for regular type entry that has not
4710 yet been read in.
4711 Limit length of chain of renamed symbols we are willing to follow.
4712 Do not break names beginning with "standard__" into segments.
4713 (block_lookup): Use new interface to ada_lookup_symbol_list.
4714
4715 * ada-typeprint.c: Update copyright notice.
4716 (demangled_type_name): Rename to decoded_type_name.
4717 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4718 (print_range_bound): Correct handling of negative
4719 bounds that make the index type looked unsigned under STABS.
4720 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4721 (print_range_type_named): Use the builtin int type if no type
4722 corresponding to the given type name could be found.
4723 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4724 Add some bullet-proofing.
4725 (print_variant_clauses): Allow for variant branches with ___XVU
4726 encodings that are not dynamic fields.
4727 Use new interface to ada_is_tagged_type.
4728 (print_record_type): Allow for fields with ___XVE encodings that
4729 are not dynamic fields.
4730 Use new interface to ada_is_tagged_type.
4731 (ada_print_type): ada_is_array_descriptor =>
4732 ada_is_array_descriptor_type.
4733
4734 * ada-valprint.c: Update copyright notice.
4735 Include gdb_string.h
4736 Include infcall.h
4737 (ui_memcpy): New function.
4738 (ada_print_floating): New function.
4739 (ada_print_str): Order arguments correctly.
4740 Correct handling of empty arrays and arrays of 0-length items.
4741 ada_is_array_descriptor => ada_is_array_descriptor_type
4742 Print values of type System.Address in hexadecimal format.
4743 Use ada_print_floating to print floating-point numbers in Ada format.
4744 Print class tag values with type names.
4745 No longer print the address of reference values. Avoids
4746 a potential confusion.
4747 (ada_value_print): Stop printing the object type for reference
4748 values, but preserve that behavior for access types. Avoids
4749 a potential confusion.
4750 Simplify one conditional expression, as the first part is now
4751 necessarily true.
4752 ada_is_array_descriptor => ada_is_array_descriptor_type
4753 Add check for arrays for null records, and print them by hand.
4754
4755 2004-06-01 Jim Blandy <jimb@redhat.com>
4756
4757 * ppc-tdep.h: Delete unused 'regoff' member.
4758 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4759
4760 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4761
4762 Fix PR symtab/1661.
4763 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4764 (hpread_read_struct_type): Likewise.
4765
4766 2004-06-01 Andrew Cagney <cagney@gnu.org>
4767
4768 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4769 instead of xasprintf.
4770 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4771 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4772 (mi_cmd_data_list_register_names)
4773 (mi_cmd_data_list_changed_registers)
4774 (mi_cmd_data_list_register_values)
4775 (get_register, mi_cmd_data_write_register_values)
4776 (mi_cmd_data_write_register_values)
4777 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4778 (mi_cmd_target_download, mi_cmd_target_select)
4779 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4780 (mi_execute_cli_command, mi_execute_async_cli_command)
4781 (mi_execute_async_cli_command): Ditto.
4782 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4783 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4784
4785 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4786 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4787 error_last_message instead of mi_error_last_message.
4788 * mi/mi-main.c (mi_error_last_message): Delete function.
4789
4790 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4791 "invalid number of columns" error. Delete redundant "out of
4792 memory" check.
4793
4794 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4795
4796 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4797 (gregset_t, fpregset_t): Remove typedefs.
4798 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4799 (REG_OFFSET): Rename argument.
4800 (i386bsd_r_reg_offset): Rename from reg_offset.
4801 (REG_ADDR): Remove macro.
4802 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4803 functions.
4804 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4805 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4806 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4807 instead of supply_gregset.
4808 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4809 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4810 instead of fill_gregset.
4811 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4812
4813 * i386bsd-nat.c: Don't include "gregset.h".
4814 (supply_gregset, fill_gregset): Make static.
4815 (supply_fpregset, fill_fpregset): Remove.
4816 * Makefile.in (i386bsd-nat.o): Update dependencies.
4817
4818 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4819
4820 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4821 "gdb_assert.h". Con't include "gregset.h".
4822 (fbsd_make_corefile_notes): Use regset-based core file support
4823 instead off fill_gregset and fill_fpregset.
4824 * Makefile.in (fbsd-proc.o): Update dependencies.
4825
4826 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4827 instructions.
4828 (m88k_frame_prev_register): Simplify code a bit.
4829
4830 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4831 (amd64_collect_fpregset): New function.
4832 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4833
4834 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4835
4836 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4837 (i386_collect_gregset): New function.
4838 (i386_supply_fpregset): Adjust comment.
4839 (i386_collect_fpregset): New function.
4840 (i386_regset_from_core_section): Use i386_collect_gregset and
4841 i386_collect_fpregset.
4842
4843 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4844 handle VALUEP being null.
4845
4846 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4847
4848 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4849
4850 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4851
4852 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4853 assembler in OpenBSD 3.5-current.
4854 (amd64obsd_sigcontext_addr): Likewise.
4855
4856 2004-05-28 Jim Blandy <jimb@redhat.com>
4857
4858 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4859 register set, so our regcache isn't declared "legacy" and our E500
4860 pseudoregister read and write functions aren't ignored.
4861 (rs6000_register_byte, rs6000_register_raw_size,
4862 rs6000_register_virtual_type, rs6000_register_convertible,
4863 rs6000_register_convert_to_virtual,
4864 rs6000_register_convert_to_raw): Deleted.
4865 (rs6000_register_type, rs6000_convert_register_p,
4866 rs6000_register_to_value, rs6000_value_to_register): New
4867 functions.
4868 (rs6000_gdbarch_init): Don't register
4869 gdbarch_deprecated_register_size,
4870 gdbarch_deprecated_register_bytes,
4871 gdbarch_deprecated_register_byte,
4872 gdbarch_deprecated_register_raw_size,
4873 gdbarch_deprecated_register_virtual_type,
4874 gdbarch_deprecated_register_convertible,
4875 gdbarch_deprecated_register_convert_to_virtual, or
4876 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4877 register gdbarch_register_type, gdbarch_convert_register_p,
4878 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4879
4880 2004-05-26 Jim Blandy <jimb@redhat.com>
4881
4882 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4883 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4884 functions, updated to match the register numberings used in GCC.
4885 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4886 rs6000_dwarf2_reg_to_regnum as register number conversions
4887 functions for STABS and Dwarf2.
4888
4889 2004-05-26 Randolph Chung <tausq@debian.org>
4890
4891 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4892 in header file.
4893
4894 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4895
4896 * NEWS: Document new "start" command.
4897
4898 2004-05-25 Randolph Chung <tausq@debian.org>
4899
4900 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4901 hppa-linux.
4902
4903 2004-05-25 Randolph Chung <tausq@debian.org>
4904
4905 * hppa-hpux-tdep.c (offsetof): Define.
4906 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4907 (hppa32_hpux_frame_base_before_sigtramp)
4908 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4909 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4910 (hppa64_hpux_frame_base_before_sigtramp)
4911 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4912 functions.
4913 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4914 (hppa_hpux_sigtramp_frame_unwind_cache)
4915 (hppa_hpux_sigtramp_frame_this_id)
4916 (hppa_hpux_sigtramp_frame_prev_register)
4917 (hppa_hpux_sigtramp_frame_unwind)
4918 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4919 (hppa_hpux_init_abi): Register sigtramp unwinder.
4920 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4921
4922 2004-05-25 Randolph Chung <tausq@debian.org>
4923
4924 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4925 and multiple stack unwinds.
4926 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4927
4928 2004-05-25 Andrew Cagney <cagney@gnu.org>
4929
4930 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4931 * symfile-mem.h: Delete file.
4932 * symfile-mem.c: Do not include "symfile-mem.h".
4933 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4934 "struct bfd_section". When an error do not bother returning NULL.
4935 (add_symbol_file_from_memory_command): Use "struct bfd" and
4936 "struct bfd_section".
4937 * Makefile.in (symfile_mem_h): Delete.
4938 (symfile-mem.o): Update dependencies.
4939
4940 2004-05-25 Nick Roberts <nickrob@gnu.org>
4941
4942 * gdb-mi.el: New file.
4943
4944 2004-05-25 Andrew Cagney <cagney@gnu.org>
4945
4946 * inftarg.c: Include "observer.h".
4947 (child_attach, child_create_inferior): Notify inferior_created.
4948 * corelow.c: Include "observer.h".
4949 (core_open): Notify inferior_created.
4950 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4951
4952 2004-05-25 Andrew Cagney <cagney@gnu.org>
4953
4954 * target.h (struct target_ops): Add from_tty to
4955 to_create_inferior.
4956 (target_create_inferior, find_default_create_inferior): Update.
4957 * infcmd.c (run_command): Update.
4958 * wince.c (child_create_inferior): Update.
4959 * win32-nat.c (child_create_inferior): Update.
4960 * uw-thread.c (uw_thread_create_inferior): Update.
4961 * thread-db.c (thread_db_create_inferior): Update.
4962 * target.c (debug_to_create_inferior)
4963 (find_default_create_inferior): Update.
4964 (maybe_kill_then_create_inferior): Update.
4965 * sol-thread.c (sol_thread_create_inferior): Update.
4966 * remote.c (extended_remote_async_create_inferior)
4967 (extended_remote_create_inferior): Update.
4968 * remote-vx.c (vx_create_inferior): Update.
4969 * remote-st.c (st2000_create_inferior): Update.
4970 * remote-sim.c (gdbsim_create_inferior): Update.
4971 * remote-sds.c (sds_create_inferior): Update.
4972 * remote-rdp.c (remote_rdp_create_inferior): Update.
4973 * remote-rdi.c (arm_rdi_create_inferior): Update.
4974 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4975 * remote-e7000.c (e7000_create_inferior): Update.
4976 * procfs.c (procfs_create_inferior): Update.
4977 * ocd.c (ocd_create_inferior): Update.
4978 * ocd.h (ocd_create_inferior): Update.
4979 * nto-procfs.c (procfs_create_inferior): Update.
4980 * monitor.c (monitor_create_inferior): Update.
4981 * lin-lwp.c (lin_lwp_create_inferior): Update.
4982 * inftarg.c (child_create_inferior): Update.
4983 * hpux-thread.c (hpux_thread_create_inferior): Update.
4984 * gnu-nat.c (gnu_create_inferior): Update.
4985
4986 2004-05-25 Andrew Cagney <cagney@gnu.com>
4987
4988 * MAINTAINERS: Update e-mail address.
4989
4990 2004-05-24 Randolph Chung <tausq@debian.org>
4991
4992 * thread.c (info_threads_command, thread_apply_all_command)
4993 (thread_apply_command, thread_command, do_captured_thread_select):
4994 Remove HPUXHPPA-specific code.
4995
4996 2004-05-24 Randolph Chung <tausq@debian.org>
4997
4998 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4999 unused symbols.
5000 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5001 references.
5002
5003 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5004
5005 * infcmd.c (kill_if_already_running): New function, extracted
5006 from run_command().
5007 (run_command): Replace extracted code by call to
5008 kill_if_already_running().
5009 (start_command): New function.
5010 (_initialize_infcmd): Add "start" command.
5011
5012 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5013
5014 Add OpenBSD/m88k support.
5015 * NEWS (New native configurations): Mention OpenBSD/m88k.
5016 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5017 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5018 * Makefile.in (m88k_tdep_h): New variable.
5019 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5020 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5021 * configure.host: Add m88*-*-openbsd*.
5022 * configure.tgt: Add m88*-*-openbsd*.
5023
5024 2004-05-24 Jim Blandy <jimb@redhat.com>
5025
5026 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5027 to approve changes.
5028
5029 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5030
5031 * symtab.c (fixup_section): Search section table when lookup by
5032 name fails.
5033
5034 2004-05-24 Randolph Chung <tausq@debian.org>
5035
5036 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5037 be "small_struct".
5038
5039 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5040
5041 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5042 register number in regcache_raw_collect call.
5043 (m68kbsd_collect_fpregset): Likewise.
5044 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5045
5046 * regset.h (struct regset): Add back `regset' member.
5047
5048 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5049
5050 * configure.in: Check for td_pcb in `struct thread'.
5051 * configure, config.in: Regenerated.
5052
5053 * dpx2-nat.c: Remove file.
5054 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5055 (dpx2-nat.o): Remove dependencies.
5056
5057 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5058 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5059 (amd64obsd_supply_pcb): New function.
5060 (_initialize_amd64obsd_nat): Enable libkvm interface.
5061 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5062 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5063 (LOADLIBES): New variable.
5064
5065 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5066 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5067 (sparc32nbsd_supply_pcb): New function.
5068 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5069 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5070 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5071 (LOADLIBES): New variable.
5072
5073 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5074
5075 * bsd-kvm.c, bsd-kvm.h: New files.
5076 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5077 "bsd-kvm.h".
5078 (i386fbsd_supply_pcb): New function.
5079 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5080 (i386fbsd-nat.o): Update dependencies.
5081 (bsd_kvm_h): New variable.
5082 (bsd-kvm.o): New dependency.
5083 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5084 (LOADLIBES): New variable.
5085
5086 * regset.c: Tweak comment.
5087 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5088 macro.
5089 * regset.h: Update copyright year.
5090 (struct regset): Remove `descr' member, add `gdbarch' member.
5091 (regset_alloc): Adjust prototype and comment.
5092 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5093 (i386_supply_fpregset): Likewise.
5094 (i386_regset_from_core_section): Update call to regset_alloc.
5095 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5096 REGSET->arch.
5097 (i386obsd_aout_regset_from_core_section): Update call to
5098 regset_alloc.
5099 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5100 REGSET->arch.
5101 (i386nbsd_aout_regset_from_core_section): Update call to
5102 regset_alloc.
5103 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5104 REGSET->arch.
5105 (amd64_regset_from_core_section): Update call to regset_alloc.
5106 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5107 REGSET->arch.
5108 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5109 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5110 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5111 (sparc32nbsd_init_abi): Update call to regset_alloc.
5112 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5113 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5114 (sparc64obsd_init_abi): Update call to regset_alloc.
5115 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5116 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5117 (sparc64nbsd_init_abi): Update call to regset_alloc.
5118 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5119 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5120 (sparc64fbsd_init_abi): Update call to regset_alloc.
5121
5122 2004-05-22 Jim Blandy <jimb@redhat.com>
5123
5124 * ppc-tdep.h (spe_register_p): New declaration.
5125 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5126 ppc_spefscr_regnum.
5127 * rs6000-tdep.c (spe_register_p): New function.
5128 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5129 spefscr.
5130 (rs6000_gdbarch_init): Initialize the new members of the tdep
5131 structure.
5132
5133 2004-05-21 Jim Blandy <jimb@redhat.com>
5134
5135 * ppc-linux-nat.c (fetch_register): Move code back to be next
5136 to the comment that describes it. (Moved code, instead of
5137 comment, for symmetry with store_register.)
5138
5139 Allocate regset structures in the gdbarch's obstack, not using
5140 xmalloc.
5141 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5142 Add 'arch' argument. Allocate the regset on arch's obstack, not
5143 using xmalloc.
5144 * regset.h (regset_alloc): Update declaration.
5145 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5146 gdbarch argument.
5147 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5148 * i386-tdep.c (i386_regset_from_core_section): Same.
5149 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5150 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5151 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5152 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5153 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5154 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5155
5156 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5157
5158 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5159
5160 2004-05-21 Jim Blandy <jimb@redhat.com>
5161
5162 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5163 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5164
5165 2004-05-20 Jim Blandy <jimb@redhat.com>
5166
5167 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5168
5169 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5170
5171 * regset.h: Make prototype const-correct.
5172 * regset.c (regset_xmalloc): Make const-correct.
5173
5174 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5175
5176 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5177 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5178 (symbol_search_name): Declare.
5179
5180 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5181 (iter_name_next_hashed): Ditto.
5182 (iter_name_next_linear): Ditto.
5183 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5184
5185 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5186 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5187 (symbol_search_name): New function.
5188
5189 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5190
5191 * minsyms.c (build_minimal_symbol_hash_tables): Change
5192 test for adding to demangled hash table to check for difference
5193 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5194
5195 2004-05-19 Jim Blandy <jimb@redhat.com>
5196
5197 Use a constructor function to create regset structures.
5198 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5199 (struct regset): Use supply_regset_ftype. Add new
5200 'collect_regset' member.
5201 (regset_xmalloc): New declaration.
5202 * regset.c: New file.
5203 * am64-tdep.c (amd64_regset_from_core_section): Use
5204 regset_xmalloc to construct regset structures.
5205 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5206 * i386-tdep.c (i386_regset_from_core_section): Same.
5207 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5208 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5209 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5210 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5211 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5212 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5213 * Makefile.in (COMMON_OBS): Add regset.o.
5214 (regset.o): New rule.
5215
5216 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5217
5218 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5219 and pthread_cond_wait.c.
5220
5221 2004-05-18 Jim Blandy <jimb@redhat.com>
5222
5223 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5224 before the mach-specific switch, and then let the individual cases
5225 override the defaults, rather than leaving them uninitialized
5226 until the switch and then setting them in each case.
5227
5228 2004-05-18 Randolph Chung <tausq@debian.org>
5229
5230 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5231 millicode functions.
5232
5233 2004-05-18 Randolph Chung <tausq@debian.org>
5234
5235 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5236 references to dld_flags_buffer consistent.
5237
5238 2004-05-18 Randolph Chung <tausq@debian.org>
5239
5240 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5241 it for unwinding the stack.
5242
5243 2004-05-18 Randolph Chung <tausq@debian.org>
5244
5245 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5246 Undefine these so we can overide them using gdbarch.
5247
5248 2004-05-18 Randolph Chung <tausq@debian.org>
5249
5250 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5251 handling for 64-bit HPUX (elf).
5252
5253 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5254
5255 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5256 constants.
5257 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5258 * ia64-tdep.c (examine_prologue): Likewise.
5259 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5260 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5261
5262 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5263
5264 * vax-tdep.c (vax_return_value): Implement
5265 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5266
5267 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5268
5269 * vax-tdep.c (vax_return_value): Fix typo.
5270
5271 2004-05-17 Andrew Cagney <cagney@redhat.com>
5272
5273 * MAINTAINERS: Mark Salter was also responsible for
5274 testsuite/config/
5275
5276 * NEWS: Mention signal fixes.
5277
5278 2004-05-17 Randolph Chung <tausq@debian.org>
5279
5280 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5281 check to see if we are unwinding an export stub. Export stubs clobber
5282 the %rp in the call path and stores the original rp in a stack slot.
5283
5284 2004-05-17 Jim Blandy <jimb@redhat.com>
5285
5286 * MAINTAINERS: Update address for J.T. Conklin.
5287
5288 2004-05-17 Randolph Chung <tausq@debian.org>
5289
5290 * hppa-tdep.c: Remove superfluous #include's.
5291 * Makefile.in (hppa-tdep.o): Update dependencies.
5292
5293 2004-05-17 Randolph Chung <tausq@debian.org>
5294
5295 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5296 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5297 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5298 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5299 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5300 Remove static function declarations.
5301
5302 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5303
5304 * alphabsd-nat.c: Update copyright year.
5305 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5306
5307 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5308 and M68K_A2_REGNUM.
5309
5310 * m68k-tdep.c (m68k_svr4_return_value): Implement
5311 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5312
5313 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5314
5315 * sol-thread.c Update copyright year. Fix various coding
5316 standards violations. Tweak a few comments.
5317 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5318 Delete prototypes.
5319
5320 2004-05-15 Randolph Chung <tausq@debian.org>
5321
5322 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5323 as pointer instead of array reference since HPUX compiler does
5324 not accept unsized array arguments.
5325 * somsolib.c (dld_flags_buffer): Use constant array size.
5326
5327 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5328
5329 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5330 offset with decimal offset.
5331 (amd64obsd_sigcontext_addr): Return correct address for entire
5332 signal trampoline.
5333
5334 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5335 instead of get_frame_base.
5336
5337 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5338 (fill_gregset): Use regcache_raw_collect.
5339
5340 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5341 ppcobsd-tdep.c.
5342
5343 * config/sparc/tm-nbsd64.h: Remove file.
5344 * config/tm-sunos.h: Remove file.
5345
5346 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5347
5348 * rs6000-tdep.c (store_param_on_stack_p): New function,
5349 an improved version of some code extracted from skip_prologue().
5350 (skip_prologue): Use store_param_on_stack_p() to detect
5351 instructions saving a parameter on the stack. Detect when r0
5352 is used to save a parameter.
5353 Do not mark "li rx, SIMM" instructions as part of the prologue,
5354 unless the following instruction is also part of the prologue.
5355
5356 2004-05-14 Andrew Cagney <cagney@redhat.com>
5357
5358 * infrun.c (handle_inferior_event): Simplify
5359 STEP_OVER_UNDEBUGGABLE.
5360
5361 * infrun.c (handle_step_into_function): Delete function.
5362 (handle_inferior_event): Inline calls to
5363 handle_step_into_function.
5364
5365 2004-05-14 Jerome Guitton <guitton@gnat.com>
5366
5367 * rs6000-nat.c: Fix a comment.
5368
5369 2004-05-12 David Anderson <davea@sgi.com>
5370
5371 Committed by Jim Blandy <jimb@redhat.com>:
5372 * regcache.c (struct regcache_descr): fix comment spelling.
5373
5374 2004-05-13 J. Brobecker <brobecker@gnat.com>
5375
5376 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5377 Fixes a link link failure.
5378
5379 2004-05-13 J. Brobecker <brobecker@gnat.com>
5380
5381 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5382 error that was causing the build to fail.
5383
5384 2004-05-13 J. Brobecker <brobecker@gnat.com>
5385
5386 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5387 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5388
5389 2004-05-13 Andrew Cagney <cagney@redhat.com>
5390
5391 * infrun.c (handle_inferior_event): Check for
5392 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5393 calls. Update comments.
5394
5395 2004-05-13 Jim Blandy <jimb@redhat.com>
5396
5397 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5398 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5399 (store_regs_user_thread, store_regs_kernel_thread): Use
5400 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5401 * ppc-linux-nat.c (fill_gregset): Same.
5402 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5403 (ppc_linux_sigtramp_cache): Same.
5404 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5405 (ppcnbsd_sigtramp_cache_init): Same.
5406 * rs6000-nat.c (fetch_core_registers): Same.
5407 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5408 (rs6000_frame_cache): Same.
5409
5410 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5411 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5412 of assuming that the gprs are numbered starting with zero.
5413 * ppc-linux-nat.c (fill_gregset): Same.
5414 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5415 * ppcnbsd-nat.c (getregs_supplies): Same.
5416 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5417 * rs6000-nat.c (fetch_core_registers): Same.
5418 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5419
5420 2004-05-07 Michael Snyder <msnyder@redhat.com>
5421
5422 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5423 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5424
5425 2004-05-13 Andrew Cagney <cagney@redhat.com>
5426
5427 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5428
5429 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5430
5431 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5432 base_address for shared libraries.
5433
5434 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5435
5436 * MAINTAINERS (write after approval): Add myself.
5437
5438 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5439
5440 * breakpoint.c (bpstat_stop_status): Add new argument
5441 STOPPED_BY_WATCHPOINT. Use it instead of testing
5442 target_stopped_data_address agaist 0 to check whether
5443 or not we stopped due to a hardware watchpoint.
5444 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5445 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5446 with new argument.
5447
5448 2004-05-12 Jim Blandy <jimb@redhat.com>
5449
5450 * configure.in: When checking whether we should use the -bbigtoc
5451 option, don't forget to restore the original value of LDFLAGS.
5452 * configure: Regenerated.
5453
5454 2004-05-12 Andrew Cagney <cagney@redhat.com>
5455
5456 * thread.c (load_infrun_state): Delete step_sp.
5457 * infrun.c (context_switch): Ditto.
5458 * inferior.h (step_sp): Ditto.
5459 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5460 * gdbthread.h (struct thread_info, save_infrun_state)
5461 (restore_infrun_state): Ditto.
5462
5463 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5464
5465 * MAINTAINERS (write after approval): Add myself.
5466
5467 2004-05-12 Andrew Cagney <cagney@redhat.com>
5468
5469 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5470 eliminate reference to step_sp.
5471 (struct execution_control_state, init_execution_control_state)
5472 (handle_inferior_event, keep_going): Delete update_step_sp and
5473 step_sp.
5474 * infcmd.c (step_sp): Note that variable is unused.
5475
5476 2004-05-11 Andrew Cagney <cagney@redhat.com>
5477
5478 * infrun.c (step_over_function): Delete function.
5479 (handle_step_into_function): Use insert_step_resume_breakpoint.
5480 (insert_step_resume_breakpoint): Fix assertion.
5481
5482 2004-05-11 Nick Roberts <nickrob@gnu.org>
5483
5484 * utils.c (defaulted_query): Just use the normal query input type
5485 when printing the annotations.
5486
5487 2004-05-11 Andrew Cagney <cagney@redhat.com>
5488
5489 * infrun.c (handle_inferior_event): Simplify code handling
5490 step-into or return-from a signal trampoline.
5491
5492 2004-05-11 Andrew Cagney <cagney@redhat.com>
5493
5494 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5495 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5496
5497 2004-05-10 Jim Blandy <jimb@redhat.com>
5498
5499 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5500 with a call to internal_error.
5501
5502 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5503 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5504 processor variant lacks those registers.
5505 (ppc_floating_point_unit_p): Change description to make it clear
5506 that this returns info about the ISA, not the ABI.
5507 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5508 return true or false by checking tdep->ppc_fp0_regnum and
5509 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5510 arch/mach switching done in rs6000_gdbarch_init; it's better to
5511 keep that logic there, and just check the results here.
5512 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5513 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5514 floating-point registers.
5515 (ppc_supply_fpregset, ppc_collect_fpregset)
5516 (rs6000_push_dummy_call, rs6000_extract_return_value)
5517 (rs6000_store_return_value): Assert that we have floating-point
5518 registers.
5519 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5520 (rs6000_frame_cache): Don't note the locations at which
5521 floating-point registers were saved if we have no fprs.
5522 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5523 registers.
5524 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5525 (store_regs_user_thread, store_regs_kernel_thread): Only call
5526 supply_fprs / fill_fprs if we actually have floating-point
5527 registers.
5528 (special_register_p): Check ppc_fpscr_regnum before matching
5529 against it.
5530 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5531 supply / collect fpscr if we don't have it.
5532 * ppc-bdm.c: #include "gdb_assert.h".
5533 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5534 have floating-point registers, since I can't test this code on
5535 FP-free systems to adapt it.
5536 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5537 fpscr and floating point register numbers if they don't exist.
5538 (fetch_register): Assert that we have floating-point registers
5539 before we reach the code that handles them.
5540 (store_register): Same. And use tdep instead of calling
5541 gdbarch_tdep again.
5542 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5543 don't have them.
5544 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5545 fprs and fpscr if we don't have them.
5546 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5547 don't have them.
5548 * ppcnbsd-nat.c: #include "gdb_assert.h".
5549 (getfpregs_supplies): Assert that we have floating-point registers.
5550 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5551 * ppcobsd-tdep.c: #include "gdb_assert.h".
5552 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5553 have floating-point registers.
5554 * rs6000-nat.c (regmap): Don't match against the fpscr and
5555 floating point register numbers if they don't exist.
5556 (fetch_inferior_registers, store_inferior_registers,
5557 fetch_core_registers): Only fetch / store / supply the
5558 floating-point registers and the fpscr if we have them.
5559 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5560 (ppcobsd-tdep.o): Update dependencies.
5561
5562 2004-05-10 Andrew Cagney <cagney@redhat.com>
5563
5564 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5565 (context_switch): Do not switch through_sigtramp_breakpoint.
5566 * gdbthread.h (save_infrun_state, load_infrun_state)
5567 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5568 and structure member.
5569 * thread.c (load_infrun_state, save_infrun_state): Update.
5570
5571 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5572
5573 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5574
5575 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5576
5577 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5578 throughout.
5579 * aclocal.m4: Regenerate.
5580
5581 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5582
5583 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5584
5585 2004-05-10 Andrew Cagney <cagney@redhat.com>
5586
5587 * infrun.c (check_sigtramp2): Delete function.
5588 (handle_inferior_event): When single stepping, and taking a
5589 signal, set a breakpoint at the signal return address. Delete
5590 redundant calls to check_sigtramp2.
5591 (insert_step_resume_breakpoint): New function.
5592 (through_sigtramp_breakpoint, handle_inferior_event)
5593 (follow_exec, wait_for_inferior, fetch_inferior_event)
5594 (currently_stepping, keep_going): Delete most uses of
5595 through_sigtramp_breakpoint, not that it should be deleted.
5596 (delete_breakpoint_current_contents): Delete function.
5597
5598 2004-05-10 Randolph Chung <tausq@debian.org>
5599
5600 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5601 target.
5602 * config/pa/tm-linux.h: New file.
5603
5604 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5605
5606 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5607 of prefixes. Don't print the prefix twice in the CLI.
5608
5609 2004-05-10 Jim Blandy <jimb@redhat.com>
5610
5611 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5612 collect all the gprs.
5613
5614 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5615 loop collecting gprs.
5616
5617 2004-05-09 Andrew Cagney <cagney@redhat.com>
5618
5619 * remote-vx.c (net_step): Delete step-range code.
5620 * remote.c (remote_resume, init_all_packet_configs)
5621 (set_remote_protocol_E_packet_cmd)
5622 (show_remote_protocol_E_packet_cmd)
5623 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5624 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5625 (show_remote_protocol_e_packet_cmd): Ditto.
5626
5627 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5628
5629 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5630
5631 * hppa-tdep.h: Update copyright year.
5632 (struct trad_frame_saved_reg): Add opaque declaration.
5633
5634 * amd64-tdep.c (amd64_return_value): Implement
5635 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5636
5637 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5638 (m68k_value_to_register): New functions.
5639 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5640 value_to_register.
5641
5642 * defs.h (enum return_value_convention): Add
5643 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5644 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5645 * infcmd.c (legacy_return_value): New function.
5646 (print_return_value): Rwerite to implement
5647 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5648 * values.c (using_struct_return): Check for inequality to
5649 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5650 RETURN_VALUE_STRUCT_CONVENTION.
5651 * i386-tdep.c (i386_return_value): Implement
5652 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5653
5654 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5655 include "symtab.h", "opcode/vax.h" and "inferior.h".
5656 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5657 to read_memory_unsigned_integer.
5658 (vax_gdbarch_init): Reorder.
5659 (_initialize_vax_tdep): Spell out prototype.
5660 * Makefile.in (vax-tdep.o): Update dependencies.
5661
5662 2004-05-08 Andrew Cagney <cagney@redhat.com>
5663
5664 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5665 * target.c (target_detach, target_disconnect): Ditto.
5666
5667 * infcall.c (call_function_by_hand): When no
5668 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5669 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5670 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5671 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5672 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5673
5674 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5675 * gdbarch.h, gdbarch.c: Re-generate.
5676 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5677 deprecated_fix_call_dummy.
5678 * v850-tdep.c (v850_gdbarch_init): Ditto.
5679 * infcall.c (call_function_by_hand): Do not call
5680 DEPRECATED_FIX_CALL_DUMMY.
5681
5682 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5683 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5684 * gdbarch.h, gdbarch.c: Re-generate.
5685 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5686 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5687 deprecated_sizeof_call_dummy_words.
5688 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5689 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5690 * v850-tdep.c (v850_gdbarch_init): Ditto.
5691 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5692 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5693 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5694 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5695 * arch-utils.h (legacy_call_dummy_words)
5696 (legacy_sizeof_call_dummy_words): Delete declarations.
5697 * arch-utils.c (legacy_call_dummy_words)
5698 (legacy_sizeof_call_dummy_words): Delete variables.
5699
5700 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5701 * gdbarch.h, gdbarch.c: Re-generate.
5702 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5703 * infcall.c (call_function_by_hand): Eliminate call to
5704 DEPRECATED_PUSH_DUMMY_FRAME.
5705 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5706 push_dummy_frame.
5707 (ns32k_push_dummy_frame): Delete function.
5708
5709 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5710 deprecated_call_dummy_breakpoint_offset or
5711 deprecated_call_dummy_start_offset.
5712 * dummy-frame.c, arm-tdep.c: Update comments.
5713 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5714 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5715 * gdbarch.h, gdbarch.c: Re-generate.
5716
5717 * infcall.c (legacy_push_dummy_code): Delete function.
5718 (push_dummy_code): Delete call.
5719
5720 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5721 * gdbarch.h, gdbarch.c: Re-generate.
5722 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5723 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5724 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5725 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5726
5727 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5728 (struct frame_info): Delete opaque declaration.
5729 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5730 * frame.c (get_frame_type): Delete call.
5731
5732 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5733 pc_in_call_dummy.
5734 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5735 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5736
5737 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5738
5739 * alphanbsd-tdep.c: Include "gdb_string.h".
5740 * armnbsd-tdep.c: Update copyright year.
5741 Include "gdb_string.h".
5742 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5743 dependencies.
5744
5745 * delta68-nat.c: Remove file.
5746 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5747 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5748 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5749 (delta68-nat.o): Remove dependency.
5750
5751 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5752 function.
5753 (m68k_gdbarch_init): Don't set
5754 deprecated_frameless_function_invocation.
5755
5756 2004-05-07 Randolph Chung <tausq@debian.org>
5757
5758 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5759 read_memory_nobpt for code reading when doing frame unwinding.
5760 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5761
5762 2004-05-07 Randolph Chung <tausq@debian.org>
5763
5764 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5765 instead of sp, handle sigaltstack case.
5766 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5767 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5768 signal handler and not that of the caller.
5769 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5770 hppa_linux_sigtramp_find_sigcontext.
5771
5772 2004-05-07 Randolph Chung <tausq@debian.org>
5773
5774 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5775 hppa-linux-nat.c.
5776 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5777 * hppa-linux-nat.c (fetch_register, store_register): Define.
5778 (fetch_inferior_registers, store_inferior_registers): Define.
5779 (supply_gregset): Add comment and clean up some unneeded code.
5780 (fill_gregset): Add comment and fix so that it saves registers in
5781 the right place in the gregset.
5782 (fill_fpregset): Fix buffer overrun problem.
5783 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5784
5785 2004-05-07 Randolph Chung <tausq@debian.org>
5786
5787 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5788 do common handling of the pcoqt register.
5789 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5790 to use helper function.
5791 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5792 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5793 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5794 generic fallback unwinder when all else fails.
5795 (hppa_gdbarch_init): Add fallback sniffer.
5796 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5797 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5798 to use helper function.
5799
5800 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5801
5802 * config/djgpp/fnchange.lst: Add translation rules for
5803 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5804
5805 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5806
5807 * frame.c (get_prev_frame_1): Work around GCC bug.
5808 * frame.h: Add comment about GCC bug.
5809
5810 2004-05-07 Andrew Cagney <cagney@redhat.com>
5811
5812 * observer.c: Include "commands.h" and "gdbcmd.h".
5813 (observer_debug, _initialize_observer): Add the
5814 command "set/show debug observer".
5815 * observer.sh: When observer debugging, log notify calls.
5816 * Makefile.in (observer.o): Update dependencies.
5817
5818 2004-05-07 Jason Molenda (jmolenda@apple.com)
5819
5820 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5821
5822 2004-05-07 Jim Blandy <jimb@redhat.com>
5823
5824 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5825 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5826 to recognize gpr regnums, instead of assuming that
5827 tdep->ppc_fp0_regnum marks the end of the general-purpose
5828 registers.
5829
5830 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5831 the given architecture has floating-point registers.
5832
5833 2004-05-07 Andrew Cagney <cagney@redhat.com>
5834
5835 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5836 macro defined to 1.
5837 * gdbarch.h, gdbarch.c: Re-generate.
5838 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5839 deprecated_use_generic_dummy_frames.
5840
5841 2004-05-07 Brian Ford <ford@vss.fsi.com>
5842
5843 * NEWS: Mention Cygwin DWARF 2 support.
5844
5845 2004-05-07 Andrew Cagney <cagney@redhat.com>
5846
5847 * objfiles.h (struct entry_info): Delete unused fields
5848 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5849 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5850 * mipsread.c (mipscoff_symfile_read): Update.
5851 * mdebugread.c (parse_partial_symbols): Update.
5852 * dwarfread.c (read_file_scope): Update.
5853 * dwarf2read.c (read_file_scope): Update.
5854 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5855 * coffread.c (complete_symtab): Update.
5856
5857 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5858
5859 * infcall.c (_initialize_infcall): Fix typo.
5860
5861 2004-05-07 Andrew Cagney <cagney@redhat.com>
5862
5863 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5864 * command.h (add_setshow_zinteger_cmd): Declare.
5865
5866 2004-05-06 Randolph Chung <tausq@debian.org>
5867
5868 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5869 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5870 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5871 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5872 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5873 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5874 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5875 definitions ...
5876 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5877 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5878 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5879 (hppa64_hpux_frame_find_saved_regs_in_sig)
5880 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5881 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5882 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5883 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5884 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5885 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5886 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5887 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5888 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5889 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5890 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5891 (hppa32_register_type, hppa_cannot_store_register)
5892 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5893 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5894 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5895 * pa64solib.c (pa64_solib_have_load_event)
5896 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5897 (pa64_solib_unloaded_library_pathname): Likewise.
5898 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5899 (som_solib_library_pathname): Likewise.
5900
5901 2004-05-05 Jim Ingham <jingham@apple.com>
5902
5903 * breakpoint.c (create_breakpoints): Copy the ignore count and
5904 thread id over from the pended breakpoint to the actual
5905 breakpoint.
5906
5907 2004-05-05 Andrew Cagney <cagney@redhat.com>
5908
5909 * gdbarch.sh (PARM_BOUNDARY): Delete.
5910 gdbarch.h, gdbarch.c: Re-generate.
5911 * valops.c (PARM_BOUNDARY): Delete macro.
5912 (value_push): Delete PARM_BOUNDARY code.
5913 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5914
5915 2004-05-04 Jim Blandy <jimb@redhat.com>
5916
5917 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5918 Don't assume that the gprs, fprs, and UISA sprs are
5919 contiguous, start at register number zero, and end with fpscr.
5920 Instead, use the numbers from the tdep structure.
5921
5922 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5923 should no longer be used in code specific to the RS6000 and its
5924 derivatives.
5925 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5926 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5927 tdep->ppc_fp0_regnum.
5928 (ppc_supply_fpregset, ppc_collect_fpregset)
5929 (rs6000_push_dummy_call, rs6000_extract_return_value)
5930 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5931 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5932 FP0_REGNUM.
5933 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5934 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5935 Same.
5936 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5937 bdm_ppc_store_registers): Same.
5938 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5939 (store_register, fill_fpregset): Same.
5940 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5941 (ppc_linux_supply_fpregset): Same.
5942 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5943 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5944 Same.
5945 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5946 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5947 ppc64_sysv_abi_return_value): Same.
5948 * rs6000-nat.c (regmap, fetch_inferior_registers)
5949 (store_inferior_registers, fetch_core_registers): Same.
5950
5951 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5952
5953 * m68knbsd-nat.c: Remove file.
5954 * m68knbsd-tdep.c: Remove file.
5955 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5956 dependencies.
5957 * configure.host: Add m68k-*-netbsdelf*.
5958 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5959 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5960 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5961 (XM_FILE): Remove.
5962 * config/m68k/nbsdelf.mh: New file.
5963 * config/m68k/nbsd.mt: New file.
5964 * config/m68k/nbsdaout.mt: Remove file.
5965 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5966 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5967 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5968 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5969 (use_struct_convention): Remove prototype.
5970 (USE_STRUCT_CONVENTION): Remove define.
5971 * config/m68k/xm-nbsd.h: Remove file.
5972
5973 2004-05-04 Michael Snyder <msnyder@redhat.com>
5974
5975 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5976 reg_struct_return method (as gcc usually does for cross targets).
5977
5978 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5979
5980 Committed by Andrew Cagney.
5981 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5982 alignment padding when accessing ucontext struct members.
5983
5984 2004-05-04 Jim Blandy <jimb@redhat.com>
5985
5986 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5987 'ppc_gplast_regnum' member.
5988 (ppc_num_gprs): New enum constant.
5989 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5990 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5991 * rs6000-nat.c (regmap, fetch_inferior_registers,
5992 store_inferior_registers): Same.
5993 * rs6000-tdep.c (e500_pseudo_register_read)
5994 (e500_pseudo_register_write): Same.
5995 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5996
5997 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5998 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5999 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6000 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6001 FPLAST_REGNUM.
6002 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6003 Same.
6004 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6005 * rs6000-nat.c (regmap, fetch_inferior_registers)
6006 (store_inferior_registers): Same.
6007
6008 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6009 with FPLAST_REGNUM.
6010
6011 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6012
6013 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6014 failure detected by recent versions of GCC.
6015 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6016 to be consistent with the usage in dwarf2_create_include_psymtab.
6017
6018 2004-05-03 Michael Snyder <msnyder@redhat.com>
6019
6020 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6021 (heuristic_proc_start): Whitespace cleanup.
6022
6023 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6024
6025 * sun3-nat.c: Remove file.
6026 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6027 dependencies.
6028 (ALLDEPFILES): Remove sun3-nat.c.
6029 (sun3-nat.o): Remove dependencies.
6030
6031 * i386-interix-nat.c, i386-interix-tdep.c,
6032 config/i386/nm-interix.h, config/i386/interix.mh,
6033 config/i386/interix.mt: Remove files.
6034 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6035 dependencies.
6036
6037 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6038
6039 * m68k-tdep.h (struct gdbarch_tdep): Add member
6040 struct_value_regnum.
6041 (m68k_svr4_init_abi): New prototype.
6042 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6043 different calling conventions.
6044 (m68k_extract_return_value): Remove code dealing with single-field
6045 structs.
6046 (m68k_store_return_value): Remove code dealing with single-field
6047 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6048 (m68k_extract_struct_value_address): Remove function.
6049 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6050 (m68k_reg_struct_return_p, m68k_return_value)
6051 (m68k_svr4_return_value): New functions.
6052 (m68k_use_struct_convention): Remove function.
6053 (m68k_push_dummy_call): Use new struct_value_regnum member of
6054 `struct gdbarch_tdep' instead of hardcoded register number to
6055 store STRUCT_ADDR.
6056 (m68k_svr4_init_abi): New function.
6057 (m68k_gdbarch_init): Don't set extract_return_value,
6058 store_return_values, deprecated_extract_struct_value_address and
6059 use_struct_convention. Set return_value instead. Initialize new
6060 struct_value_regnum member of `struct gdbarch_tdep'.
6061 * m68klinux-tdep.c: Update copyright year.
6062 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6063 (m68k_linux_extract_struct_value_address): Remove function.
6064 (m68k_linux_init_abi): Don't set extract_return_value,
6065 store_return_values, deprecated_extract_struct_value_address and
6066 use_struct_convention. Call m68k_svr4_init_abi but override the
6067 new struct_value_regnum member of `struct gdbarch_tdep'.
6068 * Makefile.in (m68k-tdep.o): Update dependencies.
6069
6070 2004-05-03 J. Brobecker <brobecker@gnat.com>
6071
6072 * dwarf2read.c (line_header): Add new included_p field in
6073 field file_names.
6074 (partial_die_info): New field has_stmt_list. New field line_offset.
6075 (dwarf2_create_include_psymtab): New function.
6076 (dwarf2_build_include_psymtabs): New function.
6077 (add_file_name): Add forward declaration. Initialize new field.
6078 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6079 to be able to determine the list of files included by the
6080 given unit, and build their associated psymtabs.
6081 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6082 files as well.
6083 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6084 (read_file_scope): Update call to dwarf_decode_lines.
6085 (read_partial_die): Handle DW_AT_stmt_list attributes.
6086
6087 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6088
6089 Unfix PR gdb/1626.
6090 * configure.in: Revert special case for osf5.*.
6091 * configure: Regenerate.
6092
6093 2004-05-02 Jim Blandy <jimb@redhat.com>
6094
6095 Move the symbol-file-from-memory functions into their own file.
6096 * symfile-mem.c, symfile-mem.h: New files.
6097 * symfile.c (symbol_file_add_from_bfd): New function.
6098 (symbol_file_add): Call symbol_file_add_from_bfd.
6099 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6100 Moved to symfile-mem.c.
6101 (_initialize_symfile): Move definition of
6102 add-symbol-file-from-memory command to symfile-mem.c.
6103 * symfile.h (symbol_file_add_from_bfd): New declaration.
6104 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6105 * config/powerpc/linux.mt (TDEPFILES): Same.
6106 * Makefile.in (SFILES): Add symfile-mem.c.
6107 (symfile_mem_h): New variable.
6108 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6109 (symfile-mem.o): New rule.
6110
6111 2004-05-01 Andrew Cagney <cagney@redhat.com>
6112
6113 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6114 frame_find_by_id instead of frame_relative_level.
6115 (do_enable_breakpoint): Ditto.
6116 * thread.c: Update copyright.
6117 (info_threads_command): Ditto, simplify.
6118
6119 * frame.c (deprecated_generic_get_saved_register): Delete
6120 function, moved to "xstormy16-tdep.c".
6121 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6122 deprecated_generic_get_saved_register from "frame.c".
6123 (xstormy16_frame_saved_register): Call
6124 xstormy16_get_saved_register.
6125 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6126 static.
6127 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6128 * frame.h (deprecated_generic_get_saved_register): Delete.
6129
6130 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6131
6132 * dwarfread.c: Update documentation on the state of dwarf-1.
6133
6134 2004-05-01 Andrew Cagney <cagney@redhat.com>
6135
6136 * stack.c (select_frame_command): Delete call to
6137 frame_relative_level.
6138 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6139 Delete #if0 code.
6140 (frame_info): Do not print FRAMELESS.
6141 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6142 (catch_info): Delete #if0 code.
6143
6144 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6145 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6146 of frame_relative_level.
6147 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6148 to SENTINEL_FRAME.
6149 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6150 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6151 frame_relative_level.
6152
6153 * frame.h (deprecated_set_frame_type): Delete declaration.
6154 * frame.c (deprecated_set_frame_type): Delete function, update
6155 comments.
6156
6157 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6158 * gdbarch.h, gdbarch.c: Re-generate.
6159 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6160 (shnbsd_pc_in_sigtramp): Delete.
6161 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6162 pc_in_sigtramp.
6163 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6164 pc_in_sigtramp.
6165 * frame.h: Update comments.
6166 * ppc-linux-tdep.c: Update comments.
6167 * breakpoint.c (bpstat_what): Update comments.
6168
6169 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6170 m68klinux-tdep.o's dependencies, were previously added to
6171 m68klinux-nat.o.
6172
6173 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6174 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6175 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6176 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6177 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6178
6179 * Makefile.in (m68klinux-nat.o): Update dependencies.
6180 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6181 (m68k_linux_sigtramp_frame_cache)
6182 (m68k_linux_sigtramp_frame_this_id)
6183 (m68k_linux_sigtramp_frame_prev_register)
6184 (m68k_linux_sigtramp_frame_unwind)
6185 (m68k_linux_sigtramp_frame_sniffer)
6186 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6187 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6188 names, use trad-frame.h.
6189 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6190 (struct m68k_sigtramp_info): Delete.
6191 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6192 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6193 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6194 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6195 "m68klinux-tdep.c".
6196
6197 * infrun.c (check_sigtramp2): Delete check for
6198 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6199
6200 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6201
6202 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6203
6204 2004-05-01 Andrew Cagney <cagney@redhat.com>
6205
6206 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6207 (frv_linux_sigtramp_frame_cache)
6208 (frv_linux_sigtramp_frame_this_id)
6209 (frv_linux_sigtramp_frame_prev_register)
6210 (frv_linux_sigtramp_frame_unwind)
6211 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6212 include "linux" in function and variable names, directly call
6213 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6214 the latest trad-frame code.
6215 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6216 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6217 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6218 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6219 * frv-tdep.c (frv_sigtramp_frame_cache)
6220 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6221 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6222 frv-linux-tdep.c.
6223 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6224 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6225 (frv_set_sigcontext_reg_addr): Delete function.
6226
6227 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6228 (DEPRECATED_SIGTRAMP_END): Delete.
6229 * gdbarch.h, gdbarch.c: Re-generate.
6230 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6231 * config/vax/tm-vaxbsd.h: Update copyright.
6232 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6233 (DEPRECATED_IN_SIGTRAMP): Define.
6234 * config/m68k/tm-nbsd.h: Update copyright.
6235 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6236 (DEPRECATED_IN_SIGTRAMP): Define.
6237
6238 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6239
6240 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6241 encondings. Fixes PR gdb/1628.
6242
6243 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6244 DW_CFA_restore state without a matching DW_CFA_remember_state
6245 instead of aborting. Fixes PR backtrace/1589.
6246
6247 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6248
6249 * MAINTAINERS: Add self as AIX maintainer.
6250 Update my e-mail address in write-after-approval section.
6251
6252 2004-04-30 Andrew Cagney <cagney@redhat.com>
6253
6254 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6255 (legacy_get_prev_frame): Ditto.
6256
6257 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6258 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6259 * mipsread.c (sigtramp_address): Delete extern variable.
6260 (mipscoff_new_init): Delete reference.
6261 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6262 (fixup_sigtramp): Delete function.
6263 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6264 (fixup_sigtramp): Delete declarations.
6265
6266 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6267 deprecated_pc_in_sigtramp.
6268 (ppcnbsd_pc_in_sigtramp): Delete function.
6269
6270 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6271
6272 * config/m68k/nm-nbsd.h: Tweak comments.
6273 * config/m68k/nm-nbsdaout.h: Likewise.
6274
6275 2004-04-30 Andrew Cagney <cagney@redhat.com>
6276
6277 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6278 legacy_pc_in_sigtramp.
6279 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6280
6281 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6282
6283 Add OpenBSD/m68k support.
6284 * NEWS (New native configurations): Mention OpenBSD/m68k.
6285 * m68kbsd-tdep.c: New file.
6286 * m68kbsd-nat.c: New file.
6287 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6288 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6289 * configure.host: Add m68k-*-openbsd.
6290 * configure.tgt: Add m68k-*-openbsd.
6291 * config/m68k/tm-obsd.h: New file.
6292 * config/m68k/obsd.mt: New file.
6293 * config/m68k/obsd.mh: New file.
6294 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6295 m68kbsd-tdep.c.
6296
6297 2004-04-30 Andrew Cagney <cagney@redhat.com>
6298
6299 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6300 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6301
6302 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6303
6304 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6305 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6306
6307 2004-04-30 Brian Ford <ford@vss.fsi.com>
6308
6309 Revert 2004-04-16 change.
6310 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6311 (i386_coff_init_abi): Remove.
6312 * i386-tdep.h (i386_coff_init_abi): Remove.
6313 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6314
6315 2004-04-30 Andrew Cagney <cagney@redhat.com>
6316
6317 * blockframe.c (find_pc_partial_function): Delete use of
6318 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6319 DEPRECATED_SIGTRAMP_END.
6320
6321 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6322 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6323 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6324 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6325 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6326
6327 * defs.h (deprecated_inside_entry_file): Delete declaration.
6328 * blockframe.c (deprecated_inside_entry_file): Delete function.
6329 (legacy_frame_chain_valid): Delete call.
6330 * sh64-tdep.c (sh64_frame_chain): Delete call.
6331 * objfiles.h: Update comments.
6332 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6333 call.
6334 * frame.c (get_prev_frame): Delete call, update comments.
6335
6336 2004-04-30 Brian Ford <ford@vss.fsi.com>
6337
6338 * MAINTAINERS (Write After Approval): Add myself.
6339
6340 2004-04-30 Andrew Cagney <cagney@redhat.com>
6341
6342 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6343 * gdbarch.h, gdbarch.c: Re-generate.
6344 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6345 code.
6346
6347 2004-04-30 Andrew Cagney <cagney@redhat.com>
6348
6349 * gdb-events.sh (selected_thread_changed)
6350 (selected_frame_level_changed, target_changed): Delete.
6351 * gdb-events.h, gdb-events.c: Re-generate.
6352 * valops.c (value_assign): Update.
6353 * stack.c (select_frame_command, up_silently_base)
6354 (down_silently_base): Update.
6355
6356 2004-04-29 Andrew Cagney <cagney@redhat.com>
6357
6358 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6359 registers correctly.
6360 (print_gp_register_row, mips32_heuristic_proc_desc)
6361 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6362 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6363 references to mips_isa_regsize.
6364
6365 2004-04-29 Andrew Cagney <cagney@redhat.com>
6366
6367 * mips-tdep.c (struct gdbarch_tdep): Delete
6368 mips_fp_register_double.
6369 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6370 mips_abi_regsize.
6371 (mips_gdbarch_init): Do not set mips_fp_register_double.
6372 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6373
6374 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6375
6376 Committed by Andrew Cagney.
6377 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6378 function calls.
6379
6380 2004-04-29 Andrew Cagney <cagney@redhat.com>
6381
6382 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6383 gdbarch, use mips_abi, update callers.
6384 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6385 mips_abi_regsize, update callers.
6386 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6387 mips_default_abi_regsize.
6388 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6389 mips_default_abi_regsize.
6390
6391 2004-04-29 Andrew Cagney <cagney@redhat.com>
6392
6393 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6394 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6395 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6396 mips_default_abi_regsize.
6397 (mips_isa_regsize): Rename mips_regisze.
6398 * mipsnbsd-tdep.c: Update.
6399 * mips-linux-tdep.c: Update.
6400 * irix5-nat.c: Update.
6401 * mips-tdep.h (mips_isa_regsize): Update.
6402
6403 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6404 Delete all disabled code.
6405 * gdb-events.h, gdb-events.c: Re-generate.
6406
6407 2004-04-19 Jerome Guitton <guitton@gnat.com>
6408 Mark Kettenis <kettenis@gnu.org>
6409
6410 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6411 the function begins with a branch instruction.
6412
6413 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6414
6415 * i386-tdep.c: Fix spelling mistakes.
6416
6417 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6418 Andrew Cagney <cagney@redhat.com>
6419
6420 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6421 <sys/proc.h>.
6422 * acconfig.h: Provide default _KMEMUSER value.
6423 * config.in, configure: Re-generate.
6424 * NEWS: Mention fix.
6425
6426 2004-04-24 Randolph Chung <tausq@debian.org>
6427
6428 * configure.host (hppa*-*-linux*): New target.
6429 * configure.tgt (hppa*-*-linux*): Likewise.
6430 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6431 gdbarch_init_osabi() call earlier so that osabi-specific frame
6432 unwinders can be registered first.
6433 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6434 hppa-linux-nat.c.
6435 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6436 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6437 * config/pa/linux.mh: New file.
6438 * config/pa/linux.mt: New file.
6439 * config/pa/nm-linux.h: New file.
6440 * config/pa/xm-linux.h: New file.
6441 * hppa-linux-nat.c: New file.
6442 * hppa-linux-tdep.c: New file.
6443
6444 2004-04-28 Randolph Chung <tausq@debian.org>
6445
6446 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6447 return values.
6448 (hppa32_push_dummy_call): Fix small struct and floating point argument
6449 passing, and make sure the stack frame is properly aligned.
6450
6451 2004-04-28 Andrew Cagney <cagney@redhat.com>
6452
6453 * stack.c (print_stack_frame): Fix description.
6454
6455 * NEWS: Mention gdb/gdbserver/configure execute permission
6456 changed. PR server/519.
6457
6458 2004-04-28 Andrew Cagney <cagney@redhat.com>
6459
6460 * stack.c (print_stack_frame_stub): Delete declaration.
6461 (struct print_stack_frame_args, print_stack_frame)
6462 (print_frame_info, print_frame): Replace "source" with print what.
6463 Replace "print" with "print_level". Replace "args" with
6464 "print_args".
6465 * frame.h (show_and_print_stack_frame, print_stack_frame)
6466 (print_frame_info): Update declarations.
6467 * stack.c (select_and_print_frame, frame_command)
6468 (current_frame_command, up_command, down_command): Update calls -
6469 use get_selected_frame, pass "enum print_what" for source, do not
6470 call frame_relative_level.
6471 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6472 * remote-rdp.c (remote_rdp_open): Ditto.
6473 * remote-mips.c (common_open): Ditto.
6474 * remote-e7000.c (e7000_start_remote): Ditto.
6475 * ocd.c (ocd_start_remote): Ditto.
6476 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6477 * infrun.c (normal_stop): Ditto.
6478 * inflow.c (kill_command): Ditto.
6479 * infcmd.c (finish_command): Ditto.
6480 * corelow.c (core_open): Ditto.
6481 * tracepoint.c (finish_tfind_command): Ditto.
6482 * thread.c (info_threads_command, info_threads_command)
6483 (restore_current_thread, do_captured_thread_select): Ditto.
6484 * ada-tasks.c (task_command): Ditto.
6485
6486 2004-04-26 Orjan Friberg <orjanf@axis.com>
6487
6488 * frame.c: Include "observer.h".
6489 (frame_observer_target_changed): New function.
6490 (_initialize_frame): Attach target_changed observer.
6491 * regcache.c: Include "observer.h".
6492 (regcache_observer_target_changed): New function.
6493 (_initialize_regcache): Attach target_changed observer.
6494 * valops.c: Include "observer.h".
6495 (value_assign): Notify target_changed event when modifying register.
6496 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6497
6498 2004-04-26 Orjan Friberg <orjanf@axis.com>
6499
6500 From Paul Koning <pkoning@equallogic.com>:
6501 * breakpoint.c (free_valchain): New function.
6502 (insert_bp_location, delete_breakpoint): Use free_valchain.
6503 (remove_breakpoint): Do not remove the valchain.
6504 (bpstat_stop_status): If not stopped by watchpoint, skip
6505 watchpoints when generating stop status list.
6506 * infrun.c (handle_inferior_event): Make
6507 stepped_after_stopped_by_watchpoint a global variable.
6508 * remote.c (remote_stopped_data_address): Return watch data
6509 address rather than zero if stepped_after_stopped_by_watchpoint is
6510 set.
6511
6512 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6513
6514 Fix PR gdb/1626.
6515 * configure.in: Check for curses after termcap.
6516 On osf5.*, do not check for ncurses.
6517 * configure: Regenerate.
6518
6519 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6520
6521 * ppcobsd-nat.c: Include "ppc-tdep.h".
6522 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6523
6524 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6525 Fixes PR tdep/1623 and PR tdep/1624.
6526
6527 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6528
6529 * xmodem.h, xmodem.c: Remove files.
6530 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6531
6532 2004-04-23 Randolph Chung <tausq@debian.org>
6533
6534 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6535 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6536 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6537 for handling stackless frames.
6538 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6539
6540 2004-04-23 Randolph Chung <tausq@debian.org>
6541
6542 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6543 starts at a pc before the frame is created.
6544
6545 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6546
6547 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6548
6549 2004-04-23 Jerome Guitton <guitton@gnat.com>
6550
6551 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6552 use convert_typed_floating to get the appropriate format.
6553
6554 2004-04-22 Randolph Chung <tausq@debian.org>
6555
6556 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6557 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6558 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6559 (hppa_sign_extend): Add prototype.
6560 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6561 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6562 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6563 hppa targets will also use these functions.
6564 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6565 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6566 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6567 (hppa_gdbarch_init): Remove gdbarch setting of
6568 skip_trampoline_code, in_solib_call_trampoline and
6569 in_solib_return_trampoline.
6570 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6571 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6572 hppa_in_solib_call_trampoline.
6573 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6574 Moved from hppa-tdep.c.
6575 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6576 in_solib_call_trampoline and in_solib_return_trampoline.
6577
6578 2004-04-22 Randolph Chung <tausq@debian.org>
6579
6580 * hppa-tdep.c (hppa_debug): New variable.
6581 (find_unwind_entry, hppa_frame_cache): Add debug output.
6582 (_initialize_hppa_tdep): Add command to set debug flag.
6583
6584 2004-04-22 Andrew Cagney <cagney@redhat.com>
6585
6586 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6587 "trad-frame.h".
6588 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6589 signal trampoline unwinder.
6590 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6591
6592 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6593
6594 Add OpenBSD/powerpc support.
6595 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6596 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6597 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6598 (ppc_collect_fpregset): New prototypes.
6599 * ppcobsd-nat.c: New file.
6600 * ppcobsd-tdep.c: New file.
6601 * ppcobsd-tdep.h: New file.
6602 * rs6000-tdep.c: Include "regset.h".
6603 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6604 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6605 New functions.
6606 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6607 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6608 (rs6000-tdep.o): Update dependencies.
6609 * configure.host: Add powerpc-*-openbsd.
6610 * configure.tgt: Add powerpc-*-openbsd.
6611 * config/powerpc/obsd.mh: New file.
6612 * config/powerpc/nm-obsd.h: New file.
6613 * config/powerpc/obsd.mt: New file.
6614
6615 2004-04-22 Andrew Cagney <cagney@redhat.com>
6616
6617 * frame.h (show_frame_info): Delete declaration.
6618
6619 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6620 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6621 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6622 * frv-tdep.c (frv_frame_this_id): Ditto.
6623 * avr-tdep.c (avr_frame_this_id): Ditto.
6624
6625 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6626
6627 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6628
6629 2004-04-22 Jim Blandy <jimb@redhat.com>
6630
6631 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6632 register number zero.
6633
6634 2004-04-21 Michael Snyder <msnyder@redhat.com>
6635
6636 * mips-tdep.c (heuristic_proc_start):
6637 Warning() already prefixes "Warning: ".
6638
6639 2004-04-21 Andrew Cagney <cagney@redhat.com>
6640
6641 * annotate.h (deprecated_annotate_starting_hook)
6642 (deprecated_annotate_stopped_hook)
6643 (deprecated_annotate_exited_hook)
6644 (deprecated_annotate_signal_hook)
6645 (deprecated_annotate_signalled_hook): Deprecate.
6646 * tracepoint.h (deprecated_create_tracepoint_hook)
6647 (deprecated_delete_tracepoint_hook)
6648 (deprecated_modify_tracepoint_hook)
6649 (deprecated_trace_find_hook)
6650 (deprecated_trace_start_stop_hook): Deprecate.
6651 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6652 * remote.h (deprecated_target_resume_hook)
6653 (deprecated_target_wait_loop_hook): Deprecate.
6654 * gdbcore.h (deprecated_exec_file_display_hook)
6655 (deprecated_file_changed_hook): Deprecate.
6656 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6657 * defs.h (deprecated_modify_breakpoint_hook)
6658 (deprecated_command_loop_hook, deprecated_show_load_progress)
6659 (deprecated_print_frame_info_listing_hook)
6660 (deprecated_query_hook, deprecated_warning_hook)
6661 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6662 (deprecated_delete_breakpoint_hook)
6663 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6664 (deprecated_readline_begin_hook, deprecated_readline_hook)
6665 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6666 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6667 (deprecated_context_hook, deprecated_target_wait_hook)
6668 (deprecated_attach_hook, deprecated_detach_hook)
6669 (deprecated_call_command_hook, deprecated_set_hook)
6670 (deprecated_error_hook, deprecated_error_begin_hook)
6671 (deprecated_ui_load_progress_hook): Deprecate.
6672 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6673 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6674 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6675 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6676 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6677 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6678 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6679 * annotate.c, aix-thread.c: Update.
6680
6681 2004-04-21 Andrew Cagney <cagney@redhat.com>
6682
6683 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6684 * vaxnbsd-tdep.c: Include "gdb_string.h".
6685
6686 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6687 (add_symbol_file_from_memory_command): #if 0 function body, call
6688 error instead.
6689
6690 2004-04-21 Andrew Cagney <cagney@redhat.com>
6691
6692 * gdbcore.h: Update copyright.
6693 (deprecated_add_core_fns): Rename add_core_fns.
6694 * win32-nat.c (_initialize_core_win32): Update.
6695 * sun3-nat.c (_initialize_core_sun3): Update.
6696 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6697 * rs6000-nat.c (_initialize_core_rs6000): Update.
6698 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6699 * nto-tdep.c (_initialize_nto_tdep): Update.
6700 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6701 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6702 * mips-nat.c (_initialize_core_mips): Update.
6703 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6704 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6705 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6706 * lynx-nat.c (_initialize_core_lynx): Update.
6707 * irix5-nat.c (_initialize_core_irix5): Update.
6708 * i386-interix-nat.c (_initialize_core_interix): Update.
6709 * cris-tdep.c (_initialize_cris_tdep): Update.
6710 * corelow.c (deprecated_add_core_fns): Update.
6711 * core-regset.c (_initialize_core_regset): Update.
6712 * core-aout.c (_initialize_core_aout): Update.
6713 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6714 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6715 * alpha-nat.c (_initialize_core_alpha): Update.
6716
6717 2004-04-21 Jim Blandy <jimb@redhat.com>
6718
6719 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6720
6721 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6722
6723 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6724 Delete.
6725 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6726 (read_attribute_value): Update calls to dwarf_alloc_block.
6727 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6728 dwarf2_tmp_obstack.
6729 (psymtab_to_symtab_1): Likewise. Clean up using
6730 free_stack_comp_unit.
6731 (add_to_cu_func_list): Use the comp_unit_obstack.
6732
6733 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6734
6735 * dwarf2read.c (dwarf2_flag_true_p): New function.
6736 (die_is_declaration): Use the function above. Add some comments.
6737
6738 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6739
6740 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6741 architecture when registering sparcnbsd_core_osabi_sniffer.
6742 Adjust comment.
6743
6744 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6745
6746 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6747 return value.
6748
6749 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6750 * i386-tdep.c: Correct register numbering scheme comments
6751 throughout.
6752 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6753 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6754 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6755 (i386_gdb_arch_init): Likewise.
6756
6757 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6758 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6759 ppcnbsd-tdep.o.
6760
6761 * m68k-tdep.h: Tweak comments.
6762 * m68k-tdep.c: Tweak comment.
6763
6764 2004-04-17 Randolph Chung <tausq@debian.org>
6765
6766 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6767 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6768 (hppa_hpux_som_init_abi): Set is_elf to 0.
6769 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6770 * hppa-tdep.c (low_text_segment_address): Remove global.
6771 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6772 section offset to calculate segment address.
6773 (internalize_unwinds): Define low_text_segment_address as local and
6774 pass to record_text_segment_lowaddr for ELF targets.
6775 (hppa_gdbarch_init): Zero fill tdep structure.
6776 (hppa_dump_tdep): Print tdep structure.
6777 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6778
6779 2004-04-17 Randolph Chung <tausq@debian.org>
6780
6781 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6782 (hppa_gdbarch_init): Set pseudo_register_read.
6783 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6784 * regcache.c (supply_register): Remove check for
6785 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6786
6787 2004-04-17 Randolph Chung <tausq@debian.org>
6788
6789 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6790 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6791 (hpread_adjust_stack_address): Move to hpread.c.
6792 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6793 obj_private_struct): Move from tm-hppa.h.
6794 * hpread.c (hppa-tdep.h): Include.
6795 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6796 (hpread_read_function_type, hpread_read_doc_function_type)
6797 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6798 directly.
6799 * pa64solib.c (hppa-tdep.h): Include.
6800 * somsolib.c (hppa-tdep.h): Include.
6801 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6802 inferior_status): Remove unused forward declarations.
6803 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6804 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6805 obj_private_struct): Move to hppa-tdep.h.
6806 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6807
6808 2004-04-17 Randolph Chung <tausq@debian.org>
6809
6810 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6811 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6812 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6813 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6814 Remove forward declaration and make static.
6815 (hppa_reg_struct_has_addr): Remove.
6816
6817 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6818
6819 * observer.sh: Move comments in sed command to first column.
6820
6821 2004-04-16 Jason Molenda (jmolenda@apple.com)
6822
6823 * frame.c: Minor typeo corrections in comments.
6824
6825 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6826
6827 * observer.c (observer_test_first_notification_function): Update
6828 function profile.
6829 (observer_test_second_notification_function): Likewise.
6830 (observer_test_third_notification_function): Likewise.
6831
6832 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6833
6834 From Brian Ford <ford@vss.fsi.com>:
6835 * i386-tdep.c (i386_coff_init_abi): New function.
6836 * i386-tdep.h (i386_coff_init_abi): New prototype.
6837 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6838 register number translation functions for DWARF and DWARF 2.
6839
6840 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6841
6842 * dwarf2read.c: Back out my previous change, it was incorrect.
6843
6844 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6845
6846 * dwarf2read.c: Include "hashtab.h".
6847 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6848 has_namespace_info.
6849 (struct partial_die_info): Add comments. Use bitfields to reduce
6850 memory footprint. Add scope, scope_set, has_specification,
6851 spec_offset, die_parent, die_child, and die_sibling.
6852 (peek_die_abbrev): Add prototype.
6853 (partial_read_comp_unit_head): New function, broken out from
6854 dwarf2_build_psymtabs_hard.
6855 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6856 Use partial_read_comp_unit_head. Initialize the CU and
6857 comp_unit_obstack. Update calls to read_partial_die and
6858 scan_partial_symbols. Use free_stack_comp_unit and
6859 load_partial_dies.
6860 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6861 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6862 Update calls to helper functions. Remove NAMESPACE argument.
6863 Update comments.
6864 (partial_die_parent_scope, partial_die_full_name): New functions.
6865 (add_partial_symbol): Remove namespace argument. Update call to
6866 pdi_needs_namespace. Use partial_die_full_name. Handle
6867 DW_TAG_namespace. Check has_namespace_info flag.
6868 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6869 tag. Handle namespaces.
6870 (add_partial_namespace, add_partial_enumeration): Simplify.
6871 (guess_structure_name): New function, derived from
6872 add_partial_structure.
6873 (add_partial_structure): Remove.
6874 (determine_class_name): Update comment.
6875 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6876 (is_type_tag_for_partial, load_partial_dies): New functions.
6877 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6878 Record specifications instead of following them immediately.
6879 (find_partial_die_in_comp_unit, find_partial_die)
6880 (fixup_partial_die, free_stack_comp_unit)
6881 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6882 (partial_die_hash, partial_die_eq): New functions.
6883 * Makefile.in (hashtab_h): Define.
6884 (dwarf2read.o): Update dependencies.
6885 (observer_inc, observer_h): Move to the correct section.
6886
6887 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6888
6889 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6890 (die_is_declaration): Use the function above. Add comment.
6891
6892 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6893
6894 * dwarf2read.c (read_structure_scope): Identify stub types
6895 using die_is_declaration() only.
6896
6897 2004-04-15 Roland McGrath <roland@redhat.com>
6898
6899 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6900 argument instead of NAME.
6901 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6902 in call to symbol_file_add_with_addrs_or_offsets.
6903 (build_addr_info): New function, helper for ...
6904 (symbol_file_add_from_memory): New function.
6905 (add_symbol_file_from_memory_command): New function using that.
6906 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6907 (pre_add_symbol_hook): Add const to argument type.
6908 * symfile.h (symbol_file_add_from_memory): Declare it.
6909
6910 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6911
6912 * NEWS (New native configurations): Mention OpenBSD/vax.
6913 * configure.host: Add vax-*-openbsd*.
6914 * config/vax/obsd.mh: New file.
6915 * config/vax/nm-obsd.h: New file.
6916
6917 * vax-tdep.c: Include "regset.h".
6918 (vax_supply_gregset): New function.
6919 (vax_gregset): New variable.
6920 (vax_regset_from_core_section): New function.
6921 (vax_gdbarch_init): Set regset_from_core_section.
6922 * Makefile.in (vax-tdep.o): Update dependencies.
6923
6924 2004-04-15 Andrew Cagney <cagney@redhat.com>
6925
6926 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6927 (observer_normal_stop_notification_stub)
6928 (observer_attach_normal_stop, observer_detach_normal_stop):
6929 Delete, replaced by #include "observer.inc".
6930 * infrun.c (normal_stop): Pass "stop_bpstat" to
6931 observer_notify_normal_stop.
6932 * Makefile.in (observer_inc): Define.
6933 (observer.o): Update dependencies.
6934 (observer.h, observer.inc): New rules.
6935 * observer.h: Delete file.
6936 * observer.sh: New file.
6937
6938 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6939
6940 * vax-tdep.c (vax_frame_cache): Fix typo.
6941
6942 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6943
6944 * NEWS (New native configurations): Mention NetBSD/vax.
6945 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6946 * config/vax/nbsdelf.mh: New file.
6947 * config/vax/nbsdaout.mh: New file.
6948 * config/vax/nm-nbsd.h: New file.
6949 * config/vax/nm-nbsdaout.h: New file.
6950
6951 * vaxnbsd-tdep.c: New file.
6952 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6953 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6954 * config/vax/nbsd.mt: New file.
6955 * config/vax/tm-nbsd.h: New file.
6956
6957 * Makefile.in (vaxbsd-nat.o): New dependency.
6958
6959 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6960 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6961 struct_addr arguments. Don't push return value address.
6962 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6963 arguments to vax_store_arguments. Store return value address in
6964 R1.
6965 (vax_store_struct_return, vax_extract_return_value)
6966 (vax_store_return_value): Remove functions.
6967 (vax_return_value): New function.
6968 (vax_gdbarch_init): Set return value. Don't set
6969 deprecated_store_struct_return, deprecated_extract_struct_return
6970 and deprecated_store_return_value.
6971
6972 2004-04-14 Andreas Schwab <schwab@suse.de>
6973
6974 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6975 value buffer.
6976 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6977
6978 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6979
6980 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6981 (vax_unwind_dummy_id): New functions.
6982 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6983 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6984 variables.
6985 (vax_fix_call_dummy): Remove function.
6986 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6987 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6988 call_dummy_location, deprecated_call_dummy_words,
6989 deprecated_sizeof_call_dummy_words,
6990 deprecated_call_dummy_breakpoint_offset,
6991 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6992 and deprecated_dummy_write_sp.
6993
6994 2004-04-13 David Carlton <carlton@kealia.com>
6995
6996 * MAINTAINERS: Move myself to "paper trail" section.
6997
6998 2004-04-12 Mark Kettenis <kettenis@gnu.org>
6999
7000 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7001 "trad-frame.h".
7002 (vax_frame_init_saved_regs): Remove function.
7003 (vax_sigtramp_saved_pc): Remove function.
7004 (vax_frame_saved_pc): Remove function.
7005 (vax_frame_args_address): Remove function.
7006 (vax_frame_num_args): Rewrite.
7007 (vax_frame_chain): Remove function.
7008 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7009 VAX_FP_REGNUM.
7010 (vax_pop_frame): Likewise.
7011 (vax_saved_pc_after_call): Remove function.
7012 (struct vax_frame_cache): New structure.
7013 (vax_frame_cache): New function.
7014 (vax_frame_this_id): New function.
7015 (vax_frame_prev_register): New function.
7016 (vax_frame_unwind): New variable.
7017 (vax_frame_sniffer): New function.
7018 (vax_frame_base_address): New function.
7019 (vax_frame_args_address): New function.
7020 (vax_frame_base): New variable.
7021 (vax_unwind_pc): New function.
7022 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7023 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7024 deprecated_frame_chain, deprecated_frame_saved_pc,
7025 deprecated_frame_args_address and
7026 deprecated_frame_init_saved_regs.
7027 * Makefile.in (vax-tdep.o): Update dependencies.
7028
7029 * vaxbsd-nat.c: New file.
7030
7031 * vax-tdep.h: Update copyright year. Adjust comments.
7032 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7033 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7034 (vax_regnum): New enum. Replacing...
7035 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7036 (VAX_PS_REGNUM): ... these removed macros.
7037 * vax-tdep.c (vax_register_name): Remove prototype.
7038 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7039 (vax_register_byte, vax_register_raw_size,
7040 vax_register_virtual_size, vax_register_virtual_type): Remove
7041 functions.
7042 (vax_register_type): New function.
7043 (vax_breakpoint_from_pc): Reorganize.
7044 (vax_gdbarch_init): Set register_type. Don't set
7045 deprecated_register_size, deprecated_register_bytes,
7046 deprecated_register_byte, deprecated_register_raw_size,
7047 deprecated_max_register_raw_size,
7048 deprecated_register_virtual_size,
7049 deprecated_max_register_virtual_size and
7050 deprecated_register_virtual_type. Add comment on stack direction.
7051
7052 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7053
7054 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7055 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7056 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7057
7058 2004-04-10 Randolph Chung <tausq@debian.org>
7059
7060 * MAINTAINERS (write after approval): Add myself.
7061
7062 2004-04-07 Randolph Chung <tausq@debian.org>
7063
7064 * hppa-tdep.c (hppa_inner_than): Remove.
7065 (is_pa_2): Remove unused static variable.
7066 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7067
7068 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7069
7070 * language.h (language_defn): Add new la_post_parser field.
7071 * parser-defs.h (null_post_parser): New declaration (default for
7072 la_post_parser).
7073
7074 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7075 insert call to that function.
7076 (parse_exp_in_context): New function, including code formerly in
7077 parse_exp_1. Calls language-dependent post-parser after
7078 prefixification.
7079 (parse_expression_in_context): New exported function.
7080 (null_post_parser): New definition.
7081 * expression.h (parse_expression_in_context): Add declaration.
7082
7083 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7084 * c-lang.c (c_language_defn): Ditto.
7085 (cplus_language_defn): Ditto.
7086 (asm_language_defn): Ditto.
7087 (minimal_language_defn): Ditto.
7088 * f-lang.c (f_language_defn): Ditto.
7089 * jv-lang.c (java_language_defn): Ditto.
7090 * language.c (unknown_language_defn): Ditto.
7091 (auto_language_defn): Ditto.
7092 (local_language_defn): Ditto.
7093 * m2-lang.c (m2_language_defn): Ditto.
7094 * scm-lang.c (scm_language_defn): Ditto.
7095 * obj-lang.c (objc_language_defn): Ditto.
7096
7097 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7098
7099 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7100 (amd64nbsd_mcontext_addr): New function.
7101 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7102 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7103 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7104
7105 * corelow.c (core_xfer_partial): Fix coding standards violation.
7106 Add support for TARGET_OBJECT_WCOOKIE.
7107
7108 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7109 deprecated_pc_in_sigtramp.
7110 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7111 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7112 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7113 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7114 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7115 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7116 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7117
7118 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7119 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7120 Fix typo.
7121
7122 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7123 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7124 (amd64_collect_fxsave): Likewise.
7125
7126 * i386-sol2-tdep.c: Include "gdb_string.h".
7127 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7128 name.
7129 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7130
7131 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7132
7133 * i386-sol2-tdep.c: Include "solib-svr4.h".
7134 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7135 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7136 * config/i386/tm-i386sol2.h: Include :solib.h".
7137 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7138 solib-svr4.o and solib-legacy.o.
7139 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7140 solib-svr4.o.
7141
7142 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7143
7144 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7145 whether a register is supplied by PTRACE_GETFPREGS.
7146 (store_inferior_registers): Likewise.
7147 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7148 whether a register is supplied by PT_GETFPREGS.
7149 (store_inferior_registers): Likewise.
7150
7151 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7152 * config/i386/linux64.mt (TDEPFILES): Likewise.
7153
7154 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7155
7156 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7157 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7158 the program counter is in the range specified by `struct
7159 gdbarch_tdep'.
7160 * amd64-linux-tdep.c: Include "symtab.h".
7161 (amd64_linux_pc_in_sigtramp): Remove function.
7162 (amd64_linux_sigtramp_p): New function.
7163 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7164 deprecated_pc_in_sigtramp.
7165 * amd64nbsd-tdep.c: Include "symtab.h".
7166 (amd64nbsd_sigtramp_p): New function.
7167 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7168 deprecated_pc_in_sigtramp.
7169 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7170 few comments.
7171 (amd64obsd_pc_in_sigtramp): Remove function.
7172 (amd64obsd_sigtramp_p): New function.
7173 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7174 deprecated_pc_in_sigtramp.
7175 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7176 (i386bsd_pc_ins_sigtramp): Remove prototype.
7177 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7178 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7179 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7180 the program counter is in the range specified by `struct
7181 gdbarch_tdep'.
7182 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7183 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7184 (i386_go32_pc_in_sigtramp): Remove function.
7185 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7186 Initialize TDEP->sigtramp_p.
7187 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7188 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7189 deprecated_pc_in_sigtramp.
7190 * i386-linux-tdep.c: Adjust comments.
7191 (i386_linux_pc_in_sigtramp): Remove function.
7192 (i386_linux_sigtramp_p): New function.
7193 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7194 deprecated_pc_in_sigtramp.
7195 * i386-nto-tdep.c: Update copyright year.
7196 (i386nto_pc_in_sigtramp): Remove function.
7197 (i386nto_sigtramp_p): New function.
7198 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7199 SP_REGNUM.
7200 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7201 deprecated_pc_in_sigtramp.
7202 * i386-sol2-tdep.c: Update copyright year.
7203 (i386_sol2_pc_in_sigtramp): Remove function.
7204 (i386_sol2_sigtramp_p): New function.
7205 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7206 deprecated_pc_in_sigtramp.
7207 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7208 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7209 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7210 deprecated_sigtramp_start and deprecated_sigtramp_end.
7211 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7212 (i386nbsd_pc_in_sigtramp): Remove function.
7213 (i386nbsd_sigtramp_p): New function.
7214 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7215 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7216 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7217 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7218 (i386obsd_pc_in_sigtramp): Remove function.
7219 (i386obsd_sigtramp_p): New function.
7220 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7221 functions.
7222 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7223 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7224 TDEP->sigtramp_p.
7225 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7226 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7227 dependencies.
7228
7229 * config/i386/i386aout.mt: Remove file.
7230
7231 * configure.tgt: Remove i[34567]86-*-go32*,
7232 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7233 and i[34567]86-*-isc*. Set gdb_target to i386 for
7234 i[34567]86-*-netware* and i[34567]86-*-*.
7235 * config/i386/i386.mt: New file.
7236 * config/i386/embed.mt: Remove file.
7237 * config/i386/go32.mt: Remove file.
7238 * config/i386/i386nw.mt: Remove file.
7239 * config/i386/i386v.mt: Remove file.
7240 * config/i386/tm-go32.h: Remove file.
7241
7242 * tui/tui-hooks.c: Include "readline/readline.h" after
7243 "gdb_curses.h" instead of before.
7244 * tui/tui-io.c: Likewise.
7245
7246 * tui/tui.c: Fix typo in comment.
7247
7248 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7249
7250 2004-04-08 Andrew Cagney <cagney@redhat.com>
7251
7252 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7253 (deprecated_exception_support_initialized): Declare.
7254 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7255 (initialize_hp_cxx_exception_support)
7256 (child_enable_exception_callback): Update.
7257 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7258 (deprecated_exception_support_initialized): Rename
7259 deprecated_exception_catchpoints_are_fragile and
7260 deprecated_exception_support_initialized.
7261 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7262
7263 * symtab.c (deprecated_hp_som_som_object_present): Rename
7264 hp_som_som_object_present.
7265 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7266 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7267 Update. Delete extern declaration.
7268 * valops.c (hp_som_som_object_present): Ditto.
7269 * parse.c (deprecated_hp_som_som_object_present)
7270 (parse_nested_classes_for_hpacc): Ditto.
7271 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7272 * hppa-hpux-tdep.c (hp_som_som_object_present)
7273 (initialize_hp_cxx_exception_support): Ditto.
7274 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7275 * cp-valprint.c (hp_som_som_object_present)
7276 (cp_print_class_method): Ditto.
7277 * c-typeprint.c (hp_som_som_object_present):
7278 (c_type_print_base): Ditto.
7279 * c-exp.y (hp_som_som_object_present): Ditto.
7280
7281 2004-04-08 Andrew Cagney <cagney@redhat.com>
7282
7283 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7284 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7285 (frame_unwind_find_by_frame): Re-implement the unwind code so
7286 that it can both prepend and append sniffers. Replace
7287 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7288 * tramp-frame.c (tramp_frame_append): Use
7289 frame_unwind_prepend_unwinder.
7290 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7291 frame_unwind_register_unwinder.
7292 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7293 tramp_frame_append.
7294 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7295 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7296 (mips_linux_init_abi): Update.
7297
7298 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7299
7300 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7301 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7302 file support.
7303
7304 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7305
7306 * ia64-tdep.c (elf.h): Don't include.
7307 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7308
7309 2004-04-07 Jason Molenda (jmolenda@apple.com)
7310
7311 * frame.h: Typeo corrections in comments.
7312
7313 2004-04-07 Jim Blandy <jimb@redhat.com>
7314
7315 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7316 %esp and %ebp
7317
7318 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7319
7320 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7321 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7322 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7323 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7324 and solib-legacy.o.
7325 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7326 solib-svr4.o.
7327 * config/sparc/tm-sol2.h: Update copyright year. Include
7328 "solib.h".
7329
7330 * sparc-sol2-tdep.c: Update copyright year. Include
7331 "solib-svr4.h".
7332 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7333 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7334 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7335 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7336 dependencies.
7337
7338 2004-04-06 Andrew Cagney <cagney@redhat.com>
7339
7340 * infttrace.c: Include "infttrace.h".
7341 * infttrace.h: Include "target.h".
7342 * Makefile.in (infttrace_h): Update.
7343 (infttrace.o): Update.
7344
7345 2004-04-06 Andrew Cagney <cagney@redhat.com>
7346
7347 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7348 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7349 move extern declarations from here ...
7350 * infttrace.h: ... to here.
7351 * Makefile.in (hppah-nat.o): Update dependencies.
7352
7353 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7354 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7355 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7356 (hppa_breakpoint_from_pc): Delete.
7357
7358 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7359
7360 2004-04-05 Andrew Cagney <cagney@redhat.com>
7361
7362 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7363 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7364 <sys/file.h>.
7365
7366 2004-04-06 Randolph Chung <tausq@debian.org>
7367
7368 Committed by Andrew Cagney (mechanical change).
7369 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7370 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7371 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7372 child_enable_exception_callback, current_ex_event,
7373 null_symtab_and_line, child_get_current_exception_event,
7374 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7375 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7376 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7377 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7378 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7379 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7380 Move hpux-specific definitions ...
7381 * hppa-hpux-tdep.c: ... to here.
7382
7383 2004-04-05 Andrew Cagney <cagney@redhat.com>
7384
7385 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7386 skip_prologue_using_sal.
7387
7388 2004-04-05 Andrew Cagney <cagney@redhat.com>
7389
7390 * config/i386/tm-i386.h: Delete file.
7391 * config/i386/tm-vxworks.h: Update copyright, do not include
7392 "tm-i386.h".
7393 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7394 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7395 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7396 * config/i386/ncr3000.mt (TM_FILE): Delete.
7397 * config/i386/interix.mt (TM_FILE): Delete.
7398 * config/i386/i386v.mt (TM_FILE): Delete.
7399 * config/i386/i386nw.mt (TM_FILE): Delete.
7400 * config/i386/i386gnu.mt (TM_FILE): Delete.
7401 * config/i386/i386aout.mt (TM_FILE): Delete.
7402 * config/i386/embed.mt (TM_FILE): Delete.
7403
7404 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7405
7406 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7407 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7408 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7409 (accg7_regnum): New constants.
7410 (last_spr_regnum, last_pseudo_regnum): Update.
7411 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7412 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7413 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7414 for accg registers.
7415 (frv_register_sim_regno): Update spr_map[].
7416
7417 2004-04-04 Andrew Cagney <cagney@redhat.com>
7418
7419 * config/mips/xm-riscos.h: Delete.
7420 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7421 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7422 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7423 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7424 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7425 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7426 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7427 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7428 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7429 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7430 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7431 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7432 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7433 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7434 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7435 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7436 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7437 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7438 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7439 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7440 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7441 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7442 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7443 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7444 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7445 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7446
7447 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7448 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7449 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7450 * configure.host: Remove m680[01]0-sun-sunos3*,
7451 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7452 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7453 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7454 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7455 mips-*-riscos*.
7456 * NEWS: Mention removed systems.
7457
7458 2004-04-04 Andrew Cagney <cagney@redhat.com>
7459
7460 GDB 6.1 release created from 6.1 branch.
7461
7462 2004-04-04 Andrew Cagney <cagney@redhat.com>
7463
7464 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7465 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7466 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7467
7468 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7469 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7470 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7471
7472 2004-04-03 Jim Blandy <jimb@redhat.com>
7473
7474 * MAINTAINERS: Chris Faylor has changed employers; add him to
7475 "paper trail" section, and update his E-mail address.
7476
7477 2004-04-03 Andrew Cagney <cagney@redhat.com>
7478
7479 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7480 generic dummy frames.
7481 * dummy-frame.c: Update copyright.
7482 (dummy_frame_sniffer): Delete check for generic dummy frames.
7483
7484 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7485 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7486 (REG_PARM_STACK_SPACE): Delete.
7487 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7488 Inline reference to REG_PARM_STACK_SPACE.
7489
7490 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7491 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7492 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7493 (FRAME_BASE_BEFORE_SIGTRAMP)
7494 (hppa32_hpux_frame_base_before_sigtramp)
7495 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7496 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7497 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7498 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7499 (FRAME_BASE_BEFORE_SIGTRAMP)
7500 (hppa64_hpux_frame_base_before_sigtramp)
7501 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7502
7503 2004-04-03 Andrew Cagney <cagney@redhat.com>
7504
7505 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7506
7507 2004-04-02 Andrew Cagney <cagney@redhat.com>
7508
7509 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7510 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7511 * dummy-frame.h: Delete out-of-date comments.
7512 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7513 * gdbarch.h, gdbarch.c: Re-generate.
7514
7515 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7516
7517 Committed by Andrew Cagney <cagney@redhat.com>.
7518 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7519 into account an instruction saving a register if we have already
7520 seen an earlier instruction saving that same register.
7521
7522 2004-04-02 Andrew Cagney <cagney@redhat.com>
7523
7524 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7525 * gdbarch.h, gdbarch.c: Re-generate.
7526 * frame.c (legacy_get_prev_frame): Delete references to
7527 DEPRECATED_INIT_FRAME_PC_FIRST.
7528
7529 * infrun.c (pc_in_sigtramp): Delete function.
7530 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7531 get_frame_type.
7532
7533 2004-04-02 Andrew Cagney <cagney@redhat.com>
7534
7535 * infrun.c (handle_step_into_function): Delete code conditional on
7536 legacy_frame_p.
7537 (handle_inferior_event, step_over_function): Ditto.
7538
7539 2004-04-02 Andrew Cagney <cagney@redhat.com>
7540
7541 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7542 "previous frame inner to this frame" test.
7543
7544 2004-04-02 Andrew Cagney <cagney@redhat.com>
7545
7546 * frame.c (safe_frame_unwind_memory): New function.
7547 * frame.h (safe_frame_unwind_memory): Declare. Update description
7548 of /safe_/ methods.
7549 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7550 "next_frame". Use safe_frame_unwind_memory.
7551 (tramp_frame_sniffer): Update call to tramp_frame_start.
7552
7553 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7554
7555 * dwarf2read.c (dwarf2_objfile_data_key): New.
7556 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7557 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7558 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7559 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7560 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7561 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7562 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7563 Remove variables.
7564 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7565 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7566 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7567 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7568 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7569 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7570 Remove macros.
7571 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7572 data.
7573 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7574 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7575 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7576 (read_partial_die, read_full_die, read_indirect_string)
7577 (dwarf_decode_line_header, dwarf_decode_macros)
7578 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7579 Update uses of removed variables.
7580 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7581 of removed macros.
7582 (_initialize_dwarf2_read): New function.
7583 * symfile.h (dwarf2_has_info): Update prototype.
7584 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7585 * elfread.c (elf_symfile_read): Likewise.
7586
7587 2004-04-01 Jim Blandy <jimb@redhat.com>
7588
7589 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7590 function for register numbers on all the rs6000-derived targets.
7591 (rs6000_gdbarch_init): Don't register a separate
7592 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7593 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7594 variants.
7595
7596 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7597 numbering.
7598
7599 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7600
7601 * valarith.c: Update copyright notice.
7602 (value_add): Handle range types.
7603 (value_sub): Ditto.
7604 (value_equal): Ditto.
7605 (value_less): Ditto.
7606 (value_neg): Ditto.
7607 (value_complement): Ditto.
7608 (value_binop): Simplify slightly by using is_integral_type and
7609 eliminiating unnecessary COERCE_ENUMs.
7610
7611 2004-03-31 Andrew Cagney <cagney@redhat.com>
7612
7613 * frame.h (frame_unwind_id): Declare.
7614 * frame.c (frame_unwind_id): New function.
7615 (get_prev_frame_1): New function.
7616 (frame_debug_got_null_frame): New function.
7617 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7618 code proper to prev_frame, update description.
7619 * infrun.c (step_over_function): Use frame_unwind_id.
7620
7621 2004-04-31 J. Brobecker <brobecker@gnat.com>
7622
7623 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7624 (hppa64_push_dummy_call): Likewise.
7625
7626 2004-03-30 Jim Blandy <jimb@redhat.com>
7627
7628 From Ulrich Weigand:
7629 * utils.c (query): Do not use a va_list variable multiple times.
7630
7631 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7632
7633 * Makefile.in (linux_nat_h): Update dependencies.
7634 * configure.in: Check for <gnu/libc-version.h>.
7635 * configure: Regenerate.
7636 * config.in: Regenerate.
7637 * linux-nat.h: Include "target.h". Add waitstatus field to
7638 struct lwp_info.
7639 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7640 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7641 to.
7642 (lin_lwp_handle_extended): New function. Handle clone events.
7643 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7644 thread exit events.
7645 (child_wait): Handle clone events.
7646 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7647 * linux-nat.c (linux_enable_event_reporting): Turn on
7648 PTRACE_O_TRACECLONE.
7649 (linux_handle_extended_wait): Handle clone events.
7650 * thread-db.c: Include <gnu/libc-version.h>.
7651 (struct private_thread_info): Add dying flag.
7652 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7653 higher.
7654 (attach_thread): Update comments. Handle dying threads.
7655 (detach_thread): Set the dying flag.
7656 (check_event): Always call attach_thread.
7657
7658 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7659
7660 * mips-tdep.c (mips_pdr_data): New.
7661 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7662 (_initialize_mips_tdep): Initialize mips_pdr_data.
7663
7664 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7665
7666 * minsyms.c (install_minimal_symbols): Move dropping leading
7667 char from linkage name from here...
7668 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7669 test for "__gnu_compiled*" symbols.
7670
7671 2004-03-28 Jim Blandy <jimb@redhat.com>
7672
7673 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7674 registers to temp register r0 and byte stores as prologue
7675 instructions.
7676
7677 2004-03-28 Andrew Cagney <cagney@redhat.com>
7678
7679 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7680 arm*-*-*.
7681
7682 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7683
7684 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7685 and switch the layout to force a display of register window.
7686
7687 2004-02-26 J. Brobecker <brobecker@gnat.com>
7688
7689 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7690 of the INTEGER class.
7691
7692 2004-03-26 Jim Blandy <jimb@redhat.com>
7693
7694 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7695 bytes long on PPC GNU/Linux.
7696
7697 2004-03-26 David Carlton <carlton@kealia.com>
7698
7699 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7700
7701 2004-03-25 Andrew Cagney <cagney@redhat.com>
7702
7703 * PROBLEMS: Add general section titles, remove references to
7704 specific releases.
7705
7706 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7707
7708 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7709 INT_REGISTER_SIZE.
7710 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7711 FP_REGISTER_VIRTUAL_SIZE.
7712 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7713 of DEPRECATED_REGISTER_RAW_SIZE.
7714 (arm_register_type): Add gdbarch argument.
7715 (arm_register_raw_size, arm_register_virtual_size): Delete.
7716 (arm_register_byte, arm_extract_return_value)
7717 (arm_store_return_value, arm_get_longjmp_target): Update references
7718 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7719 (arm_gdbarch_init): Likewise. Don't set
7720 deprecated_register_raw_size, deprecated_register_virtual_size,
7721 deprecated_max_register_raw_size,
7722 deprecated_max_register_virtual_size, or
7723 deprecated_max_register_virtual_type. Do set register_type.
7724 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7725 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7726 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7727 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7728 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7729 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7730 INT_REGISTER_SIZE.
7731 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7732 (remote_rdp_store_register): Likewise.
7733
7734 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7735
7736 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7737 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7738 to after osabi initialization.
7739 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7740 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7741 functions.
7742 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7743 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7744 variables.
7745 (mips_linux_init_abi): Append signal trampoline unwinders.
7746
7747 2004-03-24 Andrew Cagney <cagney@redhat.com>
7748
7749 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7750 * tramp-frame.c: Include "gdb_assert.h".
7751 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7752 correct sizeof.
7753 (tramp_frame_append): Validate the tramp frame's instructions.
7754 * Makefile.in (tramp-frame.o): Update dependencies.
7755
7756 2004-03-23 Andrew Cagney <cagney@redhat.com>
7757
7758 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7759
7760 2004-03-23 Andrew Cagney <cagney@redhat.com>
7761
7762 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7763 Nasser as past testsuite/lib/ (and other) maintainers.
7764
7765 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7766
7767 * infcmd.c (attach_command): Reread symbols if we already have
7768 an exec file.
7769
7770 2004-03-23 Andrew Cagney <cagney@redhat.com>
7771
7772 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7773
7774 2004-03-23 Andrew Cagney <cagney@redhat.com>
7775
7776 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7777 * gdbarch.h, gdbarch.c: Re-generate.
7778 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7779 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7780 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7781 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7782 (DEPRECATED_SIGTRAMP_START): Update.
7783 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7784 (DEPRECATED_SIGTRAMP_START): Update.
7785 * blockframe.c (find_pc_sect_partial_function): Update.
7786 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7787
7788 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7789
7790 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7791 if necessary.
7792
7793 2004-03-23 Andrew Cagney <cagney@redhat.com>
7794
7795 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7796 predicate, deprecate.
7797 * gdbarch.h, gdbarch.c: Re-generate.
7798 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7799 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7800 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7801 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7802 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7803 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7804 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7805 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7806 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7807 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7808 * blockframe.c (find_pc_partial_function): Update.
7809 * breakpoint.c (bpstat_what): Update.
7810 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7811 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7812 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7813 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7814 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7815 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7816 * i386-nto-tdep.c (i386nto_init_abi): Update.
7817 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7818 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7819 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7820 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7821 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7822 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7823 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7824 * infrun.c (pc_in_sigtramp): Update.
7825 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7826 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7827 * mips-tdep.c (mips_gdbarch_init): Update.
7828 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7829 * ppc-linux-tdep.c: Update comment.
7830 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7831 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7832 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7833 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7834 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7835 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7836 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7837 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7838 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7839 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7840
7841 2004-03-23 Andrew Cagney <cagney@redhat.com>
7842
7843 * tramp-frame.h, tramp-frame.h: New files.
7844 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7845 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7846
7847 * Makefile.in: Update all dependencies.
7848
7849 2004-03-23 Andrew Cagney <cagney@redhat.com>
7850
7851 * Makefile.in (trad_frame_h): Add $(frame_h).
7852 * trad-frame.h: Update copyright. Include "frame.h".
7853 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7854 (trad_frame_set_id, trad_frame_get_id): Declare.
7855 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7856 * trad-frame.c: Update copyright.
7857 (struct trad_frame_cache): Define.
7858 (trad_frame_cache_zalloc): New function.
7859 (trad_frame_set_id, trad_frame_get_id): New functions.
7860 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7861
7862 2004-03-22 Andrew Cagney <cagney@redhat.com>
7863
7864 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7865 s390_pltstub_unwind_cache.
7866 (s390_stub_frame_unwind_cache): Rename
7867 s390_pltstub_frame_unwind_cache.
7868 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7869 (s390_stub_frame_prev_register): Rename
7870 s390_pltstub_frame_prev_register.
7871 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7872 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7873
7874 From Ulrich Weigand:
7875 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7876 pointer calls like PLT calls.
7877
7878 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7879
7880 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7881 PC rather than the partial function start address. Use the start
7882 address to sanity check the found PDR.
7883
7884 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7885
7886 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7887 linux_handle_extended_wait.
7888
7889 2004-03-22 Andrew Cagney <cagney@redhat.com>
7890
7891 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7892 function.
7893
7894 * frame.h (generic_pop_current_frame): Delete declaration.
7895 (deprecate_pop_dummy_frame): Deprecate
7896 generic_pop_dummy_frame.
7897 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7898 (generic_pop_current_frame): Delete function.
7899 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7900 generic_pop_current_frame.
7901 * v850-tdep.c (v850_pop_frame): Update.
7902 * mcore-tdep.c (mcore_pop_frame): Update.
7903 * sh64-tdep.c (sh64_pop_frame): Update.
7904 * h8300-tdep.c (h8300_pop_frame): Update.
7905
7906 2004-03-22 Andrew Cagney <cagney@redhat.com>
7907
7908 * frame.h (deprecated_pc_in_call_dummy): Rename
7909 generic_pc_in_call_dummy.
7910 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7911 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7912 generic_pc_in_call_dummy.
7913 (pc_in_dummy_frame): Make static.
7914 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7915 * gdbarch.h, gdbarch.c: Re-generate.
7916 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7917 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7918 (legacy_get_prev_frame): Ditto.
7919 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7920 comment.
7921
7922 2004-03-21 Andrew Cagney <cagney@redhat.com>
7923
7924 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7925 declaration and out-of-date comment.
7926 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7927 Delete function.
7928 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7929 deprecated_pc_in_call_dummy.
7930
7931 * infrun.c (handle_inferior_event): For non legacy frames, use the
7932 frame ID and frame type to identify a signal trampoline. Update
7933 comments.
7934
7935 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7936
7937 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7938 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7939
7940 2004-03-21 Andrew Cagney <cagney@redhat.com>
7941
7942 * frame-unwind.h: Update copyright.
7943 (struct frame_data): Add opaque declaration.
7944 (frame_sniffer_ftype): Declare.
7945 (struct frame_unwind): Add "unwind_data" and "sniffer".
7946 (frame_unwind_register_unwinder): Declare.
7947 (frame_unwind_find_by_frame): Add parameter "this_cache".
7948 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7949 (legacy_get_prev_frame, legacy_get_prev_frame)
7950 (get_frame_type): Pass the prologue_cache to
7951 frame_unwind_find_by_frame.
7952 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7953 "unwinder".
7954 (frame_unwind_register_unwinder): New function.
7955 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7956
7957 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7958
7959 * bcache.c (print_percentage): Use floating point to avoid
7960 incorrect results when portion*100 overflows.
7961
7962 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7963
7964 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7965 (ppc_linux_init_extra_frame_info)
7966 (ppc_linux_frameless_function_invocation)
7967 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7968 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7969 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7970 (rs6000_frame_chain): Delete declarations.
7971 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7972 (ppc_linux_init_extra_frame_info)
7973 (ppc_linux_frameless_function_invocation)
7974 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7975 (ppc_linux_init_abi): Remove registration of above deleted functions.
7976 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7977 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7978 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7979 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7980 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7981 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7982 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7983 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7984 frame management for all OSABIs.
7985
7986 2004-03-19 Andrew Cagney <cagney@redhat.com>
7987
7988 Committed by Kevin Buettner <kevinb@redhat.com>.
7989
7990 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7991 Update copyright.
7992 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7993 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7994 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7995 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7996 unwinders. #ifdef legacy frame code.
7997 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7998 "frame-base.h".
7999 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8000 (struct rs6000_frame_cache, rs6000_frame_cache)
8001 (rs6000_frame_this_id, rs6000_frame_prev_register)
8002 (rs6000_frame_sniffer, rs6000_frame_unwind)
8003 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8004 (rs6000_frame_base): Implement a traditional frame unwinder.
8005 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8006 frame unwinder.
8007
8008 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8009
8010 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8011 breakpoint address for watchpoints or the catch eventpoints.
8012 Add new paramter ``bptype''. Adjust all callers.
8013
8014 2004-03-19 Andrew Cagney <cagney@redhat.com>
8015
8016 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8017
8018 * PROBLEMS: Delete note that ARM does not use frame code, problem
8019 fixed.
8020
8021 2004-03-18 Andrew Cagney <cagney@redhat.com>
8022
8023 * stack.c (return_command): Delete code wrapped in #ifdef
8024 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8025
8026 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8027
8028 2004-03-18 Andrew Cagney <cagney@redhat.com>
8029
8030 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8031 DEPRECATED_IN_SIGTRAMP.
8032 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8033 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8034 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8035 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8036 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8037 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8038 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8039 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8040 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8041 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8042
8043 2004-03-18 Andrew Cagney <cagney@redhat.com>
8044
8045 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8046 (struct frame_base_table_entry): Define.
8047 (struct frame_base_table): Re-implement as a linked list.
8048 (frame_base_init): Re-implement.
8049 (frame_base_table): Delete function.
8050 (append_predicate): Delete function.
8051 (frame_base_append_sniffer): Update.
8052 (frame_base_set_default): Update.
8053 (frame_base_find_by_frame): Update.
8054 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8055 * Makefile.in (frame-base.o): Update dependencies.
8056
8057 2004-03-17 Andrew Cagney <cagney@redhat.com>
8058
8059 * frame.c (legacy_get_prev_frame): Pass correct frame to
8060 frame_unwind_find_by_frame.
8061
8062 2004-03-17 David Carlton <carlton@kealia.com>
8063
8064 * NEWS: Mention C++ nested types and namespaces
8065
8066 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8067
8068 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8069 and "Regressions since gdb 5.3.". Add known regressions since
8070 gdb 6.0.
8071
8072 2004-03-16 David Carlton <carlton@kealia.com>
8073
8074 * dwarf2read.c (process_structure_scope): Process children even
8075 when we're a declaration.
8076
8077 2004-03-16 Andrew Cagney <cagney@redhat.com>
8078
8079 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8080 * blockframe.c (find_pc_partial_function)
8081 (find_pc_sect_partial_function): Merge into a single
8082 find_pc_partial_function.
8083
8084 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8085
8086 * i386bsd-nat.c: s/regno/regnum/g.
8087 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8088 FP0_REGNUM.
8089 (store_inferior_registers): Likewise.
8090
8091 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8092
8093 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8094 of i387_fill_fsave.
8095 (store_inferior_registers): Call i387_collect_fsave and
8096 i387_collect_fxsave instead of i387_fill_fsave and
8097 i387_fill_fxsave.
8098
8099 2004-03-15 Andrew Cagney <cagney@redhat.com>
8100
8101 * Makefile.in (frame-unwind.o): Update dependencies.
8102 * frame-unwind.c: Include "gdb_obstack.h".
8103 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8104 parameter.
8105 (append_predicate): Delete function.
8106 (struct frame_unwind_table_entry): New structure.
8107 (struct frame_unwind_table): Replace "sniffer" with "head" and
8108 "tail".
8109 (frame_unwind_append_sniffer): Update.
8110 (frame_unwind_find_by_frame): Update.
8111 (_initialize_frame_unwind): Registe frame_unwind_init using
8112 gdbarch_data_register_pre_init.
8113
8114 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8115
8116 * i386bsd-nat.c: Update copyright year.
8117 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8118 define unconditionally.
8119
8120 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8121
8122 * i387-tdep.h (i387_collect_fsave): New prototype.
8123 * i387-tdep.c (i387_collect_fsave): New function containing most
8124 of the code from i387_fill_fsave.
8125 (i387_fill_fsave): Call i387_collect_fsave.
8126
8127 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8128
8129 * i386-linux-tdep.c: Update copyright year.
8130 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8131 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8132 svr4_ilp32_link_map_offsets instead of
8133 i386_linux_svr4_fetch_link_map_offsets.
8134
8135 2004-03-15 David Carlton <carlton@kealia.com>
8136
8137 Fix for PR c++/1553:
8138 * dwarf2read.c (read_structure_type): Determine type name by
8139 calling determine_class_name.
8140 (determine_class_name): New.
8141 (determine_prefix): Look at TYPE_TAG_NAME and call
8142 determine_class_name when appropriate.
8143 (determine_prefix_aux, class_name): Delete.
8144 (read_namespace): Set die->type.
8145
8146 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8147
8148 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8149 unused macro definition. The definition in target.h (or perhaps
8150 elsewhere) takes precedence.
8151
8152 2004-03-15 Andrew Cagney <cagney@redhat.com>
8153
8154 * ppc-tdep.h: Update copyright.
8155 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8156 function signatures to match "regsets.h".
8157 * ppc-linux-tdep.c: Include "regset.h".
8158 (ELF_GREGSET_SIZE): Delete.
8159 (right_supply_register): New function.
8160 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8161 using right_supply_register.
8162 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8163 functions.
8164 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8165 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8166 (_initialize_ppc_linux_tdep): Do not register
8167 ppc_linux_regset_core_fns.
8168 (ppc_linux_regset_from_core_section): Replace
8169 fetch_core_registers.
8170 (ppc_linux_regset_core_fns): Delete.
8171 * ppc-linux-nat.c: (right_fill_reg): New function.
8172 (supply_gregset): Update call to ppc_linux_supply_gregset.
8173 (fill_gregset): Clear the register set, use right_fill_reg.
8174 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8175 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8176
8177 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8178 unsigned.
8179
8180 2004-03-15 Andrew Cagney <cagney@redhat.com>
8181
8182 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8183 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8184 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8185 and register_gdbarch_data.
8186 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8187 (struct gdbarch_data): Replace "init" by "pre_init" and
8188 "post_init".
8189 * gdbarch.h, gdbarch.c: Re-generate.
8190 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8191 with"obstack", use OBSTACK_ZALLOC.
8192 (dwarf2_frame_ops): Delete.
8193 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8194 (dwarf2_frame_init_reg): Use gdbarch_data.
8195 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8196 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8197 (_initialize_svr4_solib): Update.
8198 * user-regs.c (_initialize_user_regs): Update.
8199 * reggroups.c (_initialize_reggroup): Update.
8200 * regcache.c (_initialize_regcache): Update.
8201 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8202 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8203 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8204 * frame-unwind.c (_initialize_frame_unwind): Update.
8205 * frame-base.c (_initialize_frame_base): Update.
8206 * user-regs.c (user_reg_add): Update.
8207 * reggroups.c (reggroup_add): Update.
8208 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8209 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8210 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8211 * frame-base.c (frame_base_table): Update.
8212 * remote.c (_initialize_remote): Update.
8213 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8214
8215 2004-03-15 Andrew Cagney <cagney@redhat.com>
8216
8217 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8218
8219 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8220
8221 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8222 * frv-linux-tdep.c: New file.
8223 * frv-tdep.c (struct gdbarch_tdep): Add new field
8224 ``sigcontext_reg_addr''.
8225 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8226 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8227 (frv_sigramp_frame_sniffer): New functions.
8228 (frv_sigtramp_frame_unwind): New static global.
8229 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8230 sniffers.
8231 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8232 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8233
8234 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8235
8236 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8237 but not via a call to error(), when unable to read memory.
8238
8239 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8240
8241 * frv-tdep.c (frv_call_dummy_words): Delete.
8242 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8243
8244 2004-03-15 Andrew Cagney <cagney@redhat.com>
8245
8246 * infrun.c (handle_step_into_function, step_over_function): Only
8247 update and use STEP_FRAME_ID when the system is using legacy
8248 frames. Update comments.
8249
8250 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8251
8252 * amd64-linux-tdep.h: Remove file.
8253 * amd64-linux-tdep.c: Don't include "inferior.h" and
8254 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8255 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8256 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8257 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8258 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8259 macros.
8260 (user_to_gdb_regmap): Remove variable.
8261 (amd64_linux_gregset_reg_offset): New variable.
8262 (amd64_core_fns): Remove variable.
8263 (fetch_core_registers): Remove function.
8264 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8265 functions.
8266 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8267 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8268 * Makefile.in (amd64_linux_tdep_h): Remove.
8269 (amd64-linux-nat.o): Update dependencies.
8270 (amd64-linux-tdep.o): Update dependencies.
8271
8272 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8273 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8274 functions.
8275 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8276
8277 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8278 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8279
8280 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8281
8282 * dwarf2read.c (read_structure_type): Rename from
8283 read_structure_scope. Don't create a symbol or call process_die.
8284 Return immediately if die->type is set. Call read_type_die before
8285 dwarf2_add_member_fn.
8286 (process_structure_scope): New function.
8287 (read_enumeration_type, process_enumeration_scope): New functions,
8288 broken out from read_enumeration. Don't create the enumeration
8289 type if it has already been created.
8290 (read_enumeration): Removed.
8291 (process_die): Call read_structure_type, process_structure_scope,
8292 read_enumeration_type, and process_enumeration_scope. Just call
8293 new_symbol for base and subrange types. Add a comment about other
8294 type dies.
8295 (read_type_die): Call read_enumeration_type.
8296 (add_partial_structure, new_symbol): Update comments.
8297
8298 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8299
8300 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8301
8302 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8303
8304 * tui/tui-win.h (tui_get_cmd_list): Declare.
8305 * tui/tui-win.c (tui_command): New function.
8306 (tui_get_cmd_list): New function.
8307 (_initialize_tui_win): Moved initialization of tui command in
8308 tui_get_cmd_list.
8309
8310 * tui/tui-data.c (init_content_element): Setup new data members.
8311 (init_win_info): Likewise.
8312 (free_content_elements): Free it.
8313 * tui/tui-data.h (struct tui_data_element): Store the register
8314 content to print.
8315 (struct tui_data_info): Keep the current register group.
8316
8317 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8318
8319 * tui/tui-regs.h (tui_show_registers): Update prototype.
8320 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8321 (tui_resize_all): No need to calculate anything for register window.
8322 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8323 (tui_set_register_element, tui_set_general_regs_content): Remove.
8324 (tui_set_special_regs_content): Remove.
8325 (tui_set_general_and_special_regs_content): Remove.
8326 (tui_set_float_regs_content): Remove.
8327 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8328 (tui_set_regs_content): Remove.
8329 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8330 (tui_v_show_registers_command_support): Remove.
8331 (tui_show_registers): Use a reggroup to specify the registers to show.
8332 (tui_show_register_group): New function.
8333 (tui_display_registers_from): Compute the layout of register window
8334 and refresh with new API; be sure to delete old register windows.
8335 (tui_check_register_values): Update to use tui_get_register and
8336 tui_display_data.
8337 (tui_display_register): Just refresh the register window part.
8338 (tui_register_format): Format registers and save in tui_data_element.
8339 (tui_get_register): New to combine tui_reg_value_has_changed and
8340 tui_get_register_raw_value; fix to use the new gdb API.
8341 (tui_show_float_command): Renamed tui_reg_float_command.
8342 (tui_show_general_command): Renamed tui_reg_general_command.
8343 (tui_show_special_command): Renamed tui_reg_system_command.
8344 (_initialize_tui_regs): Remove unused commands.
8345
8346 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8347
8348 * NEWS (New native configurations): Mention OpenBSD/amd64.
8349
8350 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8351 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8352 Remove defines.
8353 * config/i386/nm-fbsd64.h: Likewise.
8354 * config/i386/nm-obsd.h: Likewise.
8355 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8356 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8357
8358 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8359
8360 * frv-tdep.c (set_variant_scratch_registers): New function.
8361 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8362 New constants.
8363
8364 From Richard Sandiford <rsandifo@redhat.com>:
8365 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8366
8367 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8368
8369 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8370 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8371 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8372 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8373 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8374 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8375 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8376 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8377 definitions from frv-tdep.c to frv-tdep.h.
8378
8379 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8380
8381 Add shared library support for FR-V FDPIC ABI:
8382 * Makefile.in (solib-frv.o): Add dependencies.
8383 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8384 New functions.
8385 (frv_push_dummy_call): Add support for FDPIC ABI.
8386 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8387 for FDPIC ABI.
8388 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8389 (frv_fdpic_find_canonical_descriptor): Declare.
8390 * solib-frv.c: New file.
8391 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8392 * config/frv/tm-frv.h (solib.h): Include.
8393
8394 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8395
8396 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8397 (frv-tdep.o): Update dependencies.
8398 * frv-tdep.h: New file.
8399 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8400 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8401 constants.
8402 (struct gdbarch_tdep): Add new member ``frv_abi''.
8403 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8404 functions.
8405 (new_variant): Set ``frv_abi'' field.
8406 (gdb_arch_init): Detect FDPIC executables.
8407
8408 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8409
8410 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8411 wrapper.
8412
8413 2004-03-11 Andrew Cagney <cagney@redhat.com>
8414
8415 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8416
8417 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8418
8419 * solist.h (master_so_list): New function.
8420 * solib.c (master_so_list): Likewise.
8421 * solib-svr4.c (enable_break): Iterate over so_list entries
8422 obtained from master list instead of entries obtained directly
8423 via svr4_current_sos().
8424
8425 2004-03-10 Ben Elliston <bje@gnu.org>
8426
8427 * MAINTAINERS: Update my mail address.
8428
8429 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8430
8431 * remote-m32r-sdi.c: Support hardware watchpoint.
8432
8433 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8434
8435 * user-regs.c: Update copyright years.
8436 (struct user_regs): Rename to gdb_user_regs.
8437 (append_user_reg, builtin_user_regs, user_regs_init)
8438 (user_reg_add, user_reg_map_name_to_regnum)
8439 (usernum_to_user_reg): Update.
8440
8441 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8442
8443 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8444 (skip_children): New functions.
8445 (locate_pdi_sibling): Call skip_children.
8446
8447 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8448
8449 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8450 * gdbtypes.c (check_typedef): Update comments.
8451
8452 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8453
8454 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8455 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8456 pointer. Update comment about comp_unit_head.
8457 (struct abbrev_info): Shorten two int flags.
8458 (dwarf_alloc_abbrev): Take a CU argument.
8459 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8460 each time through the loop. Update cleanup argument.
8461 (psymtab_to_symtab_1): Update cleanup call.
8462 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8463 abbrev_obstack.
8464 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8465 Just call obstack_free and clear the pointer.
8466
8467 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8468
8469 * infrun.c (handle_inferior_event): Remove short-circuit code for
8470 events in a different thread.
8471
8472 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8473
8474 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8475 print the whole transfer.
8476 (initialize_targets): Update description of "set debug target".
8477
8478 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8479
8480 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8481
8482 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8483
8484 * MAINTAINERS (write after approval): Add myself.
8485
8486 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8487
8488 * sh-tdep.c (sh_print_registers_info): Use for loop.
8489 Don't skip multiple registers when a float register is encountered.
8490
8491 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8492
8493 Fix PR tdep/1291.
8494 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8495 to official SH documentation.
8496
8497 2004-03-07 Andrew Cagney <cagney@redhat.com>
8498
8499 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8500 unused function.
8501
8502 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8503
8504 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8505 (arm_get_next_pc): Handle BX and BLX.
8506
8507 2004-03-07 Andrew Cagney <cagney@redhat.com>
8508
8509 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8510 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8511 HPPA_SP_REGNUM.
8512 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8513 (hppa_target_read_fp): Delete.
8514 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8515 register_virtual_size, max_register_raw_size,
8516 max_register_virtual_size, register_byte, register_size,
8517 target_read_fp, fp_regnum, and register_bytes. Set register_type
8518 instead of register_virtual_type.
8519 (hppa32_register_type, hppa64_register_type): Replace
8520 hppa32_register_virtual_type and hppa64_register_virtual_type.
8521 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8522 (HPPA_FP_REGNUM): Define.
8523
8524 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8525
8526 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8527 (pa_do_registers_info): Delete.
8528 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8529 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8530 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8531
8532 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8533 GDB_TARGET_IS_HPPA code.
8534 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8535 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8536 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8537 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8538 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8539 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8540 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8541 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8542 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8543 (hppa_frameless_function_invocation, hppa64_store_return_value)
8544 (hppa_store_struct_return, hppa64_extract_return_value)
8545 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8546 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8547 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8548 (find_proc_framesize, deposit_21, restore_pc_queue)
8549 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8550 (rp_saved, pc_in_linker_stub): Delete.
8551
8552 Unconditionally enable 64-bit frame and ABI code.
8553 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8554 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8555 push_dummy_frame, fix_call_dummy, push_arguments,
8556 call_dummy_location, extract_return_value, use_struct_convention,
8557 store_return_value, store_struct_return, saved_pc_after_call,
8558 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8559 frame_chain, frame_chain_valid, frameless_function_invocation,
8560 frame_saved_pc, and pop_frame.
8561
8562 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8563 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8564 (hppa_gdbarch_init): Do not set PC_REGNUM.
8565
8566 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8567
8568 * config/alpha/tm-fbsd.h: Remove file.
8569 * config/alpha/fbsd.mt: Tweak comment.
8570 (TM_FILE): Set to tm-alpha.h.
8571
8572 2004-03-05 Andrew Cagney <cagney@redhat.com>
8573
8574 * infrun.c (step_over_function): When non-legacy code, and no
8575 step_frame_id, use the unwinder to get the caller's frame ID.
8576
8577 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8578
8579 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8580 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8581 bfd_arch_unknown. Adjust comment.
8582
8583 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8584 * i386obsd-tdep.c: Correct spelling in comment.
8585 * i386nbsd-tdep.c: Correct spelling in comment.
8586 * sparc-tdep.c: Correct spelling in comments.
8587
8588 2004-03-05 David Carlton <carlton@kealia.com>
8589
8590 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8591 bug.
8592
8593 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8594
8595 * sparc-tdep.c: Fix typo in comment.
8596
8597 2004-03-04 J. Brobecker <brobecker@gnat.com>
8598
8599 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8600
8601 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8602
8603 * dwarf2read.c: Add comment describing memory lifetimes.
8604 (struct dwarf2_pinfo): Update comment.
8605 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8606 (read_enumeration, new_symbol): Don't use obsavestring.
8607
8608 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8609
8610 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8611 instead of amd64_fill_fxsave.
8612 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8613 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8614
8615 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8616 Reorganize code a bit.
8617
8618 2004-03-04 Orjan Friberg <orjanf@axis.com>
8619
8620 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8621 when the frame pointer is pushed. Don't set the frame pointer's
8622 address on the stack unless it's actually located there.
8623 Set the SRP's address on the stack correctly when the PC is still in
8624 the prologue.
8625 (cris_return_value): New function.
8626 (cris_gdbarch_init): Clear deprecated store_return_value,
8627 extract_return_value.
8628
8629 2004-03-02 Jim Blandy <jimb@redhat.com>
8630
8631 * stabsread.c (reg_value_complaint): The maximum register number
8632 is one less than the number of registers.
8633
8634 2004-03-02 Andrew Cagney <cagney@redhat.com>
8635
8636 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8637 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8638 trailing comma and redundant assignment of I386_ST0_REGNUM.
8639 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8640 32-bit segment registers.
8641
8642 2004-03-01 Andrew Cagney <cagney@redhat.com>
8643
8644 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8645 use frame_relative_level and get_next_frame.
8646
8647 2004-02-29 Andrew Cagney <cagney@redhat.com>
8648
8649 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8650 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8651 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8652 Delete macro.
8653
8654 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8655
8656 * inflow.c (terminal_inferior): Don't give up the terminal if we
8657 previously couldn't get the inferior's terminal state.
8658
8659 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8660
8661 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8662 PC_REGNUM.
8663
8664 2004-02-28 Andrew Cagney <cagney@redhat.com>
8665
8666 * NEWS: Refer to GDB 6.1.
8667 * README: Refer to GDB 6.1.
8668 * PROBLEMS: Refer to GDB 6.1.
8669
8670 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8671
8672 * thread-db.c (disable_thread_signals): Remove unused function.
8673
8674 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8675
8676 * amd64-nat.c: Include "gdb_string.h".
8677 (amd64_collect_native_gregset): Zero-extend the 32-bit
8678 general-purpose registers and %eip.
8679
8680 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8681 * amd64-tdep.c (amd64_collect_fxsave): New function.
8682 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8683
8684 * i387-tdep.h: Update copyright year.
8685 (i387_collect_fxsave): New prototype.
8686 * i387-tdep.c: Update copyright year.
8687 (i387_collect_fxsave): New function containing most of the code
8688 from i387_fill_fxsave.
8689 (i387_fill_fxsave): Call i387_collect_fxsave.
8690
8691 2004-02-28 Andrew Cagney <cagney@redhat.com>
8692
8693 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8694 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8695
8696 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8697
8698 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8699
8700 2004-02-28 Andrew Cagney <cagney@redhat.com>
8701
8702 * utils.c: Use "", instead of <>, to include readline.
8703 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8704 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8705 * source.c, solib.c, exec.c, event-top.c: Ditto.
8706 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8707 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8708 * Makefile.in: Update all dependencies.
8709 (readline_tilde_h, readline_history_h): Define.
8710 (readline_headers): Delete.
8711
8712 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8713
8714 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8715 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8716 "config/i386/tm-lx64.h".
8717
8718 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8719 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8720 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8721
8722 2004-02-28 Andrew Cagney <cagney@redhat.com>
8723
8724 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8725
8726 * breakpoint.c (_initialize_breakpoint): Use
8727 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8728 Add help to show command.
8729
8730 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8731
8732 * i386-nat.c: Reformat to be closer to coding standards.
8733 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8734 `retval'. Make variables `align' and `size' local to while-loop.
8735 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8736 (_initialize_i386_nat): New prototype.
8737
8738 * tui/tui.c: Include <readline/readline.h> instead of
8739 "readline/readline.h". Include it after <term.h> and
8740 "gdb_curses.h".
8741
8742 2004-02-27 Andrew Cagney <cagney@redhat.com>
8743
8744 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8745 the new frame unwind code.
8746 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8747 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8748 PCOQ_HEAD_REGNUM.
8749
8750 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8751 "return_value" and "push_dummy_call".
8752 (hppa32_use_struct_convention): Delete unused function.
8753 (hppa32_store_return_value): Delete unused function.
8754 (hppa32_extract_return_value): Delete unused function.
8755 (hppa32_stack_align): Delete function.
8756
8757 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8758
8759 * coffread.c (enter_linenos): Don't let rawptr reference memory
8760 outside linetab[]'s limits.
8761
8762 2004-02-27 Andrew Cagney <cagney@redhat.com>
8763
8764 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8765 inferior stack space - the stack needs to grow upwards.
8766 (hppa32_frame_align): New function.
8767 (hppa64_frame_align): Replace hppa_frame_align.
8768 (hppa_gdbarch_init): Update.
8769
8770 2004-02-26 Orjan Friberg <orjanf@axis.com>
8771
8772 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8773 (dwarf2-frame.h): Include.
8774 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8775 Remove static variables related to ABI setting.
8776 (struct gdbarch_tdep): Remove cris_abi member.
8777 (struct frame_extra_info): Remove.
8778 (cris_unwind_cache, stack_item): New structs.
8779 (cris_frame_unwind, cris_frame_base): New variables.
8780 (push_stack_item, pop_stack_item)
8781 (cris_frame_unwind_cache, cris_frame_this_id)
8782 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8783 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8784 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8785 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8786 (cris_reg_struct_has_addr): New functions.
8787 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8788 (cris_frame_saved_pc, cris_saved_pc_after_call,
8789 (cris_store_struct_return, cris_frameless_function_invocation)
8790 (cris_pop_frame, cris_skip_prologue_main)
8791 (cris_abi_original_store_return_value)
8792 (cris_abi_v2_store_return_value)
8793 (cris_abi_original_extract_return_value)
8794 (cris_abi_v2_extract_return_value)
8795 (cris_abi_original_reg_struct_has_addr)
8796 (cris_abi_v2_reg_struct_has_addr)
8797 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8798 (cris_push_return_address, cris_abi_update): Remove.
8799 (_initialize_cris_tdep): Remove ABI command.
8800 (cris_dump_tdep): Ditto.
8801 (cris_gdbarch_init): Remove ABI command.
8802 Set store_return_value, extract_return_value, push_dummy_code,
8803 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8804 frame_unwind_append_sniffer, frame_base_set_default.
8805 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8806 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8807 sizeof_call_dummy_words, get_saved_register, push_return_address,
8808 pop_frame, store_struct_return, frame_init_saved_regs,
8809 init_extra_frame_info, frameless_function_invocation, frame_chain,
8810 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8811 dummy_write_sp.
8812
8813 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8814
8815 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8816 * valprint.c (print_hex_chars): Change from static to external.
8817 (print_char_chars): New function.
8818 * printcmd.c (print_scalar_formatted): For integer and enum types
8819 that are longer than LONGEST, perform processing via appropriate
8820 print_*_chars routines.
8821
8822 2004-02-26 Andrew Cagney <cagney@redhat.com>
8823
8824 * Makefile.in: Update dependencies.
8825 Changes from Ulrich Weigand,
8826 * s390-tdep.c: Include "dwarf2-frame.h".
8827 (s390_dwarf2_frame_init_reg): New function.
8828 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8829 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8830
8831 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8832
8833 * breakpoint.c (pending_break_support): New setting variable.
8834 (break_command_1): Account for pending_break_support setting
8835 when creating pending breakpoints.
8836 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8837 (_initialize_breakpoint): Add "set breakpoint pending" and
8838 "show breakpoint pending" commands.
8839
8840 2004-02-26 Andrew Cagney <cagney@redhat.com>
8841
8842 Fix PR i18n/1570.
8843 * charset.c (backslashable, backslashed, represented): Remove 'e'
8844 from list of escaped characters, not part of ISO-C.
8845
8846 2004-02-25 J. Brobecker <brobecker@gnat.com>
8847
8848 From Peter Schauer <schauer@pdf.de>:
8849 * tui/tui.c: Move system header includes after local includes.
8850 Fixes a build failure on solaris systems.
8851
8852 2004-02-25 J. Brobecker <brobecker@gnat.com>
8853
8854 * configure.in: Refine the previous change.
8855 * configure: Regenerate.
8856
8857 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8858
8859 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8860 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8861 "amd64-tdep.h" instead of "x86-64-tdep.h".
8862 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8863 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8864 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8865 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8866 and "x86-64-tdep.c".
8867 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8868 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8869 and "x86-64-tdep.c".
8870 * amd64bsd-nat.c: Update copyright year.
8871 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8872 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8873 "x86-64-tdep.h".
8874 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8875 "x86-64-tdep.h".
8876 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8877 "x86-64-tdep.h".
8878 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8879 "x86-64-tdep.h".
8880 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8881 "x86-64-tdep.h".
8882 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8883 "x86-64-tdep.h".
8884 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8885 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8886 * Makefile.in (amd64_linux_tdep_h): Renamed from
8887 x86_64_linux_tdep_h.
8888 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8889 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8890 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8891 (amd64obsd-tdep.o): Update dependencies.
8892 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8893 dependencies.
8894 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8895 dependencies.
8896 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8897 amd64-linux-nat.c amd64-linux-tdep.c.
8898 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8899 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8900 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8901 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8902 amd64-tdep.o and amd64-linux-tdep.o.
8903 (TM_FILE): Set to tm-linux64.h.
8904 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8905 (NAT_FILE): Set to nm-linux64.h.
8906 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8907 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8908 amd64-tdep.o.
8909 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8910 amd64-tdep.o.
8911 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8912 amd64-tdep.o.
8913
8914 2004-02-25 Roland McGrath <roland@redhat.com>
8915
8916 * remote.c (remote_protocol_qPart_auxv): New variable.
8917 (init_all_packet_configs): Initialize it.
8918 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8919 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8920 (show_remote_cmd): Call it.
8921 (_initialize_remote): Initialize commands.
8922 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8923 service TARGET_OBJECT_AUXV requests.
8924
8925 2004-02-25 J. Brobecker <brobecker@gnat.com>
8926
8927 * configure.in: Make sure that the wborder function is available.
8928 Otherwise, search for it in the cur_colr library.
8929 * configure: Regenerate.
8930
8931 2004-02-25 Andrew Cagney <cagney@redhat.com>
8932
8933 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8934
8935 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8936
8937 * config/i386/tm-x86-64linux.h: Tweak comments.
8938
8939 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8940
8941 * MAINTAINERS: Add self to write-after-approval list.
8942
8943 2004-02-25 Andrew Cagney <cagney@redhat.com>
8944
8945 PR cli/1566. Problem found, and fix suggested by David Allan.
8946 * cli/cli-script.c (execute_control_command): Unconditionally
8947 install a cleanup. Default "ret" to "invalid_control". Use
8948 "break" instead of "return" to escape from the switch.
8949
8950 2004-02-24 J. Brobecker <brobecker@gnat.com>
8951
8952 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8953 with the lines macro defined in term.h on AiX.
8954 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8955 a collision with the label_width macro defined in term.h on AiX.
8956
8957 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8958
8959 Committed by Kevin Buettner <kevinb@redhat.com>.
8960
8961 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8962 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8963 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8964 instead of ia64_write_pc().
8965 * ia64-linux-tdep.c (regcache.h): Include.
8966 (ia64_linux_write_pc): New function.
8967
8968 2004-02-23 Roland McGrath <roland@redhat.com>
8969
8970 * auxv.c (info_auxv_command): Fix typos in error messages.
8971
8972 2004-02-23 Mark Kettenis <kettenis@gnu.org>
8973
8974 * x86-64-tdep.h: Tweak comment.
8975 (enum amd64_regnum): New.
8976 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8977 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8978 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8979 (X86_64_XMM1_REGNUM): Removed.
8980 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8981 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8982 prototypes for renamed functions.
8983 * x86-64-tdep.c: Fix typo.
8984 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8985 register numbers.
8986 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8987 Use constants from `enum amd64_regnum' for register numbers.
8988 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8989 (amd64_analyze_prologue, amd64_frame_cache,
8990 amd64_sigtramp_frame_cache): Use constants from `enum
8991 amd64_regnum' for register numbers.
8992 (amd64_supply_fpregset): Adjust for renamed functions.
8993 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8994 `enum amd64_regnum' for register numbers.
8995 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8996 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8997 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8998 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8999 (amd64_linux_fill_gregset): Adjust for renamed macros.
9000 (fetch_core_registers): Adjust for renamed functions.
9001 (amd64_linux_init_abi): Adjust for renamed functions.
9002 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9003 renamed functions.
9004 * amd64-nat.c: Adjust for renamed macros.
9005 * amd64bsd-nat.c (fetch_inferior_registers)
9006 (store_inferior_registers): Use constants from `enum amd64_regnum'
9007 for register numbers. Adjust for renamed variables.
9008 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9009 renamed variables.
9010 (_initialize_amd64fbsd_nat): Use constants from `enum
9011 amd64_regnum' for register numbers.
9012 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9013 `enum amd64_regnum' for register numbers.
9014 (amd64fbsd_init_abi): Adjust for renamed functions.
9015 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9016 `enum amd64_regnum' for register numbers.
9017 (amd64nbsd_init_abi): Adjust for renamed functions.
9018 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9019 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9020 `enum amd64_regnum' for register numbers.
9021 (amd64obsd_init_abi): Adjust for renamed functions.
9022 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9023
9024 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9025
9026 * breakpoint.c (print_one_breakpoint): Do not output spaces
9027 after printing <PENDING> for a pending breakpoint.
9028
9029 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9030
9031 * printcmd.c (print_scalar_formatted): Initialize val_long
9032 to remove compiler warning message.
9033
9034 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9035
9036 * defs.h (nquery, yquery): New prototypes.
9037 * breakpoint.c (break_command_1): Use new nquery interface.
9038 * utils.c (defaulted_query, nquery, yquery): New functions.
9039
9040 2004-02-23 Andrew Cagney <cagney@redhat.com>
9041
9042 * hppa-tdep.c (hppa_frame_align): New function.
9043 (hppa32_push_dummy_call): New function.
9044 (hppa64_push_dummy_call): New function.
9045 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9046 disabled.
9047
9048 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9049 FIX_CALL_DUMMY when push_dummy_call is available.
9050 (call_function_by_hand, push_dummy_code): Ditto.
9051
9052 2004-02-22 Andrew Cagney <cagney@redhat.com>
9053
9054 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9055 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9056 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9057 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9058 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9059 call_dummy_location to ON_STACK.
9060
9061 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9062
9063 * x86-64-linux-tdep.c: Tweak comment.
9064 (amd64_linux_supply_gregset): Renamed from
9065 x86_64_linux_supply_gresget.
9066 (amd64_linux_fill_gregset): Renamed from
9067 x86_64_linux_fill_gregset.
9068 (fetch_core_registers): Adjust for renamed functions.
9069 (amd64_core_fns): Renamed from x86_64_core_fns.
9070 (amd64_linux_sigtramp_start): Renamed from
9071 x86_64_linux_sigtramp_start.
9072 (amd64_linux_pc_in_sigtramp): Renamed from
9073 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9074 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9075 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9076 (amd64_linux_sigcontext_addr): Renamed from
9077 x86_64_linux_sigcontext_addr.
9078 (amd64_linux_sc_reg_offset): Renamed from
9079 x86_64_linux_sc_reg_offset.
9080 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9081 Adjust for renamed functions and variables.
9082 (_initialize_amd64_linux_tdep): Renamed from
9083 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9084 variables.
9085 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9086 Adjust for renamed functions.
9087
9088 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9089 from x86_64_linux_gregset64_reg_offset.
9090 (amd64_linux_gregset32_reg_offset): Rename from
9091 x86_64_linux_gregset64_reg_offset.
9092 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9093 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9094 (amd64_linux_dr_set_control): Renamed from
9095 x86_64_linux_dr_set_control. Adjust for renamed functions.
9096 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9097 Adjust for renamed functions.
9098 (amd64_linux_dr_reset_addr): Renamed from
9099 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9100 (amd64_linux_dr_get_status): Renamed from
9101 x86_64_linux_dr_get_status. Adjust for renamed functions.
9102 (_initialize_amd64_linux_nat): Renamed from
9103 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9104 functions.
9105 * config/i386/nm-x86-64linux.h: Update copyright year.
9106 Adjust for renamed functions.
9107
9108 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9109 amd64fbsd_sigtramp_start.
9110 (amd64fbsd_sigtramp_end_addr): Renamed from
9111 amd64fbsd_sigtramp_end.
9112 (amd64fbsd_init_abi): Adjust for renamed variables.
9113 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9114 variables.
9115 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9116 amd64fbsd_sigtramp_start.
9117 (amd64fbsd_sigtramp_end_addr): Renamed from
9118 amd64fbsd_sigtramp_end.
9119
9120 2004-02-22 Andrew Cagney <cagney@redhat.com>
9121
9122 * hppa-tdep.c (hppa32_return_value): New function.
9123 (hppa64_return_value): New function.
9124 (hppa_gdbarch_init): Set return_value; keep disabled.
9125
9126 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9127 struct-return and inferior function call methods.
9128
9129 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9130 "frame-base.h".
9131 (struct hppa_frame_cache): Define.
9132 (hppa_frame_cache, hppa_frame_this_id): New functions.
9133 (hppa_frame_prev_register): New function.
9134 (hppa_frame_unwind, hppa_frame_base): New variables.
9135 (hppa_frame_unwind_sniffer): New function.
9136 (hppa_frame_base_address, hppa_unwind_pc): New function.
9137 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9138 sniffer, and frame base sniffer; keep disabled.
9139 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9140 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9141
9142 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9143 to predicates for "seriously old code".
9144
9145 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9146 runtime if(0).
9147
9148 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9149 unsigned.
9150 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9151
9152 * config/pa/tm-hppa.h: Update copyright.
9153 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9154 (deprecated_init_frame_pc_default): Delete declaration.
9155 (hppa_frame_init_saved_regs): Delete declaration.
9156 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9157 * hppa-tdep.c: Include "arch-utils.h".
9158 (hppa_gdbarch_init): Set deprecated init_frame_pc
9159 and deprecated frame_init_saved_regs.
9160 (hppa_frame_init_saved_regs): Make static.
9161
9162 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9163
9164 Remove old 386BSD support.
9165 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9166 * configure.host: Remove i[34567]86-*-bsd*.
9167 * configure.tgt: Remove i[34567]86-*-bsd*.
9168 * i386b-nat.c: Removed.
9169 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9170 (i386b-nat.o): Remove dependencies.
9171
9172 * config/i386/i386bsd.mh: Removed.
9173 * config/i386/i386bsd.mt: Removed.
9174 * config/i386/nm-i386bsd.h: Removed.
9175 * config/i386/tm-i386bsd.h: Removed.
9176 * config/i386/xm-i386bsd.h: Removed.
9177
9178 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9179
9180 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9181 (amd64fbsd_init_abi): Set link map offsets.
9182 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9183 (amd64nbsd_init_abi): Set link map offsets.
9184 * amd64obsd-tdep.c: Include "solib-svr4.h".
9185 (amd64obsd_init_abi): Set link map offsets.
9186 * i386fbsd-tdep.c: Include "solib-svr4.h".
9187 (i386fbsd_init_abi): Set link map offsets.
9188 * i386nbsd-tdep.c: Include "solib-svr4.h".
9189 (i386nbsdelf_init_abi): Set link map offsets.
9190 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9191 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9192 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9193 solib-legacy.o and core-aout.o. Reformat.
9194 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9195 solib-svr4.o, solib-legacy.o. Reformat.
9196 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9197 * config/i386/nbsdelf.mh: Reformat.
9198 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9199 solib-svr4.o, solib-legacy.o and corelow.o.
9200 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9201 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9202 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9203 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9204 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9205 (TM_FILE): Set to tm-fbsd.h.
9206 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9207 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9208 solib-svr4.o.
9209 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9210 solib-svr4.o.
9211 (TM_FILE): Set to nm-nbsd.h.
9212 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9213 Simplify shared library support. Don't include "elf/common.h".
9214 (SVR4_SHARED_LIBS): Don't define.
9215 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9216 "solib.h".
9217 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9218 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9219 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9220 Don't include "i386/tm-i386.h". Include "solib.h".
9221 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9222 Don't include "i386/tm-i386.h".
9223 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9224 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9225 Include "i386/xm-i386.h".
9226 (HOST_LONG_DOUBLE_FORMAT): Remove.
9227
9228 Fix OpenBSD/i386 sigtramp recognition.
9229 * i386-tdep.h: Update copyright year.
9230 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9231 (i386bsd_sigtramp_end): New prototypes.
9232 (i386fbsd_sigtramp_start_addr): Renamed from
9233 i386fbsd_sigtramp_start.
9234 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9235 (i386obsd_sigtramp_start_addr): Renamed from
9236 i386obsd_sigtramp_start.
9237 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9238 * i386bsd-tdep.c: Update copyright year.
9239 (i386bsd_pc_in_sigtramp): Make public.
9240 * i386fbsd-nat.c: Update copyright year.
9241 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9242 * i386fbsd-tdep.c: Update copyright year.
9243 (i386fbsd_sigtramp_start_addr): Renamed from
9244 i386fbsd_sigtramp_start.
9245 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9246 (i386fbsdaout_init_abi): Adjust for renamed variables.
9247 * i386obsd-nat.c: Update copyright year.
9248 (_initialize_i386obsd_nat): Adjust for renamed variables.
9249 * i386obsd-tdep.c: Include "target.h".
9250 (i386obsd_page_size): New variable.
9251 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9252 (i386obsd_sigtramp_end): New functions.
9253 (i386obsd_sigtramp_start_addr): Renamed from
9254 i386obsd_sigtramp_start.
9255 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9256 (i386obsd_init_abi): Adjust for renamed variables. Set
9257 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9258 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9259
9260 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9261 trampoline change in OpenBSD kernel.
9262
9263 * amd64-nat.c: Update copyright year.
9264 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9265 architecture from REGCACHE.
9266
9267 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9268 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9269
9270 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9271
9272 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9273 i[34567]86-*-openbsd3.[0-3].
9274 * config/i386/obsdaout.mh: New file.
9275
9276 * config/i386/obsd.mh (MH_FLAGS): Remove.
9277
9278 Fix PR build/1549.
9279 * i386obsd-tdep.c: Update copyright years. Include
9280 "solib-svr4.h".
9281 (i386obsd_init_abi): Don't set regset_from_core_section here.
9282 (i386obsd_aout_init_abi): New function. Set
9283 regset_from_core_section here.
9284 (i386obsd_elf_init_abi): New function.
9285 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9286 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9287 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9288 (TM_FILE): Set to tm-nbsd.h.
9289
9290 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9291 solib-sunos.o.
9292
9293 * solib-svr4.h: Update copyright year.
9294 (svr4_ilp32_fetch_link_map_offsets)
9295 (svr4_lp64_fetch_link_map_offsets): New prototype.
9296 * solib-svr4.c: Update copyright year.
9297 (svr4_ilp32_fetch_link_map_offsets)
9298 (svr4_lp64_fetch_link_map_offsets): New function.
9299
9300 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9301
9302 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9303 to the partial symbol table.
9304
9305 2004-02-20 J. brobecker <brobecker@gnat.com>
9306
9307 * PROBLEMS: Add description of problem documented under gdb/1560.
9308
9309 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9310
9311 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9312 comments.
9313 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9314 functions.
9315 (amd64obsd_init_abi): Reorder initializations. Use
9316 amd64obsd_r_reg_offset to initialize the general-purpose register
9317 set details. Set regset_from_core_section.
9318 (_initialize_amd64obsd_tdep): Rename from
9319 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9320 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9321 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9322
9323 * NEWS (New native configurations): Mention OpenBSD/alpha.
9324 * configure.tgt: Add alpha*-*-openbsd*.
9325 * configure.host: Add alpha*-*-openbsd*.
9326 * alphanbsd-tdep.c: Update copyright year.
9327 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9328
9329 2004-02-20 Andrew Cagney <cagney@redhat.com>
9330
9331 Fix PR tdep/1372.
9332 * configure.tgt: Delete target "none-*-*".
9333 * configure.host: Delete host "none-*-*".
9334 * config/none/none.mh: Delete file.
9335 * config/none/none.mt: Delete file.
9336 * config/none/xm-none.h: Delete file.
9337 * config/none/tm-none.h: Delete file.
9338 * config/none/nm-none.h: Delete file.
9339
9340 2004-02-19 Fred Fish <fnf@redhat.com>
9341
9342 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9343 cache->uses_fp prior to setting it.
9344
9345 2004-02-19 Fred Fish <fnf@redhat.com>
9346
9347 Fix for PR breakpoint/1558.
9348 * sh-tdep.c (IS_JSR): New macro.
9349 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9350
9351 2004-02-19 Jim Blandy <jimb@redhat.com>
9352
9353 * findvar.c (value_from_register): Doc fix.
9354
9355 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9356
9357 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9358 type being greater than sizeof of host's LONGEST. Always use
9359 unpack_long() unless format 'f' chosen.
9360
9361 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9362
9363 Committed by Elena Zannoni <ezannoni@redhat.com>
9364
9365 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9366 contains a symbol wich is the best, non-exact match for the given
9367 pc. Update comments.
9368
9369 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9370
9371 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9372 macro, which was part of the now removed Mach 3 port.
9373 * utils.c (request_quit): Ditto.
9374
9375 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9376
9377 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9378 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9379
9380 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9381
9382 Committed by Mark Kettenis <kettenis@gnu.org>.
9383
9384 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9385 Define.
9386
9387 2004-02-18 Andrew Cagney <cagney@redhat.com>
9388
9389 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9390 CONFIG_INSTALL and CONFIG_UNINSTALL.
9391 * configure: Re-generate.
9392 * interps.h (INTERP_TUI): Define.
9393 * Makefile.in: Update dependencies.
9394 (TUI): New macro.
9395 (tui-main.o): Specify dependencies.
9396 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9397 * tui/tui-main.c: New file.
9398
9399 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9400
9401 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9402 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9403 dependencies.
9404 * configure.host: Add x86_64-*-openbsd*.
9405 * configure.tgt: Add x86_64-*-openbsd*.
9406 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9407
9408 * tui/tui.c: Don't include <malloc.h>.
9409
9410 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9411 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9412 amd64nbsd-tdep.c.
9413
9414 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9415 static. Remove extraneous whitespace.
9416 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9417 static.
9418
9419 2004-02-17 Jim Blandy <jimb@redhat.com>
9420
9421 * findvar.c (value_from_register): Doc fix.
9422
9423 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9424
9425 Committed by Jim Blandy <jimb@redhat.com>.
9426
9427 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9428 CORE_ADDR as type for selectors. Correct types for GNU run time
9429 message lookup function to use double indirection.
9430 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9431 * objc-lang.h (lookup_child_selector): Adapt prototype.
9432
9433 * s390-nat.c (SUBOFF): New macro.
9434 (supply_gregset, fill_gregset): Use it to handle debugging
9435 of 32-bit exectuables running under a 64-bit kernel.
9436 * s390-tdep.c: Include "solib-svr4.h".
9437 (s390_svr4_fetch_link_map_offset): New function.
9438 (s390x_svr_fetch_link_map_offset): Likewise.
9439 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9440 * Makefile.in (s390-tdep.o): Update dependencies.
9441
9442 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9443 "frame-unwind.h".
9444 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9445 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9446 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9447 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9448 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9449 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9450 S390_SIGNAL_FRAMESIZE,
9451 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9452 (struct frame_extra_info): Remove.
9453 (s390_memset_extra_info): Remove.
9454 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9455 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9456 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9457 (is_rse): Renamed to ...
9458 (is_rsy): ... this. Support long displacements.
9459 (is_rxe): Renamed to ...
9460 (is_rxy): ... this. Support long displacements.
9461 (compute_x_addr): Support long displacements.
9462 (struct s390_prologue_data): New data type.
9463 (s390_on_stack): Change API to use struct s390_prologue_data.
9464 (s390_store): Reimplement.
9465 (s390_load): New function.
9466 (s390_get_signal_frame_info): Remove.
9467 (s390_get_frame_info): Remove, replace by ...
9468 (s390_analyze_prolog): ... this new function.
9469 (s390_check_function_end): Remove.
9470 (s390_function_start): Remove.
9471 (s390_frameless_function_invokation): Remove.
9472 (s390_is_sigreturn): Remove.
9473 (s390_init_frame_pc_first): Remove.
9474 (s390_init_frame_extra_info): Remove.
9475 (s390_frame_init_saved_regs): Remove.
9476 (s390_frame_saved_pc_nofix): Remove.
9477 (s390_frame_saved_pc): Remove.
9478 (s390_frame_chain): Remove.
9479 (s390_fp_regnum, s390_read_fp): Remove.
9480 (s390_pop_frame_regular, s390_pop_frame): Remove.
9481 (s390_saved_pc_after_call): Remove.
9482 (s390_skip_prologue): Reimplement.
9483 (s390_in_function_epilogue_p): Support long displacements.
9484 (struct s390_unwind_cache): New data structure.
9485 (s390_frame_unwind_cache): New function.
9486 (s390_prologue_frame_unwind_cache): Likewise.
9487 (s390_backchain_frame_unwind_cache): Likewise.
9488 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9489 (s390_frame_unwind): Define.
9490 (s390_frame_sniffer): New function.
9491 (struct s390_pltstub_unwind_cache): New data structure.
9492 (s390_pltstub_frame_unwind_cache): New function.
9493 (s390_pltstub_frame_this_id): Likewise.
9494 (s390_pltstub_frame_prev_register): Likewise.
9495 (s390_pltstub_frame_unwind): Define.
9496 (s390_pltstub_frame_sniffer): New function.
9497 (struct s390_sigtramp_unwind_cache): New data structure.
9498 (s390_sigtramp_frame_unwind_cache): New function.
9499 (s390_sigtramp_frame_this_id): Likewise.
9500 (s390_sigtramp_frame_prev_register): Likewise.
9501 (s390_sigtramp_frame_unwind): Define.
9502 (s390_sigtramp_frame_sniffer): New function.
9503 (s390_frame_base_address, s390_local_base_address): New functions.
9504 (s390_frame_base): Define.
9505 (s390_unwind_pc, s390_unwind_sp): New function.
9506 (s390_push_dummy_call): Use new frame base location.
9507 (s390_unwind_dummy_id): Likewise.
9508 (s390_gdbarch_init): Remove calls to:
9509 set_gdbarch_frameless_function_invocation,
9510 set_gdbarch_deprecated_init_frame_pc,
9511 set_gdbarch_deprecated_frame_chain,
9512 set_gdbarch_deprecated_frame_init_saved_regs,
9513 set_gdbarch_deprecated_pop_frame,
9514 set_gdbarch_deprecated_init_extra_frame_info,
9515 set_gdbarch_deprecated_init_frame_pc_first,
9516 set_gdbarch_deprecated_target_read_fp,
9517 set_gdbarch_deprecated_frame_saved_pc,
9518 set_gdbarch_deprecated_saved_pc_after_call,
9519 set_gdbarch_deprecated_fp_regnum.
9520 Add calls to:
9521 set_gdbarch_in_solib_call_trampoline,
9522 frame_unwind_append_sniffer,
9523 frame_base_set_default,
9524 set_gdbarch_unwind_pc,
9525 set_gdbarch_unwind_sp.
9526 * Makefile.in (s390-tdep.o): Update dependencies.
9527
9528 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9529 (S390_STACK_FRAME_OVERHEAD): Remove.
9530 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9531 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9532 (s390_promote_integer_argument): Remove.
9533 (s390_cannot_extract_struct_value_address): Remove.
9534 (s390_use_struct_convention, s390_store_struct_return): Remove.
9535 (s390_extract_return_value, s390_store_return_value): Remove.
9536 (s390_return_value_convention, s390_return_value): New functions.
9537 (is_float_singleton): Handle typedefs.
9538 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9539 Remove, replace by ...
9540 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9541 s390_function_arg_integer): ... these new functions.
9542 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9543 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9544 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9545 Fill in tdep->abi.
9546 Remove calls to:
9547 set_gdbarch_deprecated_store_struct_return,
9548 set_gdbarch_deprecated_extract_return_value,
9549 set_gdbarch_deprecated_store_return_value,
9550 set_gdbarch_use_struct_convention,
9551 set_gdbarch_extract_struct_value_address,
9552 set_gdbarch_deprecated_pc_in_call_dummy,
9553 set_gdbarch_deprecated_push_arguments,
9554 set_gdbarch_deprecated_save_dummy_frame_tos,
9555 set_gdbarch_deprecated_push_return_address,
9556 set_gdbarch_deprecated_sizeof_call_dummy_words,
9557 set_gdbarch_deprecated_call_dummy_words,
9558 set_gdbarch_deprecated_dummy_write_sp.
9559 Add calls to:
9560 set_gdbarch_push_dummy_call,
9561 set_gdbarch_unwind_dummy_id,
9562 set_gdbarch_return_value.
9563
9564 * config/s390/nm-linux.h: Update comments.
9565 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9566 (STOPPED_BY_WATCHPOINT): Redefine.
9567 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9568 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9569 (s390_stopped_by_watchpoint): Likewise.
9570 (watch_area_cnt): Remove.
9571 * s390-nat.c: Update comments.
9572 (watch_area): Remove typedef.
9573 Global replace watch_area by struct watch_area.
9574 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9575 (s390_stopped_by_watchpoint): Remove pid argument,
9576 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9577 (s390_fix_watch_points): Remove pid argument,
9578 use s390_inferior_tid. Recompute area spanned by watchpoints.
9579 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9580 argument. Reimplement.
9581
9582 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9583 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9584 (FETCH_INFERIOR_REGISTERS): Define.
9585 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9586 core-regset.o.
9587 * config/s390/s390x.mt: Remove.
9588 * config/s390/tm-s390.h: Remove.
9589 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9590 (TARGET_ELF64): Remove.
9591 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9592 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9593 s390*-*-* case; always set gdb_target to s390.
9594 * regformats/reg-s390.dat: Remove control registers.
9595 * regformats/reg-s390x.dat: Likewise.
9596 * s390-tdep.h: New file.
9597 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9598 Include "inferior.h" and "s390-tdep.h".
9599 Remove private definition of offsetof.
9600 (s390_register_u_addr): Remove.
9601 (regmap_gregset, regmap_fpregset): Define.
9602 (supply_gregset, fill_gregset): Reimplement.
9603 (supply_fpregset, fill_fpregset): Likewise.
9604 (s390_inferior_tid): New function.
9605 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9606 (fetch_inferior_registers, store_inferior_registers): Likewise.
9607 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9608 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9609 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9610 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9611 (struct gdbarch_tdep): Define.
9612 (struct s390_register_info): Define.
9613 (s390_register_info): New variable.
9614 (s390_register_name): Reimplement.
9615 (s390_register_type): New function.
9616 (s390_register_raw_size, s390x_register_raw_size): Remove.
9617 (s390_cannot_fetch_register): Remove.
9618 (s390_register_byte): Remove.
9619 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9620 (s390_dwarf_regmap): New variable.
9621 (s390_dwarf_reg_to_regnum): New function.
9622 (s390_stab_reg_to_regnum): Remove.
9623 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9624 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9625 (s390_convert_register_p): Likewise.
9626 (s390_register_to_value, s390_value_to_register): Likewise.
9627 (s390_register_reggroup_p): Likewise.
9628 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9629 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9630 (s390_supply_regset, s390_regset_from_core_section): New functions.
9631 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9632 (S390_FPR_SIZE): Likewise.
9633 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9634 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9635 (S390_NUM_GPRS): Move here from tm-s390.h.
9636 (S390_NUM_FPRS): Likewise.
9637 (s390_in_function_epilogue_p): New function.
9638 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9639 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9640 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9641 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9642 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9643 Remove calls to:
9644 set_gdbarch_deprecated_max_register_raw_size,
9645 set_gdbarch_deprecated_max_register_virtual_size,
9646 set_gdbarch_deprecated_register_byte,
9647 set_gdbarch_cannot_fetch_register,
9648 set_gdbarch_cannot_store_register,
9649 set_gdbarch_deprecated_register_size,
9650 set_gdbarch_deprecated_register_raw_size,
9651 set_gdbarch_deprecated_register_virtual_size,
9652 set_gdbarch_deprecated_register_virtual_type,
9653 set_gdbarch_deprecated_register_bytes.
9654 Add calls to:
9655 set_gdbarch_num_pseudo_regs,
9656 set_gdbarch_register_type,
9657 set_gdbarch_convert_register_p,
9658 set_gdbarch_register_to_value,
9659 set_gdbarch_value_to_register,
9660 set_gdbarch_register_reggroup_p,
9661 set_gdbarch_regset_from_core_section,
9662 set_gdbarch_pseudo_register_read,
9663 set_gdbarch_pseudo_register_write,
9664 set_gdbarch_in_function_epilogue_p.
9665 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9666 (s390_tdep_h): New variable.
9667
9668 2004-02-17 Jim Blandy <jimb@redhat.com>
9669
9670 * findvar.c (value_from_register): If the type has no length, just
9671 return an acceptable value --- don't report an internal error.
9672
9673 * stabsread.c (read_type): If we find any type numbers that are
9674 forward references, complain if the references aren't resolved by
9675 the time we're finished reading.
9676 (cleanup_undefined_types): Make error message more appropriate for
9677 a complaint.
9678
9679 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9680
9681 * Makefile.in (defs_h): Remove dependency on progress_h.
9682 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9683 progress.h.
9684 * main.c (captured_main): Delete use of START_PROGRESS and
9685 END_PROGRESS.
9686
9687 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9688
9689 * objfiles.c (terminate_minimal_symbol_table): Add back
9690 initialization of MSYMBOL_TYPE.
9691
9692 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9693
9694 Committed by Andrew Cagney.
9695 * Makefile.in (ia64_tdep_h): New macro.
9696 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9697 (ia64-tdep.o): Likewise.
9698 * ia64-tdep.h: New file.
9699 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9700 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9701 (ia64_aix_sigcontext_register_address): Likewise.
9702 (ia64_linux_getunwind_table): Delete declaration.
9703 * ia64-linux-tdep.c: Likewise.
9704
9705 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9706
9707 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9708 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9709 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9710
9711 2004-02-17 Andrew Cagney <cagney@redhat.com>
9712
9713 * symtab.c (skip_prologue_using_sal): New function.
9714 * symtab.h (skip_prologue_using_sal): Declare.
9715 * frv-tdep.c: Include "symtab.h".
9716 (skip_prologue_using_sal): Delete function.
9717 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9718 * rs6000-tdep.c (refine_prologue_limit): Mention
9719 skip_prologue_using_sal.
9720 * ia64-tdep.c (refine_prologue_limit): Ditto.
9721 * Makefile.in: Update dependencies.
9722
9723 2004-02-16 Andrew Cagney <cagney@redhat.com>
9724
9725 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9726 START_INFERIOR_TRAPS_EXPECTED.
9727 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9728 START_INFERIOR_TRAPS_EXPECTED.
9729 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9730 Delete macro.
9731 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9732 macro, moved to "nm-osf.h". Update copyright.
9733 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9734 update copyright.
9735
9736 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9737 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9738 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9739 frameless_look_for_prologue.
9740 * frame.h (legacy_frameless_look_for_prologue): Rename
9741 frameless_look_for_prologue.
9742 * gdbarch.h, gdbarch.c: Re-generate.
9743 * sh64-tdep.c (sh64_gdbarch_init): Update.
9744 * sh-tdep.c (sh_gdbarch_init): Update.
9745 * s390-tdep.c (s390_gdbarch_init): Update.
9746 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9747 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9748 * m68k-tdep.c (m68k_gdbarch_init): Update.
9749 (delta68_frame_args_address): Update.
9750 * m32r-tdep.c (m32r_gdbarch_init): Update.
9751 * hppa-tdep.c (hppa_gdbarch_init): Update.
9752 * h8300-tdep.c (h8300_gdbarch_init): Update.
9753 * frv-tdep.c (frv_gdbarch_init): Update.
9754 (frv_frameless_function_invocation): Update.
9755 * cris-tdep.c (cris_gdbarch_init): Update.
9756 (cris_frameless_function_invocation): Update.
9757 * avr-tdep.c (avr_gdbarch_init): Update.
9758 * arm-tdep.c (arm_gdbarch_init): Update.
9759 * stack.c (frame_info): Update, call predicate.
9760 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9761 * frame.c (legacy_get_prev_frame): Update, call predicate..
9762 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9763 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9764 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9765 invocation.
9766 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9767 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9768 * vax-tdep.c (vax_gdbarch_init): Ditto.
9769
9770 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9771 function.
9772
9773 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9774
9775 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9776 initializations.
9777
9778 2004-02-16 Andrew Cagney <cagney@redhat.com>
9779
9780 * tui/tui-windata.c: Include "gdb_string.h".
9781 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9782 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9783 * Makefile.in: Update dependencies.
9784
9785 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9786
9787 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9788 * infrun.c: Include "gdb_assert.h".
9789 (singlestep_ptid, saved_singlestep_ptid)
9790 (stepping_past_singlestep_breakpoint): New variables.
9791 (resume): Set singlestep_ptid. Check for singlestep thread
9792 hop.
9793 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9794 (handle_inferior_event): Handle singlestep thread hop.
9795
9796 2004-02-16 Andrew Cagney <cagney@redhat.com>
9797
9798 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9799 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9800 (dwarf2_frame_init_reg): Ditto.
9801
9802 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9803 suggested by Joshua Neuheisel
9804
9805 * configure.in: Always check for curses, including pdcurses.
9806 Warn, instead of error, when no curses are found. Enable TUI when
9807 curses is available.
9808 * configure: Re-generate.
9809
9810 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9811
9812 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9813 sh_sh4_register_convert_to_virtual.
9814 (sh_register_convert_to_raw): Rename from
9815 sh_sh4_register_convert_to_raw.
9816 (sh_pseudo_register_read): Accomodate above name change.
9817 (sh_pseudo_register_write): Ditto.
9818
9819 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9820
9821 * sh-tdep.c (sh_generic_register_name): Remove.
9822 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9823
9824 2004-02-15 Andrew Cagney <cagney@redhat.com>
9825
9826 * configure.in (build_warnings): Add -Wunused-function.
9827 * configure: Re-generate.
9828
9829 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9830 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9831
9832 * procfs.c (procfs_init_inferior): Assume that
9833 START_INFERIOR_TRAPS_EXPECTED is defined.
9834 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9835 * config/ns32k/tm-nbsd.h: Delete file,
9836 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9837
9838 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9839 * config/vax/tm-vax.h: Delete file.
9840
9841 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9842 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9843 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9844 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9845 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9846 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9847 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9848
9849 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9850
9851 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9852 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9853 (struct dwarf2_frame_ops): New.
9854 (dwarf2_frame_default_init_reg): New function, based on
9855 dwarf2_frame_init_reg.
9856 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9857 (dwarf2_frame_init_reg): Call architecture-specific function.
9858 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9859 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9860 instead of dwarf2_frame_data.
9861 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9862 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9863
9864 2004-02-15 Andrew Cagney <cagney@redhat.com>
9865
9866 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9867 register_gdbarch_swap.
9868 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9869 * f-lang.c (_initialize_f_language): Update, use
9870 DEPRECATED_REGISTER_GDBARCH_SWAP.
9871 * remote.c (_initialize_remote): Ditto.
9872 * regcache.c (_initialize_regcache): Ditto.
9873 * parse.c (_initialize_parse): Ditto.
9874 * infrun.c (_initialize_infrun): Ditto.
9875 * mi/mi-main.c (_initialize_mi_main): Ditto.
9876 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9877
9878 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9879 poking .cacheable directly.
9880 * symfile.c (symfile_bfd_open): Ditto.
9881
9882 * Makefile.in: Update all dependencies.
9883
9884 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9885 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9886 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9887 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9888 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9889
9890 2004-02-14 Andrew Cagney <cagney@redhat.com>
9891
9892 * arch-utils.c (legacy_convert_register_p): Check
9893 DEPRECATED_REGISTER_CONVERTIBLE_P.
9894 * findvar.c (value_of_register): Ditto.
9895
9896 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9897 * gdbarch.h, gdbarch.c: Re-generate.
9898 * arch-utils.c (deprecated_register_convertible_not): Delete.
9899 * arch-utils.h (deprecated_register_convertible_not): Delete.
9900 * mi/mi-main.c (get_register): Update. Update copyright.
9901 * infcmd.c (default_print_registers_info): Update.
9902
9903 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9904 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9905 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9906 * gdbarch.h, gdbarch.c: Re-generate.
9907 * frame.c (deprecated_get_next_frame_hack): Delete function.
9908 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9909 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9910 Update.
9911 * infcall.c (call_function_by_hand): Update.
9912
9913 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9914
9915 * symfile.c (init_entry_point_info, entry_point_address): Move
9916 from here...
9917 * objfiles.c (init_entry_point_info, entry_point_address):..to
9918 here.
9919 * symfile.h (init_entry_point_info, entry_point_address): Remove
9920 prototypes.
9921 * objfiles.h (init_entry_point_info, entry_point_address):Add
9922 prototypes.
9923 * cris-tdep.c: Remove include of symfile.h. Add include of
9924 objfiles.h.
9925 * infcall.c: Ditto.
9926 * mcore-tdep.c: Ditto.
9927 * mn10300-tdep.c: Ditto.
9928 * sh64-tdep.c: Ditto.
9929 * v850-tdep.c: Ditto.
9930 * arm-tdep.c: Remove include of symfile.h.
9931 * blockframe.c: Ditto.
9932 * coffread.c: Ditto.
9933 * dbxread.c: Ditto.
9934 * dwarf2read.c: Ditto.
9935 * dwarfread.c: Ditto.
9936 * frv-tdep.c: Ditto.
9937 * ia64-tdep.c: Ditto.
9938 * mdebugread.c: Ditto.
9939 * mipsread.c: Ditto.
9940 * rs6000-tdep.c: Ditto.
9941 * s390-tdep.c: Ditto.
9942 * sh-tdep.c: Ditto.
9943 * xstormy16-tdep.c: Ditto.
9944 * gdbarch.sh: Remove include of symfile.h.
9945 * gdbarch.c: Regenerate.
9946 * solib-irix.c (enable_break): Use entry_point_address().
9947 Add comment about include file.
9948 * xcoffread.c: Add comment about include file.
9949 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9950 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9951 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9952 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9953 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9954
9955 2004-02-13 Andrew Cagney <cagney@redhat.com>
9956
9957 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9958 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9959 copyright.
9960 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9961
9962 2004-02-12 Fred Fish <fnf@redhat.com>
9963
9964 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9965 set_gdbarch_store_return_value.
9966
9967 2004-02-12 Andrew Cagney <cagney@redhat.com>
9968
9969 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9970 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9971 (interrupt_query): Ditto.
9972 (ofunc): Delete unused variable.
9973 * cris-tdep.c (cris_abi): Delete unused function.
9974 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9975 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9976 (cris_get_asr_quick_shift_steps): Ditto.
9977 (cris_skip_prologue_frameless_p): Ditto.
9978 * arm-tdep.c (arm_push_return_address): Delete unused function.
9979 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9980 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9981 * s390-tdep.c (s390_function_start): Delete unused function.
9982
9983 2004-02-12 Andrew Cagney <cagney@redhat.com>
9984
9985 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9986 gdbarch.h, gdbarch.c: Re-generate.
9987 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9988 to generic_prologue_frameless_p.
9989 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9990 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9991
9992 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
9993
9994 * mips-linux-tdep.c: Include "frame.h".
9995 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9996 (mips_linux_skip_resolver): New functions.
9997 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9998 and set_gdbarch_in_solib_call_trampoline.
9999 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10000 to after set_gdbarch_in_solib_return_trampoline. Only set the
10001 solib hooks to mips16 functions if the OS ABI is unknown.
10002 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10003 including "config/tm-linux.h".
10004 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10005 * Makefile.in (mips-linux-tdep.o): Update.
10006
10007 2004-02-11 David Carlton <carlton@kealia.com>
10008
10009 * linespec.c (decode_compound): Only look for a class symbol when
10010 considering all but the rightmost component.
10011
10012 2004-02-11 Andrew Cagney <cagney@redhat.com>
10013
10014 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10015 abi code are are separatly grouped.
10016
10017 2004-02-11 Andrew Cagney <cagney@redhat.com>
10018
10019 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10020 * gdbarch.h, gdbarch.c: Re-generate.
10021 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10022 * v850-tdep.c (v850_gdbarch_init): Update.
10023 * sh64-tdep.c (sh64_gdbarch_init): Update.
10024 * sh-tdep.c (sh_gdbarch_init): Update.
10025 * s390-tdep.c (s390_gdbarch_init): Update.
10026 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10027 * mips-tdep.c (mips_gdbarch_init): Update.
10028 * mcore-tdep.c (mcore_gdbarch_init): Update.
10029 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10030 * m32r-tdep.c (m32r_gdbarch_init): Update.
10031 * ia64-tdep.c (ia64_gdbarch_init): Update.
10032 * hppa-tdep.c (hppa_gdbarch_init): Update.
10033 * h8300-tdep.c (h8300_gdbarch_init): Update.
10034 * frv-tdep.c (frv_gdbarch_init): Update.
10035 * d10v-tdep.c (d10v_gdbarch_init): Update.
10036 * cris-tdep.c (cris_gdbarch_init): Update.
10037 * avr-tdep.c (avr_gdbarch_init): Update.
10038 * arm-tdep.c (arm_gdbarch_init): Update.
10039 * alpha-tdep.c (alpha_gdbarch_init): Update.
10040
10041 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10042
10043 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10044 comma.
10045 (sh_sh4al_dsp_register_name): Ditto.
10046
10047 2004-02-10 Andrew Cagney <cagney@redhat.com>
10048
10049 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10050 (mips_init_frame_pc_first): Delete function.
10051 (mips_frame_saved_pc): Delete function.
10052 (mips_frame_chain): Delete function.
10053 (mips_init_extra_frame_info): Delete function.
10054 (mips_xfer_register): Delete unused variable "reg".
10055 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10056 (mips_n32n64_return_value): Delete unused variable "reg".
10057 (mips_n32n64_return_value): Delete unused variable "pos".
10058 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10059 (mips_o32_return_value): Delete unused variable "pos".
10060 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10061 (mips_print_fp_register): Delete unused variable "namelen"
10062 (mips_print_fp_register): Delete unused variable "flt2"
10063 (get_frame_pointer): Delete function.
10064 (cached_proc_desc): Delete static variable.
10065 (mips_pop_frame): Delete function.
10066 (mips_find_saved_regs): Delete function.
10067 (mips_get_saved_register): Delete function.
10068 (mips_saved_pc_after_call): Delete function.
10069 (SIGFRAME_BASE): Delete macro.
10070 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10071 (SIGFRAME_PC_OFF): Delete macro.
10072 (SIGFRAME_REGSAVE_OFF): Delete macro.
10073 (mips_dump_tdep): Do not print deleted macro definitions.
10074
10075 2004-02-10 Andrew Cagney <cagney@redhat.com>
10076
10077 * Makefile.in (SFILES): Remove explictly listed tui files.
10078 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10079
10080 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10081
10082 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10083 to use paddr functions to format ia64 addresses and long values.
10084 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10085 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10086 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10087 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10088 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10089
10090 2004-02-10 Andrew Cagney <cagney@redhat.com>
10091
10092 * defs.h: Do not include "tui.h".
10093 * gdb_curses.h: New file.
10094 * tui/tui-hooks.h: New file.
10095 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10096 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10097 (tui_initialize_io): Delete declaration.
10098 (tui_initialize_readline: Delete redundant declaration.
10099 (struct tui_point): Delete definition.
10100 * tui/tui-data.h (struct tui_point): Define.
10101 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10102 * utils.c: Include "tui/tui.h".
10103 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10104 * printcmd.c [TUI]: Include "tui/tui.h".
10105 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10106 * tui/tui-command.c: Include "gdb_curses.h".
10107 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10108 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10109 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10110 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10111 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10112 * Makefile.in: Update all dependencies.
10113 (tui_hooks_h, gdb_curses_h): Define.
10114 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10115
10116 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10117
10118 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10119 auxf2. Add comments about some other rarely used fields.
10120
10121 2004-02-10 Andrew Cagney <cagney@redhat.com>
10122
10123 * Makefile.in (init.c): Fix script removing duplicates. Problem
10124 reported by Peter Schauer.
10125
10126 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10127
10128 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10129 obstack_specify_allocation.
10130 * objfiles.c (allocate_objfile): Ditto.
10131 * solib-sunos.c (solib_add_common_symbols)
10132 (allocate_rt_common_objfile): Ditto.
10133 * symfile.c (reread_symbols): Ditto.
10134 * gdb_obstack.h: Add comment.
10135
10136 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10137
10138 * linespec.c (decode_line_1, locate_first_half)
10139 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10140 commented out code.
10141
10142 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10143
10144 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10145 obstack_free.
10146
10147 2004-02-09 Andrew Cagney <cagney@redhat.com>
10148
10149 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10150 fails, try find_pc_section. Fix PR c++/1267.
10151 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10152 instead of find_pc_mapped_section.
10153 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10154 not default to the section containing PC. Fix PR symtab/1519.
10155
10156 2004-02-09 Andrew Cagney <cagney@redhat.com>
10157
10158 * Makefile.in (mips-tdep.o): Update dependencies.
10159 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10160 "trad-frame.h".
10161 (mips_unwind_pc): Return the pseudo PC register.
10162 (mips_unwind_dummy_id): New function.
10163 (mips16_fetch_instruction): New function.
10164 (mips32_fetch_instruction): New function.
10165 (struct mips_frame_cache): Define.
10166 (mips_mdebug_frame_cache): New function.
10167 (mips_mdebug_frame_this_id): New function.
10168 (mips_mdebug_frame_prev_register): New function.
10169 (mips_mdebug_frame_unwind): Define.
10170 (mips_mdebug_frame_sniffer): New function.
10171 (mips_mdebug_frame_base_address): New function.
10172 (mips_mdebug_frame_base): Define.
10173 (mips_mdebug_frame_base_sniffer): New function.
10174 (mips_gdbarch_init): Append unwind and base sniffers. Set
10175 unwind_dummy_id.
10176
10177 2004-02-08 Andrew Cagney <cagney@redhat.com>
10178
10179 * frame.c: Print both the register number and name.
10180
10181 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10182 and a sed into a single sed. Make .c and .o patterns more robust.
10183 (OBS): Delete.
10184 (INIT_FILES): Replace OBS with COMMON_OBS.
10185 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10186
10187 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10188
10189 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10190 the PT_WCOOKIE request.
10191
10192 2004-02-08 Andrew Cagney <cagney@redhat.com>
10193
10194 * mips-tdep.c (mips_unwind_pc): New function.
10195 (mips_gdbarch_init): Set mips_unwind_pc.
10196
10197 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10198 (get_frame_id): Allow the UNKNOWN_FRAME.
10199 (frame_register_unwind, get_frame_type): Ditto.
10200
10201 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10202 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10203 unwind_dummy_id indicates a legacy frame.
10204
10205 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10206 * configure: Re-generate.
10207
10208 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10209 methods.
10210
10211 2004-02-08 Andrew Cagney <cagney@redhat.com>
10212
10213 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10214 makefile macro.
10215 * configure: Re-generate.
10216 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10217 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10218 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10219 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10220 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10221 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10222 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10223 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10224 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10225 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10226
10227 2004-02-07 Andrew Cagney <cagney@redhat.com>
10228
10229 * Makefile.in: Update all dependencies.
10230
10231 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10232 * configure: Re-generate.
10233 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10234 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10235 (COMMON_OBS): Add "main.o" and "annotate.o".
10236 (ANNOTATE_OBS): Delete.
10237 (OBS): Remove ANNOTATE_OBS.
10238 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10239 CONFIG_INITS.
10240 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10241 against CONFIG_OBS and "main.o".
10242 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10243 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10244
10245 * tui/tui-command.c: Include "gdb_string.h", delete register
10246 attribute, use ISO-C function signatures.
10247 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10248 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10249 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10250 * tui/tui.c: Ditto.
10251
10252 * tui/tui-command.c: Change variable and function names to lower
10253 case.
10254 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10255 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10256 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10257 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10258 * tui/tui-winsource.c, tui/tui.c: Ditto.
10259
10260 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10261
10262 * buildsym.c (free_pending_blocks, finish_block)
10263 (record_pending_block, make_blockvector, end_symtab): Replace
10264 symbol_obstack with objfile_obstack.
10265 * coffread.c (process_coff_symbol, coff_read_struct_type)
10266 (coff_read_enum_type): Ditto.
10267 * cp-namespace.c (initialize_namespace_symtab)
10268 (check_one_possible_namespace_symbol): Ditto.
10269 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10270 (dwarf2_symbol_mark_computed): Ditto.
10271 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10272 * elfread.c (elf_symtab_read): Ditto.
10273 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10274 (hpread_read_enum_type, hpread_read_function_type)
10275 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10276 Ditto.
10277 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10278 (java_link_class_type): Ditto.
10279 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10280 (new_symbol): Ditto.
10281 * minsyms.c (install_minimal_symbols): Ditto.
10282 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10283 (terminate_minimal_symbol_table): Replace symbol_obstack with
10284 objfile_obstack.
10285 (free_objfile): Remove freeing of symbol_obstack.
10286 * objfiles.h: Remove symbol_obstack field.
10287 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10288 objfile_obstack.
10289 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10290 symbol_obstack.
10291 (solib_add_common_symbols): Replace symbol_obstack with
10292 objfile_obstack.
10293 * somsolib.c (som_solib_add): Ditto.
10294 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10295 (common_block_start, common_block_end): Ditto.
10296 * symfile.c (reread_symbols): Remove freeing and init of
10297 symbol_obstack.
10298 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10299 * symfile.h: Update comment.
10300 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10301 stats printing.
10302 * symtab.c (symbol_set_names): Replace symbol_obstack with
10303 objfile_obstack.
10304 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10305 Update comments.
10306 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10307 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10308 objfile_obstack.
10309
10310 2004-02-07 Andrew Cagney <cagney@redhat.com>
10311
10312 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10313 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10314 fields and variables.
10315 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10316 (m_beInvisible): Delete macro.
10317 * tui/tui-data.h: Fix case case fields and variables.
10318 (m_genWinPtrIsNull): Delete macro.
10319 (tui_win_list): Rename winList.
10320 (TUI_SRC_WIN): Rename srcWin.
10321 (TUI_DISASM_WIN): Rename disassemWin.
10322 (TUI_DATA_WIN): Rename dataWin.
10323 (TUI_CMD_WIN): Rename cmdWin.
10324 (m_genWinPtrNotNull): Delete macro.
10325 (m_winPtrIsNull): Delete macro.
10326 (m_winPtrNotNull): Delete macro.
10327 (tui_win_is_source_type): Replace m_winIsSourceType
10328 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10329 (tui_win_has_locator): Replace m_hasLocator.
10330 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10331 m_setWinHighlightOff.
10332 * tui/tui-data.c: Update references.
10333 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10334 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10335 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10336 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10337 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10338 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10339 * tui/tui-winsource.c, tui/tui.c: Ditto.
10340
10341 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10342
10343 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10344 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10345 StackGhost.
10346
10347 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10348 variable `i6' to `i7'.
10349 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10350
10351 2004-02-07 Andrew Cagney <cagney@redhat.com>
10352
10353 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10354 (TuiPoint, TuiPointPtr): Ditto.
10355 (TuiStatus, TuiStatusPtr): Ditto.
10356 (TuiWinType, TuiWinTypePtr): Ditto.
10357 (struct tui_point): Rename _TuiPoint.
10358 (tui_get_low_disassembly_address): Rename
10359 tuiGetLowDisassemblyAddress.
10360 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10361 (tuiFree): Delete declaration.
10362 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10363 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10364 * tui/tui.c (tuiFree): Delete function.
10365 * cli/cli-cmds.c (disassemble_command): Update references.
10366 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10367 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10368 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10369 * tui/tui-winsource.c: Ditto.
10370
10371 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10372
10373 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10374 coffstab_build_psymtabs, elfstab_build_psymtabs)
10375 (stabsect_build_psymtabs): Replace psymbol_obstack with
10376 objfile_obstack.
10377 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10378 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10379 Ditto.
10380 * dwarfread.c (scan_compilation_units): Ditto.
10381 * elfread.c (elfstab_offset_sections): Ditto.
10382 * hppa-tdep.c (read_unwind_info): Ditto.
10383 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10384 (hpread_end_psymtab): Ditto.
10385 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10386 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10387 Ditto.
10388 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10389 * objfiles.c (add_to_objfile_sections)
10390 (build_objfile_section_table): Ditto.
10391 (allocate_objfile): Remove init of psymbol_obstack.
10392 (free_objfile): Remove freeing of psymbol_obstack.
10393 * objfiles.h (struct objfile): Remove field
10394 psymbol_obstack. Update comments.
10395 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10396 psymbol_obstack with objfile_obstack.
10397 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10398 psymbol_obstack.
10399 * somread.c (som_symfile_offsets, init_import_symbols)
10400 (init_export_symbols): Replace psymbol_obstack with
10401 objfile_obstack.
10402 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10403 * symfile.c (default_symfile_offsets, syms_from_objfile)
10404 (reread_symbols): Remove freeing and init of psymbol_obstack.
10405 (cashier_psymtab): Update comment.
10406 * symmisc.c (print_objfile_statistics): Don't report stats for
10407 psymbol obstack.
10408 * symtab.h (struct general_symbol_info, struct partial_symtab):
10409 Update comments.
10410 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10411 (xcoff_symfile_offsets): Replace psymbol_obstack with
10412 objfile_obstack.
10413
10414 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10415
10416 * objfiles.h (struct objfile): Add objfile_obstack field.
10417 Remove type_obstack field.
10418
10419 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10420 read_structure_scope read_enumeration, new_symbol): Replace
10421 type_obstack with objfile_obstack.
10422 * dwarfread.c (struct_type, enum_type): Ditto.
10423 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10424 (lookup_fundamental_type): Ditto.
10425 * gdbtypes.h (TYPE_ALLOC): Ditto.
10426 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10427 (hpread_read_doc_function_type, hpread_read_struct_type)
10428 (fix_static_member_physnames, hpread_read_array_type)
10429 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10430 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10431 (java_link_class_type): Ditto.
10432 * mdebugread.c (parse_type): Ditto.
10433 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10434 * solib-sunos.c (solib_add_common_symbols): Ditto.
10435 * stabsread.c (define_symbol, read_type, read_member_functions,
10436 read_cpp_abbrev, read_one_struct_field): Ditto.
10437 * symfile.c (reread_symbols): Ditto.
10438 * symmisc.c (print_objfile_statistics): Ditto.
10439
10440 2004-02-07 Andrew Cagney <cagney@redhat.com>
10441
10442 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10443 (tui_exec_info_content): Rename TuiExecInfoContent.
10444 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10445 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10446 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10447 (TuiList, TuiListPtr): Ditto.
10448 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10449 (TuiDataType, TuiDataTypePtr): Ditto.
10450 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10451 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10452 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10453 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10454 (TuiDataElement, TuiDataElementPtr): Ditto.
10455 (TuiWinElement, TuiWinElementPtr): Ditto.
10456 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10457 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10458 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10459 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10460 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10461 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10462 * tui/tui-command.c, tui/tui-data.c: Update references.
10463 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10464 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10465 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10466 * tui/tui-winsource.c, tui/tui.c: Ditto.
10467
10468 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10469
10470 * dwarf2-frame.h: Update copyright.
10471 (enum dwarf2_frame_reg_rule): New.
10472 (struct dwarf2_frame_state_reg): New.
10473 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10474 * dwarf2-frame.c: Update copyright.
10475 (enum dwarf2_reg_rule): Remove.
10476 (struct dwarf2_frame_state): Remove defenition of `struct
10477 dwarf2_frame_state_reg'.
10478 (read_reg): Call get_frame_arch to get the architecture instead of
10479 using CURRENT_GDBARCH.
10480 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10481 DWARF2_FRAME_.
10482 (dwarf2_frame_init_reg): New function.
10483 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10484 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10485 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10486 tags with DWARF2_FRAME_.
10487 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10488 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10489 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10490
10491 2004-02-06 Andrew Cagney <cagney@redhat.com>
10492
10493 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10494 (enum tui_data_type): Rename _TuiDataType.
10495 (struct tui_layout_def): Rename _TuiLayoutDef.
10496 (struct tui_source_element): Rename _TuiSourceElement.
10497 (struct tui_data_element): Rename _TuiDataElement.
10498 (struct tui_command_element): Rename _TuiCommandElement.
10499 (struct tui_locator_element): Rename _TuiLocatorElement.
10500 (union tui_which_element): Define.
10501 (struct tui_win_element): Rename _TuiWinElement.
10502 (struct tui_data_info): Rename _TuiDataInfo.
10503 (struct tui_source_info): Rename _TuiSourceInfo.
10504 (struct tui_command_info): Rename _TuiCommandInfo.
10505 (tui_initialize_static_data): Rename initializeStaticData.
10506 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10507 (tui_alloc_win_info): Rename allocWinInfo.
10508 (tui_init_generic_part): Rename initGenericPart.
10509 (tui_init_win_info): Rename initWinInfo.
10510 (tui_alloc_content): Rename allocContent.
10511 (tui_add_content_elements): Rename addContentElements.
10512 (tui_init_content_element): Rename initContentElement.
10513 (tui_free_window): Rename freeWindow.
10514 (tui_free_win_content): Rename freeWinContent.
10515 (tui_free_data_content): Rename freeDataContent.
10516 (tui_free_all_source_wins_content): Rename
10517 freeAllSourceWinsContent.
10518 (tui_del_window): Rename tuiDelWindow.
10519 (tui_del_data_windows): Rename tuiDelDataWindows.
10520 (tui_partial_win_by_name): Rename partialWinByName.
10521 (tui_win_name): Rename winName.
10522 (tui_current_layout): Rename currentLayout.
10523 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10524 (tui_term_height): Rename termHeight.
10525 (tui_set_term_height_to): Rename setTermHeightTo.
10526 (tui_term_width): Rename termWidth.
10527 (tui_set_term_width_to): Rename setTermWidthTo.
10528 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10529 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10530 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10531 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10532 (tui_source_windows): Rename sourceWindows.
10533 (tui_clear_source_windows): Rename clearSourceWindows.
10534 (tui_clear_source_windows_detail): Rename
10535 clearSourceWindowsDetail.
10536 (tui_clear_win_detail): Rename clearWinDetail.
10537 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10538 (tui_default_tab_len): Rename tuiDefaultTabLen.
10539 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10540 (tui_win_with_focus): Rename tuiWinWithFocus.
10541 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10542 (tui_layout_def): Rename tuiLayoutDef.
10543 (tui_win_resized): Rename tuiWinResized.
10544 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10545 (tui_next_win): Rename tuiNextWin.
10546 (tui_prev_win): Rename tuiPrevWin.
10547 (tui_add_to_source_windows): Rename addToSourceWindows.
10548 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10549 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10550 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10551 * tui/tui.c, tui/tui-data.c: Ditto.
10552 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10553 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10554
10555 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10556 (struct symtab): Declare.
10557 (tui_set_source_content): Rename tuiSetSourceContent.
10558 (tui_show_symtab_source): Rename tuiShowSource.
10559 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10560 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10561 * tui/tui-source.c: Update copyright. Update references.
10562 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10563 * tui/tui-stack.c: Update references.
10564
10565 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10566 (struct tui_win_info): Declare.
10567 (tui_scroll_forward): Rename tuiScrollForward.
10568 (tui_scroll_backward): Rename tuiScrollBackward.
10569 (tui_scroll_left): Rename tuiScrollLeft.
10570 (tui_scroll_right): Rename tuiScrollRight.
10571 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10572 (tui_resize_all): Rename tuiResizeAll.
10573 (tui_refresh_all_win): Rename tuiRefreshAll.
10574 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10575 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10576 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10577 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10578
10579 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10580 (tui_erase_data_content): Rename tuiEraseDataContent.
10581 (tui_display_all_data): Rename tuiDisplayAllData.
10582 (tui_check_data_values): Rename tuiCheckDataValues.
10583 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10584 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10585 (tui_first_data_element_no_in_line): Rename
10586 tuiFirstDataElementNoInLine.
10587 (tui_delete_data_content_windows): Rename
10588 tuiDeleteDataContentWindows.
10589 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10590 (tui_display_data_from): Rename tuiDisplayDataFrom.
10591 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10592 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10593 * tui/tui-win.c, tui/tui-regs.c: Update references.
10594 * tui/tui-layout.c, tui/tui.c: Update references.
10595
10596 * tui/tui-wingeneral.h: Update copyright.
10597 (m_allBeVisible): Delete macro.
10598 (m_allBeInvisible): Delete macro.
10599 (struct tui_gen_win_info): Declare.
10600 (struct tui_win_info): Declare.
10601 (tui_unhighlight_win): Rename unhighlightWin.
10602 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10603 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10604 (tui_make_window): Rename makeWindow.
10605 (tui_copy_win): Rename copyWin.
10606 (tui_box_win): Rename boxWin.
10607 (tui_highlight_win): Rename highlightWin.
10608 (tui_check_and_display_highlight_if_needed): Rename
10609 checkAndDisplayHighlightIfNeeded.
10610 (tui_refresh_all): Rename refreshAll.
10611 (tui_delete_win): Rename tuiDelwin.
10612 (tui_refresh_win): Rename tuiRefreshWin.
10613 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10614 (tui_make_visible, tui_make_invisible): New functions.
10615 (tui_make_all_visible, tui_make_all_invisible): New functions.
10616 (make_all_visible): Rename makeAllVisible.
10617 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10618 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10619 * tui/tui-windata.c, tui/tui-win.c: Update references.
10620 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10621 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10622
10623 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10624
10625 * proc-api.c (write_with_trace): Initialize local variable to
10626 silence compiler warning.
10627
10628 2004-02-06 Andrew Cagney <cagney@redhat.com>
10629
10630 * tui/tui-source.h: Do not include "defs.h".
10631 (struct tui_win_info): Declare.
10632 (tui_set_source_content_nil): Declare.
10633 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10634 (union tui_line_or_address): Rename _TuiLineOrAddress.
10635 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10636 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10637 (tui_update_source_window_as_is): Rename
10638 tuiUpdateSourceWindowAsIs.
10639 (tui_update_source_windows_with_addr): Rename
10640 tuiUpdateSourceWindowsWithAddr.
10641 (tui_update_source_windows_with_line): Rename
10642 tuiUpdateSourceWindowsWithLine.
10643 (tui_clear_source_content): Rename tuiClearSourceContent.
10644 (tui_erase_source_content): Rename tuiEraseSourceContent.
10645 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10646 (tui_show_source_content): Rename tuiShowSourceContent.
10647 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10648 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10649 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10650 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10651 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10652 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10653 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10654 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10655 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10656 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10657 (struct tui_win_info): Declare.
10658 * tui/tui-stack.c: Update references.
10659 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10660 * tui/tui-win.c, tui/tui-source.c: Ditto.
10661 * tui/tui.c, tui/tui-disasm.c: Ditto.
10662
10663 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10664
10665 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10666 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10667
10668 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10669
10670 * infrun.c (handle_inferior_event): Allow for breakpoint
10671 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10672 and SIGEMT. Update comments.
10673 * NEWS (Revised SPARC target): Mention support for non-executable
10674 stack.
10675
10676 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10677
10678 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10679 * inftarg.c: Update copyright year.
10680 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10681 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10682 (sparc_xfer_wcookie): New function.
10683 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10684 * Makefile.in (sparc-nat.o): Update dependencies.
10685 * config/sparc/nm-nbsd.h: Include "target.h".
10686 (NATIVE_XFER_WCOOKIE): New define.
10687 (sparc_xfer_wcookie): New prototype.
10688
10689 2004-02-04 Andrew Cagney <cagney@redhat.com>
10690
10691 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10692 SYSCALL_TRAP function.
10693 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10694
10695 2004-02-04 Andrew Cagney <cagney@redhat.com>
10696 Daniel Jacobowitz <drow@mvista.com>
10697
10698 * objfiles.h: Delete comments refering to inside_entry_func and
10699 DEPRECATED_FRAME_CHAIN_VALID.
10700 * defs.h (inside_entry_func): Update prototype..
10701 * blockframe.c (inside_entry_func): Rename to
10702 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10703 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10704
10705 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10706
10707 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10708 outside of #ifdef SOLIB_ADD region.
10709 (do_restore_lang_radix_cleanup): Ditto.
10710 (resolve_pending_breakpoint): Ditto.
10711
10712 2004-02-03 Andrew Cagney <cagney@redhat.com>
10713
10714 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10715 (process_note_abi_tag_sections): Delete unused function.
10716 (ia64_read_fp): Delete unused function.
10717 (gdbarch_extract_struct_value_address): Delete declaration.
10718
10719 2004-02-02 Andrew Cagney <cagney@redhat.com>
10720
10721 * vax-tdep.c (vax_frame_chain): Delete call to
10722 deprecated_inside_entry_file.
10723 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10724
10725 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10726
10727 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10728 column that's "empty" or "same value" when eliminating REG_RA
10729 rules.
10730
10731 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10732
10733 * NEWS: Add information about new pending breakpoint support.
10734
10735 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10736
10737 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10738 and pending fields for pending breakpoint support.
10739 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10740 (condition_command): Only parse condition if not a pending
10741 breakpoint.
10742 (print_one_breakpoint): Add support for pending breakpoints.
10743 (describe_other_breakpoints): Add checks to verify we are not
10744 dealing with pending breakpoints.
10745 (check_duplicates): Don't check pending breakpoints.
10746 (set_raw_breakpoint): Initialize pending flag.
10747 (do_restore_lang_radix_cleanup): New cleanup routine.
10748 (resolve_pending_breakpoint): New function.
10749 (re_enable_breakpoints_in_shlibs): Try and resolve any
10750 pending breakpoints via resolve_pending_breakpoint.
10751 (mention): Add pending breakpoint support.
10752 (parse_breakpoint_sals): Add new parameter to pass to
10753 decode_line_1 to indicate silent errors when files or functions
10754 are not found. Change all callers.
10755 (do_captured_parse_breakpoint): New function.
10756 (break_command_1): Change prototype to return an rc value and to
10757 take an optional pending breakpoint pointer. Support creating
10758 a pending breakpoint if a "not found" form of error occurs when
10759 parsing the breakpoint. Also support resolving an existing pending
10760 breakpoint and be silent if the resolution fails.
10761 (create_breakpoints): Change prototype to take pending breakpoint
10762 pointer. When resolving a pending breakpoint, use the new pointer
10763 to provide a conditional or commands added by the end-user.
10764 (delete_breakpoint): Add appropriate check for pending.
10765 (breakpoint_re_set_one): Ditto.
10766 (do_enable_breakpoint): Ditto.
10767
10768 2004-02-02 David Carlton <carlton@kealia.com>
10769
10770 * valops.c (enum oload_classification): New.
10771 (find_overload_match): Break implementation into separate
10772 functions; delete #if 0'd code; look for symbols within
10773 namespaces.
10774 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10775 (find_oload_champ,oload_method_static,classify_oload_match): New.
10776 * cp-support.h: Add declaration for cp_func_name; update
10777 declaration for make_symbol_overload_list.
10778 * cp-support.c (cp_func_name): New.
10779 (overload_list_add_symbol): Fix comment, use
10780 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10781 (make_symbol_overload_list): Take a function name and a namespace
10782 instead of a symbol; change implementation.
10783 (make_symbol_overload_list_using): New.
10784 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10785
10786 2004-02-02 Fred Fish <fnf@redhat.com>
10787
10788 * main.c (gdb_stdtarg): Move definition to group with other
10789 gdb_stdtarg definitions and update copyright years.
10790 * remote-sim.c (gdb_os_write_stderr): Write output to
10791 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10792 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10793 gdb_stderr stream and update copyright years.
10794
10795 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10796
10797 * Makefile.in (mips-linux-nat.o): Update dependencies.
10798 * mips-linux-nat.c: Include mips-tdep.h.
10799
10800 2004-02-01 Roland McGrath <roland@redhat.com>
10801
10802 * sol-thread.c (sol_thread_xfer_partial): New function.
10803 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10804 (init_sol_core_ops): Likewise.
10805
10806 * procfs.c (procfs_xfer_partial): New function.
10807 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10808 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10809
10810 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10811 procfs_xfer_auxv function.
10812
10813 * procfs.c (procfs_make_note_section): If we can read
10814 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10815 * linux-proc.c (linux_make_note_section): Likewise.
10816
10817 * auxv.h: New file.
10818 * auxv.c: New file.
10819 * Makefile.in (auxv_h): New variable.
10820 (COMMON_OBS): Add auxv.o here.
10821 (auxv.o): New target.
10822
10823 * corelow.c (core_xfer_partial): New function.
10824 (init_core_ops): Use it for core_ops.to_xfer_partial.
10825
10826 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10827 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10828 macro if that is defined.
10829
10830 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10831
10832 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10833 and check the specified thread for each breakpoint.
10834 * breakpoint.h (bpstat_stop_status): Update prototype.
10835 * infrun.c (handle_inferior_event): Update calls to
10836 bpstat_stop_status.
10837
10838 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10839
10840 * Makefile.in (cli-cmds.o): Add $(readline_h).
10841
10842 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10843
10844 * cli/cli-cmds.c: Include readline.h.
10845 (complete_command): Pass the start of the last word to
10846 complete_line.
10847
10848 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10849
10850 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10851 argument, and change first argument to a CORE_ADDR.
10852 * breakpoint.h (bpstat_stop_status): Update prototype.
10853 * infrun.c (adjust_pc_after_break): Add a new comment.
10854 (handle_inferior_event): Update calls to bpstat_stop_status.
10855
10856 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10857
10858 * breakpoint.h: Update copyright years.
10859
10860 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10861
10862 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10863 (bpstat_stop_status): Don't decrement PC.
10864 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10865 prototype.
10866 * infrun.c (adjust_pc_after_break): New function.
10867 (handle_inferior_event): Call it, early. Remove later references
10868 to DECR_PC_AFTER_BREAK.
10869 (normal_stop): Add commentary.
10870
10871 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10872
10873 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10874 2004-01-27 double-free fix.
10875
10876 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10877
10878 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10879 (sparc32_frame_prev_register): Handle StackGhost.
10880 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10881
10882 2004-01-29 Roland McGrath <roland@redhat.com>
10883
10884 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10885 * configure: Regenerated.
10886
10887 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10888 * Makefile.in (procfs.o): Add dep.
10889
10890 2004-01-28 Andrew Cagney <cagney@redhat.com>
10891
10892 * tui/tui-stack.h: Update copyright.
10893 (struct frame_info): Add opaque declaration.
10894 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10895 (tui_show_locator_content): Rename tuiShowLocatorContent.
10896 (tui_show_frame_info): Rename tuiShowFrameInfo.
10897 * tui/tui-stack.c: Update copyright. Update references.
10898 * tui/tui-winsource.c: Update references.
10899 * tui/tui-win.c: Update references.
10900 * tui/tui-layout.c: Update references.
10901 * tui/tui-hooks.c: Update copyright, update references.
10902 * tui/tui.c: Update copyright, update references.
10903 * tui/tui-disasm.c: Update references.
10904
10905 2004-01-28 David Carlton <carlton@kealia.com>
10906
10907 * dwarf2read.c (add_partial_structure): Use demangled name if
10908 namespace equals "".
10909
10910 2004-01-27 Jim Blandy <jimb@redhat.com>
10911
10912 Clean up misapplied patch:
10913 * dwarf2read.c (determine_prefix): Change one of the two forward
10914 declarations for 'determine_prefix_aux' to a declaration for this.
10915 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10916 argument to 'die_specification'.
10917
10918 * dwarf2read.c (read_func_scope): Re-indent comment.
10919
10920 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10921
10922 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10923 b->exp to NULL after freeing so that error during re-parsing or
10924 evaluation of expressions associated with breakpoint don't
10925 eventually lead to re-freeing of storage.
10926 Committed by Andrew Cagney.
10927
10928 2004-01-27 Andrew Cagney <cagney@redhat.com>
10929
10930 * source.c (ambiguous_line_spec): Delete undefined declaration.
10931 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10932 (m32r_set_server_address, m32r_set_download_path): Ditto.
10933 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10934
10935 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10936
10937 * dwarf2read.c: Update calls to changed and renamed functions, and
10938 references to moved variables.
10939
10940 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10941 language, language_defn, list_in_scope, and ftypes members.
10942 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10943 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10944 (baseaddr): Remove globals.
10945
10946 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10947 (set_cu_language, die_is_declaration, die_specification)
10948 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10949 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10950 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10951 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10952
10953 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10954 cu.list_in_scope. Don't initialize cu_header_offset.
10955 (add_partial_symbol): Add local baseaddr.
10956 (psymtab_to_symtab_1): Add local baseaddr. Use
10957 objfile->section_offsets for consistency. Don't initialize
10958 cu_header_offset; do initialize cu.header.offset and
10959 cu.list_in_scope.
10960 (read_file_scope, read_func_scope, read_lexical_block_scope)
10961 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10962
10963 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10964
10965 * PROBLEMS: Add gdb/1516.
10966
10967 2003-12-29 Robert Millan <robertmh@gnu.org>
10968
10969 Patch committed by Andrw Cagney.
10970 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10971 * configure.tgt: Match knetbsd*-gnu.
10972
10973 2004-01-26 Andrew Cagney <cagney@redhat.com>
10974
10975 * breakpoint.c (catch_command_1): Delete #ifdef code.
10976 (catch_fork_command_1): Delete #ifdef wrapper.
10977 (catch_exec_command_1): Ditto.
10978 (catch_load_command_1): Ditto.
10979 (catch_unload_command_1): Ditto.
10980
10981 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10982 (catch_breakpoint): Delete #if0ed function.
10983 (disable_catch_breakpoint): Ditto.
10984 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10985 (disable_catch, enable_catch, delete_catch): Ditto.
10986
10987 2004-01-26 Andrew Cagney <cagney@redhat.com>
10988
10989 * remote.c (echo_check, quit_flag): Delete variables.
10990 (cisco_kernel_mode): Delete variable.
10991 (minitelnet_return, tty_input, escape_count): Delete variables.
10992 (remote_cisco_mode): Delete variable.
10993 (remote_cisco_open, remote_cisco_close): Delete function.
10994 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10995 (init_remote_cisco_ops): Delete function.
10996 (_initialize_remote): Do not install "remote cisco" code.
10997 (read_frame): Delete cisco specific code.
10998 (remote_info_process): Delete function.
10999 (remote_wait): Delete cisco specific code.
11000 (remote_cisco_section_offsets): Delete function.
11001 (remote_cisco_objfile_relocate): Delete function.
11002 (remote_async_wait): Delete cisco specific code.
11003 (minitelnet, readtty, readsocket): Delete function.
11004
11005 2004-01-26 Andrew Cagney <cagney@redhat.com>
11006
11007 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11008 comments mentioning extract_returned_value_address.
11009 * infcmd.c (print_return_value): Update. Add comments on
11010 extract_returned_value_address.
11011 * stack.c (return_command): Add comments on
11012 extract_returned_value_address.
11013 * values.c: Update comment.
11014 * m32r-tdep.c: Update comment.
11015 * sparc-tdep.c: Update comment.
11016 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11017 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11018 * sh64-tdep.c (sh64_gdbarch_init): Update.
11019 * sh-tdep.c (sh_gdbarch_init): Update.
11020 * s390-tdep.c (s390_gdbarch_init): Update.
11021 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11022 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11023 * m68k-tdep.c (m68k_gdbarch_init): Update.
11024 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11025 * m32r-tdep.c (m32r_gdbarch_init): Update.
11026 * ia64-tdep.c (ia64_gdbarch_init): Update.
11027 * h8300-tdep.c (h8300_gdbarch_init): Update.
11028 * frv-tdep.c (frv_gdbarch_init): Update.
11029 * arm-tdep.c (arm_gdbarch_init): Update.
11030 * alpha-tdep.c (alpha_gdbarch_init): Update.
11031
11032 2004-01-26 Andrew Cagney <cagney@redhat.com>
11033
11034 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11035 SYMBOL_LOCATION_FUNCS
11036 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11037 "struct symbol_ops".
11038 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11039 type to "struct symbol_ops".
11040 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11041 (struct symbol): Replace ".aux_value.loc.funcs" and
11042 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11043 (SYMBOL_OBJFILE): Delete macro.
11044 (SYMBOL_LOCATION_FUNCS): Delete macro.
11045 (SYMBOL_LOCATION_BATON): Update.
11046 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11047 intead of SYMBOL_LOCATION_FUNCS.
11048 * ax-gdb.c (gen_var_ref): Ditto.
11049 * printcmd.c (address_info): Ditto.
11050 * findvar.c (read_var_value): Ditto.
11051 (symbol_read_needs_frame): Ditto.
11052
11053 2004-01-26 Andrew Cagney <cagney@redhat.com>
11054
11055 * dwarf2read.c (read_func_scope): Document frame-base hack.
11056
11057 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11058
11059 * infcmd.c (print_return_value): Plug memory leak; delete
11060 ui_stream object. Rename argument `structure_return' to
11061 `struct_return'.
11062
11063 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11064
11065 * infcmd.c (print_return_value): Wrap long lines.
11066 (finish_command_continuation, finish_command): Remove unused
11067 variable `funcaddr'. Fix some coding-standards problems.
11068
11069 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11070 SECT_SIZE is large enough, not whether it's exactly the right size.
11071 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11072 TDEP->fpregset to zero.
11073
11074 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11075 floating-point registers for traditional NetBSD core files.
11076 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11077 TDEP->sizeof_fpregset here.
11078
11079 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11080
11081 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11082 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11083 function with code split out from
11084 sparc32nbsd_sigcontext_frame_cache.
11085 (sparc32nbsd_sigcontext_frame_cache): Use
11086 sparc32nbsd_sigcontext_saved_regs.
11087 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11088 OpenBSD.
11089 * sparcobsd-tdep.c: New file.
11090 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11091 (sparcobsd-tdep.o): New dependency.
11092 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11093 * config/sparc/obsd.mt: New file.
11094
11095 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11096 TDEP->fpregset to be initialized to enable core file register
11097 sets.
11098
11099 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11100
11101 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11102 Add opaque declarations.
11103 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11104 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11105 function with code split out from
11106 sparc64nbsd_sigcontext_frame_cache.
11107 (sparc64nbsd_sigcontext_frame_cache): Use
11108 sparc64nbsd_sigcontext_saved_regs.
11109 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11110 OpenBSD.
11111 * sparc64obsd-tdep.c: New file.
11112 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11113 (sparc64obsd-tdep.o): New dependency.
11114 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11115 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11116 * config/sparc/obsd64.mt: New file.
11117
11118 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11119 read the instruction at PC.
11120
11121 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11122 value of GDB_OSABI_DEFAULT.
11123 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11124 instead of GDB_OSABI_NETBSD_AOUT.
11125
11126 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11127
11128 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11129 copyright.
11130
11131 2004-01-23 Andrew Cagney <cagney@redhat.com>
11132
11133 * printcmd.c (display_command): Replace tui_set_display call with
11134 tui_set_layout_for_display_command.
11135 * tui/tui.h (enum tui_win_type): Define.
11136 (tui_set_layout): Delete declaration.
11137 (tui_set_layout_for_display_command): Rename set_tui_layout.
11138 * tui/tui-data.h (enum tui_layout_type): Define.
11139 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11140 "tui.h".
11141 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11142 (tui_default_win_height): Rename tuiDefaultWinHeight.
11143 (tui_default_win_viewport_height): Rename
11144 tuiDefaultWinViewportHeight.
11145 (tui_set_layout): RenametuiSetLayout.
11146 * tui/tui-layout.c: Update references.
11147 * tui/tui.c: Update references.
11148 * tui/tui-disasm.c: Update references.
11149
11150 2004-01-23 David Carlton <carlton@kealia.com>
11151
11152 Partial workaround for PR c++/1511:
11153 * cp-namespace.c: Include frame.h.
11154 (cp_lookup_transparent_type): New
11155 (cp_lookup_transparent_type_loop): New.
11156 * cp-support.h: Declare cp_lookup_transparent_type.
11157 * symtab.c (basic_lookup_transparent_type): Renamed from
11158 lookup_transparent_type.
11159 (lookup_transparent_type): Replace old body by a call to
11160 current_language->la_lookup_transparent_type.
11161 * symtab.h: Update copyright. Declare
11162 basic_lookup_transparent_type.
11163 * language.h: Update copyright.
11164 (struct language_defn): Add la_lookup_transparent_type.
11165 * language.c: Update copyright.
11166 (unknown_language_defn): Add basic_lookup_transparent_type.
11167 (auto_language_defn): Add basic_lookup_transparent_type.
11168 (local_language_defn): Add basic_lookup_transparent_type.
11169 * ada-lang.c: Update copyright.
11170 (ada_language_defn): Add basic_lookup_transparent_type.
11171 * c-lang.c: Update copyright.
11172 (c_language_defn): Add basic_lookup_transparent_type.
11173 (cplus_language_defn): Add basic_lookup_transparent_type.
11174 (asm_language_defn): Add basic_lookup_transparent_type.
11175 (minimal_language_defn): Add basic_lookup_transparent_type.
11176 * f-lang.c: Update copyright.
11177 (f_language_defn): Add basic_lookup_transparent_type.
11178 * jv-lang.c: Update copyright.
11179 (java_language_defn): Add basic_lookup_transparent_type.
11180 * m2-lang.c: Update copyright.
11181 (m2_language_defn): Add basic_lookup_transparent_type.
11182 * objc-lang.c: Update copyright.
11183 (objc_language_defn): Add basic_lookup_transparent_type.
11184 * p-lang.c: Update copyright.
11185 (p_language_defn): Add basic_lookup_transparent_type.
11186 * scm-lang.c: Update copyright.
11187 (scm_language_defn): Add basic_lookup_transparent_type.
11188 * Makefile.in (cp-namespace.o): Depend on frame.h.
11189
11190 2004-01-23 David Carlton <carlton@kealia.com>
11191
11192 Patch for PR c++/1520:
11193 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11194 properly if we have a specification die.
11195 (determine_prefix_aux): Rename from determine_prefix.
11196 (determine_prefix): Like the old determine_prefix, but never
11197 returns NULL.
11198
11199 2004-01-23 Theodore A. Roth <troth@openavr.org>
11200
11201 * avr-tdep.c: Update copyright.
11202 (avr_iaddr_p): Delete unused function.
11203 (avr_saddr_p): Delete unused function.
11204
11205 2004-01-23 David Carlton <carlton@kealia.com>
11206
11207 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11208 Fix for PR symtab/1534.
11209
11210 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11211
11212 * NEWS (New native configurations): Mention OpenBSD/sparc and
11213 OpenBSD/sparc64.
11214 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11215 * configure.host: Likewise.
11216 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11217 handler for OpenBSD.
11218 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11219
11220 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11221
11222 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11223 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11224
11225 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11226 * cli/cli-cmds.c (shell_escape): Likewise.
11227
11228 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11229 OpenBSD .note.openbsd.ident sections.
11230
11231 2004-01-22 David Carlton <carlton@kealia.com>
11232
11233 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11234 get_scope_pc_bounds.
11235 (read_file_scope): Ditto.
11236 (get_scope_pc_bounds): New function, produced by extracting code
11237 from the above two functions, consolidating it, and adding support
11238 for DW_TAG_namespace.
11239
11240 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11241
11242 * osabi.c (MAX_NOTESZ): New define.
11243 (check_note): New function.
11244 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11245 check_note.
11246
11247 2004-01-21 Roland McGrath <roland@redhat.com>
11248
11249 * MAINTAINERS (write after approval): Add myself.
11250
11251 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11252
11253 * utils.c (init_page_info): Move declarations of `rows' and
11254 `cols' before the __GO32__-specific code. Move the closing brace
11255 outside the #ifdef __GO32__..#endif block.
11256 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11257
11258 2004-01-21 Paul Brook <paul@codesourcery.com>
11259
11260 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11261 BPSTAT_WHAT_CHECK_SHLIBS.
11262
11263 2004-01-21 Paul Brook <paul@codesourcery.com>
11264
11265 * MAINTAINERS: Add myself to write-after-approval.
11266
11267 2004-01-20 Andrew Cagney <cagney@redhat.com>
11268
11269 * ax-gdb.c (print_axs_value): Delete unused function.
11270 * jv-lang.c (java_lookup_type): Delete unused function.
11271 * cli/cli-dump.c (dump_filetype): Delete unused function.
11272 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11273 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11274 (mips_getstring): Delete unused function.
11275 (pmon_insert_breakpoint): Delete #if0ed function.
11276 (PMON_MAX_BP): Delete #if0ed MACRO.
11277 (mips_pmon_bp_info): Delete #if0ed variable.
11278 (pmon_remove_breakpoint): Delete #if0ed function.
11279 * monitor.c (monitor_write_even_block): Delete unused function.
11280 (monitor_write_memory_block): Delete #if0ed code.
11281 * dink32-rom.c (dink32_load): Delete unused function.
11282 (_initialize_dink32_rom): Delete #if0ed code.
11283 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11284
11285 * tui/tui-command.c: Update references.
11286 * tui/tui-io.c: Update references.
11287 * tui/tui-command.h: Update copyright.
11288 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11289
11290 * source.c (ambiguous_line_spec): Delete never-defined function.
11291 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11292 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11293 * cli/cli-cmds.c (validate_comname): Ditto.
11294
11295 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11296 "tui-data.h".
11297 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11298 (tui_show_disassem): Rename tuiShowDisassem.
11299 (tui_show_disassem_and_update_source): Rename
11300 tuiVerticalDisassemScroll.
11301 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11302 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11303 * tui/tui.h: Update copyright.
11304 (enum tui_status): Define.
11305 * tui/tui-data.h (enum tui_scroll_direction): Define.
11306 * tui/tui-disasm.c: Update copyright. Update references.
11307 * tui/tui-winsource.c: Update copyright. Update references.
11308 * tui/tui-win.c: Update references.
11309 * tui/tui-layout.c: Update references.
11310
11311 2004-01-20 Andrew Cagney <cagney@redhat.com>
11312
11313 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11314 sym2 to start of block.
11315
11316 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11317
11318 * MAINTAINERS: Delete mmalloc.
11319 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11320 * NEWS: Mention removal of --with-malloc.
11321 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11322 * config.in: Regenerate.
11323 * configure: Regenerate.
11324 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11325 USE_MMALLOC, MMCHECK_FORCE.
11326 * gdbinit.in: Remove mmalloc.
11327 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11328 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11329 * config/i386/go32.mh: Likewise.
11330 * config/i386/interix.mh: Likewise.
11331 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11332
11333 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11334
11335 * linespec.c (decode_variable, symtab_from_filename): Call
11336 error_silent with error message instead of throwing an exception
11337 directly.
11338 * defs.h (error_silent, error_output_message): Add prototypes.
11339 (catch_exceptions_with_msg): Ditto.
11340 * utils.c (error_silent, error_output_message): New functions.
11341 * top.c (catch_exceptions_with_msg): New function.
11342
11343 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11344
11345 * mi/mi-cmds.h (enum print_values): Add definition.
11346
11347 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11348 type and value for simple data types and just the name and type
11349 for complex ones, if required.
11350
11351 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11352 children, if required.
11353
11354 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11355
11356 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11357 unused declarations.
11358
11359 2004-01-19 Andrew Cagney <cagney@redhat.com>
11360
11361 * top.h (mapped_symbol_files): Delete declaration.
11362 * main.c (captured_main): Delete option "m" and "mapped".
11363 * objfiles.c (mapped_symbol_files): Delete variable.
11364 * symfile.c (symbol_file_command): Delete mmap code.
11365 (symbol_file_add_with_addrs_or_offsets): Ditto.
11366 (add_symbol_file_command, reread_separate_symbols): Ditto.
11367 * objfiles.h (OBJF_MAPPED): Delete.
11368 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11369 (free_objfile) [USE_MMALLOC]: Ditto.
11370 (open_existing_mapped_file): Delete function.
11371 (open_mapped_file): Delete function.
11372 (map_to_file): Delete function.
11373
11374 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11375
11376 * infrun.c (step_into_function): Account for possible breakpoint
11377 adjustment when computing ``stop_func_start''.
11378
11379 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11380
11381 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11382 the region size against the size of a pointer, not the size of
11383 a register as given by DEPRECATED_REGISTER_SIZE.
11384
11385 2004-01-19 Andrew Cagney <cagney@redhat.com>
11386
11387 * tui/tui-regs.h: Include "tui-data.h".
11388 (tuiFirstRegElementNoInLine): Delete declaration.
11389 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11390 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11391 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11392 (tui_calculate_regs_column_count): Rename
11393 tuiCalculateRegsColumnCount.
11394 (tui_check_register_values): Rename tuiCheckRegisterValues.
11395 (tui_show_registers): Rename tuiShowRegisters.
11396 (tui_display_registers_from_line): Rename
11397 tuiDisplayRegistersFromLine.
11398 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11399 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11400 (tui_first_reg_element_no_inline): Rename
11401 tuiFirstRegElementNoInLine.
11402 * tui/tui-data.h: Update copyright.
11403 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11404 * tui/tui-windata.c: Update copyright, update references.
11405 * tui/tui-regs.c: Update copyright, update references.
11406 * tui/tui-win.c: Update copyright, update references.
11407 * tui/tui-layout.c: Update copyright, update references.
11408
11409 2004-01-18 Andrew Cagney <cagney@redhat.com>
11410
11411 * tui/tui-io.c: Update copyright.
11412 (key_is_end_sequence, key_is_backspace): New functions.
11413 (key_is_command_char, key_is_start_sequence): New function.
11414 (tui_getc): Update references.
11415 * tui/tui-io.h: Update copyright.
11416 (m_tuiStartNewLine): Delete macro.
11417 (m_isBackspace, m_isDeleteChar): Delete macros.
11418 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11419 (m_isNextPage, m_isPrevPage): Delete macros.
11420 (m_isLeftArrow, m_isRightArrow): Delete macros.
11421 (m_isXdbStyleCommandChar): Delete macro.
11422 (key_is_start_sequence): Declare, replace m_isStartSequence.
11423 (key_is_end_sequence): Declare, replace m_isEndSequence.
11424 (key_is_backspace): Declare ,replace m_isBackspace.
11425 (key_is_command_char): Declare, replace m_isCommandChar.
11426 * tui/tui-command.c: Update copyright.
11427 (tuiDispatchCtrlChar): Update references.
11428
11429 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11430 tuiSourceWin.h.
11431
11432 * tui/tui-command.c: Rename tui/tuiCommand.c.
11433 * tui/tui-command.h: Rename tui/tuiCommand.h.
11434 * tui/tui-data.c: Rename tui/tuiData.c.
11435 * tui/tui-data.h: Rename tui/tuiData.h.
11436 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11437 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11438 * tui/tui-io.c: Rename tui/tuiIO.c.
11439 * tui/tui-io.h: Rename tui/tuiIO.h.
11440 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11441 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11442 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11443 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11444 * tui/tui-source.c: Rename tui/tuiSource.c.
11445 * tui/tui-source.h: Rename tui/tuiSource.h.
11446 * tui/tui-stack.c: Rename tui/tuiStack.c.
11447 * tui/tui-stack.h: Rename tui/tuiStack.h.
11448 * tui/tui-win.c: Rename tui/tuiWin.c.
11449 * tui/tui-win.h: Rename tui/tuiWin.h.
11450 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11451 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11452 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11453 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11454 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11455 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11456 * tui/tui-file.c: Update includes.
11457 * tui/tui-hooks.c: Update includes.
11458 * tui/tui-interp.c: Update includes.
11459 * tui/tui.c: Update includes.
11460 * Makefile.in: Update all tui/ dependencies.
11461 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11462
11463 * Makefile.in: Update copyright. Update dependencies.
11464
11465 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11466 problem.
11467
11468 2004-01-18 Andrew Cagney <cagney@redhat.com>
11469
11470 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11471 instead of register_gdbarch_init.
11472
11473 * remote-sds.c (tohex): Delete unused function. Update copyright.
11474 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11475 * v850-tdep.c (v850_register_virtual_size): Ditto.
11476 * target.c (normal_target_post_startup_inferior): Ditto.
11477 * source.c (ambiguous_line_spec): Ditto.
11478 * remote.c (adapt_remote_get_threadinfo): Ditto.
11479 * mi/mi-out.c (out_field_fmt): Ditto.
11480 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11481 (output_control_change_notification): Ditto.
11482 * m68k-tdep.c (m68k_register_byte): Ditto.
11483 (m68k_remote_breakpoint_from_pc): Ditto.
11484 * ui-out.c (init_ui_out_state): Delete unused declaration.
11485 * stabsread.c (search_value): Ditto.
11486 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11487 * maint.c (print_section_table): Ditto.
11488 * infrun.c (set_follow_fork_mode_command): Ditto.
11489
11490 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11491
11492 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11493 DW_CFA_def_cfa_exporession. Add support for
11494 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11495 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11496
11497 2004-01-18 Andrew Cagney <cagney@redhat.com>
11498
11499 * ocd.c: Update copyright.
11500 (bdm_read_register_command): Delete unused function.
11501 (_initialize_remote_ocd): Delete commented out reference.
11502 (get_quoted_char, reset_packet): Delete #if0ed function.
11503 (output_packet, put_quoted_char): Delete #if0ed function.
11504 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11505 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11506 (BDM_BREAKPOINT): Delete #if0ed macro.
11507 (remote_timeout): Delete #if0ed variable.
11508
11509 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11510
11511 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11512 (core-sol2.o): Remove dependency.
11513 * core-sol2.c: Remove file.
11514
11515 2004-01-17 Andrew Cagney <cagney@redhat.com>
11516
11517 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11518 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11519 enums.
11520
11521 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11522
11523 * remote.c: Update copyright years.
11524
11525 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11526
11527 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11528
11529 2004-01-17 Andrew Cagney <cagney@redhat.com>
11530
11531 * mdebugread.c: Update copyright.
11532 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11533 (parse_type, parse_procedure): Ditto.
11534 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11535
11536 * cris-tdep.c (cris_store_struct_return): Put back accidently
11537 deleted function.
11538
11539 * gdbarch.sh: Update copyright year.
11540 * gdbarch.h, gdbarch.c: Re-generate.
11541
11542 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11543
11544 Suggested by George Anzinger.
11545 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11546 correct stack offset. Include unknown opcode numbers in the error
11547 message.
11548
11549 2004-01-17 Andrew Cagney <cagney@redhat.com>
11550
11551 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11552 extract_struct_value_address, i386 does not set it.
11553 * sparc64-tdep.c (sparc64_init_abi): Do not set
11554 extract_struct_value_address, never called.
11555 (sparc64_extract_struct_value_address): Delete function.
11556 * m68hc11-tdep.c: Update copyright.
11557 (m68hc11_gdbarch_init): Delete redundant assignment of
11558 extract_struct_value_address.
11559 * i386-tdep.c: Update copyright.
11560 (i386_gdbarch_init): Do not set extract_struct_value_address,
11561 never called.
11562 (i386_extract_struct_value_address): Delete function.
11563 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11564 extract_struct_value_address, never called.
11565 (sparc32_extract_struct_value_address): #if 0 function. Add
11566 comments explaining its future.
11567
11568 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11569
11570 * arm-tdep.c (arm_write_pc): New function.
11571 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11572
11573 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11574
11575 * breakpoint.c (must_shift_inst_regs): Delete.
11576 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11577 and SHIFT_INST_REGS.
11578 * infcmd.c (step_1, step_1_continuation): Delete references to
11579 SHIFT_INST_REGS.
11580 * infrun.c (keep_going): Likewise.
11581 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11582 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11583
11584 2004-01-17 Andrew Cagney <cagney@redhat.com>
11585
11586 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11587 * gdbarch.h, gdbarch.c: Re-generate.
11588 * infcmd.c (print_return_value): Delete reference to
11589 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11590
11591 * cris-tdep.c (cris_gdbarch_init): Do not set
11592 deprecated_extract_struct_value_address.
11593
11594 * xstormy16-tdep.c: Update copyright.
11595 (xstormy16_extract_struct_value_address): Update to current
11596 extract struct value address interface.
11597 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11598 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11599 current extract struct value address interface.
11600 (sh64_gdbarch_init): Set extract_struct_value_address.
11601
11602 * cris-tdep.c: Update copyright.
11603 (cris_extract_struct_value_address): Delete function.
11604 (struct_return_address): Delete variable.
11605 (cris_store_struct_return): Do not set struct_return_address.
11606
11607 * mcore-tdep.c: Update copyright.
11608 (mcore_extract_struct_value_address): Delete function. Update
11609 comments.
11610 (mcore_gdbarch_init): Update.
11611 * mn10300-tdep.c: Update copyright.
11612 (mn10300_extract_struct_value_address): Delete function.
11613 (mn10300_gdbarch_init): Update.
11614 * v850-tdep.c: Update copyright.
11615 (v850_extract_struct_value_address): Delete.
11616 (v850_gdbarch_init): Update.
11617 * ns32k-tdep.c: Update copyright.
11618 (ns32k_extract_struct_value_address): Delete.
11619 (ns32k_gdbarch_init): Update.
11620 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11621 (hppa_gdbarch_init): Update.
11622 * vax-tdep.c: Update copyright.
11623 (vax_extract_struct_value_address): Delete.
11624 (vax_gdbarch_init): Update.
11625
11626 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11627 * gdbarch.h, gdbarch.c: Re-generate.
11628 * procfs.c (procfs_fetch_registers): Delete reference to
11629 DEPRECATED_NPC_REGNUM.
11630 (procfs_store_registers): Ditto.
11631 * regcache.c (generic_target_write_pc): Simplify.
11632 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11633
11634 * core-sol2.c (fetch_core_registers): Replace
11635 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11636
11637 * hppa-tdep.c: Update copyright year.
11638 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11639 NPC_REGNUM.
11640 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11641
11642 * mips-tdep.c (mips_write_pc): New function.
11643 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11644 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11645 (mips_find_saved_regs, mips_software_single_step: Ditto.
11646 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11647 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11648
11649 2004-01-17 Andrew Cagney <cagney@redhat.com>
11650
11651 * mips-tdep.c: Re-indent. Group functions by ABI.
11652
11653 2004-01-17 Andrew Cagney <cagney@redhat.com>
11654
11655 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11656 * gdbarch.c: Re-generate.
11657 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11658 DECR_PC_AFTER_BREAK to zero.
11659 * vax-tdep.c (vax_gdbarch_init): Ditto.
11660 * v850-tdep.c (v850_gdbarch_init): Ditto.
11661 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11662 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11663 * sh-tdep.c (sh_gdbarch_init): Ditto.
11664 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11665 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11666 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11667 * mips-tdep.c (mips_gdbarch_init): Ditto.
11668 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11669 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11670 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11671 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11672 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11673 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11674 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11675 * frv-tdep.c (frv_gdbarch_init): Ditto.
11676 * cris-tdep.c (cris_gdbarch_init): Ditto.
11677 * avr-tdep.c (avr_gdbarch_init): Ditto.
11678 * arm-tdep.c (arm_gdbarch_init): Ditto.
11679 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11680
11681 2004-01-17 J. Brobecker <brobecker@gnat.com>
11682
11683 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11684 Delete, no longer used.
11685 (read_subrange_type): New function, mostly extracted from
11686 read_array_type().
11687 (read_array_type): Replace extracted code by call to
11688 read_subrange_type().
11689 (dwarf2_get_attr_constant_value): New function.
11690 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11691 (add_partial_symbol): Likewise.
11692 (process_die): Likewise.
11693 (new_symbol): Likewise.
11694 (read_type_die): Likewise.
11695
11696 2004-01-16 Andrew Cagney <cagney@redhat.com>
11697
11698 * symfile.c: Update copyright year.
11699 (compare_symbols): Delete unused function.
11700 * stabsread.c: Update copyright year.
11701 (lrs_general_complaint): Delete unused function.
11702 (ref_search_value): Ditto.
11703 (get_substring): Delete declaration.
11704 * sh64-tdep.c: Update copyright year.
11705 (sh64_get_gdb_regnum): Delete unused function.
11706 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11707 Delete unused function.
11708
11709 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11710
11711 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11712 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11713
11714 2004-01-16 Andrew Cagney <cagney@redhat.com>
11715
11716 Changes from Peter Schauer.
11717 * rs6000-tdep.c: Update copyright year.
11718 (rs6000_push_dummy_call): Update the stack pointer before
11719 accessing the corresponding stack region.
11720 * rs6000-nat.c: Update copyright year.
11721 (set_host_arch): Set "info.abfd" to "exec_bfd".
11722
11723 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11724
11725 * blockframe.c: Update copyright year.
11726 (inside_entry_func): Don't treat a zero PC specially.
11727
11728 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11729
11730 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11731 variable.
11732 (gcore_create_callback): Ditto. Skip any memory segment that has
11733 no permissions set.
11734
11735 2004-01-14 David Carlton <carlton@kealia.com>
11736
11737 Change symbols for C++ nested types to contain the fully qualified
11738 name, if possible. (At least in the DWARF-2 case.) Partial fix
11739 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11740 c++/895.
11741 * c-exp.y (qualified_type): Handle types nested within classes.
11742 * cp-namespace.c: Update comments.
11743 (cp_set_block_scope): Delete #if 0.
11744 (cp_lookup_nested_type): Handle types nested within classes.
11745 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11746 when appropriate.
11747 (add_partial_symbol): Add the name of the enclosing namespace to
11748 types.
11749 (pdi_needs_namespace): New.
11750 (add_partial_namespace): Tweak comment.
11751 (add_partial_structure): New.
11752 (psymtab_to_symtab_1): Initialize processing_current_prefix
11753 here...
11754 (process_die): instead of here.
11755 (read_structure_scope): Try to figure out the name of the class or
11756 namespace that the structure might be defined within.
11757 (read_enumeration): Generate fully-qualified names, if possible.
11758 (read_namespace): Don't set name to NULL.
11759 (die_specification): New.
11760 (new_symbol): Generate fully-qualified names for types.
11761 (read_type_die): Determine appropriate prefix.
11762 (determine_prefix): New.
11763 (typename_concat): New.
11764 (class_name): New.
11765 * valops.c (value_aggregate_elt): Pass NOSIDE to
11766 value_struct_elt_for_reference.
11767 (value_struct_elt_for_reference): Make static, add NOSIDE
11768 parameter, call value_maybe_namespace_elt as a last resort.
11769 (value_namespace_elt): Break out code into
11770 value_maybe_namespace_elt.
11771 (value_maybe_namespace_elt): New.
11772
11773 2004-01-12 Andrew Cagney <cagney@redhat.com>
11774
11775 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11776 cooked floating-point registers.
11777 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11778 and value_to_register.
11779
11780 2004-01-13 Andrew Cagney <cagney@redhat.com>
11781
11782 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11783 * gdbarch.c: Re-generate.
11784 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11785 FUNCTION_START_OFFSET.
11786 * v850-tdep.c (v850_gdbarch_init): Ditto.
11787 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11788 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11789 * sh-tdep.c (sh_gdbarch_init): Ditto.
11790 * s390-tdep.c (s390_gdbarch_init): Ditto.
11791 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11792 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11793 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11794 * mips-tdep.c (mips_gdbarch_init): Ditto.
11795 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11796 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11797 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11798 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11799 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11800 * i386-tdep.c (i386_gdbarch_init): Ditto.
11801 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11802 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11803 * frv-tdep.c (frv_gdbarch_init): Ditto.
11804 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11805 * cris-tdep.c (cris_gdbarch_init): Ditto.
11806 * avr-tdep.c (avr_gdbarch_init): Ditto.
11807 * arm-tdep.c (arm_gdbarch_init): Ditto.
11808 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11809
11810 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11811
11812 * infrun.c (follow_fork_mode_ask): Remove.
11813 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11814 (follow_fork): Simplify and remove internal error for
11815 follow_fork_mode_ask.
11816 (_initialize_infrun): Update "set follow-fork-mode" help text.
11817
11818 2004-01-13 Andrew Cagney <cagney@redhat.com>
11819
11820 * configure.in: Update copyright year.
11821 (build_warnings): Add -Wunused-label.
11822 * configure: Re-generate.
11823
11824 2004-01-12 Andrew Cagney <cagney@redhat.com>
11825
11826 * exec.h (exec_ops): Make "extern".
11827
11828 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11829 the function is void.
11830 (mips_pseudo_register_write): Ditto.
11831
11832 2004-01-12 Andrew Cagney <cagney@redhat.com>
11833
11834 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11835 call. Never defined.
11836 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11837 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11838 (struct sparc_gregset, struct regcache): Ditto.
11839 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11840
11841 2004-01-12 Andrew Cagney <cagney@redhat.com>
11842
11843 * mi/ChangeLog: Delete file. Renamed to ...
11844 * mi/ChangeLog-1999-2003: New file.
11845 * tui/ChangeLog: Delete file. Renamed to ...
11846 * tui/ChangeLog-1998-2003: New file.
11847
11848 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11849
11850 * sparc64nbsd-tdep.c: Include "regset.h".
11851 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11852 Remove variables.
11853 (fetch_core_registers): Remove function.
11854 (sparc64nbsd_core_fns): Remove variable.
11855 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11856 functions.
11857 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11858 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11859 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11860
11861 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11862 sparc_extract_struct_value_address.
11863 (sparc32_gdbarch_init): Set extract_struct_value_address.
11864 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11865 function.
11866 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11867 return_value_on_stack.
11868
11869 * NEWS: Mention that %cs and %ss have been added to the AMD64
11870 configurations
11871
11872 * frame.c: Update copyright year.
11873 (get_prev_frame): Improve comment.
11874
11875 * sparc64fbsd-tdep.c: Include "regset.h".
11876 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11877 Remove variables.
11878 (fetch_core_registers): Remove function.
11879 (sparc64fbsd_core_fns): Remove variable.
11880 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11881 functions.
11882 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11883 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11884 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11885
11886 * sparcnbsd-tdep.c: Include "regset.h".
11887 (fetch_core_registers): Remove function.
11888 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11889 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11890 functions.
11891 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11892 TDEP->fpregset.
11893 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11894
11895 * sparc-tdep.h (struct regset): Provide opaque declaration.
11896 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11897 fpregset and sizeof_fpregset members.
11898 * sparc-tdep.c (struct regset): Provide opaque declaration.
11899 (sparc_regset_from_core_section): New function.
11900 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11901 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11902 Set regset_from_core_section when appropriate.
11903
11904 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11905
11906 * x86-64-tdep.c (amd64_non_pod_p): New function.
11907 (amd64_classify_aggregate): Return class memory for non-POD
11908 C++ structure types.
11909
11910 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11911 argument. Use it to reserve a register if necessary.
11912 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11913 amd64_push_arguments.
11914
11915 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11916
11917 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11918 register numbers in comments.
11919 * x86-64-tdep.h: Update copyright year.
11920 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11921 Adjust for addition of %cs and %ss.
11922 * amd64fbsd-nat.c: Update copyright year.
11923 (reg_offset): Add register offsets for %cs and %ss.
11924 * amd64fbsd-tdep.c: Update copyright year.
11925 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11926 (amd64fbsd_sc_reg_offset): Likewise.
11927 * x86-64-linux-nat.c: Update copyright year.
11928 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11929 and %ss.
11930 * amd64nbsd-nat.c: Update copyright year.
11931 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11932 * amd64nbsd-tdep.c: Update copyright year.
11933 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11934 * x86-64-linux-tdep.c: Update copyright year.
11935 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11936 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11937 * regformats/reg-x86-64.dat: Add %cs and %ss.
11938
11939 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11940 variables to prevent long lines. Update comments to reflect
11941 reality.
11942
11943 2004-01-09 David Carlton <carlton@kealia.com>
11944
11945 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11946 * dwarf2read.c (read_namespace): Pull out name-generating code
11947 into namespace_name. Rename previous_namespace to previous_prefix
11948 and processing_current_namespace to processing_current_prefix..
11949 (namespace_name): New function.
11950 (add_partial_symbol): Substitute uses of pdi->name with
11951 actual_name.
11952 * cp-support.h: Rename processing_current_namespace to
11953 processing_current_prefix.
11954 Update copyright year.
11955 * cp-namespace.c: Rename processing_current_namespace to
11956 processing_current_prefix.
11957 Update copyright year.
11958
11959 2004-01-09 Andrew Cagney <cagney@redhat.com>
11960
11961 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11962
11963 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11964
11965 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11966 complaining.
11967 (process_one_symbol): Deal with N_PATCH stabs.
11968
11969 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
11970
11971 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11972 ifdeffed code.
11973 Update copyright year.
11974
11975 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11976
11977 * config/pa/tm-hppa.h: Update extern declarations for
11978 hppa32_hpux_frame_saved_pc_in_sigtramp,
11979 hppa32_hpux_frame_base_before_sigtramp, and
11980 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11981
11982 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11983
11984 * config/pa/tm-hppah.h: Update copyright years.
11985
11986 2004-01-08 Andrew Cagney <cagney@redhat.com>
11987
11988 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11989 (mips_o32_reg_struct_has_addr): Delete function.
11990 (mips_gdbarch_init): Update.
11991 (mips_extract_struct_value_address): Delete function.
11992
11993 2004-01-08 David Mosberger <davidm@hpl.hp.com>
11994
11995 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11996 reality.
11997
11998 2004-01-07 Andrew Cagney <cagney@redhat.com>
11999
12000 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12001 architecture's elf flags (when available).
12002
12003 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12004 FPU to the start, check the MIPS FPU when looking for an old
12005 architecture.
12006 (set_mipsfpu_single_command): Update the architecture.
12007 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12008
12009 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12010 (mips_mask_address_p): Add "tdep" parameter.
12011 (show_mask_address, mips_addr_bits_remove): Update.
12012 (mips_dump_tdep): Update.
12013 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12014 (MIPS_STACK_ARGSIZE): Delete macro.
12015 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12016 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12017 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12018 (mips_dump_tdep): Update.
12019 (MIPS_SAVED_REGSIZE): Delete macro.
12020 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12021 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12022 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12023 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12024 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12025 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12026 (mips_pop_frame, return_value_location): Update.
12027 (mips_n32n64_return_value, mips_dump_tdep): Update.
12028
12029 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12030 MIPS ABI.
12031
12032 * mips-tdep.c: Update copyright.
12033 (mips_gdbarch_init): Merge two code blocks handling the register
12034 name and number layout.
12035
12036 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12037
12038 * tracepoint.c (validate_actionline): Fix segv at EOF
12039
12040 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12041
12042 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12043 properly for static fields.
12044
12045 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12046 Jason Molenda <jmolenda@apple.com>
12047
12048 * disasm.c: Update copyright to include 2004.
12049 (do_mixed_source_and_assembly): For uiout asm list
12050 and tuple cleanups, initialize to null_cleanup instead of
12051 NULL and do so prior to loop. Only reset when we close off
12052 the tuple/list. Move check for whether to close off the
12053 asm tuple/list to after dump_insns call where it will be run
12054 on each loop iteration.
12055
12056 2004-01-05 Andrew Cagney <cagney@redhat.com>
12057
12058 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12059 should be a switch case and not a label.
12060 * mips-tdep.c (mips32_next_pc): Delete unused labels
12061 "greater_equal_branch" and "less_zero_branch".
12062 * jv-valprint.c (java_print_value_fields): Delete unused label
12063 "flush_it".
12064
12065 * target.c (unpush_target): Only close a target that is in the
12066 target stack.
12067
12068 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12069
12070 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12071 address from [sp + 64] instead of %o2.
12072
12073 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12074 fixes PR backtrace/1476.
12075
12076 2004-01-05 Andrew Cagney <cagney@redhat.com>
12077
12078 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12079 move to start of file.
12080 * i386-tdep.h (struct regcache): Add opaque declaration.
12081 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12082 declaration.
12083 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12084 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12085 * win32-nat.c (fake_create_process): Use ISO C style definition.
12086 * stabsread.c (define_symbol): Delete #ifndef
12087 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12088 stabs_argument_has_addr call, macro never defined.
12089
12090 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12091
12092 * op50-rom.c: Delete.
12093 * w89k-rom.c: Delete.
12094 * Makefile.in: Remove references.
12095
12096 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12097
12098 * x86-64-tdep.c: Update copyright year.
12099 (struct amd64_register_info): Rename from x86_64_register_info.
12100 (amd64_register_info): Rename from x86_64_register_info.
12101 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12102 (amd64_register_name): Rename from x86_64_register_name.
12103 (amd64_register_type): Rename from x86_64_register_type.
12104 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12105 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12106 (amd64_dwarf_reg_to_regnum): Rename from
12107 x86_64_dwarf_reg_to_regnum.
12108 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12109 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12110 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12111 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12112 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12113 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12114 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12115 (amd64_frame_cache): Rename from x86_64_frame_cache.
12116 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12117 (amd64_frame_prev_register): Rename from
12118 x86_64_frame_prev_register.
12119 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12120 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12121 (amd64_sigtramp_frame_cache): Rename from
12122 x86_64_sigtramp_frame_cache.
12123 (amd64_sigtramp_frame_prev_register): Rename from
12124 x86_64_sigtramp_frame_prev_register.
12125 (amd64_sigtramp_frame_unwind): Rename from
12126 x86_64_sigtramp_frame_unwind.
12127 (amd64_sigtramp_frame_sniffer): Rename from
12128 x86_64_sigtramp_frame_sniffer.
12129 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12130 (amd64_frame_base): Rename from x86_64_frame_base.
12131 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12132 (amd64_frame_align): Rename from x86_64_frame_align.
12133 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12134 (amd64_regset_from_core_section): Rename from
12135 x86_64_regset_from_core_section.
12136 (x86_64_init_abi): Update comments.
12137
12138 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12139
12140 * MAINTAINERS (write after approval): Add myself.
12141
12142 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12143
12144 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12145 `float' arguments.
12146
12147 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12148
12149 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12150 such that it mentions a specific version of GCC that exhibits this
12151 bug.
12152
12153 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12154
12155 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12156 structure that has a single `float' member, store it in %f1 in
12157 addition to %f0.
12158
12159 * sparc-sol2-nat.c: Add missing '\'.
12160
12161 * sparc-tdep.c (sparc32_return_value): New function.
12162 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12163 Remove functions.
12164 (sparc32_gdbarch_init): Set return_value, don't set
12165 extract_return_value, store_return_value, use_struct_convention
12166 and return_value_on_stack.
12167
12168 * sparc-sol2-nat.c: Add missing ')'.
12169
12170 2004-01-03 J. Brobecker <brobecker@gnat.com>
12171
12172 * infrun.c (handle_step_into_function): New function.
12173 (handle_inferior_event): Extract out some code into the new
12174 function above.
12175
12176 2004-01-03 J. Brobecker <brobecker@gnat.com>
12177
12178 * infrun.c (handle_inferior_event): Move the declaration of
12179 real_stop_pc inside the if blocks where it is used.
12180
12181 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12182
12183 * sparc64-tdep.c (sparc64_16_byte_align_p)
12184 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12185 Use check_typedef to get subtypes of structures and unions.
12186 (sparc64_store_return_value): Fix calculation of the appropriate
12187 offset into VALBUF when storing a structure or union.
12188 (sparc64_return_value): New function.
12189 (sparc64_use_struct_convention): Remove function.
12190 (sparc64_init_abi): Set return_value, don't set
12191 extract_return_value, store_return_value and
12192 use_struct_convention.
12193
12194 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12195
12196 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12197 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12198 gdb/config/alpha/xm-alphaosf.h,
12199 gdb/config/powerpc/tm-ppcle-eabi.h,
12200 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12201 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12202 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12203 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12204 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12205 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12206 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12207 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12208 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12209 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12210 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12211 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12212 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12213 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12214 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12215 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12216 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12217 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12218 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12219 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12220 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12221 Remove lines for .cvsignore files.
12222
12223 2004-01-03 J. Brobecker <brobecker@gnat.com>
12224
12225 * infrun.c: Back out the previous change.
12226
12227 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12228
12229 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12230 sparc-*-sunos4* to the list of REMOVED configurations.
12231
12232 * configure.tgt: Add back sparc-*-vxworks*.
12233 * remote-vxsparc.c: Remove all includes except for "defs.h",
12234 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12235 Include "sparc-tdep.h".
12236 (SPARC_R_G1): New define.
12237 (vxsparc_gregset): New variable.
12238 (ext_format_sparc): Remove extern declaration.
12239 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12240 sparc32_supply_fpregset.
12241 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12242 sparc_collect_rwindow and sparc32_collect_fpregset.
12243 * config/sparc/tm-vxworks.h: New file, based on recently removed
12244 tm-vxsparc.h.
12245 * config/sparc/vxworks.mt: New file, based on recently removed
12246 vxworks.mt.
12247
12248 2004-01-03 J. Brobecker <brobecker@gnat.com>
12249
12250 * infrun.c (handle_step_into_function): New function.
12251 (handle_inferior_event): Extract out some code into the new
12252 function above.
12253
12254 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12255
12256 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12257 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12258 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12259 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12260 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12261 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12262 (sparc_nat_h): New variable.
12263 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12264 (tm-sun4os4.h): Remove dependency.
12265 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12266 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12267 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12268 sparc-tdep.o): Update dependencies.
12269 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12270 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12271 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12272 dependencies.
12273 * configure.host: Remove existing sparc-*-lynxos*,
12274 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12275 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12276 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12277 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12278 triplets.
12279 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12280 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12281 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12282 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12283 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12284 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12285 sparc64-*-solaris2* and sparc64-*-* triplets.
12286 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12287 "symtab.h" and "objfiles.h".
12288 (BIAS): Remove define.
12289 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12290 (X_DISP19): Remove macros.
12291 (sparc_fetch_instruction): Remove function.
12292 (struct gdbarch_tdep): Remove definition.
12293 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12294 (sparc_breakpoint_from_pc): Remove function.
12295 (struct sparc64_frame_cache): Remove definition.
12296 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12297 sparc64_unwind_pc): Remove functions.
12298 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12299 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12300 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12301 (sparc64_frame_cache): Change return type to `struct
12302 sparc_frame_cache *'. Simply call sparc_frame_cache.
12303 (sparc64_frame_this_id, sparc64_frame_prev_register,
12304 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12305 instead of `struct sparc64_frame_cache.
12306 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12307 sparc_analyze_control_transfer, sparc_software_single_step,
12308 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12309 _initialize_sparc64_tdep): Remove functions.
12310 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12311 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12312 macros.
12313 (sparc64_supply_gregset, sparc64_collect_gregset,
12314 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12315 (sparc64_init_abi): New function.
12316 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12317 inclusion guard. Include "sparc-tdep.h".
12318 (BIAS): Define.
12319 (r_tstate_offset, r_fprs_offset): New defines.
12320 (enum sparc_regnum): Remove defenition.
12321 (enum sparc64_regnum): Reformat.
12322 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12323 (sparc64_init_abi, sparc64_supply_gregset,
12324 sparc64_collect_gregset, sparc64_supply_fpregset,
12325 sparc64_collect_fpregset): New prototypes.
12326 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12327 Add extern declarations.
12328 (sparc64_sol2_init_abi): New prototype.
12329 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12330 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12331 prototypes.
12332 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12333 "sparnbsd-nat.h".
12334 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12335 functions.
12336 (_initialize_sparc64fbsd_nat): Remove initialization of
12337 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12338 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12339 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12340 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12341 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12342 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12343 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12344 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12345 (sparc64fbsd_r_y_offset): Remove variables.
12346 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12347 Make static and const.
12348 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12349 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12350 functions.
12351 (sparc64fbsd_gregset): New variable.
12352 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12353 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12354 and sparc64_supply_fpregset.
12355 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12356 (sparc64fbsd_sigtramp_frame_this_id)
12357 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12358 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12359 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12360 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12361 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12362 * sparcnbsd-tdep.c: Update copyright year. Include
12363 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12364 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12365 "value.h" and "sparcnbsd-tdep.h".
12366 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12367 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12368 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12369 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12370 defines.
12371 (sparcnbsd_gregset): New variable.
12372 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12373 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12374 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12375 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12376 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12377 variables.
12378 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12379 (sparc32nbsd_sigcontext_frame_this_id)
12380 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12381 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12382 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12383 (sparcnbsd_get_longjmp_target_32,
12384 sparcnbsd_get_longjmp_target_64): Remove functions.
12385 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12386 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12387 sparcnbsd_init_elf): Remove.
12388 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12389 (sparcnbsd_elf_init_abi): New functions.
12390 (_initialize_sparcnbsd_tdep): New prototype.
12391 (_initialize_sparnbsd_tdep): Update.
12392 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12393 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12394 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12395 * config/sparc/linux.mh: Update comment.
12396 (XM_FILE, HOST_IPC): Remove variables.
12397 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12398 sparc-linux-nat.o.
12399 * config/sparc/linux.mt: Update comment.
12400 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12401 * config/sparc/nbsd.mt: Reformat.
12402 * config/sparc/nbsd64.mh: Update comment.
12403 (NATDEPFILES): Add sparc-nat.o.
12404 * config/sparc/nbsd64.mt: Update comment.
12405 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12406 (TM_FILE): Set to tm-nbsd.h.
12407 * config/sparc/nbsdelf.mh: Update comment.
12408 (NATDEPFILES): Add sparc-nat.o.
12409 (XM_FILE): Delete.
12410 * config/sparc/nbsdaout.mh: Update comment.
12411 (NATDEPFILES): Add sparc-nat.o
12412 (XM_FILE): Delete.
12413 * config/sparc/nm-linux.h: Update copyright year. Don't include
12414 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12415 inclusion.
12416 (KERNEL_U_SIZE): Remove define.
12417 (kernel_u_size): Remove prototype.
12418 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12419 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12420 "regcache.h".
12421 (CHILD_PREPARE_TO_STORE): Remove define.
12422 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12423 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12424 sparcnbsd-nat.c: Rewrite files.
12425 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12426 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12427 sparcnbsd-tdep.h: Remove files.
12428 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12429 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12430 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12431 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12432 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12433 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12434 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12435 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12436 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12437 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12438 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12439 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12440 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12441 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12442 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12443 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12444 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12445 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12446 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12447
12448 2004-01-02 Andrew Cagney <cagney@redhat.com>
12449
12450 From 2003-12-18 Kazuhiro Inaoka:
12451 * configure.host: Add m32r-linux target.
12452
12453 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12454
12455 * top.c (print_gdb_version): Update year to 2004.
12456
12457 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12458
12459 * MAINTAINERS: Add myself to the write-after-approval category.
12460
12461 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12462
12463 From Bernardo Innocenti <bernie@develer.com>:
12464 * configure.tgt: Add uClinux target.
12465
12466 2004-01-02 Andrew Cagney <cagney@redhat.com>
12467
12468 * utils.c (do_my_cleanups): Make static, add forward declaration.
12469 * defs.h (do_my_cleanups): Delete declaration.
12470
12471 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12472
12473 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12474 bfd/ChangeLog-0203.
12475
12476 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12477
12478 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12479 in <machine/reg.h>.
12480 * configure, config.in: Regenerate.
12481
12482 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12483 tui/ChangeLog-1998-2003.
12484 \f
12485 Local Variables:
12486 mode: change-log
12487 left-margin: 8
12488 fill-column: 74
12489 version-control: never
12490 End: